a:focus {
    background-color: none;
    text-decoration: none;
}

.weighted-fonts {
	font-weight: 600;
}
/* 
.menu-section {
    display: none !important;
}

.menu-section.active{
    display: flex !important;
} */

.close-menu {
    transition: .3s;
}

#elementor-popup-modal-812 .dialog-close-button {
    opacity: 0;
}

#elementor-popup-modal-839 .dialog-close-button {
    opacity: 0;
}

.scrolled .close-menu {
    top: 44px !important;
}

.scrolled #elementor-popup-modal-812 .dialog-close-button , .scrolled #elementor-popup-modal-839 .dialog-close-button{
    top: 44px !important;
}


.custom-layout-gallery .elementor-gallery__container.e-gallery-container.e-gallery-grid {
    grid-template-columns: calc(15% - 9px) calc(25% - 15px) calc(35% - 21px) calc(25% - 15px);
    grid-auto-rows: 400px;
    gap: 20px;
    box-sizing: border-box;
}

.custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}
.custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
}

.custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

.custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(6) {
    grid-column: 4;
    grid-row: 1 / span 2;
}


.custom-layout-gallery .e-gallery-image.elementor-gallery-item__image.e-gallery-image-loaded {
    height: 100%;
    background-size: cover;
}

.close-menu img, .open-menu img {
    cursor: pointer;
}

.ammenities svg {
    margin-right: 10px !important;
}

.ammenities ul.elementor-icon-list-items.elementor-inline-items {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(6, 1fr);
}

.ammenities span.elementor-icon-list-text {
    padding-left: 0px !important;
}

.ammenities ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
    min-width: 195px;
}

/*Dynamic Gallery*/



/*END Dynamic Gallery*/

.main-menu-dd .sub-menu.elementor-nav-menu--dropdown li a {
    font-size: 24px !important;
    padding-bottom: 15px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    border-inline-start: none !important;
}

.main-menu-dd .sub-menu.elementor-nav-menu--dropdown li:first-child a{
    padding-top: 15px !important;
}

.list-map-wrapper h4, .list-map-wrapper ul li button {
    font-family: 'Brygada1918';
    font-weight: 400;
    font-size: 20px;
}

.list-map-wrapper ul li button .spot-time {
    font-family: 'Didact Gothic';
}

.custom-map-wrapper {
    gap: 25px;
}

ul.list-map {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.list-map button {
    padding: 0px;
    border: none;
    cursor: pointer;
}

ul.list-map li:before{
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #0D2C1A;
    color: #CBD8C0;
    font-size: 14px;
}

ul.list-map li:nth-child(1):before {
    border: 2px solid #0D2C1A;
    background-color: #CBD8C0;
    padding: 0px; 
    margin-bottom: -3px;
}

ul.list-map li:nth-child(2):before {
    content: '1';    
}

ul.list-map li:nth-child(3):before {
    content: '2';    
}

ul.list-map li:nth-child(4):before {
    content: '3';    
}

ul.list-map li:nth-child(5):before {
    content: '4';    
}

ul.list-map li:nth-child(6):before {
    content: '5';    
}

ul.list-map li:nth-child(7):before {
    content: '6';    
}

ul.list-map li:nth-child(8):before {
    content: '7';    
}

ul.list-map li:nth-child(9):before {
    padding: 0px;    
    margin-bottom: -3px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(6 , 1fr);
    grid-auto-rows: 140px;
    gap: 20px;
}
.grid-item {
    width: 100%;
}

.postid-542 .featured-img-wrapper , .postid-258 .featured-img-wrapper  {
    background-position: bottom !important;
}

.grid-item a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*SILK GALLERY*/
.grid-item:nth-child(1) {
    grid-column: 1 /span 2;
    grid-row: 1 / span 5;
}

.grid-item:nth-child(2) {
    grid-column: 3 / span 4;
    grid-row: 1 / span 4;
}

.grid-item:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 6 / span 3;
}

