body {
  font-family: "poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}
a {
  text-decoration: none;
}
header {
  padding: 12px 0px;
  background: black;
  position: fixed;
  width: 100%;
  z-index: 999;
}
header .header-buttons {
  text-align: end;
}
.header-buttons a {
  background: #ffaa17;
  color: white;
  padding: 13px 25px;
  border-radius: 3px;
  border: 1px solid #ffaa17;
  font-weight: 500;
  transition: 0.5s all;
}
.header-buttons a:hover {
  background: transparent;
  color: #ffaa17;
  background: #fff;
}
/* hero-banner-start */
section.hero-banner {
  padding: 160px 0px;
  background-image: url(../images/banner.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.banner-content h1 {
  color: white;
  font-weight: 800;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 53px;
}
.banner-content h1 span {
  color: #ffaa17;
}

.banner-content h4 {
  color: white;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner-content p {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
}
.banner-content ul {
  padding-left: 20px;
}

.banner-content ul li {
  color: white;
  font-size: 15px;
  margin-bottom: 9px;
}
.banner-content .buttons {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.banner-content .buttons a {
  background: #151515;
  color: white;
  padding: 13px 35px;
  border-radius: 3px;
  border: 1px solid #151515;
  font-weight: 500;
  transition: 0.5s all;
}
.banner-content .buttons a.first-button {
  background-color: #ffaa17;
  border: 1px solid #ffaa17;
}
.banner-content .buttons a:hover {
  background: transparent;
  color: white;
  border-color: white;
}
.banner-forms {
  background: white;
  padding: 35px;
  width: 85%;
  border-radius: 26px;
  text-align: center;
  margin: 0 0 0 auto;
}
.banner-forms form#publishingForm img {
  margin-bottom: 30px;
}
.banner-forms form#publishingForm select {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #00000040;
  border-radius: 5px;
}
h3.service-choose {
  text-align: left;
  font-size: 15px;
  font-family: "Poppins";
}
form#publishingForm label {
  font-size: 13px;
  font-weight: 500;
  color: black;
}

.banner-forms form#publishingForm .forn-icons input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #00000040;
  border-radius: 5px;
}
.banner-forms form#publishingForm .forn-icons input.formsubmit {
  margin: 0px;
  background: #ffaa17;
  color: white;
  padding: 13px 35px;
  border-radius: 3px;
  border: 1px solid #ffaa17;
  font-weight: 500;
  transition: 0.5s all;
}
.banner-forms form#publishingForm .forn-icons input.formsubmit:hover {
  background: transparent;
  color: black;
}
.blackslogos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.blackslogos img {
  transition: 0.3s;
}

.blackslogos img:hover {
  transform: scale(1.1);
}
section.below-banner {
  padding: 50px 0;
}
section.below-banner h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
section.below-banner h2 span {
  color: #ffaa17;
}

/* //packages css start*/
section.packages {
  padding: 0 0 70px;
}

.succ-cont h2 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-size: 50px;
  line-height: 56px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.succ-cont p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-family: "Poppins";
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 22px;
}

.sec-toper {
  margin-top: 3rem;
}

.succ-cont h2 span {
  color: #ffaa17;
}

.brands_cont h5 span {
  color: #ffaa17;
}
.card.pkg-box ul li i {
  margin-right: 4px;
  color: #ffaa17;
}
.card.pkg-box ul h4 {
  text-align: center;
  font-weight: 700;
  color: #bb7e14;
  font-family: "Poppins";
  font-size: 24px;
  margin: 30px 0 7px;
}
.card.pkg-box ul li {
  font-size: 15px;
  text-align: left;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  margin-top: 4px;
  color: #000;
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
.card.pkg-box ul li span {
  font-style: italic;
  font-size: 14px;
}
.card.pkg-box:hover ul li h4 {
  color: white !important;
}

.card.pkg-box ul li i {
  position: absolute;
  left: 1px;
  top: 7px;
}
.card.pkg-box {
  padding: 20px;
  border-radius: 16px;
  border: 2px solid #0000001f;
  height: 100%;
  transition: 0.3s;
}

.card.pkg-box:hover {
  background: #ffaa17;
}

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

.card.pkg-box:hover button {
  background: rgb(0, 0, 0);
  color: #fff;
}

.card.pkg-box:hover ul li i {
  color: black;
}
.card.pkg-box:hover ul h4 {
  color: black !important;
}

.card.pkg-box h6 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}

