html {
  scroll-behavior: smooth;
}
:root {
  --blue: #297bb4;
  overflow-x: hidden;
}

body{
    /* font-family: HKGrotesk-Black; */
    font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: ;
  src: url(../fonts/HKGrotesk-Black.otf);
}

.py {
  padding-top: 0px;
  padding-bottom: 70px;
   
}

.px {
  padding-left: 4rem;
  padding-right: 4rem;
 
}

.heading-2 {
  letter-spacing: 0.96px;
  color: #1f2a44;
  font-size: 3rem;
  font-family: BigCaslonFB-Regular;
  font-weight: 600;
  margin-bottom: 4rem;
}

@font-face {
  font-family: BigCaslonFB-Regular;
  src: url("../fonts/BigCaslonFB-Regular.woff");
}

/* css media section start*/
.media-sec {
  background-color: rgb(186, 32, 38);
}

.contact {
  display: flex;
  justify-content: end;
  gap: 50px;
  padding: 0px 10px;
  /* align-items: center; */
  align-items: baseline;
}

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

.media a i {
  color: white;
  font-size: 20px;
  /* text-shadow: 1px 6px 8px black; */
}

.call a {
  color: white;
  font-weight: bold;
  font-size: 16px;
  /* margin-top: 5px; */
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.call a i {
  font-size: 20px;
1px 6px 8px
  color: black;
  /* text-shadow: 1px 6px 8px black; */
}

.call {
  display: flex;
  gap: 10px;
  justify-content: start;
  margin-bottom: 1rem;
}

/* css media section end */

/* css header start */
header {
 background: #ffffffd6;
}

.navbar-brand img {
  width: 90%;
  /* padding: 10px; */
}

ul.navbar-nav {
  display: flex;
  gap: 8px;
  align-items: center;
}

.navbar-nav li a#navbarDropdownMenuLink {
  color: white;
}

.btn-custom {
  border-radius: 5px;
  color: black;
  font-weight: 700;
  padding: 16px 30px;
  background: linear-gradient(45deg, #f9d1a3, #c18b1f);
  text-decoration: none;
  transition: all ease .2s;
  cursor: pointer;
}

.btn-custom:hover {
  background: #84bcbb !important;
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, .2) 0px 8px 24px;
  color: white;
  transition: all ease .2s;
  text-decoration: none;
}

/* css header end */

/* css section 1 start */
.sec-1 {
  /* background-image: url(../images/sec-bg.jpg); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 150px;
  background: linear-gradient(0deg, #b4002b, #469eca);
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: auto;
}

.sec-1 .container-fluid {
  max-width: 1440px;
}

header .container-fluid {
  max-width: 1440px;
}

.publishing h1 {
  color: white;
  font-size: 55px;
  font-family: emoji;
}

.publishing p {
  color: white;
  line-height: 20px;
  font-size: 16px;
  width: 98%;
  margin-top: 20px;
}

.publishing img {
  width: 700px;
  filter: drop-shadow(10px 10px 4px black);
  margin-bottom: 2rem;
}

.Publishing-Services.get-started-sec .services-card {
  box-shadow: none;
}

.journey {
  background: linear-gradient(0deg, #b4002b, #59d0ef);
  padding: 35px 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  width: 90%;
  margin: auto;
  height: unset;
  box-shadow: 0 0 40px #ffffff85;
  border: 1px solid #ffffff85;
  position: relative;
  z-index: 999;
  border-top: 0;
}

.journey h3 {
  color: white;
  font-size: 30px;
  padding-bottom: 8px;
  /* font-weight: bold; */
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
}

.journey select.custom-select {
  color: black;
  margin-bottom: 10px;
  border-radius: 0;
  border: none;
  font-weight: bold;
  font-size: 13px;
}

.journey h5 {
  color: white;
  font-size: 22px;
  margin-top: 20px;
}

.journey a {
  text-decoration: none;
  font-size: 21px;
  color: white;
  font-weight: 500;
}

.journey a.btn-custom {
  color: black;
  padding: 5px 145px;
}

select.custom-select.new {
  margin-bottom: 25px;
}

/* css section 1 end */

