* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: "Libre Franklin", sans-serif;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999999;
    padding: 10px 0px;
}

.list-item li a {
    font-size: 18px;
    color: #000000;
    font-weight: 400;

}

.custom-container-width {
    padding: 0 70px;
}

.banner-content h1 {
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -3%;
    font-weight: 400;
    color: #024535;
}

.banner-content h1 span {
    font-weight: 700;
}

.banner-content p {
    font-size: 24px;
    font-weight: 400;
    color: #111111;
}

.hero-banner {
    padding: 100px 0px;
    background-image: url("../images/author-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
}

.banner-btn a {
    background-color: #024535;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    letter-spacing: -3%;
    padding: 10px 25px;
    border: 1px solid #024535;
}

.get-book {
    background-color: transparent !important;
    color: #024535 !important;
}

.book-cover-img img {
    width: 85%;
    margin: auto;
    display: block;
}

.meet-author-content h2 {
    font-size: 80px;
    letter-spacing: -3%;
    font-weight: 400;
    color: #024535;
}

.meet-author-content h2 span {
    font-weight: 700;
}

.meet-author-content p {
    font-size: 22px;
    letter-spacing: -3%;
    line-height: 40px;
    font-weight: 400;
    color: #000;
}

.author-img img {
    width: 80%;
    margin-left: auto;
    display: block;
}

.meet-author-content {
    padding-left: 70px;
}

.meet-author {
    padding: 80px 0;
}

.padding-left-zero {
    padding-left: 0;
}

.padding-right {
    padding-right: 70px;
}

.margin-left-inherit img {
    margin-left: inherit;
}

.integrity-content h2 {
    font-size: 80px;
    letter-spacing: -3%;
    font-weight: 400;
    color: #024535;
}

.integrity-content h2 span {
    font-weight: 700;
}

.integrity-content p {
    font-size: 22px;
    letter-spacing: -3%;
    font-weight: 400;
    color: #000;
}

.box-integrity {
    background-color: #F8F8F8;
    box-shadow: 0px 0px 9.8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 0px 20px 11px;
}

.box-integrity h3 {
    font-size: 32px;
    color: #024535;
    font-weight: 900;
    letter-spacing: -3%;
}

.box-integrity p {
    font-size: 18px;
    color: #024535;
    font-weight: 300;
    margin-bottom: 0;
    height: 150px;
    overflow: auto;
}

.box-integrity p span {
    font-weight: 700;

}

.guidence-principle-img img {
    width: 106px;
    height: 106px;
    margin-top: -47px;
    margin-bottom: 19px;
}

.integrity-content {
    margin-bottom: 100px;
}

.service-integrity {
    padding-bottom: 100px;
}

.shape-writing {
    background-color: #024535;
    padding: 100px 0;
}

.shap-content h2 {
    font-size: 80px;
    letter-spacing: -3%;
    font-weight: 400;
    color: #fff;
}

.shap-content h2 span {
    font-weight: 700;
}

.shap-content p {
    font-size: 22px;
    letter-spacing: -3%;
    font-weight: 400;
    color: #fff;
}

/* tayyab */
.testimonials {
    padding: 100px 0px;
}

.testimonials h2 {
    font-size: 80px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}

.client-box {
    padding: 39px 38px 43px 24px;
    border-radius: 13px;
    border: 1px solid white;
    position: relative;
    z-index: 10;
    transition: 0.5s ease;
}

:hover.client-box {

    background-color: #024535;
    border-radius: 13px;
    color: white !important;
}

:hover.client-box p {
    color: white;
}

.client-box p {
    color: #000;
    font-size: 18px !important;
    line-height: 31px;

    overflow: auto;
    font-weight: 500;

}

.client-box h4 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
}


.stars i {
    color: #FEC150 !important;
}

.client-abs {
    max-width: 176px;
    max-height: 134px;
    z-index: 1000;
}

:hover .client-box .client-abs img {

    filter: brightness(0) saturate(100%) invert(100%);
    /* white */
}

.client-abs img {
    z-index: 1000;
    position: absolute;
    bottom: 40px;
    right: 20px;
    max-width: 176px;
    max-height: 134px;
}

/* signature */
.signature {
    padding: 100px 0px 100px 0px;
    margin: 0;
    background-color: #17564B;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.image img {
    width: 100%;
    object-fit: cover;
}

.signature h2 {
    color: white;
    font-size: 80px;
    font-weight: 400;
}

.signature p {
    font-size: 22px;
    letter-spacing: -3%;
    font-weight: 400;
    color: #fff;
    line-height: 45px;
}

.right-img img {
    width: auto;
    height: 100%;
    position: absolute;
    /* right: 0; */
    top: 0;
}

.authorcontent-signature {
    padding-left: 70px;
}

/* footer */
.footer {
    padding: 100px 0px 100px 0px;
}

.f-content {
    margin-top: 100px;
}

.f-content h4 {
    font-size: 34px;
    margin-top: 47px;
    font-weight: 400;

}

.footer h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 140px;
}

.footer span {
    font-weight: 700;
}

.official {
    font-weight: 500 !important;
}

.f-logo img {
    max-width: 157px;
    height: 100%;
}

.footer-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 42px;
}

