/* GENERAL  */
*, html{
    margin: 0;
    padding: 0;
}
body{
    font-size: 18px;
    font-family: "rubik-regular";
    overflow-x: hidden;
}
h1{
    font-size: 60px;
    font-family: "rubik-bold";
}
h2{
    font-size: 54px;
    font-family: "rubik-bold";
}
h3{
    font-size: 45px;
    font-family: "rubik-bold";
}
h4{
    font-size: 38px;
    font-family: "rubik-bold";
}
h5{
    font-size: 28px;
    font-family: "rubik-bold";
}
h6{
    font-size: 22px;
    font-family: "rubik-bold";
}
a{
    text-decoration: none;
    color: #000;
}
img{
    display: block;
    max-width: 100%;
}
.container{
    width: 1500px;
    /* width: 1280px; */
    max-width: 96%;
    margin: 0 auto;
}
/* FONTS  */
@font-face {
    font-family: "rubik-light";
    src: url("../fonts/Rubik-Light.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "rubik-regular";
    src: url("../fonts/Rubik-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "rubik-bold";
    src: url("../fonts/Rubik-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "rubik-medium";
    src: url("../fonts/Rubik-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "brown-regular";
    src: url("../fonts/Brown-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "brown-regularalt";
    src: url("../fonts/Brown-RegularAlt.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "brown-boldalt";
    src: url("../fonts/Brown-BoldAlt.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "TrajanPro-Bold";
    src: url("../fonts/TrajanPro-Bold.otf") format("opentype");
    font-display: swap;
}




/* HEADER  */
header {
    background-color: #CB9A12;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    padding: 13px 0;
    top: 40px;
    transition: all .4s;
}
header.sticky {
    position: fixed;
    width: 100%;
    top:0;
    background: #cb9a12;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all .4s;
} 

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-left img {
    max-width: 335px;
}
.header-right ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header-right ul li {
    list-style: none;
}
.header-right ul li a{
    color: #fff;
    text-transform: uppercase;
    font-family: "brown-regularalt";
    padding: 35px 30px;
    transition: 0.2s;
}
.header-right ul li a:hover {
    background-color: #fff;
    color: #CB9A12;
    transition: 0.2s;
}
.header-right ul li.active a{
    background-color: #fff;
    color: #CB9A12;
}
/* HOME BANNER  */
.banner.banner__home .item {
    position: relative;
}
.banner.banner__home .item .banner-content {
    position: absolute;
    /* top: 54%; */
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner-content h4 {
    font-family: "rubik-medium";
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
}
.banner-content h1 {
    font-family: "brown-boldalt";
    font-size: 64px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 75px;
    line-height: 64px;
}
.banner-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.banner-buttons a {
    padding: 15px 0px;
    background-color: #CB9A12;
    min-width: 250px;
    color: #fff;
    font-size: 16px;
    border-radius: 80px;
    border: 2px solid #fff;
}
/* .banner-buttons a:first-child {
    background-color: #606060;
} */
.banner.banner__home .owl-nav,
.owl-nav {
    position: absolute;
    /* top: 41%; */
    top: 55%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
}
.banner.banner__home .owl-nav button.owl-prev:hover,
.banner.banner__home .owl-nav button.owl-next:hover {
    background: transparent !important;
}
.banner.banner__home .owl-nav button.owl-prev {
    left: 150px;
    position: absolute;
}
.banner.banner__home .owl-nav button.owl-next {
    right: 150px;
    position: absolute;
}
.banner.banner__home .owl-nav button.owl-prev span,
.banner.banner__home .owl-nav button.owl-next span{
    font-size: 60px;
    color: #CB9A12;
    font-family: "rubik-light";
}
.banner.banner__home .owl-dots {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}
.banner.banner__home .owl-dots button.owl-dot.active span {
    background: #fff;
}
.banner.banner__home .owl-dots button.owl-dot span {
    background: #A2A1A1;
    height: 14px;
    width: 14px;
    margin: 5px 4px;
}
/* HOME SECTION 2 SLIDER */
.home-sec-2 {
    margin-top: 50px;
    text-align: center;
}
.sec-2-slider h6 {
    font-size: 24px;
    color: #CB9A12;
    font-family: 'brown-boldalt';
    margin-top: 30px;
}
.sec-2-slider p {
    font-size: 24px;
    color: #1E1E1E;
    font-family: 'brown-regularalt';
}
.sec-2-slider .item {
    padding-top: 10px;
}
.img-holder {
    height: 144px;
    width: 144px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
}
.sec-2-slider .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
}
.sec-2-slider .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
}
.sec-2-slider .owl-nav button.owl-next:hover,
.sec-2-slider .owl-nav button.owl-prev:hover{
    background: transparent;
}
.sec-2-slider .owl-nav button.owl-prev span,
.sec-2-slider .owl-nav button.owl-next span{
    color: #505050;
    font-size: 60px;
    font-family: 'rubik-light';
}
.sec-2-slider .owl-nav {
    top: 20%;
}

/* HOME SECTION 3  */
.home-sec-3.h3-sides {
    margin-top: 90px;
    text-align: center;
}
.home-sec-3.h3-sides h3 {
    color: #CB9A12;
    font-weight: 100;
    font-family: 'rubik-medium';
    font-size: 34px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
}
.home-sec-3.h3-sides h3::before {
    content: "";
    background-image: url("../images/title-left.png");
    height: 60px;
    width: 60px;
    background-size: contain;
    position: absolute;
    left: -80px;
    background-repeat: no-repeat;
}
.home-sec-3.h3-sides h3::after {
    content: "";
    background-image: url("../images/title-right.png");
    height: 60px;
    width: 60px;
    background-size: contain;
    position: absolute;
    right: -80px;
    background-repeat: no-repeat;
}
.home-sec-3.h3-sides a.btn__dry,
a.btn__dry-grey {
    color: #797979;
    font-family: 'rubik-medium';
    font-size: 16px;
    position: relative;
    margin-top: 60px;
    display: inline-block;
    letter-spacing: 4px;
}
.home-sec-3.h3-sides a.btn__dry {
    margin-top: 20px;
}
.home-sec-3.h3-sides a.btn__dry::after,
a.btn__dry-grey::after  {
    content: "";
    background-image: url("../images/btn-grey.png");
    position: absolute;
    height: 18px;
    width: 57px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -80px;
    transition: 0.3s;
    top: 0;
}
.home-sec-3.h3-sides a.btn__dry:hover::after,
a.btn__dry-grey:hover::after{
    right: -90px;
    transition: 0.3s;
}
a.btn__dry-grey {
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.home-sec-3.h3-sides img {
    margin: 0 auto 30px;
    max-width: 490px;
}
.home-sec-3.h3-sides span {
    display: block;
    margin-bottom: 60px;
    font-family: 'brown-boldalt';
    color: #797979;
    text-transform: uppercase;
    font-size: 20px;
}
.home-sec-3.h3-sides span a{
    color: #CB9A12;
}
.home-sec-3.h3-sides p {
    color: #797979;
    max-width: 96%;
    margin: 0 auto 30px;
}
/* HOME SECTION FACILITIES  */
.home-facilities {
    margin-top: 70px;
}
.home-facilities h2 {
    margin-bottom: 20px !important;
}
.home-facilities .sec-title p {
    color: #797979;
}
.facilities__grid {
    margin-top: 100px;
}
.facilities__each {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 140px;
    grid-gap: 100px;
}
.facilities__each:nth-child(even) div:nth-child(1) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.facilities__each:nth-child(even) div:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.facilities__each .rgt {
    padding: 0px 100px;
}
.facilities__each h4 {
    font-family: 'brown-boldalt';
    color: #CB9A12;
    margin-bottom: 30px;
}
.facilities__each p {
    color: #797979;
    /* max-width: 90%; */
}
.facilities__each:nth-child(odd) .lft {
    position: relative;
    box-shadow: 10px 10px 47px -7px rgba(253,98,56,0.60);
    -webkit-box-shadow: 10px 10px 47px -7px rgba(253,98,56,0.60);
    -moz-box-shadow: 10px 10px 47px -7px rgba(253,98,56,0.60);
    border-top-right-radius: 120px;
    border-bottom-left-radius: 80px;
}
.facilities__each:nth-child(odd) .lft::before {
    content: "";
    background-image: url("../images/facility-flower-big.png");
    height: 280px;
    width: 330px;
    position: absolute;
    right: -130px;
    top: -110px;
    background-size: contain;
    background-repeat: no-repeat;
}
.facilities__each:nth-child(odd) .lft::after {
    content: "";
    background-image: url("../images/facility-flower-small.png");
    height: 180px;
    width: 220px;
    position: absolute;
    left: -64px;
    bottom: -73px;
    background-size: contain;
    background-repeat: no-repeat;
}
.facilities__each:nth-child(even) .lft{
    position: relative;
    box-shadow: -10px 10px 47px -7px rgba(253,98,56,0.60);
    -webkit-box-shadow: -10px 10px 47px -7px rgba(253,98,56,0.60);
    -moz-box-shadow: -10px 10px 47px -7px rgba(253,98,56,0.60);
    border-top-left-radius: 120px;
    border-bottom-right-radius: 80px;
}
.facilities__each:nth-child(even) .lft::before {
    content: "";
    background-image: url("../images/facility-flower-big.png");
    height: 280px;
    width: 330px;
    position: absolute;
    left: -130px;
    top: -110px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-84deg);
}
.facilities__each:nth-child(even) .lft::after {
    content: "";
    background-image: url("../images/facility-flower-small.png");
    height: 180px;
    width: 220px;
    position: absolute;
    right: -64px;
    bottom: -73px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-61deg);
}
.facilities__each:nth-child(odd) img{
    border-top-right-radius: 120px;
    border-bottom-left-radius: 80px;
}
.facilities__each:nth-child(even) img {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 80px;
}
.home-facilities > div >a {
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #CB9A12;
    color: #CB9A12;
    padding: 10px 70px;
    border-radius: 80px;
    text-transform: uppercase;
    transition: 0.3s;
}
.home-facilities > div >a:hover {
    background-color: #CB9A12;
    color: #fff;
    transition: 0.3s;
}
/* WE ARE SECTION  */
.we-are {
    margin-top: 150px;
    padding-top: 80px;
    padding-bottom: 0px;
    background-color: #FFF3E7;
}
.we-are .sec-title h3 {
    margin-bottom: 30px;
}
.we-are img {
    max-width: 500px;
}
.we-are lite-youtube {
    height: 708px;
    display: block;
    width: 1146px;
    position: relative;
    margin-top: 30px;
    margin-left: auto;
    right: 0px;
    box-shadow: -10px 10px 47px -15px rgba(0,0,0,0.75);
    -webkit-box-shadow: -10px 10px 47px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: -10px 10px 47px -15px rgba(0, 0, 0, 0.75);
    z-index: 5;
}
button.lty-playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    height: 120px;
    width: 120px;
    background-color: transparent;
    border: 0px;
}
button.lty-playbtn::after {
    content: "";
    background-image: url("../images/play-button.png");
    height: 120px;
    width: 120px;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    background-size: contain;
}
button.lty-playbtn span {
    font-size: 0px;
}
.we-are iframe {
    height: 708px;
    width: 100%;
    object-fit: cover !important;
}
img.behind-vid {
    position: relative;
    right: -520px;
    bottom: 160px;
    z-index: 0;
}
/* HOME TESTIMONIALS  */
.home-testimonials {
    background-color: #490000;
    padding: 90px 0 50px;
    position: relative;
}
.home-testimonials::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/testimonial-bg-overlay.png');
}
.home-testimonials h6 {
    color: #fff;
    font-family: 'brown-boldalt';
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
    z-index: 5;
    padding-left: 40px
}
.home-testimonials h3 {
    font-family: 'brown-regularalt';
    font-size: 110px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
    padding-left: 40px;
    display: inline-block;
}
.home-testimonials h3::before {
    content: "";
    position: absolute;
    left: -85px;
    top: -90px;
    background-image: url("../images/testimonial-commas.png");
    height: 320px;
    width: 410px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.home-testimonials .item img {
    height: 168px;
    width: 168px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    max-width: 168px;
}
/* .testimonial-slider img {
    max-width: 168px;
    margin: 0 auto;
} */
.testimonial-slider p {
    max-width: 69%;
    margin: 30px auto;
    color: #CB9A12;
    font-size: 22px;
    line-height: 37.4px;
}
.testimonial-slider span {
    display: block;
    max-width: 66%;
    margin: 30px auto;
    color: #fff;
    font-size: 22px;
}
.testimonial-slider .owl-nav {
    top: -210px;
    right: -20px;
    left: auto;
    width: 200px;
}
.testimonial-slider span b{
    color: #CB9A12;
    font-size: 24px;
}
.testimonial-slider .owl-nav img {
    max-width: 30px !important;
}
.testimonial-slider .owl-nav button:hover {
    background: transparent !important;
}
.testimonial-slider .owl-nav button.owl-prev {
    margin-right: 75px;
}
/* HOME LOCATION  */
.sec-title h2, .sec-title h3 {
    font-family: 'brown-boldalt';
    color: #656565;
    font-size: 40px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.location {
    position: relative;
    padding: 70px 0 200px;
    overflow-x: hidden;
}
.location::after {
    content: "";
    background-image: url("../images/location-flower.png");
    position: absolute;
    height: 660px;
    width: 704px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    top: -350px;
    z-index: -1;
    transform: rotate(0.19deg);
    filter: grayscale(1);
}
.location .container{
    position: relative;
}
.location iframe {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 93% !important;
    display: block;
    height: 700px;
}
.location-content {
    background-color: #CB9A12;
    position: absolute;
    bottom: 30px;
    right: 100px;
    padding: 30px 50px 60px;
    border-top-right-radius: 41px;
    border-bottom-left-radius: 41px;
    max-width: 42%;
}
.location-content h6 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 40px;
}
.location-content p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 70px;
}
a.btn__dry {
    color: #fff;
    text-transform: uppercase;
    font-family: 'rubik-medium';
    letter-spacing: 7px;
    position: relative;
}
a.btn__dry::after {
    content: "";
    background-image: url("../images/white-btn-arrow.png");
    position: absolute;
    height: 20px;
    width: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -80px;
    transition: 0.3s;
}
a.btn__dry:hover::after {
    right: -90px;
    transition: 0.3s;
}
/* FOOTER  */
footer{
    background-image: url("../images/footer-bg.jpg");
    background-size:cover ;
    padding: 50px 0 20px;
}
footer h6, footer a {
    color: #fff;
}
.footer-col-2 h6 {
    font-size: 18px;
    margin-bottom: 25px;
}
footer ul li {
    list-style: none;
    font-size: 16px;
}
.footer-col-2 ul li{
    margin-bottom: 20px;
}
.footer-col-3 li {
    margin-bottom: 20px;
}
.footer-col-3 {
    margin-top: 45px;
}
.footer-col-3 li.btn a {
    background-color: #CB9A12;
    padding: 8px 13px;
    border-radius: 30.5px;
    display: inline-block;
    transition: 0.3s;
}
.footer-col-3 li.btn a:hover {
    color: #CB9A12;
    background-color: #fff;
    transition: 0.3s;
}
.footer-col-4 {
    margin-top: 45px;
}
.footer-col-4 h6 {
    font-size: 18px;
    margin-bottom: 25px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 0.6fr 0.8fr 1fr;
    grid-gap: 30px;
}
.footer-col-4 li:nth-child(1) {
    margin-bottom: 45px;
}
.footer-col-4 li:nth-child(2) {
    margin-bottom: 10px;
}
.footer-col-1 .top img {
    max-width: 335px;
}
.footer-col-4 li {
    list-style: none;
    color: #fff;
    font-size: 16px;
}
.footer-col-1 ul.bottom-grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 30px;
    margin-top: 100px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 30.5px;
    width: fit-content;
    padding: 13px 30px;
}
.footer-col-1 ul.bottom-grid img {
    max-width: 33px;
}
.footer-col-1 ul.bottom-grid li{
    list-style: none;
    padding: 0 13px;
    border-right: 1px solid #fff;
    height: 31px;
}
.footer-col-1 ul.bottom-grid li:first-child{
    padding-left: 0;
}
.footer-col-1 ul.bottom-grid li:last-child{
    padding-right: 0;
    border: 0px;
}
.footer-col-1 ul.bottom-grid li:nth-child(2) a img {
    margin-top: 5px;
}
.footer-col-1 ul.bottom-grid li a:hover img {
    opacity: 0.8;
}
.footer-col-4 li.phone, .footer-col-4 li.mail {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-col-4 li:nth-child(2) a {
    line-height: 24px;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 20px;
    margin-top: 40px;
}
.footer-bottom p, .footer-bottom a {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

/* DACHA THE VILLA  */
.banner.banner__dacha {
    padding: 190px 0 90px;
    margin-bottom: 50px;
    background-color: #F8F8F8;
}
.dacha-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-gap: 190px;
}
.dacha-grid .lft {
    padding-top: 90px;
}
.title__dacha h1, .title__dacha h2 {
    color: #393939;
    font-family: 'brown-regularalt';
    font-size: 64px;
    margin-bottom: 30px;
}
.subtitle__dacha span {
    color: #CB9A12;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'rubik-medium';
}
.dacha-grid .subtitle__dacha span {
    margin-bottom: 50px;
    display: block;
}
.dacha-grid .lft p {
    color: #797979;
    font-size: 22px;
    line-height: 34px;
}
.dacha-facilities {
    text-align: center;
}
.dacha-facilities__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 140px;
}
.dacha-facilities__grid img {
    margin: 0 auto 50px;
    max-width: 185px;
    padding: 0 10px;
    box-shadow: 0px 4px 53.900001525878906px 0px #00000012;
    height: 185px;
    width: 185px;
    object-fit: contain;
}
.df__each p {
    color: #797979;
    font-size: 22px;
    line-height: 34px;
}
.dacha-gallery {
    margin: 120px 0 190px
}
.dacha-book__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    background-color: #CB9A12;
    background-image: url("../images/dacha/book-bg.png");
    padding: 68px 130px 277px;
    grid-gap: 90px;
}
.dacha-book__grid h2, .dacha-book__grid span{
    color: #fff;
}
.dacha-book__grid p{
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}
.dacha-book__grid .rgt {
    padding-top: 60px;
}
.dacha-book__form {
    background-color: #fff;
    border-radius: 25px;
    max-width: 75%;
    display: block;
    box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 32px -10px rgba(0, 0, 0, 0.50);
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -204px;
    padding: 65px 55px 35px;
    min-height: 300px;
}
ul.event-form {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
ul.event-form li, ul.event-form li select,
ul.event-form li input, ul.event-form li textarea{
    width: 100%;
}
li.spc {
    grid-column: 1 / -1;
}
.dacha-contact {
    background-color: #EDEDED;
    padding: 140px 0;
    text-align: center;
}
.dacha-contact p {
    color: #797979;
    font-size: 22px;
    margin-top: 80px;
    line-height: 36px;
    margin-bottom: 70px;
}
.dacha-contact a {
    background-color: #490000;
    padding: 20px 40px;
    color: #fff;
    font-family: 'rubik-medium';
    text-transform: uppercase;
    border-radius: 7px;
    transition: 0.3s;
}
.dacha-contact a:hover{
    background-color: #CB9A12;
    transition: 0.3s;
}
.dacha-area{
    position: relative;
}
.dacha-area-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
}
.dacha-area-grid .rgt h2, .dacha-area-grid .rgt span {
    text-align: right;
    display: block;
}
.dacha-area-grid .rgt {
    padding-right: 200px;
    padding-top: 100px;
}
.dacha-area .rgt-box {
    background-color: #fff;
    /* border: 1px solid; */
    max-width: 940px;
    position: absolute;
    right: 200px;
    left: auto;
    bottom: -1px;
    top: 250px;
    padding-top: 60px;
}
.dacha-area .rgt-box>p {
    text-align: right;
    color: #797979;
    font-size: 22px;
    line-height: 27px;
    padding-left: 40px;
}
.rgt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    margin-top: 60px;
}
.rgt-each {
    padding: 20px;
}
.dacha-area .rgt-grid p{
    text-align: center;   
    font-size: 18px;
    color: #1E1E1E;
    line-height: 25px;
}
.rgt-grid img {
    margin: 0 auto;
}
.rgt-each:nth-child(3), .rgt-each:nth-child(5) {
    background-color: #FFF3E7;
}
.rgt-each h6 {
    color: #CB9A12;
    font-family: 'rubik-medium';
    font-weight: lighter;
    margin: 20px 0 10px;
}
.dacha-last {
    text-align: center;
    padding: 130px 0 120px;
}
.dacha-last h2 {
    font-size: 36px;
}
ul.event-form li.event input,
ul.event-form li.gst-num input,
li.spc label {
    font-family: 'brown-regularalt';
    font-size: 20px;
    color: #BFBFBF;
    border: 0px;
    border-bottom: 1px solid #C4C4C4;
    height: 42px;
    display: block;
    background-color: #fff;
}
ul.event-form li label {
    font-family: 'brown-regularalt';
    font-size: 20px;
    color: #3A3A3A;
}
ul.event-form li.event option {
    min-height: 20px;
    font-size: 14px;
}
ul.event-form li.dt input.event-date-time {
    border: 0px;
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    justify-content: space-between;
    height: 42px;
    font-family: 'brown-regularalt';
    font-size: 20px;
    color: #BFBFBF;
}
ul.event-form li input::placeholder{
    color: #888787;
}
input[type="datetime-local"]:before {
    content: attr(placeholder) !important;
    color: #888787;
    font-size: 20px;
}
input[type="datetime-local"]:focus:before,
input[type="datetime-local"]:valid:before {
    content: "";
}
li.spc textarea {
    border: 0px;
    border-bottom: 1px solid #C4C4C4;
    max-height: 78px;
    resize: none;
    font-family: 'brown-regularalt';
    font-size: 20px;
    color: #BFBFBF;
}
ul.event-form li.submit {
    grid-column: 1 / -1;
    text-align: right;
}
ul.event-form li.submit button, ul.event-form li.submit input {
    background-color: #3A3A3A;
    color: #fff;
    border: 0px;
    padding: 18px 30px;
    border-radius: 7px;
    font-size: 20px;
    font-family: 'rubik-medium';
    letter-spacing: 2.4px;
    transition: 0.3s;
    width: fit-content;
    text-transform: uppercase;
}
ul.event-form li.submit button:hover,
ul.event-form li.submit input:hover {
    cursor: pointer;
    background-color: #CB9A12;
    transition: 0.3s;
}
.dacha-gallery h2 {
    text-align: center;
    margin-bottom: 130px;
}
.dacha-gallery__grid {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
}
.dacha-gallery__grid .dacha-galler__rgt {
    padding: 0 60px;
}
.dacha-gallery__grid .dacha-galler__rgt p{
    color: #797979;
    font-size: 22px;
    line-height: 34px;
}
.dacha-gallery .owl-nav {
    position: absolute;
    bottom: -60px;
    top: auto;
    right: 0;
    left: auto;
    text-align: right !important;
}
.dacha-gallery .owl-nav button.owl-next {
    margin-left: 30px;
}
.dacha-gal-slider .item a img, .dacha-gal-slider .item lite-youtube, .dacha-gal-slider .item .d3 {
    margin-bottom: 10px;
}
form label.error {
    color: #de1e11 !important;
    font-size: 16px !important;
    display: block;
}
.alert ul li:last-child {
    padding-bottom: 0;
}
ul.event-form li#msg_id, .enquiry-form ul li#msg_id{grid-column: 1 / -1;}
ul.event-form li#msg_id .alert, .enquiry-form ul li#msg_id .alert{width: 96.5%;margin-top: 0;}

