*{
    margin: 0;
    padding: 0;
}

body{
    font-family: sans-serif;
    background-color: rgb(1, 1, 48);
    overflow-x: hidden;
    color: white;
    box-sizing: border-box;
}
.open-bar{
    display: none;
}
@media (max-width: 425px) {
    .open-bar{
        margin-top: 2rem;
        position: absolute;
        top: 4%;
        right: 7%;
        margin-bottom: -5rem;
        display: block;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        display: none;
    }
    .opnsvg{
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 375px) {
    .open-bar{
        margin-top: 2rem;
        position: absolute;
        top: 4%;
        right: 3%;
        margin-bottom: -5rem;
        display: block;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        display: none;
    }
    .opnsvg{
        width: 30px;
        height: 30px;
    }
}


.clsbtn{
    display: none;
}
@media (max-width: 480px) {
    .clsbtn{
        display: block;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        margin-left: -3rem;
    }
}
.logo{
    margin-left: 25rem;
    margin-top: 17px;
    padding: 0.8em;
    border-radius: 50px;
    width: 50%;
    background: rgb(1, 1, 48);
}
@media (max-width: 1024px) {
    .logo{
        margin-top: 10px;
        margin-left: 6rem;
        width: 800px;
    }
}
@media (max-width: 768px) {
    .logo{
        margin-top: 10px;
        margin-left: 6rem;
        width: 800px;
    }
}
@media (max-width: 425px) {
    .logo{
        display: flex;
        margin: 0 auto;
        width: 370px;
    }
}
@media (max-width: 375px) {
    .logo{
        display: flex;
        margin: 0 auto;
        width: 370px;
    }
}
.logo img{
    width: 150px;
    height: 100px;
}

@media (max-width: 768px) {
    .logo img{
        width: 200px;
        height: 150px;
    }
}
@media (max-width: 425px) {
    .logo img{
        width: 155px;
        height: 110px;
        display: flex;
        margin: 0 auto;
    }
}
@media (max-width: 375px) {
    .logo img{
        width: 150px;
        height: 100px;
        display: flex;
        margin: 0 auto;
    }
}

a{
    text-decoration: none;
}

nav{
    margin-left: 30rem;
    margin-top: -3.75rem;
    font-size: 17px;
    margin-bottom: 5rem;
    color: white;
    width: fit-content;
}
nav ul{
    list-style: none;
    display: flex;   
}
nav ul li{    
    padding: 1em 2em;
}
nav ul li a{
    color: rgb(12, 59, 202);
    font-weight: bold;
    padding: 0.9em;
    transition: 150ms ease;
    margin-right: 9rem;
    margin-left: -7rem;
}
nav ul li a:hover{
    background-color: rgb(12, 59, 202);
    color: white;
    font-weight: bold;
    border-radius: 10px;
}
nav{
    display: flex;
    justify-self: center;
    margin-top: -6rem;
    margin-left: 23rem;
}


nav ul{
    list-style: none;
    display: flex;
}
@media (max-width: 768px) {
    nav{
    margin-left: 17rem;
    margin-top: -8rem;
    }
    
    nav ul{
        list-style: none;
        display: flex;
        margin-left: 1rem;
        width: 500px;
    }
    nav ul li{
        margin-left: 1rem;
        text-align: left;
        margin-bottom: 1rem;
    }
}
@media (max-width: 425px) {
    nav{
        position: fixed;
        top: 15%;
        right: 110%;
        padding: 0.5em;
        height: 200vh;
        width: 200px;
        z-index: 10;
        border: none;
        transition: right 0.3s ease;
        background: rgb(1, 1, 48);
    }
    nav.show{
        right: 2.8%;
        width: 380px;
    }
    
    nav ul{
        width: 90%;
        flex-direction: column;
        margin-left: 3rem;
    }
    nav ul li{
        margin-left: 1rem;
        text-align: left;
        margin-bottom: 1rem;
    }
    nav a{
        width: 100;
        border-radius: 0px;
    }
    nav ul a button{
        padding: 30rem;
    }
}
@media (max-width: 375px) {
    nav{
        position: fixed;
        top: 15%;
        right: 110%;
        padding: 0.5em;
        height: 200vh;
        width: 200px;
        z-index: 10;
        border: none;
        transition: right 0.3s ease-out;
        background: rgb(1, 1, 48);
    }
    nav.show{
        right: 2%;
        width: 395px;
    }
    
    nav ul{
        width: 90%;
        flex-direction: column;
        margin-left: 1rem;
    }
    nav ul li{
        margin-left: 5rem;
        text-align: left;
        margin-bottom: 1rem;
    }
    nav a{
        width: 100;
        border-radius: 0px;
    }
    nav ul a button{
        padding: 30rem;
    }
}


.banner h1{
    text-align: center;
    font-size: 40px;
    margin-bottom: 5px;
    margin-left: -3.5rem;
}

@media (max-width: 1024px) {
    .banner h1{
        font-size: 28px;
        width: 900px;
        margin-left: 4rem;
        margin-top: 3rem;
    }
}
@media (max-width: 768px) {
    .banner h1{
        font-size: 28px;
        width: 900px;
        margin-left: 4rem;
        margin-top: 3rem;
    }
}
@media (max-width: 425px) {
    .banner h1{
        font-size: 16px;
        width: 370px;
        margin-left: 1rem;
        margin-top: 2rem;
    }
}
@media (max-width: 375px) {
    .banner h1{
        font-size: 16px;
        width: 370px;
        margin-left: 0.3rem;
        margin-top: 2rem;
    }
}
.btn{
    display: flex;
    justify-self: center;
    gap: 20px;
    margin-left: 30rem;
}

@media (max-width: 1024px) {
    .btn{
        margin-left: 22rem;
    }
}
@media (max-width: 768px) {
    .btn{
        margin-left: 22rem;
    }
}
@media (max-width: 425px) {
    .btn{
        margin-left: 3.5rem;
    }
}
@media (max-width: 375px) {
    .btn{
        margin-left: 3rem;
    }
}
.btn .create-btn{
    border: none;
    background-color: royalblue;
    padding: 0.7em;
    cursor: pointer;
    font-size: 14px;
    color: white;
}
.btn button{
    padding: 0.7em;
    cursor: pointer;
    width: 150px;
    color: royalblue;
    border: 1px solid royalblue;
    background: none;
    font-size: 14px;
    border-radius: 6px;
    font-weight: bold;
}

@media (max-width: 425px) {
    .btn button{
        width: 130px;
    }
}
@media (max-width: 375px) {
    .btn button{
        width: 130px;
    }
}
.banner p{
    text-align: center;
    color: white;
    font-size: 16px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    margin-left: -3rem;
}
@media (max-width: 1024px) {
    .banner p{
        font-size: 17px;
        margin-left: 15rem;
    }
}
@media (max-width: 768px) {
    .banner p{
        font-size: 17px;
        margin-left: 15rem;
    }
}
@media (max-width: 425px) {
    .banner p{
        font-size: 14px;
        width: 250px;
        text-align: center;
        margin-left: 4rem;
    }
}
@media (max-width: 375px) {
    .banner p{
        font-size: 14px;
        width: 250px;
        text-align: center;
        margin-left: 4rem;
    }
}
.ban-pic{
    margin-left: 17rem;
    margin-bottom: 6rem;
    width: 55%;
    height: 600px;
    position: relative;
    z-index: -1;
}

@media (max-width: 1024px) {
    .banner img{
        width: 450px;
        height: 400px;
        margin-left: 18rem;
    }
}
@media (max-width: 768px) {
    .banner img{
        width: 450px;
        height: 400px;
        margin-left: 18rem;
    }
}
@media (max-width: 425px) {
    .banner img{
        width: 300px;
        height: 300px;
        margin-left: 2.5rem;
    }
}
@media (max-width: 375px) {
    .banner img{
        width: 300px;
        height: 300px;
        margin-left: 2.5rem;
    }
}

#tv_chart{
    height: 200px;
    width: 100%;
    background-color: rgb(1, 1, 48);
}
tv-ticker-tape{
    font-size: 1px;
}

