@font-face {
    font-family: OutfitExtraLight;
    src: url("../fonts/Outfit-ExtraLight.ttf");
}

@font-face {
    font-family: OutfitLight;
    src: url("../fonts/Outfit-Light.ttf");
}

@font-face {
    font-family: OutfitRegular;
    src: url("../fonts/Outfit-Regular.ttf");
}

@font-face {
    font-family: OutfitSemiBold;
    src: url("../fonts/Outfit-SemiBold.ttf");
}

@font-face {
    font-family: OutfitMedium;
    src: url("../fonts/Outfit-Medium.ttf");
}

@font-face {
    font-family: OutfitSemiBold;
    src: url("../fonts/Outfit-SemiBold.ttf");
}

@font-face {
    font-family: OutfitBold;
    src: url("../fonts/Outfit-Bold.ttf");
}

@font-face {
    font-family: OutfitExtraBold;
    src: url("../fonts/Outfit-ExtraBold.ttf");
}

@font-face {
    font-family: OutfitBlack;
    src: url("../fonts/Outfit-Black.ttf");
}

@font-face {
    font-family: AnnapurnaSIL-Bold;
    src: url("../fonts/AnnapurnaSIL-Bold.ttf");
}

@font-face {
    font-family: AnnapurnaSIL-Regular;
    src: url("../fonts/AnnapurnaSIL-Regular.ttf");
}

:root {
    --font-300: OutfitLight;
    --font-400: OutfitRegular;
    --font-500: OutfitMedium;
    --font-600: OutfitSemiBold;
    --font-700: OutfitBold;
    --font-800: OutfitExtraBold;
    --font-900: OutfitBlack;
    --font-anp: AnnapurnaSIL-Regular;
    --font-anp-Bold: AnnapurnaSIL-Bold;
    --primary: #ED7E0B;
    --primary-light: #F8DEBD;
    --secondary: #8CA6D5;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: var(--font-400);
}

html, body {
    font-family: var(--font-400);
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: var(--bs-black);
}

a:hover {
    color: var(--primary);
}

input, button, textarea {
    outline: none;
    border: 0px;
    background: none;
}

.webkit {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.webkit_1 {
    -webkit-line-clamp: 1;
}

.webkit_2 {
    -webkit-line-clamp: 2;
}

.webkit_3 {
    -webkit-line-clamp: 3;
}

.webkit_4 {
    -webkit-line-clamp: 4;
}

.hide {
    display: none !important;
}

.show {
    display: flex !important;
}

.opened .line1 {
    stroke-dasharray: 90, 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1, 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90, 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.img-box {
    margin: 0px;
}

.img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.img-box-content img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.3s;
}

li.nav-item.dropdown.navdesktop ul {
    flex-direction: column;
    top: 100%;
    left: 0px;
    width: 100%;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary);
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    background: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    line-height: 1.5;
    color: rgb(106, 115, 130);
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    color: rgb(0, 0, 1);
    margin-top: 0px;
    line-height: 1.5;
}

p {
    margin-bottom: 15px;
    color: rgb(106, 115, 130);
}

header.header.sticky .navbar-dark .navbar-nav .nav-link {
    color: white !important;
}

header.sticky .header-bottom {
    padding: 5px 0px;
    border: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: black !important;
}

.navbar-nav li {
    bottom: 0px;
}

.navbar-nav li a {
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color: rgb(255, 255, 255) !important;
}

.navbar-nav li a:hover {
    color: rgb(255, 255, 255) !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

.header.sticky li a {
    color: white !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-link::after {
    bottom: 0px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--primary);
    transition: width 0.3s, left 0.3s;
    width: 0px;
}

.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
    width: 100%;
    left: 0px;
}

ul.dropdown-menu {
    padding: 0px;
}

.dropdown-menu li:hover, .dropdown-menu li:hover a {
    background: white;
    color: rgb(0, 0, 1) !important;
}

.navbar-brand img {
    width: auto;
    transition: 0.6s;
}

.navbar-nav li a {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(0, 0, 1);
}

