@import url(https://fonts.googleapis.com/css2?family=Chilanka&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap);

@font-face {
    font-family: boxicons;
    src: url(../fonts/boxicons/boxicons.ttf)
}

@font-face {
    font-family: Horsham;
    src: url(../fonts/Horsham-Serial-Medium/Horsham-Serial-Medium.ttf)
}

:root {
    --c1: #000;
    --c2: #2ac20d;
    --f1: 'Plus Jakarta Sans';
    --f2: 'Horsham';
    --f3: 'Chilanka';
    --f4: 'Space Grotesk'
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

.img__contain {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.img__cover {
    width: 100%;
    height: 100%;
    object-fit: cover
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: 'Roboto', sans-serif
}

::selection {
    background-color: var(--c1);
    color: #fff
}

a {
    display: inline-block;
    color: #000;
    transition: all 300ms ease-in-out
}

a:hover {
    color: #000
}

ul,
ol,
dl {
    margin-bottom: 0;
    padding: 0
}

p,
li,
a,
span,
input,
input::placeholder,
button {
    font-family: var(--f1)
}

.imgFluid {
    max-width: 100%;
    height: auto
}

button {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    outline: 0
}

i.bx {
    font-family: boxicons;
    vertical-align: middle
}

.themebtn {
    display: inline-block;
    background: url(../images/btn_bg.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--c1);
    font-weight: 600;
    padding: 16px 30px;
    position: relative;
    font-size: 13px;
    text-transform: capitalize;
    outline: 0;
    border: none
}

.themebtn:hover {
    transform: translateY(-4px) scale(1.05);
    color: #fff;
    background: url(../images/btn_hover.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

.chat_header_btn a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--f4);
    color: var(--c1);
    margin-top: 3px;
    font-size: 15px;
    font-weight: 500
}

.chat_header_btn a i {
    font-size: 22px;
    color: var(--c2)
}

.chat_header_btn a:hover i {
    animation: tada 600ms
}

.header__main {
    padding: 10px;
    background: #000;
}

.main_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.main_nav>li>.dropdown_menu {
    position: absolute;
    z-index: 999;
    background: #fff;
    left: 0;
    top: 23px;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all
}

.main_nav li {
    position: relative
}

.main_nav .dropdown_menu li a {
    padding: 6px 17px;
    font-size: 14px
}

.main_nav>li>a {
    font-family: var(--f4);
    font-size: 14px;
    color: #fff
}

.main_nav>li>a i {
    font-size: 8px
}

.header__main {
    padding: 10px;
    background: #000;
}

.main_nav>li:hover>.dropdown_menu {
    opacity: 1;
    visibility: visible
}

.dropdown_menu li a i {
    transform: rotate(-90deg);
    font-size: 10px
}

.dropdown_menu li a {
    display: flex;
    align-items: center;
    gap: 10px
}

.dropdown_menu>li:hover>.dropdown_menu {
    opacity: 1;
    visibility: visible
}

.dropdown_menu>li>.dropdown_menu {
    position: absolute;
    z-index: 999;
    background: #fff;
    top: 23px;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
    left: 220px;
    top: 0
}

ul.dropdown_menu {
    width: max-content;
    min-width: 230px
}

a.header__logo img {
    width: 191px;
    height: auto;
    object-fit: contain
}

.banner_btn {
    display: flex;
    gap: 10px;
    align-items: center
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.home_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 83vh
}

.banner_img {
    width: 100%;
    height: 508px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    animation: float1 3s ease-in-out infinite;
    top: -14px
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner_cont {
    position: relative;
    z-index: 9
}

.banner_cont h6 {
    font-size: 23px;
    text-transform: uppercase;
    font-family: var(--f3);
    color: var(--c1)
}

.banner_cont h3 {
    font-size: 53px;
    font-family: var(--f2);
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--c1)
}

.banner_cont p {
    font-size: 14px;
    line-height: 1.9;
    font-weight: 500;
    margin: 24px 0;
    width: 90%;
    text-transform: capitalize
}

a.top_contacts {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--c1)
}

a.top_contacts i {
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px
}

.banner_cont h2 span {
    background: url(../images/text_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 47px;
    font-family: var(--f2);
    font-weight: 900;
    padding: 5px 10px;
    color: #fff
}

.banner_cont h2 {
    font-size: 43px;
    font-family: var(--f2);
    text-transform: uppercase;
    color: var(--c1);
    margin: 0
}

.banner_book_icons {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 100%;
    pointer-events: none
}

.banner_book_icons img {
    position: absolute
}

img.banner_icon1 {
    top: -130px;
    right: 0;
    animation: float1 3s ease-in-out infinite
}

img.banner_icon2 {
    right: 120px;
    top: -88px;
    animation: float2 4s ease-in-out infinite
}

img.banner_icon3 {
    bottom: -30px;
    right: 60px;
    animation: float2 3s ease-in-out infinite
}

@keyframes float1 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes float2 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8px)
    }

    100% {
        transform: translateY(0)
    }
}

