@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    overflow-x: hidden !important;
}

@font-face {
    font-family: Miama;
    src: url("/fonts/miama.regular.ttf");
}

@font-face {
    font-family: Kugile;
    src: url("/fonts/kugile.regular.ttf");
}

@font-face {
    font-family: Collingar;
    src: url("/fonts/collingar-collingar-400.ttf");
}




a {
    text-decoration: none;
}

.superbanner {
    /* border: 2px solid red; */
    position: relative;
}

.mainbanner {
    width: 100%;
    height: 100vh;
    /* background-image: url("./img/Herobanner.png"); */
    background-image: url("./img/example.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.mainnavupper {
    /* border: 2px solid green; */
    padding: 10px 0px;
}

.mainnav {
    /* border: 2px solid black; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: auto;
}

.mainlogo {
    width: 60%;
    /* border: 1px solid; */
}

.menubar {
    background-color: #F9F5E9;
    padding: 10px;
    width: 100%;
    border-radius: 50px;
}

.menubarUL li a button {
    border: none;
    border-radius: 30px;
    background-color: #F9B700;
    color: black;
    padding: 5px 16px;
}

.menubarUL {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.menubarUL li {
    padding: 10px;
}

.menubarUL li a {
    margin: 0px 20px;
    color: black;
}


.Grandeur {
    position: absolute;
    bottom: 20%;
    width: 100%;
}

.Grandeurheading {
    color: white;
    font-size: 60px;
    text-align: center;
    font-family: Collingar;

    /* transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d; */
}

.GrandeurLine {
    width: 60%;
    margin: auto;
    height: 2px;
    background-color: white;
}

.followdiv {
    /* border: 2px solid red; */
    position: absolute;
    left: -2%;
    bottom: 20%;
    transform: rotate(270deg);
}

.followInner {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid black; */
    width: 150%;
}

.FImgdivs {
    display: flex;
    gap: 10px;
}

.Fline {
    margin-left: 20px;
    gap: 1px;
    display: flex;
    width: 100%;
    /* border: 2px solid; */
}

/* .Fline span{display: none;} */

.followline {
    width: 100%;
    margin: auto;
    height: 2px;
    background-color: white;
    margin-right: 10px;
    /* border: 2px solid white; */
}

.followdiv p {
    color: white;
    font-size: 16px;
    width: 100% !important;
    display: block;
    /* border: 2px solid black; */
    margin: 0;
}

.inqdiv {
    /* border: 2px solid black; */
    position: fixed;
    right: 2%;
    bottom: 7%;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.multiplediv {
    padding: 0px 0px;
    display: flex;
    background-color: #F9F5E9;
}

.multiplediv2 {
    /* padding: 0px 100px; */
    display: flex;
    flex-direction: row-reverse;
    background-color: #F9F5E9;
}

.mulmainduv {
    width: 100%;
    margin: auto;
    display: flex;
}

.mulmainduv2 {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
}

.multiLine {
    background-color: #B9721A;
    width: 16%;
    height: 2px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.multiRight {
    /* border: 2px solid blue; */
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 0px 30px;
    position: relative;

    background: url("./img/backYImage.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #F9F5E9;
}

.multiRight .floatingheading {
    position: absolute;
    right: 0;
    top: 6%;
    font-family: Miama;
    color: grey;
    opacity: 0.2;
    font-weight: 400;
    font-size: 56px;
}

.multiRight h3 {
    /* font-family: "Tangerine", cursive; */
    color: #AD6E45;
    font-weight: 600;
    font-size: 36px;
    font-family: "Josefin Slab", serif;
}

.multiRight p {
    font-family: "Quicksand", sans-serif;
    color: #3F3F3F;
    font-weight: 500;
    font-size: 16px;
}

.multiLeft {
    /* border: 2px solid red; */
    width: 50%;
}

.multiRightFirst {
    /* border: 2px solid blue; */
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 0px 30px;
    position: relative;
    background: url("./img/backYImage.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #F9F5E9;
}

.multiRightFirst h3 {
    /* font-family: "Tangerine", cursive; */
    color: #D2AE6D;
    font-weight: 600;
    font-size: 36px;
    font-family: "Josefin Slab", serif;
}

.multiRightFirst p {
    font-family: "Quicksand", sans-serif;
    /* color: white; */
    font-weight: 500;
    font-size: 16px;
}

.multiRightFirst h5 {
    font-family: Collingar;
    color: #3F3F3F;
    font-weight: 500;
    font-size: 21px;
    line-height: 40px;
}

.multiLeftimgbox {
    width: 100%;
    height: 100%;
}

.multiLeftimgbox img {
    width: 100%;
    height: 100%;
}

.blureffect {
    position: absolute;
    top: 0;
    right: 0;
    /* width: 100%; */
    height: 100%;
}

.blureffect2 {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    height: 100%;
}



.sliderdiv {
    /* background: #006850E5; */
    background-image: url("./img/testimonialBg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sliderinner {
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0px auto;
    padding: 50px 0px;
}

.sline {
    /* background-color: #D2AE6D; */
    background-color: #F9F5E9;
    width: 2px;
    height: 150px;
}

.imgbox {
    /* border-right: 2px solid #EBDFBD; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 150px;
    /* font-family: OPTICopperplate; */
}

#lastIbox {
    border: none !important;
}

.imgbox span {
    font-size: 96px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Collingar;
    /* color: #7B5131; */
    color: white;
}

.imgbox h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    /* font-family: "Quicksand", sans-serif; */
    font-family: "Josefin Slab", serif;
    margin: 0;
    color: white;
}

.imgbox h6 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Collingar;
    margin: 0;
    color: white;
}

.imgbox h5 {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    color: white;
}


/* scrolling text  */


.scrolltextcontainer {
    display: flex;
    align-items: center;
    /* height: 60vh; */
    overflow: hidden;
}

.scroll {
    white-space: nowrap;
    margin: 0 2em;
}

.scroll div {
    display: flex;
    gap: 2em;
}

.scroll p {
    font-family: Miama;
    color: grey;
    opacity: 0.2;
    font-weight: 400;
    font-size: 56px;
}

.right2left {
    animation: Right2Left 20s infinite linear;
}

@keyframes Right2Left {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.left2right {
    animation: Left2Right 20s infinite linear;
}

@keyframes Left2Right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}

/* scrolling text  */

.enquirediv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    background: url("./img/backYImage.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #006850;
}

.enquirediv h3 {
    font-family: Miama;
    font-size: 40px;
    color: white;
}

.enquiredivbtn {
    background-color: #F8B703;
    padding: 16px 30px;
    border-radius: 10px;
    margin: 30px 0px;
}

.enquiredivbtn a {
    font-family: "Josefin Slab", serif;
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 600;
}


/* service slider  */

.anotherservice {
    border: 1px solid #F9F5E9;
    padding: 100px 0px;
    width: 80%;
    margin: auto;
}

.card {
    /* width: 300px !important; */
    width: 99% !important;
    border-radius: 19px;
    background-color: #006850;
    border: none;
    padding-bottom: 20px;
    z-index: 10;
}

.card-img-top {
    /* border: 2px solid green; */
    border-radius: 16px;
}

.card-title {
    text-align: center;
    margin: 20px 0px;
    font-size: 26px;
    color: white;
}

.cardbtn {
    border: none;
    outline: none;
    width: 40%;
    display: block;
    margin: auto;
    background-color: white;
    color: #D2AE6D;
    box-shadow: 0px 2px 2px 0px #0000001A;
}

.cardbtn:hover {
    border: none;
    outline: none;
    width: 40%;
    display: block;
    margin: auto;
    background-color: white;
    color: #D2AE6D;
    box-shadow: 0px 2px 2px 0px #0000001A;
}

.serviceHeading {
    text-align: center;
    font-size: 50px;
    color: #AD6E45;
    font-weight: 400;
    font-family: Collingar;
    padding-top: 60px;
}

.serviceslider {
    background: url("./img/backYImage.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #F9F5E9;
}


.testslickslider2 .slick-prev {
    left: -75px !important;
}

.testslickslider2 .slick-prev:before,
.testslickslider2 .slick-next:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: 1 !important;
    color: #145DA0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testslickslider2 .slick-next:before {
    content: '→';
    content: url("/img/serRA.png") !important;
}

.testslickslider2 .slick-prev:before {
    content: '→';
    content: url("/img/serLA.png") !important;
}

/* service slider  */


/* testimonial slider  */

.testslickslidermain {
    background-image: url("./img/testimonialBg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testslicksliderinner {
    /* border: 2px solid red; */
    padding: 60px 0px;
    text-align: center;
    width: 70%;
    margin: auto;
}

.testimonialbox p {
    color: white;
    font-size: 26px;
    font-family: Collingar;
}

.testimonialbox h3 {
    color: white;
    font-size: 20px;
    text-align: right;
    font-family: Collingar;
}

.TestimonialsHeading {
    text-align: center;
    font-size: 50px;
    color: white;
    font-weight: 400;
    font-family: Collingar;
    padding-top: 60px;
}

.testslickslider .slick-prev:before,
.testslickslider .slick-next:before {
    display: none;
}

.testslickslider .slick-dots li.slick-active button::before {
    color: white !important;
}

/* testimonial slider  */



/* video section  */

.videocard {
    /* border: 2px solid black; */
    background-image: url("./img/videoimg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}



.videoslickslider2 .slick-prev {
    left: -75px !important;
}

.videoslickslider2 .slick-prev:before,
.videoslickslider2 .slick-next:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: 1 !important;
    color: #145DA0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.videoslickslider2 .slick-next:before {
    content: '→';
    content: url("/img/serRA.png") !important;
}

.videoslickslider2 .slick-prev:before {
    content: '→';
    content: url("/img/serLA.png") !important;
}

/* video section  */

.mainbannerdiv {
    width: 100%;
    height: 100vh;
}

.mainbannerdiv img {
    width: 100%;
    height: 100%;
}

.superbannerMobile {
    display: none;
}




@media(max-width:500px) {
    body {
        overflow-x: hidden !important;
    }

    .superbannerMobile {
        display: block !important;
    }

    .mainbanner {
        display: none !important;
    }

    .mainnavupper {
        display: none !important;
    }

    .navbar {
        background-color: #FBF9F1 !important;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .mainbannerdiv {
        width: 100%;
        height: auto;
    }

    .mobileNavlogo {
        width: 150px;
    }


    .mulmainduv2 {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .mulmainduv2resp {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    .multiRightFirst {
        width: 100%;
        padding: 0px 30px;
    }

    .multiRightFirst h5 {
        font-family: Collingar;
        color: #3F3F3F;
        font-weight: 500;
        font-size: 12px;
        line-height: 23px;
        text-align: justify;
        padding: 25px 0px;
    }

    .multiLeft {
        width: 100%;
    }

    .mulmainduv {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    .multiRight {
        width: 100%;
        padding: 0px 16px;
    }

    .multiRight h3 {
        /* font-family: "Tangerine", cursive; */
        color: #AD6E45;
        font-weight: 600;
        font-size: 22px;
        font-family: "Josefin Slab", serif;
    }

    .multiLine {
        background-color: #B9721A;
        width: 25%;
        height: 2px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .multiRight p {
        font-family: "Quicksand", sans-serif;
        color: #3F3F3F;
        font-weight: 500;
        font-size: 13px;
    }

    .scroll p {
        font-family: Miama;
        color: grey;
        opacity: 0.2;
        font-weight: 400;
        font-size: 40px;
    }

    .enquirediv h3 {
        font-family: Miama;
        font-size: 20px;
        color: white;
        text-align: center;
        padding: 0px 10px;
    }

    .enquiredivbtn {
        background-color: #F8B703;
        padding: 7px 30px;
        border-radius: 10px;
        margin: 25px 0px;
    }

    .enquiredivbtn a {
        font-family: "Josefin Slab", serif;
        text-decoration: none;
        color: black;
        font-size: 16px;
        font-weight: 600;
    }

    .enquirediv img {
        width: 90%;
    }

    .serviceHeading {
        text-align: center;
        font-size: 35px;
        color: #AD6E45;
        font-weight: 400;
        font-family: Collingar;
        padding-top: 38px;
    }

    .anotherservice {
        border: 1px solid #F9F5E9;
        padding: 30px 0px;
        width: 85%;
        margin: auto;
    }

    .card-title {
        text-align: center;
        margin: 20px 0px;
        font-size: 23px;
        color: white;
    }

    .cardbtn {
        border: none;
        outline: none;
        width: 50%;
        display: block;
        margin: auto;
        background-color: white;
        color: #D2AE6D;
        box-shadow: 0px 2px 2px 0px #0000001A;
    }

    .videocard {
        /* border: 2px solid black; */
        background-image: url("./img/videoimg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 180px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .videobtn {
        width: 20%;
    }

    .TestimonialsHeading {
        text-align: center;
        font-size: 35px;
        color: white;
        font-weight: 400;
        font-family: Collingar;
        padding-top: 60px;
    }

    .testimonialbox p {
        color: white;
        font-size: 13px;
        font-family: Collingar;
    }

    .testimonialbox h3 {
        color: white;
        font-size: 11px;
        text-align: right;
        font-family: Collingar;
    }

    .testslicksliderinner {
        /* border: 2px solid red; */
        padding: 25px 0px;
        text-align: center;
        width: 85%;
        margin: auto;
    }

    .sliderdiv {
        /* background-color: #FBF9F1; */
        padding-top: 30px;
    }

    .sliderinner {
        /* border: 2px solid red; */
        /* display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; */

        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 90%;
        margin: 0px auto;
        padding: 0px 0px;
    }

    .sline {
        display: none;
    }

    .imgbox {
        border-right: none;
        /* border-bottom: 2px solid #EBDFBD; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* width: 300px; */
        width: auto;
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .imgbox h3 {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* font-family: "Quicksand", sans-serif; */
        margin: 0;
        /* color: #D2AE6D; */
        margin-top: -6px;
    }

    .imgbox h6 {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: Collingar;
        margin: 0;
        /* color: #7B5131; */
    }

    .imgbox span {
        font-size: 36px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: Collingar;
        /* color: #7B5131; */
    }

    .menubarresp {
        border: none;
        border-radius: 30px;
        background-color: #F9B700;
        color: black;
        padding: 5px 16px;
    }
}


.Grandeurheading {
    overflow: hidden !important;
}


@keyframes saurabh {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* .Grandeurheading span {
    display: inline-block;
    transform: translateY(100%);
} */

.Grandeurheading #create {
    display: inline-block;
    transform: translateY(100%);
    animation: saurabh 0.3s ease-in-out forwards;
    /* animation: saurabh 1s ease-in-out forwards; */
}
.Grandeurheading #create2 {
    display: inline-block;
    transform: translateY(100%);
    animation: saurabh 0.5s ease-in-out forwards;
    /* animation: saurabh 2s ease-in-out forwards; */
}
.Grandeurheading #create3 {
    display: inline-block;
    transform: translateY(100%);
    animation: saurabh 0.7s ease-in-out forwards;
    /* animation: saurabh 3s ease-in-out forwards; */
}
.Grandeurheading #create4 {
    display: inline-block;
    transform: translateY(100%);
    animation: saurabh 0.9s ease-in-out forwards;
    /* animation: saurabh 0.9s ease-in-out forwards; */
}
.Grandeurheading #create5 {
    display: inline-block;
    transform: translateY(100%);
    animation: saurabh 1s ease-in-out forwards;
}