* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white-color: #FFFFFF;
    --theme-color: #8355C8;
}

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cinzel", serif;
}

a {
    text-decoration: none;
    font-family: "Cinzel", serif;
}

.para {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
}

.white-btn {
    color: var(--theme-color);
    background-color: var(--white-color);
    padding: 20px 34px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
}

/*header start*/
.header {
    position: absolute;
    z-index: 11;
    width: 100%;
}

.header .navbar-nav {
    gap: 20px;
}

.header .nav-item .nav-link {
    padding: 0;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
}

.header .header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-right-btn a {
    padding: 14px 14px;
    font-size: 14px;
}

.header .header-right ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.header .navbar-brand img {
    width: 100%;
}

.header .container {
    max-width: 1450px;
}

.header-right-btn {
    display: flex;
}

.header .header-right ul li a {
    color: var(--white-color);
    background-color: var(--theme-color);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 20px;
}

/*header end*/

/* home banner start */
.home-banner {
    background-image: url("../images/home-banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 200px 0px 125px;
}

.banner-book img {
    width: 40rem;
}

.banner-content h5 {
    color: var(--white-color);
    font-size: 23px;
    font-weight: 400;
    margin: 20px 0px 30px 70px;
    position: relative;
    z-index: 1;
}

.banner-content h5::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 65px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    left: -80px;
}

.banner-content h5::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 65px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    right: 335px;
}

.banner-content h1 {
    font-size: 58px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 20px;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.banner-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    margin-bottom: 20px;
}

/* home banner end */

/* partner start */
.partner-slider-bg {
    background-image: url("../images/partner-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14px 0px;
}

.partner-slider-bg .partner-logo img {
    width: 12.6rem;
    margin: 0 auto;
}

.partner-sec {
    position: absolute;
    width: 100%;
    bottom: -120px;
    z-index: 11;
}

.partner-sec-xtra {
    bottom: 40px;
}

/* partner end */

/*about sec start*/
.about-sec {
    background-image: url("../images/about-sec.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px 100px;
}

.about-image img {
    border-radius: 20px;
}

.about-image {
    text-align: end;
}

.about-sec-btn {
    display: flex;
    margin-top: 30px;
}

.same-heading {
    font-size: 50px;
    color: var(--white-color);
    font-weight: 400;
}

.about-content h2 {
    margin-bottom: 30px;
}

.about-content h5 {
    color: var(--white-color);
    font-size: 23px;
    font-weight: 400;
    margin: 20px 0px 30px 92px;
    position: relative;
    z-index: 1;
}

.about-content h5::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 65px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    left: -80px;
}

.about-content h5::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 65px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    right: 350px;
}

.about-number-bg {
    background-image: url("../images/about-number-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 36px 0px;
    margin-top: 100px;
}

.about-number-content {
    text-align: center;
}

.about-number-content h3 {
    color: var(--white-color);
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
}

.about-number-content h5 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

/*about sec end*/

/*about the book start*/
.about-the-book-box {
    background-image: url("../images/about-the-book-box.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 100px 70px;
    border-radius: 15px;
    border: 8px solid var(--white-color);
}

.about-the-book {
    margin: 50px 0px;
    padding: 62px 0px;
    background-image: url("../images/about-the-book-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-the-book-image {
    text-align: end;
}

.about-the-book-box-content h2 {
    margin: 40px 0px;
}

.about-the-book-btn {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 12px;
}

.about-the-book-btn a {
    padding: 12px 20px;
}

.about-the-book-box-content h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: var(--white-color);
    margin-bottom: 20px;
    font-style: italic;
}

/*about the book end*/

/*our book details start*/
.our-book-details-content {
    text-align: center;
    margin-bottom: 50px;
}

.our-book-details {
    background-image: url("../images/our-book-details-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.our-book-details-content h5 {
    color: var(--white-color);
    font-size: 23px;
    font-weight: 400;
    margin: 20px 0px 30px;
    position: relative;
    z-index: 1;
}

.our-book-details-content h5::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 180px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    left: 350px;
}

.our-book-details-content h5::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 180px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    right: 350px;
}

.our-book-details-image img {
    width: 100%;
}

.our-book-section-content {
    margin-bottom: 100px;
    text-align: center;
}

.our-book-section-content h3 {
    font-size: 25px;
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 20px;
}

.our-book-section-content h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 20px;
}

/*our book details end*/