.grid-item:nth-child(4) {
    grid-column: 3 / span 2;
    grid-row: 5 / span 4;
}

.grid-item:nth-child(5) {
    grid-column: 5 / span 2;
    grid-row: 5 / span 4;
}
/*END SILK GALLERY*/

/*Velvet GALLERY*/
.postid-226 .grid , .postid-537 .grid {
    grid-template-columns: repeat(5 , 1fr);
}
.postid-226 .grid-item:nth-child(1) , .postid-537 .grid-item:nth-child(1){
    grid-column: 1 /span 3;
    grid-row: 1 / span 4;
}

.postid-226 .grid-item:nth-child(2) , .postid-537 .grid-item:nth-child(2){
    grid-column: 4 / span 1;
    grid-row: 1 / span 4;
}

.postid-226 .grid-item:nth-child(3) , .postid-537 .grid-item:nth-child(3){
    grid-column: 5 / span 1;
    grid-row: 1 / span 4;
}

.postid-226 .grid-item:nth-child(4) , .postid-537 .grid-item:nth-child(4){
    grid-column: 1 / span 2;
    grid-row: 5 / span 5;
}

.postid-226 .grid-item:nth-child(5) , .postid-537 .grid-item:nth-child(5){
    grid-column: 3 / span 3;
    grid-row: 5 / span 4;
}

.postid-226 .grid-item:nth-child(6) , .postid-537 .grid-item:nth-child(6){
    grid-column: 1 / span 2;
    grid-row: 10 / span 3;
}

.postid-226 .grid-item:nth-child(7) , .postid-537 .grid-item:nth-child(7){
    grid-column: 3 / span 2;
    grid-row: 9 / span 4;
}

.postid-226 .grid-item:nth-child(8) , .postid-537 .grid-item:nth-child(8){
    grid-column: 5 / span 1;
    grid-row: 9 / span 4;
}
/*END Velvet GALLERY*/

/*Cotton GALLERY*/
.postid-259 .grid-item:nth-child(1) , .postid-536 .grid-item:nth-child(1){
    grid-column: 1 /span 5;
    grid-row: 1 / span 4;
}

.postid-259 .grid-item:nth-child(3) , .postid-536 .grid-item:nth-child(3){
    grid-column: 6 / span 1;
    grid-row: 1 / span 3;
}

.postid-259 .grid-item:nth-child(4) , .postid-536 .grid-item:nth-child(4){
    grid-column: 3 / span 3;
    grid-row: 5 / span 5;
}

.postid-259 .grid-item:nth-child(2) , .postid-536 .grid-item:nth-child(2){
    grid-column: 1 / span 2;
    grid-row: 5 / span 5;
}

.postid-259 .grid-item:nth-child(5) , .postid-536 .grid-item:nth-child(5){
    grid-column: 6 / span 1;
    grid-row: 4 / span 3;
}

.postid-259 .grid-item:nth-child(6) , .postid-536 .grid-item:nth-child(6){
    grid-column: 6 / span 1;
    grid-row: 7 / span 3;
}
/*END Cotton GALLERY*/

/*Linen GALLERY*/
.postid-260 .grid ,  .postid-535 .grid {
    grid-template-columns: repeat(4 , 1fr);
}

.postid-260 .grid-item:nth-child(1) , .postid-535 .grid-item:nth-child(1) {
    grid-column: 1 /span 2;
    grid-row: 1 / span 3;
}

.postid-260 .grid-item:nth-child(4) , .postid-535 .grid-item:nth-child(4) {
    grid-column: 3 / span 1;
    grid-row: 1 / span 4;
}

.postid-260 .grid-item:nth-child(6) , .postid-535 .grid-item:nth-child(6) {
    grid-column: 4 / span 1;
    grid-row: 1 / span 4;
}

.postid-260 .grid-item:nth-child(2) , .postid-535 .grid-item:nth-child(2) {
    grid-column: 1 / span 1;
    grid-row: 4 / span 4;
}

