@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


@font-face {
    font-family: 'ProductSansLight';
    src: url(../fonts/productsansfull/ProductSans-Light.ttf);
}

@font-face {
    font-family: 'boxicons';
    src: url(../fonts/boxicons-2.1.4/boxicons.ttf);
}


:root {
    --c1: #044140;
    --c2: #00C9AD;
    --c3: #008F79;
    --f1: "Poppins";
    --f2: "ProductSansLight";
}

html {
    scroll-behavior: smooth;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
}

.img__contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.img__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner {
    height: 100%;
    width: 100%;
    min-height: 108vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    padding-top: 4rem;
}

.banner__img {
    width: 46%;
    height: 82%;
    position: absolute;
    right: 40px;
    top: 0;
    opacity: 0.4;
    z-index: 9;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: var(--f1);
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: all 300ms ease-in-out;
}

a:hover {
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul,
ol,
dl {
    margin-bottom: 0;
    padding: 0;
}

img {
    width: 100%;
}


/* header */

.main_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
}

.header_right ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 !important;
    margin: 0 !important;
}

.header_right ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 16px;
    font-family: var(--f1);
}

.themebtn {
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px 50px 0px 50px;
    color: #000 !important;
    font-size: 14px;
    border: 0px solid transparent;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    overflow: hidden;
    gap: 10px;
    box-shadow: 0px 0px 1px 0px #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: 500ms;
}

.themebtn i {
    color: #000;
    font-size: 22px;
}

.logo {
    width: 140px;
    height: auto;
    filter: brightness(0) invert(1);
}

.themebtn:hover i {
    color: #000;
}

.nav_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 100px;
}

.nav_menu li a {
    font-family: var(--f1);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
    position: relative;
}

.header__menu {
    background: transparent;
    padding: 12px;
    position: relative;
    top: -29px;
}


/* banner  */

.sub_head {
    font-size: 26px;
    color: #ffffff;
    font-family: var(--f1);
    font-weight: 400;
}

.banner_heading {
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 51px;
    margin: 10px 0;
    color: var(--c2);
    line-height: 60px;
    font-weight: 700;
}

.banner__con p {
    font-size: 14px;
    line-height: 22px;
    font-family: var(--f1);
    margin: 0 0 10px;
}

.banner__list li {
    padding: 0 0px 0 20px;
    position: relative;
    margin: 10px 0;
    font-size: 14px;
    font-family: var(--f1);
}

.banner__list {
    margin: 20px 0 !important;
}

.banner_btns {
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 30px 0 0 !important;
}

.themebtn--alt {
    background: transparent;
    color: var(--c2) !important;
    display: flex;
    box-shadow: 0px 0px 0px 1px var(--c2);
}

.themebtn--alt i {
    color: var(--c2) !important;
    font-size: 24px !important;
}

.themebtn--alt:hover {
    background: var(--c2) !important;
    color: #fff !important;
}

.themebtn--alt:hover i {
    color: #fff !important;
}

.banner__list li:before {
    position: absolute;
    width: 12px;
    top: 46%;
    height: 12px;
    left: 1px;
    transform: translatey(-50%);
    background: var(--c2);
    content:
        '';
    border-radius: 100%;
    aspect-ratio: 1/1;
}

.banner__img:before {
    position: absolute;
    width: 80%;
    height: 95%;
    background: #21d2b891;
    content: '';
    left: 50%;
    transform: translatex(-50%);
    z-index: -1;
    border-radius: 0 0 6vh 6vh;
}


/* brand_slider */

.brand_img {
    width: 100%;
    height: 70px;
    position: relative;
}

.brand_img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url('../images/brand.webp');
    background-repeat: no-repeat;
    background-size: inherit;
}

.brand_img1:before {
    background-position: -6% -3%;
}

.brand_img2:before {
    background-position: 77% 41%;
}

.brand_img3:before {
    background-position: -6% 90%;
}

.brands {
    padding: 20px 0 45px;
}


/* about */

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 95vh;
    position: relative;
}

.about_img {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 44%;
}

.about_img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/about_book_bg.png);
    background-size: cover;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 6vh;
    right: -50px;
    top: 50%;
    transform: translatey(-50%);
}

.heading {
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 54px;
    color: #000;
}

.about_content p {
    margin: 10px 0;
    font-size: 14px;
    font-family: var(--f1);
    line-height: 27px;
    color: #000;
    width: 80%;
}

.about:before {
    position: absolute;
    width: 65%;
    height: 100%;
    z-index: -2;
    content: '';
    right: 0;
    top: 0;
    border-radius: 2vh 0vh 0vh 36vh;
    background: #ccdcd5;
}

.about_cert img {
    filter: invert(1) brightness(0);
    opacity: 0.3;
}

.about_cert {
    width: 85%;
    height: 90px;
    margin: 30px 0 0;
}


/* review */

.review_img {
    position: relative;
    width: 135px;
    aspect-ratio: 1/1;
    margin: 0 auto;
}

.review_img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url('../images/icon-1.webp');
    background-repeat: no-repeat;
    background-size: inherit;
    filter: hue-rotate(306deg);
}

