/*@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');*/

/*!-------------------------------General Styles ---------------------------------!*/




* {
    margin: 0;
    padding: 0;;
}

body {
    font-family: Plus Jakarta Sans, sans-serif;
    background-color: #FAFBF9;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}
/*!-------------------------------General Styles ---------------------------------!*/



/*!-------------------------------Header Start ---------------------------------!*/
header {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 50px;
    height: auto;
    /* width: 100%; */
    max-width: 1539px;
    margin: 0 auto;
    text-transform: uppercase;
}

main {
    height: 100%;
}

nav .logo {
    flex: 0 0 auto;
    width: 203px;
    padding-bottom: 8px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex: 1;
}

nav ul li {
    position: relative;
}

nav ul li a {
    display: block;
    padding: 10px 14px;
    margin-right: 2px;
    text-decoration: none;
    letter-spacing: 2.14px;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.0);
}

nav .contacts:hover, nav ul li a:hover {
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu ul li:hover > a {
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.4);
}

nav ul .dropdown:hover > a, nav ul .dropdown > ul:hover ~ a{
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.1);
}

nav .contacts {
    flex: 0 0 auto;
    margin-bottom: 8px;
    text-decoration: none;
    padding: 9px 37px 11px 35px;
    border-radius: 3px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.nav-socials {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.nav-socials a {
    transition: background-color 0.3s ease;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    &:hover {
        background-color: #ffffff33;
    }
}
.nav-socials a img {
    width: 22px;
}
.nav-socials--mobile {
    display: none;
}


/*? Burger Menu ?*/
nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style-type: none;
    margin: 0;
    min-width: 150px;
    padding: 20px 8px 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.9);
}

nav ul li:hover > .dropdown-menu-container ul {
    display: block;
}

.dropdown-menu-container {
    padding-top: 8px;
}


nav ul li ul li a {
    padding: 12px 28px;
    white-space: nowrap;
    color: white;
    font-size: 12px;
}

.menu-contacts {
    display: none;
}
/*? Burger Menu ?*/

/*!-------------------------------Header End ---------------------------------!*/




/*!-------------------------------Slideshow Start ---------------------------------!*/
.slideshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.slideshow-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    filter: blur(10px);
    transition: opacity 3s ease-in-out, filter 3s ease-in-out;
}

.slideshow-images img.active {
    opacity: 1;
    filter: blur(0); /* Remove the blur effect when active */
    z-index: 1;
}

/*!-------------------------------Slideshow End ---------------------------------!*/




/*!-------------------------------Spaces Description Start ---------------------------------!*/
.spaces-description {
    position: relative;
    bottom: 30px;
    display: flex;
    justify-content: center;
    column-gap: 60px;
    max-width: 1539px;
    width: 100%;
    margin: 0 auto;
    padding: 38px 0px 60px;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}




.spaces-description__fieldset {
    width: -webkit-fill-available;
    width: -moz-available;
    position: absolute;
    bottom: 0;
    display: flex;
    height: auto;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
    padding: 0px 0px 32px 32px;
    transition: height 2.5s ease;
}

.spaces-description__fieldset h1,
.spaces-description__fieldset p {
    min-height: 40px; 
    transition: height 0.2s ease-in-out; 
}

.spaces-description__fieldset h1 {
    font-size: 20px;
    font-weight: bold;;
    letter-spacing: 7px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.7); */
    width: fit-content;
}
.spaces-description__fieldset .spaces-description__container h2 {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    text-align: left;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.7); */
    width: fit-content;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.spaces-description__fieldset span {
    display: inline;
    /* display: none; */
    opacity: 0;
}

.spaces-description__fieldset span.fade-in:first-of-type {
    padding-left: 12px;
}
.spaces-description__fieldset span.fade-in:last-of-type {
    padding-right: 12px;
}
.spaces-description__fieldset span.fade-in:not(.space-span) {
    animation: fade-in 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
    background-color: rgba(3, 19, 32, 0.7);
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 2.3;
    /*-webkit-box-decoration-break: clone;*/
    /*box-decoration-break: clone;*/
    /*display: inline-block;*/
}
.space-span {
    width: 0 !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    /*display: none;*/
}
.space-span + .fade-in {
    padding-left: 5px !important;
}

