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


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: "Rajdhani", sans-serif !important;
}

section {
    overflow:hidden;
}
    /*.container, .container-sm {*/
    /*    max-width: none;*/
    /*}*/
/* Custom styles for hover effect */
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #feb61f;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #feb61f;
}

/*scroll*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
    border-color: #FEBC1F;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #000001;
}

/* model popup */
.model-discount span {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #FEBC1F;
}

.model-btn:hover {
    border: 2px solid #FEBC1F;
    color: #FEBC1F;
    transition: 0.5s;
}

.model-btn {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
    color: #ffff;
    border: 2px solid #FEBC1F;
}

.sec-link a:hover {
    color: #fff;
    transform: scale(1.1);
    
}
.sec-link a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

.get-started-2 a:hover {
    color: #FEBC1F;
    background: #ffff;
    transition: 0.5s;
    border: 1px solid #FEBC1F;
}

.get-started-2 a:nth-child(2):hover {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
    color: #ffff;
    transition: 0.5s;
    border: 1px solid #FEBC1F;
}

.animate-div {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
    color: #ff633c;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    font-size: 20px;
    font-weight: 700;
}

.model-discount label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.model-sec .modal-body {
    padding: 0;
    position: relative;
}

.model-sec .modal-content {
    border-radius: 30px;
    border: none;
}

.model-discount {
    padding: 30px 40px 30px 40px;
    background: #ffffff;
    border-radius: 30px;
}

.model-input {
    border-color: black;
    padding: 10px 15px;
    color: black !important;
    border: 2px solid;
}

.model-input:focus {
    /*border-color: #000000 !important;*/
}

.model-input::placeholder {
    color: #000000 !important;
    font-weight: 500;
}

.model-discount .btn-close {
    position: absolute;
    top: 6px;
    right: 8px;
    box-shadow: none !important;
    background-color: #FEBC1F;
    border-radius: 50px;
    padding: 12px !important;
}

/* end */
.brand-logo {
    width: 200px;
}

.top-header {
    background: #27213C;
    padding: 6px
}

.top-socials ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 15px 0px;
    margin: 0px;
    font-size: 19px;

}

.top-socials ul li a {
    color: aliceblue;
}

.top-contact {
    display: inline-block;
    color: white;
    gap: 18px;
    padding: 1px 20px;
    float: right;
}

.message-icon ul {
    list-style: none;
    font-size: 34px;
    padding: 0px;
    margin: 0px;
}

.message-icon-content {
    line-height: 20px;
    display: inline-block;
}

.message-icon-content a {
    color: #fff;
    text-decoration: none;
}

.message-icon-content span {
    color: #ffffffb0;
}

.message-icon ul li {
    color: #FEBC1F;
    font-size: 31px;
    margin-right: 8px;
}

.message-icon-content p {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 0px;
    padding: -9px 0px;
}

/* .message-icon-content p:hover {
    color: #FEBC1F;
}
.message-icon-content span:hover {
    color: #FEBC1F;
} */
.message-icon {
    display: inline-block;
    padding: 2px 0px;
    margin-right: 4px;
}

/* header */

#myHeader {
    position: sticky;
    top: 0;
    background-color: #fffbff;
    /* padding: 15px; */
    transition: background-color 0.3s ease;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px -10px;
}



li.nav-item {
    padding: 0 5px;
}

.navbar-nav.main-header {
    padding: 24px 36px;
    font-size: 18px;
}

.main-menu {
    justify-content: end;
}

.main-menu a {
    /*padding: 0px 16px !important;*/
    font-size: 20px;
    font-weight: 500;
}

a.nav-link.active {
    color: #FEBC1F !important;
    font-weight: 500;
}

a.nav-link:hover {
    color: #FEBC1F !important;
    font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
}
.dropdown-item:focus, .dropdown-item:hover {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
    color: #fff;
}



/* hero-section */
.hero-form {
    padding: 6px;
    border: 5px solid #fff;
    border-radius: 30px;
}

.hero-form form {
    padding: 0;
    margin: 0;
}

.hero-inner {
    padding: 40px 0 !important;
}

.hero-section .row {
    align-items: center;
}


