body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
}

@font-face {
    font-family: Qanoar;
    src: url(../font/Qanoar.otf);
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: Qanoar;
}

h5,
p {
    margin: 0;

}


.btn-web {
    padding: 12px 60px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

:root {
    --web-color: #25336e;
    --wth-color: #ffffff;
    --blue-color: #2e3f88;
    --black-color: #000;
    --grid-color: linear-gradient(115deg, #14193a, #4657a0);
}

/* header css start */

header {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
}

a.navbar-brand {
    background: var(--web-color);
    padding: 15px 30px;
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: var(--wth-color);
}

ul.navbar-nav {
    background: var(--web-color);
    margin-right: 0 !important;
    width: 65%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

ul.navbar-nav li a {
    padding: 14px 20px;
    color: var(--wth-color) !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

ul.navbar-nav li {
    padding: 0 20px;
}


form.d-flex.top-btn {
    margin-left: -25px;
}

.wth-btn {
    color: var(--web-color);
    background: white;
}

/* header css end */

/* hm-banner css start */

.hm-banner {
    background-image: url(../images/banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1250px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner-books {
    position: relative;
    z-index: 0;
}

.back-circle {
    position: absolute;
    z-index: -1;
    right: 0;
}


.back-circle img {
    width: 80%;
    animation: rota 20s infinite linear;
}

.banner-content h1 {
    color: var(--web-color);
    font-size: 60px;
    margin-bottom: 30px;
    text-shadow: 4px 5px 11px white;
    height: 70px;
}

.banner-content h2 {
    color: var(--web-color);
    font-size: 40px;
    margin-bottom: 60px;
    text-shadow: 5px 1px 8px white;
}

.banner-content p {
    color: var(--web-color);
    font-weight: 600;
    font-size: 13px;
    width: 70%;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.trns-btn {
    border: 2px solid var(--web-color);
    color: var(--web-color);
}

.blue-btn {
    background: var(--grid-color);
    color: var(--wth-color);
    transition: 0.7s ease;
}

.books-wanhu {
    margin-right: -50px;
}

/* hm-banner css end */

/* books css start */

section.books {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.sides-animation {
    position: absolute;
    z-index: 0;
}

.tractor-img {
    left: -190px;
    top: 50px;
}

.donkey-img {
    right: -150px;
    top: 150px;
}

.sides-animation.donkey-img img {
    width: 70%;
    animation: rtlt 3s infinite linear;

}

.tractor-img img {
    width: 80%;
    animation: top 3s infinite linear;

}

.book-content {
    text-align: center;
    position: relative;
    z-index: 0;
}

.book-content h3 {
    font-size: 30px;
    line-height: 50px;
    color: var(--web-color);
    font-weight: 400;
    margin-bottom: 50px;
    font-family: "Manrope", sans-serif;
}


.animate-img {
    position: absolute;
    z-index: 0;
}

.right-img {
    left: -160px;
    top: -220px;
}

.left-img {
    right: -170px;
    top: 50px;
}

.bird-img {
    right: -380px;
    top: 90px;
    z-index: -1;
}

.web-books {
    padding-top: 100px;
    text-align: center;
}

.web-books h2 {
    color: var(--web-color);
    font-size: 60px;
    margin-bottom: 30px;
    height: 90px;
}

.web-books p {
    width: 60%;
    margin: auto;
    font-size: 20px;
    color: var(--web-color);
    font-weight: 400;
}

.book-list {
    position: relative;
    z-index: 0;
    padding: 15px;
    margin-top: 80px;
}

.book-img {
    border: 3px solid var(--web-color);
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.book-name {
    text-align: center;
    background: var(--blue-color);
    padding: 25px 0px;
    border-radius: 10px;
    margin: auto;
    width: 100%;
    margin-top: 30px;
    text-transform: uppercase;
}

.book-name h5 {
    color: var(--wth-color);
    font-size: 23px;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
}

.book-img:before {
    position: absolute;
    z-index: 0;
    content: "";
    left: -15px;
    top: -67px;
    background-image: url(../images/book-side1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 70%;
    height: 80%;
}

.book-img:after {
    position: absolute;
    z-index: 0;
    content: "";
    right: -15px;
    bottom: -75px;
    background-image: url(../images/book-side1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 68%;
    height: 80%;
    transform: rotate(180deg);
}

/* books css end */

/* about-books css start */

.about-books {
    background-image: url(../images/bookback.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1500px;
    display: flex;
    align-items: end;
    padding-bottom: 70px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.wanhu-books img {
    width: 70%;
    margin-bottom: -80px;
}

.wanhu-books {
    display: flex;
    align-items: end;
    text-align: center;
}

.wanhu-books a {
    width: 43%;
    font-size: 13px;
    padding: 12px 40px;
}

.wanhu-books-content {
    text-align: center;
    margin-top: 100px;
}

.wanhu-books-content h3 {
    color: var(--blue-color);
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    height: 80px;
}

.wanhu-books-content p {
    color: var(--blue-color);
    margin: auto;
    width: 70%;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 15px;
}

.farmer-img {
    right: -135px;
    top: 280px;
}

.farmer-img img {
    width: 80%;
}

.farmer1-img {
    bottom: 0;
    left: 80px;
}

.farmer1-img img {
    animation: rtlt 3s infinite linear;
    width: 75%;
}

/* about-books css end */
/* new-audibook css start */

.new-audibook {
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}

.audibook {
    background: var(--grid-color);
    border-radius: 40px;
    margin: auto;
    width: 90%;
    padding: 25px 10px;
    box-shadow: 0px 10px 50px 30px #fde8f4;
}

.phone-img {
    text-align: center;
}

.phone-img h3 {
    color: var(--wth-color);
    font-size: 40px;
    margin-bottom: 20px;
}

.phone-img h6 {
    color: var(--wth-color);
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
}

.phone-img p {
    color: var(--wth-color);
    line-height: 22px;
    font-weight: 400;
    width: 75%;
    margin: auto;
    font-size: 15px;
    padding-bottom: 20px;
}

.phone-img .btn-flux {
    justify-content: center;
}



.phone-img .btn-flux a:hover {
    color: #ffffff !important;
}

.phone-img figure img {
    margin-top: -105px;
    margin-left: 50px;
    height: 460px;
    margin-bottom: -42px;
    width: 100%;
}

.phone-img figure {
    overflow: unset;
}

a.btn.btn-yellow.trans-btn.no {
    box-shadow: none;
}

.farmer2-img {
    left: 40px;
    bottom: -150px;
}

.sides-animation.farmer3-img {
    text-align: end;
    right: 0;
}

.farmer3-img {
    right: -60px;
    bottom: -200px;
}

.farmer2-img img {
    width: 80%;
}

.farmer3-img img {
    width: 80%;
}

/* new-audibook css end */

/* testimonils css start */
.testimonils {
    padding: 70px 0;
    overflow: hidden;
}

.main-testimonial h2 {
    text-align: center;
    color: var(--black-color);
    font-size: 50px;
    margin-bottom: 30px;
    height: 110px;
}

.main-client {
    padding: 20px;
    text-align: center;
    background: var(--wth-color);
    border-radius: 20px;
    height: 450px;
    margin-top: 30px;
    box-shadow: 0px 10px 50px 10px #fde8f4;
    margin-bottom: 50px;
}

.main-client img {
    width: 80px !important;
    margin-top: -58px;
    margin-left: 40px;
}

.main-client p {
    color: var(--blue-color);
    font-size: 23px;
    width: 80%;
    font-weight: 400;
    margin: auto;
    margin-top: 50px;
}

.name-client {
    padding-top: 40px;
}

.name-client h6 {
    font-size: 22px;
    color: var(--blue-color);
    font-weight: 400;
    line-height: 35px;
}

.happy-client .owl-item.active.center .main-client {
    background: var(--grid-color);
}

.happy-client .owl-item.active.center .main-client p {
    color: var(--wth-color);
    font-weight: 400;
    font-size: 23px;
    line-height: 40px;
}

.happy-client .owl-item.active.center .name-client h6 {
    color: var(--wth-color);
    font-weight: 400;
}

/* testimonils css end */

/* footer css start */

footer {
    background: var(--web-color);
    padding-top: 70px;
    padding-bottom: 80px;
}

.footer-links ul li {
    padding: 12px 0px;
}

.footer-links ul li a {
    font-weight: 400;
    color: var(--wth-color);
}

.footer-links h6 {
    color: var(--wth-color);
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 22px;
}

.footer-links .form-group input#exampleInputEmail1 {
    border-radius: 50px;
    height: 55px;
    width: 90%;
    padding: 20px;
    margin-bottom: 20px;
}

.footer-links .btn-primary {
    background-color: transparent !important;
    border: 2px solid var(--wth-color);
    width: 90%;
    border-radius: 10px;
    height: 60px;
}

.d-ul {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.d-ul li a {
    font-size: 50px;
}

.footer-links a {
    font-size: 16px;
}

.main-bottom-links {
    border-top: 1px solid #ffffff52;
    background: var(--web-color);
}

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.term-link p {
    margin: 0;
    color: var(--wth-color);
    font-weight: 300;
    font-size: 18px;
}

.term-link {
    display: flex;
    align-items: center;
    gap: 30px;
}

.term-link a {
    color: var(--wth-color);
    font-weight: 400;
    font-size: 18px;
}


.tel-a a.info-email {
    background: var(--wth-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid var(--wth-color);
}

.d-ul .special i {
    font-size: 35px;
    background-color: var(--wth-color);
    color: var(--black-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 60px;
}

.footer-links ul li a i {
    font-size: 35px;
}

#formLoader img {
    width: 50px;
}
#formLoaders img {
    width: 50px;
}

/* footer css end */

/* keyframe css start */

@keyframes top {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes rtlt {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes rtlt {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes rota {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* keyframe css end */
.blue-btn:hover {
    background: transparent;
    border: 2px solid #3b498a;
}

.wth-btn:hover {
    background: var(--grid-color);
    color: white !important;
    border: 2px solid white;
}




.main-after {
    background: white;
    padding: 20px 20px;
    border-radius: 10px;
    position: absolute;
    top: 20%;
    left: 0%;
    box-shadow: 0px 4px 27px -12px black;
    display: none;
    height: 500px;
    overflow-y: scroll;
}

.main-after h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: auto;
    margin-bottom: 9px;
}

.main-after p {
    font-size: 17px;
    margin: 10px 0px;
    font-weight: 500;
}

.atropos-rotate {
    position: relative;
}

.akajk {
    top: 6%;
}


.video-wanhu video {
    height: 800px;
    object-fit: cover;
    border: 12px solid black;
    width: auto;
    border-radius: 10px;
}

.video-wanhu {
    padding: 80px 0;
    text-align: center;
}