@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900 &family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');

html {
    box-sizing: border-box !important;
}
p {
    font-size: 15px;
    line-height: 21px;
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
:root {
    --black: #1d1d1b;
    --grey: #b0b0b0;
    --white: #ffffff;
}
a {
    text-decoration: none;
    color: var(--black);
    text-decoration: none;
}
.r-menu-wrap a {
    color: var(--black);
}
li {
    list-style: none;
}
.main-pad {
    padding: 0 240px;
}
header {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

body {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: var(--black);
}

.fix-menu {
    padding-top: 110px;
}

.booknow {
    font-family: "Onest", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--black);
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding: 55px 0;
    border-bottom: 4px solid var(--black);
    position: relative;
    z-index: 4;
}
.d-none {
    display: none;
}

.logos-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 25%;
    gap: 70px;
}
.logos-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.logos-menu li a img {
    height: auto;
    width: 50px;
}
.logos-menu li:nth-of-type(2) a img {
    height: 15px;
    width: auto;
}
.logos-menu li:nth-of-type(4) a img {
    height: 20px;
    width: auto;
}
.r-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 100%;
    gap: 15px;
}
.r-menu-wrap img {
    height: 20px;
    width: auto;

}
.hamburger {
    margin-left: 10px;
}
.bar {
    display: block;
    width: 40px;
    height: 3px;
    margin: 6.5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--black);
}
.nav-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    top: 0;
    right: -110%;
    width: fit-content;
    height: 100vh;
    background-color: var(--black);
    color: var(--white);
    transition: all 0.65s ease-in-out;
    padding: 10px 90px 50px;
    gap: 15px;
    z-index: 7;
}
.nav-menu a {
    color: var(--white);
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    font-size: 82px;

}
.nav-menu li a {
    transition-property: font-variation-settings;
    transition-delay: 6s;
}
.nav-menu.active {
    right: 0;
    opacity: 1;
}
.item-gap {
    margin-top: 60px;

}
.hamburger-2 {
    position: absolute;
    right: 80px;
    top: 40px;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    -moz-transition: -moz-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}