.offcanvas {
    background-color: rgb(0, 0, 1);
}

.offcanvas .navbar-nav .dropdown-menu {
    margin-top: 10px;
    border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
    padding: 10px 0px;
}

.offcanvas .navbar-nav .dropdown-menu li:hover, .offcanvas .navbar-nav .dropdown-menu li:hover a {
    border-radius: 8px;
}

.offcanvas .btn-close svg {
    fill: white;
}

.offcanvas-header > img {
    width: 15rem;
}

.dropdown-menu {
    background-color: var(--secondary);
    border-radius: 0px;
}

.dropdown-item {
    background: none !important;
}

.dropdown-menu li {
    padding: 6px 10px;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 4;
    position: relative;
}

.header {
    z-index: 999;
    transition: 0.6s;
    position: absolute;
    width: 100%;
    top: 0px;
}

header.sticky {
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgb(0, 0, 1);
}

header.sticky #navbarNav {
    border-bottom: 0px !important;
}

header.sticky img {
    width: auto;
    transition: 0.5s ease-in-out;
    filter: invert(1);
}

.top-banner {
    background: url("../images/top-banner.png") 0% 0% / cover no-repeat;
    position: relative;
}

.top-banner .right-col h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    color: white;
}

.top-banner .right-col p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.client {
    padding-top: 25px;
    padding-bottom: 24px;
    margin-top: -98px;
    background: white;
    backdrop-filter: blur(50px);
}

.client img {
    margin: auto;
}

.contact-us {
    padding-top: 60px;
    padding-bottom: 70px;
    background: url("../images/contact-bg.png") center top / cover no-repeat;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

.form-control {
    resize: none;
    display: block;
    width: 100%;
    padding: 16px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid rgba(30, 30, 30, 0.26);
    border-radius: 0px;
    background: rgb(249, 249, 249);
    color: rgb(1, 19, 52) !important;
}

.form-control:focus {
    background-color: transparent;
    border-color: var(--primary);
    box-shadow: none !important;
    outline: none !important;
}

::-webkit-input-placeholder {
    color: rgb(30, 30, 30) !important;
    font-weight: 400;
}

.theme-btn {
    position: relative;
    padding: 9px 34px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: var(--primary);
    border: 2px solid var(--primary);
    font-size: 15px;
    display: inline-block;
    border-radius: 0px;
}

.theme-btn:hover {
    background-color: rgb(240, 255, 221);
    color: var(--primary);
}

.theme-btn:active {
    transform: scale(0.96);
}

.footer {
    padding-top: 35px;
    padding-bottom: 25px;
    background: rgb(53, 52, 55);
    position: relative;
    z-index: 4;
}

.footer-logo p {
    color: white;
    margin-top: 20px;
    font-size: 1rem;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 3px solid white;
}

.footer-bottom {
    margin-top: 28px;
    text-align: center;
}

ul.footer-link {
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 21px;
    margin: 0px;
}

ul.footer-link li {
    list-style: none;
}

ul.footer-link li a {
    color: white;
    font-size: 16px;
    font-family: var(--font-500);
}

.footer-bottom p {
    color: white;
    margin: 0px;
    font-size: 16px;
}

.header-top .social-media {
    display: flex;
    gap: 18px;
}

.footer-bootom-links > span {
    margin: 0px 15px 0px 0px;
    color: white;
    font-size: 1rem;
    font-weight: 400;
}

.animate-up {
    animation: 3s ease-in-out 0s infinite normal none running up;
}

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

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

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

.animate-zoom {
    animation: 3s ease-out 0s infinite normal none running zoom-in-zoom-out;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.9);
        transition: 0.5s ease-in-out;
    }

    30% {
        transform: scale(1);
        transition: 0.7s ease-in-out;
    }

    50% {
        transform: scale(1.2);
        transition: 0.7s ease-in-out;
    }

    50% {
        transform: scale(1);
        transition: 0.7s ease-in-out;
    }

    100% {
        transform: scale(0.9);
        transition: 0.7s ease-in-out;
    }
}

.footer-logo .trust-img {
    width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 0px 0px 4px;
    font-size: 15px;
}