.spaces-description__fieldset h1,
.spaces-description__fieldset h2 {
    opacity: 1;
    transition: opacity 0.5s, filter 0.5s; /* Matches fade-out duration */
}

.spaces-description__fieldset h1.fade-out,
.spaces-description__fieldset h2.fade-out {
    opacity: 0;
}

.hidden {
    visibility: hidden;
}

  


.space-el {
    max-width: 410px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.space-el__title {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 7px;
    text-align: center;
    color: #2d3125;
}
.space-el__description {
    font-size: 16px;
    line-height: 1.75;
    color: #2d3125;
}

/*!-------------------------------Spaces Description End ---------------------------------!*/


/*!-------------------------------Reviews Icons Start-----------------------------------  */
.reviews-icons {
    padding: 0px 20px 16px 0px; 
    display: flex; 
    gap: 20px;
}
.review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    border-radius: 100%;
    height: 78px;
    width: 78px;
    border: 2px solid transparent;

}
.review--google {
    background-color: #1e3140;
}
.review--ask-roberta {
    border: 2px solid #94ff46;
    background-color: #1e3140;
}
.review--google img {
    margin: 1px 0;
}
.review--airbnb {
 background-color: #ff5a5f;
}
.review--vrbo {
    background-color: #0e2049;
}
.review--vrbo img {
    margin: 4px 0;
}
.review__rating-p {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    min-height: fit-content !important;
}
/*!-------------------------------Reviews Icons Start-----------------------------------  */


/*!-------------------------------Spaces Figures Start ---------------------------------!*/
.spaces-figure {
    width: 474px;
    margin: 0 auto;
    background-color: #20221e;
    margin-top: -30px;
}
.spaces-figure__text {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 10px;
    text-align: center;
    padding: 140px 0px 80px;
    color: #fff;
}
/*!-------------------------------Spaces Figures Start ---------------------------------!*/






/*!-------------------------------Spaces Links Start ---------------------------------!*/
.spaces-links {
    width: 100%;
    max-width: 1539px;
    margin: 0 auto;
}
.links-swiper {
    width: 100%;
    height: 500px;
    margin-bottom: 150px;
    overflow: visible !important;
  }

  .links-swiper .swiper-slide img:not(.swiper-icon) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .links-swiper .swiper-slide a {
    width: 100%;
    max-width: 420px;
    height: 82px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #20221e;
    position: absolute;
    right: 0;
    bottom: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    transition: background-color 0.3s ease;
    &:hover {
      background-color: #68b021;
    }
    &:hover img {
        filter: brightness(0) invert(1);
    }
}
.links-swiper .swiper-slide a p{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 7px;
    text-align: center;
    color: #fff;
}
.links-swiper .swiper-pagination {
    bottom: -51px !important;
    top: auto !important;
}
.links-swiper .swiper-pagination-bullet-active {
    background-color: #79c231 ;
}
/*!-------------------------------Spaces Links End ---------------------------------!*/



/*!-------------------------------Photos Block Start ---------------------------------!*/
.photos-block {
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.photos-block__figure--top {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    height: 200px;
    background-color: #20221e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photos-block__figure--top h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 10px;
    text-align: center;
    color: #fff;
}

.photos-block__figure--bottom {
    margin: 0 auto;
    position: relative;
}
.photos-block__figure--bottom h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.81;
    letter-spacing: 10px;
    text-align: center;
    color: #fff;
}

/* swiper gallery */
.gallery-swiper {
    overflow: visible !important;
}