.particles_section {
    position: absolute;
    width: 100%;
    height: 80%;
    overflow: hidden;
    pointer-events: none
}

.particles-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.particles {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #6DC8C7;
    animation: rotate 1s linear infinite
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.color2 {
    background: var(--c1)
}

.color3 {
    background: #6dc8c650
}

.author_figures {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 44px;
    margin-top: -30px;
    padding: 0 18px;
    position: relative
}

.author_figures li span {
    align-items: center;
    display: grid;
    text-align: center;
    font-size: 93px;
    font-family: var(--f1);
    line-height: 1;
    font-weight: 700
}

.author_figures li {
    display: block;
    font-size: 29px;
    font-weight: 600;
    font-family: var(--f1);
    width: 23%;
    display: flex;
    align-items: center;
    gap: 20px;
    text-transform: capitalize;
    line-height: 1.3;
    color: #fff
}

.books_item {
    width: 195px;
    height: 287px;
    overflow: hidden;
    margin: 0 10px;
    transition: 1s;
    box-shadow: 3px 4px 10px 2px #1d27588f
}

.books_item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner_book_slider .slick-list.draggable {
    padding: 60px 50px !important
}

.books_item.slick-slide.slick-current.slick-active.slick-center {
    width: 249px;
    height: 354px;
    margin-top: -38px
}

.author_figures li b {
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 3px;
    font-size: 93px
}

.book_cont {
    background: #fff;
    padding: 33px 50px;
    border-radius: 20px;
    box-shadow: 30px 10px 36px 1px #5d74e952;
    position: relative;
    z-index: 111
}

.book_cont h4 {
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 700;
    margin-bottom: 15px;
    color: #000
}

.book_cont p {
    font-size: 13px;
    font-weight: 500;
    margin: 0
}

.sub_banner {
    position: relative;
    margin-top: -50px
}

.banner_book_slider {
    position: relative;
    height: 450px
}

.banner_book_slider::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    top: 24%;
    left: 50%;
    background: url(../images/book_slider_line.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%)
}

.sub_banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 71%;
    background: url(../images/book_section_bg.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 12%;
    left: 0;
    z-index: -1
}

.narrative {
    padding: 340px 0 120px;
    position: relative;
    overflow: hidden;
    margin-top: -98px
}

.section_title h3 {
    font-size: 51px;
    font-family: var(--f1);
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize
}

.section_title h4 {
    font-size: 51px;
    font-family: var(--f1);
    margin: 0;
    font-weight: 700;
    color: var(--c1);
    text-transform: capitalize
}

.narrative_item {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 23px 18px;
    border-radius: 17px;
    transition: 500ms;
    box-shadow: 6px 6px 19px 1px #6dc8c754;
    margin: 20px 10px;
    background: #fff
}