.hamburger:hover .bar:nth-child(2) {
    width: 25px;
}
.hamburger-2 .bar:nth-child(1) {
    transform: translateY(4.5px) rotate(45deg);
}
.hamburger-2 .bar:nth-child(2) {
    transform: translateY(-4.5px) rotate(-45deg);
}
.hamburger-2 .bar {
    display: block;
    width: 45px;
    height: 2.5px;
    margin: 5.5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--white);
}
.hamburger:hover,
.hamburger-2:hover {
    cursor: pointer;
}
.hamburger-2:hover {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* Hover Animação */

.style-5 {
    position: relative;
}
.style-5:before,
.style-5:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.4px;
    background: currentColor;
    left: 0;
    pointer-events: none;
    margin-top: 0px;
}
.style-5:after {
    height: 3px;
}
.style-5:before {
    top: 100%;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.style-5:after {
    top: calc(100% + 6px);
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
}

.style-5:hover:after {
    transform-origin: 0 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.style-5::after{
    margin-top: -1px;
}

.link-item a {
    position: relative;
}

.no-ita {
    color: white; /* Initial color */
    transition: opacity 0.2s ease-in-out !important;
    opacity: 1;
    z-index: -1;
}

.link-item a:hover .no-ita {
    opacity: 0;
}

.link-item a:hover .ital-yes {
    opacity: 1;
    color: white;
}

.ital-yes {
    position: absolute;
    font-family: 'Bodoni Moda', serif;
    font-style: italic;
    top: -15px;
    left: 0;
    z-index: 5;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    background-color: var(--black);
    padding-right: 5px;
    font-weight: 400;
    -webkit-text-stroke: 0.5px white;
    letter-spacing: 0.5px;
}
.link-active .ital-yes {
    opacity: 1;
}
h1 {
    font-family: 'Bodoni Moda', serif;
    font-style: normal;
    font-weight: 100;
    font-size: 90px;
    line-height: 96px;
    padding-bottom: 40px;
    -webkit-text-stroke: 0.5px var(--black);
    text-transform: uppercase;
}

.welcome {
    margin: 220px 0;
}
.contacts {
    margin-bottom: 150px;
}
.menu-bottom {
    margin-bottom: 220px;
}

.welcome p {
    max-width: 785px;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}
.wel-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 50px;
}
.wel-text {
    width: 45%;
    height: 100%;
    padding-right: 50px;
}
.wel-text p {
    with:100%;
    max-width:700px;
}
.wel-img {
    width: 55%;
    height: 520px;
    background-image: url('../images/slides/home_11.jpg');
    background-size: cover;
    background-position: center;
}

.menu-bottom ul li a {
    color: var(--black);
}
.menu-bottom ul li:not(:first-child) {
    margin-top: 5px;
}
.link-wrap {
    position: relative;
}
.link-wrap span {
    color: var(--black);
    font-size: 90px;
    font-weight: 100;
    text-transform: uppercase;
    -webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
    transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
}

.ital-yes2 {
    position: absolute;
    top: -13px;
    left: 0;
    z-index: 2;
    opacity: 0;
    font-family: 'Bodoni Moda', serif;
    font-style: italic;
    transition: opacity 0.1s ease-in-out;
    -webkit-text-stroke: 0.5px var(--black);
    
}
.ital-yes2:hover {
    z-index: 2;
    background-color: var(--white);
    opacity: 2;
    padding-right: 20px;
    cursor: pointer;
}
.ital-yes2:hover .no-ita2 {
    color: white;
    cursor: pointer;
}
.wrapper-2 .carousel {
    height: 0;
}
.wrapper-2 .carousel.active {
    height: 100%;
}

.line-drop {
    height: 4px;
    background-color: var(--black);
    width: 0;
    transition: width .7s ease-in-out;
    position: relative;
    z-index: 3;
}
.line-drop.active {
    width: 100%;
}
.ital-yes2.active {
    position: absolute;
    top: -13px;
    left: 0;
    z-index: 3;
    opacity: 1;
    font-family: 'Bodoni Moda', serif;
    font-style: italic;
    background-color: var(--white);
    padding-right: 20px;
    -webkit-text-stroke: 0.5px var(--black);

}
#btnflow {
    display: inline-block;

}
.btn-wrap {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
}
.btn-wrap.active {
    display: block;
}

.btn-saber {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: lighter;
    text-transform: uppercase;
    z-index: 14;
    padding: 10px 30px;
    color: white;
    border-radius: 50px;
    background-color: black;
    transition: all o.3 ease-in-out;
    z-index: 6;
}
.btn-saber:hover {
    background-color: white;
    color: var(--black);
    cursor: pointer;
}
.footer-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 100%;
   
}
.footer-line {
    margin-bottom: 35px;
    width: 100%;
    height: 3.5px;
    background-color: var(--black);
}
.footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.redes-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.redes-row {
    display: flex;
    gap: 10px;
}
.footer-link  {
    font-size: 14px;
    width: fit-content;
}
.footer-links:nth-child(1) .footer-link {
    text-transform: uppercase;
}
.link-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 8px;
}
.link-name:hover {
    text-decoration: none;
}
.redes-row li a img {
    width: auto;
    height: 18px;
}
.bottom-footer {
    padding: 40px 0;
    color: var(--grey);
}
.redes-row li a img, .redes-row2 li a img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.redes-row li a img:hover {
    transform: scale(1.2);
}
.redes-row2 li a img:hover {
    transform: scale(1.2);
}
.logo-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 90px 0;
    gap: 50px;
}
.contact-title {
    margin: 90px 0;
}
.logo-top img {
    width: 240px;
}
.mistu-logo img {
    width: 320px;
    height: auto;
    padding-top: 50px;
}
.baroco-logo img {
    width: 330px;
    height: auto;
    padding-top: 10px;
}
.flow-carousel {
    margin-bottom: 200px;
}
h2 {
    font-family: 'Bodoni Moda', serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 48px;
    line-height: 55px;
    -webkit-text-stroke: 0.5px var(--black);
    margin-bottom: 70px;
}
.acess-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.acess-wrap a {
    font-size: 22px;
    text-decoration: underline;
    transition: all 0.2 ease;
    font-weight: normal;
}
.acess-wrap a:hover {
    text-decoration: none;
}
.dias{
    font-size: 15px;
}
.horario {
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    font-size: 18px;
}
.logo-top p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}
.slide-text .redes-row {
    padding: 20px 0;
}
.top-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    max-width: 700px;
    margin-top: -40px;
}
.top-text-wrap p {
    font-size: 15px;
    line-height: 25px;
}

