@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');

@font-face {
    font-family: aghaFont-Bold;
    src: url("../font/TestHeldaneDisplay-Bold-BF6621e298bd989.otf");
}

@font-face {
    font-family: aghaFont-stylish;
    src: url("../font/Thesignature.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-family: 'Inter', sans-serif;
    overflow: auto;
}

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

::selection {
    /* color: #005CFF; */
    /* background-color: #fff; */
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(165deg, #081411 0%, #366b5b 66.41%, #2f4941 100%);
}

.btn,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
    outline: 0;
}

.btn {
    padding: 0;
    display: flex;
    gap: 10px;
    z-index: 1;
    transition: .4s linear;
    position: relative;
    z-index: 1;
}

.btn span {
    border: 1px solid #366b5b;
    border-radius: 25px;
    width: 115px;
    height: 42px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(0);
    transition: .4s linear;
}

.btn:hover span {
    transform: translateX(51px);
    background: #fff;
    color: #366b5b;
    border-color: #fff;
}

.btn::after {
    content: "";
    width: 42px;
    height: 42px;
    background: url("../images/blue-arrow.png");
    background-size: contain;
    position: absolute;
    right: -50px;
    transform: translateX(0) rotate(0);
    transition: .4s linear;
    z-index: 1;
}

.btn_1::after {
    background: url("../images/blue-arrow.png");
    background-size: contain;
}

.btn:hover::after {
    transform: translateX(-122px) rotate(45deg);
}

.btn_1:hover::after {
    background: url("../images/white-arrow.png");
}

.btn_2::after {
    background: url("../images/blue-chat.png");
    background-size: contain;
    
}

.btn_2:hover::after {
    background: url("../images/white-chat.png");
    transform: translateX(-122px) rotate(0deg);
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    outline: 0;
}

h1 {
    font-size: 55px;
    font-family: aghaFont-Bold;
}

h2 {
    font-size: 50px;
    font-family: aghaFont-Bold;
}

h3 {
    font-size: 40px;
    font-family: aghaFont-Bold;
}

h4 {
    font-size: 36px;
    font-family: aghaFont-Bold;
}

h5 {
    font-size: 30px;
    font-family: aghaFont-Bold;
}

h6 {
    font-size: 25px;
    font-family: aghaFont-Bold;
}

p {
    font-size: 16px;
    margin: 0;
}

.scroll_block {
    overflow: auto;
    padding-right: 10px
}

.scroll_block::-webkit-scrollbar {
    width: 1px
}

.scroll_block::-webkit-scrollbar-track {
    background: transparent;
    /* background-image: -moz-linear-gradient(-129deg, #14288d 0, #072cc8 100%);
    background-image: -webkit-linear-gradient(-129deg, #14288d 0, #072cc8 100%);
    background-image: -ms-linear-gradient(-129deg, #14288d 0, #072cc8 100%) */
}

.scroll_block::-webkit-scrollbar-thumb {
    background: transparent
}

.combo_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
}

.sec_padding {
    padding: 80px 0;
}

.no_border {
    border: none !important;
}

.line_break {
    display: block;
    font-family: aghaFont-Bold;
}

.my-tabs {
    display: none;
}

.my-tabs.current {
    display: block;
}