.narrative_item span {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    font-family: var(--f1);
    font-weight: 600;
    border-radius: 100%;
    background: #000;
    color: #fff
}

.narrative_item h3 {
    margin: 0;
    text-transform: capitalize;
    font-family: var(--f1);
    font-weight: 700;
    color: #000;
    font-size: 28px
}

.slick-arrow {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 500ms;
    left: -7%;
    background: #fff0;
    box-shadow: 0 0 12px 0 #d1d1d1
}

.slick-next {
    left: auto;
    right: -7%
}

.slick-next::before {
    transform: rotate(180deg)
}

.slick-arrow::before {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 51px;
    color: var(--c1);
    opacity: 1;
    content: "\ea4d";
    font-family: boxicons !important
}

.slick-arrow:hover {
    background: var(--c1)
}

.narrative_item:hover {
    background: #000;
}

.narrative_item:hover h3 {
    color: #fff
}

.narrative_item:hover span {
    background: #fff;
    color: #000;
}

.narrative::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/section_line.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 29%;
    pointer-events: none;
    left: 0
}

.narrative_animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 122vh;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: space-between
}

.narrative_animation span {
    animation-name: fall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: 15px;
    height: 15px
}

.narrative_animation span:nth-child(1) {
    animation-duration: 7.5s;
    animation-delay: 0s;
    width: 20px;
    height: 20px
}

.narrative_animation span:nth-child(2) {
    animation-duration: 5.2s;
    animation-delay: 2s;
    width: 9px;
    height: 9px
}

.narrative_animation span:nth-child(3) {
    animation-duration: 6.1s;
    animation-delay: 1.2s;
    width: 30px;
    height: 30px
}

.narrative_animation span:nth-child(4) {
    animation-duration: 8.8s;
    animation-delay: 0.8s;
    width: 10px;
    height: 10px
}

.narrative_animation span:nth-child(5) {
    animation-duration: 5.7s;
    width: 15px;
    height: 15px
}

.narrative_animation span:nth-child(6) {
    animation-duration: 6.5s;
    animation-delay: 1s;
    width: 22px;
    height: 22px
}

.narrative_animation span:nth-child(7) {
    animation-duration: 4.3s;
    width: 24px;
    height: 24px
}

.narrative_animation span:nth-child(8) {
    animation-duration: 9.9s;
    animation-delay: 2.5s;
    width: 12px;
    height: 12px
}

.narrative_animation span:nth-child(9) {
    animation-duration: 6.3s;
    animation-delay: 1.5s;
    width: 24px;
    height: 24px
}

.narrative_animation span:nth-child(10) {
    animation-duration: 8.1s;
    animation-delay: 0.3s;
    width: 18px;
    height: 18px
}

.narrative_animation span:nth-child(11) {
    animation-duration: 6.7s;
    animation-delay: 2s;
    width: 25px;
    height: 25px
}

@keyframes fall {
    0% {
        transform: translateY(-100px) rotate(0deg)
    }

    100% {
        transform: translateY(130vh) rotate(360deg)
    }
}

.narrative_animation span img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.section_title {
    position: relative;
    z-index: 99
}

.narrative_slider {
    margin-top: 40px;
    position: relative;
    z-index: 99
}

.author_figures::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 100px;
    background: url(../images/book_section_icon.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -50px;
    right: -120px;
    animation: float1 3s ease-in-out infinite
}

.section_title h3 span {
    color: var(--c1)
}

.services_card {
    position: relative;
    background: #fff;
    padding: 55px 40px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 0 70px 0 #c0fdfd59;
    transition: 500ms;
    height: 470px
}

.services_img img {
    width: 130px;
    height: auto
}

.services_img {
    text-align: center;
    margin-bottom: 21px;
    position: relative;
    z-index: 1
}

.services_card_cont h5 {
    margin-bottom: 12px;
    font-size: 28px;
    font-family: var(--f1);
    font-weight: 700
}

