@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Open_Sans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

body {
    font-family: 'OpenSans', sans-serif;
    letter-spacing: 0.065em;
    font-weight: 400;
    color: #383a39;
}
h1, h2, h3 {
    font-family: 'PlayfairDisplay', sans-serif;
    font-weight: 600;
    letter-spacing: 0.035em;
}


/* modal popup */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    max-width: 900px;
    background: #fff;
    padding: 20px;
}
.my-modal-content{
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.my-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.my-modal-body {
    position: relative;
    padding: 15px;
}
@media (min-width: 768px){
    .my-modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
/* modal popup end */
/* font */
.light-font{
    font-weight: 300 !important;
}
.regular-font{
    font-weight: 400 !important;
}
.medium-font{
    font-weight: 500 !important;
}
.semibold-font{
    font-weight: 600 !important;
}
.bold-font{
    font-weight: 700 !important;
}
.extrabold-font{
    font-weight: 800 !important;
}
.black-font{
    font-weight: 900 !important;
}
/* font color */
.color-white{
    color: #fff !important;
}
.color-black{
    color: #000 !important;
}
/* background color */
.bg-white{
    background-color: #fff !important;
}
.bg-black{
    background-color: #000 !important;
}

/* global */
@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: .9;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(.9);
        opacity: .9;
    }
}
body {
    font-size: 16px;
}
h1, .h1{
    font-size: 60px;
}
h2, .h2{
    font-size: 50px;
}
a{
   color: #000;
}
a:hover{
    color: #000;
}
.btn_pulse {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    animation: 1s pulse infinite alternate ease-in-out;
}
.image-wrap img, img {
    max-width: 100%;
}

@media (min-width: 1400px){

}
@media (max-width: 1399px) {
    h1, .h1{
        font-size: 50px;
    }
    h2, .h2{
        font-size: 45px;
    }
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    h1, .h1{
        font-size: 37.5px;
    }
    h2, .h2{
        font-size: 35px;
    }
    h3, .h3{
        font-size: 20px;
    }
    h4, .h4{
        font-size: 17.5px!important;
    }
}
@media (max-width: 767px) {


}
@media (max-width: 575px) {

}

body {
    background-color: #f8f2ec;
}

