@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');


html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-weight: 600;
    font-size: 36px;
}

h2 {
    font-size: 24px;
    font-weight: 500;
}

p {
    font-weight: 400;
    font-size: 14px;
}

.alerttext {
    padding-top: 0;
    position: fixed;
    height: 35px;
    width: 100%;
    z-index: 99999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #F8F9fA;
}

.alerttext p {
    position: relative;
    top: 10px;
    font-size: 14px;
    color: #212529;
    -webkit-text-stroke: 0.3px #212529;
    text-transform: uppercase;
}

.alerttext p::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    color: red;
    -webkit-text-stroke: 0vw red;
    border-right: 2px solid red;
    overflow: hidden;
    animation: animate 6s linear infinite;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 0;
    border-radius: 10px;
    max-width: 90%;
    width: 500px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.popup-content img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 576px) {
    .popup-content {
        width: 90%;
    }

    @keyframes animate {

        0%,
        10%,
        100% {
            width: 0;
        }

        40%,
        80% {
            width: 100%;
        }
    }
}
    .navbar {
        font-weight: 400;
        font-size: 18px;
        position: relative;
        top: 20px;
    }

    .video-s {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .about {
        padding: 100px;
        overflow: hidden;
    }

    .d-grid {
        margin-top: 55px;
    }

    .btn {
        padding: 25px;
        color: white;
    }

    .abouttext {
        letter-spacing: 0.1em;
        line-height: 2em;
    }

    .text-about {
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .text-about-text {
        margin-left: 50px;
        margin-right: 50px;
    }

    .frontimg img {
        position: relative;
        width: 100%;
        background-position: center;
    }

    .shadow {
        box-shadow: 10px 10px 15px 10px rgba(0, 0, 0, 0.8);
    }

    .round {
        border-radius: 20px;
    }

    .uxdesign {
        padding: 0;
        margin-top: -7px;
        background-color: #BF9B30;
        border-radius: 0px 0px 0px 0px;
    }

    .raiwind {
        margin-top: -15px;
    }


    .location {
        padding: 100px;
    }

    .locationimg {
        margin-top: -30px;
        opacity: 0.5;
        transition-property: opacity, transform, left, top;
        transition-duration: 2s, 3s;
    }

    .locationimg:hover {
        opacity: 1;
        transform: scale(1.1);
    }

    .uxdesignd {
        margin: 0px;
        padding: 0;
        background-color: #BF9B30;
        border-radius: 0px 0px 000px 0px;
    }


    /* testimonial */

    .wrapper {
        max-width: 1200px;
        margin: auto;
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .wrapper .box {
        background: #fff;
        width: calc(100% - 10px);
        padding: 25px;
        border-radius: 3px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
        transition: all 2s ease;
    }

    .wrapper .box:hover {
        transform: scale(1.05);
    }

    .wrapper .box i.quote {
        font-size: 20px;
        color: #BF9B30;
    }

    .wrapper .box .content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
    }

    .box .info .name {
        font-weight: 600;
        font-size: 17px;
    }

    .box .info .job {
        font-size: 16px;
        font-weight: 500;
        color: #BF9B30;
    }

    .box .info .stars {
        margin-top: 2px;
    }

    .box .info .stars i {
        color: #BF9B30;
    }

    .box .content .image {
        height: 75px;
        width: 75px;
        padding: 3px;
        background: #BF9B30;
        border-radius: 50%;
    }

    .content .image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .box:hover .content .image img {
        border-color: #fff;
    }

    /* booking */
    .booking {
        position: relative;
        background-image: url(interior.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
        width: 100%;
        transition: all 3s ease;
    }

    .booking:hover {
        transform: scale(1.1);
    }

    .booking_color {
        position: relative;
        top: 0;
        width: 100%;
        height: 600px;
        background: #212529;
        opacity: 0.90;
    }

    .bookingtext {
        position: relative;
        color: #F8F9fA;
        font-size: 50px;
        left: 41%;
        top: 20%;
    }

    .bookingtexts {
        position: relative;
        color: #BF9B30;
        font-family: 'Fenwick Outline', sans-serif;
        font-size: 80px;
        left: 30%;
        top: 30%;
    }

    .bookingtextss {
        position: relative;
        color: #BF9B30;
        font-family: 'Fenwick Outline', sans-serif;
        font-size: 40px;
        left: 58%;
        top: 12%;
    }

    .booking-btn {
        position: relative;
        left: 45%;
        padding-left: 50px;
        padding-right: 50px;
        top: 20%;
    }



    /* layout */
    .layout {
        padding: 100px;
    }

    .layout .owl-theme .item img {
        margin-top: 20px;
        box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.04);
        transition: all 1s ease;
    }

    .layout .owl-theme .item img:hover {
        transform: scale(1.1);
    }

    /* form */
    .form {
        padding: 50px;
        margin-left: 0px;
        background-color: #BF9B30;
    }

    .formwidth {
        max-width: 1200px;
    }

    .btn {
        background-color: #BF9B30;
    }

    .paymentinfo {
        padding: 50px;
        border-radius: 20px;
    }

    .table>:not(caption)>*>* {
        background-color: #F8F9fA;
        font-weight: 400;
        color: #212529;
    }

    .formbox {
        padding: 100px;

    }

    /* desktop aminities */

    .desktop {
        padding: 100px 100px 0px 100px;
    }

    .mobile {
        padding: 100px;
        display: none;
    }

    /* counter */

    .counter-up {
        min-height: 60vh;
        background-size: cover;
        background: #212529;
        padding: 0 50px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .counter-up::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #212529;
    }

    .counter-up .content {
        z-index: 1;
        position: relative;
        display: flex;
        width: 1200px;
        height: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .counter-up .content .box {
        border: 1px dashed rgba(255, 255, 255, 0.6);
        width: calc(25% - 30px);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        padding: 20px;
    }

    .content .box .icon {
        font-size: 36px;
        color: #F8F9fA;
    }

    .content .box .counter {
        font-size: 50px;
        font-weight: 500;
        color: #F8F9fA;
        font-family: sans-serif;
    }

    .content .box .text {
        font-weight: 400;
        color: #BF9B30;
    }

    /* expert */
    .expert-item {
        margin: 20px;
        padding: 30px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    }

    .expert {
        padding: 0px 40px 40px 40px;
    }

    .expertimg {
        border-radius: 10px;
        transition: all 3s ease;
    }

    .expertimg:hover {
        transform: scale(1.1);
    }

    .expert-text:hover {
        color: #BF9B30;
    }

    /* whatsapp */
    .whatsapp {
        position: fixed;
        top: 80vh;
        left: 85vw;
        object-position: top;
        z-index: 9999;
    }

    .whatsapp img {
        position: relative;
        height: 70px;
        border-radius: 50%;
        border: none;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    }


    /* footerb */

    .footerb {
        background-color: #BF9B30;
        padding-top: 30px;
    }

    .link {
        text-decoration: none;
        color: #fff;
    }

    /* owl nav */
    .owl-nav {
        display: none;
    }

    /* media screen */


    @media (max-width: 1280px) {

        .bookingtext {
            font-size: 50px;
            left: 37%;
            top: 20%;
        }

        .bookingtexts {
            font-size: 60px;
            left: 25%;
            top: 30%;
        }

        .bookingtextss {
            font-size: 40px;
            left: 58%;
            top: 13%;
        }

    }

    @media (max-width: 1045px) {
        .wrapper .box {
            width: calc(100% - 10px);
            margin: 10px 0;
        }

        .counter-up {
            padding: 50px 50px 0 50px;
        }

        .counter-up .content .box {
            width: calc(50% - 30px);
            margin-bottom: 50px;
        }

        .bookingtext {
            font-size: 50px;
            left: 33%;
            top: 20%;
        }

        .bookingtexts {
            font-size: 50px;
            left: 15%;
            top: 30%;
        }

        .bookingtextss {
            font-size: 40px;
            left: 58%;
            top: 13%;
        }

        .booking-btn {
            position: relative;
            left: 45%;
            top: 20%;
            padding-left: 50px;
            padding-right: 50px;
        }

    }

    @media (max-width: 992px) {
        .sqlogo {
            display: none;
        }

        .sbrand {
            display: none;
        }

        .locationimg {
            width: 100%;
            height: auto;
        }


        .location {
            padding: 50px 0px 50px 0px;
        }

        .locationtext {
            font-size: 24px;
        }

        h1 {
            font-size: 24px;
        }

        .about {
            padding: 30px;
        }

        .text-about-text {
            margin-left: 20px;
            margin-right: 20px;
        }

        .text-about {
            margin-top: 50px;
            margin-left: 20px;
            margin-right: 20px;
        }

        .layout {
            margin-top: 50px;
            padding: 30px;
        }

        .desktop {
            padding: 30px;
        }

        .mobile {
            padding: 30px;
            display: none;
        }


        .paymentinfo {
            padding: 10px;
            border-radius: 20px;
            font-size: 10px;
        }

        .formbox {
            padding: 10px;
        }

        .form {
            padding: 10px;
        }

        .bookingtext {
            font-size: 50px;
            left: 30%;
            top: 20%;
        }

        .bookingtexts {
            font-size: 50px;
            left: 15%;
            top: 25%;
        }

        .bookingtextss {
            font-size: 36px;
            left: 55%;
            top: 12%;
        }

        .booking-btn {
            position: relative;
            left: 40%;
            top: 18%;
            padding-left: 50px;
            padding-right: 50px;
        }

    }

    @media (max-width: 702px) {
        .desktop {
            display: none;
        }

        .wrapper .box {
            width: 100%;
        }

        .mobile {
            display: block;
        }

        .layout {
            margin-top: 50px;
            padding: 10px;
        }

        .counter-up .content .box {
            width: calc(49% - 0px);
            padding: 5px;
        }

        .content .box .icon {
            font-size: 22px;
            color: #F8F9fA;
        }

        .content .box .counter {
            font-size: 36px;
        }

        .booking {
            height: 500px;
        }

        .booking_color {
            height: 500px;
        }

        .bookingtext {
            font-size: 40px;
            left: 30%;
            top: 20%;
        }

        .bookingtexts {
            font-size: 40px;
            left: 15%;
            top: 25%;
        }

        .bookingtextss {
            font-size: 30px;
            left: 45%;
            top: 11%;
        }

        .booking-btn {
            position: relative;
            left: 40%;
            top: 17%;
            padding-left: 50px;
            padding-right: 50px;
        }

        .expert-item {
            padding: 20px;
        }

        .whatsapp {
            position: fixed;
            top: 80vh;
            left: 75vw;
        }
    }

    @media (max-width: 502px) {

        .booking {
            height: 400px;
        }

        .booking_color {
            height: 400px;
        }

        .bookingtext {
            font-size: 30px;
            left: 30%;
            top: 20%;
        }

        .bookingtexts {
            font-size: 36px;
            left: 10%;
            top: 25%;
        }

        .bookingtextss {
            font-size: 20px;
            left: 55%;
            top: 12%;
        }

        .booking-btn {
            position: relative;
            left: 35%;
            top: 15%;
            padding-left: 50px;
            padding-right: 50px;
        }

    }

    @media (max-width: 400px) {
        .booking {
            height: 400px;
        }

        .booking_color {
            height: 400px;
        }

        .bookingtext {
            font-size: 30px;
            left: 20%;
            top: 20%;
        }

        .bookingtexts {
            font-size: 30px;
            left: 10%;
            top: 25%;
        }

        .bookingtextss {
            font-size: 18px;
            left: 50%;
            top: 12%;
        }

        .booking-btn {
            position: relative;
            left: 28%;
            top: 15%;
            padding-left: 40px;
            padding-right: 40px;
        }
    }

    /* blog page styling */

    .blog {
        padding: 40px;
    }

    .blogtext {
        padding: 40px;

    }

    .blog-paragrah {
        line-height: 1.4em;
        height: 3.9em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .blog-btn {
        padding: 10px;
    }

    /* videos page */
    .videossection {
        padding-top: 10px;
    }

    /* animation  */
    .frontimg img {
        animation-duration: 15s;
        animation-name: zoomout;
        animation-iteration-count: infinite;
    }

    @keyframes zoomout {
        0% {
            transform: scale(1.0)
        }

        50% {
            transform: scale(1.1)
        }

        100% {
            transform: scale(1.0)
        }
    }

    .content .box .icon i {
        animation-duration: 6s;
        animation-name: colors;
        animation-iteration-count: infinite;
    }

    @keyframes colors {
        0% {
            color: #F8F9fA;
        }

        50% {
            color: #BF9B30;
        }

        100% {
            color: #F8F9fA;
        }
    }

    .itext {
        animation-duration: 6s;
        animation-name: colors;
        animation-iteration-count: infinite;
    }

    @keyframes colors {
        0% {
            color: #BF9B30;
        }

        50% {
            color: #F8F9fA;
        }

        100% {
            color: #BF9B30;
        }
    }