.list-items a {
    text-decoration: none;
    font-weight: 600;
    color: black;
    font-size: 28px;
}

@media(max-width:1600px) {
    .banner-content h1 {
        font-size: 50px;
    }

    .banner-content p {
        font-size: 20px;
    }

    .meet-author-content h2 {
        font-size: 70px;
    }

    .meet-author-content p {
        font-size: 20px;
    }

    .integrity-content h2 {
        font-size: 70px;
    }

    .integrity-content p {
        font-size: 20px;
    }

    .box-integrity h3 {
        font-size: 28px;
    }

    .shap-content h2 {
        font-size: 70px;
    }

    .shap-content p {
        font-size: 20px;
    }

    .testimonials h2 {
        font-size: 70px;
    }

    .signature h2 {
        font-size: 70px;
    }

    .signature p {
        font-size: 20px;
    }

    .footer h2 {
        font-size: 70px;
    }

    html,
    body {
        overflow-x: hidden;
    }
}

@media(max-width:1440px) {
    .banner-content p {
        font-size: 18px;
    }

    .meet-author-content p {
        font-size: 18px;
    }

    .integrity-content p {
        font-size: 18px;
    }

    .shap-content p {
        font-size: 18px;
    }

    .signature p {
        font-size: 18px;
    }

    .box-integrity h3 {
        font-size: 22px;
    }

    .signature h2 {
        font-size: 70px;
    }

    .footer h2 {
        font-size: 60px;
        line-height: 100px;
    }
}

@media(max-width:1399px) {
    .banner-content h1 {
        font-size: 45px;
        line-height: 70px;
    }

    .banner-content p {
        font-size: 17px;
    }

    .meet-author-content h2 {
        font-size: 60px;
    }

    .meet-author-content p {
        font-size: 16px;
        line-height: 30px;
    }

    .integrity-content p {
        font-size: 16px;
    }

    .box-integrity p {
        font-size: 16px;
        height: 170px;
        overflow: auto;
    }

    .shap-content p {
        font-size: 16px;
    }

    .signature p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:1280px) {
    .banner-content h1 {
        font-size: 40px;
        line-height: 61px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .meet-author-content h2 {
        font-size: 55px;
    }

    .integrity-content h2 {
        font-size: 55px;
    }

    .shap-content h2 {
        font-size: 55px;
    }

    .testimonials h2 {
        font-size: 55px;
    }

    .signature h2 {
        font-size: 55px;
    }

    .footer h2 {
        font-size: 55px;
        line-height: 97px;
    }

    .meet-author-content p {
        font-size: 15px;
    }

    .integrity-content p {
        font-size: 15px;
    }

    .shap-content p {
        font-size: 15px;
    }

    .client-box p {
        font-size: 16px !important;
    }

    .signature p {
        font-size: 15px;
    }
}

@media(max-width:1199px) {
    .list-item li a {
        font-size: 14px
    }

    .banner-content h1 {
        font-size: 33px;
        line-height: 56px;
    }

    .banner-btn a {
        font-size: 16px;
    }

    .box-integrity h3 {
        font-size: 16px;
    }

    .footer h2 {
        font-size: 45px;
        line-height: 83px;
    }
}

@media(max-width:767px) {
    .custom-container-width {
        padding: 0 25px;
    }

    .banner-content {
        text-align: center;
    }

    .banner-content h1 {
        font-size: 24px;
        line-height: 45px;
    }

    .hero-banner {

        background-position: inherit;
    }

    .meet-author {
        padding: 0px 25px;
    }

    .meet-author-content {
        padding-left: 0;
        text-align: center;
    }

    .meet-author-content h2 {
        font-size: 30px;
    }

    .author-img img {
        margin: auto;
        margin-top: 38px;
    }

    .book-cover-img img {
        width: 100%;
        margin-top: 40px;
    }

    .meet-second .row {
        flex-direction: column-reverse;
    }

    .meet-author-content {

        text-align: center;
    }

    .padding-right {

        padding-top: 58px;
    }

    .meet-second .padding-right {
        padding-right: 0;
    }

    .author-img img {
        width: 100%;
    }

    .meet-second .banner-btn {
        flex-direction: column;
    }

    .service-integrity {
        padding-top: 80px;
    }

    .integrity-content h2 {
        font-size: 43px;
    }

    .box-integrity {
        margin-bottom: 78px;
    }

    .service-integrity {
        padding-bottom: 70px;
    }

    .shap-content h2 {
        font-size: 45px;
    }

    .right-img img {

        display: none;
    }

    .authorcontent-signature {
        padding-left: 0;
    }

    .signature h2 {
        font-size: 45px;
    }

    .footer h2 {
        font-size: 27px;
        line-height: 59px;
    }

    .f-content h4 {
        font-size: 29px;
        margin-top: 0px;
    }

    .footer-list {
        flex-direction: column;
    }

    .list-items a {
        font-size: 20px;
    }

    .footer {
        padding: 70px 0px 70px 0px;
    }

    .testimonials .banner-btn {
        flex-direction: column;
        text-align: center;
    }
    .logo a img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
    .hero-banner {
        padding-top: 175px;
        padding-bottom: 80px;
    }
    .f-logo{
        margin-bottom: 20px;
    }
    .banner-btn {
    flex-direction: column;
}
}