@font-face {
    font-family: 'Harabara';
    src: url('../font/Harabara.woff2') format('woff2'),
        url('../font/Harabara.woff') format('woff'),
        url('../font/Harabara.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../font/SFUIText-Medium.woff2') format('woff2'),
        url('../font/SFUIText-Medium.woff') format('woff'),
        url('../font/SFUIText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../font/SFUIText-Regular.woff2') format('woff2'),
        url('../font/SFUIText-Regular.woff') format('woff'),
        url('../font/SFUIText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




h1,
h2,
h3,
h4,
h6 {
    font-family: 'Harabara';
    /* font-family: 'SF UI Text'; */
}

p {
    font-family: 'SF UI Text' !important;
    font-weight: 300 !important;
}

a {
    text-decoration: none;
}




ol,
ul {
    list-style: none;
}

a,
button {
    display: inline-block
}

.btn:focus,
.form-control:focus,
button:focus {
    outline: 0;
    box-shadow: none
}

a:hover {
    color: unset !important;
}

a {
    text-decoration: unset !important;

}

body{
    background:#000;
}

body::-webkit-scrollbar {
    width: 1px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #C99516;
    outline: 1px solid #C99516;
}

.navbar-brand h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    font-family: 'SF UI Text' !important;
    letter-spacing: 4px;
    margin-bottom: 0px;
    line-height: 30px;
    animation: bounce 4s ease-in-out infinite normal;
}

.log-st {
    letter-spacing: 5px;
    font-size: 33px;
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    /* text-align: center; */
    /* display: flex; */
    margin: 0 auto;
    /* border-bottom: 1px solid #00000059; */
}

.port-st p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.header {
    position: relative;
    z-index: 999;
    background-color: #000000;
    box-sizing: border-box;
    box-shadow: 1px -1px 2px 2px #ccc;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 0.3);
}


.bl-text h5 {
    /* font-family: 'SF UI Display'; */
    font-weight: 600;
    font-size: 17px;
    line-height: 18px;
    color: #000000;
}


/* Add your CSS for the active link here */
.nav-link.active {
    font-weight: bold;
    color: #C99516;
    /* Example styling for active link */
}

.clr-white {
    color: #fff !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    font-weight: 400 !important;
}

.custom-btn a i {
    font-size: 13px;
    background: #fff;
    border: 1px solid #C99516;
    color: #C99516;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    align-items: center;
    padding-top: 5px;
    box-shadow: 0px 0px 5px 2px #e6d9d9;
    margin-left: 10px;
    position: relative;
    left: -6px;
}

.custom-btn a:hover {
    background-color: #C99516;
    color: #ffffff !important;
    transition: .5s;
}

.style-btn a:hover {
    background-color: #fff;
    color: #C99516;
    transition: .5s;
    border: 1px solid #C99516;
}

.white-btna:hover {
    background-color: #fff;
    color: #C99516;
    transition: .5s;
    border: 1px solid #C99516;
}

.colorWhite {
    color: #fff !important;
}

.white-btn a {
    border: 1px solid #C99516;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: .5s;
    color: #fff !important;
}

.custom-btn a {
    border: 1px solid #C99516;
    padding: 8px 12px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: .5s;
}

.style-btn a {
    background-color: #C99516;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border: none;
    border: 1px solid #C99516;
    border-radius: 5px;
    margin-left: 12px;
    letter-spacing: 2px;
    transition: .5s;
}

.custom-btn1 a {
    border: 1px solid #000000;
    padding: 8px 12px;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    transition: .5s;
}

.custom-btn1 a:hover {
    background-color: #000000;
    color: #ffffff !important;
    transition: .5s;
}

.style-btn1 a:hover {
    background-color: transparent;
    color: #000000;
    transition: .5s;
    border: 1px solid #000000;
}

.style-btn1 a {
    background-color: #000000;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border: none;
    border: 1px solid #000000;
    border-radius: 5px;
    margin-left: 12px;
    letter-spacing: 2px;
    transition: .5s;
}

.custom-btn1 a i {
    font-size: 13px;
    background: #fff;
    border: 1px solid #000000;
    color: #000;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    align-items: center;
    padding-top: 5px;
    box-shadow: 0px 0px 5px 2px #e6d9d9;
    margin-left: 10px;
    position: relative;
    left: -6px;
}

.style-btn button {
    background-color: #C99516;
    padding: 12px 30px;
    font-size: 10px;
    font-weight: 600;
    background-color: #C99516;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-left: 12px;
    letter-spacing: 2px;
    transition: .5s;
    margin-left: 0;
}

a.navbar-brand img {
    max-width: 135px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 1.5rem !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #C99516 !important;
}

.home-ban-st {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0px;
    /* height: 100vh; */
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    z-index: 1;
}

.home-ban-st::after {
    position: absolute;
    content: "";
    background-image: url(../images/home-left-img.png);
    background-repeat: no-repeat;
    /* background-position: center; */
    /* background-size: cover; */
    /* height: 703px; */
    /* width: 100%; */
    left: 0px;
    top: 12px;
    bottom: 0px;
    z-index: -1;
    height: 680px;
    width: 400px;
}

.home-ban-st::before {
    position: absolute;
    content: "";
    background-image: url(../images/home-right-img.png);
    background-repeat: no-repeat;
    background-position: right;
    /* background-size: cover; */
    /* height: 703px; */
    /* width: 100%; */
    right: 0px;
    top: -29px;
    bottom: 0px;
    z-index: -1;
    height: 750px;
    width: 400px;
}

.home-style h1 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    width: 70%;
    margin: 0 auto;
}

