@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    font-family: "Inter", sans-serif;
}
.logo-img{
    width: 160px;
}
.list-header{
    gap: 30px;
}
.list-header li a{
    font-weight: 500;
    font-size: 14px;
    color: #242426;
}
.list-header li a:hover{
    text-decoration: none;
}
.moon-icon{
    font-size: 14px;
}
.language-btn{
        --tw-text-opacity: 1;
    border: 1px solid rgb(5 0 255/var(--tw-text-opacity));
    color: rgb(5 0 255/var(--tw-text-opacity)) !important;
    padding: 8px 18px;
    gap: 8px;
    border-radius: 50px;
}
.language-btn:hover{
    background: rgb(5 0 255/var(--tw-text-opacity));
    border: 1px solid rgb(5 0 255/var(--tw-text-opacity));
    color: #fff !important;
}
.download-btn{
     background: rgb(5 0 255/var(--tw-text-opacity));
    border: 1px solid rgb(5 0 255/var(--tw-text-opacity));
    color: #fff !important;
     padding: 8px 18px;
    gap: 8px;
    border-radius: 50px;
     --tw-text-opacity: 1;
}
.download-btn:hover{
    background: transparent;
      --tw-text-opacity: 1;
    border: 1px solid rgb(5 0 255/var(--tw-text-opacity));
    color: rgb(5 0 255/var(--tw-text-opacity)) !important;
}
.txt-hero {
    font-weight: 600;
    font-size: 45px;
    color: #1b1b1c;
}
.btn-cont{
     --tw-text-opacity: 1;
    border: 1px solid rgb(5 0 255/var(--tw-text-opacity));
    color: rgb(5 0 255/var(--tw-text-opacity)) !important;
    padding: 12px 30px;
    border-radius: 50px;
}
.btn-cont:hover{
  background: rgb(5 0 255/var(--tw-text-opacity));
    border: 1px solid rgb(5 0 255/var(--tw-text-opacity));
    color: #fff !important;   
}
.txt-trust{
    text-align: center;
    font-weight: 600;
    color: #1b1b1c;
}
.txt-trust span{
    color: #0500ff;
}
.border-img{
    border-radius: 30px;
    overflow: hidden;
}
.mobile-header{
    display: none;
}

@media screen and (max-width:767px) {
    .txt-hero {
        font-size: 18px;
    }
}
@media screen and (max-width:991px) {
    .header-nav{
        display: none;
    }
    .mobile-header{
        display: block;
    }
    .flex-column-trust {
        justify-content: center !important;
        gap: 30px;
    }
    .menu-icon{
     color: #0500ff;
     font-size: 35px;
    }
}