@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");

:root {
  /*** theme colors ***/
  --theme-color: #003d66;
  --theme-color-2: #c1272d;
}

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

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s all;
}

a:hover {
  color: #000;
}

.autoRotate {
  animation: autoShowRotate;
  animation-timeline: view();
}

@keyframes autoShowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.autoMoveY {
  animation: autoMover 3.5s linear infinite;
}

@keyframes autoMoverY {
  50% {
    transform: translateY(-20px);
  }
}

.autoMoveX {
  animation: autoMoverX 3.5s linear infinite;
}

@keyframes autoMoverX {
  50% {
    transform: translateX(-20px);
  }
}

.theme-btn {
  background: #000;
  color: #fff;
  padding: 13px 60px;
  border-radius: 10px;
  border: 1px solid transparent;
  display: inline-block;
  transition: 0.2s all;
  font-weight: 500 !important;
  position: relative;
}

.theme-btn:hover {
  background: transparent;
  border-color: #000;
  color: var(--theme-color);
}

.theme-btn-2 {
  background: var(--theme-color-2);
  color: #fff;
  padding: 13px 30px;
  border-radius: 10px;
  border: 1px solid transparent;
  display: inline-block;
  transition: 0.2s all;
  font-weight: 500 !important;
}

.theme-btn-2:hover {
  background: transparent;
  border-color: var(--theme-color-2);
  color: var(--theme-color);
}

.theme-btn-3 {
  background: transparent;
  color: #000;
  padding: 7px 33px;
  border-radius: 10px;
  border: 1px solid #000;
  display: inline-flex;
  transition: 0.2s all;
  align-items: center;
}

.theme-btn-3:hover {
  background: var(--theme-color-2);
  border-color: var(--theme-color-2);
}

/* Header CSS Start */

header {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 999;
}

.logo {
  width: 17%;
}

.logo img {
  width: 100%;
}

.serv-a {
  position: relative;
  cursor: pointer;
}

.serv-a a {
  padding-bottom: 17px;
}

li.serv-a a i {
  padding-left: 11px;
}

.nav-dropdown {
  position: absolute;
  top: 38px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.nav-dropdown ul {
  display: block !important;
  background-color: var(--theme-color);
  border-radius: 10px;
}

.serv-a:hover .nav-dropdown {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}

.nav-dropdown ul li {
  transition: 0.2s all;
}

.nav-dropdown ul li a {
  padding: 10px 20px;
  width: max-content;
  min-width: 200px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.nav-dropdown ul li:hover {
  background-color: #000;
}

.nav-dropdown ul li:hover a {
  color: var(--theme-color);
}

.navigation ul li.serv-a a:hover {
  color: var(--theme-color-2);
}

.offcanvas,
.offcanvas-btn {
  display: none;
}

a.btn.offcanvas-btn {
  display: none;
}

.closebtn {
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
}

.closebtn i {
  color: #fff;
  font-size: 30px;
}

.head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
}

.navigation ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}

.navigation ul li a {
  font-weight: 600;
}

.navigation ul li.serv-a a {
  font-weight: unset;
}

li.live-btn .theme-btn-2 {
    background: transparent;
    color: var(--theme-color-2);
    font-weight: bold !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 0;
}

li.live-btn .theme-btn-2 img {width: 40px;height: 50px;object-fit: contain;}

li.live-btn a.theme-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 0;
}

li.live-btn .theme-btn:hover img {
    filter: invert(1);
}

li.quote-btn a:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    background: #2dc52d;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.head-img {
    position: absolute;
    right: 0;
    top: -15px;
}

.head-img img {
    width: 100%;
    height: 100%;
}

/* Header CSS End */

/* Banner CSS Start */

.banner-section {
  padding: 120px 0 60px;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-main {
  margin: 109px 0 0 0;
  position: relative;
}

.banner-txt-img {
  position: relative;
}

.banner-txt-img img {
  position: absolute;
  right: 0;
  top: -59px;
}

.banner-left h1 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

.banner-left h1 span {
  color: var(--theme-color-2);
}

.banner-left p {
  font-size: 14px;
  margin: 19px 0 40px;
  color: #727272;
}

.banner-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
}

.banner-reviews {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}

.banner-reviews a img {
  width: 100%;
  height: 100%;
}

.banner-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-rating-imgs {
  display: flex;
  align-items: center;
}

.banner-rating-imgs img {
  margin-left: -16px;
}

.banner-rating-imgs img:first-child {
  margin: 0;
}

.banner-rating h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: -4px 0 0;
}

.banner-right {
  background: transparent;
  border-radius: 10px;
  padding: 40px 65px;
  width: 100%;
  position: relative;
}

.banner-right::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffecde;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 2;
}

.banner-right::after {
  content: "";
  width: 94%;
  height: 94%;
  background: #fff;
  position: absolute;
  top: 3%;
  left: 3%;
  border-radius: 10px;
  z-index: 2;
}

.banner-design1 {
  position: absolute;
  z-index: 3;
  left: -30px;
  height: 100%;
  top: -28px;
}

.banner-design1 img, .banner-design2 img {
    height: 100%;
}

.banner-design2 {
  position: absolute;
  z-index: 3;
  right: -30px;
  height: 100%;
  top: -28px;
}

.banner-right h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.banner-right form {
  position: relative;
  z-index: 3;
}

.banner-right h2 span {
  color: var(--theme-color-2);
}

.banner-right form input,
.banner-right form select,
.banner-right form textarea,
.file-upload {
  width: 100%;
  margin-bottom: 16px;
  background: #eaeae9;
  border: 1px solid #dee2e6;
  padding: 11px 0 11px 17px;
  border-radius: 6px;
  outline: none;
}

.banner-right form textarea {
  height: 80px;
}

.checkmark {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.checkmark p {
  margin: 0;
  font-size: 14px;
}

.banner-right form button.theme-btn-2 {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
}

.checkmark input {
  width: 16px !important;
  height: 16px;
  margin: 0 !important;
}

.file-upload {
  position: relative;
  display: flex;
  padding: 2px !important;
  align-items: center;
  justify-content: space-between;
}

.file-upload h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  gap: 30px;
  color: #212529;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.file-upload input {
  display: none;
}

.file-upload label {
  display: inline-block;
  background: #f8f9fa;
  padding: 8px;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  font-size: 15px;
  color: #000;
  width: 55%;
  text-align: center;
}