ul.navbar-nav {
    gap: 22px;
}

.header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.23);
    padding: 25px 0px;
    transition: 0.3s;
}

.header.sticky li a.active {
    color: var(--primary-light) !important;
}

div#navbarNav {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
}

nav.navbar.navbar-expand-xl.navbar-dark.stroke.bg-transparent {
    flex-direction: column;
    align-items: unset;
}

.header-top-main {
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-mail-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-mail span {
    margin-left: 6px;
    color: white;
    transition: 0.3s;
}

.header-mail i {
    color: var(--secondary);
    transition: 0.3s;
}

.social-media {
    color: var(--primary);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: white;
    background: white;
    padding: 9px 20px;
}

.social-media:hover::before {
    top: -70%;
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: 0.6s ease 0s 1 normal none running greentopBubbles;
    background-image: radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, transparent 20%, white 20%, transparent 30%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 15%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%) !important;
}

.theme-btn:hover::after {
    bottom: -70%;
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: 0.6s ease 0s 1 normal none running greenbottomBubbles;
}

.social-media i:not(:nth-child(1)) {
    margin-left: 12px;
}

.nav-link:hover, .nav-link.active {
    color: var(--secondary) !important;
}

.header {
    position: absolute;
    width: 100%;
    top: 0px;
}

.social-media-main {
    display: flex;
    align-items: center;
    gap: 9px;
}

section.hero-section.other-hero {
    padding-bottom: 160px;
}

.hero-section {
    position: relative;
    padding-top: 200px;
    overflow: hidden;
    padding-bottom: 140px;
    background: var(--primary-light);
}

section.hero-section.other-hero::after {
    content: none;
}

.hero-bg-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.author-sec {
    background-image: url("../images/bg-author.png");
    padding-top: 460px;
    padding-bottom: 100px;
    text-align: center;
}

.author-sec .row {
    justify-content: center;
}

img.hero-section-bottom-img {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 4;
    display: none;
}

.hero-bg-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.hero-img.img-box-content {
    z-index: 4;
    position: relative;
    height: 490px;
}

.hero-content {
    position: relative;
    z-index: 5;
}

.hero-content h1 {
    color: black;
    font-size: 69px;
    line-height: 1.1;
    font-family: var(--font-anp);
}

.hero-img.img-box-content img {
    object-fit: contain;
}

.soccial-media-wrapper {
    display: inline-flex;
    list-style: none;
    padding: 0px;
    gap: 9px;
}

.soccial-media-wrapper .icon {
    position: relative;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin: 0px;
    font-size: 15px;
    color: white;
    background: transparent;
    border: 2px solid white;
}

.soccial-media-wrapper .tooltip {
    position: absolute;
    top: 0px;
    font-size: 14px;
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.soccial-media-wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: rgb(255, 255, 255);
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.soccial-media-wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.soccial-media-wrapper .icon:hover span, .soccial-media-wrapper .icon:hover .tooltip {
    text-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px;
}

.soccial-media-wrapper .facebook:hover, .soccial-media-wrapper .facebook:hover .tooltip, .soccial-media-wrapper .facebook:hover .tooltip::before {
    background: rgb(24, 119, 242);
    color: rgb(255, 255, 255);
}

.soccial-media-wrapper .twitter:hover, .soccial-media-wrapper .twitter:hover .tooltip, .soccial-media-wrapper .twitter:hover .tooltip::before {
    background: rgb(29, 161, 242);
    color: rgb(255, 255, 255);
}

.soccial-media-wrapper .instagram:hover, .soccial-media-wrapper .instagram:hover .tooltip, .soccial-media-wrapper .instagram:hover .tooltip::before {
    background: rgb(228, 64, 95);
    color: rgb(255, 255, 255);
}

ul.footer-link li a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.hero-content p {
    color: black;
}

.aurthor-section-main {
    position: relative;
}

section.aurthor-section {
    padding-top: 70px;
    background: var(--primary-light);
}

.main-heading {
    font-size: 60px;
    font-family: var(--font-anp);
    color: black;
    line-height: 1;
}

.main-heading-center {
    text-align: center;
}

.author-img.img-box {
    height: 570px;
}

section.aurthor-section .row {
    align-items: center;
}

.aurthor-section-content p {
    font-size: 16px;
}

.about-book-content h3 {
    font-size: 24px;
    color: black;
    font-family: var(--font-700);
}

.about-book-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.81);
}