.home-style {
    text-align: center;
}

.home-style p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 55%;
    margin: 0 auto;
    margin-top: 10px;
}

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

/* .home-pos-rel {} */

.home-pos-rel::before {
    content: "";
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    height: 170px;
    position: absolute;
    z-index: 0;
}

.cta-sec-1 {
    padding: 0px 0px 35px 0px;
    background-color: #000;
}

.banner-form {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 20px;
    width: 75%;
    margin: 31px auto 0;
    /* height: 400px; */
    padding: 25px;
    position: relative;
    z-index: 1;
    /* top: 140px; */
}

.banner-form h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
}

.banner-form h3::after {
    position: absolute;
    content: "";
    border: 1px solid #7070704D;
    width: 32%;
    height: 0px;
    left: 0;
    bottom: 15px;
}

.banner-form h3::before {
    position: absolute;
    content: "";
    border: 1px solid #7070704D;
    width: 32%;
    height: 0px;
    right: 0;
    bottom: 15px;
}

.ban-form-st label {
    font-size: 14px;
    font-weight: 600;
    color: #172156;
    font-family: 'SF UI Text';
    margin-bottom: 10px;
}

.ban-form-st input {
    padding: 10px 10px;
    border: 1px solid #172156;
}

.ban-form-st {
    margin-top: 10px;
}

.form-btn button {
    padding: 12px 20px;
    background-color: #C99516;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    width: 50%;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
    letter-spacing: 2px;
    font-family: 'SF UI Text';
}

.cta-st-1 h3 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}

.cta-st-1 p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.cta-btn {
    display: flex;
    align-items: center;
}

.cta-sec-2 {
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta-st-2 h3 {
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}

.cta-sec-st-p p {
    font-size: 16px;
    font-weight: 400 !important;
    color: #000;
}

.services-ban {
    padding: 80px 0px;
    background-color: #000;
}

.test-ban {
    padding: 40px 0px;
    background-color: #000;
}

.services-st h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.services-st p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 62%;
    margin: 0 auto;
}

.serv-card {
    /* height: 380px; */
    background-color: #fff;
    box-shadow: 0px 3px 30px #00000029;
    border: 1px solid #7070704D;
    border-radius: 10px;
    padding: 30px;
    /* min-height: 380px; */
    /* height: 380px; */
    margin: 10px;
    height: 100%;
}

.serv-card img {
    height: 70px !important;
}

.ser-card-para h5 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    font-family: 'SF UI Text' !important;
    margin-top: 10px;
    letter-spacing: 1px;
}

.ser-card-para p {
    font-size: 15px;
    font-weight: 400 !important;
    color: #000;
}

.serv-btn {
    position: relative;
}

.serv-btn a {
    padding: 8px 10px;
    background-color: #000000;
    border-radius: 20px 19px 19px 0px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    transition: .5s;
}

.serv-btn a:hover{
    background-color: transparent;
    color:#000;
}

.serv-btn a i {
    font-size: 10px;
    background-color: #fff;
    color: #000000;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    padding-right: 5px;
    padding-top: 3px;
}

