@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* font-family: 'Roboto', sans-serif; */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
    display: inline-block;
}

ul {
    padding-left: 0;
}

nav {
    padding-block: 15px;
}

.sticky {
    width: 100%;
    position: fixed;
    z-index: 111;
}

.flex {
    display: flex;
    align-items: center;
}

.logo {
    width: 150px;
}

.nav-item {
    padding: 0;
    padding-inline: 8px;
}

.nav-link {
    color: #959595;
    font-size: 16px;
    font-weight: 500;
}

.nav-item ion-icon {
    margin-top: 3px;
    font-size: 14px;
    color: #707070;

}

.navbar {
    background-color: #F9FAFD;
}

/* ----- banner ------ */

.banner {
    background-image: url(../img/background.png);
    background-repeat: repeat;
    width: 100%;
    padding-block: 100px;
}

.banner h2 {
    margin-top: 5%;
    font-size: 60px;
    font-weight: 600;
    color: #47536B;
}

.banner p {
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #778bb3;
    margin-top: 30px;
}

.box {
    border-radius: 20px;
    width: 400px;
    height: 400px;
    background-color: #C9DAF6;
    position: relative;
}

.box .man {
    position: absolute;
    width: 100%;
    bottom: 1%;
    left: 4%;
    z-index: 9;
}

.shape {
    position: absolute;
    width: 50%;
    rotate: 325deg;
    left: -29%;
    top: 66%;
}

.shape2 {
    position: absolute;
    width: 65%;
    rotate: 44deg;
    left: 44%;
    top: -24%;
}

.first-button {
    padding: 8px 15px;
    background-color: #3377FF;
    color: #F9FAFD;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 10%;
    border: 2px solid transparent;
    transition: all .5s;
}
.first-button:hover{
    border: 2px solid #007AB5;
    color: #007AB5;
    background-color: transparent;
    transition: all .5s;
}
.sec-button {
    font-size: 18px;
    font-weight: 500;
    color: #47536B;
    padding: 8px 15px;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 10%;
}
.sec-button:hover{
    border: 2px solid #007AB5;
    color: #007AB5;
    background-color: transparent;
    transition: all .5s;
}

/* sec-section */

.sec-part h2 {
    margin-top: 100px;
    font-size: 40px;
    font-weight: 600;
    color: #47536B;
    text-align: center;
}

.para {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-inline: 20px;
    color: #8696b5;
    text-align: center;
}

.big-box {
    margin-top: 50px;
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    transition: all .5s;
}

.big-box ion-icon {
    margin-top: 20px;
    font-size: 60px;
    font-weight: 600;
    color: #3377FF;
}

.big-box h3 {
    font-size: 30px;
    font-weight: 500;
    color: #47536B;
    margin-top: 20px;
}

.big-box .para2 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #808897;
    text-align: left;
}

.outer {
    text-align: center;
}

.inner-part {
    margin-top: 50px;
    margin-left: 40%;
    width: 18%;
    height: 50px;
    display: block;
    background: linear-gradient(to right, #3377FF 50%, #f7faff 50%);
    background-size: 200% 100%;
    border: 1px solid #3377FF;
    background-position: right top;
    transition: all .3s ease-out;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    color: #3377FF;
    line-height: 50px;
}

.inner-part:hover {
    background-position: left top;
    color: #F9FAFD;
}

.big-box:hover {
    box-shadow: 0px 0px 20px 5px #c9daf6ab;
    transition: all .5s;
}

/* -------- third part ------- */

.third-part {
    margin-block: 100px;
}

.third-part h2 {
    font-size: 35px;
    font-weight: 600;
    color: #47536B;
    text-align: left;
}

.female {
    margin-top: 30px;
    border-radius: 50px;
}

.third-part p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: hsl(219, 10%, 55%);
    padding-left: 30px;
}

.third-part h3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #808897;
    padding-left: 30px;
}

