* {transition: .2s;
    padding: 0;
    margin: 0;
    font-family: verdana;}
*::-webkit-scrollbar {
    display: none;
}
/*3a2c75*/
:root {
    --navcolor: #3a2c75;
    --color: #5f3ff8;
    --bgcolor: #f6f4fe;
}
body {
    background: var(--bgcolor);
    color: var(--navcolor);
}
input[type=checkbox] {
    display: none;
}

.navbar {
    height: 80px;
    width: 100%;
    overflow: hidden;
    display: block;
    
    top: 0;
    color: var(--navcolor);
    background: var(--bgcolor);
    
    }
    .navbar label.logo{
    color: var(--color);
    font-size: 35px;
    line-height: 80px;
    padding: 0 80px;
    font-weight: bold;
    }
    
    .navbar ul{
    float: right;
    margin-right: 20px;
    background-color: inherit;
    z-index: 9999;
    }
    .navbar ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
    }
    .navbar ul li a{
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--navcolor);
    }
    .openbtn{
        font-size: 20px;
        margin-top: 30px;
        float: right;
        line-height: 0px;
        margin-right: 20px;
        cursor: pointer;
        display: none;
        }
        #open{
        display: none;
        }
        @media (max-width: 952px){
        .navbar label.logo{
        font-size: 30px;
        padding: 0 0;
        padding-right: 171px;
        padding-left: .4em;
        }
        .navbar ul li a{
        font-size: 16px;
        color: #242424;
        }
        }
        @media (max-width: 858px){
        .openbtn{
        display: block;
        
        }
        .navbar ul{
        position: fixed;
        width: 90% !important;
        height: 84vh;
        padding-left: .5em;
        top: -100%;
        left: 4%;
        text-align: left;
        transition: all .5s;
        border-radius: .7em;
        background-color: #fff;
        }
        .navbar ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
        text-align: left;
        }
        .navbar ul li a{
        font-size: 15px;
        color: #242424;
        text-decoration: none;
        text-align: left;
        font-weight: bolder;
        }
        
        #open:checked ~ ul{
        top: 11vh;
        }
        }
        header {
            background: var(--bgcolor);
            padding: 2em !important;
        }
.split {
display: flex;
align-items: center;
padding: 1em;
}
.split div {
    width: 100%;
    
}
.split h1 {
    font-size: 4em;
}
 p {
    line-height: 1.5em;
}
.ball {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ball img {
    z-index: 2;
}
.ball::before {
    content: '';
    width: 20em;
    height: 20em;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 1;
    background-color: var(--color);
}
.flexed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    padding: 5%;
    width: 90% !important;
}
.flexed-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    padding: 5%;
    width: 90% !important;
    overflow: hidden;
}
.flexed span {
    width: 100%;
}
.flexed .button {
    height: 2.4em;
    border: 1px solid var(--color);
    width: 80%;
    display: flex;
    border-radius: .5em;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}
.flexed .button img {
    width: 40%;
}
.flexed .button .white {
    display: none;
}
.flexed .button:hover {
background: var(--color);
}
.flexed .button:hover .purple {
    display: none;
}
.flexed .button:hover .white {
    display: block;
}
.flexed-alt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    padding: 5%;
    width: 90% !important;
}
.flexed-alt span {
    width: 100%;
}
.flexed-alt span:hover {
    background-color: var(--bgcolor) !important;
}
.flexed-alt .button {
    height: 2.4em;
    border: 1px solid var(--bgcolor);
    width: 80%;
    display: flex;
    border-radius: .5em;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}
