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

*{
    margin: 0;
    padding: 0;
    user-select: none;
   
}
::-webkit-scrollbar {
    width: 1px;}
  

body{
    width: 100%;
}
.sectionOne{
    width: 100%;
    height: 90vh;
}
.heroImage{
    width: 100%;
    height: 100%;
    background-color: gray;
}
.boxImg{
    position: relative;
    width: 100%;
    height: 85%;
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    background-image: url(../../assets/img/SfondoOne.webp);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}
.heroTextUp{
    background-color: rgba(128, 128, 128, 0.764);
    position: absolute;
    font-family: fontEdil;
    text-transform: uppercase;
    bottom: 10%;
    font-size: 0.9vw;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    p{
      filter: drop-shadow(2px 2px 6px black)  
    }
}
.heroText{
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 15%;
    font-family: fontEdil;
    font-size: 2vw;
    filter: drop-shadow(2px 2px 6px black);
}
.titlePartner{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: fontEdil;
    margin-top: 5%;

}
.secPartner{
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/* .policy{
    margin-top: 25px;
    margin-bottom: 25px;
 width: 100%!important;
display: flex!important;
justify-content: center!important;
align-items: center!important;
} */
@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);}
}

@keyframes buttonlgt {
    0% {
        border-color: #fca817;
    }

    50% {
        border-color: #fbff00;
        box-shadow: 0px 0px 15px #fbff00;
    }

    100% {
        border-color: #fca817;
    }
}
@media (min-width:320px) and (max-width:820px) and (orientation: portrait){
body{
    overflow-y: scroll;
}
.sectionOne{
    width: 100%;
    height: 90vh;
}
.heroImage{
    width: 100%;
    height: 100%;
    background-color: gray;
}
.boxImg{
    position: relative;
    width: 100%;
    height: 85%;
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    background-image: url(../../assets/img/SfondoOne.jpg);
    background-size:160%;
    background-position: center;
    background-repeat: no-repeat;
}
.heroTextUp{
    background-color: rgba(128, 128, 128, 0.764);
    position: absolute;
    font-family: fontEdil;
    text-transform: uppercase;
    bottom: 10%;
    font-size:1.3vh;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    max-width: 90%;
    p{
      filter: drop-shadow(2px 2px 6px black);
      text-align: center;
    }
}
.heroText{
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 15%;
    font-family: fontEdil;
    font-size: 1.4vh;
    filter: drop-shadow(2px 2px 6px black);
    text-align: center;
    max-width: 90%;
    margin: auto;
}
.titlePartner{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: fontEdil;
    margin-top: 5%;

}
.secPartner{
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.imgSize{
    width: 50px;
}}