.hero-section {
    background-image: url(../images/hero-sec-bg.webp);
    /*background-color: grey;*/
    background-repeat: no-repeat;
    /*width: 100%;*/
    background-size: cover;
    padding: 40px 0;
    position: relative;
    padding-bottom: 285px;
}
.hero-text{
    text-align:left;
}
.hero-text h1 {
    color: #FFFFFF;
    font-size: 81px;
    font-weight: 700;
}

.hero-text h2 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    /*line-height: 4px;*/
}

.hero-text p {
    color: #E7E7E7;
    line-height: 25px;
    font-size: 19px;
    /* width: 60%; */
    margin: 0 auto;
    margin-top: 40px;
}

/*.hero-text {*/
/*    text-align: left;*/
/*}*/
.hero-text.about-text {
    text-align: center;
}

.get-started-2 a {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
    padding: 15px 30px;
    border-radius: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #FEBC1F;
}

.get-started-2 {
    margin-top: 48px;
}

.get-started-2 a:nth-child(2) {
    padding: 14px 45px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    background: #ffff;
    font-weight: 700;
    border: 1px solid #000;
}

/* section-1 */
.section-1 {
    position: relative;
    margin-top: -220px;
    text-align: center;
}



/* section-2 */
.sec2-image img {
    width: 100%;
}

section.section-2 {
    padding: 30px 0;

}

.section-1 img {
    width: 80% !important;
}


.section-2-content h2 {
    color: #191919;
    font-size: 49px;
    font-weight: bolder;
    line-height: 50px;
    width: 421px;
    width: auto;
}

.section-2-content UL LI {
    color: #8C8C8C;
    list-style: none;
    padding: 1px;
}

.section-2-content ul {
    margin: 2px -33px;
    padding: 24px;
}

.section-2-content i {
    margin: 5px 8px;
    color: #44B200;
}

/* section-3 */
.main-icons {
    display: flex;
    background: #27213C;
    padding: 14px 16px;
    border-radius: 14px;
    color: #ffff;
    gap: 20px;
    /*width: 84%;*/
}

.main-icons img {
    background: #FEBC1F;
    padding: 9px 17px;
    border-radius: 4px;
}

.main-icons p {
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
}

/* section-4 */

.section-4 {
    padding: 30px 0;
    background: linear-gradient(90deg, rgba(39, 33, 60, 1) 50%, #fffbf1 50%);
    /* margin-top: 81px; */
}

.cutomer-content p {
    margin: 0px !important;
}

.cutomer-content h5 {
    color: #ffff;
    font-weight: 800;
    font-size: 26px;
}

.cutomer-content p {
    margin: 0px;
}

.customer-reviews {
    padding: 23px 0px;
}

.customer-reviews h2 {
    color: #FFFFFF;
    font-size: 37px;
    font-weight: 800;
    line-height: 39px;
}

.customer-reviews p {
    color: #E7E7E7;
    font-size: 18px;
    margin: 25px 0px;
    border-bottom: 2px solid #ffff;
    padding-bottom: 46px;
}

.cutomer-info {
    display: flex;
    gap: 17px;
    margin: 25px 0px;

}

.cutomer-info p {
    border-bottom: none;
    padding-bottom: 0px;
}

.book-slder h2 {
    color: #191919;
    font-size: 43px;
    font-weight: 700;
}

.book-slder {
    padding: 15px 40px;
}

.book-slder p {
    color: #8C8C8C;
    font-size: 18px;
}

.cutomer-info img {
    width: 76px;
    height: 73px;
}

.service-slider .slick-slide {
    height: auto;
}
.slick-slider {
    padding: 0px;
}
.card-sec {
    padding: 63px 0px;
}
.service-slider .slick-slide img {
    width: 100%;
    padding: 10px;
}



.slick-active img {
    /* opacity: 0.75; */
    transition: opacity 0.3s ease-in-out;
}

.text-wrapper img {
    opacity: 1;
    margin: 0 10px;
}

.service-slider img:hover {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    width: 30px !important;
    color: #FEBC1F !important;
}

.slick-dots li {
    margin: 0 20px;
}

.slick-dots li button::before {
    width: 20px !important;
    height: 5px !important;
    border: none;
    background-color: #FEBC1F;
    border-radius: 20px;
}

.slick-dots li button:before {
    font-family: none !important;
    font-size: 0 !important;
    height: 10px;
    content: '';
}


.gallery-tabs .nav-link {
    transition: 0s !important;
}

/* section-5 */
section.section-5 {
    padding: 30px 0;
}

section.section-5 h2 {
    color: #191919;
    font-weight: 800;
    font-size: 34px;
    line-height: 49px;
}

section.section-5 p {
    margin: 29px 0px;
    color: #8C8C8C;
    font-size: 18px;
}

/* card section */
.card-heading h2 {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 49px;
    letter-spacing: -0.04em;
 
    color: #191919;
    max-width: 470px;
    place-self: center;
}

.card-item {
    text-align: center;
    /* border: 1px solid #FE961F; */
    border-radius: 10px;
    background-color: #FFFBF1;
    margin: 40px 0;
}

.card-main {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, .125); */
    border-radius: .25rem;
}