.services_card_cont p {
    font-size: 14px;
    margin: 0
}

.services_card span {
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    background: var(--c1);
    color: #fff;
    font-size: 22px
}

.services {
    padding: 140px 0 70px;
    background: #F0F9F9;
    position: relative
}

.service_row {
    margin-top: 160px;
    position: relative
}

.service_row::before {
    position: absolute
}

.service_row::before {
    position: absolute;
    content: '';
    width: 75%;
    height: 4px;
    background: var(--c1);
    left: 50%;
    transform: translateX(-50%);
    top: -87px
}

.services_card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/services_vector.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    transition: 500ms;
    left: 0;
    opacity: 0
}

.services_card:hover::before {
    opacity: 1
}

.services_card_cont {
    position: relative;
    z-index: 1
}

.services_card:hover .services_img {
    filter: brightness(0) invert(1)
}

.services_card:hover .services_card_cont h5 {
    color: #fff
}

.services_card:hover .services_card_cont p {
    color: #fff
}

.services_card:hover {
    background: var(--c1)
}

.section_bf::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 85px;
    background: url(../images/services_book_icon.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -50px;
    left: -10px;
    animation: float1 3s ease-in-out infinite
}

.services::before {
    position: absolute;
    content: '';
    width: 230px;
    height: 530px;
    background: url(../images/services_books.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -110px;
    right: 0;
    animation: float1 3s ease-in-out infinite
}

.section_vector {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none
}

.section_vector .vector1 {
    position: relative;
    top: -80px;
    left: -180px;
    animation: float1 4s ease-in-out infinite
}

.section_vector .vector2 {
    position: relative;
    top: -110px;
    right: -120px;
    animation: float1 3s ease-in-out infinite;
    animation-delay: 1s
}

.custom-slider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    width: 100%;
    height: 600px
}

.slide {
    position: absolute;
    width: 23%;
    height: auto;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    transition: all 1s ease;
    display: none;
    box-shadow: 20px 20px 50px 20px #8feceb2b;
    padding: 58px 60px;
    border: 1px solid #f3f3f3;
    cursor: pointer
}

.slide-left-2 {
    transform: translateX(-45rem) translateY(163px) scale(.8) skew(-5deg, -5deg) rotate(-7deg);
    z-index: 1;
    display: block !important
}

.slide-left-1 {
    transform: translateX(-24rem) translateY(48px) scale(.9) skew(-3deg, -1deg) rotate(-7deg);
    z-index: 2;
    display: block !important
}

.slide-center {
    transform: translateX(0) scale(1) skew(0, 0);
    z-index: 3;
    display: block !important;
    background: var(--c1);
    padding: 81px 33px 34px
}

.slide-right-1 {
    transform: translateX(24rem) translateY(48px) scale(.9) skew(3deg, 1deg) rotate(7deg);
    z-index: 2;
    display: block !important
}

.slide-right-2 {
    transform: translateX(45rem) translateY(163px) scale(.8) skew(5deg, 5deg) rotate(8deg);
    z-index: 1;
    display: block !important
}

.controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -101px;
    display: flex;
    align-items: center;
    gap: 30px
}

.best_brand_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 33px;
    transition: 500ms
}

.best_brand_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.best_brand_cont h3 {
    font-size: 25px;
    font-family: var(--f1);
    font-weight: 700;
    color: var(--c1)
}

.best_brand_cont p {
    font-size: 14px;
    color: #000;
    margin: 0;
    display: none;
    line-height: 1.8
}

.bullets {
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 6px
}

.bullets span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: 200ms
}

.bullets .active {
    background: var(--c1);
    transform: scale(1.6);
    margin: 0 10px
}

.slider_main {
    position: relative;
    margin-top: 3rem
}

.controls button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: none;
    font-size: 36px;
    box-shadow: 0 0 10px 0 #c7c7c7;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c1)
}

