@font-face {
    font-family: clash-display-extra-light;
    src: url(../../fonts/ClashDisplay-Extralight.otf)
}

@font-face {
    font-family: clash-display-light;
    src: url(../../fonts/ClashDisplay-Light.otf)
}

@font-face {
    font-family: clash-display-medium;
    src: url(../../fonts/ClashDisplay-Medium.otf)
}

@font-face {
    font-family: clash-display-regular;
    src: url(../../fonts/ClashDisplay-Regular.otf)
}

@font-face {
    font-family: clash-display-semi-bold;
    src: url(../../fonts/ClashDisplay-Semibold.otf)
}

@font-face {
    font-family: clash-display-bold;
    src: url(../../fonts/ClashDisplay-Bold.otf)
}

@font-face {
    font-family: visby-regular;
    src: url(../../fonts/VisbyRegular.otf)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #14283F ;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #91122E;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #14283F  #f1f1f1;
}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
} */

h1,
h2 {
    font-family: 'clash-display-regular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

ul {
    list-style: none;
}

p,
a,
button {
    font-family: 'visby-regular' !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-decoration: none;
}

/************************************************** BASIC SETTING **************************************************/

.sec {
    padding: 100px 0;
}

a.global-color-btn {
    background: #FF7878;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
}

a.global-color-btn:hover {
    border: 1.5px solid #14283F ;
    color: #14283F ;
}

a.global-color-btn-2 {
    border: 1.5px solid #14283F ;
    color: #14283F ;
    padding: 10px 25px;
    border-radius: 30px;
}

a.global-color-btn-2:hover {
    background: #FF7878;
    color: #fff;
}


.top-header {
    background: #14283F ;
    padding: 10px 0;
}

.top-header .top-contact-info ul li,
.top-header .top-contact-info ul li a,
.top-social-icon p,
.top-social-icon a {
    color: #fff;
}

/* header {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
} */

header nav ul li a {
    color: #000 !important;
    padding: 0 11px !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

header nav ul.dropdown-menu {
    background: #ffffff;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

header nav ul.dropdown-menu li {
    padding: 10px;
}

header nav ul.dropdown-menu li a {
    color: #000000 !important;
}

header nav ul.dropdown-menu li a:hover{
    color: #14283F  !important;
    background: none;
}

.banner-sec {
    background-image: url('../img/home-banner-bg.webp');
    padding: 50px 0 50px 0;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-sec .col-md-3 {
    position: relative;
}

.banner-sec .banner-shade-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    filter: hue-rotate(225deg);
}

.banner-head img{
    width: 5%;
}

.banner-head p {
    font-weight: bold;
    color: #FF7878;
    font-style: italic;
    font-size: 16px;
}

.banner-head h1 {
    font-size: 32px;
    font-family: 'clash-display-regular';
    color: #FF7878;
}

.banner-head h1 span {
    color: #14283F;
}

.banner-sec .banner-meta p,
.sec-2-meta p,
.sec-3-meta p,
.genres-meta p,
.portfolio-head p {
    color: #585D67;
}

.banner-sec .banner-meta img {
    width: 70%;
}

.banner-sec .banner-img img {
    position: absolute;
    width: 430px;
    right: 0px;
    top: 125px;
    z-index: 9;
}

.banner-sec .banner-form {
    position: relative;
    height: 100%;
    padding: 30px;
    background: linear-gradient(180deg, rgb(236 234 239 / 0%) 0%, rgba(236, 234, 239, 1) 38%, rgb(0 39 113 / 15%) 100%);
    border-radius: 30px;
    border: 1px solid #14283F;
}

.banner-sec .banner-form .discount {
    position: absolute;
    top: 0;
    right: 45px;
    width: 16%;
}

.banner-sec .banner-form h3 {
    color: #00142D;
    font-family: 'clash-display-regular';
    font-size: 25px;
    text-align: center;
}

.banner-sec .banner-form form .form-control {
    font-family: 'visby-regular';
    font-size: 14px;
    letter-spacing: 1px;
    padding: 27px 20px 0px 20px;
    background: #f8f8fa;
    border-radius: 15px;
}

.banner-sec .banner-form form .form-floating>label {
    color: #8E8E8E;
    font-family: 'visby-regular';
    letter-spacing: 1px;
}

.banner-sec .banner-form form textarea {
    height: 100px;
}

.banner-sec .banner-form form .form-control:focus {
    box-shadow: none;
    border-color: #413959;
}

.banner-sec .banner-form form button {
    width: 100%;
    justify-content: center;
    border-radius: 40px;
    background: #FF7878;
    color: #fff;
    padding: 10px 25px;
}

.sec-2 {
    background: linear-gradient(0deg, rgb(15 43 107 / 9%) 0%, rgba(255, 255, 255, 1) 100%);
    position: relative;
}

.sec-2 .sec-2-img img,
.sec-3-img img {
    width: 90%;
}

.sec-2 .sec-2-meta h2,
.sec-3-meta h2,
.genres-head h2,
.award-win-meta h2,
.unleashing-meta h2 {
    font-size: 35px;
    font-family: 'clash-display-regular';
    color: #2F2F2F;
}


.sec-2 .sec-2-meta ul li,
.award-win .award-win-meta ul li {
    position: relative;
    font-family: 'visby-regular' !important;
    color: #585D67;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 30px;
    margin-top: 15px;
}

.sec-2 .sec-2-meta ul li::before,
.award-win .award-win-meta ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 20px;
    background-image: url(../img/right-tick.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: hue-rotate(232deg);
}

.sec-2 img.sec-2-shade {
    position: absolute;
    width: 6%;
    right: 0;
    bottom: -85px;
    padding: 0;
}

.sec-2-line {
    background: #ebedf3;
}

.sec-3 {
    position: relative;
}

.sec-3 .qoute {
    background: #14283F29;
    padding: 30px;
    border-radius: 20px;
}

.sec-3 .qoute p {
    margin: 0;
    font-size: 12px;
    font-style: italic;
    color: #000;
}

.sec-3 .sec-3-info {
    background: #F7F8FA;
    padding: 20px;
    border-radius: 20px;
    height: 250px;
}

.sec-3 .sec-3-info h3 {
    font-size: 17px;
    font-family: 'clash-display-regular';
    color: #2F2F2F;
}

.sec-3 .sec-3-info p {
    overflow: auto;
    height: 90px;
    padding-right: 10px;
}

.sec-3 .sec-3-shade {
    position: absolute;
    bottom: 50px;
}

.cta-sec {
    background-image: url('../img/cta-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

.cta-sec .cta-meta h2 {
    font-size: 35px;
    font-family: 'clash-display-regular';
    color: #fff;
}

.cta-sec .cta-meta p {
    color: #fff;
}

.cta-sec a.global-color-btn-2 {
    border: 1.5px solid #fff;
    color: #fff;
}

.cta-num i {
    font-size: 25px;
    color: #E7BB34;
}

.cta-sec .cta-num span,
.publish-process .cta-num span {
    font-size: 20px;
    color: #fff;
    font-family: 'clash-display-regular';
}

.cta-sec .cta-num span a,
.publish-process .cta-num span a {
    font-size: 20px;
    color: #fff;
    font-family: 'clash-display-regular';
}

.cta-sec img.cta-left,
.cta-sec img.cta-right {
    position: absolute;
}

.cta-sec img.cta-left {
    left: 0;
    top: 0%;
}

.cta-sec img.cta-right {
    right: 0;
    top: 4%;
    width: 8%;
}

.genres .main-genres ul {
    justify-content: center;
    border: 0;
}

.genres .main-genres ul li button {
    border: 1px solid #585D67;
    border-radius: 30px;
    margin: 0 20px;
    padding: 8px 40px;
    color: #585D67;
}

.main-genres .nav-tabs .nav-link.active {
    background: #14283F  !important;
    color: #fff;
    border: 1px solid #14283F ;
}

.main-genres .nav-tabs .nav-link:hover {
    background: #14283F  !important;
    color: #fff;
}

.genres .main-genres .genres-meta h3 {
    font-family: 'clash-display-regular';
    color: #001B3D;
}

/* .main-genres .nav-tabs .nav-link.active::after {
    content: "";
    background: url(../img/children-icon.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
} */

.packages-line {
    background: #e6eaef;
}

.packages {
    background: linear-gradient(180deg, rgba(230, 234, 239, 1) 0%, rgba(255, 254, 254, 1) 100%);
    position: relative;
}

.packages .packages-head h2,
.faqs-head h2 {
    color: #001B3D;
    font-size: 35px;
    font-family: 'clash-display-regular';
}

.packages .main-package {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    transition: 0.2s;
    cursor: pointer;
}

.packages .main-package:hover{
    background: #14283F ;
}

.packages .main-package:hover h3, .packages .main-package:hover p, .packages .main-package:hover li{
    color: #fff !important;
}

.packages .main-package:hover img, .packages .main-package:hover ul li::before {
    filter: invert(1) brightness(10);
}

.packages .main-package h3,
.book-relate-meta h3 {
    color: #001B3D;
    font-size: 23px;
    font-family: 'clash-display-regular' !important;
}

.packages .main-package p {
    color: #001B3D;
}

.packages .main-package ul li {
    position: relative;
    font-family: 'visby-regular' !important;
    color: #01142D;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.packages .main-package ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(../img/package-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.main-package button {
    width: 100%;
    background: #01142D !important;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px;
    font-size: 14px;
    margin-top: 20px;
}

.main-package button:hover {
    background: #14283F  !important;
    border: 1px solid #fff;
}

.packages img.package-shade-1 {
    position: absolute;
    width: 5%;
    right: 0;
    top: -15%;
    padding: 0;
}

.packages img.package-shade-2 {
    position: absolute;
    width: 3%;
    left: 0;
    top: 80%;
    padding: 0;
}

.portfolios {
    background: linear-gradient(0deg, rgba(251, 244, 246, 1) 0%, rgba(255, 254, 254, 1) 100%);
}

.portfolio-head {
    width: 70%;
    margin: 0 auto;
}

.portfolio-head h2,
.related-head h2,
.contact-form h2 {
    color: #001B3D;
    font-size: 35px;
    font-family: 'clash-display-regular';
}

.portfolios .portfolio-tabbing ul {
    justify-content: center;
    padding: 5px 0;
    border-top: 1px solid #585D67;
    border-bottom: 1px solid #585D67;
}

.portfolio-tabbing .nav-tabs .nav-link {
    transition: all 0.5s ease-in-out;
}

.portfolios .portfolio-tabbing ul li button {
    border-radius: 30px;
    padding: 8px 40px;
    color: #585D67;
    font-weight: 600;
    border: 0;
}

.portfolio-tabbing .nav-tabs .nav-link.active {
    background: none;
    color: #14283F ;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.portfolio-tabbing .nav-tabs .nav-link::after,
.portfolio-tabbing .nav-tabs .nav-link::before {
    content: "";
    width: 0;
    background: #14283F ;
    height: 2px;
    position: absolute;
    right: 15%;
    transition: width 0.5s ease-in-out;
    opacity: 0;
}

.portfolio-tabbing .nav-tabs .nav-link.active::after,
.portfolio-tabbing .nav-tabs .nav-link.active::before {
    width: 70%;
    opacity: 1;
}

.portfolio-tabbing .nav-tabs .nav-link::after {
    top: -17%;
}

.portfolio-tabbing .nav-tabs .nav-link::before {
    bottom: -6px;
}

.portfolios .portfolio-tabbing .all-books ul {
    border: 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.portfolios .portfolio-tabbing .all-books ul li {
    flex: 0 0 27%;
    margin-top: 20px;
}

.portfolios .portfolio-tabbing .all-books ul li img {
    width: 90%;
    height: 96%;
}

.book-related {
    background: #14283F12;
    position: relative;
}

.related-head, .faqs-head {
    width: 70%;
}

.book-related-shade {
    position: absolute;
    right: 0;
    top: -150px;
    width: 6%;
}

.book-related .book-relate-meta {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    height: 320px;
    margin: 0 10px;
}

.book-related .book-relate-meta p{
    overflow: auto;
    height: 120px;
    padding-right: 10px;
}


.publish-process {
    background-image: url('../img/publish-process.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.publish-process .publish-process-meta span {
    background: #D4517D;
    color: #fff;
    font-family: 'visby-regular' !important;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 22px;
    font-style: italic;
    border-radius: 30px;
}

.publish-process .publish-process-meta h2 {
    font-size: 45px;
    font-family: 'clash-display-regular';
    color: #fff;
}

.publish-process .publish-process-meta .accordion-item {
    background: none;
}

.publish-process .publish-process-meta .accordion-item:first-of-type>.accordion-header .accordion-button,
.publish-process .publish-process-meta .accordion-body,
.publish-process .publish-process-meta button.accordion-button.collapsed,
.publish-process .publish-process-meta .accordion-button:not(.collapsed) {
    background: none;
    color: #fff;
    font-family: 'visby-regular' !important;
    box-shadow: none;
}

.publish-process .publish-process-meta .accordion-body {
    color: #ffffffa9;
}

.publish-process .publish-process-meta .accordion-item {
    border: none;
    border-bottom: 1px solid #fff;
}

.publish-process .publish-process-meta .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
}

.publish-process .publish-process-meta .accordion-button::after {
    content: none !important;
}

.publish-process .publish-process-meta .accordion-button.collapsed::before {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.publish-process .publish-process-meta .accordion-button::before {
    content: "-";
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.faqs {
    background: linear-gradient(0deg, rgb(0 27 61 / 7%) 0%, rgba(255, 255, 255, 1) 100%);
    position: relative;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.faqs .accordion-item {
    background: none;
}

.faqs .accordion-item:first-of-type>.accordion-header .accordion-button,
.faqs button.accordion-button.collapsed,
.faqs .accordion-button:not(.collapsed) {
    background: none;
    color: #00142E;
    box-shadow: none;
    font-weight: 600;
    font-size: 17px;
    font-family: 'clash-display-regular' !important;
}

.faqs .accordion-body {
    background: none;
    color: #001B3D;
    box-shadow: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'visby-regular' !important;
}

.faqs .accordion-item {
    border: none;
    border-bottom: 1px solid #DCDCDC;
}

.faqs .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
}

.faqs .accordion-button::after {
    content: none !important;
}

.faqs .accordion-button.collapsed::before {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    color: #0A4020;
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.faqs .accordion-button::before {
    content: "-";
    font-size: 20px;
    font-weight: bold;
    color: #0A4020;
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.faq-shade-1 {
    position: absolute;
    right: 0px;
    bottom: -70px;
    width: 6%;
}

.testimonial-slider .testi-meta .clients {
    justify-content: space-between;
    align-items: center;
}

.testimonial-slider .testi-meta p.main-para {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}

.testimonial-slider .testi-meta .clients .client-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-slider .testi-meta .clients .client-meta h3 {
    color: #001B3D;
    font-size: 20px;
    font-family: 'clash-display-regular';
    margin: 0;
}

.testimonial-slider .testi-meta .clients .client-meta p {
    margin: 0;
    color: #00000085;
}

.custom-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    position: relative;
    width: 70%;
    text-align: center !important;
}

.custom-pagination-prev,
.custom-pagination-next {
    border: none;
    background: none;
    z-index: 1;
}

.custom-pagination-prev:focus,
.custom-pagination-next:focus {
    outline: none !important;
}

.custom-pagination-progress-bar-container {
    flex-grow: 1;
    height: 2px;
    background-color: #e0e0e0;
    position: relative;
    margin: 0 10px;
}

.custom-pagination-progress-bar {
    height: 100%;
    width: 0;
    background-color: #04137E;
    transition: width 0.3s ease;
}

.custom-pagination-page-info {
    font-size: 15px;
    font-family: 'clash-display-regular';
    color: #000000;
    margin-left: 10px;
    gap: 50px;
    display: flex;
}

.slick-slide {
    opacity: 0.5;
}

.slick-slide[aria-hidden="false"] {
    opacity: 1;
}

.contact-section {
    background: linear-gradient(180deg, rgba(230, 234, 239, 1) 0%, rgba(255, 254, 254, 1) 100%);
    position: relative;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
}

.contact-form form .form-control {
    font-family: 'visby-regular';
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
    background: #f8f8fa;
    border-radius: 15px;
}

.contact-form form .form-control:focus {
    box-shadow: none;
    border-color: #413959;
}

.contact-form form button {
    background: #14283F ;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    width: 30%;
    margin-left: 10px;
    margin-top: 20px;
}

.contact-form form button:hover {
    background: #FF7878;
}

.contact-form-shade {
    position: absolute;
    width: 6%;
    top: -10%;
    left: 0;
}

footer {
    background: #FF7878;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    border-top: 10px solid #9DADc0;
    padding: 100px 0 30px 0;
}

footer .about img{
    width: 85%;
    /* filter: invert(1) brightness(10); */
}

footer .about p {
    color: #fff;
}

footer .quick-link h2,
.contact-info h2 {
    color: #fff;
    font-size: 25px;
    font-family: 'clash-display-regular';
}

footer .quick-link ul li {
    position: relative;
}

footer .quick-link ul li a {
    color: #fff;
}

footer .quick-link ul li::before {
    content: ".";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

footer .contact-info ul li,
.footer .contact-info ul li a,
.contact-info ul li a {
    color: #fff;
}

footer .contact-info ul.footer-social li a {
    font-size: 20px;
}

footer .row.for-border {
    border-bottom: 1px dotted #fff;
}

footer .copy-right p,
footer .copy-right p a,
.copy-links ul li a {
    color: #fff;
}

/************************************************** SERVICES-CSS **************************************************/



.service-banner .banner-meta hr {
    margin: 40px 0px 40px 0;
}

.service-banner .banner-meta .trust-logos img {
    filter: invert(1) brightness(0);
}

.company-logo {
    padding: 50px 0 0 0;
}

.company-logo ul li img {
    width: 60%;
}

.dream {
    background: none;
}

.dream .dream-shade {
    position: absolute;
    top: -250px;
    right: 0;
    width: 20%;
    z-index: -1;
    filter: hue-rotate(238deg);
}

.dream .sec-2-meta h4 {
    font-family: 'clash-display-regular';
    color: #FF7878;
    font-size: 14px;
}

.dream .sec-2-meta ul {
    display: flex;
    flex-wrap: wrap;
}

.dream .sec-2-meta ul li {
    flex: 0 0 48%;
    font-size: 12px;
}

.award-win {
    background: linear-gradient(180deg, rgb(0 75 151 / 11%) 0%, rgba(251, 244, 246, 1) 100%);
    padding: 100px 0 150px 0;
}

.award-win .award-win-meta p {
    color: #585D67;
}

.unleashing{
    background: #FEFBFC;
    position: relative;
    top: -60px;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
}

.unleashing .unleashing-slider .unleashing-slide-meta{
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    width: 100%;
    margin: 0 20px;
}

.unleashing .unleashing-slider .undown{

}

.unleashing .unleashing-slider .unleashing-slide-meta p{
    overflow: auto;
    height: 220px;
    padding-right: 20px;
}

.unleashing .unleashing-slider .unleashing-slide-meta h3 {
    font-family: 'clash-display-regular';
    font-size: 20px;
    color: #00142D;
}

.unleashing-slider .slick-current {
    background: #004b9724 !important;
    border: none;
}

.stand-out p{
    color: #fff;
}

.sevices-book-tab .main-genres ul li button {
    margin: 0 5px;
    font-size: 12px;
    padding: 8px 10px;
} 