@font-face {
    font-family: fontEdil;
    src: url(/Conthrax-SemiBold.otf);
}

*{
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    width: 1px;}
  
.hamburgerMenu{
    display: none;
}
.cntMenu{
    display: none;
}
body{
    width: 100%;
    height: auto;
}

.navBar{
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 10vh;
    background-color: gray;
    position: sticky;
    top: 0;
    border-bottom: solid 2px #1f676b;
}
.logoBox{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 100%;
    width: 33.3%;
    .logoImg{
        height: 100%;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.672));
    }
    h1{font-family: fontEdil;
        color: white;
        font-size: 0.8vw;
         filter: drop-shadow(2px 2px 4px rgb(0, 0, 0));
    }
}
.menuNav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    height: 100%;
    gap: 20px;
    a{
        font-family: fontEdil;
        text-decoration: none;
        color: #ffffff;
        filter: drop-shadow(2px 2px 2px #1f676b);
        font-size: 0.9vw;
    }
    a:hover{
        color: #1f676b;
    }
}
.btnBox{
    width: 33.3%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    a{text-decoration: none;}
}
.callBtn{
    background-color: #1f676b;
    width: 98%;
    height: 30%;
    padding: 8px 0px;
    border-radius: 15px;
    color: white;
    font-family: fontEdil;
    border-color: #ffffff;
    border-width: 4px;
    filter: drop-shadow(1px 1px 2px black);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 0.8vw;
}
.callBtn:hover{
    background-color: #ffffff;
    color: #1f676b;
    border-color: #1f676b;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
#thanksBox{
    display: none;
    padding: 50px 10px;
    border: 3px solid #1f676b;
    border-radius: 15px;
    font-family: fontEdil;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 11;
    position: absolute;
    width:20%;
    gap: 15px;
    background-color: #ffffff;
    height: auto;
    img{
        width: 60%;
    }
}
.sectionForm{
    background-image: url(/img/SfondoContatti.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.titleForm{
    border: 4px solid #1f676b;
    padding: 15px;
    border-radius: 10px;
    font-family: fontEdil;
    font-size: 0.6vw;
    background-color: gray;
    color: #ffffff;
    filter: drop-shadow(2px 2px 2px black);

}
.formContainer{
    width: 50%;
    height: 60%;
    border: 6px solid #1f676b;
    filter: drop-shadow(3px 3px 5px black);
    background-color: gray;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    
}
.sendBtn{
    font-family: fontEdil;
    background-color: #1f676b;
    width: 150px;
    height: 50px;
    border: 2px solid white;
    filter: drop-shadow(2px 2px 3px black);
    border-radius: 10px;
    color: white;
}
.sendBtn:active{
    transform: translateY(2px);
    filter: drop-shadow(0px 0px 0px black);
}
.sendBtn:hover{
    background-color: white;
    border-color: #1f676b;
    color: #1f676b;
    transition: all ease-in-out 200ms;
}
.sizelab{
    font-size: 1vw;
    color: white;
}
.item{
    width: 80%;
    height: 100%;
    border: 4px solid #1f676b;
    border-radius: 15px;
    font-size: 0.8vw;
    font-family: fontEdil;
    outline: none;
    padding: 5px;
}

.messageArea{
    margin-top: 15px;
}
.textArea{
    height: calc(100% + 20px);
}
.formItem{
    width: 80%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footerContainer{
    width: 100%;
    height: 25vh;
    background-color: #1f676b;
    display: flex;
    border-top: 8px solid gray;
    border-bottom: 8px solid gray;

}
.sizeFoot{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;   
    height: 100%;
    font-family: fontEdil;
    color: white;
    text-align: center;
    p{
        width: 90%;
        word-spacing: 2px;
        text-align: center;
        letter-spacing: 2px;
        font-size: 0.9vw;
        text-transform: uppercase;
        user-select: text;
    }
    a{
        cursor: pointer;
        text-decoration: underline;
        color: white; 
        width: 90%;
    }
}
.footSecTwo{
    border-right: solid 3px gray;
    border-left: solid 3px gray;
}
.footSecOne{
    flex-direction: column;
    justify-content: space-around;
}

@keyframes animBtn {
  0%   {filter: drop-shadow(1px 1px 2px black);}
  25%  {filter: drop-shadow(1px 1px 2px black);}
  50%  {filter: drop-shadow(1px 1px 2px black);}
  75%  {filter: drop-shadow(1px 1px 2px black);}
  100% {filter: drop-shadow(1px 1px 2px black);}
}