.card.pkg-box button {
  width: 100%;
  height: 51px;
  background: #ffaa17;
  color: #000;
  font-size: 20px;
  font-family: "Oswald";
  border-radius: 6px;
  border: 1px solid #ffaa17;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 500;
  margin-top: 24px;
}

.card.pkg-box button:hover {
  background: #000000;
  color: #ffaa17;
  border: 1px solid #000000;
  transform: scale(1.1);
}

.card.pkg-box h3 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}
.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;
}

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

.pkg-box:before {
  background-image: url("../images/brk1.png");
  content: "";
  position: absolute;
  display: inline;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  left: -2px;
  top: 60px;
}

.pkg-box:after {
  background-image: url("../images/brk2.png");
  content: "";
  position: absolute;
  display: inline;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  right: -81px;
  top: 60px;
}
.card.pkg-box ul {
  height: 400px;
  padding: 0px;
  overflow-y: auto;
}

.card.pkg-box ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}
.card.pkg-box ul::-webkit-scrollbar-track {
  background: #cdcdcd;
}
.card.pkg-box ul::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.card.pkg-box ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* //packages css end */

section.contact_us_sec {
  background: black;
  padding: 70px 0;
}

.contact-content h2 {
  color: white;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
}

.contact-content ul {
  list-style: none;
  padding: 0px;
}

.contact-content ul li {
  padding: 14px 0;
  border-bottom: 1px solid #fff;
}

.contact-content ul li a img {
  margin-right: 9px;
}

.contact-content ul li a {
  color: white;
  font-size: 13px;
}
.form-col {
  background: #fff;
  padding: 30px 50px;
}
.form-col h2 {
  color: black;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.form-col form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 13px;
  border: 2px solid black;
}
.form-col form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 13px;
  border: 2px solid black;
}
.form-col form button {
  margin: 0px;
  background: #151515;
  color: white;
  padding: 13px 35px;
  border-radius: 3px;
  border: 1px solid #151515;
  font-weight: 500;
  transition: 0.5s all;
  width: 100%;
}
.form-col form button:hover {
  background: transparent;
  color: black;
}
section.faqs {
  padding: 90px 0;
  background: #efefef;
}

section.faqs div#accordionExample {
  margin-top: 20px;
}
.accordion-item {
  background-color: transparent;
}
section.faqs .accordion-item {
  border: none;
}
section.faqs .accordion-item button.accordion-button.collapsed {
  background: white;
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
  font-size: 16px;
  padding: 25px 28px;
  font-family: "Poppins";
  font-weight: 400;
  border-radius: 20px !important;
  box-shadow: 0px 7px 10px -6px #68686891;
}
section.faqs .accordion-item h2 {
  border: none !important;
}
section.faqs .accordion-item .accordion-collapse.collapse {
  border: none;
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: #ffaa17;
  border: none;
  box-shadow: none;
  font-size: 16px;
  padding: 25px 28px;
  font-family: "Poppins";
  border-radius: 20px !important;
}
.accordion-body {
  background: white;
  color: black;
  padding: 45px 28px 25px;
  margin-top: -20px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  background-color: white;
  border-radius: 100px;
  padding: 14px;
  background-position: center;
  background-size: 18px;
}