.serv-btn a:after {
    position: absolute;
    content: "";
    border: 1px solid #ccc;
    width: 40%;
    height: 0px;
    left: 0;
    bottom: 15px;
}

.main-serv-sec {
    padding: 40px 90px;
}

.slick-prev:before {
    content: unset !important;
}

button.slick-prev.slick-arrow i {
    font-size: 15px !important;
    color: #000000 !important;
    font-weight: 600 !important;
}

.slick-prev,
.slick-next {
    /* font-size: 0; */
    line-height: 0;
    position: absolute;
    top: 50%;
    background-color: #C99516 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px !important;
    width: 30px;
    height: 30px;
    padding: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}

.slick-next {
    right: -75px !important;
}

.slick-prev {
    right: -75px !important;
}

.slick-next:before {
    content: unset !important;
}

button.slick-next.slick-arrow i {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

.story-section {
    padding: 75px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    background-position: right;
}

.story-sec-st h3 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}

.story-sec-st p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.story-sec-st {
    padding-left: 75px;
    width: 80%;
}

.story-section {
    position: relative;
}

.story-section::after {
    position: absolute;
    content: "";
    background-image: url(../images/any-cov-img.png);
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    right: -100px;
    top: -85px;
    bottom: 0px;
    height: 555px;
    width: 630px;
}

.story-section1 {
    padding: 75px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    background-position: left;
}

.story-section1 {
    position: relative;
}

.story-section1::after {
    position: absolute;
    content: "";
    background-image: url(../images/get-in-book1.png);
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    left: -80px;
    top: -80px;
    bottom: 0px;
    height: 555px;
    width: 475px;
}

.portfolio-sec {
    padding: 100px 0px;
}

/* Tab button styles */
.tab-buttons {
    display: flex;
    /* gap: 10px; */
    justify-content: center;
}

.tab-btn {
    padding: 10px 40px;
    background-color: unset !important;
    border: 1px solid #c99516;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    color: #fff !important;
    margin: 20px 25px 50px 0px;
}

.tab-btn.active {
    background-color: #C99516 !important;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

/* Tab content styles */
.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

.item img {
    max-width: 270px;
}

.serv-sec-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: none;
    height: 100%;
    margin-top: 25px;
}

span.serv-bg {
    border-radius: 12px 12px 0px 12px;
    background: #F89603;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.order-st h5 {
    font-size: 20px;
    font-weight: 600 !important;
    color: #000;
    font-family: 'SF UI Text' !important;
    margin-top: 16px;
    letter-spacing: 1px;
}

.order-st p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #000;
}

.client-sec {
    padding: 100px 0px;
    /* height: 50vh; */
}

.clients-head-st h2 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
}

.clients-head-st p {
    font-size: 12px;
    font-weight: 400 !important;
    color: #000;
    text-align: center;
    width: 55%;
    margin: 0 auto;
}

.test3 {
    padding: 20px;
}

.test3::before {
    content: " ";
    position: absolute;
    top: 45px;
    left: 0px;
    height: 100px;
    width: 105px;
    border: 6px solid #000000;
    border-radius: 24px;
    z-index: -1;
}

.owl-carousel .owl-item img {
    display: block;
    /* width: 100%; */
}

.test3 img {
    width: 150px;
    height: 146px;
    border-radius: 15px;
    object-fit: cover;
}

.test5 {
    display: flex;
    gap: 30px;
}

.test5 h4 {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 600;
}

.test5 p {
    font-size: 13px;
    margin-bottom: 0px;
}

.test6 p {
    font-size: 13px;
    line-height: 3;
    margin-bottom: 0px;
}

.star-rating {
    display: inline-block;
}

.star {
    font-size: 15px;
    color: #DE8D00;
    cursor: pointer;
}

.test7 p {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.test3::before {
    content: " ";
    position: absolute;
    top: 85px;
    left: 0px;
    height: 100px;
    width: 110px;
    border: 6px solid #000000;
    border-radius: 24px;
    z-index: -1;
}

.test4 {
    position: relative;
}

.test3 {
    padding: 20px;
}

/* footer css end */
.footer {
    background-color: #000000;
    padding: 60px 0px 115px;
}

.footer1 {
    display: flex;
}

.footer .contact-detail li {
    margin: 12px 0;
}
.footer .contact-detail li a {
    color: #fff;
    font-size: 14px;
}
.footer .contact-detail li span {
    background: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 1.3rem 0 0;
    border: 2px solid #fff;
}

.footer1 li a {
    color: #ffffff;
    padding: 10px 50px 10px 0px;
    font-weight: bold;
    position:relative;
}

.footer1 li a:hover,
.footer6 li a:hover,
.footer .contact-detail li a:hover{
    color: #C99516 !important;
}

.footer1 li a::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:100%;
    bottom:0;
    background:#C99516;
    height:2px;
}