/* css section 2 start */
.sec-2 {
  /* background-image: url(../images/white-shaded-bg.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 27px;
  padding-bottom: 27px;
  background: linear-gradient(180deg, black, #ae002e, black);
  /* position: absolute; */
  /* bottom: 0px; */
  /* z-index: 999; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
}

.sec-2-img {
  text-align: center;
}

/* css section 2 end */

/* css section 4 start */
.sec-4 {
  background-color: rgb(186, 32, 38);
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
  z-index: 0;
}

.about {
  text-align: center;
}

h2.side-heading {
  font-family: emoji;
  color: white;
  font-size: 3rem;
  font-weight: 400;
  font-family: BigCaslonFB-Regular;
}

.about h5 {
  margin-bottom: 10px;
  color: white;
  font-size: 24px;
  margin-top: 10px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.about h5 span {
  display: block;
}

.about p {
  /* line-height: inherit; */
  font-size: 18px;
  color: white;
  font-weight: 400;
  margin: 30px auto;
  width: 90%;
}

.ring-img img {
  width: 80%;
}

.star-img {
  width: 90%;
  display: flex;
  align-items: end;
  height: 100%;
  text-align: end;
  transform: rotateY(0.5turn);
}

/* css section 4 end*/

/* / section # # css start /  */
.extra-h1 {
  letter-spacing: 0.96px;
  color: #1f2a44;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 90px;
}

.sec3-text {
  text-align: center;
  position: relative;
  z-index: 0;
}

.sec3-text:before {
  /* position: absolute; */
  /* z-index: 0; */
  /* top: 60px; */
  /* left: 480px; */
  /* content: ''; */
  /* background: transparent linear-gradient(268deg, #bf994e 0%, #f8d0a1 100%) 0% 0% no-repeat padding-box; */
  /* height: 3px; */
  /* width: 120px; */
}

.opt-sec3-img img {
  height: 220px;
  width: 70% !important;
}

.opt-sec3-img img {
  height: 120px;
  width: 100% !important;
  /* margin: auto; */
  /* box-shadow: 0.5rem .5rem 1.5rem rgba(0, 0, 0, .35) !important; */
}

.opt-sec3-text h6 {
  color: #297bb4;
  font-size: 21px;
  font-family: system-ui;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}

.opt-sec3-text p {
  font-size: 16px;
  line-height: 30px;
  /* / margin-bottom: 20px !important;/ */
}

.opt-sec3-text ul li img {
  height: 20px;
  width: 3% !important;
  object-fit: contain;
  filter: invert(0) brightness(0);
}

.opt-sec3-text ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 15px;
}

.opt-sec3-text ul li p {
  margin: 0 !important;
  font: normal 700 18px/26px "neuzeit-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: start;
}

.opt-sec3 {
  background: #fcfcfc;
  border-radius: 15px;
  padding: 30px;
  height: 530px;
  box-shadow: 0px 5px 15px 1px #eaeaea;
  width: 95%;
  /* margin: 65px auto; */
  /* / margin: 0;/ */
}

.opt-sec3-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.owl-dots button.owl-dot.active span {
  background-color: #007c92 !important;
}

.owl-nav {
  position: relative;
  z-index: 0;
}

button.owl-prev span {
  position: absolute;
  z-index: 0;
  font-size: 40px;
  top: -400px;
  left: -70px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f0f0f0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opt-sec3-text ul {
  padding: 0;
}

button.owl-next span {
  position: absolute;
  z-index: 0;
  font-size: 40px;
  top: -400px;
  right: -70px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f0f0f0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 {
  padding: 50px 0px;
}

/* / section # 3 css end / */
/* css section 6 start */
.sec-6 {
  background-image: url(../images/shaded-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

p.para-1 {
  font-weight: 400;
  text-align: center;
  color: black;
  font-size: 18px;
  padding-bottom: 50px;
  font-weight: 500;
  width: 70%;
  margin: auto;
}

p.para-1 span {
  display: block;
}

.publishing-content {
  display: flex;
  gap: 30px;
  background-color: white;
  padding: 30px 20px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.part-content h5 {
  color: #297bb4;
  font-size: 35px;
  font-weight: 700;
}

.part-content p {
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
}

.publishing-content.new {
  margin-top: 50px;
}

.part-content {
  width: 100%;
}

.sec-4.Publishing-Partner-sec {
  background: rgb(186, 32, 38);
}

/* css section 6 end */

/* publishing services css  */
.services-card {
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 32px 10px;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

.heading-6 {
  font-family: Neuzeit-Grotesk-Regular;
  font-size: 22px;
  /* font-weight: 600; */
  color: #297bb4;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin-top: 1rem;
}

.Publishing-Services .heading-2 {
  margin-bottom: 3rem;
  margin-top: 50px;
}

.Publishing-Consultant-btn {
  margin-top: 5rem;
}

/* publishing services css  */

/* Publishing-Process-sec css  */
.Publishing-Process-sec {
  background-image: url("../images/white-wooden-bg.png");
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: start;
  /* overflow: hidden; */
  position: relative;
  padding-top: 0;
  align-items: center;
}

.Publishing-Process-sec:before {
  background-image: url(../images/ComicBookCover.png);
  height: 90%;
  background-repeat: no-repeat;
  background-position: 350px 0px;
  background-size: contain;
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  content: "";
  bottom: 30px;
  z-index: 0;
}

.Publishing-Process-card p {
  width: 100%;
  margin: auto;
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 22px;
}

.Publishing-Process-sec.Testimonials-sec:before {
  background-position: right 0px;
  width: 100%;
  background-image: url("../images/man-replace.png");
  height: auto;
  left: 0;
  position: static;
}

.reviews-container {
  display: flex;
  align-items: center;
  width: 100%;
  /* justify-content: center; */
  gap: 18px;
  margin-top: 3rem;
}

.reviews-container span:nth-child(02) {
  width: 150px;
}

.reviews-container span:nth-child(01) {
  font-weight: 500;
  font-size: 20px;
}

.reviews-container span:nth-child(03) {
  font-size: 16px;
  font-weight: 500;
}

.reviews-container span:nth-child(04) {
  max-width: 90px;
}

.Publishing-Process-sec.Testimonials-sec {
  background-image: none;
  background-color: #fff;
  display: block;
  background-image: url('../images/man-replace.png');
  height: 700px;
  background-attachment: fixed;
  background-position: top right;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.about .side-heading {
  margin-bottom: 2rem;
}

/* Publishing-Process-sec css  */

/* / section contact css start /  */
section.section-Contact {
  background-color: #297bb4;
}

.sec-contact-text h1 span {
  display: block;
}

.sec-contact-text h1 {
  color: white;
  font-size: 46px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}

.sec-contact-img-one img {
  height: 120px;
}

.sec-contact-text {
  text-align: center;
  padding: 70px 0px;
}

.sec-contact-img-two img {
  height: 130px;
}

.sec-contact-img-two {
  text-align: center;
  padding-top: 150px;
}

/* /* / section contact css end / */

/* / section last css start /  */
.section-last {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  background-image: url(../images/back-last.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-last-img img {
  height: 290px;
}

.sec-last-img {
  text-align: end;
}

.sec-last-text {
  text-align: center;
  position: relative;
  z-index: 0;
}

.sec-last-text h1 {
  letter-spacing: 0.96px;
  color: #1f2a44;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 50px;
}

.sec-last-text:before {
  position: absolute;
  z-index: 0;
  top: 70px;
  left: 210px;
  content: "";
  background: transparent linear-gradient(268deg, #bf994e 0%, #f8d0a1 100%) 0% 0% no-repeat padding-box;
  height: 3px;
  width: 120px;
}

.sec-last-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  margin: auto;
  width: 80%;
  margin-bottom: 2rem;
}

/* / section last css end / */
/* / footer css start /  */
footer {
 background: linear-gradient(180deg, #b4002b, #469eca);
 padding-top: 50px;
 padding-bottom: 50px;
}

.footer-link a {
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.footer-log img {
  width: 75%;
  height: 200px;
  /* object-fit: contain; */
  margin-right: auto;
}

.copyright p {
  color: white;
  margin-top: 10px;
  margin-bottom: 0;
}

.footer-unit .call a {
  font-size: 16px;
  font-weight: 600;
}

.footer-unit .media {
  justify-content: start;
  gap: 20px;
  margin-top: 20px;
}

/* / footer css end / */

.bottom-layer {
  position: relative;
  z-index: 0;
}

.bottom-layer:before {
  width: 30px;
  content: "";
  background: transparent linear-gradient(268deg, #bf994e 0%, #f8d0a1 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 110px;
  height: 4px;
  margin: 20px auto 0;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 45%;
}

ul.ubermenu-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

a.ubermenu-target {
  text-decoration: none;
  color: black !important;
  font-weight: 400;
  font-size: 16px;
  background: #40ccf1;
  padding: 4px 10px;
  border-radius: 8px;
}

.ubermenu-submenu a {
  display: flex;
  gap: 22px;
  align-items: center;
}

span.icon-menu img {
  max-width: 50px;
}

ul.ubermenu-submenu li {
  margin: 20px 0;
}

.custom-menu-bar {
  padding: 30px 0px 30px 0;
}

/* mega menu css  */
.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu>div>li>ul {
  padding: 0;
  margin: 0;
}

.megamenu>div>li>ul>li {
  list-style: none;
}

.megamenu>div>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  color: #999999;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu>li {
    margin-bottom: 30px;
  }

  .megamenu>li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

header .nav-link {
  color: #000000 !important;
  font-weight: 400;
  font-size: 16px;
  /* text-shadow: 0 0px 1px black; */
  background: #40cdf2;
  border-radius: 4px;
}

.sec-menu span {
  display: flex;
  justify-content: start;
  font-weight: 700;
  margin-top: 12px;
}

.sec-menu img {
  width: 100%;
}

.sec-menu span.icon-menu img {
  max-width: 100%;
}

.sec-menu a {
  text-decoration: none;
  color: black;
}

header ul.nav.navbar-nav.ml-auto {
  margin-right: 2rem;
}

/* mega menu css  */

/* about us css  */
.secflux {
  /* display: flex; */
  /* align-items: center; */
  /* gap: 20px; */
}

section.section-leave {
  padding: 50px 0px;
  background: #3a7db1;
}

.sec-leave h1 {
  text-align: center;
  /* letter-spacing: 0.96px; */
  /* color: #1f2a44; */
  /* font-size: 45px; */
  /* font-weight: 600; */
  font-family: "Bangers", system-ui;
  /* margin-bottom: 30px; */
}

.opt-text h6 {
  color: white;
  font-size: 24px;
  /* font-family: system-ui; */
  /* font-weight: 600; */
  font-family: "Bangers", system-ui;
  margin: 0;
  line-height: 10px;
}

.opt-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  margin: auto;
  width: 100%;
  color: white;
}

.opt-one {padding-bottom: 1rem;}

.opt-part-2-text h6 {
  color: white;
  font-size: 24px;
  /* font-family: system-ui; */
  /* font-weight: 600; */
  margin: 0;
  line-height: 20px;
  font-family: "Bangers", system-ui;
}

.opt-part-2-text p {
  font-size: 16px;
  font-weight: 500;
  /* width: 70%; */
  color: white;
  margin: 0;
}

.opt-img-one img {
  height: auto;
  width: 100%;
}

.opt-img-one-part-2 img {
  height: 120px;
}

.prog p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
  color: white;
}

.prog span {
  color: white;
  font-size: 22px;
  font-family: system-ui;
  font-weight: 600;
  margin: 0;
  line-height: 20px;
  padding-left: 10px;
}

.prog {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.progress {
  width: 100%;
  border-radius: 0px;
  height: 22px;
}

.progress-bar {
  background: #7ec100;
}

.main-text {
  text-align: center;
}

/* about us css  */

.loader img {
  width: 50px;
  margin-top: 10px;
}

.loader {
  text-align: center;
}

.Publishing-Services.book-publising-sec-2 p.para {
  text-align: center;
}










  #starfield {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: none; }
  
  .canvas #starfield {
    visibility: visible;
    display: block; }
  
  #starfield canvas {
    height: 100% !important;
    width: 100% !important; }

    
    .canvas #starfield {
      visibility: visible;
      display: block; }

      .canvas .comic-book, .canvas .webp .comic-book {
        background-image: none; }



a.navbar-brand {
    width: 18%;
}

.navbar.navbar-light.navbar-expand-md {
  padding: 0 40px;
}


/*canvas css */

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #b61924; */
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
/*canvas css */




/*  */

section.Publishing-Process-sec.Testimonials-sec h2 {
    text-align: start;
}

section.Publishing-Process-sec.Testimonials-sec p {
    text-align: start;
    margin: auto 0;
}

section.Publishing-Process-sec.Testimonials-sec btn-custom {
    text-align: start;
}

section.Publishing-Process-sec.Testimonials-sec .bottom-layer:before {
    left: 0;
}

.Publishing-Process-btn {
    text-align: start;
    margin-top: 50px;
}


.services-card img {
    height: 200px;
    width: 100%;
}


.services-card.a img {
    height: 70px;
}

section.sec-4 video {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
}
.main-class img {
    height: auto;
    width: 100% !important;
    object-fit: contain;
}

.about img {
    height: 150px;
}

section.sec-4 a.btn-custom {
    background: black;
}
.sec-option select.form-control.new {
    background-color: #ffffffd6;
    border: 1px solid #707070;
    font: normal bold 13px / 24px "neuzeit-grotesk", sans-serif;
    color: #000000;
    padding: 6px 14px;
    height: 44px;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
/*  */
.sec-option textarea.form-control {
    color: black !important;
    margin-bottom: 1rem;
}

.sec-option textarea::-webkit-input-placeholder {
color: #000000;
}

.sec-option textarea:-moz-placeholder { /* Firefox 18- */
color: #000000;  
}

.sec-option textarea::-moz-placeholder {  /* Firefox 19+ */
color: #000000;  
}

.sec-option textarea:-ms-input-placeholder {
color: #000000;  
}



@media (max-width: 1440px) {
.Publishing-Process-sec:before {
  
    background-position: 150px 0px;
 
}
}
.haeder-btn {
    /* box-shadow: 4px 8px 19px -5px black; */
}

.media a {
    display: flex;
}


/**/

.owl-item {
    margin-bottom: 30px;
}
.star-img.power-man img {
    max-width: 260px;
    height: 260px;
}

.opt-sec3.pici-1 {
    background: none;
    border-radius: 0px;
    padding: 0px;
    height:auto;
    box-shadow: 0px 0px 0px 0px !important;
    width: 90%;
    /* margin: 65px auto*/
}

  .opt-sec3.pici-1 img {
    height: 300px;
    width: 60% !important;
    margin: auto;
    box-shadow: 0.5rem .5rem 1.5rem rgba(0, 0, 0, .35) !important;
}

.star-img.power-man {
    position: relative;
    top: 40px;
}



.sec-main-slider-made {
    /* background-color: #092b37; */
    /* color: #fff; */
    text-align: center;
}

section.section-slider-two {
    /* background-color: #092b37; */
    color: #fff;
    padding-bottom: 60px;
    background-image: url('../images/inner-banner-review.png');
}

.sec-main-slider-made h1 {
    font-size: 60px;
    padding: 40px 0px 10px 0px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #1f2a44;
    font-weight: 900;
}

.sec-main-slider-made p {
    font-size: 16px;
    width: 60%;
    margin: auto;
    line-height: 20px;
    padding-bottom: 70px;
    color: #1f2a44;
}

.sec-3-img {
    width: 90% !important;
    text-align: center;
}


.header-counter {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    gap: 15px;
    /* line-height: 2; */
}

.header-counter img {
    height: 35px;
    filter: brightness(0) invert(1);
    /* margin-top: 10px; */
}

.counter-wrap h4 {
    font-size: 14px;
    color: white;
    margin: 0;
    padding-bottom: 0px;
    margin-bottom: -1px;
    text-shadow: 1px 6px 8px black;
    "big-caslon-fb",font-family: sans-serif;
}


.dolor {
    display: flex;
    align-items: baseline;
    gap: 5px;
    color: white;
    font-weight: bold;
}

.contant-main-adding0sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px 8px 0px;
}

p.count {
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 700;
    text-shadow: 1px 6px 8px black;
}

span.dollar {
    font-size: 16px;
    line-height: 1;
    text-shadow: 1px 6px 8px black;
}


.header-counter figure {
    margin: 0;
}
.sec-leave figure {
    margin: 0;
}

.sec-leave h1 {
    letter-spacing: 0.96px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 40px;
    font-weight: 800;
}

.sec-leave img {
    width: 100%;
    position: relative;
    z-index: -1;
}

.opt-img-one img {
    max-width: 100%;
}

.opt-2-img img {
    max-width: 100%;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

figure {
    margin: 0;
}

.opt-2-img {
    padding-bottom: 1rem;
}

.opt-img-one-part-2 img {
    height: 263px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.center-colum {
    margin: 1rem 0 3rem;
}

.center-colum p {
    color: white;
}
/**/

/*landing page css */
.landing-header {
    background: black;
    padding-top: 22px;
}

.landing-header .haeder-btn {
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 14px;
}

.landing-header .haeder-btn i {
    color: white;
    font-size: 22px;
    color: white;
}

.landing-header .haeder-btn a {
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
}

.btn-custom.open-popup.transparent {
    background: transparent;
    border: 1px solid white;
}

.landing-header .haeder-btn a.btn.btn-custom.open-popup {
    padding: 6px 12px;
    text-transform: uppercase;
    border: 1px solid white;
}

.landing-header .haeder-btn span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sec-1.landing-page-sec-1 {
    background: linear-gradient(180deg, black, #ae002e, black);
    position: relative;
    z-index: 0;
}
.sec-1.landing-page-sec-1 .publishing h1 {font-size: 42px;}

.sec-1.landing-page-sec-1 .publishing p {
    font-size: 18px;
    width: 100%;
}

.landing-header .navbar-brand img {
    width: 100%;
}
/*landing page css */
























/**/
.journey.landingpage-header-foam {
    text-align: start;
    line-height: 20px;
}

.journey.landingpage-header-foam {
    height: 100px;
    background-color: #b4002b;
    width: 100%;
    border-radius: 10px;
    padding: 24px 10px 0px 10px;
    position: relative;
    z-index: 0;
    color: white;
}

.journey.landingpage-header-foam .foam-discount {
    padding: 1px 0px 17px 15px;
}

.journey.landingpage-header-foam #form2 input {
    margin: 0;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 50px;
    margin: auto;
}

.foam-logo {
    text-align: end;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 20px;
}

.main-form-btn {
    text-align: center;
    background: white;
    height: 75px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.journey.landingpage-header-foam blue {
    width: 80% !important;
}


.journey.landingpage-header-foam .btn.btn-custom.blue {
    background-color: #b4002b !important;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 0px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.sec-1.landing-page-sec-1:before {
    position: absolute;
    z-index: 0;
    background-image: url(../images/portrait-photo.png);
    background-size: contain;
    height: 610px;
    width: 100%;
    background-repeat: no-repeat;
    content: '';
    top: 0px;
    left: 39%;
    right: 0;
}
.partners {
    /* display: flex; */
    /* gap: 50px; */
    /* align-items: flex-start; */
}

.partners p {
    color: white;
    font-size: 38px;
    font-weight: 800;
    margin: 0;
    line-height: normal;
    flex: none;
    /* margin-bottom: 2rem; */
    position: relative;
    top: -10px;
}

.journey.landingpage-header-foam textarea {width: 100%;/* margin: auto; */height: 100%;}
/**/


div#form2 {
    /* background: white; */
    color: red;
}


/*bg */
/*bg */
@keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-moz-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
.background-container {
  /* position: fixed; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.stars {
  background: transparent url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/stars.png) repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 10;
  -moz-animation: move-background 70s linear infinite;
  -ms-animation: move-background 70s linear infinite;
  -o-animation: move-background 70s linear infinite;
  -webkit-animation: move-background 70s linear infinite;
  animation: move-background 70s linear infinite;
}

.twinkling {
  width: 10000px;
  height: 100%;
  /* background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/twinkling.png") repeat; */
  background-size: 1000px 1000px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  -moz-animation: move-background 70s linear infinite;
  -ms-animation: move-background 70s linear infinite;
  -o-animation: move-background 70s linear infinite;
  -webkit-animation: move-background 70s linear infinite;
  animation: move-background 70s linear infinite;
}

.clouds {
  width: 10000px;
  height: 100%;
  background: #9d9d9d00 url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/clouds_repeat.png) repeat;
  background-size: 1000px 1000px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  -moz-animation: move-background 150s linear infinite;
  -ms-animation: move-background 150s linear infinite;
  -o-animation: move-background 150s linear infinite;
  -webkit-animation: move-background 150s linear infinite;
  animation: move-background 150s linear infinite;
  /* background: linear-gradient(180deg, #b4002b, #469eca); */
  filter: opacity(.6);
}


.publishing {
    position: relative;
    z-index: 9999;
}

.sec-1:before {
    background: linear-gradient(0deg, #b4002b, #59d0ef);
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
}

.sec-2 .owl-item {
    margin-bottom: 0px!important;
}