.trust-word{
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .trust-word{
        margin-left: 8rem;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .trust-word{
        margin-left: 8rem;
        width: 100%;
    }
}
@media (max-width: 425px) {
    .trust-word{
        font-size: 15px;
        width: fit-content;
        margin-left: 3rem;
    }
}
@media (max-width: 375px) {
    .trust-word{
        font-size: 15px;
        width: 340px;
        margin-left: 2.5rem;
    }
}

.trust-word h2{
    font-size: 30px;
}

@media (max-width: 425px) {
    .trust-word h2{
        font-size: 15px;
        width: 340px;
        margin-left: -1rem;
    }
}
@media (max-width: 375px) {
    .trust-word h2{
        font-size: 15px;
        width: 340px;
        margin-left: -1rem;
    }
}
.trust-word p{
    text-align: center;
    color: white;
    font-size: 16px;
    margin-bottom: 2rem;
}
@media (max-width: 475px) {
    .trust-word p{
        font-size: 14px;
        width: 300px;
        margin-left: -2.8rem;
    }
}
@media (max-width: 375px) {
    .trust-word p{
        font-size: 14px;
        width: 300px;
        margin-left: -2.8rem;
    }
}

.trusts{
    margin-left: 9rem;
    margin-bottom: 6rem;
    display: flex;
    justify-self: center;
    gap: 4rem;
    width: 80%;
    border: none;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .trusts{
        margin-left: 3rem;
        gap: 1rem;
    }
}
@media (max-width: 768px) {
    .trusts{
        margin-left: 3rem;
        gap: 1rem;
    }
}
@media (max-width: 425px) {
    .trusts{
        margin-left: 1rem;
        gap: 0.5rem;
    }
}
@media (max-width: 375px) {
    .trusts{
        margin-left: 0.9rem;
        gap: 0.5rem;
    }
}

.trust{
    width: 20%;
    padding: 0.5em;
    text-align: center;
    height: 100px;
    border-radius: 12px;
    background: royalblue;
}

@media (max-width: 1024px) {
    .trust{
        flex: 0 0 190px;
        height: 100px;
        display: block;
    }
}
@media (max-width: 768px) {
    .trust{
        flex: 0 0 190px;
        height: 100px;
        display: block;
    }
}
@media (max-width: 425px) {
    .trust{
        flex: 0 0 65px;
        height: 90px;
        display: block;
    }
}
@media (max-width: 375px) {
    .trust{
        flex: 0 0 65px;
        height: 90px;
        display: block;
    }
}

.trust h4{
    font-size: 36px;
    margin-top: 1.5rem;
    color: white;
}

@media (max-width: 425px) {
    .trust h4{
        font-size: 16px;
    }
}
@media (max-width: 375px) {
    .trust h4{
        font-size: 16px;
    }
}
.trust p{
    font-size: 18px;
    color: white;
}

@media (max-width: 425px) {
    .trust p{
        font-size: 12px;
    }
}
@media (max-width: 375px) {
    .trust p{
        font-size: 12px;
    }
}

.offer{
    text-align: center;
    font-size: 30px;
    margin-bottom: 4rem;
    color: white;
}

@media (max-width: 1024px) {
    .offer{
        margin-left: 18rem;
    }
}
@media (max-width: 768px) {
    .offer{
        margin-left: 18rem;
    }
}
@media (max-width: 425px) {
    .offer{
        font-size: 15px;
        margin-left: -1rem;
    }
}
@media (max-width: 375px) {
    .offer{
        font-size: 15px;
        margin-left: 0.4rem;
    }
}
.offer-p{
    text-align: center;
    color: white;
    margin-top: -3.5rem;
    margin-bottom: 4rem;
}
@media (max-width: 1024px) {
    .offer-p{
        margin-left: 16rem;
    }
}
@media (max-width: 768px) {
    .offer-p{
        margin-left: 16rem;
    }
}
@media (max-width: 425px) {
    .offer-p{
        font-size: 14px;
        margin-left: -0.4rem;
    }
}
@media (max-width: 375px) {
    .offer-p{
        font-size: 14px;
        margin-left: 1rem;
    }
}

.services{
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 5rem;
    gap: 5rem;
    margin-left: 5rem;
}

@media (max-width: 1024px) {
    .services{
        display: flex;
        flex-direction: row;
        width: 900px;
        margin-left: 3rem;
    }
}
@media (max-width: 768px) {
    .services{
        display: flex;
        flex-direction: row;
        width: 900px;
        margin-left: 3rem;
    }
}
@media (max-width: 425px) {
    .services{
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
        width: 300px;
    }
}
@media (max-width: 375px) {
    .services{
        width: 300px;
        display: flex;
        flex-direction: column;
        margin-left: 2rem;
    }
}
.platform{
    width: 55%;
    height: 600px;
    display: flex;
    justify-self: right;
    margin-top: -6rem;
}
.plat{
    width: 55%;
    height: 55%;
}
.service{
    border: 1px solid royalblue;
    width: 500px;
    height: 250px;
    border-radius: 20px;
    padding: 1em;
    background: rgba(155, 0, 155, 0);
    color: royalblue;
    text-align: left;
}
@media (max-width: 1024px) {
    .service{
        width: 300px;
        height: 270px;
    }
}
@media (max-width: 768px) {
    .service{
        width: 300px;
        height: 270px;
    }
}
@media (max-width: 425px) {
    .service{
        width: 250px;
    }
}
.service svg{
    text-align: center;
    margin-bottom: 5rem;
    width: 50px;
    height: 50px;
    filter: drop-shadow(0px 6px 6px rgba(79,140,255,0.8));
}

@media (max-width: 425px) {
    .service svg{
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 375px) {
    .service svg{
        width: 50px;
        height: 50px;
    }
}
.service h3{
    font-size: 24px;
}

.choose{
    text-align: center;
    font-size: 30px;
    color: white;
    margin-bottom: 3rem;
    margin-top: 4rem;
}

@media (max-width: 1024px) {
    .choose{
        margin-left: 18rem;
    }
}
@media (max-width: 768px) {
    .choose{
        margin-left: 18rem;
    }
}
@media (max-width: 425px) {
    .choose{
        font-size: 18px;
        margin-left: 0.5rem;
    }
}
@media (max-width: 375px) {
    .choose{
        font-size: 18px;
        margin-left: 1rem;
    }
}

.choices{
    display: flex;
    justify-self: center;
    margin-left: 4rem;
    gap: 2rem;
    width: 90%;
    margin-bottom: 5rem;
}
@media (max-width: 1024px) {
    .choices{
        margin-left: 0.5rem;
        display: flex;
        flex-direction: row;
        margin-left: 5rem;
        width: 900px;
    }
}
@media (max-width: 768px) {
    .choices{
        margin-left: 0.5rem;
        display: flex;
        flex-direction: row;
        margin-left: 5rem;
        width: 900px;
    }
}
@media (max-width: 425px) {
    .choices{
        margin-left: 1rem;
        display: flex;
        flex-direction: column;
        margin-left: 5rem;
        width: fit-content;
    }
}
@media (max-width: 375px) {
    .choices{
        margin-left: 1rem;
        display: flex;
        flex-direction: column;
        margin-left: 5rem;
        width: fit-content;
    }
}

.chose{
    background: none;
    border-radius: 15px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: royalblue;
    padding: 1em;
    transition: 150ms;
    border: 2px solid royalblue;
}

@media (max-width: 425px) {
    .chose{
        width: 200px;
    }
}
@media (max-width: 375px) {
    .chose{
        width: 200px;
    }
}
.chose svg{
    width: 50px;
    height: 50px;
}
@media (max-width: 1024px) {
    .chose h3{
        font-size: 16px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .chose h3{
        font-size: 16px;
        text-align: center;
    }
}
@media (max-width: 425px) {
    .chose h3{
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .chose h3{
        font-size: 14px;
    }
}

.chose:hover{
    transform: scale(0.9);
}

.cert{
    margin-left: 20rem;
    width: fit-content;
    padding: 2em;
    border-radius: 12px;
    margin-bottom: 2rem;
}

@media (max-width: 1024px) {
    .cert{
        margin-left: 10rem;
        width: fit-content;
    }
}
@media (max-width: 768px) {
    .cert{
        margin-left: 10rem;
        width: fit-content;
    }
}
@media (max-width: 425px) {
    .cert{
        margin-left: 3rem;
        width: fit-content;
    }
}
@media (max-width: 375px) {
    .cert{
        margin-left: 2rem;
        width: fit-content;
    }
}

.cert{
    background: rgb(28, 28, 85);
}

.cert img{
    width: 650px;
    height: 350px;
    border-radius: 20px 20px 0px 0px;
}

@media (max-width: 425px) {
    .cert img{
        width: 250px;
        height: 250px;
    }
}
@media (max-width: 375px) {
    .cert img{
        width: 250px;
        height: 250px;
    }
}
.cert h2{
    margin-left: 12rem;
    margin-top: 2rem;
}

@media (max-width: 425px) {
    .cert h2{
        margin-left: 1.5rem;
        font-size: 18px;
    }
}
@media (max-width: 375px) {
    .cert h2{
        margin-left: 1.5rem;
        font-size: 18px;
    }
}

.how-to{
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    font-size: 30px;
    margin-bottom: 4rem;
}
@media (max-width: 1024px) {
    .how-to{
        margin-left: 18rem;
    }
}
@media (max-width: 768px) {
    .how-to{
        margin-left: 18rem;
    }
}
@media (max-width: 425px) {
    .how-to{
        font-size: 16px;
        margin-left: 1rem;
    }
}
@media (max-width: 375px) {
    .how-to{
        font-size: 16px;
        margin-left: 1rem;
    }
}
.how-to h3{
    color: white;
}
.how-to p{
    font-size: 16px;
    color: #1f1c1c;
}

.starts{ 
    display: flex;
    gap: 5rem;
    justify-content: center;
    margin-bottom: 4rem;
}

@media (max-width: 1024px) {
    .starts{
        display: flex;
        margin-left: 5.5rem;
        width: 900px;
    }
}
@media (max-width: 768px) {
    .starts{
        display: flex;
        margin-left: 5.5rem;
        width: 900px;
    }
}
@media (max-width: 425px) {
    .starts{
        display: flex;
        flex-direction: column;
        margin-left: 5.5rem;
        width: 100px;
    }
}
@media (max-width: 375px) {
    .starts{
        display: flex;
        flex-direction: column;
        margin-left: 5.5rem;
        width: 100px;
    }
}
.start{
    border: 1px solid royalblue;
    width: 20%;
    height: 250px;
    border-radius: 20px;
    padding: 1em;
    background: none;
}

@media (max-width: 425px) {
    .start{
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 375px) {
    .start{
        width: 200px;
        height: 200px;
    }
}
.start svg{
    width: 100px;
    height: 100px;
    margin-left: 4.5rem;
    stroke: royalblue;
}

@media (max-width: 1024px) {
    .start svg{
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 768px) {
    .start svg{
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 425px) {
    .start svg{
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 375px) {
    .start svg{
        width: 60px;
        height: 60px;
    }
}
.start h4{
    font-size: 24px;
    text-align: center;
    color: royalblue;
}
.start p{
    text-align: center;
    color: royalblue;
}

.plans{
    display: flex;
    justify-self: center;
    gap: 40px;
    margin-bottom: 4rem;
    margin-left: 8rem;
}

@media (max-width: 1024px) {
    .plans{
        display: flex;
    }
}
@media (max-width: 768px) {
    .plans{
        display: flex;
    }
}
@media (max-width: 425px) {
    .plans{
        display: flex;
        flex-direction: column;
        margin-left: 5rem;
    }
}
@media (max-width: 375px) {
    .plans{
        display: flex;
        flex-direction: column;
        margin-left: 5rem;
    }
}


.plans ul li{
    text-align: left;
    margin-left: 1rem;
}

.invest-plans{
    text-align: center;
    font-size: 32px;
    margin-bottom: 14px;
    color: white;
}


@media (max-width: 1024px) {
    .invest-plans{
       margin-left: 17rem;
    }
}
@media (max-width: 768px) {
    .invest-plans{
       margin-left: 17rem;
    }
}
@media (max-width: 425px) {
    .invest-plans{
       font-size: 16px;
       margin-left: 0.5rem;
    }
}
@media (max-width: 375px) {
    .invest-plans{
       font-size: 16px;
       margin-left: 3rem;
    }
}
.plan{
    border: 2px solid royalblue;
    width: 300px;
    height: 190px;
    padding: 1em;
    text-align: center;
    padding-top: 2rem;
    border-radius: 1rem;
    color: white;
}


@media (max-width: 1024px) {
    .plan{
        width: 220px;
        height: 250px;
    }
}
@media (max-width: 768px) {
    .plan{
        width: 220px;
        height: 250px;
    }
}
@media (max-width: 425px) {
    .plan{
        width: 220px;
        height: 220px;
    }
}
@media (max-width: 375px) {
    .plan{
        width: 220px;
        height: 220px;
    }
}
.plan h4{
    font-size: 28px;
    color: royalblue;
}
@media (max-width: 425px) {
    .plan h4{
        font-size: 18px;
        color: royalblue;
    }
}
@media (max-width: 375px) {
    .plan h4{
        font-size: 18px;
        color: royalblue;
    }
}
.plan h6{
    font-size: 14px;
    margin-bottom: 16px;
}
.plan button{
    margin-top: 1rem;
    padding: 0.5em;
    width: 200px;
    border-radius: 9px;
    border: 2px solid royalblue;
    color: royalblue;
    background: none;
    font-size: large;
    font-weight: bold;
    transition: 10ms ease;
    cursor: pointer;
}
.plan button:hover{
    background-color: royalblue;
    border: none;
    color: white;
    font-weight: bold;
}

.testimonials{
    display: flex;
    justify-self: center;
    font-size: 28px;
    color: white;
    margin-bottom: 3rem;
    margin-left: 25rem;
}

@media (max-width: 1024px) {
    .testimonials{
        margin-left: 15rem;
    }
}
@media (max-width: 768px) {
    .testimonials{
        margin-left: 15rem;
    }
}
@media (max-width: 425px) {
    .testimonials{
        font-size: 17px;
        margin-left: 3rem;
    }
}
@media (max-width: 375px) {
    .testimonials{
        font-size: 17px;
        margin-left: 3rem;
    }
}

.rev{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 6rem;
}

@media (max-width: 1024px) {

    .rev{
        display: flex;
        height: 300px;
        gap: 35px;
        margin-left: 3rem;
        width: 800px;
    }
}
@media (max-width: 768px) {

    .rev{
        display: flex;
        height: 300px;
        gap: 35px;
        margin-left: 3rem;
        width: 800px;
    }
}
@media (max-width: 425px) {

    .rev{
        display: flex;
        gap: 15px;
        overflow-x: auto;
        margin-left: 2rem;
        padding: 0 20px;
        width: 80%;
        scroll-snap-type: x mandatory;
    }
    #rev1{
        margin-left: 700px;
    }
}
@media (max-width: 375px) {

    .rev{
        display: flex;
        gap: 15px;
        overflow-x: auto;
        margin-left: 2rem;
        padding: 0 20px;
        width: 80%;
        scroll-snap-type: x mandatory;
    }
    #rev1{
        margin-left: 700px;
    }
}
.review{
    width: 20%;
    height: 250px;
    border-radius: 20px;
    padding: 1em;
    transition: 150ms;
    background: royalblue;
}

@media (max-width: 1024px) {
    .review{
        flex: 0 0 250px;
        scroll-snap-align: start;
    }
}
@media (max-width: 768px) {
    .review{
        flex: 0 0 250px;
        scroll-snap-align: start;
    }
}
@media (max-width: 425px) {
    .review{
        min-width: 85%;
        flex-shrink: 0; 
        scroll-snap-align: center;       
    }
}
@media (max-width: 375px) {
    .review{
        min-width: 85%;
        flex-shrink: 0; 
        scroll-snap-align: center;       
    }
}

.review img{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: 2px solid white;
    background: white;
}
.review p{
    font-size: 20px;
    margin-bottom: 3rem;
    color: white;
}
.name{
    color: white;
    font-size: 18px;
}

.get-started{
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    margin-bottom: 6rem;
}

@media (max-width: 1024px) {
    .get-started{
        margin-left: 14rem;
    }
}
@media (max-width: 768px) {
    .get-started{
        margin-left: 14rem;
    }
}
@media (max-width: 425px) {
    .get-started{
        margin-left: 0.5rem;
    }
}
@media (max-width: 375px) {
    .get-started{
        margin-left: 0.5rem;
    }
}
.get-started h3{
    font-size: 28px;
    color: white;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .get-started h3{
        width: 700px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .get-started h3{
        width: 700px;
        text-align: center;
    }
}
@media (max-width: 425px) {
    .get-started h3{
        font-size: 15px;
        width: 350px;
        text-align: center;
    }
}
@media (max-width: 375px) {
    .get-started h3{
        font-size: 15px;
        width: 350px;
        text-align: center;
    }
}
.get-started button{
    padding: 1em;
    font-size: 20px;
    font-weight: bold;
    color: royalblue;
    background: none;
    border-radius: 10px;
    border: 2px solid royalblue;
    cursor: pointer;
    transition: all 100ms;
}
@media (max-width: 425px) {
    .get-started button{
        font-size: 15px;
        width: 200px;
        text-align: center;
    }
}
@media (max-width: 375px) {
    .get-started button{
        font-size: 15px;
        width: 200px;
        text-align: center;
    }
}
.get-started button:hover{
    transform: translateX(10px);
}
.ibtn{
    fill: royalblue;
    margin-bottom: -5px;
    margin-left: 4px;
}

footer{
    background: royalblue;
    padding: 2.5em;
    width: 100%;
}

@media (max-width: 1024px) {
    footer{
        font-size: 15px;
        width: 970px;
    }
}
@media (max-width: 768px) {
    footer{
        font-size: 15px;
        width: 970px;
    }
}

@media (max-width: 425px) {
    footer{
        font-size: 15px;
        width: 340px;
    }
}
@media (max-width: 375px) {
    footer{
        font-size: 15px;
        width: 320px;
    }
}
.foot{
    display: flex;
    color: white;
    gap: 10rem;
    justify-self: center;
    justify-content: center;
    width: 100%;
}
@media (max-width: 1024px) {
    .foot{
        font-size: 14px;
        display: flex;
        flex-direction: row;
        gap: 60px;
    }
}
@media (max-width: 768px) {
    .foot{
        font-size: 14px;
        display: flex;
        flex-direction: row;
        gap: 60px;
    }
}
@media (max-width: 425px) {
    .foot{
        font-size: 12px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}
@media (max-width: 375px) {
    .foot{
        font-size: 12px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}


.about-head{
    margin-top: 3rem;
    margin-bottom: 6rem;
    text-align: center;
    font-size: 28px;
}
.about-head h1{
    margin-bottom: 5px;
}
.abt1{
    animation: scale 4s infinite;
    animation-delay: 1s;
}
@keyframes scale{
    0%{
        transform: scale(1.05);
    }
    50%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1.05);
    }
}

.abt2{
    animation: scale 2.5s infinite;
    animation-delay: 2s;
}
@keyframes scale{
    0%{
        transform: scale(0.9);
    }
    50%{
        transform: scale(1.02);
    }
    100%{
        transform: scale(0.9);
    }
}
    
.aboutp{
    margin-bottom: 2rem;
}
.about-pic{
    width: 50%;
    height: 80%;
    margin-left: 2rem;
    background-color: rgb(155, 0, 155);
    border-radius: 400px 400px 5px 5px;
}

.about-cards{
    display: flex;
    justify-content: center;
    gap: 9rem;
}
.head{
    display: flex;
    margin-bottom: 1.5rem;
    justify-self: center;
    margin-right: 2rem;
    gap: 10px;
}
.head h2{
    font-size: 32px;
    margin-top: 3px;
}

.vision{
    width: 30%;
    box-shadow: 0px 0px 30px #ccc;
    border-radius: 10px;
    padding: 1em;
    transition: 100ms;
}
.vision:hover{
    transform: scale(1.09);
    box-shadow: 0px 0px 50px #7a7a7a;
}
.abt{
    font-size: 22px;
    text-align: block;
    color: rgb(109, 1, 109);
}


.contact-head{
    margin-top: 3rem;
    margin-bottom: 6rem;
    font-size: 28px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    text-align: center;
}
.contact-head h1{
    margin-bottom: 1rem;
}
.contact-head p{
    color: rgb(109, 1, 109);
}
.contacts{
    display: flex;
    justify-content: center;
    gap: 5rem;
}
.contact{
    border: 1px solid rgb(109, 1, 109);
    border-radius: 15px;
    padding: 2em;
    width: 20%;
    color: rgb(109, 1, 109);
}
.ihead{
    margin-left: 6rem;
    margin-bottom: 2rem;
}
.contact h1{
    text-align: center;
    font-size: 24px;
    color: black;
}
.contact h2{
    text-align: center;
    letter-spacing: 1px;
}
.social{
    display: flex;
    justify-self: center;
    gap: 10px;
    color: rgb(109, 1, 109);
}