.controls button:hover {
    background: var(--c1);
    color: #fff
}

.slide.slide-center .best_brand_cont p {
    display: block
}

.slide.slide-center .best_brand_img {
    margin: -190px auto 50px;
    width: 80%
}

.best_brand {
    padding: 100px 0 200px;
    position: relative;
    overflow: hidden
}

.best_brand::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/section_line.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 83%;
    pointer-events: none;
    left: 0
}

.section_bf2::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 105px;
    background: url(../images/services_book_icon.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -120px;
    right: -120px;
    animation: float1 3s ease-in-out infinite;
    animation-delay: 2s
}

.slide::before {
    position: absolute;
    content: '';
    width: 101%;
    height: 83%;
    background: url(../images/services_vector.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 0
}

.slide-center .best_brand_cont h3 {
    color: #fff
}

.slide-center .best_brand_cont p {
    color: #fff;
    margin-top: 22px
}

.slide:hover {
    background: var(--c1)
}

.slide:hover h3 {
    color: #fff
}

.section_books {
    position: absolute;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    bottom: -140px
}

.section_books img {
    width: 72px;
    height: auto
}

img.section_book1 {
    transform: rotate(205deg)
}

.testimonials {
    padding: 70px 0;
    background: #EFF9F9
}

.testo_item {
    padding: 51px 30px 40px 40px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 50px 10px #cbffff8f;
    position: relative;
    z-index: 99;
    transition: 1s;
    margin: 0 40px
}

.testo_name h4 {
    font-size: 33px;
    font-family: var(--f1);
    font-weight: 600;
    margin: 0
}

.testo_name span {
    font-size: 21px
}

.testo_user_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0
}

.testo_img {
    width: 123px;
    height: 160px;
    border-radius: 64px 63px;
    overflow: hidden;
    margin-top: -88px;
    margin-right: -11px
}

.testo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testo_cont p {
    margin-bottom: 0;
    margin-top: 38px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    height: 180px;
    overflow-y: auto;
    position: relative;
    z-index: 1
}

.testo_item::before {
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    background: url(../images/quote.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 40%;
    right: 12%
}

.testo_slider .draggable {
    padding: 130px 0 20px !important
}

.testo_item.slick-slide.slick-current.slick-active.slick-center {
    background: var(--c1);
    margin-top: -70px;
    color: #fff;
    position: relative;
    z-index: 999
}

span.bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: 200ms
}

span.bullet.active {
    background: var(--c1);
    transform: scale(1.6);
    margin: 0 10px
}

.testo_controls button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: none;
    font-size: 36px;
    box-shadow: 0 0 10px 0 #c7c7c7;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c1)
}

.testo_controls button:hover {
    background: var(--c1);
    color: #fff
}

.testo_controls {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
    position: relative;
    bottom: 70px
}

div#testo_bullets {
    display: flex;
    align-items: center;
    gap: 6px
}

.faqs {
    padding: 260px 0 170px;
    position: relative;
    overflow: hidden
}

.faqs_cont h3 {
    font-size: 45px;
    font-family: var(--f1);
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    line-height: 1.4
}

.faqs_cont h3 span {
    color: var(--c1)
}

.faqs_cont p {
    margin-top: 30px;
    font-size: 22px;
    color: #797979;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 30px
}

.faqs_cont {
    padding-right: 20px
}

.faqs_main .accordion-button {
    border: none;
    outline: 0;
    box-shadow: 0 0 10px 0 #6dc8c736;
    padding: 35px 20px 35px 110px;
    border-radius: 13px !important;
    font-size: 22px;
    font-family: var(--f1);
    color: var(--c1);
    font-weight: 700;
    overflow: hidden;
    position: relative
}

.faqs_main .accordion-item {
    border: none;
    margin-bottom: 21px;
    box-shadow: 0 0 3px 0 #6dc8c769;
    border-radius: 20px !important
}