section.about-book .row {
    align-items: flex-start;
    margin-top: 20px;
}

.about-book-card {
    padding: 20px 25px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.3s 0.3s;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 15px;
    height: 100%;
    justify-content: space-between;
    height: 360px;
}

.about-book-bottom {
    display: flex;
    gap: 0px 21px;
}

.about-book-bottom strong {
    color: var(--primary);
    font-family: var(--font-600);
}

.about-book-card h4 {
    font-size: 27px;
    font-family: var(--font-600);
}

.about-book-cards-main {
    margin-top: 30px;
}

.about-book-card > span {
    color: var(--primary);
    font-family: var(--font-500);
}

.about-book-card:hover {
}

.amazone-book {
    background: rgb(53, 52, 55);
}

.amazone-book-content p {
    font-size: 17px;
    color: white;
}

.amazone-book-img.img-box-content {
    height: 390px;
}

.amazone-book-content .main-heading {
    color: white;
    margin: 0px;
    line-height: 1.1;
}

.amazone-book .row {
    align-items: center;
}

.amazone-book-content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.content-btn-main a {
    display: block;
    z-index: 33;
    overflow: hidden;
}

.content-btn-main {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.book-trailer-heading {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 30px;
}

.book-trailer-heading h2 {
    margin: 0px;
    color: rgb(43, 43, 43);
}

.book-trailer-heading p {
    max-width: 580px;
    margin: 0px;
    font-size: 17px;
    color: rgb(43, 43, 43);
}

.book-trailer.img-box-content {
    height: auto;
}

#myVideo {
    width: 100%;
    height: auto;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: var(--primary);
}

.video-container {
    position: relative;
}

section#trailer {
    background: rgb(237, 237, 237);
}

.content-btn-main a:hover {
    overflow: visible;
}

.testimonial-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.testimonial-card-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.testimonial-card-content > * {
    margin: 0px;
}

.testimonial-card-content h3 {
    font-size: 20px;
    color: black;
    font-family: var(--font-600);
}

.testimonial-card-content p {
    color: gray;
    font-size: 15px;
}

.testimonial-top-content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.testimonial-top-content strong {
    font-size: 20px;
    color: black;
    font-family: var(--font-anp);
}

.testimonial-card .rating {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(128, 128, 128, 0.38);
    font-size: 20px;
}

.blogs-wrapper {
    padding-top: 50px;
}

.blog-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    background: linear-gradient(rgba(217, 217, 217, 0) 0%, rgb(101, 147, 216) 100%);
    overflow: hidden;
    margin: 0px 0px 20px;
    width: 100%;
    transition: 0.3s;
    height: 360px;
    position: relative;
    /* margin-top: 20px !important; */
    /* margin-bottom: 0 !important; */
}

.blog-img.img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-card-content > * {
    margin: 0px;
}

.blog-card-content h3 {
    font-size: 24px;
    font-family: var(--font-600);
    color: white;
    margin-bottom: 12px;
    transition: 0.3s;
}

.blog-card-content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    position: absolute;
}

.blog-card-content span, .blog-card-content p {
    color: white;
    font-size: 17px;
}

.blog-card-content strong {
    color: var(--primary);
    font-family: var(--font-700);
}

.blog-card:hover img {
    scale: 1.1;
}

section.hero-section.other-hero .hero-content {
    text-align: center;
    max-width: 910px;
    margin: 0px auto;
}

.about-aurthor-02-content-main {
    padding: 150px 55px 50px;
    background: rgb(212, 241, 249);
    position: relative;
}

img.about-aurthor-02-img {
    position: absolute;
    top: 0px;
    width: 100%;
    object-fit: cover;
    left: 0px;
}