.third-part span {
    color: #3377FF;
}
.star{
    width: 100%;
}
.star img{
    width: 100%;
}
.third-part h4 {
    font-size: 20px;
    margin-top: 15px;
    color: #47536B;
}

.third-part h5 {
    font-size: 14px;
    margin-top: 15px;
    color: #9c9c9c;
}
.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 30px 50px;
}

.counter {
    font-size: 60px;
    margin-top: 10px;
}

/* fourth part */

.fourth-part {
    background-color: #F9FAFD;
    padding: 50px 0;
}

.fourth-part .fourth-img{
    position: relative;
    width: 100%;
}

.fourth-img .manos {
    border-radius: 50px;
    width: 100%;
}

.position-o {
    position: absolute;
    top: -10%;
    right: 13%;
    animation-name: upDown;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate-reverse;
    transition: all .5s;
}

@keyframes upDown {
    to {
        transform: translateY(20px);
    }

    from {
        transform: translateY(-20px);
    }
}

.fourth-part h2 {
    color: #47536B;
    font-size: 45px;
    font-weight: 600;
}

.fourth-part p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #6B7B9C;
    margin-block: 50px;
}

.btn-1 {
    width: 200px;
    height: 40px;
    display: block;
    background: linear-gradient(to right, #3377FF 50%, #f7faff 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: 1px solid #3377FF;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    transition: all .5s;
}

.btn-1:hover {
    background-position: left bottom;
    transition: all .5s;
    color: #f7faff;
}

/* fifth part */

.fifth-part {
    margin: 100px 0;
}

.fifth-part h2 {
    font-size: 35px;
    font-weight: 500;
    color: #47536B;
}

.fifth-part p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #9ca9c4;
    margin-block: 50px;
}

.fifth-part .blocks {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
    padding: 50px;
    transition: all .5s;
}

.fifth-part .blocks:hover {
    box-shadow: 0px 0px 20px 5px #e2ebff;
    transition: all .5s;
}

.fifth-part h3 {
    font-size: 20px;
    font-weight: 600;
    color: #47536B;
}

.fifth-part h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0;
    color: #5e5e5e;
}

.fifth-part h5 {
    font-size: 50px;
    font-weight: 600;
    color: #47536b;
    margin-block: 20px;
    line-height: 60px;
}

.line {
    margin-block: 30px;
    height: 0.5px;
    background-color: #bcbcbc;
}

.fifth-part li{
    display: block;
}
.fifth-part li a {
    font-size: 18px;
    font-weight: 400;
    color: #343e51;
    line-height: 40px;
}

.fifth-part li .del {
    color: #cacaca;
    font-size: 18px;
    font-weight: 400;
}

.fifth-part .btn-2 {
    font-size: 16px;
    color: #3377FF;
    font-weight: 500;
    width: 150px;
    height: 40px;
    border-radius: 8px;
    display: block;
    line-height: 40px;
    background: linear-gradient(to right, #3377FF 50%, #fdfdfd 50%);
    border: 1px solid #3377FF;
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all .5s;
    margin-top: 30px;
    margin-left: 25%;
}

.fifth-part .btn-2:hover {
    background-position: left bottom;
    transition: all .5s;
    color: #e7e7e7;
}

.fifth-part h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    color: #979797;
}

.fifth-part span {
    color: #3377FF;
}

/* six-part */

.six-part {
    margin: 100px 0;
    padding: 100px 0;
    background-color: #F2F5FC;
}

.six-part h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #343e51;
}

