@font-face {
    font-family: 'Audrey';
    src: url('../fonts/Audrey-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey Med';
    src: url('../fonts/Audrey-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey';
    src: url('../fonts/Audrey-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey Italic';
    src: url('../fonts/Audrey-NormalOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Black';
    src: url('../fonts/Lato-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato BlackItalic';
    src: url('../fonts/Lato-BlackItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Bold';
    src: url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato BoldItalic';
    src: url('../fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-Hairline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato HairlineItalic';
    src: url('../fonts/Lato-HairlineItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Italic';
    src: url('../fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lato Light';
    src: url('../fonts/Lato-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato LightItalic';
    src: url('../fonts/Lato-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'High Spirited';
    src: url('../fonts/High-Spirited.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html {
    scroll-behavior: smooth;
}


body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #229191;
}

body::-webkit-scrollbar-track {
    background: #d1d2d4;
}



.heading h2 {
    font-family: 'Audrey';
}

.navigation ul li ul {
    padding-left: 50px;
    width: 300px;
    display: none;
}
.navigation ul li {
    position: relative;
}
.navigation ul li ul li a {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.navigation ul li .icon-cover i {
    font-size: 15px;
    color: #c49439;
    transform: translateY(-2px);
    cursor: pointer;
}

.navigation ul li .icon-cover a {
    font-size: 28px;
    color: #000;
    padding: 0 10px 0 25px;
}

.navigation ul li .icon-cover a span {
    font-size: 15px;
    font-family: "BasisGrotesqueProBold";
    padding-right: 10px;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
}

.navigation ul li .icon-cover ul.sub-menu li a {
    font-size: 18px;
}



header {
    position: inherit;
    padding: 15px 0;
}

header .row-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .row-wrap .center_logo {
    width: 60%;
    text-align: center;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

header .row-wrap .center_logo img {
    width: 40%;
}

header .row-wrap .logo {
    width: 20%;
}

/*header .row-wrap .logo a{*/
/*    font-size:20px;*/
/*    color:#fff;*/
/*}*/

header .row-wrap .logo .page-title{
    font-size:20px;
    color:#fff;
    text-transform: uppercase;
}

header .row-wrap q.toggle_box {
    width: 20%;
}

header .row-wrap .toggle_box {
    width: 20%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: flex-end;*/
    /*padding: 0;*/
}



#vr_tour {
    padding: 100px 0;
}   

#vr_tour .full-col {
    text-align: center;
}

#vr_tour .full-col h2 {
    font-family: 'Audrey';
    color: #a0978f;
    font-size: 50px;
}

#vr_tour .full-col p {
    font-size: 18px;
    margin-bottom: 50px;
}





#sub-header {
    background: url(../images/breathtaking-banner02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: top center;
    display: flex;
    align-items: center;
    position: relative;
}

#sub-header h1 {
    color: #fff;
    text-align: center;
    font-size: 70px;
    font-family: "StempelGaramondLTProRegular";
    position: relative;
}

#sub-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}




#home-slider .item .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
    text-align: center;
}

#home-slider .item .content h2 {
    color: #fff;
    font-size: 75px;
    font-weight: 700;
    text-transform: capitalize;
}

#home-slider .item .content a {
    color: #fff;
    background: #cc9a00;
    display: inline-block;
    padding: 10px 30px;
    font-size: 25px;
    margin-top: 20px;
}

#home-slider .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
}
#home-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#home-slider .owl-nav button {
    color: #fff;
    background: #cc9a00;
    border: 0;
    outline: 0;
    padding: 10px 15px;
    margin: 0;
}

#home-slider .owl-nav button i {
    font-size: 22px;
}

.reg_wrap {
    display: flex;
}



footer {
    padding: 70px 0;
    background-image: url(../images/footer-green1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* footer .row {
    display: flex;
    justify-content: space-between;
}
 */
/* footer .col {
    width: 20%;
} */

/* footer .col img {
    width: 100%;
}

footer .col .f-img {
    width: 50%;
    display: block;
    margin: 0px 0 0 20px;
} */


/* footer .col img:nth-child(2) {
    width: 70%;
    display: block;
    margin: 30px 0 0 0;
} */
footer h3 {
    color: #cc9a00;
    font-size: 30px;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #fff;
    font-size: 18px;
}


.yellow_bg {
    background: black;
    text-align: center;
    padding: 50px 0 100px;
    display: none;
}

.yellow_bg img {
    width: auto;
}

.yellow_bg p {
    color: #dcb977;
    font-size: 25px;
    /*font-family: "BrandonGrotesqueRegular";*/
    font-family: "Audrey";
    text-transform: uppercase;
    letter-spacing: 5px;
    width: 80%;
    margin: 0 auto;
    line-height: 1.7;
}

.world_section .heading h2 {
    margin-top: 100px;
}

.top_text .heading img {
    max-width: 100%;
    width: 20%;
}

/*.gold-banner{*/
/*    background-image: url(../images/gold.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: top center;*/
/*    background-size: cover;*/
/*    padding: 100px 0;*/
/*}*/

.gold-banner .col {
    text-align: center;
}

.gold-banner .col p {
    margin-top: 50px;
    font-size: 18px;
}

.gold-banner .col h3 {
    margin-top: 15px;
}


.inner-header{
    background-image: url(../images/header-green1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.inner-header span.toggle_name {
    color: #fff;
    font-size: 20px;
}

.inner-header .toggle_box a .toggle_bars span {
    background-color: #fff;
}

.around img {
    max-width: 100%;
    width: 100%;
}
html {
    overflow-x: hidden !important;
}
.around {
    width: 94%;
    /* width: 1100px; */
    margin: 0 auto;
        z-index: 999;
    position: relative;
}

.inner_wrap {
    padding: 0;
    margin-bottom: 120px;
}

.inner_wrap:before {
    height: 90%;
}


.sls_luxury_section .body_text p {
    text-align: justify;
    font-family: "Lato Regular";
}

.experience_Section .heading {
    margin: 50px 0 0;
}

.flexbox-slider .flexbox-slide {
    width: 25%;
}


#amenities {
    padding: 0 0 100px;
}

#amenities .left {
    width: 50%;
}

#amenities .right {
    width: 50%;
    padding: 0 30px;
}

#amenities .right h4 {
    font-size: 20px;
    color: #a0978f;
    font-family: 'Audrey';
    text-transform: uppercase;
}

#amenities .right p {
    font-size: 20px;
    padding: 0;
    color: #01224c;
    line-height: normal;
    display: block;
    font-family: "Lato Regular";
    margin: 0;
}
#amenities .right a {
    background: transparent;
    color: #a0978f;
    padding: 10px 10px;
    display: inline-block;
    margin: 10px 5px;
    border: 1px solid #000;
    font-size: 20px;
    text-transform: uppercase;
    transition: 0.5s all;
}
#amenities .right a:hover{
    background: #a0978f;
    transition: 0.5s all;
    color: #fff;
    border: 1px solid #fff;
}
#amenities img {
    max-width: 100%;
}