.card-icon {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    bottom: 40px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-body {
    /* padding: 70px 0 !important; */
}

.card-content {
    position: relative;
    bottom: 30px;
    padding: 0 30px;
}

.card-content h3 {
    letter-spacing: -1px;
    /*text-transform: uppercase;*/
    color: #27213C;
    font-weight: 600;
}

.card-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #8C8C8C;
}

/* card section end */

/* card process section */

.process-content h2 {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    color: #191919;
}

.process-content p {
    width: 587px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #8C8C8C;
}

.process-span span {
    font-weight: 700;
    font-size: 72px;
    line-height: 49px;
    letter-spacing: -0.04em;
    opacity: 0.4;
    color: transparent;
    -webkit-text-stroke: 1px #000000;
}

.process-span {
    text-align: right;
}

.process-content-card {
    background: #FFFBF1;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
}


/* .process-span:hover, */
/* .process-content-card p:hover, */
/* .process-span span:hover, */
.process-content-card:hover {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
    color: #fff;
    /* opacity: 0.4; */
    /* color: transparent; */
    -webkit-text-stroke: 1px #fff;
    font-size: 16px;
    transition: 0.4s ease;
    transform: scale(1.1);
}

.card-item:hover {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
    color: #fff;
    /* opacity: 0.4; */
    /* color: transparent; */
    /*-webkit-text-stroke: 1px #fff;*/
    font-size: 16px;
    transition: 0.4s ease;
    transform: scale(1.1);
}

.card-content p:hover {
    color: #fff;
    transition: 0.4s ease;
    transform: scale(1.1);
}

.process-content-card p {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8C8C8C;
}



/* card process end */


/* section-6 */

.section-6 {
    background: #FFFBF1;
    padding: 30px 0;
    text-align: center;
}

.section-6 h2 {
    color: #191919;
    font-weight: 800;
    font-size: 35px;
    line-height: 36px;
}

.gallery img {
    padding: 21px 0px;
    width: 18%;
}

.section-6 li.nav-item {
    font-size: 22px;
    padding: 13px 0px;
    /*margin: 8px 0px;*/
}

.gallery-tabs {
    justify-content: space-between;
}

.gallery-tabs button {
    margin: 10px;
    color: #A7A7A7;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 20px;
}

.gallery-tabs button.active {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%) !important;
    color: #ffff !important;
    border-radius: 10px;
    padding: 5px 15px;
}

.gallery-tabs button:hover {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%) !important;
    border-radius: 10px;
    padding: 5px 15px;
    color: #fff;
}

/* section-7 */
section.section-7 {
    padding: 30px 0px;
}

.section-7 h2 {
       color: #191919;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
}

section.section-7 p {
    color: #8C8C8C;
    margin: 20px 0px;
    line-height: 21px;
    font-size: 17px;
}

.sec-6-content {
    margin-top: 66px;
}

section.section-7 img {
    width: 100%;
}

/* section-8 */
.writers-icons {
    background: #FFFBF1;
    padding: 25px;

}

.writers-icons img {
    background: #FEBC1F;
    border-radius: 9px;
    padding: 6px;
}

section.section-8 {
    /*margin-top: -140px;*/
    padding: 30px 0;

}



.writers-icons h4 {
    margin: 12px 0px;
    font-weight: 700;
}

.writers-icons p {
    color: #8C8C8C;
    overflow-y: auto;
    overflow-y: scroll;
}