.footer1 li a::before:hover{
    right:0;
}

.social-box {
    display: flex;
    margin-top: 150px;
}

.social-box li a img {
    width: 75%;
}

.footer3 p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.footer4 {
    display: flex;
    margin-top: 30px;
}

.footer4 input {
    width: 350px;
    padding: 10px;
    color: #000;
}

.footer4 button {
    background-color: #C99516;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    font-size: 17px;
}

.footer6 {
    margin-top: 30px;
    display: flex;
    gap: 25px;
    padding-left: 0px;
}

.footer6 li a {
    color: #ffffff;
    font-size: 16px;
}

.copyright {
    color: #ffffff;
    margin-top: 30px;
    font-size: 15px;
}

.clr-black a {
    color: #000 !important;
}

/* about-sec css  */
.about-ban {
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-style h2 {
    font-size: 43px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}

.about-style p {
    font-size: 14px;
    color: #000;
    width: 70%;
}

.about-cta-section {
    padding: 110px 0px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 100vh; */
}

.about-sec-st h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.about-sec-st p {
    font-size: 15px;
    font-weight: 400 !important;
    color: #fff;
}

.clr-white a {
    color: #fff !important;
}

.about-cta-ban {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    background-position: left;
    /* margin: 40px 0px; */
    position: relative;
}

.about-cta-ban::after {
    position: absolute;
    content: "";
    background-image: url(../images/carol-img-1.png);
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    left: -100px;
    top: -80px;
    bottom: 0px;
    height: 555px;
    width: 465px;
}

.about-bg-pad .Ghost-sec-st{
    width: 80%;
}

.Ghost-sec-st h3 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}

.about-bg-pad {
    padding: 100px 0px;
}

/* services sec css  */
.serv-bg-pad {
    padding: 60px 0px;
}

.level-section {
    position: relative;
    padding: 75px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    background-position: right;
}

.level-section::after {
    position: absolute;
    content: "";
    background-image: url(../images/any-cov-img.png);
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    right: -100px;
    top: -120px;
    bottom: 0px;
    height: 555px;
    width: 630px;
}

.book-marketing-level-section {
    position: relative;
    padding: 75px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    background-position: right;
}

.book-marketing-level-section::after {
    position: absolute;
    content: "";
    background-image: url(../images/book-marketing-cta-img.png);
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    right: -100px;
    top: -42px;
    bottom: 0px;
    height: 464px;
    width: 415px;
}

.book-publishing-level-section {
    position: relative;
    padding: 75px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    background-position: right;
}

.book-publishing-level-section::after {
    position: absolute;
    content: "";
    background-image: url(../images/book-publishing-cta-img.png);
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    right: -100px;
    top: -75px;
    bottom: 0px;
    height: 519px;
    width: 441px;
}