.faqs_main .accordion-button::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 100%;
    left: 0;
    background: var(--c1)
}

.faqs_main .accordion-button::after {
    position: absolute;
    top: 41%;
    right: 30px;
    width: 26px;
    height: 15px;
    display: flex;
    justify-content: center;
    margin: 0;
    align-items: center;
    content: '+';
    background-image: none;
    font-size: 30px;
    line-height: 1
}

.faqs_main .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '-';
    transform: none
}

.faqs_main .accordion-button:not(.collapsed) {
    color: var(--c1);
    box-shadow: 0 0 20px 1px #6dc8c759 !important;
    background: #fff
}

.faqs_main .accordion-button:focus {
    box-shadow: none
}

.faqs_main .accordion-body p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    color: #797979
}

.faqs_main .accordion-body {
    padding: 30px 32px 30px
}

.faqs_main {
    padding: 0 40px;
    height: 567px;
    overflow-y: auto
}

.faqs_main::-webkit-scrollbar {
    width: 15px;
    border: 1px solid var(--c1);
    border-radius: 10px
}

.faqs_main::-webkit-scrollbar-track {
    background: #fff0;
    border-radius: 10px
}

.faqs_main::-webkit-scrollbar-thumb {
    background-color: var(--c1);
    border-radius: 10px;
    border: 1px solid #fff0
}

.faqs_main::-webkit-scrollbar-thumb:hover {
    background-color: var(--c1)
}

.faqs::before {
    position: absolute;
    content: '';
    width: 43%;
    height: 100%;
    background: url(../images/faq_lone1.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -30px;
    left: 0;
    z-index: -1
}

.faqs::after {
    position: absolute;
    content: '';
    width: 41%;
    height: 60%;
    background: url(../images/faq_lone2.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 0rem;
    z-index: -1
}

.faqs_particles img {
    position: absolute
}

.faqs_particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

img.faqs_particles1 {
    top: -24%;
    left: 8%;
    animation: float1 3s ease-in-out infinite
}

.faqs_Parent {
    position: relative
}

img.faqs_particles2 {
    right: 12%;
    top: -26%;
    animation: float1 3s ease-in-out infinite;
    animation-delay: 2s
}

img.faqs_particles3 {
    bottom: -27%;
    left: 1%;
    animation: float1 3s ease-in-out infinite
}

img.faqs_particles4 {
    bottom: -16%;
    right: 12%;
    animation: float1 3s ease-in-out infinite;
    animation-delay: 2s
}

.newslatter {
    box-shadow: 0 40px 200px 0 #1d275830;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../images/newslatter_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0
}

.newslatter_books {
    width: 39%;
    height: 557px;
    overflow: hidden;
    position: absolute;
    top: -102px;
    right: 6%;
    animation: float1 3s ease-in-out infinite
}

.newslatter_books img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslatter_cont {
    text-align: center;
    color: #fff
}

.newslatter_cont form {
    background: #ffffff4a;
    border-radius: 50px;
    box-shadow: 0 20px 70px 0 #6dc8c736;
    padding: 20px
}

.newslatter_cont h2 {
    font-size: 43px;
    font-family: var(--f1);
    font-weight: 700
}

.newslatter_cont p {
    font-size: 21px;
    margin: 18px 0 30px
}

.newslatter_cont form button {
    padding: 17px 26px;
    border-radius: 50px;
    outline: 0;
    border: none;
    font-size: 24px;
    background: var(--c2);
    font-weight: 600;
    color: var(--c1)
}

.newslatter_cont form input::placeholder {
    text-transform: capitalize;
    color: #000;
}

.newslatter_cont form button:hover {
    background: var(--c1);
    color: #fff;
    box-shadow: 0 0 0 1px #fff
}

.footer {
    padding: 110px 0 70px;
    background: #EFF9F9
}

.footer_about p {
    font-size: 19px;
    width: 81%;
    margin: 0;
    line-height: 1.9;
    font-weight: 400
}

.copy_right {
    padding: 23px 0;
    margin-top: 70px;
    border-top: 2px solid #d1d1d1
}

.copy_right p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400
}

.footer_cont ul {
    display: flex;
    align-items: center;
    gap: 12px
}

.footer_cont ul li a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 30px;
    background: var(--c1);
    color: #fff;
    margin-top: 30px
}