.writers-icons a {
    color: #FEBC1F;
    font-weight: 600;
}

/* section-8 */
.writing-buttons {
    padding: 41px 0px;
}

.faq-inner {
    background: #FFFFFF;
    padding: 31px;
    border-radius: 13px;
    /*height: 300px;*/
}

.faq-inner h2 {
    color: #27213C;
    font-weight: 700;
    font-size: 44px;
}

.faq-inner a {
    color: #FEBC1F;
    font-weight: 600;
}

.faq-inner p {
    color: #8C8C8C;
}

.section-9 {
    background: #02263E;
    padding: 30px 0;
}

.section-9 h2 {
    color: #191919;
    font-size: 46px;
    font-weight: 800;

}

.tab-content-main h2 {

    font-weight: 700;
    font-size: 48px;
    line-height: 49px;
    letter-spacing: -0.04em;

    color: #FFFFFF;
}

.service-tabs {
    justify-content: center;
}

.faqs button {
    width: 100% !important;
}

.service-tabs button {
    width: 150px;
    border: 2px solid #8C8C8C !important;
    margin: 10px;
    color: #000;
    font-weight: 600;
    background: #fff !important;
}

.nav-pills .nav-link {
    display: flex;
    align-items: center;
    text-align: left;
    letter-spacing: -1px;
    color: #27213C;
    justify-content: space-between;
}
.nav-pills .nav-link:hover {
    transition: 0.5s ease;
    transform: scale(1.1);
}

.tab-button-inner {
    background: #FEBC1F;
    padding: 10px;
    border-radius: 5px;
}

.active .tab-button-inner {
    background: #fff !important;
    color: #000;
}

.service-tabs button.active {
    background: #FEBC1F !important;
    border-color: #FEBC1F !important;
    text-align: left !important;
    width: 500px;
}

.service-tabs {
    width: 50%;
}

.nav-link:focus,
.nav-link:hover {
    color: #000 !important;
}

.section-9 p {
    color: #8C8C8C;
}

.tab-content-main p {
    max-width: 958px;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #E7E7E7;
}

/*section 09*/
.tab-section {
    background: #fffbf1;
    padding: 30px 0;
}
.tab-genre h2 {
    color: #191919;
}
.tab-genre p {
    color: #8C8C8C !important;
}

.tab-genre {
    display: flex;
}
.service-tab button.active {
    
    text-align: center !important;
     width: 150px !important; 
}
.fiction {
    background: #FFFFFF;
    padding: 31px;
    border-radius: 13px;
    height: 330px;
}
.fiction h2 {
    color: #27213C;
    font-weight: 700;
    font-size: 44px;
}

.fiction a {
    color: #FEBC1F;
    font-weight: 600;
}

.fiction p {
    color: #8C8C8C;
}

/*section 09 end*/


.counter {
  text-align: center;
}

.counter .counter-icon {
  color: #828282;
}

.counter .counter-timer {
  font-weight: 400;
  font-size: 54px;
}

.counter .counter-title {
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 18px;
}

.counter #percent::after {
  content: "%";
  font-size: 35px;
  font-weight: 600;
}