.primary_clr {
    font-family: aghaFont-stylish;
    background: linear-gradient(193deg, #ffffff 0%, #42977d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Start Header */
header {
    padding: 10px 0;
    position: absolute;
    top: 0px;
    background: transparent;
    width: 100%;
    z-index: 22;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

header .nav-link {
    position: relative;
    padding: 0;
}

header .nav-link>a {
    line-height: 3rem;
    color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

header .nav-link>a>i {
    margin-left: .2rem;
}

header .nav-link:hover>a {
    transform: scale(1.1);
}

header .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 15rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

header .dropdown ul {
    position: relative;
}

header .dropdown-link>a {
    display: flex;
    background: linear-gradient(165deg, #081411 0%, #366b5b 66.41%, #2f4941 100%);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

header .dropdown-link:hover>a {
    background-color: #fff;
    color: #e1dcdc;
}

header .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid #132923;
}

header .dropdown-link i {
    transform: rotate(-90deg);
}

header .arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #356556;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

header .dropdown-link:first-child:hover~.arrow {
    background-color: #fff;
}

header .dropdown-link {
    position: relative;
}

header .dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

header .dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
}

header .nav-link:hover>.dropdown,
header .dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

header .hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

header .hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

header .hamburger-menu div:before,
header .hamburger-menu div:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: .5s;
}

header .hamburger-menu div:before {
    transform: translateY(-7px);
}

header .hamburger-menu div:after {
    transform: translateY(7px);
}

header #check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

header #check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

header #check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

header #check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* End Header */

/* Start Home Page */
.banner {
    background: #366b5b;
    background: url("../images/banner-bg.png");
    background-size: cover;
    background-position: center top;
    padding-top: 200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.banner .banner_left h6 { color:#fff; }

.banner .banner_before {
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: -2;
}

.banner .banner_after {
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: -1;
}

.banner .banner_before img,
.banner .banner_after img {
    margin: 0 auto;
    display: block;
}

.banner .banner_left h1 {
    color: #fff;
    text-transform: capitalize;
}

.banner .banner_left p {
    color: #fff;
}

.banner .banner_left .combo_btn {
    margin-top: 40px;
}

.banner .banner_right {
    position: relative;
    z-index: -2;
}

.banner .banner_right .banner_right_top {
    position: absolute;
    top: 0px;
    left: -50px;
    animation: move 1s infinite linear;
    z-index: 2;
}

@keyframes move {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.banner .banner_right .banner_right_main {
    width: 100%;
    animation: blush 1s infinite linear;
}

.banner .banner_right .banner_right_bottom {
    position: absolute;
    bottom: 70px;
    left: 0px;
    animation: move 1s infinite linear;
}

.section2 {
    background: #366b5b;
    padding: 0 0 60px;
    position: relative;
    z-index: 1;
}

.section2 .sec2_slider .slick-list.draggable {
    padding: 0 !important;
}

.section2 .slick-list.draggable .slick-track {
    display: flex;
    align-items: center;
}

.section2 .sec2_slider_2 {
    margin-top: 25px;
}

.section2 .slick-slide {
    margin: 0 20px;
}

.section2 .slick-slide img {
    width: 100%;
}

.section2 .container-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.section2 .container-box .circle {
    width: 270px;
    height: 270px;
    background: linear-gradient(165deg, #081411 0%, #366b5b 66.41%, #2f4941 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    /*transition: all 0.5s ease;*/
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    position: relative;
    z-index: 1;
}

.section2 .container-box .get-started {
    position: absolute;
}

.section2 .container-box .close-btn {
    display: none;
    position: absolute;
    top: -20px;
    right: 130px;
    width: 50px;
    height: 50px;
    font-size: 40px;
    cursor: pointer;
    color: #ffffff;
    background: linear-gradient(165deg, #081411 0%, #366b5b 66.41%, #2f4941 100%);
    border-radius: 50px;
    line-height: 50px;
}

.section2 .container-box .form-container {
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    width: 80%;
    color: white;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.section2 .container-box .form-container.show {
    display: block;
    opacity: 1;
}

.section2 .container-box .circle.expanded {
    width: 90%;
    border-radius: 200px;
    justify-content: flex-start;
    background: #fff;
    background: linear-gradient(165deg, #081411 0%, #366b5b 66.41%, #2f4941 100%);
}

.section2 .container-box .circle.expanded .get-started {
    display: none !important;
}

.section2 .container-box .circle.expanded .close-btn {
    display: block;
}

.section2 .container-box .form-container h2 {
    text-transform: uppercase;
    color: #fff;
}

.section2 .container-box .form-container form {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.section2 .container-box .form-container form input,
.section2 .container-box .form-container form button {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    padding: 10px 20px;
    box-shadow: 0 0 5px 0px rgba(255, 255, 255, .2);
    outline: unset;
}

.section2 .container-box .form-container form input::placeholder {
    color: #fff;
}

.section2 .container-box .form-container form button {
    width: unset;
    background: #fff;
    color: #005cff;
    padding: 10px 50px;
}

.section2 .container-box .form-container form button:hover {
    background: linear-gradient(193deg, #ff6161 0%, #fd9800 100%);
    color: #fff;
}

.section3 {
    padding: 30px 0;
}

.section3 ul.sec3_slider .slick-slide {
    margin: 0 10px;
}

.section4 {
    background: #F4F8FF;
}

.section4 .sec_left h2 {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.section4 .sec_left h2 span.primary_clr {
    position: absolute;
    bottom: -50px;
    right: -70px;
    font-size: 110px;
}

.section4 .sec_left h2 img {
    width: 60px;
    transform: translateY(-10px);
    animation: move 1s infinite linear;
}

.section4 .sec_left p {
    height: 80px;
    margin-top: 20px;
}

.section4 .sec_left ul li {
    margin-bottom: 30px;
}

.section4 .combo_btn {
    margin-top: 40px;
}

.section4 .combo_btn span {
    color: #000;
}

.section4 .combo_btn .btn:hover span {
    background: #005dff;
    color: #ffffff;
    border-color: #fff;
}

.section4 .combo_btn .btn_1:hover::after {
    background: url(../images/blue-arrow.png);
    background-size: contain;
}

.section4 .combo_btn .btn_2:hover::after {
    background: url(../images/blue-chat.png);
    background-size: contain;
}

.section4 .sec_right {
    position: relative;
    z-index: 1;
}

.section4 .sec_right .left {
    position: absolute;
    top: 130px;
    left: 30px;
    animation: move 1s infinite linear;
}

.section4 .sec_right .right {
    position: absolute;
    right: -20px;
    top: 100px;
    animation: move 1s infinite linear;
}

.section4 .sec_right .center {
    display: block;
    margin: 0 auto;
    animation: blush 1s infinite linear;
}

.section5 {
    position: relative;
    z-index: 1;
}

.section5::before {
    content: "";
    width: 100%;
    height: 235px;
    background-color: #F4F8FF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section5::after {
    content: "";
    width: 50%;
    height: 570px;
    background-color: #d9d9d9;
    background: #366b5b;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.section5 .container {
    background-color: #d9d9d9;
    background: #366b5b;
    border-radius: 300px 0 0 300px;
    padding: 40px 0;
}

.section5 .sec_left {
    width: 490px;
    height: 490px;
    background: #fff;
    border-radius: 300px;
    margin-left: 40px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    background: linear-gradient(208deg, #fff 0%, #fff 57.41%, rgba(255, 255, 255, 0.16) 100%);
    box-shadow: 0 4px 94px 0 rgba(255, 255, 255, 0.46);
}

.section5 .sec_left img {
    width: 100%;
    min-width: 650px;
    transform: translate(-50px, 0px);
    animation: move 1s infinite linear;
    margin-left: -50px;
}

.section5 .sec_right h2 {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}

.section5 .sec_right h2 span.primary_clr {
    position: absolute;
    bottom: -50px;
    right: 0px;
    font-size: 110px;
}

.section5 .sec_right h2 img {
    width: 60px;
    transform: translateY(-10px);
    animation: move 1s infinite linear;
}

.section5 .sec_right p {
    height: 145px;
    margin-top: 20px;
    color: #fff;
}

.section5 .combo_btn {
    margin-top: 40px;
}

.section5 .combo_btn span {
    color: #fff;
    border-color: #fff;
}

.section5 .combo_btn .btn:hover span {
    background: #fff;
    color: #366b5b;
    border-color: #fff;
}

.section5 .combo_btn .btn_1::after {
    background: url(../images/white-arrow.png);
    background-size: contain;
}

.section5 .combo_btn .btn_1:hover::after {
    background: url(../images/white-arrow.png);
    background-size: contain;
}

.section5 .combo_btn .btn_2::after {
    background: url(../images/white-chat.png);
    background-size: contain;
}

.section5 .combo_btn .btn_2:hover::after {
    background: url(../images/white-chat.png);
    background-size: contain;
}


.section6 {
    padding: 80px 0 0;
    position: relative;
    z-index: 1;
}

.section6 .sec_after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.section6 .sec_top h2 {
    position: relative;
    z-index: 1;
}

.section6 .sec_top h2 img {
    width: 60px;
    transform: translateY(-10px);
    animation: move 1s infinite linear;
}

.section6 .sec_top h2 .primary_clr {
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 110px;
}

.section6 .sec_content {
    margin-top: 100px;
}

.section6 .sec_content .tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.section6 .sec_content .tabs li {
    padding: 12px 12px 12px 55px;
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.section6 .sec_content .tabs li:nth-child(1) {
    background: #FFF6D6;
    border-color: #FFDD66;
}

.section6 .sec_content .tabs li:nth-child(2) {
    background: #D6E6FF;
    border-color: #67A2FF;
}

.section6 .sec_content .tabs li:nth-child(3) {
    background: #FFD1D3;
    border-color: #FF7C81;
}

.section6 .sec_content .tabs li:nth-child(4) {
    background: #CBFFE6;
    border-color: #4AFFA8;
}

.section6 .sec_content .tabs li:nth-child(5) {
    background: #EBE0FF;
    border-color: #BA94FF;
}

.section6 .sec_content .tabs li:nth-child(6) {
    background: #FAC9FB;
    border-color: #FC5FFF;
}

.section6 .sec_content .tabs li::before {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    z-index: -1;
}

.section6 .sec_content .tabs li:nth-child(1)::before {
    background: url("../images/services/book-ghostwriting-icon.png");
    background-size: contain;
}

.section6 .sec_content .tabs li:nth-child(2)::before {
    background: url("../images/services/book-editing-icon.png");
    background-size: contain;
}

.section6 .sec_content .tabs li:nth-child(3)::before {
    background: url("../images/services/book-publishing-icon.png");
    background-size: contain;
}

.section6 .sec_content .tabs li:nth-child(4)::before {
    background: url("../images/services/video-book-trailers-icon.png");
    background-size: contain;
}

.section6 .sec_content .tabs li:nth-child(5)::before {
    background: url("../images/services/web-design-and-seo-icon.png");
    background-size: contain;
}

.section6 .sec_content .tabs li:nth-child(6)::before {
    background: url("../images/services/cover-design-icon.png");
    background-size: contain;
}

.section6 .sec_content .my-tabs {
    margin-top: 60px;
}

.section6 .sec_content .my-tabs .box .left h3 {
    position: relative;
    z-index: 1;
    margin: 0;
}

.section6 .sec_content .my-tabs .box .left h3 .primary_clr {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 75px;
}

.section6 .sec_content .my-tabs .box .left p {
    margin: 20px 0;
    height: 120px;
}

.section6 .sec_content .my-tabs .box .left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* column-count: 2; */
}

.section6 .sec_content .my-tabs .box .left ul li {
    width: 49%;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.section6 .sec_content .my-tabs .box .left ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/check.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.section6 .combo_btn {
    margin-top: 40px;
}

.section6 .combo_btn span {
    color: #000;
}

.section6 .combo_btn .btn:hover span {
    background: #005dff;
    color: #ffffff;
    border-color: #fff;
}

.section6 .combo_btn .btn_1:hover::after {
    background: url(../images/blue-arrow.png);
    background-size: contain;
}

.section6 .combo_btn .btn_2:hover::after {
    background: url(../images/blue-chat.png);
    background-size: contain;
}

.section6 .sec_content .my-tabs .right img {
    width: 100%;
    animation: blush 1s infinite linear;
}

.section7 {
    background: #366b5b;
    border-radius: 95px 95px 0 0;
    position: relative;
    z-index: 1;
}

.section7::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #fff);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.section7 .sec_top h2 {
    text-align: center;
    color: #fff;
}

.section7 .sec_top h2 .crown {
    position: relative;
    font-family: aghaFont-Bold;
    z-index: 1;
}

.section7 .sec_top h2 .crown::after {
    content: "";
    width: 44px;
    height: 48px;
    background: url(../images/crown.png);
    background-size: contain;
    position: absolute;
    top: -30px;
    left: -25px;
    z-index: 1;
}

.section7 .sec_top h2 .primary_clr {
    display: inline-block;
    font-size: 110px;
    text-transform: capitalize;
    transform: translate(-10px, 29px);
    z-index: 2;
}

.section7 .sec_content {
    margin-top: 60px;
}

.section7 .sec_content .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
}

.section7 .sec_content .tabs li {
    width: 180px;
    height: 42px;
    border-radius: 50px;
    background: #ffffff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s linear;
    cursor: pointer;
}

.section7 .sec_content .tabs li.current {
    background: #366b5b;
    color: #fff;
}

.section7 .sec_content .my-tabs img {
    display: block;
    margin: 0 auto;
}

.section7 .combo_btn {
    justify-content: center;
    margin-top: 40px;
}

.section7 .combo_btn span {
    color: #000;
}

.section7 .combo_btn .btn:hover span {
    background: #366b5b;
    color: #ffffff;
    border-color: #fff;
}

.section7 .combo_btn .btn_1:hover::after {
    background: url(../images/blue-arrow.png);
    background-size: contain;
}

.section7 .combo_btn .btn_2:hover::after {
    background: url(../images/blue-chat.png);
    background-size: contain;
}

.section8 {
    background: linear-gradient(180deg, #FFF0D9 0%, #fff 45%);
    border-radius: 145px 145px 0 0;
    position: relative;
    z-index: 1;
}

.section8 .sec_top h2 {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.section8 .sec_top h2 img {
    width: 60px;
    transform: translateY(-10px);
    animation: move 1s infinite linear;
}

.section8 .sec_top h2 .primary_clr {
    font-size: 110px;
    position: absolute;
    bottom: -45px;
    right: -130px;
    z-index: 1;
}

.section8 .sec_top h2 .line_break {
    /* transform: translateX(-100px); */
}

.section8 .sec_content {
    margin-top: 40px;
}

.section8 .sec_content .box {
    background: #f8f8f8;
    border-radius: 40px;
    margin-top: 25px;
    padding: 40px;
    transition: .4s linear;
    cursor: pointer;
}

.section8 .sec_content .box:hover {
    background: #366b5b;
}

.section8 .sec_content .box h5 {
    margin: 20px 0;
    transition: .4s linear;
}

.section8 .sec_content .box:hover h5 {
    color: #fff;
}

.section8 .sec_content .box p {
    height: 100px;
    transition: .4s linear;
}

.section8 .sec_content .box:hover p {
    color: #fff;
}

.section9 {
    position: relative;
    z-index: 1;
}

.section9::before {
    content: "";
    width: 50%;
    height: 570px;
    background-color: #d9d9d9;
    background: #366b5b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section9 .container {
    background-color: #d9d9d9;
    background: #366b5b;
    border-radius: 0 300px 300px 0;
    padding: 40px 0;
}

.section9 .sec_left h2 {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}

.section9 .sec_left h2 span.primary_clr {
    position: absolute;
    bottom: -40px;
    right: -35px;
    font-size: 110px;
}

.section9 .sec_left h2 img {
    width: 60px;
    transform: translateY(-10px);
    animation: move 1s infinite linear;
}

.section9 .sec_left p {
    height: 120px;
    margin-top: 20px;
    color: #fff;
}

.section9 .combo_btn {
    margin-top: 40px;
}

.section9 .combo_btn span {
    color: #fff;
    border-color: #fff;
}

.section9 .combo_btn .btn:hover span {
    background: #fff;
    color: #005dff;
    border-color: #fff;
}

.section9 .combo_btn .btn_1::after {
    background: url(../images/white-arrow.png);
    background-size: contain;
}

.section9 .combo_btn .btn_1:hover::after {
    background: url(../images/white-arrow.png);
    background-size: contain;
}

.section9 .combo_btn .btn_2::after {
    background: url(../images/white-chat.png);
    background-size: contain;
}

.section9 .combo_btn .btn_2:hover::after {
    background: url(../images/white-chat.png);
    background-size: contain;
}

.section9 .sec_right {
    width: 490px;
    height: 490px;
    background: #fff;
    border-radius: 300px;
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    background: linear-gradient(208deg, #fff 0%, #fff 57.41%, rgba(255, 255, 255, 0.16) 100%);
    box-shadow: 0 4px 94px 0 rgba(255, 255, 255, 0.46);
}

.section9 .sec_right img {
    width: 100%;
    min-width: 550px;
    transform: translate(-50px, 0px);
    animation: blush 1s infinite linear;
}

@keyframes blush {
    0% {
        filter: drop-shadow(2px 4px 6px #005cff);
    }

    50% {
        filter: drop-shadow(0px 0px 0px #005cff);
    }

    100% {
        filter: drop-shadow(2px 4px 6px #005cff);
    }
}

.section10 .sec_top {
    text-align: center;
}

.section10 .sec_top h2 {
    text-transform: capitalize;
    line-height: 0px;
}

.section10 .sec_top h2 .primary_clr {
    display: inline-block;
    font-size: 110px;
    line-height: 90px;
    transform: translate(0px, 20px);
}

.section10 .sec_top h2 img {
    width: 80px;
    transform: translate(-20px, -20px);
    animation: move 1s infinite linear;
}

.section10 .sec_content {
    margin-top: 60px;
}

.section10 .sec_content .box h3 {
    color: #C3C3C3;
    font-size: 60px;
    margin: 0;
    transform: translateX(-20px);
}

.section10 .sec_content .box h6 {
    margin: 0 0 10px 0;
}

.section10 .sec_content .box p {
    font-size: 14px;
    height: 105px;
    color: #7B7B7B;
}

.section10 .sec_content .sec_left {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.section10 .sec_content .combo_btn {
    justify-content: center;
    margin-top: 10px;
}

.section10 .sec_content .combo_btn span {
    color: #000;
}

.section10 .sec_content .combo_btn .btn:hover span {
    background: #366b5b;
    color: #ffffff;
    border-color: #fff;
}

.section10 .sec_content .combo_btn .btn_1:hover::after {
    background: url(../images/blue-arrow.png);
    background-size: contain;
}

.section10 .sec_content .combo_btn .btn_2:hover::after {
    background: url(../images/blue-chat.png);
    background-size: contain;
}

.section11 {
    background: linear-gradient(180deg, #dde9ff 0%, rgba(244, 248, 255, 0) 100%);
}

.section11 .sec_top {
    text-align: center;
}

.section11 .sec_top h2 {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.section11 .sec_top h2 span.line_break {
    transform: translateX(-100px);
}

.section11 .sec_top h2 img {
    width: 80px;
    transform: translate(0px, -10px);
    animation: move 1s infinite linear;
}

.section11 .sec_top h2 .primary_clr {
    position: absolute;
    bottom: -40px;
    right: -90px;
    font-size: 110px;
}

.section11 .sec_content ul.sec11_slider .box {
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.03);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    padding: 30px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.section11 .sec_content ul.sec11_slider .box::after {
    content: "";
    width: 38px;
    height: 28px;
    background: url("../images/quotes.png");
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: -1;
}

.section11 .sec_content {
    margin-top: 60px;
}

.section11 .sec_content ul.sec11_slider .slick-list.draggable {
    padding: 0 !important;
}

.section11 .sec_content ul.sec11_slider .slick-slide {
    margin: 0 30px;
}

.section11 .sec_content ul.sec11_slider .slick-dots {
    bottom: -55px;
}

.section11 .sec_content ul.sec11_slider .slick-dots li {
    width: unset;
    height: unset;
}

.section11 .sec_content ul.sec11_slider .slick-dots li button {
    width: 20px;
    height: 10px;
    border-radius: 50px;
    background: #7E7E7E;
    padding: 0;
    transition: .4s linear;
}

.section11 .sec_content ul.sec11_slider .slick-dots li button::before {
    display: none;
}

.section11 .sec_content ul.sec11_slider .slick-dots li.slick-active button {
    width: 55px;
    background: #366b5b;
}

.section11 .sec_content ul.sec11_slider .box {
    opacity: .4;
    filter: blur(2px);
    transition: .4s linear;
}

.section11 .sec_content ul.sec11_slider .slick-current .box {
    opacity: 1;
    filter: unset;
}

.section11 .sec_content ul.sec11_slider .box .box_img {
    width: 40%;
}

.section11 .sec_content ul.sec11_slider .box .box_img img {
    width: 100%;
    height: 100%;
}

.section11 .sec_content ul.sec11_slider .box .box_body {
    width: 60%;
}

.section11 .sec_content ul.sec11_slider .box .box_body p {
    font-size: 14px;
    height: 80px;
    margin-bottom: 20px;
}

.section11 .sec_content ul.sec11_slider .box .box_body h6 {
    font-size: 18px;
    text-transform: uppercase;
}

.section11 .sec_content ul.sec11_slider .box .box_body h6 span {
    display: block;
    font-size: 14px;
    color: #808080;
}

.section12 {
    padding: 80px 0 0;
    background: linear-gradient(180deg, #fff0d9 0%, #fff 100%);
    border-radius: 144px 144px 0 0;
}

.section12 .sec_top h2 {
    text-align: center;
    text-transform: capitalize;
}

.section12 .sec_top h2 img {
    width: 60px;
    transform: translateY(-10px);
    animation: move 1s infinite linear;
}

.section12 .sec_top h2 .primary_clr {
    display: inline-block;
    font-size: 110px;
    transform: translateY(-25px);
}

.section12 .sec_top ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.section12 .sec_top ul li a {
    display: block;
    width: 280px;
    background: aqua;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section12 .sec_top ul li:nth-child(1) a {
    background: #FFF6D6;
    border-color: #FFDD66;
    box-shadow: inset 0px -4px 1px #ffdd66;
    transition: .1s ease-out;
}

.section12 .sec_top ul li:nth-child(1) a:hover {
    box-shadow: inset 0px 0px 0px #ffdd66;
}

.section12 .sec_top ul li:nth-child(2) a {
    background: #D6E6FF;
    border-color: #67A2FF;
    box-shadow: inset 0px -4px 1px #67A2FF;
    transition: .1s ease-out;
}

.section12 .sec_top ul li:nth-child(2) a:hover {
    box-shadow: inset 0px 0px 0px #67A2FF;
}

.section12 .sec_top ul li:nth-child(3) a {
    background: #FFD1D3;
    border-color: #FF7C81;
    box-shadow: inset 0px -4px 1px #FF7C81;
    transition: .1s ease-out;
}

.section12 .sec_top ul li:nth-child(3) a:hover {
    box-shadow: inset 0px 0px 0px #FF7C81;
}

.section12 .sec_top ul li:nth-child(4) a {
    background: #CBFFE6;
    border-color: #4AFFA8;
    box-shadow: inset 0px -4px 1px #4AFFA8;
    transition: .1s ease-out;
}

.section12 .sec_top ul li:nth-child(4) a:hover {
    box-shadow: inset 0px 0px 0px #4AFFA8;
}

.section12 .sec_top ul li a img {
    width: 64px;
    height: 64px;
}

.section12 .sec_top ul li a h6 {
    margin: 0;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
}

.section12 .sec_top ul li a h6 span {
    display: block;
    font-size: 16px;
}

.sec_form {
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

.sec_form::before {
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(165deg, #003799 0%, #005cff 57.14%, #003799 100%);
    background: #366b5b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec_form .sec_left {
    padding: 90px 0;
}

.sec_form .container {
    background: #d9d9d9;
    background: linear-gradient(165deg, #003799 0%, #005cff 57.14%, #003799 100%);
    background: #366b5b;
    border-radius: 0 469px 469px 0;
}

.sec_form .sec_left h2 {
    color: #fff;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.sec_form .sec_left h2 img {
    width: 60px;
    transform: translateY(-10px);
    animation: move 1s infinite linear;
}

.sec_form .sec_left h2 .primary_clr {
    font-size: 110px;
    position: absolute;
    right: -40px;
    bottom: -45px;
    z-index: 2;
}

.sec_form .sec_left .accordion {
    margin-top: 30px;
    border: 0;
}

.sec_form .sec_left .accordion .accordion-item {
    border: 0;
    background: transparent;
    border-bottom: 0.50px solid rgba(220, 220, 220, 0.3);
    margin-top: 25px;
}

.sec_form .sec_left .accordion .accordion-item .accordion-button {
    border: unset;
    border-radius: unset;
    background: transparent;
    color: #fff;
    box-shadow: unset;
    font-family: aghaFont-Bold;
    padding: 15px 0;
    font-size: 20px;
}

.sec_form .sec_left .accordion .accordion-item .accordion-button::after {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_form .sec_left .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
    transform: rotate(-180deg);
}

.sec_form .sec_left .accordion .accordion-item .accordion-body {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}


.sec_form .sec_right {
    width: 580px;
    height: 580px;
    background: #fff;
    border-radius: 100%;
    margin-left: auto;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}

.sec_form .sec_right::before {
    content: "";
    width: 281px;
    height: 182px;
    background: url(../images/send_letter.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    bottom: 20px;
}

.sec_form .sec_right form h2 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.sec_form .sec_right form h2 .primary_clr {
    display: block;
    font-size: 110px;
    position: absolute;
    bottom: -10px;
    left: 28%;
}

.sec_form .sec_right form input,
.sec_form .sec_right form textarea {
    width: 100%;
    height: 40px;
    border: unset;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    outline: none;
    color: #000;
    font-size: 14px;
}

.sec_form .sec_right form textarea {
    height: 80px;
    resize: unset;
}

.sec_form .sec_right form .btn {
    margin: 0 auto;
}

.sec_form .sec_right form .btn span {
    color: #000;
}

.sec_form .sec_right form .btn:hover span {
    background: #366b5b;
    color: #ffffff;
    border-color: #fff;
}

.sec_form .sec_right form .btn_1:hover::after {
    background: url(../images/blue-arrow.png);
    background-size: contain;
}

.section13 {
    padding: 40px 0;
}

.section13 img {
    display: block;
    margin: 0 auto;
}

footer {
    background: #366b5b;
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

footer::before {
    content: "";
    width: 400px;
    height: 300px;
    border-radius: 100%;
    fill: rgb(255 255 255);
    background: rgb(24 35 32);
    filter: blur(124px);
    position: absolute;
    top: -40px;
    left: -90px;
    z-index: -1;
}

footer::after {
    content: "";
    width: 820px;
    height: 200px;
    border-radius: 100%;
    fill: rgba(237, 28, 36, 0.5);
    background: rgb(24 35 32);
    filter: blur(124px);
    position: absolute;
    top: 0px;
    right: -200px;
    z-index: -1;
}

footer .menu {
    padding: 0 50px;
    border-right: 1px solid #ffffff0f;
}

footer .info {
    border-right: 1px solid #ffffff0f;
    padding-right: 50px;
}

footer .link {
    padding-left: 50px;
}

footer .info p {
    color: #fff;
    margin: 30px 0;
    font-size: 14px;
}

footer .menu h6,
footer .link h6 {
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
}

footer .menu h6::after,
footer .link h6::after {
    content: "";
    width: 44px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    right: -10px;
    bottom: 0px;
    z-index: -1;
}

footer .menu ul {
    margin-bottom: 40px;
}

footer .menu ul li a {
    color: #fff;
    font-size: 14px;
    transition: .4s linear;
    transform: translateX(0) scale(1);
    display: inline-block;
}

footer .menu ul li a:hover {
    transform: translateX(-10px) scale(1.065);
}

footer .link h6 {
    color: #fff;
}

footer .link ul {
    display: flex;
    gap: 10px;
    margin: 0 0 20px 0;
}

footer .link ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    transition: .2s linear;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .link ul li a:hover {
    background: #005cff;
}

footer .main_ft {
    background: linear-gradient(165deg, #081411 0%, #366b5b 66.41%, #2f4941 100%);
    border-radius: 43px 43px 0 0;
    padding: 15px 0;
}

footer .main_ft p {
    color: #fff;
    font-size: 14px;
}

footer .main_ft p a {
    color: #001C4C;
}

footer .main_ft ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

footer .main_ft ul li {
    color: #fff;
}

footer .main_ft ul li a {
    color: #fff;
    font-size: 14px;
}

/* End Home Page */

/* Start Genre Page */
.genre_banner {
    background: url(../images/fiction/banner-bg.png);
    background-size: cover;
    background-position: center;
    padding: 120px 0 0px;
    position: relative;
    z-index: 1;
}

.genre_banner .banner_left h1 {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    z-index: 1;
}

.genre_banner .banner_left h1 .primary_clr {
    position: absolute;
    /* right: -250px; */
    bottom: -25px;
    font-size: 110px;
}

.genre_banner .banner_left p {
    color: #fff;
    margin: 10px 0 25px;
}

.genre_banner .banner_left .badge {
    margin-top: 30px;
}

.genre_banner .banner_right {
    text-align: center;
    transform: translateY(60px);
}

.genre_banner .banner_right img {
    animation: move 1s infinite linear;
}

.genre_sec2 {
    background: #F4F8FF;
    position: relative;
    z-index: 1;
}

.genre_sec2 .sec_before {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: -1;
}

.genre_sec2 .sec_left h2 {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.genre_sec2 .sec_left h2 span.primary_clr {
    position: absolute;
    bottom: -85px;
    left: -30px;
    font-size: 110px;
}

.genre_sec2 .sec_left h2 img {
    width: 60px;
    transform: translateY(-10px);
    animation: move 1s infinite linear;
}

.genre_sec2 .sec_left p {
    margin-top: 20px;
}

.genre_sec2 .combo_btn {
    margin-top: 40px;
}

.genre_sec2 .combo_btn span {
    color: #000;
}

.genre_sec2 .combo_btn .btn:hover span {
    background: #366b5b;
    color: #ffffff;
    border-color: #fff;
}

.genre_sec2 .combo_btn .btn_1:hover::after {
    background: url(../images/blue-arrow.png);
    background-size: contain;
}

.genre_sec2 .combo_btn .btn_2:hover::after {
    background: url(../images/blue-chat.png);
    background-size: contain;
}

.genre_sec2 .sec_right {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.genre_sec2 .sec_right .left {
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: move 1s infinite linear;
}

.genre_sec2 .sec_right .right {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    animation: move 1s infinite linear;
}

/* .genre_sec2 .sec_right .flip-clock-container [class|=flip-item] .flip-digit>span {
    font-family: "Poppins", sans-serif;
} */

.genre_sec2 .sec_right .flip-clock-container [class|=flip-item] .flip-digit>span::after,
.genre_sec2 .sec_right .flip-clock-container [class|=flip-item] .flip-digit>span::before {
    font-size: 35px;
}

.genre_sec2 .sec_right .genre_form {
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    animation: blush 1s infinite linear;
}

.genre_sec2 .sec_right .genre_form .genre_form_before {
    width: 166px;
    position: absolute;
    left: -35px;
    top: -122px;
    z-index: -1;
}

.genre_sec2 .sec_right .genre_form .genre_form_after {
    width: 100%;
    height: 150px;
    background: #fff;
    border-radius: 45px 45px 0 0;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
}

.genre_sec2 .sec_right .genre_form h3 {
    display: inline-block;
    margin: 0;
    margin-left: 90px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.genre_sec2 .sec_right .genre_form h3 .primary_clr {
    font-size: 110px;
    color: #000;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    position: absolute;
    top: -40px;
    right: -100px;
}

.genre_sec2 .sec_right .genre_form .genre_form_wrapper {
    width: 100%;
    height: 100%;
    background: #013ca6;
    background: linear-gradient(165deg, #081411 0%, #366b5b 66.41%, #2f4941 100%);
    border-radius: 45px;
    padding: 30px 20px;
    box-shadow: -18px 31px 76px 0 rgba(0, 0, 0, 0.35);
}

.genre_sec2 .sec_right .genre_form h6 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.genre_sec2 .sec_right .genre_form form {
    width: 100%;
    margin-top: 10px;
}

.genre_sec2 .sec_right .genre_form form .control_form {
    margin-top: 15px;
}

.genre_sec2 .sec_right .genre_form form .control_form input,
.genre_sec2 .sec_right .genre_form form .control_form textarea {
    background: transparent;
    border: 0.91px solid #fff;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-radius: 27px;
    box-shadow: none;
    outline: 0;
    font-family: "Poppins", sans-serif;
}

.genre_sec2 .sec_right .genre_form form .control_form textarea {
    height: 100px;
    resize: unset;
}

.genre_sec2 .sec_right .genre_form form .control_form input::placeholder,
.genre_sec2 .sec_right .genre_form form .control_form textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.genre_sec2 .sec_right .genre_form form .btn_1 {
    margin: 0 auto;
    margin-top: 20px;
}

.genre_sec2 .sec_right .genre_form form .btn_1 span {
    border-color: #fff;
}

.genre_sec2 .sec_right .genre_form form .btn_1::after {
    background: url(../images/white-arrow.png);
    background-size: contain;
}

.genre_sec2 .sec_right .genre_form form .btn_1:hover::after {
    background: url(../images/white-arrow.png);
    background-size: contain;
}

.genre_sec3::before {
    display: none;
}

.genre_sec4 .sec_top h2 {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.genre_sec4 .sec_top h2::before {
    content: "";
    width: 97px;
    height: 101px;
    background: url("../images/crown-book.png");
    background-size: contain;
    position: absolute;
    top: -25px;
    left: -100px;
    z-index: -1;
    animation: move 1s infinite linear;
}

.genre_sec4 .sec_top h2 .line_break {
    transform: translateX(-100px);
}

.genre_sec4 .sec_top h2 .primary_clr {
    font-size: 110px;
    position: absolute;
    right: -110px;
    bottom: -50px;
}

.genre_sec4 .sec_content {
    margin-top: 40px;
}

.genre_sec4 .sec_content .swiper {
    width: 100%;
    padding: 0px 0 5px 0;
}

.genre_sec4 .sec_content .box {
    width: 100%;
    position: relative;
    z-index: 1;
}

.genre_sec4 .sec_content .box>.box_front,
.genre_sec4 .sec_content .box>.box_back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
}

.genre_sec4 .sec_content .box>.box_front {
    transform: rotateY(0deg);
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
}

.genre_sec4 .sec_content .box>.box_front .img {
    width: 100%;
}

.genre_sec4 .sec_content .box>.box_front .img img {
    width: 100%;
}

.genre_sec4 .sec_content .box>.box_front h5 {
    text-transform: uppercase;
    text-align: center;
}

.genre_sec4 .sec_content .box>.box_back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
}

.genre_sec4 .sec_content .box>.box_back h5 {
    margin: 0;
}

.genre_sec4 .sec_content .box:hover>.box_front {
    transform: rotateY(180deg);
}

.genre_sec4 .sec_content .box:hover>.box_back {
    opacity: 1;
    transform: rotateY(0deg);
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.03);
}

.genre_sec4 .sec_content .box:hover>.box_back p {
    height: 200px;
}

.genre_sec4 .sec_content .paragraph {
    display: none;
    text-align: center;
    margin-top: 30px;
}

.genre_sec4 .sec_content .paragraph.active {
    display: block;
}

/* End Genre Page */

/* Start About Page */
.about-banner {
    padding: 120px 0 350px;
    overflow: visible;
}

.about-banner .banner_before,
.about-banner .banner_after {
    bottom: 70px;
}

.about-banner .banner_content h4 {
    color: #fff;
    margin: 0;
}

.about-banner .banner_content .star,
.about-banner .banner_content .love_book {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about-banner .banner_content h1 {
    font-size: 110px;
    line-height: 110px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
}

.about-banner .banner_content .left_book {
    width: 70px;
    animation: move 1s infinite linear;
}

.about-banner .banner_content .right_book {
    width: 130px;
    transform: translate(-20px, 10px);
    animation: move 1s infinite linear;
}

.about-banner .banner_content .heading {
    display: inline-block;
    background: linear-gradient(193deg, #ffffff 0%, #42977d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: aghaFont-Bold;
    transform: translateX(50px);
}

.about-banner .banner_content .fly_book {
    display: inline-block;
    width: 120px;
    /* transform: translate(-30px, 0px); */
    z-index: 1;
    position: relative;
    animation: move 1s infinite linear;
}

.about-banner .banner_content .primary_clr {
    font-size: 150px;
    color: #fff;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    /* position: absolute;
    right: 0;
    bottom: 0; */
    transform: translate(-20px, 30px);
    display: inline-block;
    z-index: -1;
}

.about-banner .banner_content p {
    font-size: 25px;
    color: #fff;
}

.about-banner .inner {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -300px;
}

.about-sec2 {
    position: relative;
    z-index: 1;
}

.about-sec2::before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #d9d9d9;
    background: #FFF6E8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.about-sec2 .container {
    background-color: #FFF6E8;
    border-radius: 0 300px 300px 0;
    padding: 40px 0;
}

.about-sec2 .sec_left h2 {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
}

.about-sec2 .sec_left h2 span.primary_clr {
    position: absolute;
    bottom: -50px;
    right: -55px;
    font-size: 110px;
}

.about-sec2 .sec_left p {
    height: 120px;
    margin-top: 20px;
}

.about-sec2 .combo_btn {
    margin-top: 40px;
}

.about-sec2 .combo_btn span {
    color: #000;
}

.about-sec2 .combo_btn .btn:hover span {
    color: #366b5b;
}

.about-sec2 .sec_right {
    width: 490px;
    height: 490px;
    background: #fff;
    border-radius: 300px;
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    background: linear-gradient(208deg, #fff 0%, #fff 57.41%, rgba(255, 255, 255, 0.16) 100%);
    box-shadow: 0 4px 94px 0 rgba(255, 255, 255, 0.46);
    position: relative;
    z-index: 1;
}

.about-sec2 .sec_right .left {
    width: 150px;
    position: absolute;
    left: -20px;
    top: 80px;
    animation: move 1s infinite linear;
}

.about-sec2 .sec_right .center {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    animation: blush 1s infinite linear;
}

.about-sec2 .sec_right .right {
    width: 140px;
    position: absolute;
    right: -30px;
    top: 80px;
    animation: move 1s infinite linear;
}

.about_gap {
    margin-top: 300px;
}

.about-sec3 {
    background: linear-gradient(180deg, #f4f8ff 0%, #fff 100%);
    position: relative;
    z-index: 1;
}

.about-sec3 .sec_before {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.about-sec3 .sec_before img {
    width: 100%;
}

.about-sec3 .sec_right h2 {
    padding-left: 0;
    position: relative;
    z-index: 1;
    width: 80%;
}

.about-sec3 .sec_right h2 .primary_clr {
    font-size: 110px;
    position: absolute;
    top: 85%;
    right: -30px;
    transform: translateY(-50%);
    z-index: 1;
}

.about-sec3 .sec_right p {
    margin-top: 40px;
}

.about-sec3 .sec_right #counter {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 40px 0;
}

.about-sec3 .sec_right #counter .box {
    text-align: center;
}

.about-sec3 .sec_right #counter .box p {
    margin: 0;
    font-size: 14px;
}

.about-sec3 .sec_right .combo_btn .btn span {
    color: #000;
}

.about-sec3 .sec_right .combo_btn .btn:hover span {
    background: #366b5b;
    color: #ffffff;
    border-color: #fff;
}

.about-sec3 .sec_right .combo_btn .btn_1:hover::after {
    background: url(../images/blue-arrow.png);
    background-size: contain;
}

.about-sec3 .sec_right .combo_btn .btn_2:hover::after {
    background: url(../images/blue-chat.png);
    background-size: contain;
}

.about-sec4::before {
    display: none;
}

.about-sec5 .sec_top h2 .line_break {
    transform: translateX(-90px);
}

.about-sec5 .sec_top h2 .primary_clr {
    bottom: 16px;
    right: -140px;
}

/* End About Page */

/* Start Book Editing Page */
.editing-banner {
    background: url("../images/book-editing/banner-bg.png");
    background-size: cover;
    background-position: top center;
    padding: 120px 0 350px;
    overflow: visible;
}

.editing-banner .banner_content h1 {
    line-height: 100px;
}

.editing-banner .banner_content .left_book {
    width: 100px;
    animation: move 1s infinite linear;
}

.editing-banner .banner_content .right_book {
    width: 130px;
    transform: translate(-30px, 0px);
    animation: move 1s infinite linear;
}

.editing-banner .banner_content .heading {
    transform: translateX(10px);
}

.editing-banner .banner_content .fly_book {
    width: 140px;
    animation: move 1s infinite linear;
}

.editing-banner .sec_right .center {
    max-width: 490px;
}

.editing_sec2 {
    background: linear-gradient(180deg, #f4f8ff 0%, #fff 100%);
}

.editing_sec2 .sec_top h2::before {
    display: none;
}

.editing_sec2 .sec_top h2 .pencil {
    transform: translateX(14px);
}

.editing_sec2 .sec_top h2 .primary_clr {
    right: -100px;
    bottom: -35px;
}

.editing_sec3 {
    background: linear-gradient(180deg, #fff6e8 0%, rgba(244, 248, 255, 0) 100%);
}

.editing_sec3 .sec_top h2 .primary_clr {
    display: inline-block;
    font-size: 110px;
    transform: translate(-40px, 25px);
}

.editing_sec3 .sec_content {
    margin-top: 60px;
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-list.draggable {
    padding: 0 !important;
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide {
    margin: 0 15px;
}

.editing_sec3 .sec_content .editing_sec3_slider .box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 34px;
    border: 1px solid rgba(54, 225, 215, 0.5);
    text-align: center;
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(1) .box {
    border-color: rgba(54, 179, 225, 0.5);
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(2) .box {
    border-color: rgba(54, 225, 215, 0.5);
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(3) .box {
    border-color: rgba(225, 54, 208, 0.5);
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(4) .box {
    border-color: rgba(219, 197, 6, 0.5);
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(5) .box {
    border-color: rgba(225, 54, 208, 0.5);
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(6) .box {
    border-color: rgba(255, 92, 0, 0.5);
}

.editing_sec3 .sec_content .editing_sec3_slider .box .img {
    display: block;
    margin: 0 auto;
}

.editing_sec3 .sec_content .editing_sec3_slider .box .img img {
    margin: 0 auto;
}

.editing_sec3 .sec_content .editing_sec3_slider .box h5 {
    margin: 10px 0;
    text-transform: uppercase;
}

.editing_sec3 .sec_content .editing_sec3_slider .box p {
    height: 96px;
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-dots {
    bottom: -55px;
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-dots li {
    width: unset;
    height: unset;
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-dots li button {
    width: 20px;
    height: 10px;
    border-radius: 50px;
    background: #7E7E7E;
    padding: 0;
    transition: .4s linear;
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-dots li button::before {
    display: none;
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-dots li.slick-active button {
    width: 55px;
    background: #366b5b;
}

/* End Book Editing Page */

/* Start Author Page */
.authors_sec2 {
    background: #001C4D;
    position: relative;
    z-index: 1;
}

.authors_sec2::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 144px 144px 0 0;
    background: linear-gradient(180deg, #e8f0ff 0%, #fff 100%);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}

.authors_sec2 .sec_top h2 {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.authors_sec2 .sec_top h2::before {
    content: "";
    width: 96px;
    height: 86px;
    background: url(../images/book.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: -90px;
    z-index: -1;
    animation: move 1s infinite linear;
}

.authors_sec2 .sec_top h2 .primary_clr {
    display: inline-block;
    font-size: 110px;
    transform: translateY(30px);
}

.authors_sec2 .sec_content {
    margin-top: 40px;
}

.authors_sec2 .box {
    width: 100%;
    height: 490px;
    background: #fff;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 34px;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.03);
    margin-top: 25px;
    overflow: hidden;
    transition: .4s ease-out;
}

/* .authors_sec2 .box:hover{
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.authors_sec2 .box .img {
    width: 100%;
    height: 380px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 29px;
    transition: .4s ease-out;
    overflow: hidden;
}

.authors_sec2 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.authors_sec2 .box:hover .img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
}

.authors_sec2 .box h5 {
    text-transform: uppercase;
    margin: 20px 0;
    transition: .4s ease-out;
}

.authors_sec2 .box:hover h5 {
    margin: 15px 0;
}

.authors_sec2 .box p {
    font-size: 14px;
    height: 110px;
    margin-bottom: 10px;
    transition: .4s ease-out;
    opacity: 0;
}

.authors_sec2 .box:hover p {
    opacity: 1;
}

.authors_sec2 .box a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    transition: .4s ease-out;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.authors_sec2 .box:hover a {
    opacity: 1;
}

.authors_sec2 .box a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/author/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: -15px;
    transform: rotate(0deg);
    transition: .4s ease-out;
    z-index: 1;
}

.authors_sec2 .box a:hover::after {
    transform: rotate(45deg);
}

/* End Author Page */

/* Start Contact Us Page */
.contact_banner {
    padding-top: 80px;
}

.contact_sec2 {
    background: #001C4D;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.contact_sec2::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 144px 144px 0 0;
    background: linear-gradient(180deg, #fff0d9 0%, #fff 100%);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}

/* End Contact Us Page */

/* Start Author Details */
.author_details_banner {
    padding: 150px 0px 200px;
}

.author_details_banner .banner_before {
    bottom: 0;
}

.author_details_banner .banner_left {
    padding: 20px;
    height: 440px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author_details_banner .banner_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.author_details_banner .banner_right {
    width: 100%;
    height: 440px;
    padding: 30px;
    backdrop-filter: blur(54px);
    background: rgb(54 107 91 / 75%);
    border: 1px solid #366b5b;
    border-radius: 29px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.author_details_banner .banner_right .left .sub_heading {
    color: #fff;
}

.author_details_banner .banner_right .left h1 {
    color: #fff;
    margin: 20px 0 0 0;
    text-transform: capitalize;
}

.author_details_banner .banner_right .left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin: 20px 0 30px;
}

.author_details_banner .banner_right .left ul li {
    width: 100%;
    border-right: 1px solid #ffffff4f;
}

.author_details_banner .banner_right .left ul li:last-child {
    border: 0;
}

.author_details_banner .banner_right .left ul li p {
    color: #fff;
    font-weight: 700;
}

.author_details_banner .banner_right .left ul li p span {
    display: block;
    font-weight: 300;
    margin-top: 10px;
}

.author_details_banner .banner_right .left .para_1 {
    color: #fff;
    opacity: 0.7;
}

.author_details_banner .banner_right .left .career {
    color: #fff;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.author_details_banner .banner_right .left .career span {
    background: #24453b;
    border-radius: 23px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 300;
}

.author_details_banner .banner_right .right ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.author_details_banner .banner_right .right ul li {
    background: #24453b;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.author_sec2 {
    position: relative;
    padding: 0px 0 100px;
    background: linear-gradient(180deg, #e8f0ff 0%, #fff 100%);
    /* border-radius: 144px 144px 0 0; */
    z-index: 1;
}

.author_sec2::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #e8f0ff 0%, #f7faff 100%);
    /* background: #e8f0ff; */
    border-radius: 144px 144px 0 0;
    position: absolute;
    top: -140px;
    left: 0;
    z-index: -1;
}

.author_sec2 .sec_content h2 {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.author_sec2 .sec_content h2::before {
    content: "";
    width: 97px;
    height: 101px;
    background: url(../images/crown-book.png);
    background-size: contain;
    position: absolute;
    top: -25px;
    left: -100px;
    z-index: -1;
    animation: move 1s infinite linear;
}

.author_sec2 .sec_content h2 .primary_clr {
    font-size: 110px;
    position: absolute;
    top: -100px;
    left: 47%;
    transform: translateX(-50%);
}

.author_sec2 .sec_content p {
    margin-top: 20px;
    font-size: 20px;
}

/* End Author Details */

/* Start Policy Pages */
.policy_banner {
    background: #011c4c;
    padding: 180px 0 80px;
}

.policy_banner .banner_content h1 {
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.policy_content {
    padding: 100px 0;
    background: #011c4c;
    position: relative;
    z-index: 1;
}

.policy_content::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 144px 144px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* End Policy Pages */


.new-serv-head {
    font-size: 30px;
}
.img-anim {
    width: 60px;
    transform: translateY(-10px);
    animation: move 1s infinite linear;
}

.new-sec {
    background: #F4F8FF;
    padding-top: 20px;
}
.cnter-head h2 {
    text-align: center;
    font-size: 52px;
}

.cnter-head p {
    text-align: center;
}
.list-item li {
    padding: 10px 0px 0px 0px;
}

.why-choose-new {
    padding: 60px 0;
}
.why-choose-new h3 {
    font-size: 26px;
    margin-bottom: 0;
    padding-top: 10px;
}
.gapps {
    padding-top: 30px;
}


.cnter-head h4{
    text-align: center;
    color: #366b5b; 
}

.new-bn-subhd{
    color: #fff;
}

.subs-heds h3 {
    font-size: 30px;
    margin-bottom: 0;
    padding-top: 20px;
}

.subs-heds p {
    margin-top: 0 !important;
}
.main_ft a {
    color: #fff !important;
}

.logo-container a img{
    width: 210px;
}