#amenities .row {
margin: 80px 0 0 0;
    display: flex;
    align-items: center;
}

#amenities .right h3 {
    font-size: 45px;
    color: #a0978f;
    font-family: 'Audrey';
    text-transform: uppercase;
    line-height: 1.5;
}

#amenities .row:nth-child(even) {
    flex-direction: row-reverse;
}

#amenities .row:first-child {
    margin: 0;
}

#amenities .row:first-child .right {
    /* animation-name: downtext;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: ease-out; */
    padding: 50px 30px 50px 120px;
    position: absolute;
    right: 0;
    top: -60px;
    right: 100px;
    width: 100%;
    max-width: 660px;
    border: 3px solid #b5862c;
    min-height: 380px;
    text-align: left !important;
}

#amenities .row:first-child {
    position: relative;
}

#amenities .row:nth-child(even) {
    position: relative;
}

#amenities .row:nth-child(even) .right {
    padding: 40px 140px 40px 40px !important;
    right: 0;
    top: -60px;
    right: 100px;
    width: 100%;
    max-width: 660px;
    border: 3px solid #b5862c;
    min-height: auto;
    margin: -100px -100px 0 0px;
    z-index: 9999;
    text-align: end;
}
#amenities .row:nth-child(odd) {
    position: relative;
}   


#amenities .row:nth-child(3) {
    position: relative;
}  

#amenities .row:nth-child(3) .right {
    padding: 40px 40px 40px 140px;
    position: absolute;
    right: 120px;
    top: -50px;
    width: 100%;
    max-width: 660px;
    border: 3px solid #b5862c;
    min-height: auto;
    text-align: left !important;
}


#amenities .row:nth-child(5),
#amenities .row:nth-child(7)    {
    position: relative;
}  

#amenities .row:nth-child(5) .right,
#amenities .row:nth-child(7) .right{
    /* animation-name: downtext;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: ease-out; */
    padding: 40px 40px 40px 140px;
    position: absolute;
    right: 120px;
    top: -50px;
    width: 100%;
    max-width: 660px;
    border: 3px solid #b5862c;
    min-height: auto;
    text-align: left !important;
    
}
#amenities .row:nth-child(odd) .right {
    /* animation-name: downtext;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: ease-out; */
    padding: 40px 40px 40px 140px;
    position: absolute;
    right: 0px;
    /* right: 120px; */
    top: -50px;
    width: 100%;
    max-width: 660px;
    border: 3px solid #b5862c;
    min-height: auto;
    text-align: left !important;
}


.main-popup::-webkit-scrollbar {
    width: 4px;
}

.main-popup::-webkit-scrollbar-thumb {
    background: #374338;
}

.main-popup::-webkit-scrollbar-track {
    background: #d1d2d4;
}

.main-popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000d4;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}

.main-popup .popup-wrap {
    width: 700px;
    /* height: 400px; */
    background: #fff;
    position: relative;
}

.main-popup .popup-wrap .close-popup {
    position: absolute;
    top: -20px;
    right: -20px;
    background-image: url(../images/header-green.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.main-popup .popup-wrap .close-popup i {
    color: #fff;
    font-size: 20px;
}

.main-popup .popup-wrap img {
    max-width: 100%;
}

#pop1,#pop2,#pop3,#pop4,#pop5,#pop6,#pop7{
    display: none;
}

div#bes18 {
    margin-bottom: 50px;
}

.col.abt-com-bg {
    /*background: rgb(248, 216, 161);*/
    /*background: linear-gradient(90deg, rgb(239 186 131) 0%, rgba(217, 171, 119, 1) 100%);*/
    padding-top: 60px;
}

section.lgo-section img {
    width: 100%;
    margin-bottom: 20px;
}



.heading.pt-6 {
    padding-top: 60px;
}

h2.abt-grn-clr {
    color: #098345;
    font-family: lato;
}

h2.abt-grn-clr {
    color: #098345;
}


section.tp-btm-pdng {
    padding: 60px 0px;
}

section.clr-blck {
    background-color: #1f1412;
}

.gld-clr {
    color: #d89800 !important;
}

.gry-color{
    color: #f2f2f3;
}


@media screen and (max-width:450px){
	header .row-wrap .logo .page-title {
        font-size: 14px;
	}
	
}