.postid-260 .grid-item:nth-child(3) , .postid-535 .grid-item:nth-child(3) {
    grid-column: 2 / span 1;
    grid-row: 4 / span 4;
}

.postid-260 .grid-item:nth-child(5) , .postid-535 .grid-item:nth-child(5) {
    grid-column: 3 / span 2;
    grid-row: 5 / span 3;
}
/*END Linen GALLERY*/

/*Cashmere GALLERY*/
.postid-261 .grid-item:nth-child(1) , .postid-534 .grid-item:nth-child(1){
    grid-column: 1 / span 4;
    grid-row: 1 / span 4;
}

.postid-261 .grid-item:nth-child(7) , .postid-534 .grid-item:nth-child(7){
    grid-column: 5 / span 2;
    grid-row: 1 / span 5;
}

.postid-261 .grid-item:nth-child(2) , .postid-534 .grid-item:nth-child(2){
    grid-column: 1 / span 2;
    grid-row: 5 / span 6;
}

.postid-261 .grid-item:nth-child(3) , .postid-534 .grid-item:nth-child(3){
    grid-column: 3 / span 2;
    grid-row: 5 / span 5;
}

.postid-261 .grid-item:nth-child(4) , .postid-534 .grid-item:nth-child(4){
    grid-column: 5 / span 2;
    grid-row: 6 / span 4;
}

.postid-261 .grid-item:nth-child(5), .postid-534 .grid-item:nth-child(5) {
    grid-column: 1 / span 2;
    grid-row: 11 / span 3;
}

.postid-261 .grid-item:nth-child(6) , .postid-534 .grid-item:nth-child(6) {
    grid-column: 3 / span 4;
    grid-row: 10 / span 4;
}
/*END Cashmere GALLERY*/

.map-wrap {
    width: 50%;
}

.lang-switcher li.cpel-switcher__lang:first-child:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #0D2C1A;
    position: absolute;
    bottom: 2px;
    left: 18px;
}

.main-header-but-wrapper ul.cpel-switcher__list li:first-child:after{
    content: '';
    width: 1px;
    height: 16px;
    background: #0D2C1A;
    display: block;
    position: absolute;
    bottom: 11px;
    left: 24px;
}

.main-header-but-wrapper{
    width: 25% !important;
}

.open-menu {
    width: 25% !important;
}