/* Banner CSS End */

.brand-logo-section {
    background: #000;
    padding: 40px 0;
}

.logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.logos img {
    width: auto;
}


.book-starting-section {
    position: relative;
    z-index: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url('../images/book-start-bg.png');
    background-size: cover;
    background-attachment: fixed;
}

.book-starting-section figure.cta-book-1 {
    position: absolute;
    left: 0;
    top: -40px;
}

.book-starting-section figure.cta-book-2 {
    position: absolute;
    right: 0;
    top: -50px;
}

.book-starting-section .btn-parent {
    margin-top: 2.5rem;
}

.book-starting-section::before {
    background: linear-gradient(90deg, #c1272de6 0%, #c1272de6 100%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.book-starting-wrap {
    text-align: center;
}

.book-starting-wrap h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.book-starting-section p {
    width: 55%;
    margin: auto;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

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

.book-starting-btn a.theme-btn-3 {padding: 12px 60px;border-radius: 50px;border-color: #fff;color: #fff;}

.book-starting-btn a.theme-btn-3:hover {
    background: #fff;
    color: var(--theme-color-2);
}

.book-starting-btn a.theme-btn-2 {
    background: #fff;
    padding: 12px 50px;
    border-radius: 50px;
    color: var(--theme-color-2);
}

.book-starting-btn a.theme-btn-2:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.author-people-section img {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #EEE;
    color: var(--theme-color-2) !important;
    border-radius: 10px;
    border: 1px solid var(--theme-color-2);
    background: #EEE;
    border-bottom: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.faq-accordion .accordion-collapse.collapse.show {
    border-radius: 10px;
    border: 0px solid var(--theme-color-2);
    background: #EEE;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: none;
}

.faq-accordion .accordion-header .accordion-button {
    margin: 0;
    border: none;
    background: #EEE;
    border-bottom: 0;
    color: #595959;
    border-radius: 25px !important;
    box-shadow: none;
}

.faq-accordion .accordion-item {
    background: red;
    border-radius: 10px;
    border: 1px solid var(--theme-color-2);
    background: #EEEEEE;
    margin: 0 0 1rem;
}

.faq-accordion .accordion-body {
    padding-top: 0;
}

.faq-accordion .accordion-header .accordion-button:after {
    opacity: .4;
}

.faq-accordion .accordion-item .accordion-body p {
    width: 90%;
}

.faq-accordion.accordion-header .accordion-button {
    color: #375CD7;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 18px;
    background: #EBF0FF;
    border-radius: 10px !important;
    margin-bottom: 1rem;
}

.faq-accordion.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #375CD7 0%, var(--theme-color-2) 100%);
    color: white;
}

.faq-accordion.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-accordion.accordion-item {
    border: 0;
    margin: 0px 0 0px;
}

.faq-accordion.accordion-button:focus {
    box-shadow: none;
}

.faq-accordion.accordion-body p {
    margin: 0;
    color: #969696;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq-accordion.accordion-header {
    margin-bottom: 0rem;
}

.faq-accordion .accordion-body {
    padding-top: 0;
}

.help-wrap {
    background: #c1272d1a;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 80px;
}

.help-left {
    box-shadow: 
      0px 6px 20px 0px rgba(33, 88, 62, 0.19),
      inset 0px 0px 63px 2px rgba(193, 39, 45, 0.24);
    border: 2px solid var(--theme-color-2);
    padding: 20px 40px 20px 20px;
    height: auto;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 16px;
    height: -webkit-fill-available;
    position: relative;
}

.help-right {
    box-shadow: 
      0px 6px 20px 0px rgba(33, 88, 62, 0.19);
    border: 1px solid #D4E1DA;
    padding: 20px 40px 20px 20px;
    height: -webkit-fill-available;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 16px;
    position: relative;
    z-index: 9;
}

.help-right-height {
    height: 76%; 
    align-content: end;
}

.help-wrap .row:first-child .col-md-6:first-child .help-left, .help-wrap .row:first-child .col-md-6:first-child .help-right{
    height: 48%;
}

.help-left img, .help-right img {
    width: auto;
    margin-bottom: 10px;
}

.help-left h5, .help-right h5 {
    font-weight: 600;
    font-size: 22px;
}

.help-right h3 {
    font-size: 58px;
    color: var(--theme-color-2);
    font-weight: 500;
}

.help-left p, .help-right p {
    font-size: 14px;
    color: #2C2C2C;
    font-weight: 400;
}

.help-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.help-img img {
    width: 100%;
    height: 100%;
}

.help-right.text-center.h-auto .help-img img {
    width: auto;
}

.help-flex {
    display: flex;
    align-items: center;
    height: 46%;
}

.help-flex img{
    width: 33%;
}


/* About CSS Start */

.author-section {
    padding: 100px 0;
}
.author-section .row {
    align-items: center;
}

.author-section .row:first-child {
    margin-bottom: 200px;
}

.author-left img {
    width: 100%;
}
.author-right {
    padding: 50px 40px;
    border: 2px solid #DCE6E1;
    border-radius: 20px;
    transform: rotate(1deg);
    backdrop-filter: blur(13px);
    margin-left: -50px;
}

.author-right h6 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    color: #494D4B;
}

.author-right h2 {
    font-weight: bold;
}

.author-right h2 span {
    font-weight: lighter;
    font-size: 20px;
}

.author-right p {
    color: #2C2C2C;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 26px;
}

.author-right .theme-btn-2 {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    border-radius: 20px;
}

.author-right .theme-btn-2:hover img {
    filter: invert(1);
}

.author-section .row:last-child .author-right {
    transform: rotate(-3deg);
    margin-right: -40px;
}

.about-section {
  margin: 80px 0;
  padding: 70px 0;
  background: #c1272d1a;
}

.about-section .row {
    gap: 45px 0;
}

.about-box {
    display: flex;
    align-items: start;
    width: 95%;
    gap: 20px;
}

.about-txt {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.about-txt h5 {
    color: #2C2C2C;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 12px;
}

.about-txt p {
    font-size: 15px;
    color: #2c2c2c;
}

.about_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 50px 0 0;
}

.about_btn .theme-btn {background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(216, 225, 221, 1) 100%);color: #000;display: flex;align-items: center;gap: 20px;border-radius: 40px;}

.about_btn .theme-btn-2 {
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bookshop-section {
    padding: 55px 0;
    background: #c1272d1a;
    margin: 60px 0 0;
}

.bookshop-section .main-head {
    width: 50%;
    margin: 0 auto;
}

.bookshop-section .main-head h2 {
    font-size: 40px;
    margin-bottom: 12px;
}

.bookshop-section .main-head input {
    background: var(--theme-color-2);
    color: #fff;
    width: 75%;
    padding: 15px 13px;
    border: 0;
    border-radius: 8px;
    outline: none;
    margin-bottom: 16px;
}

.bookshop-section .main-head input::placeholder {
  color: #fff;
  font-weight: 200;
}

.bookshop-section .main-head p {
    margin-bottom: 20px;
    font-size: 15px;
}

.bookshop-section .main-head button {
    width: 75%;
}

.col2 h3 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 30px;
}

.foot-box {
    background: var(--theme-color-2);
    padding: 35px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.foot-box h4 {
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
}

.foot-box .theme-btn {
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(216, 225, 221, 1) 100%);
    color: #000;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 40px;
    margin-bottom: 30px;
}

.foot-box .theme-btn img {
    width: auto;
}

.foot-box a {
    color: #fff;
}

.col2 img {
    width: 100%;
}

.col2 form input, .col2 form textarea {
    background: var(--theme-color-2);
    color: #fff;
    padding: 15px 13px;
    border: 0;
    border-radius: 8px;
    outline: none;
    margin-bottom: 16px;
    width: 100%;
}

.col2 form input::placeholder, .col2 form textarea::placeholder {
    color: #fff;
}

.col2 form {
    text-align: center;
}

.col2 form textarea {
    height: 80px;
}

/* About CSS End */

/* Services CSS Start */

.service-section {
  padding: 50px 0;
}

.service-section .row {
  margin-top: 100px;
}

.service-section .row {
  gap: 88px 0;
}

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

.main-head h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 100px;
}

.main-head h6 {
  color: var(--theme-color-2);
  font-size: 22px;
  width: 60%;
  font-weight: 500;
  margin: 0 auto;
  line-height: normal;
}

.service-box {
  background: var(--theme-color-2);
  transition: 0.2s all;
  padding: 75px 30px 45px;
  text-align: center;
  position: relative;
  border-radius: 24px;
}

.service-box:hover,
.service-box:hover .service-icon {
  background: var(--theme-color);
}

.service-box h3 {
  font-size: 23px;
  color: #fff;
}

.service-icon {
  background: var(--theme-color-2);
  padding: 21px;
  border-radius: 50%;
  border: 4px solid #fff;
  display: inline-block;
  position: absolute;
  top: -28%;
  left: 33%;
  transition: 0.2s all;
}

/* Services CSS End */

/* Work CSS Start */

.work-section {
  padding: 80px 0;
  background-image: url(../images/work-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.main-head p {
  margin-bottom: 0;
  color: #222222;
  font-size: 18px;
}

.main-head img {
  width: auto;
  display: block;
  margin: 10px auto;
}

.work-box img {
  width: 100%;
  border-radius: 19px;
}

.work-wrap {
  padding: 20px 20px 0;
}

.work-wrap h6 {
  font-weight: bold;
  margin: 0 0 18px;
}

.work-wrap p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

/* Work CSS End */

/* Portfolio CSS Start */

.portfolio-section {
  padding: 90px 0;
  overflow: hidden;
}

.main-head-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-section .main-head {
  margin-bottom: 30px;
}

.arrows {
  display: flex;
  align-items: center;
  gap: 17px;
}

.arrow-left {
  background: gainsboro;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.arrow-right {
  background: gainsboro;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.portfolio-section .nav-tabs {
  justify-content: space-between;
  padding: 10px 24px;
  margin-bottom: 50px;
  border: 0;
  border-radius: 100px;
  box-shadow: 0px 0px 9.66px 0 #ccc;
}

.portfolio-section .nav-tabs .nav-link {
  border: 0;
  color: #171717;
  text-transform: capitalize;
  padding: 7px 29px;
  background: transparent;
  border-radius: 60px;
}

.portfolio-section .nav-tabs .nav-link.active {
  background: var(--theme-color-2);
  color: #fff;
}

.portfolio-section .nav-tabs .nav-link:hover {
  background: var(--theme-color-2);
  color: #fff;
}

.port_slider a {
  margin-left: 20px;
}

.slider-wrapper {
  display: flex;
}

/* Portfolio CSS End */

/* Publish CSS Start */

.publish-section {
  padding: 0 0 90px;
}

.publish-box {
  text-align: center;
}

.publish-box .work-box-img {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11.52px;
  box-shadow: 0 0 4.61px 0 #0000005c;
  margin-bottom: 20px;
  background: #fff;
}

.publish-box h6 {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 20px;
}

.publish-box p {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  width: 90%;
  margin: 0 auto;
}

.publish-boxes {
  position: relative;
}

.publish-boxes .row {
  position: relative;
  z-index: 2;
}

.publish-design {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 10%;
}

.publish-design2 {
  display: none;
}

.publish-design img {
  width: 100%;
}

.noble-box {
  margin: 50px 0 0 0;
  background: var(--theme-color-2);
  padding: 50px 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.noble-txt h3 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 35px;
  font-weight: bold;
  line-height: normal;
}

.noble-txt .about-call-txt span,
.noble-txt .about-call-txt a {
  color: #fff;
}

.noble-txt .about-call-icon {
  background: #fff;
}

.noble-txt .about-call-icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(1972%)
    hue-rotate(340deg) brightness(99%) contrast(96%);
}

/* Publish CSS End */

/* Testimonials CSS Start */

.testimonial-section {
    padding: 120px 0 80px;
}

.testi-left h6 {
  padding: 11px 24px;
  border-radius: 50px;
  box-shadow: 0 0 41.8px 0 rgb(0 0 0 / 9%);
  display: inline-block;
  margin-bottom: 27px;
}

.testi-left h2 {
  font-weight: 600;
  font-size: 43px;
  margin-bottom: 30px;
}

.testi-left h2 span {
  color: var(--theme-color-2);
}

.testi-left p {
  color: #626671;
  font-size: 18px;
  width: 84%;
  margin-bottom: 40px;
}

.review-boxes {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.review-box {
  border: 1px solid rgb(0 0 0 / 11%);
  padding: 23px 30px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  flex-wrap: wrap;
}

.review-box img {
  width: 166px;
  height: 100%;
  object-fit: scale-down;
}

.review-txt {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.review-txt h5 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
}

.review-txt h5 img {
  width: unset;
}

.review-txt p {
  font-size: 15px;
  margin: 0;
  width: 100%;
}

.testimonial-box {
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #00000014;
  border-radius: 24px;
  margin-bottom: 20px;
}

.testi-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.testi-rating h6 {
  margin: 0;
  color: #818181cc;
  font-size: 14px;
}

.testi-rating .stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0 !important;
}

.testi-rating .stars img {
  width: 100%;
  height: 100%;
}

.testimonial-box p {
  font-size: 15px;
  color: #626671;
  margin-bottom: 30px;
}

.testimonial-slider {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  height: 600px; /* Adjust based on content height */
  overflow: hidden;
}

.fade1 {
  position: absolute;
  top: 0;
  z-index: 1;
}

.fade2 {
  position: absolute;
  bottom: -1px;
  z-index: 1;
}

.testi-user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testi-user-txt h5 {
  color: #262b37;
  margin-bottom: 0;
  font-size: 17px;
}

.testi-user-txt span {
  color: #626671;
  font-size: 13px;
}

.testimonial-left,
.testimonial-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.testimonial-left {
  animation: scrollDown 19s linear infinite; /* 3s per testimonial, 3 testimonials */
}

.testimonial-right {
  animation: scrollUp 19s linear infinite; /* 3s per testimonial, 3 testimonials */
}

.testimonial-slider:hover .testimonial-left,
.testimonial-slider:hover .testimonial-right {
  animation-play-state: paused;
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(
      -50%
    ); /* Move half the content height for seamless loop */
  }
}

@keyframes scrollUp {
  0% {
    transform: translateY(-50%); /* Start at half to move up */
  }
  100% {
    transform: translateY(0);
  }
}

/* Testimonials CSS End */

/* Printing CSS Start */

.printing-section {
  padding: 40px 0 100px;
}

.printing-section .row {
  gap: 35px 0;
}

.print-box {
  border: 1px solid #e3e3e3;
  padding: 30px;
  border-radius: 12px;
  transition: 0.2s all;
}

.print-box:hover {
  background: var(--theme-color);
  color: #fff;
}

.print-box h5 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;
}

.print-box p {
  font-size: 15px;
  line-height: normal;
}

/* Printing CSS End */

/* Story CSS Start */

section.stories-section {
  padding: 0 0 70px;
}

.story-box {
  background-image: url(../images/story-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 80px 0 70px;
  text-align: center;
}

.story-img1 {
  position: absolute;
  top: 0;
  left: 5%;
}

.story-img2 {
  position: absolute;
  bottom: -7%;
  right: 5%;
}

.story-box h3 {
  color: #fff;
  font-family: DM Serif Display;
  font-size: 34px;
  margin-bottom: 20px;
}

.story-box p {
  color: #fff;
  width: 50%;
  margin: 0 auto 30px;
}

.story-box .about-btn {
  justify-content: center;
}

.story-box .about-call-txt span,
.story-box .about-call-txt a {
  color: #fff;
}

.story-box .about-call-icon {
  background: #fff;
}

.story-box .about-call-icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(1972%)
    hue-rotate(340deg) brightness(99%) contrast(96%);
}

.story-box .theme-btn-2:hover {
  background: #fff;
  border-color: #fff;
}

/* Story CSS End */

/* Footer CSS Start */

footer {
  padding: 80px 0 25px;
  position: relative;
}

footer .row {
    align-items: center;
}

.foot-logo {
  width: 27%;
}

.foot-logo img {
  width: 100%;
  margin-bottom: 30px;
}

.col1 p {
  width: 90%;
  font-weight: 400;
  margin-bottom: 40px;
}

.col1 h6 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 7px;
}

.email-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 32px 0 43px;
}