/* section-10 */
.section-10-content {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.section-10 {
    background-image: url(../images/company-slide.webp);
    margin: 30px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: inherit;
}

.section-10-content img {
    margin-top: -70px;
    margin-bottom: -70px;
}
.tab-faq {
    width: 60%;
}

.section-10-content h2 {
    width: 570px;
    color: #ffff;
    font-weight: 800;
    font-size: 24px;
}
.get-started-3{
    z-index:99;
}
.get-started-3 a {
    color: #FEBC1F;
    padding: 14px 17px;
    border-radius: 10px;
    background: #FFFFFF;
    text-decoration: none;
    font-weight: 800;
    border: 2px solid #FEBC1F;
}

.get-started-3 a:hover {
    /* background: #ffffffb8; */
    color: #000;
    transition: 0.5s ease;
    transform: scale(1.1);
    border: 1px solid #000;
    background: transparent;
}

.get-started-3 a:nth-child(2) {
    color: #fff;
    padding: 13px 40px;
    border-radius: 10px;
    background: #FEBC1F;
    text-decoration: none;
    font-weight: 800;
    border: 2px solid #fff;
}

.get-started-3 a:nth-child(2):hover {
    color: #fff;
    background: transparent;
    transition: 0.5s ease;
    transform: scale(1.1);
    border: 1px solid #fff;
}

/* section-11 */
.section-11 .row {
    align-items: center !important;
    justify-content: center;
}

section.section-11 {
    padding: 30px 0;
}

.sec11-image img {
    width: 100%;
}

section.section-11 h2 {
    font-weight: 800;
    color: #191919;
    font-size: 46px;
}

.main-icons.box {
    border: 1px solid #F5F4F5;
    background: #FFFBF1;
    margin: 20px 0px;
}

/* .ebook-writers-box img {
    border-radius: 105%;
} */

.ebook-writers-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ebook-writers-box img {
    width: 68px;
    height: 69px;
    text-align: center;
    filter: drop-shadow(1px 2px 4px black);
}

.ebook-writers-box {
    background: #FFFBF1;
    border: 1px solid #8C8C8C;
    padding: 13px 17px;
    border-radius: 8px;
    margin: 13px 0px;
}
.ebook-writers-box:hover {
    transition: 0.5s ease;
    transform: scale(1.05);
}

.Choose-us-content h5 {
    color: #27213C;
    font-weight: 800;
    font-size: 23px;
}

.Choose-us-content p {
    color: #8C8C8C;
    font-size: 18px;

}

/* section-12 */
.PROJECT-Brief-box {
    display: flex;
    gap: 20px;
}
.section-12 .row {
    align-items: center;
}
.PROJECT-Brief-box img {
    width: 94px;
    height: 61px;
}

.section-12 {
    background: #02263E;
    padding: 30px 0;
    color: #ffffff;
}


.section-12 h3 {
    font-size: 29px;
    font-weight: 800;
}

.section-12 p {
    color: #E7E7E7;
    font-size: 16px;

}

.writers-content h5 {
    color: #ffff;
    font-weight: 800;
    font-size: 23px;
}

.writers-content p {
    color: #E7E7E7;
    font-size: 16px !important;
    overflow-y: scroll;
    height: 110px;
}

.writers-content {
    margin: 1px 9px;
    padding: 11px;
    margin: -10px 0px;
    margin-bottom: 30px;
}

/* section-13 */
.section-13 {
    background-image: url(../images/bg-counter.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    color: #FFFFFF;
    text-align: center;
}

section.section-13 h5 {
    font-size: 43px;
    color: FFFFFF;
    font-weight: 600;
    font-weight: 800;
    font-size: 68px;
    line-height: 47px;
    margin-top: 35px;
}

section.section-13 p {
    color: #ffff;
    font-size: 17px;
    font-weight: 600;
}

/* section-14 */
.book-box {
    display: flex;
    justify-content: space-between;
}

.book-box h5 span {
    color: #FEBC1F;
    font-size: 17px;
    display: block;
    margin: 3px 0px;
}

.testimonials-slider .slick-slide {
    height: auto;
}

.slick-prev,
.slick-next {
    top: 30px;
}

.testimonials-slider .slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    color: #FEBC1F;
}

.testimonials-slider button.slick-prev.slick-arrow {
    right: 100px !important;
    z-index: 2 !important;
    left: auto;
    top: 50px;
}

.testimonials-slider .slick-next:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    color: #FEBC1F;
}

.testimonials-slider button.slick-next.slick-arrow {
    right: 50px !important;
    z-index: 2 !important;
    left: auto;
    top: 50px;
}

.slick-next {
    right: 50px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    display: none;
}

.Book-Writer {
    background: #27213C;
    color: #ffff;
    padding: 30px;
    border-radius: 15px;
    margin: 10px;
}

section.section-14 {
    padding: 30px 0;
}

section.section-14 h2 {
    color: #191919;
    font-weight: 800;
    color: #191919;
    font-size: 49px;
}

section.section-14 p {
    color: #8C8C8C;
    margin: 20px 0px;
    font-size: 18px;
}

.Book-Writer p {
    color: #E7E7E7 !important;
}

.book-box IMG {
    height: 37px;
    margin-top: 14px;
}

/* section-15 */
section.section-15 {
    background: #FEBC1F;
    padding: 30px 0px;
    color: #fff;
    text-align: center;

}

