@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap');



*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    /* font-family: "Urbanist", sans-serif; */

}



:root{

    --text-primary-color: #07272d; 

    --text-primary-color-lite: #3e4827; 

    --text-secondary-color:#efe1ce;

    --bg-primary: #d0bda6;

    --bg-secondary: #ede1cf;

    --contained-background: #e6e6e6; 

    --contained-font-family: proxima-nova, sans-serif; 

    --secondary-lite: #ffffff;

    --card-heading: #404928;

    --website-bg:#ede1cf;

}



.page-bg{

    background-color: var(--website-bg);

}



.banner-bg {

    background-image: url(../images/one_tile_gold.svg);



}





h1, h2, h3, h4, h5{

    font-family: 'Lexend Deca', sans-serif;

    color: var(--bs-dark-color);

}



h1{

    font-size: 2.0rem;

    font-weight: 700;

    font-family: "Kaushan Script", cursive;

    color: var(--text-primary-color-lite);

}



h2{

    font-family: "Kaushan Script", cursive;

    font-style: normal;

    line-height: 3.5rem;

    font-weight: 400;

    font-size: 2.5rem;

    color: var(--text-primary-color);



}

p{

    margin: 0;

    font-weight: 400;

    font-size: 1rem;

    color: var(--text-primary-color-lite);

    letter-spacing: 0.07rem;

    line-height: 1.55rem;

    font-synthesis: none;

    text-rendering: optimizeLegibility;

}



a{

    text-decoration: none;

}



li{

    list-style: none;

}



button, a {

    font-size: 1.15rem!important;

    letter-spacing: 0.03rem;

    word-spacing: .1rem;

}

.font-s-4{
    font-size: 4rem;
    line-height: 1.0;
}
.font-s-6{
    font-size: 6rem;
    line-height: 1.0;
}

.font-s-3{

    font-size: 4rem;

    line-height: 1.0;

}

.fs-8{

    font-size: 8rem;

}



.pt-9{

    padding-top: 9rem;

}



.pt-12{

    padding-top: 12rem;

}

.pt-15{

    padding-top: 15rem;

}



.mrgn-l-13{

    margin-left: 13rem;

}

.mrgn-r-13{

    margin-right: 13rem;

}

/* Nav Css  */

    .nav-bg{

        background-color: #07272d;

    }

    .logo-text {

        color: #aaa274;

        width: 15%;

    }

    .menu-text{

        color: #aaa274;

    }

    .menu-text:hover{

        color: #ede1cf;

    }



    .navbar-toggler{

        border: 1px solid #ede1cf;

        background-color: #ede1cf;

    }

/* Nav Css End  */



/* Banner Section */

    .banner-section{
        margin-top: 5.5rem;
    }

    .banner-btn {

        border-radius: unset;

        background-color: #3e4827;

        color: #FFFFFF;

        padding: 8px 40px;

    }

    .banner-btn:hover {

        /*border-radius: unset;*/

        background-color: #3e4827;

        color: #ffFFFF;

        padding: 8px 40px;

    }

    .banner-img-1{

        width: 100%;

    }

/* Banner Section End */



/*About Section */

.about-section{

    margin: 30px 0 50px 0;

}

.about-img{

    height: 33.85vw;

    object-fit: cover;

}

.wdh-about-img{

    width: 75%;

}

/*About Section End*/



/*Partner Section*/

    .partner-heading{

        color: var(--text-primary-color);

        font-size: 3rem;

        font-weight: 400;

    }

    .partner-section{

        margin: 100px 0;

    }



/*Partner Section End*/



/* Awards Section  */

.awards-section{
    padding: 5rem 0 3rem 0;
}

.c-body {

    background-color: var(--website-bg);

    padding: 20px;

}

.c-title{

    color: var(--card-heading);

    font-weight: 500;

}

/* Awards section end  */



/* Service Section */



.service-section{
    padding: 1.5rem 0 3rem 0;
    background-color: #d0bda6;
    margin-top: 40px;
}