.accordion-item {
    margin-bottom: 20px;
    border: 2px solid rgb(209, 209, 209) !important;
}

.accordion-button::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "+";
    background-image: none;
    padding: 0px;
    color: black;
    height: auto;
    width: 0px;
    font-size: 25px;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: none;
}

.accordion-button:not(.collapsed) {
    background: rgba(236, 255, 212, 0.58);
    color: var(--primary);
}

button.accordion-button.collapsed {
    box-shadow: none;
    outline: none;
    font-family: var(--font-600);
    font-size: 19px;
    border: 0px;
}

.accordion-button:focus {
    border-color: var(--primary);
    box-shadow: none !important;
}

button.accordion-button {
    font-family: var(--font-600);
    font-size: 19px;
}

.faq .main-heading-center {
    margin-bottom: 40px;
}

.book-2-content strong {
    font-size: 17px;
    font-family: var(--font-600);
    color: black;
    margin-bottom: 20px;
    display: flex;
}

.about-aurthor-book-main .content-btn-main {
    justify-content: center;
    margin: 40px 0px;
}

.about-aurthor-book-main .content-btn-main img {
    filter: brightness(0.5);
}

.about-aurthor-book {
}

section.book-2 .main-heading-center {
    margin-bottom: 40px;
}

section.hero-section.other-hero .hero-content h1 {
    text-transform: capitalize;
}

.contact-form-content p {
    max-width: 500px;
    font-size: 17px;
    margin-bottom: 20px;
}

.contact-form-content-social-media:nth-child(1) {
    align-items: flex-start;
}

.contact-form-content-social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-form-content-social-media-main {
    max-width: 340px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.bg-contact-form {
}

.form-control::placeholder {
    color: rgb(149, 149, 149) !important;
}

.contact-form-content-social-media-main .icon {
    color: var(--primary);
    font-size: 21px;
}

.contact-form-content-social-media-main span {
    font-size: 16px;
    color: black;
    font-family: var(--font-600);
}

.mb-0.contact-btn .theme-btn {
    margin: 0px auto;
    display: block;
}

.aurthor-section-main > * {
    position: relative;
    z-index: 4;
}

.hero-content span {
    font-size: 18px;
    color: var(--primary);
    text-transform: capitalize;
    font-family: var(--font-600);
    display: block;
}

.aurthor-heading {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    text-align: center;
}

.aurthor-heading span {
    font-size: 18px;
    color: var(--primary);
    text-transform: capitalize;
    font-family: var(--font-600);
    display: block;
}

.author-img.img-box img {
    object-fit: contain;
}

.aurthor-section-content {
}

.theme-span {
    font-size: 18px;
    color: var(--primary);
    text-transform: capitalize;
    font-family: var(--font-600);
    display: block;
}

.testimonial-top img {
    height: 50px;
    border-radius: 50%;
}

.blog-card-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    opacity: 0;
    transition: 0.3s;
}

.footer-logo {
    filter: invert(1);
}

.img-box-content.book-tow {
    display: flex;
    z-index: -1;
    position: relative;
    height: 370px;
    transform: translateX(-80px) !important;
}

.about-aurthor-book img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-aurthor-book {
    height: 770px;
}

.header-social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--primary);
}

.our-vision-card {
    padding: 20px;
    background: white;
    border-radius: 10px;
    border-bottom: 10px solid white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: 0.3s;
}

.our-vision-card ul {
    flex-direction: column;
    display: flex;
    gap: 14px;
}

.our-vision .main-heading-center {
    margin-bottom: 20px;
}

.our-vision-card h3 {
    font-size: 33px;
    font-family: var(--font-600);
}

.our-vision-card ul li strong {
    font-family: var(--font-500);
    color: black;
}

.our-vision-card:hover {
    border-bottom: 10px solid rgba(255, 44, 22, 0.22);
}

.col-lg-4:has(.testimonial-card):hover {
}

.col-lg-4:has(.testimonial-card) {
    transition: 0.3s;
}

.hero-content p {
    display: none;
}