section.section-15 h3 {
    font-size: 34px;
    font-weight: 800;
}

section.section-15 ul li {
    list-style: none;
    display: inline-block;
    padding: 13px;
}

section.section-15 ul li a {
    color: #fff;
    text-decoration: none;
}

section.section-15 ul li img {
    margin-right: 4px;
}

.footer-form form {
    background: white;
    color: #000;
    border-radius: 20px;
    padding: 27px;
}

.main_cf_bac input {
    padding: 11px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #dcd9d2;
    background: #fffbf1;
    margin: 7px 0px;
}
.main_cf_bac textarea
 {
    padding: 7px;
    width: 100%;
    border-radius: 9px;
    border: 1px solid #dcd9d2;
    background: #fffbf1;
    margin: 11px 0px;
    height: 130px;
}

select.form-control,
.hero-cf-form input {
    background: rgba(255, 251, 241, 1) !important;
    border: 1px solid rgba(140, 140, 140, 0.3) !important;
    color: #757585;
}

.main_cf_bac.email-info input {


    display: flex;

}

.main_cf_bac.email-info {
    display: flex;
    gap: 20px;
}

textarea {
    padding: 7px;
    width: 100%;
    border-radius: 9px;
    border: 1px solid #8080808f;
    background: #E5E5E5;
    margin: 11px 0px;
    height: 130px;
}

button.btn_org {
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
    color: #fff;
    width: 60%;
    font-weight: 500;
    font-size: 20px;
    padding: 8px;
    border: none;
    border-radius: 6px;
    margin: 5px 0px;
}

section.section-15 h2 {
    color: #191919;
    font-weight: 700;
    font-size: 46px;
}

select.form-control {
    padding: 11px;
    width: 100%;
    border-radius: 6px;
    border: none;
    background: #E5E5E5;
    margin: 7px 0px;
}

select.model-input-list {
    border: 1px solid #000;
    background: #fff;
    font-weight: 600;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #000;
    background: #e5e5e5;
}

/* footer */
.footer {
    background-image: url(../images/bg-03\ \(4\).webp);
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 30px 0;*/
    color: #FFFFFF;
    text-align: center;

}

.footer-logo {
    display: flex;
    justify-content: space-between;
}

.footer-logo img {
    width: 200px;
    filter: brightness(0) invert(1);
}

.footer-icons ul li a {
    list-style: none;
    color: #ffff !important;
    background: #FEBC1F;
    padding: 10px;
    border-radius: 8px;
    /*font-size: 14px;*/
}

.footer-icons ul li a:hover {
    color: #FEBC1F !important;
    background: #ffffff;
}

.footer-icons ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 15px 0px;
    margin: 0px;
    font-size: 18px;
}

footer.footer .row {
    padding: 30px 0px;
}

footer.footer h5 {
    text-align: start;
    font-size: 28px;
    margin: 20px 0px;
    font-weight: 600;
}

.Quick.Links ul li {
    list-style: none;
    text-align: start;
    padding: 5px 0px;
    color: #ffffffd6;
    font-size: 18px;

}

.last-links ul li {
    display: flex;
    align-items: center;
}

.footer-bottom li a {
    text-decoration: none;
    color: #ffff;
}

h1.title {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 50px;
}

.right-col p {
    font-size: 18px;
}

h3.title {
    font-size: 40px;
    font-weight: 600;
}

.right-col a {
    color: #FEBC1F;
    text-decoration: none;
    font-weight: 500;
}

.right-col h4 {
    font-size: 28px;
    font-weight: 600;
}

.Quick.Links ul li a {
    list-style: none;
    color: #ffffffd6;
    text-decoration: none;
}
.Quick.Links ul li a:hover {
    color: #febc1f;
}

.Quick.Links ul li i {
    color: #FEBC1F;
    margin-right: 6px;
}

.Quick.Links input {
    background: white;
    width: 100%;
}

.Quick.Links button.btn_org {
    padding: 12px;
    width: 67%;
    font-size: 20px;
    border-radius: 45px;
    color: #021B1F;
    background: #FEBC1F;
    margin-right: 89px;
    margin-top: 16px;
}

.footer-logo {
    border-bottom: 2px solid #ffffffb8;
    padding-bottom: 20px;
}

