@font-face {
    font-family: "Gilroy-Bold";  
    src: url("./assets/fonts/Gilroy-Bold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal;
}
@font-face {
    font-family: "Gilroy-Regular";  
    src: url("./assets/fonts/Gilroy-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    background:#12151C;
}

.container{
    max-width: 1610px;
    margin: 0 auto;
}

.logo img{
    width: 257px;
}

.header__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 33px;
}

.burger__btn{
    display: none;
    padding: 16px;
    border-radius: 26px;
    border: 3px solid #202a2a;
}
.header__right{
    display: flex;
    gap:22px;
}

.burger__btn img{
    width: 32px;
}

.top__bg{
    position: relative;
    overflow-x: hidden;
}

.menu{
    display: flex;
    gap:70px;
    list-style: none;
}
.mobile__menu{
    position: fixed;
    right:-1000px;
    top:0;
    background: #12151C;
    padding: 40px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
    display: flex;
    visibility: hidden;
    flex-direction: column;
}
.mobile__menu-header{
    display: flex;
    justify-content: space-between;
}
.mobile__menu-wrapper{
    display: flex;
    flex-direction: column;
    gap:20px;
    padding-top: 60px;
    list-style: none;
    flex-grow: 1;
}

.mobile__menu-wrapper a{
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Gilroy-Bold";
    font-size: 30px;
}

.menu a{
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Gilroy-Bold";
    font-size: 18px;
}
.connect__btn{
    padding: 27px 26px 26px 26px;
    border-radius: 26px;
    background-image: linear-gradient(50deg, #45ec64 0%, #28b441 100%);
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Gilroy-Bold";
    border: none;
    outline: none;
    text-decoration: none;
}

.advice{
    padding-top: 155px;
    padding-bottom: 182px;
}

.advice h1{
    font-size: 75px;
    color: #fff;
    text-align: center;
    font-family: "Gilroy-Bold";
    width: 879px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.advice p{
    width: 805px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    color: #616878;
    text-align: center;
    margin-bottom: 68px;
    font-family: "Gilroy-Regular";
}
.green__bg{
    position: absolute;
    width: 400px;
    height: 150px;
    border-radius: 50%;
    background: #37d153;
    filter: blur(150px);
    bottom: -315px;
    left: 57px;
    display: block;
}

.advice a{
    padding: 28px 27px 27px 27px;
    background: linear-gradient(50deg, #457eff 0%, #45aeff 100%);
    color: #fff;
    border-radius: 26px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
    outline: none;
    font-family: "Gilroy-Bold";
    cursor: pointer;
    text-decoration: none;
}


.btn-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.marquee{
    overflow: hidden;
    padding: 20px 0;
}
.marque__queue{
    display: flex;
    flex-wrap: nowrap;
    gap:21px;
}
.splide__track{
    padding: 20px 0;
}


.marquee__line-right{
    display: flex;
    gap:21px;
    /* animation: marquee-right 4000ms linear infinite; */
    padding-top: 20px;
}

.marquee__line-left:hover{
    animation-play-state: paused;
}
.marquee__line-right:hover{
    animation-play-state: paused;
}

@keyframes marquee-left {
    0%{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
@keyframes marquee-right {
    from{
        transform: translateX(-100%);
    }
    to{
        transform: translateX(0);
    }
}

.marquee__card{
    min-width: 210px;
    height: 210px;
    border-radius: 65px;
    background-color: #191d26;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}
.marquee__card img{
    width: 100%;
    height: 100%;
    border-radius: 65px;
    object-fit:cover;
}

.marquee__card:hover{
    transform: scale(1.1);
}

.about__numbers{
    padding-top: 183px;
    padding-bottom: 183px;
}

.about__numbers-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about__numbers-card{
    display: flex;
    flex-direction: column;
}

.about__numbers-card img{
    width: 54px;
}

.about__numbers-card h3{
    font-family: "Gilroy-Bold";
    font-size: 50px;
    color: #fff;
}

.about__numbers-card>div{
    display: flex;
    align-items: center;
    gap:21px;
    margin-bottom: 20px;
}

.about__numbers-card p{
    font-size: 23px;
    text-transform: uppercase;
    color: #616878;
    font-weight: bold;
    font-family: "Gilroy-Bold";
    padding-left: 74px;
}

.about__numbers-big{
    width: 338px;
}

.about{
    background: #14171e;
    padding-top: 106px;
    padding-bottom: 102px;
}

.about__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about__wrapper span{
    font-size: 170px;
    font-family: "Gilroy-Bold";
    background: rgb(28,32,43);
    background: linear-gradient(0deg, rgba(28,32,43,0) 0%, rgba(28,32,43,1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
}

.about__wrapper p{
    font-size: 20px;
    line-height: 30px;
    color: #616878;
    font-family: "Gilroy-Regular";
    width: 509px;
    margin-top: 46px;
}

.about__wrapper h3{
    font-size: 35px;
    color: #ffffff;
    font-family: "Gilroy-Bold";
}

.about__card{
    display: flex;
    align-items: center;
    gap:76px;
}

.lets__start{
    padding: 183px 0;
    position: relative;
    overflow: hidden;
}

.lets__start h2{
    font-size: 75px;
    color: #ffffff;
    font-family: "Gilroy-Bold";
    margin-bottom: 51px;
    
}

.lets__start p{
    font-size: 20px;
    line-height: 30px;
    color: #616878;
    font-family: "Gilroy-Regular";
    width: 902px;
    margin-bottom: 68px;
}

.lets__start a{
    border-radius: 26px;
    background-image: linear-gradient(50deg, #45ec64 0%, #28b441 100%);
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Gilroy-Bold";
    padding: 27px 36px 26px 37px;
    border: none;
    outline: none;
    position: relative;
    text-decoration: none;
    z-index: 2;
}

.lets__start-wrapper{
    display: flex;
    justify-content: space-between;
}

.footer__wrapper{
    display: flex;
    justify-content: space-between;
    padding-bottom: 92px;
    padding-top: 96px;
}

.footer__left, .footer__right{
    display: flex;
    align-items: center;
}

.footer__left{
    gap: 35px;
}

.footer__right{
    gap: 86px;
}

.footer__left p{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Gilroy-Regular";
}
.footer__left p>span{
    font-family: "Gilroy-Bold";
}

.radial__blue{
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    background: #457eff;
    border-radius: 50%;
    filter: blur(150px);
    top: 285px;
    left: -112px;
    
}
.radial__green{
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    background: #37d153;
    border-radius: 50%;
    filter: blur(150px);
    top: 285px;
    right: -112px;
    
}

@media screen and (max-width: 1620px) {
    .container{
        max-width: 1110px;
        margin: 0 auto;
    }
    .about__numbers-big{
        width: 220px;
    }
    .about__numbers-card h3{
        font-size: 42px;
    }
    .about__wrapper p {
        width: 350px;
    }
    .lets__start-wrapper img{
        width: 220px;
        height: 100%;
    }
}
@media screen and (max-width: 1120px) {
    body{
        overflow-x: hidden;
    }
    .mobile__menu.active{
        display: flex;
        right:0;
        visibility: visible;
    }
    
    .container{
        max-width: 860px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .about__wrapper{
        flex-direction: column;
        gap:120px;
    }
    .lets__start p{
        width: 100%;
        text-align: center;
    }
    .lets__start-wrapper {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .menu{
        display: none;
    }
    .advice h1{
        width: 90%;
        font-size: 55px; 
    }
    .advice p{
        width: 90%;
    }
    .about__numbers-wrapper{
        flex-wrap: wrap;
        gap:20px;
    }
    .footer__wrapper{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:80px;
    }
    .lets__start h2 {
        font-size: 60px;
        text-align: center;
    }
    .about__numbers-big{
        width: 136px;
    }
    .burger__btn{
        display: block;
        cursor: pointer;
    }
    .green__bg{
        width: 100%;
        bottom: -250px;
    }
    .btn__connect-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
    }
  }  
  @media screen and (max-width: 620px) {
    .container{
        width: 100%;
    }
    .connect__btn{
        display: none;
    }
    .connect__btn.mobile{
        display: block;
    }
    .about__card {
        gap: 34px;
    }
    .about__wrapper p {
        width: 90%;
    }
    .footer__right{
        flex-wrap: wrap;
        gap:35px;
        justify-content: center;
    }
    .about__numbers-wrapper{
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap:30px;
    }
    .about__numbers {
        padding-top: 70px;
        padding-bottom: 80px;
    }
  }