h5.footer_title {
    font-size: 27px;
    font-family: var(--f1);
    color: var(--c1);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px
}

.footer_cont p {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
    color: #1E1E1E
}

.footer_cont a {
    font-size: 18px;
    margin-bottom: 11px;
    color: #1E1E1E
}

.footer_cont a:hover {
    color: var(--c2)
}

.footer_cont ul li a:hover {
    transform: translateY(-7px)
}

.main_form {
    padding: 50px 40px;
    width: 70%;
    margin: 8px auto 0;
    background: var(--c1);
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 15px 1px #0004;
    z-index: 999;
    border: 4px solid var(--c2)
}

.form_top_title {
    font-size: 35px;
    font-family: var(--f3);
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 31px;
    text-align: center
}

.main_form .input_feild :is(input, textarea) {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background: #E2DFDF;
    border: none;
    outline: none !important;
    border-radius: 5px;
    margin: 5px 0;
    border: 1px solid #44444430;
    resize: none
}

.form_close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: var(--c1);
    top: 4px;
    right: 4px;
    z-index: 999;
    background: var(--c2);
    border-radius: 100%
}

.popup_form {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #19272be6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999
}

.popup_form .form_close {
    display: flex
}

.popup_form.active {
    display: flex
}

.popup_form .main_form {
    width: 30%
}

.popup_form .main_form form {
    width: 100%
}

.testo_cont p::-webkit-scrollbar {
    width: 5px;
    border: 1px solid var(--c1);
    border-radius: 10px
}

.testo_cont p::-webkit-scrollbar-track {
    background: #fff0;
    border-radius: 10px
}

.testo_cont p::-webkit-scrollbar-thumb {
    background-color: var(--c1);
    border-radius: 10px;
    border: 1px solid #fff0
}

.testo_item.slick-slide.slick-current.slick-active.slick-center .testo_cont p::-webkit-scrollbar-thumb {
    background-color: var(--c2)
}

.testo_item.slick-slide.slick-current.slick-active.slick-center .testo_cont p::-webkit-scrollbar {
    border: 1px solid var(--c2)
}

.foo_logo {
    width: 250px;
    height: auto
}

.form__feild :is(input, textarea) {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #fff0;
    font-size: 14px
}

.form__feild textarea {
    height: 140px
}

.form__feild textarea::placeholder {
    color: #000;
}

.form__feild {
    margin: 10px 0
}

.form__feildBtn button {
    width: 100%
}

.banner__form h3 {
    font-size: 24px;
    text-align: center;
    font-family: #000;
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #fff;
    font-weight: 700
}

.banner_feild :is(input, textarea) {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #444;
    font-size: 14px
}

.banner_feild textarea {
    height: 140px
}

.banner__form {
    width: 70%;
    margin: 0 auto;
    background:#000;
    padding: 25px;
    border-radius: 20px
}

.banner_feild {
    margin: 10px 0
}

p.foo__para {
    margin: 20px 0 0;
    font-size: 16px
}

.footer_link li {
    margin: 12px 0
}

.footer_link li a {
    font-size: 16px;
    font-family: var(--f1);
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px
}

.footer_link h4 {
    font-family: var(--f1);
    font-size: 25px;
    margin: 0 0 15px;
    font-weight: 700
}