.service-section .row{

/*    padding: 150px 0;*/

}

.tree-11{

    top: 0;

    left: 0;

    width: 28.54vw;

}

.simplefade{

    opacity: 1;

    transform: translate3d(0, 0px, 0);

}



.service-box {

    /* border: 1px solid var(--bg-primary); */

    border-radius: 12px;

    padding: 8px;

    background-color: var(--bg-secondary);

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    height: 100%;

}

.service-box .card-bg{

    background-color: var(--bg-secondary);

    border: none;

}

.service-box .title{

    font-family: "Kaushan Script", cursive;

    font-style: normal;

    font-size: 1.9rem;

    font-weight: 500;

    /* padding-left: 15px; */

}

.service-box p{

    font-size: 15px;

}



.service-box-2 {

    /* border: 1px solid var(--bg-secondary); */

    border-radius: 12px;

    padding: 8px;

    background-color: var(--card-heading);

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    height: 100%;

    color: var(--bg-secondary);

}

.service-box-2 .card-bg{

    border: none;

    background-color: var(--card-heading);

    color: var(--bg-secondary);

}

.service-box-2 .title{

    font-family: "Kaushan Script", cursive;

    font-style: normal;

    font-size: 1.7rem;

    font-weight: 400;

    /* padding-left: 15px; */

}

.service-box-2 p{

    font-size: 15px;

    color: var(--bg-secondary);

}

/* End Section */



/* Smile of the month */

    .smile-section{

        background-image: url('../images/awards/sp-logo.svg');
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;

    }

/* End  */



