.about-wrapper {
    background-color: #354F42;
    background-image: linear-gradient(147deg, #354F42 0%, #000000 84%);
    position: relative;
}
.destination-wrapper{
    overflow: hidden !important;
}
.about-wrapper h1 {
    color: #fff;
    padding-top: 15px;
}

.about-wrapper .dash {
    border-bottom: 1px solid #fff;
    width: 150px;
    padding-top: 20px;

}
.about-img{
    width: 100%;
    height: 200px;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-wrapper .btn-1{
    background: #fff;
    font-size: 16px;
    color: #354F42;
    padding: 10px 25px;
    border: 1px solid #fff;
    border-radius: 0px;
    margin-top: 15px;
    font-weight: 500;
}

.about-wrapper p {
    color: #fff;

    padding-top: 20px;
    font-size: 16px !important;
}

.about-wrapper button {
    margin-top: 10px;
}

.about-wrapper {
    position: relative;
}

.main-about {
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.facilities-content p {
    padding-top: 15px;
}

.facilities-content button {
    margin-top: 15px;
}

.workspace-section h6 {
    padding-top: 15px;
}

.destination-heading p {
    padding-top: 15px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.destination-wrapper button {
    margin-top: 25px;
}

.destination-wrapper a {
    text-align: center;
}

.video {
    position: relative;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: blink 1s linear infinite;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 20px;
    background-color: #25D366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.new-location img{
    width: 20px;
}

.new-location a{
    background :#f4f4f4;
}

.my-float {
    /* margin-top: 16px; */
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

/*-----Testimonial-------*/

.testi-wrapper {
    background-color : #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 74%);
    padding: 60px 0px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.testimonial .slide-col{
    height: 350px !important;
}
.testimonial .user-text{
    padding: 20px !important;
    height: 260px !important;
}
.testi-wrapper  h1{
    margin-bottom: 25px !important;
}
.testi-wrapper .indicator{
    margin-top: 25px !important;
}



.testi-wrapper h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-bottom: 5rem;
}
.testi-wrapper .text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 2rem;
}

.slide-row {
    display: flex;
    width: 3200px;
    transition: 0.5s;
}

.slide-col {
    width: 800px;
    height: 400px;
    position: relative;
}

.user-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.user-img img {
    height: 100%;
    border-radius: 10px;
    width: 320px;
    object-fit: cover;
}

.user-text {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    width: 520px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    color: #000;
    padding: 45px;
    z-index: 2;
}

.user-text p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.user-text h2 {
    margin: 35px 0 5px;
    color: #354F42;
}

.indicator {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.indicator .btn {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.btn.active {
    width: 45px;
}

.testimonial {
    width: 100%;
    overflow: hidden;
}


@media(max-width:577px) {
    main {
        width: 100%;
        /* Adjusted width for full-width responsiveness */
        max-width: 800px;
        /* Added max-width to limit width on larger screens */
        padding: 0 20px;
        /* Added padding for better spacing on smaller screens */
    }

    main h1 {
        text-align: center;
        font-size: 28px;
        /* Adjusted font size for smaller screens */
        color: #fff;
        margin-bottom: 2rem;
        /* Adjusted margin for smaller screens */
    }

    .slide-row {
        display: flex;
        flex-wrap: wrap;
        /* Allow items to wrap to the next line on smaller screens */
        width: 100%;
        /* Full-width for smaller screens */
        transition: 0.5s;
    }

    .slide-col {
        width: 100%;
        /* Full-width for smaller screens */
        height: 400px;
        position: relative;
        margin-bottom: 20px;
        /* Adjusted margin for better spacing on smaller screens */
    }

    .user-img {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .user-img img {
        height: 100%;
        border-radius: 10px;
        width: 100%;
        /* Full-width for smaller screens */
        object-fit: cover;
    }

    .user-text {
        background: rgba(255, 255, 255, 0.7);
        border-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        /* Adjusted box-shadow for smaller screens */
        backdrop-filter: blur(4.5px);
        -webkit-backdrop-filter: blur(4.5px);
        width: 100%;
        /* Full-width for smaller screens */
        height: auto;
        /* Adjusted height to auto for variable content */
        position: relative;
        /* Adjusted position for better stacking on smaller screens */
        border-radius: 10px;
        color: #4d4352;
        padding: 20px;
        /* Adjusted padding for smaller screens */
        z-index: 2;
    }

    .user-text p {
        font-size: 14px;
        /* Adjusted font size for smaller screens */
        line-height: 18px;
        /* Adjusted line height for smaller screens */
    }

    .user-text h2 {
        margin: 15px 0 5px;
        color: #4d4352;
        font-size: 20px;
        /* Adjusted font size for smaller screens */
    }

    .indicator {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        /* Adjusted margin for smaller screens */
    }

    .indicator .btn {
        display: inline-block;
        height: 10px;
        /* Adjusted height for smaller screens */
        width: 10px;
        /* Adjusted width for smaller screens */
        margin: 4px;
        border-radius: 10px;
        background: #fff;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }

    .btn.active {
        width: 30px;
        /* Adjusted width for active state on smaller screens */
    }

    .testimonial {
        width: 100%;
        overflow: hidden;
    }
}


/* ------testimonial  close-------*/



/* Flip container styling */
.flip-container {
    perspective: 1000px;
    position: relative;
}

/* Flipper styling */
.flipper {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

/* Apply the hover effect */
.flip-container:hover .flipper {
    transform: rotateY(180deg);
}

/* Front and back faces styling */
.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
}

/* Back face initially hidden */
.back {
    transform: rotateY(180deg);
}


#featuresSection img {
    width: 20%;
    transition: .3s ease-in-out;
}

#featuresSection img:hover {
    transform: rotate(15deg) scale(1.1);
}

.mainHeading {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.subheading {
    color: #323f4b;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}

#featuresSection h6 {
    color: #7b8794;
}

#featuresSection h2 {
    color: #323f4b;
    font-size: 25px;
    font-weight: 700;
}

#featuresSection p {
    color: #9aa5b1;
    font-size: 16px;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
    height: 280px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;

}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
   
    font-weight: 500;
    color: #fff;
}

.grid figure h2 span {
    font-weight: 800;
    color: #fff;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    color: #fff;
    font-weight: 500;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    border-radius: 10px;
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/* .facility-features {
    display: flex;
    flex-direction: row;
} */
.facility-features {
    text-align: center;
}

#featuresSection p {
    text-align: center !important;
}

.facility-details h4 {
    color: #fff !important;
}


.slider {
    position: relative;
    height: 100vh;
}

.slider__slides {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider__control {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
    background: #fff;
    transition: background-color 0.3s;
    cursor: pointer;
}

.slider__control--right {
    left: 95%;
}

.slider__control:hover {
    background-image: linear-gradient(314deg, #3e5e04 0%, #727242 74%);
}

.slider__control-line {
    position: absolute;
    left: 23px;
    top: 50%;
    width: 3px;
    height: 14px;
    transform-origin: 50% 0;
    transform: rotate(-45deg);
}

.slider__control-line:nth-child(2) {
    transform: translateY(1px) rotate(-135deg);
}

.slider__control--right .slider__control-line {
    left: 37px;
    transform-origin: 1px 0;
    transform: rotate(45deg);
}

.slider__control--right .slider__control-line:nth-child(2) {
    transform: translateY(1px) rotate(135deg);
}

.slider__control-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    transition: background-color 0.3s;
}

.slider__control:hover .slider__control-line:after {
    background-color: #fff;
}

.slider__control.a--rotation .slider__control-line:after {
    -webkit-animation: arrowLineRotation 0.49s;
    animation: arrowLineRotation 0.49s;
}

.slider__control.a--rotation .slider__control-line:nth-child(1):after {
    -webkit-animation: arrowLineRotationRev 0.49s;
    animation: arrowLineRotationRev 0.49s;
}

@-webkit-keyframes arrowLineRotation {
    to {
        transform: rotate(180deg);
    }
}

@keyframes arrowLineRotation {
    to {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes arrowLineRotationRev {
    to {
        transform: rotate(-180deg);
    }
}

@keyframes arrowLineRotationRev {
    to {
        transform: rotate(-180deg);
    }
}


@keyframes kenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

/* Carousel Wrapper */
.kb-carousel {
    overflow: hidden;
    max-height: 650px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel>.carousel-inner>.carousel-item>img,
.kb-carousel>.carousel-inner>.carousel-item>a>img {
    opacity: 0.8;
    animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
    z-index: 0;
    opacity: 0;
}

/* Carousel Captions */
.kb-caption {
    right: 7%;
    left: 7%;
    bottom: 25%;
    padding: 0;
    width: 80%;
}

.kb-caption-left {
    margin-right: auto;
}

.kb-caption-right {
    margin-left: auto;
}

.kb-caption-center {
    margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
    padding: 0.5rem 0;
    margin-bottom: 0;
}

.kb-caption h1 {
    animation-delay: 1s;
    color: #bf392b;
    background: #fff;
}

.kb-caption h3 {
    animation-delay: 1.5s;
    color: #fff;
    background: rgba(0 0 0 / 0.5);
}

@media (min-width: 768px) {
    .kb-caption {
        bottom: 37%;
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .kb-caption {
        bottom: 45%;
    }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto 0;
    opacity: 0;
    color: #fff;
    background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
    opacity: 1;
}

.kb-control-prev {
    left: 1%;
}

.kb-control-next {
    right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
    color: #fff;
    background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
    filter: none;
}

/* Book us on */

.book_us_on .carousel-item .book-site{
    border: 1px solid rgb(184, 184, 184);
    border-radius: 10px;
    padding: 15px;
}
 
.book_us_on .carousel-item .book-site img{
    width: 80%;
    margin: auto;
}

.book_us_on .carousel-control-prev{
    left: -118px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book_us_on .carousel-control-next{
    right: -118px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book_us_on .carousel-control-prev-icon{
    background: rgba(0, 0, 0, 0.432) ;
    border-radius: 50% ;
    border: 1px solid gray ;
}

.book_us_on .carousel-control-prev-icon i{
        font-size: 17px;
    margin-left: 5px;
    margin-top: 6px;
}

.book_us_on .carousel-control-next-icon{
    background: rgba(0, 0, 0, 0.432) ;
    border-radius: 50% ;
    border: 1px solid gray ;
}

.book_us_on .carousel-control-next-icon i{
        font-size: 17px;
    margin-left: 5px;
    margin-top: 6px;
}