.gallery-swiper .swiper-slide {
    transition: opacity 1.3s ease;
}
.gallery-swiper .swiper-slide-prev, .gallery-swiper .swiper-slide-next {
    opacity: 0.5;
}
.gallery-swiper .swiper-slide img {
    display: block;
    width: 98%;
    height: 100%;
    max-height: 770px;
    object-fit: cover;
    padding: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.gallery-swiper .swiper-button-prev {
    left: 4.5%;
} 
.gallery-swiper .swiper-button-next {
    right: 4.5%;
}
.gallery-swiper .swiper-pagination {
    bottom: -45px !important;
    top: auto !important;
    z-index: 99;
}
.gallery-swiper .swiper-pagination-bullet-active {
    background-color: #79c231 ;
}


.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
    background-color: #ffffff;
    background-position: center;
    background-size: 28px;
    background-repeat: no-repeat;
    height: 60px !important;
    width: 60px !important;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.gallery-swiper .swiper-button-prev {
    background-image: url("images/icons/swiper-arrow-left.svg");
    background-color: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); 

    &:hover {
        background-color: #79c231;
    }

}
.gallery-swiper .swiper-button-next {
    background-image: url("images/icons/swiper-arrow-right.svg");
    &:hover {
        background-color: #79c231;
    }
}


.gallery-swiper .swiper-button-next::after,
.gallery-swiper .swiper-button-prev::after {
    content: "" !important;
}
/*!-------------------------------Photos Block End ---------------------------------!*/


/*! -------------------------------Reviews Start ---------------------------------!*/
.review-blocks {
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 40px 100px 190px;
    position: relative;
    bottom: 100px;
}
.review__logo {
    display: flex;
    justify-content: center;
}

.review__header {
    margin-top: 48px;
    padding: 26px 25px 25px 24px;
    border-radius: 8px;
    border: solid 1px #ebeee9;
    background-color: #fafbf9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review__header-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.review__branding {
    display: flex;
    align-items: stretch;
    gap: 3px;
}
.review__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    color: #111;
}
.review__rating-section {
    display: flex;
    align-items: center;
    gap: 6px;
}
.review__rating {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.19;
    color: #111;
}
.review__count {
    font-size: 13px;
    line-height: 1.92;
    color: #818181;
}
.review__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 19px;
    background-color: #197bff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: -0.2px;
    color: #fff;
}
.review--airbnb .review__link {
    border-radius: 4px;
}
.review__slider {
    margin-top: 22px;
}
.review-swiper {
    width: 100%;
    height: auto;
}

.review-swiper .swiper-slide {
    height: fit-content;
    max-width: 204px !important;
    width: 100% !important;
    padding: 25px 24px 27px 24px;
    border-radius: 8px;
    border: solid 1px #ebeee9;
    background-color: #fafbf9;
}

.review-swiper .swiper-button-next,
.review-swiper .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.45);
    background-position: center;
    background-repeat: no-repeat;
    height: 32px !important;
    width: 32px !important;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.review-swiper .swiper-button-prev {
    background-image: url("images/icons/angle-left.svg");

}
.review-swiper .swiper-button-next {
    background-image: url("images/icons/angle-right.svg");
}


.review-swiper .swiper-button-next::after,
.review-swiper .swiper-button-prev::after {
    content: "" !important;
}

/* Review Slide */
.review__content {
    display: flex;
    flex-direction: column;
}

.review__author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review__author-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review__author-logo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.review__author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.review__author-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    color: #111;
}

.review__author-date {
    font-size: 12px;
    line-height: 2.08;
    color: #818181;
}

.review__rating_images {
    margin-top: 16px;
}
.review__text {
    font-size: 16px;
    line-height: 1.44;
    color: #111;
    margin-top: 3px;
}

.review__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}
.review--google .review__meta {
    margin-top: 12px;   
}
.review__meta-logo {
    width: 30px;
    height: 30px;
}

.review__meta-info {
    display: flex;
    flex-direction: column;
}

.review__meta-posted-by {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.77;
    color: #197bff;
}
.review__meta-posted-on {
    font-size: 13px;
    line-height: 1.77;
    letter-spacing: -0.5px;
    color: #818181;
}
/* Review Slide */


/*!-------------------------------Reviews End ---------------------------------!*/