.nowrap {
    white-space: nowrap;
}
.grid-container {
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 220px;
}

.grid-left {
    width: 40%;
}
.grid-left img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.grid-right {
    width: 60%;
    padding-left: 200px;
}
.grid-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    
}
.grid-text p {
    font-size: 15px;
    line-height: 25px;
    max-width: 590px;
}

.politica-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
    margin-bottom: 150px;
}
.politica-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 850px;
}
  
.contact-title h1 {
    text-align: center;
}
.contacts {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 90px;
    padding-top: 20px;
}
.cont-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    padding: 0px 0px 80px 0;
}
.cont-name {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 25%;
    height: 100%;
}
.cont-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 25%;
    gap:5px;
}
.cont-col:nth-child(4) {
    width: fit-content;
    align-items: flex-start;
    text-align: left;
}
.cont-name h1 {
    font-style: italic;
    font-weight: 100;
    font-size: 80px;
    line-height: 90px;
    -webkit-text-stroke: 0.5px var(--black);
    padding-bottom: 0px;
}
.cont-col .acess-wrap{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    
}
.cont-col .acess-wrap a {
    font-size: 15px;
    line-height: 24px;
    text-align: left;

}
.redes-row2 {
    display: flex;
    gap: 14px;
    margin-top: 20px;
   
}
.redes-row2 li a img {
    width: 28px;
    height: auto;
}
.cont-col p {
    line-height: 26px;
}
.okra-row .cont-col {
    align-items: flex-start;
    gap: 15px;
}
.banner-pad {
    padding-left: 90px;
}
.text-pad {
    margin-left: 90px;
}
.footer-links * a {
    font-size: 13px;
    line-height: 19px;
}
h3 {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--black);
}
.politica-wrap {
    font-size: 15.2px;
    line-height: 24px;
}
.control-flex img {
        width: 110px;
}
@media(min-width:2000px) {
    .wel-text {
        width: 50%;
    }
    .wel-img {
        width: 50%;
        height: 680px;
    }
    h2 {
        font-size: 54px;
        line-height: 59px;
    }
    .control-flex img {
        width: 140px;
    }
    .banner-pad {
        padding-left: 115px;
    }
    .text-pad {
    margin-left: 115px;
    }
    .logos-menu li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .logos-menu li a img {
        height: auto;
        width: 55px;
    }
    .logos-menu li:nth-of-type(2) a img {
        height: 18px;
        width: auto;
    }
    .logos-menu li:nth-of-type(4) a img {
        height: 25px;
        width: auto;
    }
    .main-pad {
        padding: 0 260px;
    }
    .grid-right {
    padding-left: 240px;
    }
}
@media(max-width:1600px) {
    .main-pad {
        padding: 0 180px;
    }
    h2 {
        font-size: 38px;
        line-height: 45px;
    }
    .grid-right h1{
        font-size: 90px;
        line-height: 95px;
    }
    .cont-name h1 {
        font-size: 64px;
        line-height: 74px;
    }
    .grid-left {
        width: 48%;
    }
    .grid-right {
        width: 52%;
        padding-left: 75px;
    }
    .grid-text {
        font-size: 15px;
        line-height: 24px;
    }
    .banner-pad {
        padding-left: 0px;
    }
    .text-pad {
    margin-left: 0px;
    }
    h1 {
        font-size: 82px;
        line-height: 87px;
        padding-bottom: 40px;
    }

}
@media(max-width:1200px) {
    .main-pad {
        padding: 0 8vw;
    }
    .logos-menu {
        gap: 65px;
    }

    .nav-menu {
        gap: 20px;
        padding: 10px 80px 80px;
    }
    .nav-menu a {
        font-size: 70px;
    }
    .ital-yes {
        top: -10px;
        left: 0;
    }
    .wel-text {
        width: 60%;
        height: 100%;
        padding-right: 30px;
    }
    .wel-img {
        width: 40%;
        height: 500px;
    }
    h1 {
        font-size: 72px;
        line-height: 76px;
        padding-bottom: 30px;
    }

    .link-wrap span {
        font-size: 84px;
    }
    .welcome {
        margin: 150px 0;
    }
    .grid-container {
        margin-bottom: 150px;
    }
    .flow-carousel {
        margin-bottom: 150px;
    }
    .menu-bottom {
        margin-bottom: 150px;
    }
    h2 {
        font-size: 34px;
        line-height: 39px;
    }
    .grid-right h1{
        font-size: 74px;
        line-height: 80px;
        padding-bottom: 45px;
    }
    .cont-name h1 {
        font-size: 58px;
        line-height: 64px;
    }
    
    .grid-left {
        width: 45%;
    }
    .grid-right {
        width: 55%;
        padding-left: 40px;
    }
    .grid-text {
        font-size: 15px;
        line-height: 24px;
    }
    .top-text-wrap {
        margin-top: -20px;
    }
    .contacts {
        gap: 60px;
        padding-top: 0px;
    }
    .banner-pad {
        padding-left: 0px;
    }
    .control-flex img {
        width: 100px;
    }
    .grid-container {
        flex-direction: column;
        gap: 100px;
    }
    .grid-left {
        width: 100%;
    }
    .grid-right {
        width: 100%;
        padding-left: 0;
    }


}
@media(max-width:900px) {
    .logos-menu {
        display: none;
    }
    .nav-menu a {
        font-size: 60px;
    }
    .nav-menu {
        width: 100vw;
        height: 100vh;
        gap: 4vh;
    }
    .hamburger-2 {
        right: 50px;
        top: 35px;
    }
    .wel-wrap {
        flex-direction: column;
        gap: 60px;
    }
    .wel-text {
        width: 100%;
    }
    .wel-img {
        width: 100%;
        height: 450px;
    }
    .welcome {
        margin: 120px 0;
    }
    .politica-container {
        margin-bottom: 120px;
    }
    .contacts {
        margin-bottom: 120px;
    }
    .grid-container {
        margin-bottom: 120px;
    }
    .flow-carousel {
        margin-bottom: 120px;
    }
    .menu-bottom {
        margin-bottom: 120px;
    }
    .link-wrap span {
        font-size: 70px;
    }
    .item-gap {
        margin-top: 40px;
    }
    .footer-top {
     flex-direction: column;
    }   
    .footer-links:nth-of-type(1) {
        margin-bottom: 30px;
    }
    .politica {
        margin-top: 30px;     
    }
    .redes-col:nth-child(2) {
        margin-bottom: 10px;
    }
    .footer-top {
        flex-wrap: wrap;
    }  

    h2 {
        font-size:  50px;
        line-height: 55px;
    }
    .logo-top {
        margin: 40px 0;
        gap: 40px;
    }
    .contact-title {
        margin: 40px 0;
    }
    .logo-top img {
        width: 200px;
    }
    .mistu-logo img {
        width: 250px;
        padding-top: 20px;
    }
    .baroco-logo img {
        width: 260px;
        padding-top: 5px;
    }
    /* .acess-wrap {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .slide-text {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .horario, .dias {
        text-align: center;
    }
    .slide-text .redes-row {
        text-align: center;
        align-items: center;
        justify-content: center;
    } */
    .grid-container {
        flex-direction: column;
        gap: 70px;
    }
    .grid-left {
        width: 100%;
    }
    .grid-right {
        width: 100%;
        padding-left: 0;
    }
    .grid-text {
        max-width: 620px;
        width: 100%;
        font-size: 20px;
        line-height: 25px;
    }
    .top-text-wrap {
        margin-top: 0px;
    }
    .contact-title h1 {
        font-size: 64px;
        line-height: 69px;
    }
    .cont-name h1 {
        font-size: 62px;
        line-height: 68px;
    }
    .cont-row {
        flex-direction: column;
        gap: 30px;
        width: fit-content;
    }
    .cont-name {
        width: fit-content;
    }
    .cont-col {
        width: fit-content;
    }
    .contacts {
        flex-direction: row;
        gap: 30px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .control-flex img {
        width: 96px;
    }
     h1 {
        font-size: 64px;
        line-height: 68px;
        padding-bottom: 30px;
        -webkit-text-stroke: 0.5px var(--black);
    }

}
@media(max-width:480px) {

    .main-pad {
        padding: 0 25px;
    }
    .nav-menu {
        justify-content: center;
        gap: 2vh;
        padding: 0 40px;
    }
    .nav-menu a {
        font-size: 35px;
    }
    .hamburger-2 {
        right: 25px;
        top: 35px;
    }
    .wel-wrap {
        gap: 40px;
    }
    .welcome p {
        font-size: 15px;
        line-height: 25px;
    }
    .welcome {
        margin: 90px 0;
    }
    .politica-container {
        margin-bottom: 90px;
    }
    .contacts {
        margin-bottom: 90px;
    }
    .grid-container {
        margin-bottom: 90px;
    }
    .flow-carousel {
        margin-bottom: 90px;
    }
    .menu-bottom {
        margin-bottom: 90px;
    }
    h1 {
        font-size: 56px;
        line-height: 62px;
        padding-bottom: 20px;
        -webkit-text-stroke: 0.5px var(--black);
    }

    .wel-img {
        height: 48vh;
    }
    .link-wrap span {
        font-size: 55px;
    }
    .booknow {
        font-size: 15px;
    }
    .navbar {
        width: 100%;
        padding: 40px 0;
        border-bottom: 3px solid var(--black);
    }
    .r-menu-wrap img {
        height: 18px;
        width: auto;
    }
    .bar {
        display: block;
        width: 35px;
        height: 3px;
        margin: 5.5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: var(--black);
    }
    .hamburger {
        margin-left: 5px;
    }
    .item-gap {
        margin-top: 25px;

    }
    .btn-saber {
        position: absolute;
        bottom: 25px;
        right: 25px;
        font-size: 18px;
        letter-spacing: 0.2px;
        font-weight: lighter;
        text-transform: uppercase;
        z-index: 14;
        padding: 8px 25px;
        color: white;
        border-radius: 50px;
        background-color: black;
        transition: all o.3 ease-in-out;
        z-index: 6;
    }
    .ital-yes {
        -webkit-text-stroke: 0.5px white;
    }
    .ital-yes2.active {
        -webkit-text-stroke: 0.5px var(--black);
    }
    h2 {
        font-size:  38px;
        line-height: 43px;
        -webkit-text-stroke: 0.5px var(--black);
    }
    .logo-top {
        margin: 60px 0;
        gap: 40px;
    }
    .contact-title {
        margin: 60px 0;
    }
    .logo-top img {
        width: 185px;
    }
    .mistu-logo img {
        width: 210px;
        padding-top: 10px;
    }
    .baroco-logo img {
        width: 220px;
        padding-top: 5px;
    }
    .menu-bottom ul{
        padding: 18px 0 5px 0
    }
    .grid-text {
        font-size: 15px;
        line-height: 21px;
    }
    .grid-right h1{
        font-size: 60px;
        line-height: 69px;
        padding-bottom: 45px;
    }
    .cont-name h1 {
        font-size: 44px;
        line-height: 46px;
    }

    .grid-container {
        gap: 50px;
    }
    .logo-top p {
        font-size: 15px;
    line-height: 25px;
    }
    .contact-title h1 {
        font-size: 50px;
        line-height: 54px;
    }
    .contacts {
        gap: 10px;
    }


}

@media (max-height: 700px) {
    .nav-menu a {
        font-size: 15px; /* Reduce font size for smaller screens */
    }
}