.class-big {
    margin-top: 50px;
    background-color: #ffffff;
    border-radius: 20px;
}
.class-img{
    width: 550px;
    border-radius: 20px;
}
.class-img img{
    border-radius: 20px;
    width: 100%;
}
.six-part img {
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.six-part p {
    font-size: 20px;
    line-height: 30px;
    color: #9ca9c4;
}
.six-part h6{
    text-align: center;
}
.heading-2 {
    padding: 30px;
}

.heading-2 h3 {
    color: #3377FF;
    font-size: 22.5px;
    font-weight: 500;
}

.heading-2 h4 {
    color: #cacaca;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin: 20px 0;
}

.heading-2 p {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.flex2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.flex2 a {
    font-size: 20px;
    font-weight: 500;
    color: #9c9c9c;
    transition: all.5s;
    margin-left: -3%;
}

.flex2 a i {
    font-size: 20px;
    color: #3377FF;
    margin-left: 8px;
}

.flex2 a:hover {
transform: translate(8px);
    transition: all.5s;
}

/* seven-part */

.seven-part h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 1px;
    color: #343e51;
    text-align: center;
}

.seven-part p {
    margin: 30px 0;
    text-align: center;
    font-size: 20px;
    color: #969696;
    font-weight: 400;
}

.flex3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-started {
    margin-top: 50px;
    margin-bottom: 70px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #fff;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(to right, #ffffff 50%, #3377FF 70%);
    border: 1px solid #3377FF;
    border-radius: 5px;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s;
}

.get-started:hover {
    background-position: left bottom;
    color: #3377FF;
    transition: all .5s;
    border: 1px solid #3377FF;

}

.side {
    margin-right: 2%;
}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 10px 20px 5px #dbebff;
    text-align: center;
    line-height: 80px;
    margin-top: 40px;
    margin-bottom: 70px;
    animation: beat .5s infinite;
}

.circle i {
    font-size: 16px;
    color: #3377FF;
}

@keyframes beat {
    0% {
        transform: scale(0.98);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(0.98);
    }
}

/* footer */
.footer {
    background-color: #343e51;
    padding: 50px 0;
    height: auto;

}

.footer img {
    width: 150px;
    margin-bottom: 30px;
}

.footer li {
    margin-block: 7px;
    text-align: left;
}

.footer li i {
    color: #cacaca;
    font-size: 18px;
}

.footer li {
    display: block;
}

.footer li a {
    font-size: 18px;
    font-size: 500;
    color: #cacaca;
    margin-left: 5px;
    position: relative;
    transition: all .5s ease-out;
}

.footer li a::before{
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    top: 115%;
    display: block;
    background: linear-gradient(to right, #3377FF 50%, #778bb3 50%);
    background-position: right bottom;
    background-size: 200% 100%;
}
.footer li a:hover::before{
    background-position: left bottom;
    transition: all .5s ease-out;
    margin-left: 5px;
    width: 100%;
}
.footer h2 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #778bb3;
    text-align: left;
}
.gap {
    margin-left: 12%;
}
.big-box1 {
    position: relative;
    display: flex;
}
.icon i {
    color: #3377FF;
    font-size: 25px;
    position: absolute;
    top: 20%;
    left: 85%;
}


.input-e{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: transparent;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding-left: 9px;
    color: #323944;
}
.social-circle {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #C9DAF6;
    text-align: center;
    margin-top: 40px;
    margin-left: 5px;
}

.social-circle i {
    line-height: 40px;
    font-size: 20px;
    color: #C9DAF6;
    transition: all .3s;
}
.social-circle:hover:first-child i{
    color: #3377FF;
    transition: all .3s;
} 
.social-circle:hover:nth-child(2) i{
    color: #F70000;
    transition: all .3s;
}
.social-circle:hover:nth-child(3) i{
    color: #007AB5;
    transition: all .3s;
}
.social-circle:hover:last-child i{
    color: #CD2E8A;
    transition: all .3s;
}
/* last-footer */

.last-footer {
    background-color: #212834;
    padding: 20px 0;
}

.last-footer h6 {
    text-align: center;
}

.last-footer i {
    font-size: 16px;
    color: #bcbcbc;
    margin-right: 5px;
}

.last-footer a {
    font-size: 16px;
    color: #bcbcbc;
    font-weight: 400;
}