/*!-------------------------------Request Event Start ---------------------------------!*/
.request-event {
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 40px 100px 120px;
     position: relative;
    /* bottom: 100px;  */
    margin-top: 90px;
    margin-bottom: 80px;
}
.request-event__sketch {
    position: absolute;
    top: -325px;
    left: 50%;
    transform: translateX(-50%);
}
.request-event__title {
    margin-top: 225px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 10px;
    text-align: center;
    color: #20221e;
}
.request-event__linktour {
    max-width: 398px;
    margin: 0 auto;
    width: 100%;
    margin-top: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #5fa41a;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 7px;
    text-align: center;
    color: #fff;
}
.request-event__figure {
    margin: 250px auto 0;
    position: relative;
    background: url('images/shape.svg') no-repeat center;
    height: 500px;

}
.request-event__figure img {
    width: 172px;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}
.request-event__subtitle {
    padding-top: 150px;
    font-size: 36px;
    font-weight: 600;;
    line-height: 1.67;
    letter-spacing: 10px;
    text-align: center;
    color: #fff;
}

/* .request-event__figure .request-event__shape {
    position: absolute;
} */

.request-event__linkevent {
    max-width: 543px;
    margin: 80px auto 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #5fa41a;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 7px;
    text-align: center;
    color: #fff;
}

/*!-------------------------------Request Event End ---------------------------------!*/


/*!-------------------------------Ratings Start -------------------------------!*/
.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #dfdfdf;
    overflow: hidden;
  }
  
  .full-stars{
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fcbf02;
  }
  
  .empty-stars:before,
  .full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 8px;
    letter-spacing: 4px;
    margin-left: 4px;
  }
  
  .empty-stars:before {
    -webkit-text-stroke: 1px #dfdfdf;
  }
  
  .full-stars:before {
    -webkit-text-stroke: 1px #fcbf02;
  }
  
  /* Webkit-text-stroke is not supported on firefox or IE */
  /* Firefox */
  @-moz-document url-prefix() {
    .full-stars{
      color: #fcbf02;
    }
  }
  /* IE */
    .full-stars{
      color: #fcbf02;
    }
    .ask-roberta-p {
        font-size: 10px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: 1.25px;
        text-align: center;
        color: #ffffff;
    }
    .ask-roberta-p span {
        opacity: 1 !important; 
        display: block  !important; 
        color: #94ff46;
    }
  /* !----------------------------Ratings End---------------------------------! */