/* main header css start */
header {
    z-index: 999;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
}
header img.main-logo {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 115px;
    margin: 25px auto;
}
header ul.main-nav {
    display: inline-flex    ;
    gap: 55px;
    width: 100%;
    justify-content: center;
    backdrop-filter: blur(5px);
    background: #8080805c;
    padding: 13.5px 0;
}
header ul.main-nav.white {
    background: #fff;
}
header ul.main-nav li {
    list-style: none;
}
header ul.main-nav li.dot:after {
    position: absolute;
    top: 20px;
    font-size: 7.5px;
    content: " \25C6";
    color: #acabac;
    margin-left: 25px;
}
header ul.main-nav li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12.5px;
}
header ul.main-nav.white li a {
    color: #393b3a;
}
header ul.main-nav li a:hover {
    opacity: 0.75;
}
.hamburger-menu {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 45px;
    padding-left: 15px;
    width: 75%;
    height: 75px;
    cursor: pointer;
    z-index: 9998;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    display: none;
}
@media only screen and (max-width: 600px) {
    header ul.main-nav {
        display: none;
    }
    .hamburger-menu {
        display: block;
    }
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    width: 25px;
    height: 1.5px;
}
.hamburger-menu .bar {
    position: relative;
    transform: translateY(10px);
    background: #fff;
    transition: all 0ms 300ms;
}
.hamburger-menu.white .bar {
    background: #393b3a;
}
.hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.white .bar:before {
    background: #fff;
    background: #393b3a;
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.white .bar:after {
    background: #fff;
    background: #393b3a;
}
.hamburger-menu .bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    background: #000;
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    background: #000;
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu
----------------------*/
    /*---------------------
    Mobiles Menu - Design
    ----------------------*/

.mobile-menu ul {
    margin: 0;
    padding: 0;
}

.mobile-menu li {
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    padding-left:15px;
}

.mobile-menu li:first-child {
    margin-top: 100px;
}

.mobile-menu li:hover {
    background: #CCCCCC;
}

.mobile-menu li a {
    text-decoration: none;
    color: #000;
}

    /*---------------------
    Mobiles Menu - Slide IN
    ----------------------*/

.mobile-menu {
    top: 0;
    max-width: 250px;
    left: -100%;
    width: 100%;
    color: #000;
    background: #EBEBEB;
    height: 100%;
    position: fixed;
    z-index: 9997;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 205px);
    -moz-transform: translate3d(0, 0, 205px);
    transform: translate3d(0, 0, 205px);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.mobile-menu.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
    /*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

.has-children:hover{
    cursor:hand;
}
.children {
    display:none;
}
.mobile-menu .children li:first-child {
    margin-top: 0px;
}
.icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: #000;
    top: 5px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
}
.icon-arrow:after {
    content: "\25BC";
}
.icon-arrow.open {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
}
/* main header css end */


/*---------------------
    Homepage CSS
----------------------*/
/* video banner css start */
.home-video-banner {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
.home-video-banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
    z-index: 2;
}
.home-video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.home-video-banner .banner-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    text-align: center;
    z-index: 3;
}
.home-video-banner h1, .home-video-banner h4 , .home-video-banner h6 {
    color: #fff;
    margin: 25px auto 30px;
    display: block;
}
.home-video-banner h4 {
    letter-spacing: 0.5em;
    font-weight: 300;
    font-size: 25px;
}
.home-video-banner h6 {
    letter-spacing: 0.085em;
    font-weight: 300;
    line-height: 1.45em;
}
.home-video-banner a {
    padding: 15px 30px;
    border: solid 1px #fff;
    color: #fff;
    text-decoration: none;
    display: block;
    max-width: max-content;
    margin: 50px auto 0;
    font-weight: 400;
    backdrop-filter: blur(5px);
}
.home-video-banner a:hover {
    animation: hoverEffect 0.5s ease forwards;
    animation-delay: 0.15s;
}
@keyframes hoverEffect {
    to {
        background-color: #b46f55;
    }
}
@media only screen and (max-width: 767px) {
    .home-video-banner {
        height: 75vh;
    }
}
/* video banner css end */

/* image and content css start  */
.img-content {
    padding-top: max(6.5%, 35px);
    padding-bottom: max(6.5%, 35px);
}
.img-content h1 {
    margin: 30px auto;
    color: #19422b;
    text-transform: uppercase;
}
.img-content h1 span {
    color: #b46f55;
}
.img-content p {
    font-size: 20px;
}
.img-content .image-group {
    display: flex;
    gap: 20px;
    margin-left: 5%;
}
.img-content .image-group .left_box {
    margin-top: 30px;
    width: 60%;
}
.img-content .image-group .left_box img {
    min-height: 375px;
    object-fit: cover;
}
.img-content .image-group .right_box {
    width: 40%;
}
.img-content .image-group .right_box img {
    min-height: 250px;
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .img-content .image-group {
        margin-left: 0;
    }
}
/* image and content css end  */

/* service content css start  */
.service-content {
    padding-top: max(5%, 25px);
    padding-bottom: max(6.5%, 35px);
}
.service-content .title-content {
    text-align: center;
    margin-bottom: max(4.5%, 20px);
}
.service-content .title-content h6 {
    color: #b46f55;
    margin-bottom: 25px;
}
.service-content .col-md-4 {
    position: relative;
}
.service-content .overlay {
    position: absolute;
    width: calc(100% - 1.5rem);
    height: 100%;
    background-image: linear-gradient(transparent, #363837);
}
.service-content img {
    min-height: 350px;
    object-fit: cover;
}
.service-content .img-box {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: max(7.5%, 15px);
    width: calc(100% - 1.5rem);
}
.service-content .img-box h3 {
    color: #fff;
    margin-bottom: 10px;
}
.service-content .img-box p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .service-content .row {
        gap: 10px;
    }
}
/* service content css end  */