/*video-sec start*/
.video-sec {
    background-image: url("../images/video-sec-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0px;
}

.video-sec-content {
    background-color: #000;
    height: 650px;
    border-radius: 20px;
    border: 10px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-sec-content img {
    cursor: pointer;
}

/*video-sec end*/

/*video-sec end*/
.book-review {
    background-image: url("../images/book-review-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.book-review-content h5 {
    color: var(--white-color);
    font-size: 23px;
    font-weight: 400;
    margin: 20px 0px 30px 65px;
    position: relative;
    z-index: 1;
}

.book-review-content h5::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 65px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    left: -80px;
}

.book-review-content h5::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 65px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    right: 330px;
}

.review-box {
    background-image: url("../images/testimonials-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 15px;
}

/*video-sec end*/

/*book review start*/
.review-box-top img {
    width: 100px !important;
    margin: 0 auto;
}

.review-box-top {
    text-align: center;
}

.review-box-top h4 {
    font-size: 18px;
    font-weight: 800;
    color: var(--white-color);
    margin-top: 15px;
}

.review-box-rating {
    text-align: center;
    margin-top: 20px;
}

.review-box-rating i {
    color: #FEC42D;
}

.review-box p {
    text-align: center;
    font-size: 13px;
}

/*book review end*/

/* join us sec start */
.join-us-content h2 {
    margin-bottom: 20px;
}

.join-us-content p {
    line-height: 25px;
}

.join-us-sec {
    background-image: url("../images/about-the-book-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0px;
}

.join-us-content {
    background-image: url("../images/join-us-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 62px 100px;
    margin: 100px 0px;
    text-align: center;
    border-radius: 20px;
    border: 10px solid var(--white-color);
}

.join-us-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px;
}

.join-us-btn a {
    background-color: var(--white-color);
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

/* join us sec end */

/* blogs sec start */
.blogs-sec {
    background-image: url("../images/about-the-book-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0px;
    padding: 100px 0px;
}

.blogs-content {
    text-align: center;
    margin-bottom: 60px;
}

.blogs-content h5 {
    color: var(--white-color);
    font-size: 23px;
    font-weight: 400;
    margin: 20px 0px 30px;
    position: relative;
    z-index: 1;
}

.blogs-content h5::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 180px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    left: 415px;
}

.blogs-content h5::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 180px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    right: 415px;
}

.blog-box .blog-box-content {
    box-shadow: 0px 0px 10px 0px #00000026;
    background: #000000CF;
}

.blog-box .blog-box-content a {
    padding: 55px 62px;
    text-align: center;
    color: var(--white-color);
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-box img {
    width: 100%;
}

.blog-box-footer {
    border-top: 2px solid #EAEAEA;
    padding: 16px 0px;
    text-align: center;
}

.blog-box {
    overflow: hidden;
    border-radius: 22px;
    width: 360px;
    margin: 0 0 0 auto;
}

.blog-box-footer span {
    color: var(--white-color);
}

/* blogs sec end */

/*contact sec start*/
.contact-sec {
    background-image: url("../images/about-sec.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.contact-content {
    text-align: center;
}

.contact-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0px 50px;
}

.contact-mail-icon {
    background-color: var(--white-color);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.contact-mail-icon i {
    font-size: 40px;
    color: var(--theme-color);
}

.contact-mail-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
}

.contact-mail-content a {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.contact-sec form {
    width: 615px;
    margin: 0 auto;
}

.contact-sec form input {
    width: 100%;
    height: 47px;
    margin-bottom: 20px;
    padding: 0px 15px;
    border-radius: 20px;
    border: none;
    outline: none;
}

.contact-sec form textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 20px;
    border: none;
    outline: none;
    resize: none;
}

.contact-sec form button {
    width: 100%;
    height: 50px;
    background-color: var(--theme-color);
    border: none;
    outline: none;
    color: var(--white-color);
    border-radius: 20px;
    font-family: "Cinzel", serif;
    font-size: 18px;
    font-weight: 600;
}

/*contact sec end*/

/* footer start */
.footer {
    background-image: url("../images/footer-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 0px 0;
}

.footer-branding img {
    width: 10rem;
}

.footer-branding p {
    font-size: 14px;
}

.footer-branding .footer-social ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.footer-branding .footer-social ul li a {
    color: var(--white-color);
    background-color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 100px;
}

.footer-link h3 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid var(--white-color);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.footer-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-link ul li {
    margin-bottom: 12px;
}

.footer-link ul li a {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    transition: all ease 0.3s;
}

.footer-link ul li a:hover {
    color: var(--theme-color);
}

.contact-link ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-link {
    margin-top: 60px;
}

.contact-link ul li a i {
    font-size: 18px;
}

.footer-link form input {
    width: 100%;
    height: 45px;
    border-radius: 100px;
    padding: 0 15px;
    border: none;
    outline: none;
    margin-bottom: 15px;
}

.footer-link form button {
    width: 100%;
    height: 45px;
    border-radius: 100px;
    border: none;
    outline: none;
    background-color: var(--theme-color);
    color: var(--white-color);
}

.copyright-content {
    margin-top: 90px;
    text-align: center;
    padding: 20px 0px 30px;
    border-top: 1px solid var(--white-color);
}

.copyright-content p {
    margin: 0;
}

/* footer end */

/*be the 100th css start*/
.be-the-sec {
    background-image: url("../images/our-book-details-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    margin: 50px 0px;
}

.be-the-btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.be-the-content h2 {
    margin: 40px 0px;
    font-weight: 700;
}

.be-the-sec-img img {
    width: 100%;
}

.be-the-content h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.be-the-content h4 {
    font-size: 26px;
    font-weight: 700;
    color: var(--white-color);
}

/*be the 100th css end*/