/*!-------------------------------Footer Start ---------------------------------!*/
footer {
    padding: 20px 0 36px;
    background-color: #20221e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 52px;
}
.footer-socials {
    display: flex;
    align-items: center;
    gap: 48px;
}
.footer-navigation {
    display: flex;
    align-items: center;
}
.footer-navigation ul {
    display: flex;
    align-items: center;
    gap: 60px;
}
.footer-navigation li {
    list-style-type: none;
}
.footer-navigation a {
    opacity: 0.5;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2.14px;
    color: #fff;
    transition: opacity 0.3s ease;
    &:hover {
        opacity: 1;
    }
}
.footer-contacts {
    display: flex;
    align-items: center;
    gap: 40px;
}
.footer-contacts a {
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.footer-contacts__email, .footer-contacts__phone {
    display: flex;
    align-items: center;
    gap: 12px;
}
/*!-------------------------------Footer End ---------------------------------!*/



@media (min-width: 481px) and (max-width: 1024px) { 
    .spaces-description__fieldset {
        flex-direction: column-reverse;
        
    }
    .reviews-icons {
        flex-direction: column;
        align-items: end;
        padding: 10px;
        gap: 5px;
        width:  -webkit-fill-available;
    }
}

@media (max-width: 480px) {
    .spaces-description__fieldset {
        flex-direction: column-reverse;
    }
    .reviews-icons {
        flex-direction: column;
        align-items: end;
        padding: 6px;
        gap: 4px;
        width:  -webkit-fill-available;
    }
    .review {
        scale: 0.75;
    }
    nav ul li a {
        font-size: 12px !important;
    }
}


/* header */
@media (min-width: 821px) and (max-width: 1370px) {
    nav {
        padding: 10px 32px;
    }
    nav ul li a {
        padding:  10px 12px;
        font-size: 10px;
        font-weight: 600;
        white-space: nowrap;
        margin-right: 0;
    }
    /* nav .logo {
        width: 101px;
        height: 20px;
    } */
    
    nav .contacts {
        padding: 11px 20px;
        font-size: 10px;
        font-weight: 600;
    }
    
}


/* Mobile Styles */
@media (max-width: 1080px) {
    .menu-contacts {
        display: list-item;
    }
    .ask-roberta-a {
        padding: 0px 45px !important;
    }
    nav {
        justify-content: space-around;
        padding: 16px 0 8px;
    }

    nav ul {
        display: none;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.9);
        position: fixed;
        top: 63px;
        left: 0;
        width: 100%;
        height: auto;
        overflow-y: auto;
        z-index: 1000;
        padding-top: 20px;
    }

    nav ul.active {
        display: flex;
        background-color: rgba(0, 0, 0, 0.9);
        padding-bottom: 20px;
    }

    nav ul li:hover > .dropdown-menu-container ul {
        display: none;
    }
    .dropdown-menu-container {
        padding: 0;
    }
    

    nav ul li {
        width: 100%;
    }

    nav ul li ul {
        position: static;
        box-shadow: none;
    }

    nav ul .dropdown:hover > a, nav ul .dropdown > ul:hover ~ a{
        background-color: transparent;
        border-radius: 0;
        border: solid 1px transparent;
    }

    nav .contacts:hover, nav ul li a:hover {
        border-radius: 0;
        border: solid 1px transparent;
        background-color: transparent;
    }

    /* nav.contacts:hover, nav ul li a:hover {
        background-color: none !important;
    } */

    nav ul li a {
        padding: 0px 45px;
        height: 40px;
        display: flex;
        margin-right: 0;
        align-items: center;
    }

    nav ul li ul li a {
        padding: 0px 0px 0px 60px;
    }
    
    .burger.active-burger {
        /* position: fixed; */
        top: 7px;
        right: 10px;
        z-index: 1001;
    }
    
    .menu-container {
        position: relative;
    }

    .burger {
        display: block;
        padding-bottom: 8px;
        cursor: pointer;
        color: #f2f2f2;
    }

    .burger div {
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color:#f2f2f2;
        margin: 5px 0;
    }
    .nav-active {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .burger.active-burger div {
        background-color: #f2f2f2;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    
    .burger.active-burger div:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    
    .burger.active-burger div:nth-child(2) {
        opacity: 0;
    }
    
    .burger.active-burger div:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }    

    nav .contacts {
        display: none;
    }

    .dropdown > a::after {
        content: url('images/icons/chevron-down.svg');
        display: inline-block;
        margin-left: 12px;
        transition: transform 0.3s ease;
    }
    
    .dropdown.active > a::after {
        transform: rotate(180deg);
    }

    .nav-socials--desktop {
        display: none;
    }
    .nav-socials--mobile {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin: 20px 0;
    }
    .nav-socials a img {
        width: 26px;
    }
    .nav-socials a:last-of-type img {
        width: 25px;
        height: 25px;
    }
}


@media (min-width: 501px) and (max-width: 1080px) {
    nav {
        max-width: 1350px;
        margin: 0 auto;
        justify-content: space-between;
    }
    nav ul li a {
        font-size: 16px;
    }
    nav .logo {
        padding-left: 45px;   
    }
    .burger {
        padding-right: 45px;
    }
    nav ul {
        max-width: 1350px;
        left: 50%;
        padding-top: 20px;
        transform: translateX(-50%);
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown.active .dropdown-menu {
        display: contents;
    }
    
}


@media (max-width: 500px) {
  
    nav ul li:hover > .dropdown-menu-container ul {
        display: static !important;
    }

    .dropdown.active .dropdown-menu {
        display: contents;
    }
    .spaces-description__fieldset h1 {
        font-size: 16px;
        letter-spacing: 5.6px;
    }
    .spaces-description__fieldset {
        padding: 0px 16px 16px 16px;
    }
    .spaces-description__fieldset span.fade-in:first-of-type {
        padding-left: 5px;
    }
    .spaces-description__fieldset span.fade-in:last-of-type {
        padding-right: 5px;
    }
}