*{
    margin: 0;
    padding: 0;
    font-family: "Cabin", sans-serif;
}
a{
    text-decoration: none;
}
.nav{
    background-color: #000000;
    /* color: white; */
}
nav a{
    color: white !important;
}
nav li:hover,.EN:hover{
    background: #282828;
    border-radius: 20px;
}
nav .dropdown-menu li a{
    color: #7e7a7a !important;
}
nav .dropdown-menu:hover{
    color: black !important;
}
.sign-up:hover{
    background: none;
}
.section1 h1{
    font-size: 4rem;
 }
 .input{
    background-color: white;
    padding: 10px 5px;
    border-radius: 10px;
    width: 60%;
 }
 .input input{
    border: none;
    outline: none;
 }
 .left h1, .left p{
    color:  white !important;
 }
 .section2 .left .img{
    width: 80%;
 }
 .section2 h1{
    font-size: 3.5rem;
    width: 68%;
 } 
 .section2 .p{
    width: 61%;
 }
 .section2 .a{
    color: black;
    position: relative;
 }
.section2 .a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
     width: 0%;
    height: 2px;
    background-color: lightgray;
    transition: width 0.3s ease-in;
    transform-origin: right;
}
.section2 .a:hover::after{
    background-color: black;
    width: 100%;
}
.section2 button a{
    color: white;
}
.section3{
    background-color: #F6F6F6;
}
.section3 .scan{
    width: 25%;
}
.section3 .left{
    background-color: rgb(255, 255, 255);
}
.section3 p, .section3 a, .section3 h3{
    color: #000000 !important;
}
footer{
    background-color: black;
    color: white;
}
footer ul{
    list-style-type: none;
    padding-left: 0;
}
footer a{
    color: white;
}
footer a:hover{
    color: rgb(110, 103, 103);
}
footer ul li{
    line-height: 40px;
    font-size: 14px;
}
footer .download .logo{
    width: 10%;
} 
footer .last{
    font-size: 14px;
    color: rgb(110, 103, 103);
    /* font-weight: lighter ; */
}
 @media (max-width: 767px) {
.input{
        width: 100%;
    }
 .section2 h1{
    font-size: 2rem;
    width: 100%;
 }
 .section2 .p{
    width: 100%;
 }
 .section2 form{
    flex-direction: column;
 }
 .section2 .left .img{
    width: 100%;
 }
 }
 @media (max-width: 991px) {

 }