@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');

*{
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Inter', sans-serif;
}
body{
    background-color: #0F0F16;
     overflow-x: hidden;
}
::-moz-selection {
    background: #235AE9;
  }
  ::selection {
    background: #235AE9;
  }
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: #0F0F16;
}
::-webkit-scrollbar-thumb {
    background: #ffffff25;
    border-radius: 20px;
  }
  ::selection{
      background-color: #212131;
  }
.header{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.logo{
    width: 50px;
    float: left;
    margin-left: 60px;
}
.header-button{
    float: right;
    margin-right: 60px;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    color: #ffffff;
    background-color: #235AE9;
    z-index: 10;
}
.header-div{
    width: 45%;
    background-color: transparent;
}
.header-div-1{
    width: 55%;
    background-color: transparent;
}
button:hover{
    transition: .2s;
    cursor: pointer;
    filter: drop-shadow(0px 0px 5px #2D6DE9);
}
.middle-title{
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 160px;
    text-align: center;
}
.middle-title span{
    color: #2D6DE9;
}
.middle-text{
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: none;
    color: #5E5E63;
    margin-top: 0px;
}
.button-div{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.purchase{
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    color: #2D6DE9;
    background-color: #2d6ce938;
    font-weight: bold;
    animation: glow 1.5s infinite alternate;
}
.learn-more{
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    color: #2D6DE9;
    background-color: transparent;
    font-weight: bold;
    margin-left: 30px;
}
hr{
    border: solid #1F1F2E;
    border-width: 0px 0px 1px;
    margin-top: 25px;
    width: 100%;
}
.features{
    width: 100%;
    background-color: #15151F;
    margin-top: 240px;
    border-radius: 5px;
}
.features-title{
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 35px;
    padding-top: 30px;
    margin-bottom: 0px;
}
.features-subtitle{
    font-size: 16px;
    font-weight: none;
    color: #5E5E63;
    margin-left: 35px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.features-container{
    display: flex;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
}
.features-item{
    width: 100%;
    background-color: #181824;
    margin: 5px;
    border-radius: 5px;
}
.features-icon{
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 10px;
}
.features-item-title{
    font-size: 20px;
    color: #ffffff;
    margin-left: 20px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-right: 10px;
}
.features-item-subtitle{
    font-size: 16px;
    color: #5E5E63;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
}
.ui-img{
    width: 700px;
    -webkit-animation: mover 1.5s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
    z-index: -1;
}
.success{
    display: flex;
    justify-content: center;
    width: 100%;
}
.success-item{
    width: 40%;
    margin: 25px;
    margin-bottom: 75px;
    margin-left: 100px;

}
.success-item-1{
    width: 60%;
    margin: 25px;
    margin-bottom: 75px;
    margin-right: 100px;
}
.success-post{
    width: 500px;
    float: right;
    opacity: 90%;
}
.features-success{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 95%;
}
.middle{
    width: 100%;
    display: flex;
    justify-content: center;
}
.middle-item{
    width: 50%;
    background-color: transparent;
    margin-top: 30px;
}
.middle-item-1{
    width: 50%;
    background-color: transparent;
    margin-top: 100px;
}
.footer{
    margin-top: 50px;
    margin-bottom: 60px;
    margin-left: 30px;
    display: flex;
    justify-content: left;
}
.footer-item-1{
    color: #ffffff;
    font-size: 18px;
    margin: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.footer-item-2{
    color: #ffffff;
    font-size: 18px;
    margin-left: 25px;
    margin-bottom: 30px;
    margin: 25px;
    display: flex;
    align-items: center;
}
.footer-item-2 span{
    margin-left: 20px;
}
.footer-hr{
    margin-top: 80px;
    margin-bottom: 50px;
    border: solid #1F1F2E;
    border-width: 0px 0px 1px;
}
.blurr{
    position: absolute;
    left: -35%;
    top: 50%;
    width: 100%;
    opacity: 12%;
    z-index: -1;
}
.blurr-2{
    position: absolute;
    left: 65%;
    top: -30%;
    width: 50%;
    opacity: 30%;
    z-index: -1;
}
.scroll-down{
width: 60px;
height: 32px;
border-radius: 20px;
border: none;
color: #2D6DE9;
background-color: #2d6ce938;
margin-top: 75%;
}
.title-terms{
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-left: 60px;
    margin-top: 0px;
}
.sub-temrs{
    font-size: 16px;
    color: #5E5E63;
    margin-left: 60px;
    margin-top: 60px;
    margin-bottom: 15px;
}
.sub-temrs span{
margin-left: 8px;
margin-right: 8px;
}
.term{
    font-size: 16px;
    color: #ffffff;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 30px;
    line-height: 1.8;
}
ul.a{
    list-style-type: circle;
}
.term span{
    color: #235AE9;
    font-size: 20px;
    margin-right: 8px;
}
.line-term{
    border: solid #1F1F2E;
    border-width: 0px 0px 1px;
    margin-top: 30px;
    width: 100%;
    margin-left: 60px;
    margin-bottom: 30px;
}
.features-item:hover{
    transform: scale(1.02);
    transition: .2s ease-in-out;
    cursor: pointer;
}
.yes{
    padding: 10px 16px;
    background-color: #235AE9;
    border: none;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 60px;
    margin-bottom: 120px;
    margin-top: 60px;
}
.no{
    padding: 10px 16px;
    background-color: #212131;
    border: none;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 15px;
    margin-bottom: 120px;
    margin-top: 60px;
}
#last{
    margin-bottom: 120px;
}