@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
 @keyframes growDown {
    0% {
        transform: scaleY(0) ;
    }
    100% {
        transform: scaleY(1) ;
    }
}

@keyframes growDownR {
    0% {
        transform: scaleY(1) ;
    }
    100% {
        transform: scaleY(0) ;
    }
}


.grecaptcha-badge {
   visibility: hidden !important;
}

p:empty {
    display: none;
}

a{
    text-decoration: unset;
}

html,body{
    width:100%;
    height:100%;
    overflow-x:clip;
}

.headerSpacer {
    padding-bottom: 11vh;
    background-color: #3cbeb1;
}

.header.stuck .headerSpacer {
    padding-bottom: 8vh;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 11vh;
    z-index: 100;
}

  .navHeaderLinksPhone{
        display:none;
    }


.headerContact {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 3vh;
    background-color: white;
}

.headerContactLeft {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.navHeaderLogo {
    width: auto;
    height: 73%;
    margin: auto 0;
}

.headerContactRightBox {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #3cbeb1;
    border-radius: 2px;
}



.headerContactRight {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.navHeaderLogo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navHeaderLog o a{
    display:block;
    width:100%;
    height:100%;
}


.navHeaderLinks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.navHeader {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 8vh;
    background-color: #3cbeb1;
}

.navHeaderLinks a {
    transition: all 0.2s ease-in-out;
    color: white;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1.1em;
    margin: 0 30px;
    cursor: pointer;
    text-decoration: unset;
}

.navHeaderContactLink a:hover{
    color:#3cbeb1;
    background-color:white;
    border-color:white;
}


.headerContactLeft a {
    font-family: 'Inter';
    text-decoration: unset;
    color: #3cbeb1;
    font-weight: 400;
    font-size: 0.8em;
}

.headerContactLeft p {
    font-family: 'Inter';
    color: #3cbeb1;
    font-weight: 400;
    font-size: 0.8em;
    margin: 0 5px;
}

.headerContact, .navHeader {
    padding: 0 9%;
}


.navHeaderContactLink a {
    border: 1px solid white;
    padding: 4px 12px;
    border-radius: 9px;
    margin-right: unset;
}

.header, .header * {
    transition: all 0.35s ease-in-out;
}

.header.stuck .navHeader {
    height: 6vh;
    filter: drop-shadow(0px 10px 11px rgba(0,0,0,0.3));
}

.header.stuck .headerContact{
    height: 2vh;
}

.header.stuck .headerContact a, .header.stuck .headerContact p {
    font-size: 0.7em;
}

.header.stuck .navHeaderLogo {
    height: 68%;
}

.header.stuck .navHeaderLinks a {
    font-size: 1em;
}

.header.stuck .headerContactRightBox {
    width: 9px;
    height: 9px;
}


.navHeaderLinks>a{
    position:relative;
}

.navHeaderLinks>a::after{
    content:'';
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%) translateY(2px)  scaleX(0);
    transform-origin:center;
    transition:all 0.2s ease-in-out;
    width:100%;
    background:white;
    height:3px;
    border-radius:10px;
}

.navHeaderLinks>a:hover::after{
    transform:translateX(-50%) translateY(2px) scaleX(1);
}



@media only screen and (max-width:1600px){
.navHeaderLinks a {
    margin: 0 10px;
    font-size: 0.9em;
}

.headerContactRightBox {
    margin: 0 6px;
    background-color: #3cbeb1;
}

.navHeaderLogo {
    width: 300px;
    height: auto;
    margin: auto 0;
}

}

@media only screen and (max-width:1100px){

    .navHeaderLinks a {
    margin: 0 10px;
    font-size: 0.8em;
}

    .header.stuck .navHeaderLinks a {
    margin: 0 7px;
    font-size: 0.8em;
}
}

@media only screen and (max-width:1000px){

    .header.stuck .navHeaderLogo {
    width: 300px;
    height: auto;
}

.headerContactRight {
    transform: translateX(7px);
}


.header.stuck .headerContact {
    height: 3vh;
}
.header.stuck .navHeader {
    height: 8vh;
    filter: drop-shadow(0px 10px 11px rgba(0,0,0,0.3));
}

.growDown {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

.growDownR {
    animation: growDownR 300ms ease-in-out forwards;
    transform-origin: top center;
}

.navHeaderLinks{
    display:none;
  }



    .displayNone {
        display: none!important;
    }

.navHeaderLinksPhone{
    display:flex;
 

  }
.menu svg {
        width: 50px;
        height: 50px;
    }



    button.menu {
    background-color: transparent;
    border: none;
}

.line {
    fill: none;
    stroke: white;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }
    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }
    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

.mobileMenu {
    position: absolute;
    z-index: 10;
    background-color: #3cbeb1;
    transition: all 0.4s ease-in-out;
    display: flex;
    top: 99%;
    left: 0%;
    flex-direction: column;
    padding: 20px 20px;
    width: 100%;
    height: 300px;
    border-radius: 12px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    box-sizing: border-box;
    padding-bottom: 35px;
    justify-content: space-between;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 226.41 253.61'%3E%3Cg style='opacity:.19'%3E%3Cpath d='M137 227.73c0-1.73-1.44-5.19-2.55-6a6.88 6.88 0 0 0-6.23-.09L61.7 262.59l-.16-31.85c0-4.27 4.08-12.23 8.1-14.75l76.23-47.73c5.67-3.55 12.1-4.34 18.35-1.28 4.58 2.24 10.34 8 10.34 15l.08 98.76-112.93 66-.32-41.86 75.15-42.3Zm-76.7 3.82-.28 31-105.47-57.33a12.56 12.56 0 0 1-6.19-10.74v-26.36a8.24 8.24 0 0 1 1.36-4.12 15.06 15.06 0 0 1 5-4.86L3.65 129l.33-.21L60.3 93.14l-.07 23.18v13.32c0 2.19 0 4.39-.06 6.61l-71 47.37 62 32.16c5.74 3 9.1 8.81 9.18 15.77m-.14 73.34-.13 41.86-111.27-66.19-.56-38.56a9.85 9.85 0 0 1 3.44-6.87c10.74-7.3 32.29 26.31 38.14 29.58Zm100.04-155.26c-10.27 7.62-18.41 12.69-28.43 18.79-4.45 2.71-11.22 1.31-15.31-1.07l-55.08-31.11v-43.1L68 96.86h.08l12.42 7Z' transform='translate(51.77 -93.14)' style='fill:%23f9f9f9'/%3E%3Cpath d='m-11 183.62 62 32.16c5.74 3 9.1 8.81 9.18 15.77l-.28 31-105.43-57.33a12.56 12.56 0 0 1-6.19-10.74l-.05-26.36a8.24 8.24 0 0 1 1.41-4.12' transform='translate(51.77 -93.14)' style='fill:%23f9f9f9'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 230px;
    background-position: 0% 0%;
}

    .mobileMenu ul {
        padding: 0;
        margin: 0;
        transform: scale(0.85);
        flex-direction: column;
        display: flex;
        gap: 0.3em;
    }




.navHeaderPhone {
    display: flex;
    height: 8vh;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    position: relative;
}

.headerContact, .navHeader {
    padding: 0 5%;
}

.mobileMenu a {
    font-family: 'Inter';
    color: white;
    text-align: right;
    font-size: 1.4em;
    font-weight: 400;
}



.phoneHeaderLegalPages {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(-100%);
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: calc(100% - 5px);
}

.phoneHeaderLegalPages a {
    font-size: 11px;
    font-weight: 400;
}

a.menuContact {
    font-weight: 800;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navHeaderLogo a {
    display: block;
    width: 100%;
    height: 100%;
}

.headerContactRightBox {
    margin: 0 3px;
    height: 8px;
    width: 8px;
}

.header.stuck .headerContactRightBox {
    width: 8px;
    height: 8px;
}

.navHeader {
    min-height: 60px;
}

}


@media only screen and (max-width:600px){
    .mobileMenu{
    background-position: -40% 0%;
    }

    .header.stuck .navHeaderLogo {
    width: 200px;
    height: auto;
}

    .navHeaderLogo {
    width: 200px;
}
.headerContactLeft a {
    font-size: 0.7em;
}

}