.article-writing-level-section::after {
    position: absolute;
    content: "";
    background-image: url(../images/article-writing-cta-sec-img.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    right: -100px;
    top: -42px;
    bottom: 0px;
    height: 469px;
    width: 331px;
}

.article-writing-level-section {
    position: relative;
    padding: 75px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    background-position: right;
}


.content-bg-card {
    background-color: #C99516;
    padding: 15px;
    width: 70px;
    border-radius: 6px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-bg-card img {
    height: 45px !important;
}

.padd-content-card {
    padding: 20px 40px;
}

.care-section {
    position: relative;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    background-position: right;
}

.care-section::after {
    position: absolute;
    content: "";
    background-image: url(../images/wire-bound.png);
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    right: -140px;
    top: -80px;
    bottom: 0px;
    height: 555px;
    width: 490px;
}

.phone-st img {
    width: 370px;
}

.color-section {
    position: relative;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    background-position: right;
}

.color-section::after {
    position: absolute;
    content: "";
    background-image: url(../images/book-publishing-cta-img.png);
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    right: -110px;
    top: -85px;
    bottom: 0px;
    height: 555px;
    width: 430px;
}

.book-cover-img img {
    max-width: 650px !important;
}

.article-writing-img img {
    max-width: 395px !important;
}

.article-serv-sec-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: none;
    /* height: 100%; */
    margin-top: 25px;
}

.article-serv-head {
    font-size: 20px;
    font-weight: 600 !important;
    color: #000;
    font-family: 'SF UI Text' !important;
    margin-top: 46px !important;
}


/* poricing */
.pricing-ban {
    padding: 140px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.price-head h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.price-head {
    width: 80%;
    margin: 0 auto;
}

/* pricing css  */
.card.pkg-box:hover {
    background: #C99516;
    cursor: pointer;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* padding: 1.25rem; */
    padding: 20px 12px;
}

.card.pkg-box h5 {
    color: #000000;
    font-size: 25px;
    /* line-height: 38px; */
    font-weight: 500;
    text-align: center;
}

.card.pkg-box ul {
    height: 310px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #C99516 #ccc;
}

.card.pkg-box:hover ul li {
    color: #fff;
}

.card.pkg-box:hover ul li i {
    color: #fff;
}

.card.pkg-box ul li i {
    margin-right: 6px;
    color: #000;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #707070;
    border-radius: 17px;
}

.rec img {
    position: absolute;
    top: -16px;
    width: 141px;
    left: -69px;
    filter: drop-shadow(2px 4px 6px black) !important;
}

.rec2 img {
    position: absolute;
    top: -17px;
    width: 115px;
    left: -31px;
    filter: drop-shadow(2px 4px 6px black) !important;
}

.card.pkg-box.active {
    background: #C99516;
}

.rec3 img {
    position: absolute;
    top: -27px;
    width: 108px;
    left: -19px;
    filter: drop-shadow(2px 4px 6px black) !important;
}

.rec ul li {
    margin-bottom: 8px;
}

.rec3 ul li {
    margin-bottom: 8px;
}

.rec2 ul li {
    margin-bottom: 8px;
    color: #fff;
}

.rec2 ul li i {
    color: #fff !important;
}

.book-writing-sec:before {
    position: absolute;
    content: "";
    background-image: url('../images/pro-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 100%; */
    height: 400px;
    top: 0px;
    width: 380px;
    left: 0px;
}

.pro-rel {
    position: relative;
}

.pos-rel:before {
    position: absolute;
    content: "";
    background-image: url('../images/pro-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 100%; */
    height: 400px;
    bottom: 0px;
    width: 385px;
    right: 0px;
}

.book-writing-sec:after {
    position: absolute;
    content: "";
    background-image: url('../images/pro-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 100%; */
    height: 300px;
    bottom: 0px;
    width: 390px;
    left: 0px;
    z-index: -1;
}

.order-btn a {
    background-color: #fff;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    /* border-color: #03B5F8; */
    color: #030303;
    border: none;
    border-radius: 5px;
    margin-left: 12px;
    letter-spacing: 2px;
    transition: .5s;
    border: 1px solid #ccc;
    margin-top: 30px;
}

/* test */
.test13 {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.test13 img {
    width: 150px;
    height: 120px;
    object-fit: cover;
    border-radius: 17px;
}

.test13::before {
    content: " ";
    position: absolute;
    top: 35px;
    left: 0px;
    height: 127px;
    width: 140px;
    border: 6px solid #c99516;
    border-radius: 24px;
    z-index: -1;
}

.test-content {
    color: #fff;
}

/*contact css start*/
.contact-form-st input,
.contact-form-st textarea,
.contact-form-st select {
    background-color: transparent;
    border: 1px solid #C99516;
    color: #fff;
    padding: 10px 2px 10px 17px;
    border-radius: 6px;
}

.contact-form-st input::placeholder,
.contact-form-st textarea::placeholder{
    color:#fff;
}

.contact-form-st input:focus,
.contact-form-st textarea:focus,
.contact-form-st select:focus{
   background-color: transparent;
    border: 1px solid #C99516;
    color: #fff; 
    box-shadow:unset;
}

.contact-form-st select option{
    color:#000;
}

.contact-form-st textarea {
    height: 108px;
}

.contact-form-st button {
    background-color: #c99516;
    padding: 10px 4px;
    border-radius: 28px;
    border: 1px solid #c99516;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 7px;
    font-family: 'SF UI Text' !important;
    opacity: 1;
}

/*contact css end*/

/*modal css */

.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px);
}
.popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 490px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto;
}
.mmpopup {
    text-align: center;
    background: #000;
    padding: 45px 25px 25px;
    border: 2px solid #000;
}
.mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
}
.mmpopup .fld-input {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #D1D5DB;
    overflow: hidden;
}

.mmpopup .sum-btn button{
    background-color: #C99516;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border: none;
    border: 1px solid #C99516;
    border-radius: 5px;
    margin-left: 12px;
    letter-spacing: 2px;
    transition: .5s;
}

.mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px;
}
.mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px;
}
.mmpopup .centercont h4 span {
    color: #86CB92;
}
.mmpopup .centercont h4 span span {
    display: none;
}
.mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px;
}
.closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 100px;
}
.mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    /*max-width: 390px;*/
    margin: auto;
    display: block;
    text-align: left;
    position: relative;
}
.mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
}
.mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
}
.mmpopup .centercont ul li.last {
    padding-bottom: 0;
}
.mmpopup .centercont ul li i {
    color: #FF533E;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px;
}
.mmpopup .centercont h4 {
    font-size: 35px;
    color: var(--primary);
}
.mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    color: #0085FF;
}
.mmpopup .centercont h3 span {
    display: block;
    margin: 0 0px;
    color: #000;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
}
.mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 25px;
}
.fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px;
}
.fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #fff;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    /* font-family: 'Inter'; */
    color: #000 !important;!i;!;
}
.fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
}
/*.fld-btn button {*/
/*    border-radius: 5px;*/
/*    background-color: var(--primary);*/
/*    width: 100%;*/
/*    color: white;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    letter-spacing: 0.2px;*/
/*    text-transform: uppercase;*/
/*    cursor: poRoboto;*/
/*    transition: 0.5s;*/
/*    font-family: 'Inter';*/
/*    height: 59px;*/
/*    cursor: pointer;*/
/*    border: 0;*/
/*}*/
.fld-btn button i {
    padding-left: 12px;
}
.fld-btn button:hover {
    transform: scale(1.03);
}
.terms-bnr {
    padding: 100px 0px;
    box-shadow: 0px 0px 5px 5px #ccc;
}
.terms-conditions{
    padding: 40px 0px;
}
/* Hide the dropdown initially */
.nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Display dropdown on hover */
.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
}
.termsInner h6{
    font-size: 1.5rem;
}
/* Icon transition on hover */
.nav-item:hover #service-icon {
    transform: rotate(180deg); /* Rotate the icon upwards */
    transition: transform 0.3s ease;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #06b6f8;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;!i;!;
    background-color: #03B5F87A !important;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 15rem;
    padding: 0rem 0 !important;
    margin-top: 0px;
    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;
    box-shadow: 0px 15px 30px #00000042;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 1rem;
    clear: both;
    font-weight: 600 !important;
    color: #000 !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.privacy {
    margin: 50px 0;
}