.alert {
    float: left;
    width: 100%;
    position: relative;
    padding: .75rem 1.25rem;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.enquiry-form ul li.submit {
    grid-column: 1 / -1;
}
/* ERROR AND THANK YOU  */
.banner.banner__et {
    background-image: url("../images/error-thank/main-bg.jpg");
    padding: 200px 0 300px;
    position: relative;
    z-index: 0;
}
.et-white {
    text-align: center;
    background-color: #fff;
    padding: 90px 0 160px;
    max-width: 70%;
    margin: 0 auto;
    border-top-left-radius: 57px;
    border-bottom-right-radius: 55px;
    position: relative;
}
.et-white::before {
    content: "";
    background-image: url("../images/error-thank/left-center.png");
    position: absolute;
    height: 230px;
    width: 224px;
    left: -78px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 140px;
}
.et-white::after {
    content: "";
    background-image: url("../images/error-thank/bottom-right.png");
    position: absolute;
    height: 430px;
    width: 419px;
    right: -178px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -170px;
}
.et-white h1{
    font-size: 64px;
    color: #921A1A;
    position: relative;
    text-transform: uppercase;
    font-family: "TrajanPro-Bold";
    letter-spacing: 12.8px;
} 
.et-white h1::after {
    content: "";
    background-image: url("../images/error-thank/top-right.png");
    position: absolute;
    height: 440px;
    width: 429px;
    right: -44px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -239px;
    z-index: 0;
    z-index: -1;
}
.et-white p {
    color: #484747;
    font-size: 28px;
    line-height: 42px;
    margin-top: 30px;
}
.et-white a {
    margin-top: 40px;
    display: inline-block;
    background-color: #3A3A3A;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'rubik-medium';
    letter-spacing: 2.4px;
    font-size: 20px;
    transition: 0.3s;
}
.et-white a:hover {
    background-color: #CB9A12;
    transition: 0.3s;
}
/* FACILITIES  */
.home-sec-2.facilities-sec-2 {
    margin-top: 70px;
    margin-bottom: 80px;
}
.home-sec-2.facilities-sec-2 h1 {
    text-align: left;
    font-family: 'brown-regularalt';
    color: #727272;
    font-size: 45px;
    margin-bottom: 20px;
}
.home-sec-2.facilities-sec-2 > div > p {
    text-align: left;
    color: #797979;
    margin-bottom: 60px;
}
.facilities-sec-2 .item.active .img-holder {
    border-color: #921E1E;
    box-shadow: 0px 0px 32px -10px rgba(146,30,30,0.75);
    -webkit-box-shadow: 0px 0px 32px -10px rgba(146,30,30,0.75);
    -moz-box-shadow: 0px 0px 32px -10px rgba(146, 30, 30, 0.75);
}
.sec-2-slider .item a{
    transition: 0.3s;
}
.sec-2-slider .item a:hover .img-holder{
    border-color: #921E1E;
    box-shadow: 0px 0px 32px -10px rgba(146,30,30,0.75);
    -webkit-box-shadow: 0px 0px 32px -10px rgba(146,30,30,0.75);
    -moz-box-shadow: 0px 0px 32px -10px rgba(146, 30, 30, 0.75);
    transition: 0.3s;
}
.sec-2-slider .item a:hover h6{
    color: #CB9A12;
}
.facilities-sec-2 .item.active h6{
    color: #CB9A12;
}
.home-sec-2.facilities-sec-2 h6 {
    color: #797979;
}
.dacha-gallery__grid.facility-changing__grid {
    align-items: flex-start;
}
span.yellow {
    font-size: 24px;
    display: block;
    margin-top: 50px;
    color: #CB9A12;
    font-family: 'rubik-medium';
    text-transform: uppercase;
    line-height: 39px;
}
.d3 {
    position: relative;
}
.d3::before {
    content: "";
    position: absolute;
    background-image: url("../images/image-360.png");
    height: 60px;
    width: 80px;
    left: 50%;
    top: 50%;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}
/* FAQ PAGE  */
.faq-main {
    padding: 80px 0 200px;
    position: relative;
}
.faq-main::after {
    content: "";
    position: absolute;
    background-image: url("../images/contact-bg-right-decoration.png");
    height: 900px;
    width: 698px;
    top: -519px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.faq-main h1 {
    text-align: left;
    font-family: 'brown-boldalt';
    color: #727272;
    font-size: 45px;
    margin-bottom: 20px;
}
.faq-main > div > p {
    text-align: left;
    color: #797979;
    margin-bottom: 60px;
    font-size: 22px;
    font-family: "brown-regular";
}
.faq-main > div > p a{
    color: #CB9A12;
}
/* ACCORDION CSS   */
.accordion {
    max-width: 100%;
    margin: 2rem auto;
}
.accordion-item {
    /* background-color: #fff; */
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    border-bottom: 1px solid #D3D3D3;
}
.accordion-item-header {
    padding: 10px 10px 20px 55px;
    min-height: 3.5rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #484747;
    font-family: 'rubik-regular';
    font-weight: lighter;
    font-size: 28px;
}
.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    left: 1rem;
    color: #CB9A12;
}
.accordion-item-header.active::after {
    content: "\2212";
}
.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
    padding: 1rem;
    line-height: 28px;
    color: #797979;
    font-size: 20px;
}
.facility-cs lite-youtube {
    min-height: 260px;
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
}
.facility-cs iframe {
    height: 260px;
    width: 100%;
}
/* ENQUIRY PAGE  */
.enquiry-main h1 {
    font-family: 'brown-boldalt';
    color: #727272;
    font-size: 45px;
    margin-bottom: 20px;
}
.enquiry-main p{
    font-family: "brown-regular";
    text-align: left;
    color: #797979;
    margin-bottom: 60px;
    font-size: 22px;
}
.enquiry-main p a{
    color: #CB9A12;
}
.enquiry-form {
    max-width: 90%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    top: -140px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.50);
    padding: 40px 50px 50px;
}
.enquiry-form form ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px 90px;
}
.enquiry-form form ul li,
.enquiry-form form ul li input,
.enquiry-form form ul li textarea {
    width: 100%;
}
.enquiry-form form ul li input,
.enquiry-form form ul li textarea {
    height: 50px;
    border: 0px;
    resize: none;
    border-bottom: 1px solid #C4C4C4;
    outline: none;
    font-family: 'rubik-regular';
    font-size: 18px;
}
.enquiry-form form ul li textarea {
    height: 150px;
    padding-top: 20px;
}
.enquiry-form form ul li label {
    color: #484747;
    font-size: 24px;
}
.enquiry-form li.submit button, .enquiry-form li.submit input {
    background-color: #CB9A12;
    width: fit-content;
    border: 0px;
    height: auto;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'rubik-regular';
    padding: 10px 30px;
    border-radius: 80px;
    transition: 0.3s;
}
.enquiry-form li.submit button:hover, 
.enquiry-form li.submit input:hover {
    cursor: pointer;
    background-color: #3A3A3A;
    transition: 0.3s;
}
/* CONTACT PAGE  */
.enquiry-main.contact-main {
    position: relative;
}
.enquiry-main.contact-main::after {
    content: "";
    position: absolute;
    background-image: url("../images/contact-bg-right-decoration.png");
    height: 760px;
    width: 590px;
    top: -540px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.contact__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    margin-top: 80px;
    grid-gap: 120px;    
}
.enquiry-form.contact-form.lft {
    position: static;
    box-shadow: none;
    max-width: 100%;
    background-color: transparent;
    padding: 0;
}
.contact-map {
    margin: 180px auto 120px;
}
.enquiry-form.contact-form.lft ul .name,
.enquiry-form.contact-form.lft ul li.email,
.enquiry-form.contact-form.lft ul li.msg ,
.enquiry-form.contact-form.lft ul li.submit{
    grid-column: 1/-1;
}
.enquiry-form.contact-form.lft ul li.submit {
    margin-top: 60px;
}
.rgt.contact-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 90px;
}
.rgt.contact-img-grid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rgt.contact-img-grid img:nth-child(1){
    grid-column: 1/2;
    grid-row: 1/3;
    border-top-left-radius: 25px;
}
.rgt.contact-img-grid img:nth-child(2){
    grid-column: 2/3;
    grid-row: 1/2;
    border-top-left-radius: 25px;
}
.rgt.contact-img-grid img:nth-child(3){
    grid-column: 1/2;
    grid-row: 3/4;
    border-top-left-radius: 25px;
}
.rgt.contact-img-grid img:nth-child(4){
    grid-column: 2/3;
    grid-row: 2/4;
    border-bottom-right-radius: 25px;
}
/* ABOUT PAGE */
.about-explore {
    text-align: center;
    padding: 70px 0 80px;
}
.about-explore h2 {
    font-family: 'brown-boldalt';
    color: #656565;
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
}
.about-explore img {
    margin: 30px auto 40px;
    max-width: 500px;
}
.about-explore p {
    color: #484747;
    font-size: 24px;
    line-height: 34px;
}
.about-explore lite-youtube {
    width: 100%;
    display: block;
    height: 787px;
    position: relative;
    background-size: cover;
    margin-bottom: 60px;
    box-shadow: 0px 4px 42px 0px rgba(0,0,0,0.46);
    -webkit-box-shadow: 0px 4px 42px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.46);
}
.about-explore iframe{
    height: 787px;
    width: 100%;
}
.about-sec2 {
    padding-top: 20px;
}
.about-sec2 h2 {
    font-family: 'brown-boldalt';
    font-size: 45px;
    color: #727272;
    margin-bottom: 20px;
}
.about-sec2 p {
    color: #727272;
}
.about-sec2__grid {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    align-items: center;
    grid-gap: 120px;
    margin-top: 90px;
}
.about-sec2__grid img {
    max-width: 100%;
    width: 100%;
}
.about-sec2__grid .lft {
    position: relative;
    box-shadow: 11px 14px 44px 0px rgba(253,98,56,0.41);
    -webkit-box-shadow: 11px 14px 44px 0px rgba(253,98,56,0.41);
    -moz-box-shadow: 11px 14px 44px 0px rgba(253, 98, 56, 0.41);
    border-top-right-radius: 120px;
    border-bottom-left-radius: 70px;
}
.about-sec2__grid .lft::before {
    content: "";
    position: absolute;
    background-image: url(../images/behind-about.png);
    background-size: cover;
    top: -120px;
    bottom: -120px;
    left: -120px;
    right: -60px;
    z-index: -1;
    background-repeat: no-repeat;
}
.about-sec2__grid .lft::after {
    content: "";
    position: absolute;
    background-image: url("../images/flower.png");
    height: 150px;
    width: 180px;
    background-size: contain;
    top: -50px;
    right: -30px;
    background-repeat: no-repeat;
    filter: grayscale(0.8);
    mix-blend-mode: luminosity;
}
.about-sec2__grid .rgt p:nth-child(2) {
    color: #484747;
}
.about-sec2__grid .rgt p {
    font-size: 24px;
    line-height: 34px;
    margin-top: 30px;
}
.about-sec2__grid .rgt img {
    max-width: 569px;
}
.about-sec2__grid .rgt {
    padding-right: 20px;
}
.about-sec3{
    margin-top: 160px;
}
.about-sec3__grid {
    background-color: #EDEDED;
    padding: 30px;
    border-top-right-radius: 41px;
    border-bottom-left-radius: 41px;
    display: grid;
    grid-template-columns: 14% 81%;
    gap: 5%;
    align-items: center;
}
.about-sec3__grid .lft {
    background-color: #D2A730;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-top-right-radius: 34px;
    border-bottom-left-radius: 34px;
}
.about-sec3__grid .lft h5 {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    font-weight: lighter;
    font-family: 'rubik-regular';
}
.about-sec3__grid p {
    font-size: 20px;
    color: #797979;
    line-height: 30px;
    margin-bottom: 20px;
}
/* READ MORE READ LESS CSS  */
.more-state {
    display: none;
}
.more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.more-state:checked~.more-wrap .more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.more-state~.more-trigger:before {
    content: '+';
    color: #CB9A12;
    background: #490000;
    line-height: 1em;
    font-weight: 600;
    transition: all .3s ease;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.55);
}
.more-state~.more-trigger:after {
    content: '';
    transition: all .3s ease;
}
.more-state:checked~.more-trigger:before {
    content: '-';
    background: #490000;
    color: #CB9A12;
}
.more-state:checked~.more-trigger:after {
    content: '';
}
.more-trigger {
    margin-left: 20px;
    cursor: pointer;
    font-size: .9em;
    line-height: 2;
    border-radius: .25em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 -40px 16px -10px #fff;
}
.more-state:checked~.more-trigger {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.more-wrap p {
    margin: 0;
}
/* READ MORE READ LESS CSS ENDDD */
.about-info {
    background-image: url("../images/about-acc-grid-bg.jpg");
    margin-top: 120px;
    padding: 70px 0;
    background-size: cover;
}
.about__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    grid-gap: 80px 30px;
}
.about__grid img{
    margin: 0 auto;
    /* max-width: 108px; */
}
.about__each {
    padding: 0 30px;
}
.about__each button {
    background-color: transparent;
    outline: none;
    border: none;
}
.about__each h6 {
    color: #490000;
    margin: 30px 0 20px;
}
.about__each p {
    color: #1E1E1E;
    line-height: 26px;
    margin-bottom: 20px;
}
/* GALLERY PAGE  */
.gallery-main {
    padding-top: 80px;
    position: relative;
    background-image: url("../images/gallery/gallery-bg.png");
    background-size: 100%;
    background-position: top -90px center;
}
.gallery-main h2 {
    text-align: left;
    font-family: 'brown-boldalt';
    color: #727272;
    font-size: 45px;
    margin-bottom: 20px;
}
.gallery-main p {
    text-align: left;
    color: #797979;
    margin-bottom: 60px;
    font-size: 22px;
    font-family: "brown-regular";
}
.gallery-grid {
    width: 100%;
    margin: 20px auto;
    columns: 4;
    column-gap: 78px;
    text-align: center;
}
.gallery-grid .gallery-item {
    border: 1px solid #CB9A12;
    box-shadow: 0px 0px 28px -6px rgba(203,154,18,0.50);
    -webkit-box-shadow: 0px 0px 28px -6px rgba(203,154,18,0.50);
    -moz-box-shadow: 0px 0px 28px -6px rgba(203, 154, 18, 0.50);
    width: 100%;
    margin-bottom: 50px;
    break-inside: avoid;
    background-color: #fff;
}
.gallery-grid .gallery-item img {
    max-width: 100%;
    margin: 8px auto 15px;
    width: 94%;
}
.gallery-grid .gallery-item h4 {
    color: #490000;
    font-size: 24px;
    font-family: 'brown-boldalt';
    padding-bottom: 30px;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

@keyframes ReadMore {

}


.about-sec2.cms-pg h1 {
    margin-top: 40px;
    font-family: 'brown-boldalt';
    font-size: 45px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #727272;
}
.about-sec2.cms-pg h2 {
    margin-top: 40px;
    font-family: 'brown-boldalt';
    font-size: 34px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.about-sec2.cms-pg ul {
    padding-left: 30px;
    margin-top: 5px;
}
.about-sec2.cms-pg li {
    color: #727272;
}
.about-sec2.cms-pg {
    margin-bottom: 60px;
}



@media (max-width: 1200px) {
    .gallery-grid {
        width: calc(100% - 40px);
        columns: 3;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        columns: 2;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        columns: 1;
    }
}








 