.social a {
  width: 50px;
  height: 50px;
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.social a:hover {
  background: var(--theme-color-2);
  border-color: var(--theme-color-2);
}

.trustpilot_wrap {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 9px;
  white-space: nowrap;
  flex-wrap: wrap;
}

.trustpilot_wrap span {
  display: block;
  font-weight: bold;
}

.trustpilot_wrap p {
  margin: 0;
  white-space: nowrap;
}

.trustpilot_wrap p:first-of-type {
  display: flex;
  align-items: center;
  gap: 4px;
}

.col2 h4 {
  font-size: 22px;
  margin-bottom: 22px;
}

.col2 ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
}

.col2 ul li a {
  font-size: 15px;
  position: relative;
}

.col2 ul li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: -20px;
  top: 0;
  transition: 0.8s all;
  opacity: 100%;
}

.col2 ul li a:hover:before {
  left: 100%;
  opacity: 0;
}

.col2 ul li a:hover {
  color: var(--theme-color-2);
}

.sponsors {
  margin: 43px 0 70px 0;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #323232;
  margin: 80px 0 0;
}

.copy-left.copy-left-bottom {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid #323232;
}

.copy-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.foot-sponsor img {
  width: auto;
}

.copy-left p {
  color: #0000004d;
  margin: 0;
}