.main-privacy{
    background:#fff;
}

.main-privacy h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-privacy li,.main-privacy p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: unset;
}

    /*.ser-card-para {*/
    /*height: 100px;*/
    /*}*/
    
/*modal css*/

.comodal {
    border-radius: 0 !important;
    border: #000 3px solid;
    padding: 15px;
    background: #fff;
}

.pop-upform h2 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: unset;
    color: #000;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.pop-upform p {
    text-align: center;
}

.m-header {
    border-bottom: 0px;
    justify-content: right;
    padding-bottom: 0px;
}

.close-btn {
    position: relative;
    border-radius: 0;
    width: 30px;
    height: 30px;
    background: #f77223;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #fff 3px solid;
    box-shadow: #00000082 0 0 6px;
}

.btn-close1 {
    padding: 0px !important;
    margin: 0px !important;
    --bs-btn-close-bg: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0px;
}

.btn-close1 i {
    color: #fff;
}

.form21 .form-group {
    position: relative;
}

.form21 ::placeholder {
    font-size: 16px;
    color: #000 !important;
    font-weight: 300 !important;
}

.form21 input {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    border: #dcdcdc 1px solid !important;
    padding: 10px 10px 10px 40px !important;
    background: #fafafa !important;
    color: #757575 !important;
    font-weight: 300 !important;
    border-radius: 0px !important;
    height: 40px;
    margin: 0 !important;
}

