@font-face {
    font-family: 'Avenir Next Cyr Medium';
    font-style: normal;
    font-weight: 750;
    src: local('Avenir Next Cyr Medium'), url('../fonts/AvenirNextCyr-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Avenir Next Cyr Medium';
    font-style: normal;
    font-weight: 450;
    src: local('Avenir Next Cyr Medium'), url('../fonts/AvenirNextCyr-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    font-weight: 700;
    src: local('Avenir Next Cyr'), url('../fonts/AvenirNextCyr-Demi.woff') format('woff');
}
@font-face {
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    font-weight: 400;
    src: local('Avenir Next Cyr'), url('../fonts/AvenirNextCyr-Regular.woff') format('woff');
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Avenir Next Cyr', sans-serif;
    letter-spacing: -0.408px;
    color: #3D3D3D;
    font-weight: 700;
    background: #F8F7FF;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none!important;
}
.font-450{
    font-weight: 450!important;
}
.font-700{
    font-weight: 700!important;
}
.theme-color{
    color: #3D2170!important;
}
.success-msg{
    color: #03DDA8!important;
}
[disabled]{
    background: #B7B7B8!important;
    border-color: #B7B7B8!important;
    box-shadow: 2px 2px 18px rgba(170, 130, 226, 0.14)!important;
    color: #fff!important;
    pointer-events: none;
}
.outline-btn{
    border: 3px solid #3D2170;
    color: #3D2170;
    filter: drop-shadow(2px 2px 18px rgba(0, 0, 0, 0.14));
    border-radius: 14px;
    min-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none!important;
}
.outline-btn:hover{
    background: #3D2170;
    color: #fff;
}
.outline-btn:focus{
    box-shadow: 4px 2px 19px rgba(170, 130, 226, 0.16);
    background: #3D2170;
    color: #fff;
}
.theme-btn{
    background: #3D2170;
    color: #fff;
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.14);
    border-radius: 14px;
    min-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none!important;
}
.theme-btn:hover,.theme-btn:focus{
    background: transparent;
    border: 3px solid #3D2170;
    color: #3D2170;
}
.filled-btn{
    background: #9381FF;
    border: solid 1px #9381FF;
    color: #fff;
    border-radius: 16px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-weight: 750;
    outline: none!important;
}
.filled-btn:hover{
    background-color: transparent;
    filter: drop-shadow(2px 2px 18px rgba(170, 130, 226, 0.14));    
    color: #3D2170; 
}
.filled-btn:focus,.banner-btn:focus{
    background: #3D2170;
    border-color: #3D2170;
    color: #fff;
    box-shadow: 4px 2px 19px rgba(170, 130, 226, 0.16); 
}
.login-btn{
    background: #3D2170;
    border: 1px solid #3D2170;
    color: #fff;
    font-weight: 750;
    font-size: 20px;
    min-width: 245px;
    max-width: 100%;
    min-height: 62px;
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.14);
    border-radius: 23px;
}
.login-btn:hover{
    background: transparent;
    border: 1px solid #3D2170;
    color: #3D2170;
}
.login-btn:focus{
    background: #9381FF;
    border: 1px solid #9381FF;
    color: #fff;
}
.banner-btn{
    background: #fff;
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.14);
    border: none;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-weight: 750;
    outline: none!important;
}
.banner-btn span{
    background: linear-gradient(180deg, #9381FF 0%, #FB9B9B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.banner-btn:hover{
    background: linear-gradient(94.03deg, #9381FF 7.59%, #F08080 95.9%);
}
.banner-btn:hover span{
    color: #fff!important;
    text-fill-color: #fff;
    -webkit-text-fill-color: #fff!important;
}
.banner-btn:focus span{
    text-fill-color: #fff;
    -webkit-text-fill-color: #fff!important;
}
.link-btn{
    color: #3D2170;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-weight: 750;
}
.link-btn:hover,.link-btn:focus{
    color: #9381FF;
}
.nav-item .nav-link{
    padding: 0!important;
    font-family: 'Avenir Next Cyr', sans-serif;
    position: relative;
    display: flex;
    justify-content: center;
}
a.nav-link-item:before {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    transition: 0.2s;
    }
    a.nav-link.active:before,a.nav-link:hover:before,a.nav-link:focus:before{
        width: 60%;
    }
.mobile-menu-open{
    background: #9381FF;
    border-radius: 50px;
    height: 37px;
    width: 37px;
    box-shadow: 0px 3px 12px rgba(193, 201, 222, 0.25);
}
.mobile-menu-open:hover i,.sidenav .closebtn i{
    color: #349e28;
}
section{
    padding-top: 50px;
    overflow-x:  hidden;
    position: relative;
}
.side-img{
    max-width: 540px;
}
.head-title,.banner-title{
    font-weight: 750;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    color: #3D2170;
    letter-spacing: -0.408px;
}
.sub-title{
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-weight: 750;
    color: #3D2170;
}
.theme-title{
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-weight: 750;
    color: #9381FF;
    display: flex!important;
    align-items: center;
    margin-bottom: 0!important;
}
.banner-box {
    background: linear-gradient(106.76deg, #F08080 2.03%, #9381FF 100.59%);
}
.banner-sec{
    overflow: hidden;
}
.tech-ico {
    width: 111px;
    height: 111px;
    background: #9381FF;
    border-radius: 22px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tech-desc h5 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.408px;
    color: #3D2170;
}
.contact-box{
    background: #9381FF;
    border-radius: 30px;
}
.contact-info li+li{
    margin-top: 40px;
}
.contact-info li img{
    width: 37px;
    object-fit: contain;
    margin-right: 20px;
}
.contact-info li a{
    color: #fff;
    font-weight: 450;
    letter-spacing: -0.408px;
}
.contact-form label{
    letter-spacing: -0.408px;
    color: #3D2170;
    font-weight: 450;
    text-transform: capitalize;
    margin-bottom: 6px;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
}
.custom-field{
    min-height: 45px;
    border-width: 0 0 1px!important;
    border: solid #C4C4CA;
    background: transparent;
    outline: none!important;
    resize: none;
    color: #333333;
    font-weight: 450;
}
.custom-field::placeholder{
    color: #A3A3A3;
}
.custom-field:hover,.custom-field:focus{
    border-color: #9381FF;;
}
footer{
    background: #3D2170;
    padding: 60px 0;
}
footer a{
    color:#fff;
    letter-spacing: -0.408px;
}
footer a:hover,footer a:focus{
    background: linear-gradient(180deg, #9381FF 0%, #FB9B9B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.widget-title{
    font-size: 19px;
    font-weight: 700;
}
.footer-links li+li,.contact-links li+li{
    margin-top: 25px;
}
.footer-links a{
    font-weight: 700;
}
.contact-links a{
    font-weight: 450;
}
.contact-links img{
    width: 24px;
    object-fit: contain;
    margin-right: 10px;
}
img.contact-shape {
    width: 100%;
    max-width: 318px;
    margin-top: -34px;
}
.contact-info{
    z-index: 9;
    position: relative;
}
.storeico{
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    height: 62px;
    width: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none!important;
}
.storeico img{
    height: 36px;
    width: 36px;
    object-fit: contain;
}
.storeico:hover,.storeico:focus{
    background:linear-gradient(94.03deg, #9381FF 7.59%, #F08080 95.9%);
}
.storeico:hover img,.storeico:focus img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(177deg) brightness(112%) contrast(101%);
}
.login-form{
    position: relative;
    z-index: 9;
}
.login-form .logo img{
    width: 62px;
    object-fit: contain;
}
.login-title{
    font-size: 36px;
    font-weight: 750;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
}
.login-txt{
    font-size: 18px;
    line-height: 24px;
    color: #AAADB7;
    font-weight: 450;
}
.login-txt a{
    color: #3D2170;
}
.login-txt a:hover{
    color: #9381FF;
}
.correct{
    display: flex;
    align-items: center;
}
.correct::after {
    content: url(../img/correct.svg);
    position: absolute;
    right: 2px;
    line-height: initial;
}
.correct .custom-field{
    padding-right: 30px;
}
.note{
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #858587;
    max-width: 343px;
    width: 100%;
    display: none;
}
.weak-password{
    color: #FF6E57;
}
.strong-password{
    color: #03DDA8;
}
.right-content{
    max-width: 407px;
    left: 38px;
    position: relative;
    z-index: 9;
    margin:auto;
}
.card-box{
    background: #FFFFFF;
    border-radius: 22px;
    padding: 18px;
}
.card-box h4{
    font-weight: 750;
    font-size: 20px;
    line-height: 20px;
    color: #3D2170;
}
.card-box p{
    font-size: 15px;
    line-height: 25px;
    color: #A4A4A5;
}
.ico1{
    position: relative;
    left: 20px;
}
.ico2{
    position: absolute;
    right: 20px;
    top: -60px;
}
.top-shape{
    max-width: 350px;
    top: 0;
    position: absolute;
}
.bottom-shape{
    position: absolute;
    bottom: 0;
    max-width: 450px;
    left: -100px;
}
.bg-purple-gradient {
    background: linear-gradient(135deg, #ffffff 40%, #9B59B6 100%);
    color: #fff;
}
.bg-blue-gradient {
    background: linear-gradient(135deg, #ffffff 70%, #3498db 100%);
    border: 1px solid #3498db;
}
.bg-custom {
    background: linear-gradient(135deg, #ffffff 60%, #e6e6fa 100%);
    border: 1px solid #ddd;
}
#mailsend{
    display: none;
}
.error{
    display: none;
    font-size: 12px;
}
@media (min-width: 1500px){
    .container {
        max-width: 1400px;
    }
    header{
        padding: 50px 0;
    }
    .sidenav .nav-item+.nav-item{
        margin-left: 65px!important;
    }
    .nav-item .nav-link{
        font-size: 20px;
    }
    .login-form{
        padding: 30px 108px;
    }
}
@media(max-width: 1499px) and (min-width: 1200px){
    header{
        padding: 50px 0;
    }
    .sidenav .nav-item+.nav-item{
        margin-left: 50px;
    }
    .nav-item .nav-link{
        font-size: 18px;
    }
    .login-form{
        padding: 10px 80px;
    }
}
@media (max-width: 1199px) {
    .container{
        max-width: 96%;
    }
    header{
           padding: 22px 0;
    }
    .nav-item .nav-link{
        font-size: 16px;
    }
    .login-form{
        padding: 30px;
    }
}
@media screen and (min-width: 992px){
    body{
        font-size: 18px;
        line-height: 30px;
    }
    .sidenav .nav-item+.nav-item{
        margin-left: 30px;
    }
    .outline-btn,.theme-btn{
        min-width: 154px;
    }
    .filled-btn{
        min-width: 254px;
    }
    .banner-box{
        padding: 90px;
    }
    .banner-title{
        font-size: 44px;
    }
    .banner-img {
        position: absolute;
        right: 0;
        max-width: 450px;
        top: 50px;
    }
    .head-title{
        font-size: 44px;
    }
    .sub-title{
        font-size: 24px;
    }
    .theme-title{
        font-size: 30px;
    }
    .link-btn{
        font-size: 18px;
    }
    .contact-info li a{
        font-size: 20px;
    }
    footer a{
        font-size: 19px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    body{
        font-size: 16px;
        line-height: 24px;
    }
    .sidenav .nav-item+.nav-item{
        margin-left: 15px;
    }
    .outline-btn,.theme-btn{
        min-width: 110px;
    }
    .filled-btn{
        min-width: 190px;
    }
    .banner-box{
        padding: 60px 30px;
    }
    .head-title{
        font-size: 32px;
    }
    .banner-title{
        font-size: 32px;
        max-width: 56%;
    }
    .banner-txt{
        max-width: 56%;
    }
    .banner-img {
        position: absolute;
        right: 0;
        max-width: 298px;
        bottom: 0px;
    }
    .sub-title{
        font-size: 22px;
    }
    .theme-title{
        font-size: 20px;
    }
    .link-btn{
        font-size: 16px;
    }
    .contact-info li a{
        font-size: 18px;
    }
}
@media screen and (max-width: 991px){
    .mobile-menu-open {
        font-size: 28px;
        cursor: pointer;
        z-index: 9;
        position: absolute;
        right: 0;
        line-height: 40px;
    }
    footer a{
        font-size: 14px;
    }
}
@media (min-width: 421px) and (max-width: 767px){
    .banner-img {
        position: absolute;
        bottom: 0;
        max-width: 190px;
        right: -27px;
    }
}
@media(max-width: 420px){
    .banner-img{
        position: absolute;
        top: 100px;
        max-width: 216px;
        right: -44px;
    }
}
@media(max-width: 767px){
    .navbar-nav {
        padding-top: 120px;
    }
    .navbar-brand img{
        width: 100%;
        max-width: 62px;
    }
    a.nav-link-item:before{
        background: #fff;
    }
    .sidenav .navbar-brand{
        top: 34px;
    }
    .sidenav {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -100%;
    background: #3D2170;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}
.sidenav .closebtn {
    position: absolute;
    top: 27px;
    right: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.sidenav a {
    color: #fff!important;
    font-weight: 700;
    margin: 0 20px!important;
    text-transform: uppercase;
}
.sidenav li+li{
    margin-top: 26px;
}
.sidenav .store-links{
    margin-top: 35px;
}
.banner-box{
    padding: 33px 20px;
    border-radius: 11px;
}
.banner-txt{
    padding-right: 150px;
}
.banner-txt p{
    font-size: 12px;
    line-height: 16px;
}
.banner-btn{
    min-height: 40px;
    min-width: 160px;
    font-size: 13px;
}
.head-title{
    font-size: 30px;
}
.banner-title{
    font-size: 18px;
    line-height: 26px;
    padding-right: 21%;
}
.theme-title {
    font-size: 20px;
    justify-content: center;
}
.sub-title{
    font-size: 18px;
}
.contact-box{
    padding: 24px 12px 0;
}
.contact-field{
    background: #FFFFFF;
    border-radius: 18px;
    padding: 46px 16px;
}
.filled-btn,.login-btn{
    width: 100%;
}
.contact-form label{
    font-size: 14px;
}
.custom-filed{
    font-size: 16px;
}
.contact-info li a{
    font-size: 16px;
}
}
@media(min-width: 768px){
    .nav-item .nav-link-item{
        color: #3D2170;
    }
    a.nav-link-item:before{
        background: #3D2170;
    }
    .nav-item .nav-link{
        font-weight: 800;
    }
    .banner-box{
        border-radius: 44px;
    }
    .banner-btn{
        min-height: 56px;
        min-width: 245px;
    }
    .contact-box{
        padding: 62px 0 0 24px;
    }
    .contact-sec{
        background-color: #fff;
        border-radius: 30px;
    }
    .contact-form{
        padding: 72px 62px;
    }
    .contact-form label{
        font-size: 18px;
    }
    .custom-filed{
        font-size: 18px;
    }
    .bg-shadow .container{
        position: relative;
        z-index: 1;
    }
    .bg-shadow::before{
        content: "";
        background: #E5E2FA;
        filter: blur(90px);
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 0 50% 50% 0;
        max-height: 380px;
        max-width: 30%;
        transform: translateY(-50%);
        top: 50%;
    }
    .bg-shadow.left::before{
        left: 0;
    }
    .bg-shadow.right::before{
        right: 0;
    }
}