/* experience content css start  */
.experience-content {
    padding-top: max(5%, 25px);
    padding-bottom: max(6.5%, 35px);
}
.experience-content .mx-auto {
    text-align: center;
    position: relative;
    width: 100%;
}
.experience-content h2 {
    margin-bottom: max(4.5%, 20px);
}
.experience-content .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, #000);
}
.experience-content img {
    height: max(75vh, 500px);
    object-fit: cover;
}
.experience-content .carousel-caption.general {
    position: absolute;
    left: max(5%, 30px);
    bottom: 30px;
    max-width: 500px;
    text-align: left;
}
.experience-content .carousel-caption.general h5 {
    font-size: 25px;
    letter-spacing: 0.105em;
    font-weight: 400;
    margin-bottom: max(6.5%, 15px);
}
.experience-content .carousel-caption.special {
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.experience-content .special-description {
    position: absolute;
    left: max(5%, 30px);
    right: max(5%, 30px);
    top: max(13.5%, 45px);
    max-width: 500px;
    text-align: left;
}
.experience-content .special-description p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.experience-content .carousel-caption.special h4 {
    position: absolute;
    bottom: max(13.5%, 50px);
    width: 100%;
    text-align: center;
    font-size: 35px!important;
    font-weight: 700;
    letter-spacing: 0.125em;
}
.experience-content .carousel-inner {
    overflow: visible;
}
.experience-content .carousel-control-prev {
    width: 30px;
    left: -15px;
    opacity: 1;
}
.experience-content .carousel-control-prev span {
    border: solid 1px #b46f55;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
    color: #b46f55;
     background-size: 65%;
}
.experience-content .carousel-control-prev span:hover {
    background-color: #b46f55 !important;
    color: #fff;
}
.experience-content .carousel-control-next {
    width: 30px;
    right: -15px;
    opacity: 1;
}
.experience-content .carousel-control-next span {
    border: solid 1px #b46f55;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
    color: #b46f55;
    background-size: 65%;
}
.experience-content .carousel-control-next span:hover {
    background-color: #b46f55 !important;
    color: #fff;
}
.experience-content .carousel-control-next span.carousel-control-next-icon:not(:hover) {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b46f55'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.experience-content .carousel-control-prev span.carousel-control-prev-icon:not(:hover) {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b46f55'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.experience-content .carousel-indicators {
    bottom: -50px;
    gap: 15px;
}
.experience-content .carousel-indicators button {
    width: 0;
    height: 0;
    text-indent: unset;
    cursor: auto;
}
.experience-content .carousel-indicators button:after {
    content: " \25C6";
    color: #acabac;
}
.experience-content .carousel-indicators button.active:after {
    content: " \25C6";
    color: #b46f55;
}
@media only screen and (max-width: 767px) {
    .experience-content .mx-auto {
        width: 95%;
    }
}
/* experience content css end  */

/* reviews content css start  */
.review-content {
    padding-top: max(6.5%, 45px);
    padding-bottom: max(6.5%, 35px);
}
.review-content .title-content {
    text-align: center;
    margin-bottom: max(4.5%, 20px);
}
.review-content h2 {
    margin-bottom: 25px;
}
.review-content .review-box {
    border: solid 1px #d5b0a0;
    padding: 26.5px 26.5px 100px;
    height: 100%;
    position: relative;
}
.review-content img.star {
    max-width: 150px;
    margin-bottom: 15px;
    margin-left: -5px;
}
.review-content .img-box {
    position: absolute;
    bottom: 25px;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}
.review-content .img-box img {
    max-width: 65px;
    max-height: 60px;
}
.review-content .img-box h6 {
    color: #b46f55;
    margin-bottom: 5px;
    font-weight: 700;
}
.review-content .img-box p {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .review-content .review-box {
        padding: 26.5px 26.5px 150px;
    }
}
@media only screen and (max-width: 767px) {
    .review-content .row {
        gap: 10px;
    }
}
/* reviews content css end  */

/* session content css start  */
.session-content {
    padding-top: max(5%, 45px);
    padding-bottom: max(5%, 45px);
    background-image: url(../images/home/29.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.session-content h1 {
    color: #804f3c;
    margin-bottom: 30px;
}
.session-content p {
    font-size: 20px;
    color: #6d6d6d;
    margin-bottom: 10px;
}
.session-content a {
    padding: 15px 30px;
    background-color: #be846c;
    color: #fff;
    text-decoration: none;
    display: block;
    max-width: max-content;
    font-weight: 400;
    margin: auto;
    margin-top: 45px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25), 0 0px 10px 0 rgba(0, 0, 0, 0.25);
}
.session-content a:hover {
    animation: hoverEffect 0.5s ease forwards;
    animation-delay: 0.15s;
}
@keyframes hoverEffect {
    to {
        background-color: #804f3c;
    }
}
/* session content css end  */

/* main footer css start */
footer {
    padding-top: max(5%, 35px);
    padding-bottom: max(3.5%, 35px);
    background-image: url(../images/Footer-bg.png);
    background-position: center 25%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
footer img.main-logo {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin-top: max(7.5%, 30px);
    margin-bottom: max(7.5%, 30px);
    margin-left: auto;
    margin-right: auto;
}
footer ul.main-nav {
    display: inline-flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
    margin-bottom: max(7.5%, 30px);
    padding-left: 0;
}
footer ul.main-nav li {
    list-style: none;
}
footer ul.main-nav li a {
    text-decoration: none;
}
footer hr {
    border-color: #d5b0a0;
}
.footer-info {
    display: flex    ;
    align-items: center;
    margin-top: 30px;
}
.footer-info p {
    color: #6d6d6d;
    font-size: 13.5px;
    min-width: max-content;
}
footer ul.footer-nav {
    display: inline-flex    ;
    gap: 30px;
    width: 100%;
    justify-content: end;
}
footer ul.footer-nav li {
    list-style: none;
}
footer ul.footer-nav li a {
    color: #6d6d6d;
    font-size: 13.5px;
}
footer li a:hover {
    opacity: 0.75;
}
footer .codinfox-changing-keywords {
    vertical-align: top;
    overflow: hidden;
    height: 85px;
    position: relative;
    display: inline-block;
    width: 100%;
}
footer .codinfox-changing-keywords h4 {
    font-size:60px;
    background: linear-gradient(to bottom, #cbab9a 0%, #804f3c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .hidden {
    position: absolute;
    top: 20px;
    opacity: 0;
    width: 100%;
    animation: slideme 6s infinite;
}
footer .hidden:nth-child(3){
    animation-delay: 2s;
}
footer .hidden:nth-child(5){
    animation-delay: 4s;
}
footer .hidden:nth-child(7){
    animation-delay: 6s;
}
@keyframes slideme {
    0% {
    top: 20px;
    opacity:0;
    }
    5% {
    top: 0px;
    opacity:1;
    }
    10%{
    top : 0;
    opacity:1;
    }
    20%{
    opacity:1;
    }
    25% {
    opacity:0.1;
    top : 0;
    }
    30% {
    opacity:0;
    top: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-info {
        flex-wrap: wrap;
    }
    .footer-info p {
        width: 100%;
    }
    footer ul.footer-nav {
        margin-left: 0;
        justify-content: center;
        padding-left: 0;
    }
    footer .codinfox-changing-keywords {
        height: 60px;
    }
    footer .codinfox-changing-keywords h4 {
        font-size:40px!important;
    }
}
@media only screen and (max-width: 600px) {
    footer ul.main-nav {
        gap: 20px;
    }
    footer ul.main-nav li a {
        font-size: 13.5px;
    }
    footer ul.footer-nav {
        gap: 15px;
    }
    footer ul.footer-nav li a {
        color: #6d6d6d;
        font-size: 10.5px;
    }
    footer .codinfox-changing-keywords {
        height: 40px;
    }
    footer .codinfox-changing-keywords h4 {
        font-size:22.5px!important;
    }
}
/* main footer css end */



/*---------------------
    About Us CSS
----------------------*/
/* video banner css start */
.about-video-banner {
    position: relative;
    background-color: black;
    height: 80vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
.about-video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.about-video-banner .banner-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    text-align: center;
    z-index: 3;
}
.about-video-banner h1 {
    color: #fff;
    margin: 25px auto 30px;
    display: block;
}
@media only screen and (max-width: 767px) {
    .about-video-banner{
        height: 60vh;
    }
}
/* video banner css end */

/* story content css start  */
.story-content {
    padding-top: max(6.5%, 35px);
    padding-bottom: max(6.5%, 35px);
    text-align: center;
}
.story-content h2 {
    text-align: center;
    margin-bottom: max(5%, 30px);
}
.story-content p {
    color: #000;
    line-height: 1.75em;
}
.story-content h5 {
    margin-top: 30px;
    color: #000;
    font-weight: 700;
}
/* story content css end  */

/* desert content css start  */
.desert-content {
    padding-top: max(4.5%, 25px);
    padding-bottom: max(6.5%, 35px);
}
.desert-content .mx-auto {
    position: relative;
}
.desert-content .right-logo {
    position: absolute;
    max-width: 85px;
    right: 5%;
    top: 5%;
}
.desert-content .imgae-caption {
    position: absolute;
    left: max(5%, 45px);
    top: max(6.5%, 45px);
    max-width: 615px;
}
.desert-content .imgae-caption h5, .desert-content .imgae-caption h6  {
    font-weight: 700;
    color: #4c2f24;
}
.desert-content .imgae-caption p {
    color: #4c2f24;
    padding: 30px 0 20px;
    line-height: 1.65em;
}
@media only screen and (max-width: 767px) {
    .desert-content .imgae-caption {
        position: relative;
        left: 0;
        top: 30px;
        max-width: 100%;
        text-align: center;
    }
    .desert-content .imgae-caption p {
        padding: 10px 0 5px;
    }
}
/* desert content css end  */

/* content and image css start  */
.content-img {
    padding-top: max(6.5%, 35px);
    padding-bottom: max(6.5%, 35px);
}
.content-img h2 {
    text-align: center;
    margin-bottom: max(7.5%, 30px);
}
.content-img .row-deverse {
    margin-bottom: max(5%, 30px);
}
.content-img .row {
    align-items: center;
}
.content-img .row-deverse .content {
    padding-right: 2.5%;
}
.content-img .row-deverse img {
    padding-left: 2.5%;
}
.content-img .general .content {
    padding-left: 2.5%;
}
.content-img .general img {
    padding-right: 2.5%;
}
.content-img h3 {
    margin-bottom: 30px;
    font-size: 35px;
}
.content-img p {
    font-size: 20px;
    color: #4c2f24;
}
@media only screen and (max-width: 991px) {
    .content-img h3 {
        margin: 20px 0;
        font-size: 25px;
    }
    .content-img p {
        font-size: 17.5px;
    }
}
@media only screen and (max-width: 767px) {
    .content-img .row-deverse {
        flex-direction: column-reverse;
    }
    .content-img .row-deverse .content {
        padding-right: 0.75rem;
    }
    .content-img .row-deverse img {
        padding-left: 0;
    }
    .content-img .general .content {
        padding-left: 0.75rem;
    }
    .content-img .general img {
        padding-right:0;
    }
}
/* content and image css end  */

/* desert content css start  */
.remembering-content {
    padding-top: max(4.5%, 25px);
    padding-bottom: max(6.5%, 35px);
}
.remembering-content .mx-auto {
    position: relative;
}
.remembering-content .imgae-caption {
    position: absolute;
    top: 52.5%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.remembering-content .imgae-caption h4 {
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.105em;
    margin: 30px auto 50px;
}
.remembering-content .imgae-caption p {
    color: #fff;
    line-height: 1.65em;
    font-size: 17.5px;
}
@media only screen and (min-width: 768px) {
    .remembering-content img {
        min-height: 600px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 767px) {
    .remembering-content .imgae-caption {
        position: relative;
        left: 0;
        top: 20px;
        transform: none;
        max-width: 100%;
        text-align: center;
    }
    .remembering-content .imgae-caption h4  {
        font-weight: 700;
        color: #4c2f24;
        margin: 10px auto 20px;
    }
    .remembering-content .imgae-caption p {
        color: #4c2f24;
        font-size: 16px;
    }
}
/* desert content css end  */

/* book session content css start  */
.booksession-content {
    padding-top: max(5%, 45px);
    padding-bottom: max(10%,60px);
}
.booksession-content h2 {
    color: #4c2f24;
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
}
.booksession-content p {
    font-size: 20px;
    color: #4c2f24;
    text-align: center;
    max-width: 615px;
    margin: auto;
}
.booksession-content a {
    padding: 15px 30px;
    background-color: #be846c;
    color: #fff;
    text-decoration: none;
    display: block;
    max-width: max-content;
    font-weight: 400;
    margin: auto;
    margin-top: 45px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25), 0 0px 10px 0 rgba(0, 0, 0, 0.25);
}
.booksession-content a:hover {
    animation: hoverEffect 0.5s ease forwards;
    animation-delay: 0.15s;
}
@keyframes hoverEffect {
    to {
        background-color: #804f3c;
    }
}
@media only screen and (max-width: 991px) {
    .booksession-content h2 {
        font-size: 35px;
    }
}
/* book session content css end  */


/*---------------------
    Contact Us CSS
----------------------*/
.contact-section {
    padding-top: max(15%, 200px);
    padding-bottom: max(7.5%, 50px);
}
.contact-section .title-header {
    max-width: 50%;
    margin-left: 0!important;
}
.contact-section h2 {
    font-size: 40px;
    font-weight: 400;
}
.contact-section .title-header p {
    font-size: 12.5px;
    margin: 25px auto;
    line-height: 1.75em;
}
.contact-section i.fas {
    color: #b46f55;
    margin-right: 10px;
}
.contact-section img {
    margin: 30px auto;
}
.contact-section .contact-form {
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05), 0 0px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 35px;
    min-height: 525px;
}
.contact-section .contact-form input, .contact-section .contact-form textarea {
    width: 100%;
    padding: 12.5px;
    border-radius: 0;
    border-color: #cdcdcd;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
}
.contact-section .contact-form textarea {
   min-height: 145px;
}
.contact-section .contact-form input:focus, .contact-section .contact-form textarea:focus {
    outline: none;
}
.contact-section .contact-form button.submit {
    padding: 15px 30px;
    background-color: #be846c;
    color: #fff;
    font-weight: 400;
    border: none;
}
.contact-section .contact-form button.submit:hover {
    animation: hoverEffect 0.5s ease forwards;
    animation-delay: 0.15s;
}
@keyframes hoverEffect {
    to {
        background-color: #804f3c;
    }
}
@media only screen and (max-width: 991px) {
    .contact-section .title-header {
        max-width: 100%;
    }
    .contact-section h2 {
        font-size: 35px;
    }
}


/*---------------------
    Contact Us Success CSS
----------------------*/
.contact-section .contact-form-success {
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05), 0 0px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 35px;
    min-height: 525px;
    display: flex    ;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact-section .contact-form-success .success-content {
    text-align: center;
}
.contact-section .contact-form-success img {
    margin: 0;
}
.contact-section .contact-form-success h4 {
    font-size: 40px!important;
    font-weight: 400;
    margin: 30px 0 15px;
    letter-spacing: 0.065em;
}
@media only screen and (max-width: 991px) {
    .contact-section .contact-form-success {
        min-height: 370px;
    }
}


/*---------------------
    Book A Call CSS
----------------------*/
.book-a-session-page {
    padding-top: max(13.5%, 200px);
    padding-bottom: max(7.5%, 50px);
}
.book-a-session-page .title-header {
    max-width: 50%;
    margin-left: 0!important;
}
.book-a-session-page h2 {
    font-size: 40px;
    font-weight: 400;
}
.book-a-session-page .title-header p {
    font-size: 12.5px;
    margin: 15px auto 30px;
    line-height: 1.75em;
}
.book-a-session-page .mx-auto {
    position: relative;
}
.book-a-session-page .img-part {
    padding-left: 20px;
}
.book-a-session-page .img-part .main_img {
    height: 100%;
    object-fit: cover;
}
.book-a-session-page .right-logo {
    position: absolute;
    max-width: 85px;
    right: 5%;
    top: 5%;
}
.book-a-session-page .book-form {
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05), 0 0px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 35px 35px 200px;
    min-height: 90vh;
    position: relative;
}
.book-a-session-page .book-form .form-step {
    display: none;
}

.book-a-session-page .book-form .form-step-active {
    display: block;
}
.book-a-session-page .book-form .hidden {
    display: none;
}
.book-a-session-page .step_bar {
    height:5px;
    width:100%;
    background: #f4eee9;
    position: relative;
    margin-bottom: 75px;
}
.book-a-session-page .step_bar p {
    position: absolute;
    right: 0;
    margin-top: 15px;
    font-weight: 700;
}
.book-a-session-page .step_bar.bar1:before {
    position: absolute;
    content: 'Step 1/4';
    margin-top: 15px;
}
.book-a-session-page .step_bar.bar1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background: #b56f55;
}
.book-a-session-page p.step_bar2_description {
    font-size: 12.5px;
    margin-top: -5px;
}
.book-a-session-page .step_bar.bar2:before {
    position: absolute;
    content: 'Step 2/4';
    margin-top: 15px;
}
.book-a-session-page .step_bar.bar2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #b56f55;
}
.book-a-session-page .step_bar.bar3:before {
    position: absolute;
    content: 'Step 3/4';
    margin-top: 15px;
}
.book-a-session-page .step_bar.bar3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 75%;
    background: #b56f55;
}
.book-a-session-page .step_bar.bar4:before {
    position: absolute;
    content: 'Step 4/4';
    margin-top: 15px;
}
.book-a-session-page .step_bar.bar4:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #b56f55;
}
.book-a-session-page .step-title {
    font-size: 20px!important;
    font-weight: 700;
    margin-bottom: 30px;
}

.book-a-session-page label {
    width :100%;
    margin-top: 15px;
}
.book-a-session-page input[type="radio"] {
    display: none;
    &:checked {
      + .box {
        background-color: #b46f55;
        border-color: #b46f55;
        span {
          color: white;
          &:before {
            transform: translateY(0px);
            opacity: 1;
          }
        }
      }
    }
}
.book-a-session-page .box {
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    border: solid 1px #939393;
    border-radius: 5px;
    transition: all 250ms ease;
    will-change: transition;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: flex    ;
    justify-content: center;
    align-items: center;
    &:active {
      transform: translateY(10px);
    }
    span {
      transition: all 300ms ease;
      user-select: none;
      font-size: 12.5px;
      b {
        font-size: 125%;
      }
    }
}
.book-a-session-page .book-form input, .book-a-session-page .book-form textarea,
.book-a-session-page .book-form select {
    width: 100%;
    padding: 12.5px;
    border-radius: 0;
    border-color: #cdcdcd;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
}
.book-a-session-page .book-form textarea {
   min-height: 145px;
}
.book-a-session-page .book-form input:focus, .book-a-session-page .book-form textarea:focus {
    outline: none;
}
.book-a-session-page .button-group {
    position: absolute;
    bottom: 35px;
    display: flex;
    justify-content: end;
    width: calc(100% - 70px);
    align-items: center;
}
.book-a-session-page p.security_info {
    position: absolute;
    bottom: 100px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: calc(100% - 70px);
    font-size: 15px !important;
}
.book-a-session-page p.security_info img {
    margin-top: 2.5px;
}
.book-a-session-page .book-form button.btn-prev {
    border: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    padding: 0;
}
.book-a-session-page .book-form button.btn-prev:hover {
    opacity: 0.75;
}
.book-a-session-page .book-form button.btn-next, .book-a-session-page .book-form button.btn-submit {
    padding: 15px 30px;
    background-color: #b56f55;
    color: #fff;
    font-weight: 400;
    border: none;
}
.book-a-session-page .book-form button.btn-next sub, .book-a-session-page .book-form button.btn-submit sub {
    font-size: 80%;
    bottom: 0;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.book-a-session-page .book-form button.btn-next:hover, .book-a-session-page .book-form button.btn-submit:hover {
    animation: hoverEffect 0.5s ease forwards;
    animation-delay: 0.15s;
}
@keyframes hoverEffect {
    to {
        background-color: #804f3c;
    }
}
@media only screen and (max-width: 991px) {
    .book-a-session-page .title-header {
        max-width: 100%;
    }
    .book-a-session-page h2 {
        font-size: 35px;
    }
    .book-a-session-page .img-part {
        padding-left: 0.75rem;
    }
}
@media only screen and (max-width: 768px) {
    .book-a-session-page .img-part {
        margin-top: 15px;
    }
}

/*---------------------
    Book Form Success CSS
----------------------*/
.book-a-session-page .book-form-success {
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05), 0 0px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 35px 35px 150px;
    display: flex    ;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 85vh;
}
.book-a-session-page .book-form-success .success-content {
    text-align: center;
}
.book-a-session-page .book-form-success img {
    margin: 0;
}
.book-a-session-page .book-form-success h4 {
    font-size: 40px!important;
    font-weight: 400;
    margin: 30px 0 15px;
    letter-spacing: 0.065em;
}
.book-a-session-page .book-form-success .booking-date {
    color: #b56f55;
    font-weight: 700;
}
.book-a-session-page .book-form-success .button-group {
    position: absolute;
    bottom: 35px;
    display: flex;
    justify-content: end;
    width: calc(100% - 70px);
    align-items: center;
}
.book-a-session-page .book-form-success a.btn-prev {
    border: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    padding: 0;
    text-decoration: none;
    font-size: 15px;
}
.book-a-session-page .book-form-success a.btn-prev:hover {
    opacity: 0.75;
}
.book-a-session-page .book-form-success a.btn-next, .book-a-session-page .book-form-success a.btn-submit {
    padding: 15px 25px;
    background-color: #b56f55;
    color: #fff;
    font-weight: 400;
    border: none;
    text-decoration: none;
    font-size: 15px;
}
.book-a-session-page .book-form-success a.btn-next:hover, .book-a-session-page .book-form-success a.btn-submit:hover {
    animation: hoverEffect 0.5s ease forwards;
    animation-delay: 0.15s;
}
@media only screen and (max-width: 991px) {
    .book-a-session-page .book-form-success {
        min-height: 500px;
    }
    .book-a-session-page .book-form-success .button-group a {
       font-size: 12.5px!important;
    }
}