.form21 input:focus {
    box-shadow: none !important;
    border-color: #0963AB !important;
}

.form21 .message {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    border: #dcdcdc 1px solid !important;
    padding: 7px 10px 10px 40px !important;
    background: #fafafa !important;
    color: #757575 !important;
    font-weight: 300 !important;
    border-radius: 0px !important;
    margin-bottom: 15px;
    resize:none;
}

.form21 .message:focus {
    box-shadow: none !important;
    border-color: #0963AB !important;
}

.activatenow {
    display: block;
    margin: auto;
    background: #000;
    padding: 6px 40px;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    border: 0px;
    border: 2px solid #000;
    font-family: "Poppins", sans-serif;
}

.form-btns {
    justify-content: center;
    display: flex;
}

.chatting-btn {
    background: #f77223;
    border-radius: 0px;
    padding: 6px 15px;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.icons01 {
    position: absolute;
    left: 13px;
    top: 12px;
    /*color: #757575;*/
    color: #000;
    font-size: 14px;
}

.icons02 {
    position: absolute;
    left: 21px;
    top: 18px;
    color: #757575;
    font-size: 14px;
}

.label_fnt {
  font-size: 12px;
  margin: 0px 0 20px;
  color: #011430;
  display: block;
  line-height: 15px
}
.label_fnt input {
    margin: 0 5px 0 0 !important;
    height: auto !important;
    width: auto !important;
}

.label_fnt a {
  color: #011430;
  text-decoration: underline;
}

.banner-form .label_fnt{
    margin: 15px 0 0px;
}

.contact-form-st .label_fnt{
    margin: 10px 0 10px;
}

.contact-form-st .label_fnt,
.contact-form-st .label_fnt a{
    color:#fff;
}
    

/*MODREN CSS end*/
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home2 h2 {
        font-size: 50px;
    }

    .home-2 {
        margin-top: 300px;
    }
   .serv-card {
        padding: 30px 15px;
    }
    .ser-card-para h5 {
        font-size: 17px;
    }
    .ser-card-para p {
        font-size: 13px;
    }
    .client-sec {
        padding: 50px 0px;
        /* height: 50vh; */
    }
    .cta-st-2 h3 {
        font-size: 36px;
    }
    .footer {
        padding: 50px 0px;
    }
    .about-cta-section .ser-card-para p{
        font-size: 13px;
        height: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .ser-card-para h5 {
     font-size: 17px;
    }
    .ser-card-para p {
     font-size: 14px;
    }
    /*.ser-card-para {*/
    /* height: 216px;*/
    /*}*/
    .portfolio-sec {
     padding: 100px 15px;
    }
    .footer {
     padding: 100px 45px;
    }
    .footer4 {
     gap: 5px;
    }
    .services-st p {
     width: 100%;
    }
    .item img {
     max-width: 131px;
    }
    .test3::before {
     top: 69px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
     padding-left: 0.5rem !important;
    }
    .nav-link {
     display: block;
     padding: unset;
     font-size: 14px;
    }
    a.navbar-brand img {
     max-width: 120px;
    }
    .custom-btn a i {
    font-size: 10px;
    height: 20px;
    width: 20px;
    }
    .custom-btn a {
     font-size: 12px;   
    }
    .style-btn a {
    padding: 10px 25px;
    font-size: 10px;
    letter-spacing: 1px;
    }
    .test13::before {
     height: 103px;
     width: 103px;   
    }
    .article-writing-level-section {
    position: relative;
    padding: 36px 0px;
    }
    .article-writing-level-section::after {
     top: -72px;   
    }
    .book-marketing-level-section {
    padding: 35px 0px;
    }
    .book-marketing-level-section::after {
     top: -33px;   
    }
    .book-publishing-level-section {
     padding: 35px 0px;   
    }
    .level-section {
     padding: 35px 0px;    
    }
    .color-section {
     padding: 55px 0px;   
    }
    
    
        
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    
    .navbar-nav {
     display: block !important;
    }
    
    .home-ban-st::after {
      display: none;   
    }
    .home-ban-st::before {
     display: none;   
    }
    .home-ban-st {
     padding: 30px 0px;
    }
    .home-style h1 {
     font-size: 30px;
     width: 100%; 
     margin: unset; 
    }
    .banner-form {
     width: 100%;   
     padding: 30px;

    }    
    
    .tab-buttons {
        display: block;
        text-align: center;
    }
    
    .tab-btn {
        padding: 7px 25px;
        font-size: 13px;
        margin: 12px 5px 10px 0px;
        /* width: 112px; */
    }
    
    .tab-buttons {
    display: block;
    }
    
    .cta-sec-1 {
    padding: 50px 0px 35px 0px;
    }
    .cta-st-1 h3 {
    font-size: 35px;
    }
    .cta-st-2 h3 {
    font-size: 35px;
    }
    .cta-sec-st-p p {
    font-size: 14px;
    }
    .home-style p {
    font-size: 14px;
     width: 100%;
    }
    .services-st h2 {
    font-size: 34px;
    }
    .services-st p {
    font-size: 14px;
    width: 100%;
    }
    .main-serv-sec {
     padding: unset; 
    }
    .story-section1::after {
    display: none;        
    }
    .story-sec-st {
    padding-left: 15px;
    width: unset;
    }
    .story-section1 {
     background-size: cover;
     width: unset; 
     background-position: center;
    }
    .story-sec-st h3 {
     font-size: 35px;
    }
    .portfolio-sec {
    padding: 50px 0px;
    }
    .story-section::after {
        display: none;
    } 
    .story-section {
     background-position: center;   
    }
    .serv-sec-card {
    height: unset;        
    }
    .client-sec {
    padding: 30px 0px;
    }
    .clients-head-st h2 {
    font-size: 35px;
    }
    .clients-head-st p {
     width: unset;   
    }
    .slick-prev, .slick-next {
     display: none;   
    }
    .about-style h2 {
    font-size: 35px;
    }
    .about-style p {
     width: unset;
     
    }
    .look-img {
    margin-top: 14px;
    }
    section.about-cta-section img {
    margin-top: 32px;
    }
    .about-cta-ban::after {
     display: none;   
        
    }
    .about-cta-ban {
        background-position: center;
        padding: 38px 0px;
    }
    .about-bg-pad .Ghost-sec-st {
     width: unset; 
    padding: 9px;
    }
    .Ghost-sec-st h3 {
    font-size: 35px;
    }
    .footer4 {
    display: flex;
    margin-top: 30px;
    gap: 6px;
    }
    .test4 {
    text-align: center;
    }
    .test3{
     justify-content: center;
    display: flex;   
    }
    .test5 {
    justify-content: center;
    }
    .test3::before {
        left: 100px;
    }    
    .about-sec-st h3 {
    font-size: 35px;
    }
    .about-sec-st p {
    font-size: 14px;
    }
    .serv-card {
    height: 410px;
    }
    .about-cta-section {
    padding: 60px 0px 50px;
    }
    .level-section::after {
    display: none;
        
    }
    .serv-bg-pad {
        padding: 0px 0px 20px 0px;
    }
    .about-bg-pad {
    padding: 50px 0px;
    }
    .padd-content-card {
     padding: unset; 
    }
    .color-section::after {
     display: none;   
    }
    .color-section {
    padding: 43px 0px;
    background-position: center;
    margin: 30px 0px;
    }
    .article-writing-level-section::after {
     display: none;   
    }
    .article-writing-level-section {
    padding: 29px 0px;
    margin: 34px 0px;
    }
    .level-section {
     margin: 30px 0px;   
    }
    .book-cover-img img {
     max-width: unset !important; 
    }
    .book-marketing-level-section::after {
     display: none;   
    }
    .book-marketing-level-section {
    padding: 23px 6px;
    margin: 4px 0px;
    }
    section.about-ban img {
    margin-top: 28px;
    }
    .book-publishing-level-section::after {
        
     display: none;   
    }
    .book-publishing-level-section {
    padding: 39px 8px;
    margin: 10px 0px;
    }
    .care-section::after {
      display: none;   
    } 
    .care-section {
    padding: 39px 9px;
    margin: 10px 0px;
        background-position: center;
    }
    .price-head {
     width: unset;
    }
    .price-head h2 {
    font-size: 35px;
    }
    .rec img {
    top: -57px;
    left: -46px;
    }
    .rec2 img {
        top: -50px;
    }
    .rec3 img {
    top: -56px;
    left: -28px;
    }
    .test13::before {
    top: 73px;
    left: 86px;
    }


        
    
}