.singl-blogs-content h2 {
    color: black;
    font-family: var(--font-600);
    font-size: 32px;
}

.singl-blogs-content p {
    color: rgb(61, 61, 61);
    font-size: 16px;
}

.singl-blogs-content img {
    height: 500px;
    object-fit: contain;
    max-width: 1050px;
    margin: 0px auto 30px;
    display: block;
}

section.singl-blogs {
    padding-bottom: 100px;
}

.singl-blogs-content h3 {
    font-size: 25px;
    color: black;
    font-family: var(--font-500);
}

.hero-bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.about-bottom-img {
    position: absolute;
    top: -1%;
    left: 0px;
    width: 100%;
    z-index: 2;
}

section.about-book {
    background-image: url("../images/about--book-bg-img.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.blogs {
}

.blog-card-content {
    position: absolute;
    bottom: 0px;
    padding: 20px;
}

.blog-card-content {
    transform: translateY(120px);
    padding: 40px;
    transition: 0.3s;
    z-index: 4;
}

.blog-card-content p {
    opacity: 0;
    transition: 0.3s;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
}

.blog-card:hover .blog-card-content p {
    opacity: 1;
    color: rgba(255, 255, 255, 0.65);
}

.blog-card:hover .blog-card-content {
    transform: translateY(0px);
}

.blog-card::after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    background: linear-gradient(rgba(217, 217, 217, 0) 0%, rgb(101, 147, 216) 100%);
    z-index: 1;
}

.blog-card:hover .blog-card-content .blog-card-bottom {
    opacity: 2;
}

section.testimonials {
    background: rgb(248, 222, 189);
}

.testimonials-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.about-book-card.testimonial-card img {
    height: 96px;
    width: 96px;
    border-radius: 50%;
}

section:has(.about-bottom-img) {
    padding-top: 150px;
}

.book-hero-sec {
    background: var(--secondary);
}

.blogs-hero-sec {
    background: white;
}

section.hero-section.other-hero h1 {
    margin: 0px;
}

.accordion-item {
    border: 0px;
}

button.accordion-button {
    gap: 5px;
    align-items: flex-start;
}

.accordion-item {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-image: initial !important;
    border-bottom: 1px solid gray !important;
}

.mission {
    margin-top: 40px;
}

.mission-heading {
    margin-bottom: 30px;
}

.leFadeInRight span {
    animation-name: leFadeInRight;
}

@keyframes leFadeInRight {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }

    100% {
        opacity: 1;
    }
}

.hover-animate-bounce:hover {
    animation-name: bounce;
    animation-duration: 1s;
}

.orange {
    color: orange;
}

section.hero-section .hero-content {
    width: 100%;
    max-width: 100%;
}

section.hero-section.other-hero .hero-content {
    max-width: 80%;
}

.main-heading span {
    font-size: 40px;
    font-family: var(--font-anp);
}

.link-visit {
    color: var(--primary);
    text-decoration: underline;
}

.link-visit:hover {
    color: black;
}

.header-bottom a img {
    width: 160px;
    height: auto;
}

.footer-logo a img {
    width: 160px;
    height: auto;
}

.main-heading.main-heading-center br {
    display: none;
}

a.icon.linkedIn:hover {
    background: rgb(0, 119, 181);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.soccial-media-wrapper .icon {
}

a.icon.linkedIn .tooltip {
    background: rgb(0, 119, 181);
}

a.icon.linkedIn .tooltip::before {
    background: inherit;
}

p {
    text-align: justify;
}

.background-white {
    background-color: transparent !important;
}

.singl-blogs-content img {
    width: 100%;
}

.blogs-wrapper {
    padding: 0px;
    margin-top: 20px;
}section.thank-you.hero-section {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.thank-you-content {
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
}

.thank-you-content h1, .thank-you-content h1 span {
    color: black;
    font-size: 69px;
    line-height: 1.1;
    font-family: var(--font-anp);
    text-transform: capitalize;
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.thank-you-content h1 span {
    color: var(--secondary);
    display: flex;
}

.thank-you-content 
> span {
    font-size: 21px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}