.loader-wrapper-anm {
    width: 100vw;
    height: 100dvh;
    background: linear-gradient(#0D2C1A 50%, #CBD8C0 50%);
    z-index: 100;
    display: block;
    position: fixed;
    animation-name: loading-animation;
    animation-duration: 7s;
    animation-fill-mode: forwards;
}

.loader {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.loader img{
    width: 100%;
}

.loader-inside {
    width: 100%;
}


.sticky-menu.elementor-sticky--active {
    background: #CBD8C0;
}

ul.list-map button:hover {
    text-decoration: underline;
    background: none !important;
    color: #0d2c1a;
}

a:focus{
    outline: none !important;
    background-color: transparent !important;
}

.sticky-menu.elementor-sticky--active .the-logo img {
    width: 200px !important;
}

.the-logo img{
    transition: all 0.3s;
}

ul.list-map li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.postid-261 .grid-item:nth-child(8) , .postid-534 .grid-item:nth-child(8){
    display: none;
}

@keyframes loading-animation {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .custom-layout-gallery .elementor-gallery__container.e-gallery-container.e-gallery-grid {
        grid-auto-rows: 250px;
    }

    .grid {
        grid-auto-rows: 100px;
    }
}

.elementor-slideshow__title {
    display: none;
}

@media only screen and (max-width: 767px) {
    .custom-layout-gallery .elementor-gallery__container.e-gallery-container.e-gallery-grid {
        grid-template-columns: repeat(3 , 1fr);
        gap: 10px;
        grid-auto-rows: auto;
    }

    .custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(2) {
        grid-column: 2 / span 2;
        grid-row: 1 / span 2;
    }

    .custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(4) {
        grid-column: 1 / span 3;
        grid-row: 3 / span 2;
    }

    .custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(5)
    {
        grid-column: 1 / span 2;
        grid-row: 5;
    }

    .custom-layout-gallery .e-gallery-item.elementor-gallery-item:nth-child(6) {
        grid-column: 3;
        grid-row: 5 / span 1;
    }

    .mon-fixed-but {
        position: fixed !important;
        transform: rotate(-90deg);
        right: -46px;
        top: 40vh;
    }

    .mon-fixed-but a.elementor-button.elementor-button-link.elementor-size-sm{
        background: #CBD8C0 !important;
        color: #0D2C1A !important;
    }

    .mob-dark-bg {
        background: #0D2C1A !important;
    }

    .mob-light * {
        color: #CBD8C0 !important;
        fill: #CBD8C0 !important;
    }

    .mob-light span.elementor-icon-list-text {
        padding-left: 0px !important;
    }

    .ammenities ul.elementor-icon-list-items.elementor-inline-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .ammenities ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
        min-width: 140px;
    }

    .main-menu-dd .sub-menu.elementor-nav-menu--dropdown li a {
        font-size: 18px !important;
        padding-bottom: 10px !important;
    }

    .main-menu-dd .sub-menu.elementor-nav-menu--dropdown li:first-child a {
        padding-top: 10px !important;
    }

    .single.single-accomondation .mon-fixed-but {
        display: none;
    }

    .acc-book-but {
        position: absolute !important;
    }

    .dynamic-list ul.elementor-icon-list-items.elementor-inline-items {
        row-gap: 20px;
    }

    .grid {
        grid-auto-rows: auto;
        gap: 10px;
    }

    /*SILK GALLERY*/
.grid-item:nth-child(1) {
    
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
}

.grid-item:nth-child(2) {
    grid-column: 1 /span 1;
    grid-row: 1 / span 1;
}

.grid-item:nth-child(3) {
    
    grid-column: 1 / span 1;
    grid-row: 5 / span 1;
}

.grid-item:nth-child(4) {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
}

.grid-item:nth-child(5) {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
}
/*END SILK GALLERY*/

/*Velvet GALLERY*/
.postid-226 .grid-item:nth-child(1) , .postid-537 .grid-item:nth-child(1){
    grid-column: 1 /span 1;
    grid-row: 1 / span 1;
    height: 260px;
}

.postid-226 .grid-item:nth-child(2) , .postid-537 .grid-item:nth-child(2){
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
}

.postid-226 .grid-item:nth-child(3) , .postid-537 .grid-item:nth-child(3){
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
}

.postid-226 .grid-item:nth-child(4) , .postid-537 .grid-item:nth-child(4){
   
    grid-column: 1 / span 1;
    grid-row: 7 / span 1;
}

.postid-226 .grid-item:nth-child(5) , .postid-537 .grid-item:nth-child(5){
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
}

.postid-226 .grid-item:nth-child(6) , .postid-537 .grid-item:nth-child(6){
    grid-column: 1 / span 1;
    grid-row: 8 / span 1;
    
}

.postid-226 .grid-item:nth-child(7) , .postid-537 .grid-item:nth-child(7){
    height: 340px;
    grid-column: 1 / span 1;
    grid-row: 5 / span 1;
}

.postid-226 .grid-item:nth-child(8) , .postid-537 .grid-item:nth-child(8){
    
    grid-column: 1 / span 1;
    grid-row: 6 / span 1;
}
/*END Velvet GALLERY*/

/*Cotton GALLERY*/
.postid-259 .grid-item:nth-child(1) , .postid-536 .grid-item:nth-child(1){
    grid-column: 1 /span 1;
    grid-row: 1 / span 1;
}

.postid-259 .grid-item:nth-child(2) , .postid-536 .grid-item:nth-child(2){
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    height: 250px;
}

.postid-259 .grid-item:nth-child(3) , .postid-536 .grid-item:nth-child(3){
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
    height: 250px;
}

.postid-259 .grid-item:nth-child(4) , .postid-536 .grid-item:nth-child(4){
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
}

.postid-259 .grid-item:nth-child(5) , .postid-536 .grid-item:nth-child(5){
    grid-column: 1 / span 1;
    grid-row: 5 / span 1;
    height: 250px;
}

.postid-259 .grid-item:nth-child(6) , .postid-536 .grid-item:nth-child(6){
    grid-column: 1 / span 1;
    grid-row: 6 / span 1;
    height: 250px;
}
/*END Cotton GALLERY*/

/*Linen GALLERY*/

.postid-260 .grid-item:nth-child(1) , .postid-535 .grid-item:nth-child(1) {
    grid-column: 1 /span 1;
    grid-row: 1 / span 1;
}

.postid-260 .grid-item:nth-child(2) , .postid-535 .grid-item:nth-child(2) {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    height: 250px;
}

.postid-260 .grid-item:nth-child(3) , .postid-535 .grid-item:nth-child(3) {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
    height: 250px;
}

.postid-260 .grid-item:nth-child(4) , .postid-535 .grid-item:nth-child(4) {
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
}

.postid-260 .grid-item:nth-child(5) , .postid-535 .grid-item:nth-child(5) {
    grid-column: 1 / span 1;
    grid-row: 5 / span 1;
}

.postid-260 .grid-item:nth-child(6) , .postid-535 .grid-item:nth-child(6) {
    grid-column: 1 / span 1;
    grid-row: 6 / span 1;
}
/*END Linen GALLERY*/

/*Cashmere GALLERY*/
.postid-261 .grid-item:nth-child(1) , .postid-534 .grid-item:nth-child(1){
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}

.postid-261 .grid-item:nth-child(2) , .postid-534 .grid-item:nth-child(2){
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    height: 260px;
}

.postid-261 .grid-item:nth-child(3) , .postid-534 .grid-item:nth-child(3){
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
    height: 260px;
}

.postid-261 .grid-item:nth-child(4) , .postid-534 .grid-item:nth-child(4){
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
}

.postid-261 .grid-item:nth-child(5) , .postid-534 .grid-item:nth-child(5){
    grid-column: 1 / span 1;
    grid-row: 5 / span 1;
}

.postid-261 .grid-item:nth-child(6), .postid-534 .grid-item:nth-child(6) {
    grid-column: 1 / span 1;
    grid-row: 6 / span 1;
}

.postid-261 .grid-item:nth-child(7) , .postid-534 .grid-item:nth-child(7) {
    grid-column: 1 / span 1;
    grid-row: 7 / span 1;
}
/*END Cashmere GALLERY*/

    .grid {
        grid-template-columns: repeat(1 , 1fr) !important;
        grid-auto-rows: auto;
    }

    .grid-item {
        height: auto !important;
        width: 100%;
    }

    

    .list-map-wrapper{
        display: none;
    }

    .map-wrap {
        width: 100%;
    }

    .open-menu {
        width: 15px !important;
    }

    .main-header-but-wrapper {
        width: fit-content !important;
    }

    .swiper-home .swiper-wrapper {
        display: flex !important;
        flex-direction: column;
        align-content: center;
        justify-content: start;
    }

    .swiper-home .loop-item {
        display: block !important;
    }

    .swiper-home .swiper-slide {
        display: block !important;
        flex-shrink: 1 !important;
        margin-bottom: 30px;
    }

    .postid-261 .grid-item:nth-child(7) , .postid-534 .grid-item:nth-child(7){
        display: none;
    }

    .postid-261 .grid-item:nth-child(8), .postid-534 .grid-item:nth-child(8) {
        display: block;
    }
    
}