.footer-genre li {
    display: inline-block;
    width: 49%;
}

/* inner pages css*/
.inner-hero-sec {
    text-align: left;
}

.inner-hero-sec p {
    width: 100%;
}

.inner-hero-sec h1 {
    font-size: 69px;
}

.inner-hero-sec h2 {
    font-size: 39px;
}

.review-images {
    margin-top: 10px;
}

.review-images img:nth-child(1) {
    border: none;
}

.review-images {
    padding: 60px 0px;
    display: inline-flex;
}

.review-images img {
    border-left: 2px solid white;
    padding: 0px 10px;
    width: 200px;
}

.inner-hero-sec span {
    color: #FEBC1F;
    position: relative;
    font-size: 23px;
    font-family: "Rajdhani", sans-serif !important;
    font-weight: 900;
    padding: 1px 38px;
    border-radius: 20px;
}

.inner-hero-sec span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 30px;
    height: 4px;
    background: #FEBC1F;
}

.top-form {
   
    padding: 25px;
    border-radius: 20px;
    text-align: center;
}

.top-form h2 {
    font-weight: 800;
    font-size: 41px;
}

.inner-sec-2 {
    background: #FFFBF1;
}

.inner-sec-2 p {
    font-size: 20px;
}

.inner-sec-2 img {
    width: 100%;
}

section.inner-section-3 {
    padding:50px 0px;
}

.inner-section-3 h2 {
color: #191919;
    font-weight: 800;
    font-size: 35;
    text-align: center;
    margin: 0 auto;
}

section.inner-section-3 {
    text-align: center;
}

section.inner-section-3 p {
    color: #8C8C8C;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 26px;
    line-height: 23px;
}

/*.inner-icon-box p {*/
/*    width: 310px !important;*/

/*}*/

.inner-icon-box {
    text-align: left;
    padding: 38px 27px;
    margin-top: 23px;
    /*height: 320px;*/
}

.inner-sec-4 {
    margin: 77px 0px;
        
}

.footer-form {
    background: #fff;
    padding: 30px 50px;
    border-radius: 20px;
}

.footer-form h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
}

.coopyright {
    text-align: center;
    padding: 6px 0px;
    background: #FEBC1F;
    color: #ffff;
}

.coopyright p {
    margin-bottom: 0px;
    font-size: 20px;
    text-align: left;
}

ul.footer-bottom {
    list-style: none;
    display: flex;
    gap: 23px;
    font-size: 20px;
    margin: 0px;
}

/*non-ficton-sec*/
/*.non-ficton-sec h1 {*/
/*    font-size: 67px !important;*/
/*    line-height: 87px !important;*/
/*}*/

.book-publishing h1 {
    font-size: 60px !important;
}

/*.about-us*/
.about-us-hero-page {
    padding-bottom: 265px;
}

.about-sec-2 {
    background: #fff !important;
}

.choose-us-section {
    padding: 35px 0px !important;
}

.about-sec-2 {
    padding: 53px 0px;
}

.about-sec-2 h2 {
    line-height: 44px;
    font-size: 49px;
}

.contact-us-sec {
    padding: 61px 0px;
}

section.thank-you {
    background: #fff;
    text-align: center;
    padding: 50px 0;
}

section.thank-you h1 {
    font-size: 50px;
    font-weight: 600;
}

section.thank-you h1 span {
    color: #FEBC1F;
}

.mythnkurw p {
    font-size: 18px;
    font-weight: 600;
}

p.myfnts a:hover {
    color: #FEBC1F;
}

p.myfnts {
    font-size: 22px;
    /*text-align: center;*/
    color: black;
    font-weight: 500;
    margin-bottom: 0px;
}

.mythnkurw i {
    font-size: 100px;
    color: #FEBC1F;
}

.myfnts a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}



/*.nav-link:focus, .nav-link:hover {*/
/*    color: #fff;*/
/*    background-color: #FEBC1F;*/
/*}*/


.top-slider {
    padding: 10px 0;
}

.middle-slider {
    padding: 10px 0;
}

.responsive-menu {
    display: none;
}

.btn-theme {
    background: #FEBC1F;
    padding: 15px 30px;
    border-radius: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #FEBC1F;
}