.review_img1:before {
    background-position: 72% 100%;
}

.review_con {
    text-align: center;
}

.review_con p {
    margin: 0;
    font-size: 15px;
    font-family: var(--f1);
}

span.count {
    font-size: 30px;
    font-family: var(--f1);
    font-weight: 600;
    color: var(--c3);
}

.review_con p {
    font-family: var(--f1);
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
}

.review_crd {
    padding: 20px 0;
    border: 2px solid #088d61;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    box-shadow: -16px 19px 39px 0px #50ae8f3b;
    position: relative;
    z-index: 99;
    background: #fff;
}

.reviews .row .col-md-3:nth-child(even) .review_crd {
    margin-top: 30px;
}

.review_img2:before {
    background-position: 94% -8%;
    height: 120px;
}

.review_img3:before {
    background-position: 6% -2%;
}

.review_img4:before {
    background-position: 40% 68%;
}

.reviews {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* new css start */

.reviews::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 59%;
    background: url(../images/line.webp);
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    filter: hue-rotate(308deg);
}

.reviews::after {
    position: absolute;
    content: '';
    width: 101px;
    height: 296px;
    background: url(../images/book_Picture.webp);
    top: 50%;
    left: 0;
    transform: translate(-0%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.about_content .heading {
    font-size: 44px;
}

.section_heading .heading {
    font-size: 44px;
}

.empower_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 25px 20px;
    background: #fff;
    border: 1px solid #088d61;
    border-radius: 13px;
    margin-bottom: 24px;
}

.emp_img {
    width: 180px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.emp_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.emp_cont h5 {
    font-size: 19px;
    text-transform: capitalize;
    color: #000;
    font-family: var(--f1);
    font-weight: 500;
}

.emp_cont p {
    font-size: 13px;
    color: #000;
    font-family: var(--f1);
    margin: 0;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.empower_items {
    margin: 10px 10px;
}

.empower_main {
    position: relative;
    z-index: 99;
    overflow: hidden;
    margin-top: 30px;
}

.empower_boll::before {
    position: absolute;
    content: '';
    width: 840px;
    height: 840px;
    background: #ffffff33;
    border-radius: 100% 100% 0% 0%;
    left: 50%;
    backdrop-filter: blur(7px);
    top: -374px;
    transform: translate(-50%, -0%);
    animation-name: fadeInUp;
}

.empower_slider .slick-dots {
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.empower_slider .slick-dots li button {
    width: 43px;
    height: 6px;
    padding: 0;
    border-radius: 50px;
    background: #ffffff4a;
    transition: 500ms all;
    overflow: hidden;
}

.empower_items {
    margin: 10px 10px;
}

.empower_slider .slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button:before {
    width: 0px !important;
    height: 100% !important;
    transition: 500ms all;
    background: #fff;
    opacity: 1 !important;
    border-radius: 50px;
    font-size: 0 !important;
    content: '' !important;
}


li.slick-active button::before {
    width: 100% !important;
}

section.empower {
    position: relative;
    padding: 70px 0px 60px 0px;
    overflow: hidden;
    background-image: url(../images/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.empower::before {
    position: absolute;
    content: '';
    width: 390px;
    height: 91%;
    left: -107px;
    top: 50%;
    transform: translate(-0%, -50%);
    background: url(../images/before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.empower::after {
    position: absolute;
    content: '';
    width: 390px;
    height: 91%;
    right: -120px;
    top: 50%;
    transform: translate(-0%, -50%);
    background: url(../images/after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.empower_boll {
    position: relative;
}

.empower_slider {
    margin: 0 !important;
}

.best-selling {
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
}

.best_selling_cont p span {
    color: var(--c2);
    font-family: var(--f2);
    font-size: 19px;
    font-weight: 500;
}

.best_selling_cont p {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 300;
    margin: 0;
}

.best_selling_cont h4 {
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 38px;
    margin: 6px 0px;
    color: #000;
}

.sellng_btn {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.selling_img {
    width: 200px;
    height: 270px;
    position: relative;
    margin: -70px auto 0;
    transform: translateX(-10px);
}

.selling_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.selling_items {
    position: relative;
    border: 2px solid var(--c3);
    border-radius: 25px;
}

.selling_items {
    margin: 0px 10px;
    margin-top: 88px;
    margin-bottom: 17px;
    padding: 0px 13px 17px 13px;
    transition: 1s all;
    box-shadow: -5px 6px 11px 1px #afafaf;
    background: #fff;
    position: relative;
}

.selling_cont {
    padding: 0px 20px;
    text-align: center;
    margin-top: -16px;
    position: relative;
    z-index: 1;
}

.selling_cont a {
    font-size: 13px;
    font-family: var(--f1);
    font-weight: 500;
    color: #000;
}

.selling_items:hover {
    margin-top: 56px;
    background-size: cover;
}

.selling_slider .slick-list.draggable {
    padding: 0 1px !important;
}

.best-selling::before {
    position: absolute;
    content: '';
    top: 41%;
    right: -30px;
    transform: translate(-0%, -50%);
    background: url(../images/line.webp);
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.get_intuch {
    padding: 17px 0px;
    background: url(../images/get-in-tuch-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 70px 0px;
}

.get-in-tuch_img {
    width: 100%;
    height: 306px;
    display: flex;
    justify-content: center;
    animation: lilo 4s linear infinite;
}

@keyframes lilo {

    0%,
    100% {
        transform: translatey(10px)
    }

    50% {
        transform: translatey(-20px)
    }
}

.get-in-tuch_img img {
    width: 55%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.5);
}

.get-in-tuch_cont h4 {
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 38px;
    color: #fff;
    margin: 0;
}

.get-in-tuch_cont p {
    font-size: 14px;
    font-family: var(--f1);
    font-weight: 300;
    margin: 17px 0px;
    color: #fff;
}

.get-in-tuch_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

a.live_chat span {
    display: block;
}

a.live_chat {
    color: #fff;
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 300;
}

a.live_chat:hover {
    color: var(--c3);
}

.get-in-tuch_btn .themebtn {
    background: #fff;
}

.get-in-tuch_btn .themebtn {
    color: #000000 !important;
}

.services_img {
    text-align: -webkit-center;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.services_img img {
    width: 65px !important;
    height: auto;
    position: relative;
    z-index: 1;
}

.services_cont p {
    margin: 0;
    text-align: center;
    font-size: 17px;
    font-family: var(--f1);
    padding: 0px 7px;
    line-height: 21px;
    color: #000;
    position: relative;
    z-index: 1;
}

.services_items {
    margin: 20px 10px;
    border-radius: 18px;
    padding: 17px;
    position: relative;
    height: 182px !important;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #a7a7a766;
    transition: 500ms cubic-bezier(0, 1.93, 0.19, 0.49);
    overflow: hidden;
}

.services {
    padding: 70px 0px;
}

.services_slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: -6%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d3d3d369;
    transition: 500ms all;
    font-family: boxicons !important;
    overflow: hidden;
}

.services_slider .slick-next.slick-arrow {
    left: auto;
    right: -8%;
}

.services_slider .slick-arrow::before {
    color: #000000;
    transition: 500ms all;
    opacity: 1;
    font-size: 25px;
}

.services_slider .slick-arrow:hover {
    background: var(--c3);
}

.services_slider .slick-arrow:hover::before {
    color: #fff;
}

.services_slider .slick-next.slick-arrow::before {
    content: "\ea50";
}

.services_slider .slick-prev.slick-arrow::before {
    content: "\ea4d";
}


.book-planning {
    padding: 50px 0px;
}

.book-planning_cont h4 {
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 47px;
    color: #000;
    margin: 0;
}

.book-planning_cont p {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 400;
}

.book-planning_cont span {
    font-size: 16px;
    font-family: var(--f1);
    margin: 8px 0px;
    display: inline-block;
    color: #000;
}

.book-planning-img {
    width: 100%;
    height: 463px;
    overflow: hidden;
    border-radius: 14px;
    display: flex;
    justify-content: end;
}

.book-planning-img img {
    width: 86%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.book-planning_cont {
    padding-left: 24px;
}

h4.heading.___alt {
    font-size: 37px;
    font-weight: 600;
    margin: 0;
}

.section_heading p {
    margin: 0;
    font-size: 15px;
    font-family: var(--f1);
}

.testimonials {
    padding: 90px 0px;
    background: #CDE5E3;
}

.testo_img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 7px;
}

.testo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.testo_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
    position: relative;
}

.testo_main h4 {
    font-size: 24px;
    margin-bottom: 2px;
    text-transform: capitalize;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
}

.testo_main p {
    margin: 0;
    font-size: 17px;
    color: var(--c3);
    font-family: var(--f1);
    text-transform: capitalize;
}

.testo_items {
    margin: 40px 10px;
    padding: 22px;
    border-radius: 11px;
    height: 260px !important;
    background: #fff;
    transition: 500ms all;
    box-shadow: -5px 9px 18px 0px #00000033;
}

.testo_cont p {
    font-size: 13px;
    font-family: var(--f1);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}

.testimonial_slider .testimonial_slider {
    padding: 0px 100px !important;
}

.testimonial_slider .slick-list.draggable {
    padding: 0px 170px !important;
}


.testimonial_slider .slick-arrow {
    position: absolute;
    top: -70px;
    right: 14rem;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--c3);
    transition: 500ms all;
    font-family: boxicons !important;
    overflow: hidden;
    backdrop-filter: blur(4px);
    border-radius: 2px;
}

.testimonial_slider .slick-next.slick-arrow {
    right: 11rem;
    background: var(--c3);
}

.testimonial_slider .slick-arrow::before {
    color: #ffffff;
    transition: 500ms all;
    font-size: 25px;
    opacity: 1;
}

.testimonial_slider .slick-arrow:hover {
    background: #ffffff66;
    box-shadow: 0px 0px 10px 0px var(--c3);
}

.testimonial_slider .slick-arrow:hover::before {
    color: #fff;
}

.testimonial_slider .slick-next.slick-arrow::before {
    content: "\ebe6";
}

.testimonial_slider .slick-prev.slick-arrow::before {
    content: "\eb33";
}

.testo_main::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 50%;
    right: 0;
    background-image: url(../images/testo_icon.webp);
    transform: translate(-0%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.user_detail {
    width: 62%;
}

.testo_items:hover {
    background: url(../images/about_book_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.signup {
    padding: 100px 0px;
    position: relative;
    background: url(../images/signup_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.signup_fields input {
    width: 100%;
    height: 49px;
    padding: 0px 11px;
    border-radius: 10px;
    border: none;
    margin-bottom: 16px;
    font-size: 14px;
    outline: 0;
    background: #fff;
}

.signup_fields input::placeholder {
    font-size: 14px;
    text-transform: capitalize;
}

.signup_btn button {
    background: #fff;
    color: var(--c3) !important;
    font-family: var(--f1);
    padding: 11px 50px;
    transition: 500ms all;
}

.signup_btn button i {
    color: var(--c3) !important;
}

.get-in-tuch_btn .themebtn i {
    color: #000000 !important;
}

.signup_cont h4 {
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 53px;
    color: #fff;
    margin-bottom: 14px;
}

.signup_cont span {
    color: #fff;
    font-size: 29px;
    font-family: var(--f2);
}

.signup_cont p {
    font-size: 15px;
    color: #fff;
    font-family: var(--f1);
    margin: 0;
    opacity: 1;
}

.signup::before {
    position: absolute;
    content: '';
    width: 300px;
    height: 440px;
    background: url(../images/before.webp);
    top: 50%;
    left: -130px;
    transform: translate(0%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.signup::after {
    position: absolute;
    content: '';
    width: 420px;
    height: 440px;
    background: url(../images/books.png);
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    opacity: 0.2;
}

/* footer css start */

.footer {
    padding-top: 70px;
    position: relative;
    overflow: hidden;
    background: #CDE5E3;
}

.footer_link h5 {
    font-size: 18px;
    font-family: var(--f1);
    margin-bottom: 29px;
    font-weight: 600;
    color: #000;
}

.footer_link p {
    font-size: 13px;
    font-family: var(--f1);
    margin-bottom: 25px;
}

.brands_logos {
    width: 100%;
    height: 65px;
    overflow: hidden;
}

.brands_logos img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer_link ul li a {
    color: #000000ab;
    font-family: var(--f1);
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: capitalize;
    padding-right: 35px;
    transition: 500ms all;
}

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

.copyright p {
    margin: 0;
    font-size: 14px;
    font-family: var(--f1);
    color: #fff;
}

.copyright img {
    width: 320px;
    height: auto;
}

.copyright_main {
    padding: 10px 0px;
    background: var(--c3);
    margin-top: 50px;
}

.footer_link.__alt h5 {
    margin-bottom: 9px;
}

.footer_btn a {
    width: max-content;
}

.footer::before {
    position: absolute;
    content: '';
    top: 48%;
    right: -260px;
    transform: translate(-0%, -50%);
    background: url(../images/books.png);
    z-index: 99;
    width: 500px;
    height: 51%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer_link ul li a b {
    font-family: var(--f1);
    color: #000;
}

.footer_link ul li address {
    font-family: var(--f1);
    font-size: 14px;
    padding-right: 40px;
}

.footer_link ul li a:hover {
    color: var(--c3);
    font-family: var(--f1);
}

/* inner pages css start */

.inner_cont {
    position: relative;
    z-index: 9;
}

.inner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner_banner {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7rem;
}

.inner_cont h4 {
    font-size: 50px;
    font-family: var(--f2);
    font-weight: 600;
    color: #fff;
}

/* dropdown css start */

ul.dropdown_menu {
    background: #fff;
    position: absolute;
    z-index: 99999;
}

ul.dropdown_menu li:nth-last-child(1) a {}

ul.dropdown_menu li a {
    border-bottom: 1px solid;
    font-family: var(--f1);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 11px 13px;
    color: #000 !important;
}

.dropdown-submenu>.dropdown_menu,
li.dropdown-submenu ul.dropdown_menu ul.dropdown_menu {
    top: 0;
    left: 100%;
    margin-top: 0;
}

.dropdown_menu {
    padding: 0;
    margin: 0;
}

.dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown_menu {
    position: static;
    float: none;
}

li:hover>ul.dropdown_menu {
    display: block;
    border: 1px solid;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    min-width: 12rem;
    border-radius: 10px;
}


/* dropdown css end */

.inner-book-planning-section {
    padding: 70px 0px;
}

.inner-book-planning-img img {
    width: 86%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.inner-book-planning-img {
    width: 100%;
    height: 463px;
    overflow: hidden;
    border-radius: 14px;
    display: flex;
    justify-content: end;
}

.inner-book-planning span {
    font-size: 16px;
    font-family: var(--f1);
    margin: 8px 0px;
    display: inline-block;
    color: #000;
}

.inner-book-planning p {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 400;
    line-height: 25px;
}

.inner-book-planning h4 {
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 32px;
    color: #000;
    margin-bottom: 14px;
    font-weight: 600;
}

.scroll-block {
    max-height: 420px;
    padding-right: 15px;
    overflow-y: scroll;
}

.per-check>label a {
    font-weight: 600;
    color: #000;
}

.per-check>label {
    margin: 0;
    font-size: 0.85rem;
}

.per-check>input {
    width: auto;
    height: auto;
    margin-top: 0.25rem;
}

.per-check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
    margin: 1rem 0;
}

.contact_form_Tab input:not([type="checkbox"]),
.contact_form_Tab select {
    height: 55px !important;
    margin-bottom: 20px;
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    border: 1px solid #ccc;
}

.con_detail_hme ul li span img {
    display: block;
    width: 62px;
    height: auto;
}

.con_detail_hme ul li a {
    color: #000;
    font-weight: 900;
    font-family: var(--f2);
    font-size: 30px;
}

.con_detail_hme ul li span {
    font-weight: 400;
    padding-right: 10px;
    display: block;
    margin: 0 auto;
    color: var(--primary_color);
}

.con_detail_hme ul li {
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    line-height: 60px;
    padding: 0 50px 20px 0;
}

.contact_hme {
    padding: 70px 0px;
}

.btn_form input {
    background: var(--c3);
    color: #fff;
}

.btn_form input {
    background: var(--c3);
    color: #fff;
}

.cta-phone {
    outline: 0;
    padding: 0px 7px;
}

.inner_cont p {
    color: #fff;
    font-size: 14px;
    font-family: var(--f1);
    font-weight: 300;
}

.feedback-card__content .review {
    margin: 0.7rem 0 0;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 400;
    height: 123px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.feedback-card__content .title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
}

.feedback-card__user .icon {
    width: 50px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 5px 1px #00000020;
    background: #e28f26;
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback-card__user .location {
    text-transform: uppercase;
    font-size: 0.85rem;
}

.feedback-card__user .name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feedback-card__user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
}

.feedback-card {
    color: #000;
    background: #fff;
    padding: 1.25rem;
    box-shadow: 0 0 10px 5px #00000020;
    margin: 0.75rem;
}

.section-content p {
    font-size: 16px;
    line-height: 1.65;
    font-family: var(--f1);
    font-weight: 400;
}

.section-content .heading {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.35;
}

.feedback {
    padding: 5rem 0;
    position: relative;
    isolation: isolate;
    color: #333333;
    background: #e7e7e7;
}





/*
 *  STYLE 3 scroll start
 */

.feedback-card__content .review::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(99, 99, 99, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.feedback-card__content .review::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.feedback-card__content .review::-webkit-scrollbar-thumb {
    background-color: var(--c3);
    border-radius: 10px;
}

/*
 *  STYLE 3 scroll end
 */

/*
 *  STYLE 3
 */

.scroll-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(165, 165, 165, 0.3);
    background-color: #F5F5F5;
}

.scroll-block::-webkit-scrollbar {
    width: 1px;
    background-color: #F5F5F5;
}

.scroll-block::-webkit-scrollbar-thumb {
    background-color: var(--c3);
}


/*
 *  STYLE 3
 */


.scroll-block ul {
    padding-left: 21px !important;
}

.scroll-block ul li {
    position: relative;
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 8px;
}

.scroll-block ul li::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: var(--c3);
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}

.scroll-block ul li::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: var(--c3);
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}

li.dropdown-submenu {
    position: relative;
}


.btn__submit input {
    background: var(--c2) !important;
    color: #fff;
    padding: 11px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    cursor: pointer;
    height: auto;
    border: 0;
    width: auto !important;
}

.banner__form__tab textarea {
    height: 110px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid;
    font-size: 15px;
    resize: none;
}

.banner__form__tab input {
    height: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid;
    font-size: 15px;
    width: 100%;
    padding-inline: 1rem;
    border-color: var(--c2);
    border-radius: inherit;
}

.banner__form__tab h3 {
    margin-bottom: 25px;
    font-family: var(--f2);
    font-weight: 600;
    font-size: 29px;
    text-align: center;
    color: #fff;
}

.banner__form__tab,
.forth__cta__tab .third__CTA_content {
    backdrop-filter: blur(8px);
    box-shadow: 0 0 30px rgb(0 0 0 / 28%);
}

.banner__form__tab {
    background: #ffffff47;
    padding: 30px;
    border: 2px solid #ffffff2e;
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.inner__about__sec .banner__form__tab {
    margin-left: 90px;
}


.services_items:hover {
    background: url(../images/services_card_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a.services_items:hover .services_cont p {
    color: #fff;
}

/* modal css start */


.contact_modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}


/* modal css end */

input.contact_fields,
textarea.contact_fields {
    width: 100%;
    height: 44px;
    padding: 3px 10px;
    margin-bottom: 25px;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px #000000;
    background: transparent;
    outline: 0;
    font-size: 14px;
}

.my_modal {
    padding: 40px 47px;
    background: #fffffff7;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 999;
    transform: translateY(-200%);
    transition: 700ms all;
    visibility: hidden;
    width: 28%;
    border-radius: 12px;
}

input.contact_fields::placeholder,
textarea.contact_fields::placeholder {
    text-transform: capitalize;
    font-size: 14px;
}

button.form_btn {
    background: transparent;
    border: none;
    text-transform: capitalize;
    font-size: 15px;
    font-family: var(--f1);
    background: var(--c3);
    padding: 10px 60px;
    color: #fff;
}

textarea.contact_fields {
    height: 110px;
}


.contact_form label {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 3px;
    font-family: var(--f1);
    font-weight: 400;
}

.modal_overly::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000cc;
    top: 0;
    left: 0;
    transition: 700ms all;
}

a.modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--c2);
    border-radius: 8px;
    font-size: 26px;
    color: #fff;
}

.modal_overly {
    opacity: 1;
    visibility: visible;
}

.modal_show {
    visibility: visible;
    transform: translateY(0%);
}

.modal_heading h4 {
    text-align: center;
    font-size: 26px;
    font-family: var(--f3);
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}



.port_img {
    width: 100%;
    height: 52vh;
    box-shadow: -3px 4px 15px 1px #444;
}

.port_slider .slick-list.draggable {
    padding-top: 27px;
    padding-bottom: 20px;
}

.port_main:before {
    position: absolute;
    width: 50%;
    height: 170px;
    background: var(--c3);
    content:
        '';
    bottom: 0;
    border-radius: 0px 15px 15px 0px;
    display: none;
}

.port_main {
    position: relative;
}

.portfolio {
    background: #e6f4fa8c;
    margin-bottom: 5vh;
    padding: 70px 0px;
}


.port__con {
    text-align: center;
    margin-bottom: 50px;
}

section.por_section {
    padding: 70px 0px;
}

.port_box a {
    height: 41vh;
    margin-bottom: 30px;
}

.thankyou_btn a {
    width: max-content;
    padding: 10px 40px;
}

.thankyou_btn {
    text-align: -webkit-center;
}

.thankyou {
    min-height: 81vh;
}

.thankyou .inner_cont h4 {
    font-size: 70px;
}

.thankyou_btn a:hover {
    color: #000;
}

.btn__submit input {
    width: 30% !important;
    margin: 0;
}

.nav_menu li a:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transition: 500ms all;
}

.nav_menu li a::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    background: #fff;
    bottom: 0;
    right: 50%;
    transition: 500ms all;
}

.nav_menu li a:hover::before {
    width: 50%;
}

.nav_menu li a:hover::after {
    width: 50%;
}


/*
 *  STYLE 3
 */


body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-button:end:increment,
body::-webkit-scrollbar-button:start:decrement {
    display: none;
}

body::-webkit-scrollbar-track-piece {
    background-color: #f4f4ec;
    -webkit-border-radius: 0px;
    border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: var(--c3);
}

/*
 *  STYLE 3
 */

.banner__con {
    color: #fff;
    position: relative;
    z-index: 1;
}

ul.banner_btns .themebtn--alt i {
    color: #fff !important;
}

.banner__form__tab input:focus {
    box-shadow: none;
    border-color: var(--c3);
}

ul.banner_btns .themebtn--alt i {
    color: var(--c3) !important;
}

.banner__form__tab textarea {
    border-radius: 0;
    border-color: var(--c2);
}

/* responsive */

.responsive_header {
    display: none;
}

.responsive_menu {
    position: fixed;
    background: var(--c3);
    z-index: 99999;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}

.res_menu li a {
    width: 100%;
    font-size: 13px;
    padding: 10px 10px;
    color: #fff0f0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 25px;
    border-bottom: 1px solid #ffffff70 !important;
}

.cross_btn {
    position: absolute;
    top: 10px;
    background: #ffffff;
    color: #044140;
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
}

.responsive_menu {
    transform: translatex(-100%);
    transition: 500ms all;
}

.responsive_menu.show {
    transform: translatex(0);
}

.res_menu li a i {
    font-size: 7px;
}

ul.serv_menu {
    background: #fff;
    height: 0;
    overflow: auto;
    transition: height 500ms;
}

ul.serv_menu.show {
    height: 170px;
}

.con_detail_hme ul {
    width: 840px;
    margin: 0 auto;
}

.con_detail_hme {
    display: flex;
    align-items: center;
    justify-content: center;
}

.res_menu {
    padding: 11px 0 0 !important;
}

.res_subMenu {
    background: #fff;
    transition: 500ms all;
    height: 0;
    overflow: hidden;
}

.drop_btn {
    width: 20%;
    text-align: end;
    padding: 14px 10px;
    font-size: 11px;
    padding-right: 20px;
    height: 100%;
    border-bottom: 1px solid #ffffff80;
    display: flex;
    justify-content: center;
    align-items: end;
}

.res_subMenu.active {
    height: auto;
}

.serv_mainList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #4444;
}

.serv_mainList a {
    border: none !important;
}

.drop_btn i {
    color: #fff;
    line-height: 12px;
}

.cross_btn i {
    font-size: 24px;
}

ul.res_subMenu li a {
    color: var(--c3);
    border-bottom: 1px solid #044140 !important;
}

.responsive-sticky {
    position: fixed;
}

.banner__form__tab textarea:focus {
    box-shadow: none;
    border-color: var(--c3);
}

.new_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services_img::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 70px;
    background: url('../images/services_icon_before.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.services_items.slick-slide.slick-active:hover .services_img::before {
    filter: grayscale(20) brightness(2);
}

.signup_form {
    position: relative;
    z-index: 11;
}

.white h4 {
    color: #fff;
}

.emp_img::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 64px;
    background: url(../images/services_icon_before.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header_right ul li .themebtn {
    border: 0px solid #fff;
    box-shadow: 0px 0px 0px 1px var(--c3);
}

.selling_items:hover .selling_cont a {
    color: #fff;
}

.themebtn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: var(--c3);
    top: 0;
    left: 0;
    z-index: -1;
    transition: 500ms;
}

.themebtn:hover::before {
    width: 100%;
}

.get-in-tuch_btn .themebtn:hover i {
    color: var(--c3) !important;
}

.testo_items:hover .testo_cont p {
    color: #fff;
}

.testo_items:hover .testo_main h4 {
    color: #fff;
}

.testo_items:hover .testo_main p {
    color: #fff;
}

.testo_items:hover .testo_main::before {
    filter: brightness(0) invert(1);
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.rotate_row {
    transform: rotate(180deg);
}

.rotate_row .port_item {
    transform: rotate(180deg);
}

.rotate_row .slick-list.draggable {
    padding-bottom: 0px;
    padding-top: 20px;
}

.services_items::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: url(../images/services_card_bg.png);
    z-index: 1;
    border-radius: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 500ms;
}

.services_items:hover::before {
    transform: translate(-50%, -50%) scale(1) rotate(180deg);
}

.selling_items:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 23px;
    background: url(../images/services_card_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 500ms;
}

.selling_items:hover::before {
    height: 100%;
}

/* footer css start */


footer.footer {
    padding: 50px 0 0;
    position: relative;
}

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

.left_column {
    display: flex;
    justify-content: space-around
}

.left_col_alt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px
}

ul.left {
    line-height: 32px
}

ul.left li {
    font-size: 13px;
    text-transform: capitalize;
    font-family: var(--f1);
    font-weight: 400
}

ul.left li a {
    color: #fff;
    position: relative;
    font-size: 11px
}

.right_col {
    width: 24%;
    border-right: 1px solid #fff
}

.right_column {
    display: flex;
    justify-content: flex-start;
    gap: 51px
}

.right_link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 30px;
    gap: 80px
}

ul.right_cl {
    line-height: 30px;
    margin-bottom: 20px
}

.right_cl_alt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 41px
}

.mid_footer {
    padding: 20px 0 40px
}

.contact_vec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 42px;
}

.right_contact a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--c3);
    font-size: 14px;
    gap: 8px;
    margin-bottom: 10px;
    transition: 700ms;
    font-weight: 500;
}

.right_contact a i {
    font-size: 16px
}

.main_last_foot {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px
}

ul.icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px
}

ul.icons li {
    font-size: 38px
}

ul.icons li a {
    color: #fff;
    font-size: 29px
}

.last_foot_img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.last_foot_img a {
    width: 135px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden
}

.last_foot_img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px
}

.last_foot_img a:hover {
    scale: 1.1;
    transition: 500ms
}

ul.left li a::before {
    position: absolute;
    content: "\ea55";
    color: var(--c1);
    font-size: 24px;
    font-family: boxicons !important;
    left: -26px
}

h4.foot_head {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 600;
    position: relative;
    margin: 11px 0 19px;
}

h4.foot_head::after {
    position: absolute;
    content: '';
    width: 50px;
    bottom: -5px;
    left: 0;
    height: 3px;
    background: var(--c1);
    transition: 700ms
}

h4.foot_head_alt {
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-family: var(--f1);
    font-weight: 600;
    position: relative;
    margin-bottom: 18px;
    margin-top: 0
}

h4.foot_head_alt::after {
    position: absolute;
    content: '';
    width: 50px;
    bottom: -5px;
    left: 0;
    height: 3px;
    background: var(--c1);
    transition: 700ms
}

ul.left li a:hover {
    transform: translateX(10px);
    color: var(--c1)
}

section.world_sources {
    background: var(--c2);
    padding: 40px 0
}

h3.logo_title {
    font-size: 30px;
    font-family: var(--f1);
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    text-align: center
}

.world_logo {
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 35px
}

.world_logo a {
    width: 150px;
    height: 50px;
    position: relative
}


a.footer_logo {
    width: 160px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

a.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.footer_para p {
    color: #000000;
    margin: 0;
    font-family: var(--f1);
    font-weight: 400;
    display: flex;
    font-size: 15px;
    text-transform: capitalize
}

.footer_para {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.footer_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

a.themebttn i {
    font-size: 28px;
    transform: rotate(40deg)
}


.footer_links ul li a {
    color: var(--c3);
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 3px;
}

.footer_links ul li a i {
    font-size: 20px;
    transition: 500ms;
    color: var(--c3);
}

.footer_links ul li a:hover i {
    color: var(--c1)
}

.footer_links ul li a:hover {
    color: var(--c1);
    transform: translateX(10px)
}

.footer_links {
    position: relative;
    border-right: 1px solid var(--c3);
    height: 100%
}

.footer_links.alt ul li a {
    margin-bottom: 8px;
}

.Kindle {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 5px
}

.Kindle i {
    font-size: 17px
}

.mid_footer .row {
    height: 100%
}


.end_foot_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.end_footer {
    padding: 15px 0;
    margin-top: 8px
}

ul.end_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

.end_img li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 700ms
}

.mid_end p {
    margin: 0;
    color: #000000;
    font-weight: 500;
    font-family: var(--f1);
    font-size: 14px
}

ul.end_text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px
}

ul.end_text li {
    font-family: var(--f1);
    font-size: 12px;
    font-weight: 400
}

ul.end_text li a {
    color: #000000;
    font-size: 14px;
}

.right_contact a:hover {
    transform: scale(1.1);
    transition: 700ms;
    color: var(--c1)
}

.contact_form_detailed {
    background: var(--c2);
    border-radius: 12px;
    padding: 51px 30px;
    position: relative;
    box-shadow: 10px 12px 4px 0 #c2a163
}

.card_img {
    width: 22%;
}

.card_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.end_text li a:hover {
    transform: translateY(-5px);
}

.footer_links.book_publishing_link li a {
    margin-bottom: 30px;
}

/* footer css end */


.themebtn:hover {
    box-shadow: 0px 0px 30px 0px #11B269;
    color: #11b26a !important;
}

.themebtn:hover i {
    color: #11b26a !important;
}

.inner-book-planning-section .banner__form__tab h3 {
    color: #000;
}

.btn__submit .themebtn {
    width: 44%;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50px;
}


/*toster css start*/


.discount_crd {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 20px;
    width: 21%;
    transform: translatey(130%);
    transition: 500ms all;
}

.discount_crd.active {
    transform: translatey(0);
}

.crss_btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: #c62828;
    color: #fff;
    font-size: 21px;
    border-radius: 5px;
    cursor: pointer;
}

.custom-top-banner {
    width: 100%;
    display: block;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.custom-top-banner {
    height: 58px;
    z-index: 99999;
}

.custom-top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discount_img {
    width: 100%;
}

.discount_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.custom-top-banner a {
    position: absolute;
    top: 50%;
    right: 19%;
    transform: translateY(-50%);
    padding: 8px 21px;
    text-transform: capitalize;
    color: #e2120c;
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    font-weight: 600;
    transition: 500ms;
}

.custom-top-banner a:hover {
    box-shadow: 0px 0px 30px 0px #e2120c;
    animation: rubberband 1s linear;
}


@keyframes rubberband {
    0% {
        transform: scale(1) translateY(-50%);
    }

    30% {
        transform: scale(1.25, 0.75) translateY(-50%);
    }

    40% {
        transform: scale(0.75, 1.25) translateY(-50%);
    }

    50% {
        transform: scale(1.15, 0.85) translateY(-50%);
    }

    65% {
        transform: scale(0.95, 1.05) translateY(-50%);
    }

    75% {
        transform: scale(1.05, 0.95) translateY(-50%);
    }

    100% {
        transform: scale(1) translateY(-50%);
    }
}


/*toster css end*/

.empower .section_heading .heading {
    padding: 10px 10px;
    background: #008f792b;
    backdrop-filter: blur(23px);
    border-radius: 40px;
}

.testimonial_slider .slick-arrow:hover::before {
    color: var(--c3);
}

.padding__70 {
    padding: 70px 0;
}

.about__content__sec h4 {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 12px 0px;
}

.privacy_policy .about__content__sec h3,
.about__content__sec h2 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 17px 0px;
}

.about__content__sec p,
.time__line__contentPara p {
    font-size: 14px;
    line-height: 25px;
    font-family: var(--f1);
}

.privacy_policy .about__content__sec h3,
.about__content__sec h2 {
    font-size: 27px;
}

.about__content__sec p,
.time__line__contentPara p {
    font-size: 16px;
    line-height: 25px;
}

div#terms-and-conditions h5 {
    font-size: 22px;
    margin: 12px 0px;
    font-family: var(--f3);
    font-weight: 500;
}

a.call_btn {
    color: #fff;
    font-family: var(--f2);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
}

a.call_btn b {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

a.call_btn:hover {
    color: var(--c2);
}

.about_content a.call_btn {
    color: #000;
    font-weight: 600;
}

.about_content a.call_btn b {
    font-weight: 600;
}

.sellng_btn a.call_btn {
    color: #000;
}

.sellng_btn a.call_btn:hover {
    color: var(--c2);
}

.contact_form .themebtn {
    background: var(--c3);
    color: #fff !important;
    width: 41%;
    justify-content: center;
}

.contact_form .themebtn:hover {
    color: #fff !important;
}

a.Call_us {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-family: var(--f1);
    font-weight: 500;
    text-transform: capitalize;
}

a.Call_us:hover {
    color: var(--c3);
}

.right_contact--alt a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.section_heading.white p {
    color: #fff;
    margin-top: -30px;
    z-index: 1;
    position: relative;
}