section.about-hero {
    background: var(--primary);
    height: 600px;
    position: relative;
    z-index: 0;
    padding-top: 180px;
}

section.about-hero .container {
    position: relative;
    height: 100%;
}

section.about-hero .leftBox:before {
    content: "";
    position: absolute;
    top: -41px;
    left: -82px;
    background: url(../images/right-dot.png);
    width: 100px;
    height: 100px;
    background-size: cover;
    z-index: -1;
}

section.about-hero .leftBox {
    position: relative;
}

section.about-hero .leftBox h1 {
    color: var(--text-secondary);
    font-weight: 800;
    margin-bottom: 25px;
}

section.about-hero .leftBox h1 span {
    color: #fff;
    font-weight: 300;
}

section.about-hero .leftBox p {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #C9D1E4;
    width: 80%;
    display: block;
    margin-bottom: 30px;
}

section.about-hero .rightBox {
    height: 100%;
    position: relative;
}

section.about-hero .rightBox figure {
    margin: 0;
    position: absolute;
    bottom: 0;
}

section.about-hero .rightBox figure img {}


section.about-hero .blue-bg {
    background: #13316B;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -30%;
    overflow: hidden;
    z-index: -1;
    top: 0;
}

section.about-hero .blue-bg:after {
    content: "";
    background: url(../images/dotted.png);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}



section.about-tutor {
    padding: 100px 0;
}

section.about-tutor .leftBox {}

section.about-tutor .leftBox figure {}

section.about-tutor .leftBox figure img {}

section.about-tutor .rightBox {}

section.about-tutor .rightBox h2 {
    color: var(--text-secondary);
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
}

section.about-tutor .rightBox h2 span {
    font-weight: 300;
}

section.about-tutor .rightBox p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #596582;
    width: 90%;
    display: block;
    margin-bottom: 30px;
}

section.about-tutor .leftBox figure:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 40px;
    background: url(../images/right-dot.png);
    width: 100px;
    height: 100px;
    background-size: cover;
    z-index: -1;
}

/* checkBox */
.checkBtnBox {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: start;
    padding: 15px;
    border-radius: 10px;
}

.checkBtnBox .icoBox {
    background: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    box-shadow: 0px 12px 10px 0px #16B4E51A;
}

.checkBtnBox .label {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}


/* mission vision */
section.mission-vision {background-color: #F4F7FE;padding: 100px 0;}

.card.cardbg {
    border-radius: 20px;
    border: 0px;
    padding: 80px 50px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.card.cardbg .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.card.cardbg .card-body {
    position: relative;
    z-index: 0;
}

.card.cardbg .bg-image img {
    width: 100%;
    height: 100%;
    opacity: 30%;
}

.card.cardbg .ico {
    text-align: center;
}

.card.cardbg .ico {
    margin-bottom: 40px;
}

.card.cardbg h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}

.card.cardbg p {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}


@media (max-width: 1400px) {
    section.about-hero .leftBox:before {
        top: -11px;
        left: -32px;
        width: 50px;
        height: 50px;
    }
    section.about-hero .rightBox figure:before {
        top: auto;
        bottom: 0;
    }

    section.about-tutor .rightBox h2 {
        font-size: var(--fs-inner-heading-h1);
        line-height: var(--fs-inner-heading-h1);
    }
    section.about-tutor .rightBox h2 span {
        font-size: var(--fs-inner-heading-h1);
    }

    section.about-tutor .rightBox p {
        font-size: var(--fs-text-t3);
        line-height: var(--fs-inner-heading-h3);
    }
    section.about-tutor .leftBox figure img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    section.about-hero {
        height: auto;
    }
    section.about-hero .leftBox h1 {
        font-size: var(--fs-inner-heading-h1);
        line-height: var(--fs-inner-heading-h1);
    }
    section.about-hero .leftBox h1 span {
        font-size: var(--fs-inner-heading-h2);
    }
    section.about-hero .leftBox p {
        font-size: var(--fs-text-t3);
        line-height: var(--fs-inner-heading-h3);
    }

    section.about-hero .rightBox figure:before {
        top: auto;
        bottom: 0;
        left: 90px;
        width: 100px;
        height: 100px;
    }
    section.about-hero .rightBox figure:after {
        bottom: 100px;
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 991px) {
    section.about-hero .blue-bg {
        left: 0;
    }
    section.about-hero .leftBox:before{
        visibility: hidden;
    }
    section.about-hero .leftBox h1 {
        text-align: center;
    }
    section.about-hero .leftBox p {
        text-align: center;
        width: 100%;
    }

    section.about-hero .rightBox figure {
        position: relative;
    }

    section.about-tutor .rightBox {
        text-align: center;
    }
    section.about-tutor .leftBox {
        margin-bottom: 50px;
    }
    section.about-tutor .rightBox h2{
        text-align: center;
    }
    section.about-tutor .rightBox p {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .card.cardbg h2 {
        font-size: 40px;
    }
    .card.cardbg p {
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 576px) {
    section.about-tutor .rightBox h2 {
        font-size: var(--fs-inner-heading-h2);
    }
    section.about-tutor .rightBox h2 span {
        font-size: var(--fs-inner-heading-h2);
    }
    .card.cardbg {
        padding: 30px 10px 20px;
    }
    .card.cardbg .bg-image img {
        object-fit: cover;
        object-position: center;
    }
}