.copy-right a {
  color: #0000004d;
}

.copy-right a:hover {
  color: var(--theme-color);
}
section.author-people-section {
    display: none;
}
/* Footer CSS End */

/* Timer CSS Start */

.tick-separator {
    font-size: 2em;
    margin: 0 5px;
    color: #fff;
    /* or any color */
    display: flex;
    align-items: center;
}

span.tags.black span {
    color: var(--theme-color-2);
}

span.tags.black {
    font-size: 18px;
    margin-bottom: 2rem;
    display: block;
}

.timer-section .para {
    margin-bottom: 1rem;
}


.flip-clock-wrapper ul li a div div.inn,
.flip-clock-small-wrapper ul li a div div.inn {
    color: white;
    /* background-color: #F57616; */
    background: linear-gradient(357deg, #003D66 -0.98%, #C1272D 95.58%);
}

.flip-clock-dot,
.flip-clock-small-wrapper .flip-clock-dot {
    background: #595959;
}

.flip-clock-wrapper .flip-clock-meridium a,
.flip-clock-small-wrapper .flip-clock-meridium a {
    color: #F57616;
}

.flip-clock-divider .flip-clock-label {
    display: none !important;
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0em !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-section {
    padding: 3rem 0 0rem;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

.timer-section:before {
    content: "";
    left: -50px;
    border-radius: 24px;
    background: #595959;
    width: 600px;
    height: 36px;
    flex-shrink: 0;
    bottom: 33px;
    z-index: 1;
    position: absolute;
}

.timer-section:after {
    content: "";
    right: -50px;
    border-radius: 24px;
    background: #595959;
    width: 600px;
    height: 36px;
    flex-shrink: 0;
    bottom: 33px;
    z-index: 1;
    position: absolute;
}

.hero-section.inner-hero.book-publishing-hero.book-cover-design figure.side-layer.layer-2 {
    bottom: -210px;
}

.service-inner-section {
  padding: 216px 0 60px;
  background: #003d660d;
}

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

.btn-close {
    z-index: 999;
    filter: invert(1) brightness(0);
    box-shadow: none;
}

.modal-content {
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Timer CSS End */

/* Responsive CSS Start */

@media only screen and (max-width: 1440px) {
    .timer-section:before, .timer-section:after {
        width: 35%;
    }
    
    .author-section .row:first-child {
        margin-bottom: 120px;
    }
    
    .logos img {
        width: auto;
    }
    
    .logos {
        flex-wrap: wrap;
        gap: 40px 100px;
    }
    .book-starting-section figure.cta-book-1 {
        top: 20%;
    }
    
    .book-starting-section figure.cta-book-1 img {
        width: 70%;
    }
    
    .book-starting-section figure.cta-book-2 img {
        width: 70%;
        margin-left: auto;
        display: block;
    }
    
    .book-starting-section figure.cta-book-2 {
        top: 25%;
    }
}
@media only screen and (max-width: 1200px) {
  .navigation ul {
    gap: 14px;
  }

  .navigation ul li a.theme-btn {
    font-size: 13px;
  }
  .theme-btn,
  .theme-btn-2,
  .theme-btn-3 {
    font-size: 13px;
  }

  .banner-right form button.theme-btn-2 {
    font-size: 16px;
  }

  .banner-rating h6 {
    font-size: 13px;
  }
  .service-box h3 {
    font-size: 18px;
  }

  .service-box {
    padding: 55px 10px 25px;
  }
  .service-icon {
    top: -58%;
    left: 27%;
  }
  .main-head h6 {
    font-size: 16px;
    width: 70%;
  }
  .about-right h2 {
    font-size: 38px;
  }

  .about-right h5 {
    font-size: 16px;
  }

  .about-right p {
    font-size: 13px;
  }

  .about-right ul li {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .about-check {
    width: 22px;
    height: 22px;
  }
  .publish-box h6 {
    font-size: 16px;
  }

  .publish-box p {
    font-size: 12px;
  }

  .main-head h2 {
    font-size: 38px;
  }
  .portfolio-section .nav-tabs {
    justify-content: center;
    gap: 20px;
  }
  .work-section .col-md-3 {
    width: 33%;
  }

  .work-section .row {
    gap: 30px 0;
  }
}
@media only screen and (max-width: 1024px) {
    .logo {
        width: 23%;
    }
  .help-section .row .col-md-9 {
      width: 100%;
  }
  
  .book-starting-section figure.cta-book-1 img {
      width: 60%;
  }
  
  .book-starting-section figure.cta-book-1 {
      top: 28%;
  }
  
  .book-starting-section figure.cta-book-2 img {
      display: block;
      margin-left: auto;
      width: 60%;
  }
  
  .book-starting-section figure.cta-book-2 {
      right: 0;
      top: 28%;
  }

  .theme-btn,
  .theme-btn-2,
  .theme-btn-3 {
    padding: 10px 20px;
    font-size: 13px;
  }

  .banner-right form button.theme-btn-2 {
    font-size: 16px;
  }

  .banner-right form input,
  .banner-right form select,
  .banner-right form textarea,
  .file-upload {
    font-size: 10px;
  }

  .file-upload label {
    font-size: 10px;
  }

  .file-upload h6 {
    font-size: 10px;
  }

  .checkmark p {
    font-size: 10px;
  }

  .banner-left h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .banner-left p {
    margin-bottom: 20px;
  }
  .testi-left h2 {
    font-size: 39px;
  }

  .testi-rating h6 {
    font-size: 11px;
  }

  .testi-left p {
    font-size: 16px;
  }
  .author-banner .banner-left h1 {
    font-size: 34px;
  }
  
  .author-banner .banner-left p {
      font-size: 13px;
  }
  
  .step-section .main-head h2 {
      font-size: 30px;
  }
  
  .step-section .main-head p {
      font-size: 14px;
      width: 80%;
      margin: 0 auto;
  }
  
  .step-box-right p {
      font-size: 15px;
  }
  
  .step-box-right h3 {
      font-size: 30px;
  }
  .journey-shadow {
        display: none;
    }
    
    .journey-wrap {
        padding-inline: 200px;
    }
    
    .journey_slider .slick-prev {
        left: -10%;
    }
    
    .journey_slider .slick-next {
        right: -10%;
    }
    
    .journey-box {margin-left: 2px;}
    .compny-img img {
        width: 50%;
        object-fit: contain;
    }
    .brand-imgs img {
        width: 14%;
    }
    .court-list ul {
        width: 90%;
    }
    .timer-section:before, .timer-section:after {
        width: 30%;
    }
    .author-right {
        margin-inline: 0;
    }
    
    .author-left img {
        width: 300px;
    }
    .bookshop-section .main-head {
        width: 70%;
    }
    
    .col2 h4 {
        font-size: 18px;
    }
    
    .foot-box .theme-btn {
        font-size: 12px;
        gap: 10px;
    }
    
    .foot-box .theme-btn img {
        width: 13px;
        height: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .testimonial-slider {
        flex-wrap: wrap;
    }
    
    .book-starting-section figure.cta-book-1, .book-starting-section figure.cta-book-2 {
        top: 30%;
    }
    
    .book-starting-section p {
        width: 80%;
    }
    
    .book-starting-wrap h2 {
        font-size: 33px;
    }
  .testimonial-slider {
      flex-wrap: wrap;
  }
  .offcanvas-btn {
    font-size: 30px;
    color: #fff;
    background-color: var(--theme-color);
    padding: 12px;
    line-height: 24px;
    border-radius: 6px;
  }
  .offcanvas-btn:hover,
  .offcanvas-btn:active {
    background: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #fff !important;
  }
  .offcanvas,
  .offcanvas-btn {
    display: block !important;
  }
  .offcanvas {
    background-color: var(--theme-color);
  }
  .offcanvas-body {
    padding-top: 50px;
  }
  /*.navigation {*/
  /*  display: none;*/
  /*}*/
  .offcanvas-body {
    height: 100%;
  }

  .nav-opt ul {
    list-style: none;
  }

  .nav-opt ul li {
    margin-bottom: 20px;
    font-size: 20px;
    width: fit-content;
  }

  .nav-opt ul li a {
    color: #fff;
  }

  .nav-opt ul li .nav-dropdown ul {
    background: var(--theme-color-2);
  }
  .logo {
    width: 29%;
  }
  .banner-left h1 {
    font-size: 23px;
    margin-bottom: 0;
  }

  .banner-left p {
    font-size: 12px;
  }

  .theme-btn,
  .theme-btn-2,
  .theme-btn-3 {
    font-size: 10px;
  }

  .banner-right h2 {
    font-size: 16px;
  }

  .banner-right {
    padding: 40px;
  }

  .banner-right form input,
  .banner-right form select,
  .banner-right form textarea,
  .file-upload {
    font-size: 8px;
  }

  .file-upload label {
    font-size: 7px;
  }

  .file-upload h6 {
    font-size: 8px;
  }

  .banner-right form button.theme-btn-2 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
    .book-starting-section figure.cta-book-1 img {
        width: 60%;
    }
    .banner-right-2 img {
        display: none;
    }
    
    .author-banner .banner-left p {
        margin-bottom: 0;
    }
    
    .step-section .main-head h2 {
        font-size: 24px;
    }
    
    .step-section .main-head p {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
  .service-section .col-md-3 {
    width: 33%;
  }

  .service-section .row {
    gap: 100px 0;
  }

  .work-wrap h6 {
    font-size: 22px;
  }

  .work-wrap p {
    font-size: 14px;
  }

  .work-section .col-md-3 {
    width: 50%;
  }

  .portfolio-section {
    padding: 60px 0;
  }

  .main-head h2 {
    font-size: 32px;
  }

  .main-head p {
    font-size: 16px;
  }

  .publish-boxes .col-md-3 {
    width: 50%;
  }

  .publish-design {
    top: 6%;
  }

  .publish-design2 {
    top: 60%;
    display: block;
  }
  .noble-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding-bottom: 10px;
  }

  .noble-txt h3 {
    font-size: 30px;
    text-align: center;
  }

  .noble-txt .about-btn {
    justify-content: center;
  }

  .noble-txt {
    width: 100%;
  }
  .testimonial-section .col-md-6 {
    width: 100%;
    text-align: center;
  }

  .review-boxes {
    align-items: center;
    margin-bottom: 70px;
  }

  .print-box h5 {
    font-size: 17px;
    font-weight: bold;
  }

  .print-box p {
    font-size: 12px;
  }

  .story-box p {
    width: 100%;
    font-size: 14px;
  }

  .story-box h3 {
    font-size: 29px;
  }

  .story-box .about-call-txt span,
  .story-box .about-call-txt a {
    font-size: 13px;
  }

  footer .col-md-4,
  footer .col-md-3,
  footer .col-md-2 {
    width: 50%;
  }

  footer .row {
    gap: 20px 0;
    justify-content: center;
  }

  .social {
    display: none;
  }

  .trustpilot_wrap {
    display: none;
  }

  .col2 ul {
    padding-left: 10px;
  }

  .foot-logo {
    width: 30%;
  }

  .copyright {
    margin: 40px 0 0;
  }

  .copy-left p {
    font-size: 14px;
  }

  .copy-right a {
    font-size: 14px;
  }

  .copy-right {
    gap: 20px;
  }
  .court-section .main-head img {
    width: 100%;
    }
    
    .journey_slider .slick-prev {
        left: -17%;
    }
    
    .journey_slider .slick-next {
        right: -17%;
    }
    
    .journey_wrap p {
        font-size: 12px;
    }
  .service-right-img {
      display: none;
  }
  .service-right {
        padding-left: 0;
  }
  .service-about-right p {
      font-size: 15px;
      margin: 10px 0 20px;
  }
  
  .service-about-sec .main-head p {
      margin-bottom: 0;
  }
  
  .gurantee-img img {
      width: 100%;
  }
  
  .gurantee-section .col-md-2 {
      width: 30%;
  }
  
  .company-left h2 {
      font-size: 30px;
  }
  
  .company-left p {
      font-size: 14px;
  }
  
  .company-right img.compny-middle {
      margin-block: 0;
  }
  
  .company-left .about-btn {
      flex-wrap: wrap;
  }
  .service-right h5 {
      font-size: 25px;
  }
  .service-about-sec .main-head {
      margin-bottom: 20px;
  }
  .author-left img {
      width: 100%;
      height: 300px;
      object-fit: cover;
  }
  
  .author-right p {
      font-size: 14px;
  }
  
  .author-right h2 {
      font-size: 21px;
  }
  
  .author-right h2 span {
      font-size: 16px;
  }
  
  .author-right {
      padding: 30px 20px;
  }
  
  .author-section .row:last-child .author-right {
      margin: -30px;
  }
  
  .author-section .row .col-md-3 {
      width: 40%;
  }
  
  .author-right {
      margin-left: -50px;
  }
  .flip-clock-wrapper ul li a div div.inn {
      font-size: 50px;
  }
  
  .flip-clock-wrapper ul {
      width: 50px;
      height: 80px;
  }
  
  .book-starting-section figure.cta-book-1 {
      max-width: 300px;
      bottom: -20px;
      top: unset;
  }
  
  .book-starting-section figure.cta-book-2 {
      max-width: 200px;
      bottom: -20px;
      top: unset;
  }
  
  .book-starting-wrap h2 {
      font-size: 28px;
  }
  
  .book-starting-wrap p {
      width: 70%;
      font-size: 14px;
  }
  
  .about-section .col-md-6 {
      width: 100%;
  }
  .bookshop-section .main-head {
    width: 100%;
  }
  .bookshop-section .main-head button {
    font-size: 16px;
  }
  }
  @media only screen and (max-width: 500px) {
  .container {
      padding-right: calc(var(--bs-gutter-x) * 1);
      padding-left: calc(var(--bs-gutter-x) * 1);
  }
    .navigation ul {
      flex-wrap: wrap;
      justify-content: end;
  }

  li.quote-btn {
      display: none;
  }
  
  .navigation {
      width: 100%;
  }
  
  .logo img {
      width: 100%;
  }

  .navigation ul li.live-btn .theme-btn-2 {
      font-size: 16px;
  }
  
  .head-wrap {
      padding-inline: 0;
  }
  
  .banner-txt-img img {
      top: -62px;
      right: -3px;
  }
  .logos {
    gap: 30px 10px;
  }
  
  .logos img {
    width: 40%;
  }
  
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 30px;
  }
  
  .flip-clock-wrapper ul {
    height: 80px;
  }
  
  .author-section {
    padding: 50px 0;
    overflow-x: hidden;
  }
  
  .author-section .row .col-md-3 {
    width: 100%;
  }
  
  .author-left img {
    height: auto;
    transform: rotate(5deg);
  }
  
  .author-section .row .col-md-6 {
    width: 100%;
  }
  
  .author-right {
    margin: 0;
    transform: none;
    margin-top: -30px;
  }
  
  .author-section .row:last-child .author-right {
    margin: -30px 0 0;
    transform: none;
    z-index: 8;
    position: relative;
  }
  
  .author-section .row:last-child {
    flex-direction: column-reverse;
  }
  
  .author-section .row:last-child .author-left img {
    transform: rotate(-1deg);
  }
  
  .help-left h5, .help-right h5 {
    font-size: 19px;
  }
  
  .help-left p, .help-right p {
    font-size: 13px;
  }
  
  .help-right-height {height: auto;}
  
  .help-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: auto;
  }
  
  .help-flex img {width: auto;}
  
  .book-starting-section figure.cta-book-1 img {
    display: none;
  }
  
  .book-starting-section figure.cta-book-2 img {
    display: none;
  }
  
  .book-starting-btn {
    flex-wrap: wrap;
  }
  
  .book-starting-wrap p {
    width: 100%;
  }
  
  .book-starting-wrap h2 {font-size: 25px;}
  
  .about-box {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  
  .about-section {padding-bottom: 50px;}
  
  .about-txt p {
    font-size: 13px;
  }
  
  .about_btn {
    flex-wrap: wrap;
  }
  
  .faq-accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
  }
  
  .bookshop-section .main-head h2 {
    font-size: 25px;
  }
  
  .bookshop-section .main-head h2 br {
    display: none;
  }
  
  .bookshop-section .main-head p {
    font-size: 14px;
  }
  
  .bookshop-section .main-head p br {
    display: none;
  }
  
  .bookshop-section .main-head input {
    width: 100%;
  }
  
  .bookshop-section .main-head button {
    width: 100%;
  }
  
  .col2 h3 {
    margin-bottom: 25px;
    text-align: left;
  }
  
  .col2 h4 {
    font-size: 20px;
  }
  
  .col2 form button {
    font-size: 18px;
    width: 50%;
  }
  .main-head img {
    width: 100%;
  }

  .noble-img img {
    width: 100%;
  }

  .banner-main {
    margin: 70px 0 0;
  }

  .banner-left h1 {
    font-size: 27px;
  }

  .banner-left p {
    font-size: 14px;
  }

  .banner-btn {
    flex-wrap: wrap;
  }

  .theme-btn,
  .theme-btn-2,
  .theme-btn-3 {
    font-size: 12px;
  }

  .banner-reviews {
    gap: unset;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .banner-rating {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
  }

  .banner-right h2 {
    font-size: 24px;
  }

  .banner-right form input,
  .banner-right form select,
  .banner-right form textarea,
  .file-upload {
    font-size: 15px;
  }

  .file-upload label {
    font-size: 15px;
  }

  .file-upload h6 {
    font-size: 15px;
  }

  .checkmark p {
    font-size: 11px;
  }

  .about-right h2 {
    font-size: 34px;
  }

  .about-right p {
    font-size: 15px;
  }

  .about-right h5 {
    font-size: 14px;
  }

  .main-head h6 {
    width: 100%;
    font-size: 15px;
  }

  .service-section .col-md-3 {
    width: 50%;
    margin: 0 auto;
  }

  .service-box h3 {
    font-size: 16px;
  }

  .service-icon {
    left: 24%;
  }

  .work-section .col-md-3 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .work-wrap {
    padding-inline: 0;
  }

  .main-head-arrows h2 {
    text-align: left;
  }

  .arrows img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .portfolio-section .nav-tabs {
    box-shadow: none;
    gap: 18px 30px;
    justify-content: space-evenly;
  }

  .portfolio-section .nav-tabs .nav-link {
    border: 1px solid var(--theme-color-2);
    padding: 7px 16px;
  }

  .publish-boxes .col-md-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .publish-design2 {
    top: 52%;
    display: none;
  }

  .publish-design {
    top: 3%;
    display: none;
  }

  .publish-box p {
    text-align-last: center;
  }

  .about-call {
    flex-wrap: wrap;
  }

  .about-btn {
    flex-wrap: wrap;
  }

  .noble-txt h3 {
    margin-bottom: 20px;
  }

  .testi-left h2 {
    font-size: 32px;
  }

  .testi-left p {
    width: 100%;
  }

  .review-box {
    width: 100%;
  }

  .testimonial-slider {
    flex-direction: column;
  }

  .testi-user-txt {
    text-align: left;
  }

  .testimonial-box p {
    text-align: left;
  }
  .printing-section .main-head {
    margin-bottom: 20px;
  }
  .story-box {
    background: none;
    background-color: #000000;
    border-radius: 20px;
    padding-inline: 13px;
  }

  .story-img1 {
    top: -7%;
  }
  
  .foot-logo img {
    width: 50%;
  }

  .email-flex a {
    font-size: 17px;
  }

  .col1 h6 {
    font-size: 25px;
  }

  .col1 p {
    font-size: 16px;
  }

  .col2 ul li a {
    font-size: 18px;
    font-weight: 300;
  }

  /*.email-flex a {*/
  /*  font-size: 11px;*/
  /*}*/

  /*.col2 ul li a {*/
  /*  font-size: 13px;*/
  /*}*/

  /*.col2 ul {*/
  /*  gap: 7px;*/
  /*  padding-left: 20px;*/
  /*}*/

  /*.copy-left p {*/
  /*  font-size: 16px;*/
  /*}*/

  .copyright {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
  }

  /*.copy-right a {*/
  /*  font-size: 16px;*/
  /*}*/
  /*.col1 p {*/
  /*  width: 100%;*/
  /*  font-size: 13px;*/
  /*  margin-bottom: 30px;*/
  /*}*/

  /*.col1 h6 {*/
  /*  font-size: 19px;*/
  /*}*/

  /*.foot-logo {*/
  /*  width: 50%;*/
  /*}*/

  /*.foot-logo img {*/
  /*  margin-bottom: 10px;*/
  /*}*/
  .logo {
    width: 70%;
  }
  .publish-box {
    box-shadow: 0px 0px 2px 2px #00000040;
    border-radius: 10px;
    padding: 17px 0;
  }
  .col2 ul {
    padding-left: 30px;
  }
  
  .col2 ul li a::before {
      left: -30px;
  }
  
  .col2 h4 {font-size: 30px;}
  .inner-portfolio-section {
    padding-top: 150px;
  }
  
  .inner-portfolio-section .main-head p {
      font-size: 14px;
  }
  
  .portfolio-boxes {
      justify-content: space-between;
      width: 100%;
      gap: 40px 0;
  }
  
  .portfolio-box {
      width: 47%;
  }
  
  .portfolio-box p {
      line-height: normal;
      font-size: 12px;
  }
  
  .portfolio-box img {
      margin-bottom: 12px;
  }
  
  .foot-logo {
      width: 60%;
      text-align: left;
  }
  footer .col-md-4,
  footer .col-md-3,
  footer .col-md-2 {
    width: 100%;
  }

  footer {
    padding-top: 20px;
  }
  .copy-left p {
        text-align: center;
    }
    .service-inner-section {
        padding-top: 150px;
    }
    
    .service-left h3 {
        font-size: 25px;
    }
    
    .service-left p, .service-left ul li {
        font-size: 14px;
    }
    .form-inner-wrap button.theme-btn-2 {
        margin-top: 0;
        font-size: 16px;
    }
    .gurantee-section .col-md-2 {width: 50%;}

    .service_about_btn {
        justify-content: center;
    }
    
    .gurantee-txt h4 {
        text-align: center;
        margin: 20px 0 33px;
    }
    .gurantee-section .col-md-2 {width: 50%;}
    
    .service_about_btn {
        justify-content: center;
    }
    
    .gurantee-txt h4 {
        text-align: center;
        margin: 20px 0 33px;
    }
    
    .compny-img img {
        width: 48.6%;
        height: auto;
    }
    
    .company-right img.compny-middle {
        margin-block: 20px;
    }
    
    .court-section .main-head h2 {
        font-size: 29px;
    }
    .court-wrap {
        flex-wrap: wrap;
        padding-left: 30px;
    }
    
    .court-section {
        padding-bottom: 30px;
    }
    .brand-imgs {
      flex-wrap: wrap;
      gap: 40px 0;
    }
    
    .brand-imgs img {
        width: 37%;
    }
    
    .journey-section .main-head h2 {
        font-size: 30px;
    }
    
    .journey-box {
        flex-wrap: wrap;
    }
    
    .journey-wrap {
        padding-inline: 20px;
    }
    
    .journey_wrap {
        width: 90%;
        margin: 0 auto;
    }
    
    .journey_wrap p:first-of-type {
        margin-bottom: 13px;
        font-size: 14px;
    }
    
    .journey_slider .slick-prev {
        left: 3%;
        top: 32%;
    }
    
    .journey_slider .slick-next {
        right: 3%;
        top: 32%;
    }
    .company-left .about-btn {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 400px) {
    .main-head h2 {
        font-size: 25px;
    }
    .work-section {
        padding-top: 50px;
    }
    .about-section {
        padding: 50px 0 50px;
    }
    
    .about-right h2 {
        font-size: 26px;
    }
    .logo {
        width: 50%;
    }
  /*footer .col-md-4,*/
  /*footer .col-md-3,*/
  /*footer .col-md-2 {*/
  /*  width: 100%;*/
  /*}*/

  .foot-logo {
    width: 100%;
  }

  /*footer {*/
  /*  padding-top: 20px;*/
  /*}*/

  .fade1 img,
  .fade2 img {
    width: 100%;
  }

  .review-box {
    justify-content: center;
  }

  .testi-left h2 {
    font-size: 29px;
  }

  .portfolio-section .nav-tabs .nav-link {
    font-size: 15px;
  }

  .service-section .col-md-3 {
    width: 50%;
  }

  .service-icon {
    left: 27%;
    top: -33%;
  }
  .offcanvas {
    width: 100% !important;
  }
  .banner-reviews a {
    width: 21%;
    }
    
    .banner-reviews {
        flex-wrap: wrap;
    }
    
    .about-right h6 {
        text-align: center;
    }
    
    .about-right img {
        display: block;
        margin: 10px auto;
        width: 100%;
    }
    
    .about-right h2 {
        text-align: center;
    }
    
    .main-head h2 {
        font-size: 30px;
    }
    
    .main-head h6 {
        font-size: 14px;
    }
    
    .service-section .row {
        gap: 80px 0;
        margin-top: 70px;
    }
    
    .service-box {
        padding: 55px 10px 25px;
    }
    
    .service-icon {
        width: 80px;
        height: 80px;
    }
    
    .service-icon img {
        width: 100%;
    }
    
    .about-section .container {border: 0;padding-bottom: 0;}
    
    .main-head p {
        font-size: 13px;
    }
    
    .work-section .row {gap: 50px 0;}
    
    .work-wrap h6 {
        margin-bottom: 7px;
    }
    .about-check img, .about-call-icon img{
        width: auto;
    }
    .foot-logo img {
        /* width: 40%; */
    }
}
@media only screen and (max-width: 370px) {
}

/* Responsive CSS End */