section.publishing-cta {
  padding: 50px 0;
  background-image: url(../images/publishing-cta.png);
  text-align: center;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.publishing-cta h2 {
  font-weight: 800;
  width: 70%;
  margin: 0 auto 20px;
  font-size: 42px;
}

section.publishing-cta p {
  font-size: 16px;
  width: 60%;
  margin: 0 auto 30px;
}

section.publishing-cta .buttons {
  justify-content: center;
  display: flex;
  align-items: center;
}

section.publishing-cta .buttons a.first-btn {
  background: white;
  color: black;
  padding: 14px 30px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid white;
}

section.publishing-cta .buttons a.second-btn {
  background: #ffaa17;
  color: white;
  padding: 14px 30px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid white;
}

section.publishing-cta .buttons a.third-btn {
  background: white;
  color: black;
  padding: 14px 30px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid white;
}

section.testimonial-sec {
  background-image: url(../images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 20px;
  text-align: center;
}
.reviews-content h2 {
  color: black;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px;
}

.reviews-content h3 {
  font-size: 31px;
  color: black;
  font-weight: 400;
  font-family: "Poppins";
}
.reviews-content p {
  color: black;
  margin: 0 auto;
  width: 50%;
  font-size: 16px;
}

.testimonial-slider {
  margin-top: 70px;
}

.testimonial-slider img {
  display: inline;
}
.testimonial-slider .testimonial-item {
  background: white;
  margin: 60px 14px;
  border-radius: 30px;
  padding: 20px;
  transform: scale(0.9);
  transition: 0.6s all ease-in-out;
}
.testimonial-slider .testimonial-item img.quote-icon {
  margin-top: -50px;
  border: 10px solid white;
  background: white;
  border-radius: 16px;
}
.testimonial-slider .testimonial-item img.quote-icon {
  margin-top: -50px;
  border: 10px solid white;
  background: white;
  border-radius: 16px;
}

.testimonial-slider .testimonial-item p {
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0;
  height: 160px;
}

.testimonial-slider .testimonial-item h5 {
  font-size: 22px;
  margin: 15px 0 0;
  font-weight: 600;
}

.testimonial-slider .testimonial-item span {
  font-size: 14px;
}
.testimonial-slider .testimonial-item img.stars {
  width: 100px;
}
.testimonial-slider .testimonial-item.slick-current.slick-active.slick-center {
  transform: scale(1.1);
}
.testimonial-slider button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  font-size: 0px;
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
}
.testimonial-slider button.slick-arrow.slick-next {
  left: 95%;
  background: url(../images/icons/right-arrow.png) 0 0 / 100% no-repeat;
}
.testimonial-slider button.slick-arrow.slick-prev {
  left: 2%;
  background: url(../images/icons/left-arrow.png) 0 0 / 100% no-repeat;
}
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 500px;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
section.portfolio {
  padding: 50px 0;
  text-align: center;
  background: #efefef;
}

.portfolio-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: black;
}

.portfolio-content p {
  font-size: 16px;
}