.flexed-alt .button img {
    width: 40%;
}
.flexed-alt .button .purple {
    display: none;
}
.flexed-alt .button:hover {
background: var(--color);
}
.flexed-alt .button:hover .white {
    display: none;
}
.flexed-alt .button:hover .purple {
    display: block;
}
.f-h1 {
    margin-bottom: 2.5em;
}
.features {
    padding: 1em;
}
.features .box {
    padding: 1em;
    margin-bottom: 3em;
}
.box h1 {
    padding: 0;
}
.features .inner {
    background-color: #fff;
    border-radius: .4em;
    place-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 1em;
}
.features .inner .first {
    text-align: right;
}
.features .inner .image {
    position: relative;
    top: -5em;
}
.followers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7em;
    border-radius: .5em;
    background: #fff;
    padding-inline: 2em;
    width: 100%;
    
    gap: 1em;
}
.followers i {
    background: #d7cdfd;
    height: 3em;
    width: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.followers span {
    width: 100%;
}
.followers h1 {
    font-size: 2em;
}
.center {
    place-items: center;
    display: grid;
}
.cta {
    background-color: var(--color);
    color: var(--bgcolor);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 2.5em;
    width: 10em;
    border-radius: 9999px;
    margin-top: 1.5em;
}
.youtube-case {
    width: 100%;
    height: 20em;

    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background: url(/images/yt_thumb.png);
    border-radius: 1em;
    background-position: center;
}
.youtube-case span {
    color: var(--color);
    font-size: 2em;
    background-color: #fff;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 20px #fff;
}
.pricing {
    background-color: var(--color);
    height: 30em;
    width: 14em;
    padding: 3em;
    border-radius: .5em;
    color: #fff;
}
.r-t {
    font-size: 2.5em !important;
}

.button{
    /*=====Undefult-settings====*/
    border:none;
    outline:none;
    /*=========================*/
    display:block;
    margin:20px auto;
    border-radius:9999px;
    width:10em;
    height:1.7em;
    text-decoration: none;
    font-size: 1.2em;
    font-family:segoe ui light;
    text-transform: uppercase;
    }
    .six{
        background-color:#fff;
                   color: var(--navcolor);
        position: relative;
        border:1px solid #FFF;
        z-index: 3;
        overflow: hidden;
        transition: all .5s ease-in-out
    }
    .six:before{
        content:"";
        display: inline-block;
        background-color: var(--color);
        position: absolute;
        width:300px;
        height:300px;
        left:194px;
        border-radius: 50%;
        transition: all .8s ease-in-out;
        top:-70px;
        z-index:-2;
        color: #fff;
    }
    .six:after{
        content:"";
        display: inline-block;
        background-color: var(--color);
        position: absolute;
        width:300px;
        height:300px;
        left:-294px;
        border-radius: 50%;
        transition: all .2s ease-in-out;
        top:-70px;
        z-index:-2;
    }
    .six:hover:after{
        transform: translate(136px,0px) rotate(360deg) skewX(40deg);
    }
    .six:hover:before{
        transform: translate(-99px,0px) skewX(40deg)
    }
   
    .faq {
        padding: 2em;
    }
    details summary {
        list-style: none;
        font-size: 1.3em;
        font-weight: 700;
        cursor: pointer;
    }
    details {
        width: 90%;
        background-color: #fff;
        padding: 5%;
        border-radius: .6em;
        margin-bottom: 1em;
    }
    .faq details[open] summary{
        color: var(--color);
        margin-bottom: 1em;
    }
    .tada {
        height: 1vh !important;
    }
    .section {
        display: flex;
        justify-content: center;
        align-items: center;
        
        height: 100vh;
        color: #fff;
     
      }
      .section .split {
          background: var(--color);
          color: #fff;
          border-radius: 1em;
          height: 60vh;
          width: 100%;padding-left: 10%;padding-right: 10%;
      }
      .blog {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2em;
        padding: 4em;
      }
      .blog-card {
        height: 28em;
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        border-radius: .7em;
        box-shadow: 5px 5px 10px rgb(255,255,255,0.4);
      }
      .blog-card img {
          width: 100%;
          border-radius: .7em;
      }
      .blog-card .text {
          color: var(--navcolor);
          text-align: center;
          margin-top: em;
          padding: 2em;
      }
      .download {
          width: 10em;
          height: 2.5em;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 1px solid #fff;
          border-radius: .3em;
          background: #fff;
      }
.float {
    position: relative;
    animation: float .4s ease-in-out infinite;
}
@keyframes float {
    0% {
        top: 0;
    }
    50% {
        top: -1.5em;
    }
    100% {
        top: 0;
    }
}












@media only screen and (max-width: 670px){
.split {
    flex-direction: column;
    gap: 1.5em;
    text-align: center;
}
.reverse {
    flex-direction: column-reverse;
}
.split h1 {
    font-size: 2em;
    justify-content: center;
    text-align: center;
}
.section {
    height: auto;
}
.section .split {
    height: auto;
}
.ball img {
    width: 70%;
}

.flexed .button img {
    width: 70%;
}
h1 {
    padding-left: .8em;
    padding-right: .8em;
}
.features .inner {
    grid-template-columns: repeat(1, 1fr);
    text-align: center !important;
}
.features .inner .first {
    text-align: center;
    margin-bottom: 7em;
}
.flexed-2 i {
    display: none;
}
.r-t {
    font-size: 1.5em;
}
.slide img {
    width: 50% !important;
}
}