.msgs {

    color: transparent;

    display: block;

    width: 100%;

    height: 11rem;

    background-image: url(../images/HereForYou-Message.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: contain;

}

.msgs:hover{

    background-image: url(../images/HereForYou-Message-Hover.svg);

    /* background-size: 100%; */

}



.tel {

    color: transparent;

    display: block;

    width: 100%;

    height: 11rem;

    background-image: url(../images/HereForYou-Call.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: contain;

}

.tel:hover{

    background-image: url(../images/HereForYou-Call-Hover.svg);

}



.booking {

    color: transparent;

    display: block;

    width: 100%;

    height: 11rem;

    background-image: url(../images/HereForYou-BookOnline_v3.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: contain;

}

.booking:hover{

    background-image: url(../images/HereForYou-BookOnline_v3-Hover.svg);

}



/* Review Section */

.review-section{

    background-image: url('../images/background-desert.jpg');

    margin: 80px 0;

}

.review-card{

    width: 22rem;

    height: 28.98vw;

    object-fit: cover;

}

.rev-img-w{

    width: 100%;

}

.ts-13{

    font-size: 13px;

}



.box{

    position: relative;

    min-height: 1px;

}

.box-desc{

    height: 49.35417vw;

    width: 100%;

}

.box-desc .pattern.pattern-box-center {

    width: 15.72917vw;

    height: 55.25417vw;

    position: absolute;

    right: 50%;

    transform: translateX(23%);

    bottom: 0;

    background-position-x: left;

    background-position-y: top;

}

.box-desc .pattern.pattern-box-right {

    width: 26.04167vw;

    height: 18.95833vw;

    position: absolute;

    right: -109px;

    bottom: 40px;

    background-position-x: left;

    background-position-y: top;

}

.pattern{

    background-image: url(../images/one_tile_gold.svg);

    background-repeat: repeat;

    background-size: auto;

}

/* Review Section End */
/* `us section */
.why-us{
    padding: 5rem 0 3rem 0;
}
.why-us-bg{
    background-image: url(../images/why-choose-us-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.overlay{
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 35, 68, 0.6);
}
.why_ul{
    color: var(--text-primary-color);
}
.why_ul li{
    border-bottom: 1px solid var(--card-heading);
    list-style-type: none;
    padding: 6px 0;
    margin-bottom: 0.6rem;
}

/* Faq */
.faq-section{
    padding: 5rem 0 3rem 0;
}
.accordion{
    --bs-accordion-btn-bg: var(--bg-primary);
    --bs-accordion-active-bg: var(--text-primary-color);
    --bs-accordion-active-color: var(--bg-secondary);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-bg: var(--bg-secondary);
    --bs-accordion-color: var(--text-primary-color);
}

.accordion-button{
    padding: 5px 15px;
}
/*.accordion-item{
    background-color: var(--bg-primary);
    color: var(--text-primary-color);
}
.accordion-button{
    padding: 5px 15px;
 background-color: var(--bg-primary);
 color: var(--text-primary-color);
}
.accordion-button:not(.collapsed){
    padding: 5px 15px;
    background-color: var(--bg-primary);
    color: var(--text-primary-color);
    border: 2px solid var(--text-primary-color);
}

.accordion-button:hover, .accordion-button:active{
    background-color: var(--text-primary-color);
    color: var(--bg-secondary);
}
.accordion-button:not(.collapsed)::after{
    color: var(--bg-secondary);
}*/
/* Faq End */

/* Scroll to top */
.scroll-to-top {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    bottom: -60px;
    background-color: rgb(169 152 132);
    color: #fff;
    position: fixed;
    right: 3%;
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 999;
  }
  .scroll-to-top span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    right: 1px;
    top: 0px;
  }
  .scroll-to-top:hover {
    background-color: #07272d;
  }
  .scroll-to-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 45px;
  }
  .scroll-to-top.show:hover {
    opacity: 1;
  }
/* End Here */

/* Footer */

.footer{

    background-color: #07272d;

}

.footer-logo{

    width: 70%;

}


.footer-links h3, a{

    color: #ede1cf;

}
.footer-links .address-ul{
    margin: 10px 0 5px 0px;
    color: var(--bg-secondary);
}
.footer-links .address-ul li{
    list-style-type: none;
    padding: 6px 0
}

.fp-txt{

    color: #ede1cf;

}

.copyright{

    font-size: 0.7rem;

    color: var(--bs-main-color);

}

.copyright a{

    font-size: 0.7rem!important;

    color: var(--bs-main-color);

}





/* Footer End */

/* Media Query */

@media (max-width: 991.98px) {

    .mrgn-l-13{

        margin-left: 0rem;

    }

    .mrgn-r-13{

        margin-right: 0rem;

    }

    h1{

        font-size: 3rem;

        font-family: "Kaushan Script", cursive;

        font-style: normal;

        font-weight: 400;

        color: var(--text-primary-color-lite);

    }

    h2{
        font-family: "Kaushan Script", cursive;
        font-style: normal;
        font-size: 3.3rem;
        line-height: 4rem;
        font-weight: 500;
        color: var(--text-primary-color);
    }

    p{

        margin: 0;

        font-weight: 400;

        font-size: 1.4rem!important;

        color: var(--text-primary-color-lite);

        line-height: 2.20rem;

        font-synthesis: none;
        text-align: justify;
        text-rendering: optimizeLegibility;

        padding: 0 15px;

    }

    .banner-section{
        margin-top: 13.5rem;
    }
    .banner-img-1{

        width: 100%;

    }

    .ba-div {

        height: 15.5rem;

    }



    .logo-text {

        color: #aaa274;

        width: 35%;

    }



    /* About Section  */

    .about-img{

        height: 81.85vw;

        object-fit: cover;

    }

    .wdh-about-img{

        width: 100%;

    }

    /* End */



    /* Review Section  */

    .rev-img-w{

        width: 70%!important;

    }

    /* End Here */

    .service-box .title{

        padding-left: 15px;

    }

    .service-box-2 .title{

        padding-left: 15px;

    }

    .why_ul li{
        font-size: 1.4rem;
    }

    /* Footer Section */

    .footer-logo{

        width: 50%;

    }

    /* End */

}



@media (max-width: 767px) {

    .mrgn-l-13{

        margin-left: 0rem;

    }

    .mrgn-r-13{

        margin-right: 0rem;

    }

    h1{

        font-size: 3rem;

        font-family: "Kaushan Script", cursive;

        font-style: normal;

        font-weight: 400;

        color: var(--text-primary-color-lite);

    }

    h2{
        font-family: "Kaushan Script", cursive;
        font-style: normal;
        font-size: 3.8rem;
        line-height: 4rem;
        font-weight: 500;
        color: var(--text-primary-color);
    }

    p{

        margin: 0;

        font-weight: 400;

        font-size: 1.4rem!important;

        color: var(--text-primary-color-lite);

        line-height: 2.20rem;

        font-synthesis: none;
        text-align: justify;
        text-rendering: optimizeLegibility;

        padding: 0 15px;

    }

    .banner-section{
        margin-top: 13.5rem;
    }
    .banner-img-1{

        width: 100%;

    }

    .ba-div{

        height: 18.5rem;

    }

    

    .logo-text {

        color: #aaa274;

        width: 35%;

    }



    /* About Section  */

    .about-img{

        height: 81.85vw;

        object-fit: cover;

    }

    .wdh-about-img{

        width: 100%;

    }

    /* End */



    /* Review Section  */

    .rev-img-w{

        width: 70%!important;

    }

    /* End Here */



    .service-box .title{

        padding-left: 15px;

    }

    .service-box-2 .title{

        padding-left: 15px;

    }

    .why_ul li{
        font-size: 1.4rem;
    }

    /* Footer Section */

    .footer-logo{

        width: 50%;

    }

    /* End */

}



@media (max-width: 576px){

    .mrgn-l-13{

        margin-left: 0rem;

    }

    .mrgn-r-13{

        margin-right: 0rem;

    }

    h1{

        font-size: 3rem;

        font-family: "Kaushan Script", cursive;

        font-style: normal;

        font-weight: 400;

        color: var(--text-primary-color-lite);

    }

    h2{

        font-family: "Kaushan Script", cursive;

        font-style: normal;

        font-size: 4rem;

        line-height: 5rem;

        font-weight: 500;

        color: var(--text-primary-color);

    }

    p{

        margin: 0;

        font-weight: 400;

        font-size: 1.2rem!important;

        color: var(--text-primary-color-lite);

        line-height: 2.40rem;

        font-synthesis: none;
        text-align: justify;
        text-rendering: optimizeLegibility;

        padding: 0 15px;

    }

    .banner-section{
        margin-top: 6.5rem;
    }
    .banner-img-1{

        width: 100%;

    }

    .ba-div {

        height: 19rem;

    }



    .logo-text {

        color: #aaa274;

        width: 35%;

    }



    /* About Section  */

    .about-img{

        height: 81.85vw;

        object-fit: cover;

    }

    .wdh-about-img{

        width: 100%;

    }

    /* End */



    /* Review Section  */

    .rev-img-w{

        width: 70%!important;

    }

    /* End Here */



    .service-box .title{

        padding-left: 15px;

    }

    .service-box-2 .title{

        padding-left: 15px;

    }

    .why_ul li{
        font-size: 1.4rem;
    }

    .faq-section h2{
        line-height: 2rem;
    }
    /* Footer Section */

    .footer-logo{

        width: 50%;

    }

    /* End */

    .types .options {

        position: relative;

        width: 100%;

        height: 80%;

        /* max-width: 715px; */

        height: 680px;

    }



    .types .options a.img:nth-child(1) {

        top: 50px;

        right: 52%;

        transform: rotate(-7deg);

        z-index: 40;

    }



    .types .options a.img:nth-child(2) {

        top: 58px;

        right: 6%;

        transform: rotate(12deg);

        z-index: 40;

    }



    .types .options a.img:nth-child(3) {

        top: 47.5%;

        right: 50%;

        transform: rotate(12deg);

        z-index: 40;

    }



    .types .options a.img:nth-child(4) {

        top: 47.5%;

        right: 4%;

        transform: rotate(-7deg);

        z-index: 40;

    }

}