.btn_cnfrm {
    text-align: center;
}

.slider-section {
    padding: 30px 0;
}

.slider-section {
   background-image: url(../images/company-slide.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0px;

}

/* WHATSAPP CHAT SCRIPT */
.navbar-fixed-bottom-messenger {
  position: fixed;
  bottom: 100px;
  z-index: 999999;
  left: 20px;
}
.navbar-fixed-bottom:hover,
.navbar-fixed-bottom-messenger:hover {
    transition: 0.5s ease;
    transform: scale(1.1);
}

.navbar-fixed-bottom {
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  left: 20px;
}

.number i{
  font-size: 30px;
  background-color: #02263E;
  border-radius: 100px;
  padding: 10px 15px;
  color: #fff;
  /* margin-bottom: 20px; */
  transition: 0.5s ease-in-out;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bouncebounce .8s ease infinite;
}
.messenger i{
  font-size: 30px;
  background-color: #0084FF;
  border-radius: 100px;
  padding: 10px 15px;
  color: #fff;
  /* margin-bottom: 20px; */
  transition: 0.5s ease-in-out;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bouncebounce .8s ease infinite;
}
a.float {
    text-decoration: none;
}
.number i:hover{
  transform: scale(1.1);
  background-color: #02263E;
}
.messenger i:hover{
  transform: scale(1.1);
  background-color: #0084FF;
}
/* WHATSAPP CHAT SCRIPT  END*/

.select-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    pointer-events: none;
    transform: translateY(-50%);
    color: #555;
    font-size: 14px;
}

.select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper select {
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
}

.image-slider img {
  width: 100%;
  display: block;
}

.iti {
    width: 100%;
}


.form-control:focus {
    box-shadow: none;
}


.iti__country-list {
    display: inline-grid;
    z-index: 99;
}
span.iti__country-name {
    color: #877575;
}
.iti__selected-dial-code {
    color: #757575;
}

.main_cf_bac.hero-cf-form {
    margin: 10px 0;
}

.iti__country-list {
    width: auto;
}

.messenger i, .number i, .inner-sec-2 img, .section-7 img, .section-5 img, .section-15 img, .image-slider img, .sec11-image img, .section-10-content img, .sec2-image img, .section-1 img {
    -webkit-animation: mover 1s ease-in-out infinite alternate;
    animation: mover 1s ease-in-out infinite alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

.modal-btn {
    /* border: 1px solid #000 !important; */
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
     padding: 10px 20px; 
    border-radius: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #FEBC1F;
}

.list-cards-main img {
    width: 100%;
}

.list-cards {
    background: #02263E;
    padding: 45px 0px;
}

.list-cards-main {
    padding: 10px;
}

.list-cards-heading h2 {
    color: #fff;
    text-align: center;
    font-weight: 800;
        font-size: 35px;
}

.list-cards-main h4 {
font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0 15px;
    font-weight: 600;
    text-align: center;
}
.list-cards-main p,
.list-cards-heading p {
        color: #8C8C8C;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

ul.footer-genre {
    text-align: left;
}

.writing-start-card p {
  margin: 0;
  font-size: 18px;
  color: #575757;
}

.writing-start-card {
  padding: 15px 20px;
  background: #f1f2ff;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f2ff;
  border-radius: 16px;
  flex-direction: column;
  text-align: center;
}

.writing-start-card-list {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.writing-start-card:nth-child(2) {
  transform: translateX(-40px);
}
.writing-start-card-list-2 .writing-start-card:nth-child(2) {
  transform: translateX(40px);
}

.writing-start-img {
  position: relative;
  display: block;
  height: 100%;
}
.writing-start-card {
    padding: 15px 20px;
    background: #f1f2ff;
    height: 190px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #f1f2ff;
    border-radius: 16px;
    flex-direction: column;
    text-align: center;
}
.writing-start-img:after {
    content: "";
    background: linear-gradient(135deg, #FEBC1F 0%, #FEA81F 53.33%, #FE961F 100%);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    height: 460px;
    width: 460px;
    z-index: 4;
}
.img-box-content.writing-start-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 5;
 animation: zoom-in-zoom-out 3s ease-out infinite;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}


.section-5.inner-sec-5 img {
    width: 100%;
}