footer {
  padding: 90px 0;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
footer img {
  margin-bottom: 40px;
}

footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer ul li a {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
footer ul li a:hover {
  color: black;
}
footer img {
  margin-bottom: 40px;
}

footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.copy-right {
  background: black;
  padding: 40px 0 10px;
  text-align: center;
}
.copy-right .img-flex {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
  margin-bottom: 30px;
}

.copy-right p.copyright {
  color: white;
  font-size: 15px;
}

.copy-right .terms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.copy-right .terms a {
  color: white;
}

.modal-dialog {
  max-width: 930px;
}

.logo {
  text-align: center;
}

.popup-work h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  margin: 20px 0 15px;
}

.popup-work h2 span {
  color: #ffaa17;
}

.popup-work p {
  text-align: center;
  margin-bottom: 13px;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

.modal-body {
  background-image: url(../images/popupbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  position: relative;
}

.modal-body::after {
  content: url(../images/popup-before.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

.popup-work input {
  background: white !important;
  border: 1px solid #ffaa17 !important;
  color: #000 !important;
  padding: 14px;
  font-weight: 500;
  margin: 10px 0 !important;
  width: 100%;
}

img.img-pop {
  height: 369px;
  padding: 10px;
  border: 1px solid #ffaa17;
}
.popup-work .cta label {
  width: 100%;
}
.popup-work button.btn.submitbtn {
  width: 100%;
  background: #ffaa17;
  margin: 0px !important;
  color: white;
  font-family: "Lato";
  font-size: 17px;
  padding: 9px 0;
}
.modal-body button.close {
  background: #ffaa17;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  padding: 0px !important;
  right: 30px;
  position: absolute;
}
.modal-body button.close span {
  font-size: 25px;
}
.popup-work textarea {
  background: white !important;
  border: 1px solid #ffaa17 !important;
  color: #000 !important;
  padding: 14px;
  font-family: "Lato" !important;
  font-weight: 500;
  margin: 10px 0 !important;
  width: 100%;
}

.mobile-version {
  display: none;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: none;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: black;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 130px);
  left: auto;
  color: black;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 110px);
  right: auto;
  color: black;
}
section.sec-toper {
  background-image: url(../images/connect-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.fether-content h2 {
  color: white;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.fether-content h2 span {
  color: #ffaa17;
}

.fether-content p {
  color: white;
  font-size: 15px;
}

.fether-content ul {
  padding: 0px;
  color: white;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-bottom: 40px;
}

.fether-content ul li {
  width: 48%;
  font-size: 16px;
}

.fether-content ul li i {
  color: #ffaa17;
  margin-right: 7px;
}
.fether-content small {
  color: white;
  font-size: 16px;
}
.fether-content small a {
  color: #ffaa17;
}
.fether-content .buttons a {
  padding: 13px 35px;
  font-family: "Oswald";
  font-size: 16px;
  border-radius: 12px;
  transition: 0.5s all;
}
.fether-content .buttons a.first-button {
  background: #fdb840;
  border: 1px solid #fdb840;
  color: black;
}
.fether-content .buttons a.first-button:hover {
  background: transparent;
  color: white;
}
.fether-content .buttons a.second-button {
  background: transparent;
  border: 1px solid #fdb840;
  color: white;
}
.fether-content .buttons a.second-button:hover {
  background: #fdb840;
  color: black;
}

section.write-book {
  padding: 70px 0;
  text-align: center;
}
.succ-cont h2 {
  font-size: 50px;
  margin-bottom: 30px;
  color: black;
  font-weight: 800;
}
.succ-cont h2 span {
  color: #fdb840;
}
.book-box-work {
  padding: 0 40px;
  position: relative;
}

.book-box-work h4 {
  font-size: 110px;
  font-weight: 700;
  position: absolute;
  color: #a3a3a3;
}

.book-box-work img {
  margin-top: 30px;
}
.book-box-work h5 {
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
}
section.publish-book {
  background: #efefef;
  padding: 73px 0px;
}
.double-book h2 {
  font-size: 50px;
  margin-bottom: 30px;
  color: black;
  font-weight: 800;
}

.double-book h2 span {
  color: #ffaa17;
}

.double-book p {
  font-size: 15px;
  line-height: 26px;
}
.double-book .buttons a {
  padding: 13px 35px;
  font-family: "Oswald";
  font-size: 16px;
  border-radius: 12px;
  text-transform: uppercase;
  transition: 0.5s all;
  font-weight: 800;
}
.double-book .buttons a.first-button {
  background: #fdb840;
  border: 1px solid #fdb840;
  color: black;
}
.double-book .buttons a.first-button:hover {
  background: transparent;
  color: black;
}
.move-se img {
  margin-right: -60px;
  max-width: 120%;
}

.succ-cont h2 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-size: 50px;
  line-height: 56px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.succ-cont h2 span {
  color: #ffaa17;
}
.write-box {
  border: 2px solid #ffaa17;
  border-radius: 21px;
  padding: 22px;
  height: 100%;
}

.write-box h5 {
  color: #000;
  font-size: 22px;
  font-family: "Oswald";
  font-weight: 600;
  margin-top: 11px;
  margin-bottom: 15px;
}
.write-box p {
  color: #000;
  font-size: 17px;
  font-family: "Poppins";
  font-weight: 400;
  margin-top: 11px;
  margin-bottom: 15px;
  line-height: 25px;
  padding: 0px;
}
section.print-rady {
  background-image: url(../images/print-book-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.buttons {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.pro-content {
  text-align: -webkit-center;
}
.pro-content h2 {
  text-transform: uppercase;
  font-size: 37px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  margin: 0 auto 30px;
}
.pro-content h2 span {
  color: #ffaa17;
}
.pro-content p {
  width: 90%;
  margin: 0 auto 40px;
  font-size: 15px;
}

section.publishing-ratio {
  padding: 50px 0 90px;
}
.ratio-content {
  text-align: center;
}
.ratio-content h2 {
  text-transform: uppercase;
  font-size: 37px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.ratio-content h2 span {
  color: #ffaa17;
}
.ratio-content p {
  width: 60%;
  margin: 0 auto 40px;
  font-size: 15px;
}
.ratio-images {
  text-align: center;
}
.ratio-images img {
  margin-bottom: 20px;
}
.print-book-img {
  text-align: end;
}
.author-review h3 {
  font-size: 65px;
}
.author-review h4 {
  font-family: "Poppins";
  font-size: 20px;
  margin-bottom: 20px;
}
.author-review p {
  font-size: 16px;
  margin: 16px 0px;
}
.author-review img.right-quote {
  float: right;
}