.footer_linksMain {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

#loading-spinner,
header.header.active {
    z-index: 9999;
    position: fixed;
    width: 100%
}

:is(.cta-single__icon, .cta-single__icon>span) {
    display: flex;
    align-items: center;
    transition: 0.4s
}

.cta-single__icon {
    width: 280px;
    color: #fff;
    background: var(--c1);
    background-size: 200%;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-start;
    gap: .75rem;
    box-shadow: 0 0 10px 5px #00000020;
    border-radius: 100px 0 0 100px
}

.cta .contact-form__fields .themeBtn {
    background: var(--c1);
    font-size: 14px;
    width: 100%;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff0
}

.cta-single__icon>span {
    width: 60px;
    height: 50px;
    font-size: 1.25rem;
    justify-content: center;
    position: relative;
    color: #fff;
    border-right: 1px solid #ded9d9
}

.cta-single__icon:hover {
    color: #444;
    background-color: #fff;
    font-weight: 300;
    font-size: 20px
}

.call-now:hover,
.modal button.close {
    background: var(--color-primary);
    color: #fff
}

.cta-single__icon--link:hover {
    transform: translateX(-70%)
}

.cta-formWrapper {
    background: #fff;
    width: 375px;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 15px 1px #444
}

.cta-formWrapper.show {
    transform: translate(-122%, -50%)
}

.cta-single__icon--form.show {
    transform: translateX(-134%)
}

.busniess-boxes svg,
.cancel-btn,
.modal button.close,
.success_crd:hover .success_bt,
.tab-img:after {
    transform: translate(-50%, -50%)
}

.cta-single__icon--form span::after {
    right: 100%
}

.cta .contact-form__fields :is(input:not([type="file"], [type="checkbox"]), textarea, select, .contact-form__fields--file>label) {
    border: 1px solid #4444
}

.call-now {
    width: 50px;
    height: 50px;
    color: var(--color-primary);
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    padding: 0;
    line-height: initial;
    box-shadow: 6px 9px 30px 1px rgb(37 0 22 / .71);
    animation: 0.5s infinite alternate float;
    background: #fff;
    border: solid 3px var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center
}

.call-now--whatsapp {
    bottom: 85px
}

.contact-form__fields {
    margin: .5rem .45rem
}

.contact-form__fields :is(input:not([type="file"], [type="checkbox"]), textarea, select, .contact-form__fields--file>label) {
    width: 100%;
    background: #fff;
    border: none;
    outline: 0;
    border-radius: .25rem;
    padding: .75rem 1rem;
    margin: 0;
    resize: none
}

.contact-formWrapper--modal .contact-form__fields :is(input:not([type="file"], [type="checkbox"]), textarea, select, .contact-form__fields--file>label) {
    border: 2px solid var(--color-primary)
}

.contact-form__fields :is(input, textarea, select)::placeholder,
.contact-form__fields :is(input, textarea, select, .contact-form__fields--file>label) {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400
}

.contact-form__fields--file>label {
    width: 100%;
    position: relative;
    border: 2px dashed var(--color-primary) !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    cursor: pointer;
    padding: .6rem 1rem !important
}

.inner_btn li,
.per-check,
.privacy,
.success_bt {
    display: flex;
    align-items: center
}

.contact-form__fields--file>label>i {
    font-size: 1.75rem
}

.btn:before,
.contact-form__fields--file>label>input,
.slick-dots li button:before {
    display: none
}

.contact-form__fields button:not(.themeBtn) {
    width: 100%;
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    background: var(--color-primary);
    padding: 1rem;
    text-align: center;
    text-transform: uppercase
}

.cta .contact-form__fields .themeBtn:hover {
    background: 0 0;
    color: var(--c1);
    border-color: var(--c1)
}

.cta-single__icon:hover>span {
    color: var(--c1)
}

.cta {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: .75rem;
    position: fixed;
    top: 55%;
    right: 0;
    transform: translate(80%, -50%);
    z-index: 99
}

.footer_link li a i {
    font-size: 20px;
    color: var(--c2)
}