@charset "UTF-8";
@import url(component.min.css);
@import url(layout.min.css);
:root {
  --primary: #0193d2;
  --secondry: #2d353f;
  --orange: #f3a430;
  --black: #000;
  --white: #ffffff;
  --text-color: #828282;
}

::-moz-selection {
  background: var(--primary);
  color: var(--white);
}

::selection {
  background: var(--primary);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}

html {
  font-size: 16px;
  line-height: 1;
}

body {
  background: var(--white);
  color: #030303;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  text-decoration: none;
}

p {
  font-size: 1rem;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

section {
  padding: 4rem 0;
}

.text-primary {
  color: var(--primary) !important;
}

.text-yellow {
  color: #f3a430;
}

/* Begin: Main Slider CSS */
.main-slider {
  background: url(../images/banner/bg.webp) center/cover no-repeat;
  height: calc(100% - 2.5rem);
  display: flex;
  align-items: center;
  min-height: 40rem;
  position: relative;
  align-items: center !important;
}

.main-slider h2 {
  /* font-size: 3.25rem; */
  font-weight: 600;
  color: var(--white);
  text-transform: capitalize;
  line-height: 1.5;
}

.main-slider h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
}

.main-slider p {
  color: var(--white);
}

.home .svg-container {
  display: flex;
  place-items: flex-end;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home .svg-container img {
  position: absolute;
  display: block;
  opacity: 0;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.3333333333));
  transition: opacity 1s ease;
  max-width: 30rem;
}

.home .adventure-image {
  /* background: url(../images/banner/bg.webp) center/cover no-repeat; */
  /* -webkit-transition: background-position 2s ease;
  -moz-transition: background-position 2s ease;
  -ms-transition: background-position 2s ease;
  -o-transition: background-position 2s ease;
  transition: background-position 2s ease;
  background: rgb(135,204,230);
  background: linear-gradient(90deg,rgba(135,204,230,1) 0%,rgba(217,224,238,1) 51%,rgba(189,167,215,1) 100%) */
}

.home .romance-image {
  /* background: url(../images/banner/bg.webp) center/cover no-repeat; */
  /* -webkit-transition: background-position 1s ease;
  -moz-transition: background-position 1s ease;
  -ms-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
  background: rgb(110,223,226);
  background: linear-gradient(156deg,rgba(110,223,226,1) 0%,rgba(223,218,192,1) 100%) */
}

/* .home .adventure-image .image-adventure {
    opacity: 1
}
.home .romance-image .image-romance {
    opacity: 1
}
.home .mystery-image .image-mystery {
    opacity: 1;
}
.home .self-image .image-self {
    opacity: 1
}
.home .mystery-image .image-mystery {
    opacity: 1
}
.home .children-image .image-children {
    opacity: 1;
}
.home .business-image .image-business {
    opacity: 1;
} */
.home .text-typed {
  color: var(--secondry);
  text-transform: uppercase;
  background: var(--primary);
  padding: 0px 1rem;
}

.home .mystery-image {
  /* background: url(../images/banner/bg.webp) center/cover no-repeat; */
  /* -webkit-transition: background-position 1s ease;
  -moz-transition: background-position 1s ease;
  -ms-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease */
}

.home .self-help-image {
  /* background: url(../images/banner/bg.webp) center/cover no-repeat; */
  /* -webkit-transition: background-position 1s ease;
  -moz-transition: background-position 1s ease;
  -ms-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
  background: rgb(248,237,230);
  background: linear-gradient(156deg,rgba(190,168,216,1) 0%,rgba(25,179,216,1) 100%) */
}

/* Fiction-image  Memoir-image Rhyme-image Sci-Fi-image*/
.home .Biography-image .image-Biography,
.home .Business-image .image-Business,
.home .Children-image .image-Children,
.home .Comedy-image .image-Comedy,
.home .Comics-image .image-Comics,
.home .Fiction-image .image-Fiction,
.home .Memoir-image .image-Memoir,
.home .Rhyme-image .image-Rhyme,
.home .Sci-Fi-image .image-Sci-Fi {
  opacity: 1;
}

.main-slider.lpBanner .signupForm {
  padding: 1rem;
  border-radius: 1rem;
  margin-left: 3rem;
}

.main-slider.lpBanner .signupForm h4 {
  color: var(--white);
  margin-bottom: 0px;
  font-size: 1.125rem;
}

.main-slider.lpBanner .signupForm h4 span {
  color: var(--secondry);
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
}

.main-slider.lpBanner .signupForm form {
  margin-top: 1rem;
}

.lpBanner .listStyle {
  background: transparent;
  padding: 0;
}

.main-slider.lpBanner .signupForm .themeBtn {
  margin-top: 0px;
}

.main-slider.lpBanner .contactBoxs {
  position: relative;
}

.main-slider.lpBanner .contactBoxs .schtech {
  position: absolute;
  bottom: 0;
  left: -11rem;
  width: 16rem;
  /*filter: brightness(1) invert(1);*/
  z-index: 0;
}

/* END: Main Slider CSS */
/* logo Section CSS Start */
.logoSec {
  padding: 1.5rem 0;
}

.logoSec h4 {
  font-size: 1.75rem;
}

.logoSec .logoSlider li {
  background: var(--white);
  padding: 1rem 2rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1333333333);
  border-radius: 1rem;
  margin: 1rem 0.5rem;
}

.logoSec .logoSlider li img {
  width: 7rem;
  margin: 0 auto;
}

.logoSec .logoSlider::before,
.logoSec .logoSlider::after,
.pubLogoCarousel:before,
.pubLogoCarousel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #ffffff, rgba(255, 255, 255, 0));
  width: 18rem;
  z-index: 1;
}

.logoSec .logoSlider::after,
.pubLogoCarousel:after {
  inset: 0 0 0 auto;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.pubLogoCarousel:before,
.pubLogoCarousel:after {
  margin: -10px;
}

.pubLogoCarousel:before {
  background: linear-gradient(45deg, var(--primary), rgba(255, 255, 255, 0));
}

.pubLogoCarousel:after {
  background: linear-gradient(270deg, var(--primary), rgba(255, 255, 255, 0));
}

.logoSec .logoSlider {
  position: relative;
  border-left: 2px solid #d9d9d9;
  padding-left: 2rem;
}

/* logo Section CSS END */
/* Begin: About CSS */
.aboutWrap {
  background: url(../images/mix/bg1.webp) center/cover fixed no-repeat;
  border-radius: 3.5rem;
  padding: 4rem 0 0 3rem;
  margin-top: 2rem;
}

.aboutWrap h2 {
  font-size: 5rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.aboutWrap h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.aboutWrap p {
  color: var(--white);
  font-size: 1.125rem;
}

.aboutWrap .btnWrap {
  margin: 5rem 0 1rem;
}

/* END: About CSS */
/* Begin: Publisher Perk CSS */
.pubPerkSec {
  padding: 4rem 0;
}

.perkCarousel .slick-track {
  display: flex;
  gap: 0 10px;
}

.perkBox {
  background: #eefaff;
  border-radius: 1.875rem;
  padding: 2rem 1rem 1rem;
  height: 100%;
}

.perkBox h4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  min-height: 3rem;
}

.perkBox h4 img {
  width: 2.5rem;
}

.perkBox p {
  font-weight: 400;
  min-height: 10rem;
  margin: 0;
}

/* END: Publisher Perk CSS */
/* Begin: Publication Portfolio */
.pubWrap {
  background: url(../images/books/bg.webp) center/cover no-repeat;
  border-radius: 4rem;
  text-align: center;
  padding: 4rem;
  position: relative;
}

.pubWrap :is(h2, p) {
  color: var(--white);
}

.pubWrap p {
  font-size: 1.25rem;
  font-weight: 400;
}

.pubImg {
  margin: 0 5px 1rem 5px;
}

.pubImg img {
  margin: 0 auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2666666667);
  aspect-ratio: 247/362;
}

.influenceWrap {
  margin-top: -4rem;
  padding: 8rem 2rem 4rem;
  text-align: center;
  background: #f9f9f9;
  border: 2px solid var(--primary);
  border-radius: 0 0 3rem 3rem;
}

.influenceWrap h2 {
  margin: 0;
}

.influenceWrap .btnWrap {
  justify-content: center;
  margin-top: 3rem;
}

.influenceWrap .themeBtn-border {
  background: #f9f9f9;
  color: var(--primary);
  border-color: var(--primary);
}

.influenceWrap .themeBtn-border:hover {
  background: var(--primary);
  color: var(--white);
}

/* END: Pulication Portfolio */
.publisherSec {
  background: var(--primary);
  padding: 10px 0;
}

.pubLogoCarousel .slick-track {
  display: flex;
  align-items: center;
}

.pubLogoCarousel .slick-slide img {
  filter: brightness(0) invert(1);
  margin: 0 auto;
}

.publicationCarousel .slick-dots {
  bottom: -60px;
}

/* Begin: What We Provide CSS */
.weProvideSec {
  background-image: linear-gradient(to top, #0193d2, #0081b8, #00709e, #025f86, #044e6e);
  padding: 5rem 0;
}

.weProvideSec .title :is(h2, p) {
  color: var(--white);
}

.servicesCarousel .slick-track {
  padding: 2rem 0;
}

.serBox {
  border: 2px solid var(--white);
  border-radius: 2rem;
  margin: 0 10px;
  padding: 1.5rem 2rem;
  transition: ease all 0.5s;
}

.serBox :is(h4, h5, li) {
  color: var(--white);
}

.serBox h4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.serBox h4 img {
  width: 2.5rem;
  filter: brightness(0) invert(1);
}

.slick-current .serBox h4 img {
  filter: invert(1) brightness(0);
}

.serBox h5 {
  font-size: 1.125rem;
  font-weight: 600;
  min-height: 3rem;
}

.serBox ul {
  min-height: 8rem;
}

.serBox .line {
  display: block;
  background: #cdcdcd;
  height: 1px;
  position: relative;
  margin: 1.5rem 0;
  visibility: hidden;
  opacity: 0;
  transition: ease all 0.5s;
}

.serBox .line:before,
.serBox .line:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #cdcdcd;
  border-radius: 100px;
  position: absolute;
}

.serBox .line:before {
  top: -5px;
}

.serBox .line:after {
  top: -5px;
  right: 0;
}

.serBox .themeBtn-black {
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: ease all 0.5s;
}

.slick-center .serBox {
  background: var(--white);
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2666666667);
}

.slick-center .serBox :is(h4, h5, li) {
  color: var(--black);
}

.slick-center .serBox :is(.line, .themeBtn-black) {
  visibility: visible;
  opacity: 1;
}

.weProvideSec .slick-dots {
  bottom: -4rem;
}

/* END: What We Provide CSS */
/* Begin: Exceptional CSS */
.exceptionalSec {
  background: url(../images/mix/bg2.webp) center/cover fixed no-repeat;
}

.exceptionalSec h2 {
  color: var(--white);
}

.exceptionalBox {
  background: var(--white);
  text-align: center;
  padding: 2rem;
  border-radius: 2rem;
  height: 100%;
  transition: ease all 0.5s;
}

.exceptionalBox:hover {
  transform: scale(1.2);
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
}

.exceptionalBox .circle {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto 1rem;
  position: relative;
  overflow: hidden;
  transition: ease all 0.5s;
  transform: scale(1) rotate(0);
}

.exceptionalBox:hover .circle {
  transform: scale(1.2) rotate(360deg);
}

.exceptionalBox .circle:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 4rem;
  height: 4rem;
  background: var(--primary);
  filter: blur(20px);
}

.exceptionalBox .circle img {
  position: relative;
  width: 2.5rem;
}

.exceptionalBox p {
  margin: 0;
}

/* END: Exceptional CSS */
/* Begin: Journy CSS */
.projectSec .title p {
  letter-spacing: 4px;
}

.projectSec ul li h6 .count,
.projectSec ul li h6 {
  font-size: 2.75rem;
  font-weight: 500;
  margin: 2rem 0 10px;
  line-height: 1;
}

.projectSec ul li h6 .count {
  margin: 0;
}

.projectSec ul li p {
  color: var(--black);
  font-weight: 300;
  display: block;
  margin-bottom: 0;
}

.projectSec ul h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

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

.projectSec ul li {
  text-align: center;
  padding: 0.4rem;
  flex: 0 0 25%;
  border-right: 2px solid #ebebeb;
}

.projectSec ul li:last-child {
  border-right: 0;
}

.projectSec .themeBtn1 {
  font-weight: 600;
}

/* END: Journy CSS */
/* Begin: Publish World CSS */
.publishWorldSec {
  background: url(../images/mix/bg3.webp) center/cover fixed no-repeat;
  /* padding: 6rem 0; */
}

.publishWorldSec .title :is(h2, p) {
  color: var(--white);
}

.publishWorldSec .title p {
  letter-spacing: 4px;
}

.pubBox .botom {
  background: #f9f9f9;
  padding: 0 2rem 2rem 2rem;
  margin-top: -1px;
  border-radius: 0 0 2rem 2rem;
  min-height: 12rem;
}

.pubBox .circle {
  width: 5rem;
  height: 5rem;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto -2.5rem;
  position: relative;
  left: -5px;
  transition: ease all 0.5s;
}

.pubBox:hover .circle {
  background: var(--primary);
}

.pubBox .circle h5 {
  font-size: 2.5rem;
  color: #f3a430;
  line-height: 1;
  margin: 0;
}

.pubBox:hover .circle h5 {
  color: var(--white);
}

.pubBox figure {
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}

.pubBox p {
  margin: 0;
  font-weight: 400;
}

/* END: Publish World CSS */
/* Begin: Books Category CSS */
.bookKindBox {
  position: relative;
  border-radius: 2rem;
  transition: ease all 0.5s;
  margin: 1rem 10px 1.5rem;
}

.bookKindBox a {
  position: absolute;
  bottom: -1px;
  left: -2px;
  padding: 1rem;
  background: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
  border-radius: 0 2rem 0 0;
}

.bookKindBox img {
  border-radius: 2rem 2rem 2rem 0;
  filter: brightness(0.4);
  transition: all 0.5s ease;
}

.bookKindBox:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
  transform: scale(1.04);
}

.publishCateSec .themeBtn {
  background: var(--primary);
  color: var(--white);
}

.publishCateSec .themeBtn:hover,
.publishCateSec .themeBtn:focus {
  background: var(--secondry);
  border-color: var(--secondry);
}

.publishCateSec .themeBtn-border {
  border-color: var(--primary);
  color: var(--primary);
}

.publishCateSec .themeBtn-border:hover,
.publishCateSec .themeBtn-border:focus {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

/* END: Books Category CSS */
/* Team Section CSS Start */
.teamSec {
  background: url(../images/team/bg.webp) top left/cover fixed no-repeat;
}

.teamSec .title :is(h2, h5) {
  color: var(--black);
}

.teamSec .nav-tabs {
  justify-content: center;
  margin-bottom: 1rem;
  border: none;
  gap: 10px;
}

.teamSec .nav-tabs .nav-link {
  background: var(--white);
  border-radius: 5px;
  border: 0;
  padding: 1rem 1.5rem;
  color: var(--primary);
  font-size: 1.12rem;
  font-weight: 500;
}

.teamSec .nav-tabs .nav-item.show .nav-link,
.teamSec .nav-tabs .nav-link.active {
  background: var(--primary);
  color: var(--white);
}

.teamBox {
  position: relative;
  margin: 1rem 0;
  border-radius: 3.125rem;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2666666667);
  transition: ease all 0.5s;
  height: 100%;
}

.teamBox:hover {
  transform: scale(1.1) rotate(1deg);
}

.teamBox .overlay-text {
  padding: 1.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  background: linear-gradient(0deg, var(--secondry), transparent);
}

.teamBox .overlay-text:before {
  /* content: ''; */
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--theme-color), transparent);
  z-index: 0;
}

.teamBox .overlay-text:after {
  /* content: ''; */
  position: absolute;
  inset: 3px 3px 0 3px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.teamBox .overlay-text * {
  color: var(--white);
  margin: 0;
  position: relative;
  z-index: 2;
}

.teamSec h5 {
  font-weight: 300;
}

.teamBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Clients Circle CSS */
/* .contactForm {
  background: url(../images/bg/bg7.webp) top right/60% fixed no-repeat;
} */
.logoForm {
  background: url(../images/mix/circle.webp) center/100% no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80%;
}

.logoForm .logoRowOne {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.logoForm .logoRowTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4rem;
  margin: 2rem 0;
}

.logoForm .logoRowThree {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0 8rem;
}

.logoForm .logo {
  width: 9rem;
  height: 9rem;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1411764706);
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}

.logoForm .logo2 {
  width: 10rem;
  height: 10rem;
}

.logoForm .logo5 {
  margin: 8rem 14rem 0 0;
}

.logoForm .logo4 {
  width: 10rem;
  height: 10rem;
  /* margin-bottom: 0; */
}

.logoForm .logo4 img {
  width: 7rem;
  margin: 0 auto;
}

.logoForm .logo1 {
  width: 7rem;
  height: 7rem;
  margin-top: -8rem;
}

.logoForm .logo6 {
  /* margin-bottom: 2rem; */
}

.logoForm .logo3 {
  width: 8rem;
  height: 8rem;
  margin-top: -12rem;
}

.logoForm .logo:hover {
  transform: scale(1.09);
}

.signupForm {
  background: var(--primary);
  padding: 2rem 1rem;
  position: relative;
  z-index: 0;
  /* overflow: hidden; */
  border-radius: 2rem;
}

.signupForm input,
.signupForm textarea {
  width: 100%;
  height: 3rem;
  padding-left: 1rem;
  border-radius: 8px;
  /* margin: 0 0 10px; */
  border: 1px solid rgba(255, 255, 255, 0.4509803922);
  background: rgba(0, 0, 0, 0.1);
  color: var(--white);
}

.signupForm input:focus {
  background: rgba(0, 0, 0, 0.1);
  outline: 1px solid rgba(255, 255, 255, 0.4509803922);
}

/* .signupForm .phone-container {
  margin: 0 0 10px;
} */
.signupForm .phone-container .iti__flag-container {
  color: #fff;
}

/* .signupForm .phone-container .iti--allow-dropdown {
  border: 1px solid #ffffff73;
  border-radius: 8px;
} */
.signupForm textarea {
  height: 8rem;
  resize: none;
  padding: 10px 1rem;
}

.signupForm input::-moz-placeholder, .signupForm textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3333333333);
}

.signupForm input::placeholder,
.signupForm textarea::placeholder {
  color: rgba(255, 255, 255, 0.3333333333);
}

.signupForm button:not(.iti__selected-country) {
  width: 100%;
  /* margin-top: 1.5rem; */
  font-size: 1.125rem;
  border-radius: 8px;
  padding: 0.6rem 2rem;
}

.signupForm h4 {
  color: var(--white);
  margin: 0;
}

/* .signupForm h4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary);
  left: -50%;
  right: 50%;
  z-index: -1;
} */
.form-control:focus,
.accordion-button:focus {
  border: 1px solid var(--primary);
  box-shadow: none;
}

.signupForm form {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lpContactSec .col-xl-4.col-lg-5 {
  display: none;
}

.lpContactSec .col-lg-6 {
  width: 100%;
}

.lpContactSec .logoForm {
  background-image: linear-gradient(to top, #0193d2, #0081b8, #00709e, #025f86, #044e6e);
  padding: 1.5rem 1rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
  border-radius: 2rem;
  gap: 0;
}

.lpContactSec .logoForm .logoRowOne,
.lpContactSec .logoForm .logoRowTwo,
.lpContactSec .logoForm .logoRowThree {
  flex: 0 0 33.33%;
  justify-content: space-evenly;
}

.lpContactSec .logoForm .logoRowOne,
.lpContactSec .logoForm .logoRowTwo,
.lpContactSec .logoForm .logoRowThree,
.lpContactSec .logoForm .logo {
  margin: 0;
  gap: 0;
}

.lpContactSec .logoForm .logo {
  width: 8rem;
  height: 8rem;
}

/* Begin: Testimonial CSS */
.testiThumb {
  position: relative;
  background: var(--white);
  border: 2px solid #f0f0f0;
  border-left: 1rem solid #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05), 0 -8px 15px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 2rem 2rem;
  margin: 2rem 0.5rem;
  text-align: center;
  transition: ease all 0.5s;
}

.testiThumb:hover,
.slick-current + .slick-active .testiThumb {
  border: 2px solid var(--primary);
  border-left: 1rem solid var(--primary);
}

.testiThumb .quote {
  position: absolute;
  top: -1.5rem;
  right: 3rem;
}

.testiThumb .quote img {
  position: relative;
  filter: brightness(0.1) contrast(0.5);
  transition: ease all 0.5s;
}

.slick-current + .slick-active .testiThumb .quote img {
  filter: brightness(1) contrast(1);
}

.testiThumb .img img {
  border: 8px solid #ffffff;
  border-radius: 100px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  margin: 0 auto 2rem;
}

.testiThumb h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.testiThumb p {
  margin: 0;
  font-weight: 300;
  line-height: 1.7;
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

.testimonialCarousel .slick-dots li button {
  background: var(--primary);
}

.testimonialCarousel .slick-track {
  display: flex;
  padding-block: 4rem;
}
.testimonialCarousel .slick-track .slick-slide {
  height: auto;
}

.ctaSec .container {
  background: url(../images/mix/cta-bg.webp) top right/cover fixed no-repeat;
  padding: 3rem;
  border-radius: 50px;
}

.ctaSec h3,
.ctaSec h2,
.ctaSec p {
  color: var(--white);
}

.ctaSec .ctaContnt h3 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.ctaSec .ctaContnt p {
  font-size: 2.125rem;
}

.ctaSec .btnWrap {
  justify-content: center;
}

.faqSec {
  background: url(../images/mix/bg5.webp) top right/cover fixed no-repeat;
}

.accordionStyle .accordion-button:not(.collapsed) {
  background: var(--white);
  color: var(--black);
  border-radius: 30px;
  box-shadow: none;
}

.accordionStyle .accordion-item {
  margin: 5px 0;
  border: none;
  border-radius: 30px;
}

.accordionStyle .accordion {
  --bs-accordion-border-color: none;
}

.accordionStyle .accordion-item:first-of-type .accordion-button,
.accordionStyle .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 30px;
}

.accordionStyle .accordion-button {
  border-radius: 30px;
}

.accordion-button::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  background: var(--primary);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: var(--white);
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(90deg);
}

/* Inner Pages CSS Start */
.innerBanner figure {
  margin: 0;
  position: absolute;
  bottom: 0;
}

.innerBanner.publishPagBan figure {
  bottom: 8rem;
}

.innerBanner {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.aboutInner .aboutWrap {
  background: url(../images/banner/bg2.webp) center/cover fixed no-repeat;
}

.aboutInner .aboutWrap h2 {
  font-size: 3.75rem;
}

.contactInfo .container {
  background: linear-gradient(181deg, #3babdc, #0475a3);
  border-radius: 30px;
  /* box-shadow: 0 20px 30px #0193d26e; */
  margin-top: -9rem;
  position: relative;
}

.contactInfo ul {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 1rem 2rem;
  gap: 0 1rem;
}

.contactInfo ul li {
  display: flex;
  gap: 10px;
  flex: 0 0 30%;
  border-right: 1px solid rgba(255, 255, 255, 0.2588235294);
  align-items: center;
}

.contactInfo ul li a {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 1rem 0;
  /* border-right: 2px solid #ffffff26; */
  width: 100%;
  text-align: center;
  display: flex;
  /* align-items: center; */
  gap: 10px;
}

.contactInfo ul li:first-child a {
  text-align: start;
}

.contactInfo ul li:last-child {
  border-right: 0;
}

.contactInfo ul li i {
  font-size: 1.8rem;
}

.publishWorldInner {
  background: url(../images/mix/bg6.webp) center/cover fixed no-repeat;
}

.publishWorldInner .pubBox .botom {
  min-height: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bookKindBox:hover img {
  filter: none;
}

.portInner .blueBox {
  position: relative;
  padding: 3rem 0 2rem 2rem;
}

.portInner .blueBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 240, 240, 0.5411764706);
  right: -30%;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.5s ease;
}

.portInner .blueBox-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 240, 240, 0.5411764706);
  left: -30%;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.5s ease;
  right: -10%;
}

.portInner .blueBox h4 {
  font-size: 2.5rem;
}

.portInner .blueBox p {
  font-size: 1.11rem;
}

.portInner .blueContnt {
  text-align: center;
}

.portInner .blueContnt h4 {
  color: var(--primary);
  margin-top: 3rem;
}

.portInner .blueBox:hover::before {
  background: var(--primary);
}

.portInner .blueBox:hover * {
  color: var(--white);
}

.portInner .blueBox-2 {
  padding: 3rem 2rem 2rem 0;
}

.pubBox {
  text-align: center;
}

.serInnerBox {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 2rem;
  height: 100%;
  transition: all 0.5s ease;
}

.serInnerBox:hover {
  background: var(--primary);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5019607843);
  transform: scale(1.08);
}

.headStyle {
  text-align: center;
  color: var(--white);
  margin-top: 2rem;
}

.headStyle h4 {
  font-size: 2rem;
}

.servicesIcon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.serInnerBox:hover .servicesIcon img {
  filter: invert(1);
}

.blogInner figure {
  width: auto;
  position: absolute;
  top: 0;
}

.blogSec h4 {
  font-size: 2rem;
  color: var(--primary);
}

.blogBox {
  margin: 1rem 0;
  transition: all 0.5s ease;
}

.blogSec p {
  line-height: 1.6;
}

.blogBox h3 {
  font-size: 1.5rem;
  margin: 1rem 0 10px;
  font-weight: 600;
}

.bookSlider .slick-dots li button {
  background: var(--primary);
}

.bookSlider .slick-dots {
  bottom: -4rem;
}

.blogDetails h2 {
  font-size: 1.8rem;
  font-weight: 500;
}

.blogDetails {
  padding-top: 9rem;
}

/*Step CSS*/
.stepBanner {
  position: relative;
}

.stepBanner {
  background: url(../images/banner/33.webp) center/cover no-repeat;
  padding: 1rem 0 1rem;
  display: flex;
  align-items: center;
}

.stepBanner.two {
  padding: 1rem 0 1rem;
}

.stepBanner * {
  color: var(--white);
}

.stepBanner p {
  font-size: 1.5rem;
  line-height: 1;
}

.stepBanner.congbanner p {
  font-size: 1.25rem;
  line-height: 1.5;
}

.stepBanner .bookBannerOne {
  position: absolute;
  left: 10%;
  top: 40%;
  width: 5rem;
}

.stepBanner .bookBannerTwo {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 15rem;
  z-index: 1;
}

.stepBanner .bookBannerThree {
  position: absolute;
  left: 8%;
  bottom: 5%;
  width: 5rem;
  z-index: 1;
}

.servicesForm h2 {
  font-size: 1.65rem;
  background: #fff;
  position: absolute;
  top: -1rem;
  padding: 0 11px;
}

.phone-container .iti--allow-dropdown {
  width: 100%;
  border: 1px solid #ced4da;
  font-size: 0.9rem;
  height: 45px;
  border-radius: 10px;
}

.phone-container .phone1 {
  border-radius: 10px;
  border: 1px solid white;
  height: 100%;
  width: 100%;
}

.phone-container .phone1:focus-visible {
  outline: 0;
}

/* Begin: Step 1 CSS */
.discountStrip {
  background: var(--primary);
  color: var(--white);
  text-align: center;
  padding: 1rem;
  margin: -4.5rem 0 1rem;
  border-radius: 10px;
}

.discountStrip > span {
  font-size: 1.5rem;
}

.discountStrip h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
}

.chooseService {
  position: relative;
  padding: 0 0 5rem;
}

.chooseService .serviceTwo {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 6rem;
}

.chooseService .serviceOne {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 12rem;
}

.chooseService .serviceThree {
  position: absolute;
  left: 68%;
  bottom: 15%;
  z-index: 0;
}

.servicesForm {
  background: var(--white);
  border: 1px solid #d4d4d4;
  border-radius: 1.5rem;
  box-shadow: 0 1.125rem 4.44rem rgba(1, 147, 210, 0.15);
  padding: 2.5rem 2rem 2rem;
  position: relative;
}

.servicesList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(130, 130, 130, 0.3098039216);
  border-radius: 15px;
}

.questionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 15px;
}

.servicesForm p {
  margin: 0;
}

.inputGroup {
  margin-top: 1rem;
}

.stepOne {
  margin-top: 1rem;
}

.servicesList li,
.questionList li {
  position: relative;
}

.servicesList li input,
.questionList li input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.servicesList .checkBoxStyle {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 2rem;
  justify-content: space-between;
}

.servicesList li:last-child .checkBoxStyle {
  border-bottom: 0;
}

.servicesList .checkBoxStyle label {
  font-size: 1.125rem;
  font-weight: 500;
}

.servicesList .checkBoxStyle i {
  font-size: 1.25rem;
  color: #d6d6d6;
}

.servicesList li input:checked + .checkBoxStyle i,
.servicesList li input:checked + .error + .checkBoxStyle i {
  color: var(--primary);
}

.servicesForm .form-control,
.inputGroup .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border-radius: 10px;
}

.inputGroup label {
  font-size: 1rem;
  font-weight: 500;
}

.inputGroup .form-control {
  margin: 10px 0;
}

.stepOne .form-control {
  margin: 10px 0;
}

.inputGroup .form-control:first-child {
  /* border-radius: 15px 15px 0 0; */
}

.inputGroup .form-control:last-child {
  /* border-radius: 0 0 15px 15px; */
}

.stepTwo .servicesForm .themeBtn2 {
  width: 35%;
}

/* END: Step 1 CSS */
/* Begin: Step 2 CSS */
.stepTwo {
  padding-top: 1rem;
}

.questionList li {
  display: flex;
  flex-flow: row wrap;
  gap: 10px 3rem;
  padding: 1rem 0;
  border-bottom: 1px solid #d4d4d4;
}

.questionList li:first-child {
  padding-top: 0;
}

.questionList li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.questionList li > label {
  width: 100%;
  font-weight: 500;
  color: var(--black);
}

.questionList .radioStyle {
  position: relative;
}

.questionList .radioStyle label {
  font-weight: 500;
  display: flex;
  align-items: center;
}

.questionList .radioStyle label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eeeeee;
  border: 1px solid #d7d7d7;
  border-radius: 100px;
  margin-right: 10px;
}

.questionList .radioStyle input:checked + label:before {
  border: 6px solid var(--primary);
}

.servicesForm .themeBtn {
  font-size: 1.125rem;
  border-radius: 0.8rem;
  text-transform: uppercase;
  margin-top: 1.25rem;
  padding: 0.8rem 2.5rem;
  background: var(--primary);
  color: var(--white);
}

/* END: Step 2 CSS */
.stepBanner .headingStyleThree .stokeText {
  color: transparent;
  font-size: 6rem;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.stepBanner .headingStyleThree h2 {
  font-size: 5rem;
  color: var(--primary);
}

.stepBanner .headingStyleThree h6 {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.stepBanner .headingStyleThree h6 span {
  display: block;
  font-weight: 700;
}

.congbanner {
  background: url(../images/banner/4.webp) top right/cover no-repeat;
  padding: 8rem 0 0;
}

.congsContnt {
  margin: 8rem auto -2rem;
}

.congsContnt p a {
  font-weight: 700;
}

.congsContnt p {
  font-size: 20px;
  line-height: 1.3;
}

.congbanner .bookBannerTwo {
  top: 3rem;
}

.congbanner .bookBannerThree {
  bottom: 15rem;
}

.congbanner .bookBannerOne {
  top: 10%;
}

.congsContnt p a:hover {
  color: var(--primary);
}

.servicesList li {
  border-bottom: 1px solid rgba(130, 130, 130, 0.3098039216);
}

.servicesList li:last-child {
  border-bottom: 0;
}

.questionList {
  flex-direction: column;
}

.stepTwo .discountStrip {
  margin: -3.5rem 0 1rem;
}

.servicesForm .themeBtn:hover {
  background: var(--secondry);
}

.socialFooter .socailicons {
  margin: 1rem 0;
}

.socialFooter .contInfo a i {
  transform: rotate(0deg);
  font-size: 1.25rem;
}

.headStyle .themeBtn {
  margin-top: 1rem;
}

.innerBanner h2 {
  line-height: 1.1;
}

.exceptionalBox p strong {
  font-weight: 600;
}

.serInnerBox h4 {
  text-transform: uppercase;
}

.term-first-wrapper {
  padding-top: 10rem;
}

.term-first-wrapper h5 {
  font-size: 1.5rem;
}

footer .footerlogo {
  width: 8rem;
  margin-bottom: 1.5rem;
  display: block;
}

.portBanner figure {
  bottom: 0;
  position: absolute;
  width: 30rem;
}

.vidTesiBox {
  padding: 0 5px;
}

.vidTesiBox img {
  border-radius: 5px;
}

.vidTestiCarousel .slick-dots li button {
  background: var(--primary);
}

.vidTestiCarousel .slick-dots {
  bottom: -5rem;
}

.lpBanner {
  position: relative;
  display: flex;
  min-height: 100% !important;
  height: auto !important;
  padding-top: 6rem;
  z-index: 2;
}

.lpBanner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(93deg, black, transparent);
}

.lpBanner figure {
  position: absolute;
  left: 7rem;
  bottom: -6rem;
  z-index: 111;
}

.lpBanner .lpImg {
  position: absolute;
  left: auto;
  right: 7rem;
}

.lpBanner h2 {
  line-height: 1.25;
}

.lpBanner h4 {
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  color: var(--primary);
}

.contactBoxs .accordionStyle {
  margin: 0;
}

.contactBoxs .contactBoxs.accordionStyle .accordion-item {
  margin: 0;
  border-radius: 10px;
  background: #292f38;
  border: 1px solid rgba(255, 255, 255, 0.568627451);
}

.contactBoxs .accordionStyle .accordion-item .accordion-button {
  margin: 0;
  padding: 8px 1rem;
  font-size: 1rem;
  background: transparent;
  color: rgba(216, 216, 216, 0.5019607843);
  font-weight: 500;
  border-radius: 8px !important;
}

.contactBoxs .accordionStyle .accordion-item .accordion-button:not(.collapsed)::after {
  background: none;
  transform: rotate(90deg);
}

.contactBoxs .accordionStyle .accordion-item .accordion-button[aria-expanded=true]:hover {
  color: rgba(216, 216, 216, 0.5019607843);
  background: transparent;
}

footer.contactBoxs .accordionStyle .accordion-item .accordion-button[aria-expanded=true]:hover {
  color: #767676;
}

.contactBoxs .accordionStyle .accordion-item .accordion-button:hover {
  background: transparent;
}

.contactBoxs .accordionStyle .show .accordion-body {
  background: transparent;
  border: none;
}

.contactBoxs .servicesList li {
  flex: 0 0 100%;
  margin: 0;
}

.contactBoxs .servicesList .checkBoxStyle label {
  color: #fff;
}

.contactBoxs .accordionStyle .accordion-body {
  background: none;
  border: none;
}

.contactBoxs .accordionStyle .accordion-item .accordion-button::after {
  background: none;
  transform: rotate(-90deg);
}

.contactBoxs .form-control:focus,
.contactBoxs .accordion-button:focus {
  border: none;
}

.contactBoxs .accordionStyle .accordion-item {
  background: #0184bd;
  border-radius: 8px;
  margin: 0 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.4509803922);
}

.contactBoxs .servicesList .checkBoxStyle {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
}

.contactBoxs .servicesList {
  gap: 5px;
}

.contactBoxs .servicesList li input:checked + .checkBoxStyle i {
  color: var(--secondry);
}

.contactBoxs .servicesList li:last-child .checkBoxStyle {
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
}

footer.contactBoxs .servicesList li input:checked + .checkBoxStyle i {
  color: var(--primary);
}

footer .accordion-button::after {
  color: #000;
}

footer.contactBoxs .accordionStyle .accordion-item {
  background: #fff;
  /* border-radius: 15px; */
  border: 0;
}

footer.contactBoxs .accordionStyle {
  margin: 5px 0;
}

footer.contactBoxs .servicesList .checkBoxStyle label {
  color: #9b9b9b;
}

footer.contactBoxs .accordionStyle .accordion-item .accordion-button {
  padding: 8px 1rem;
  color: #767676;
}

.lpBanner .listStyle,
.pricingPkgStyle .detail .listStyle {
  margin: 2rem 0;
}

.lpBanner .listStyle li,
.pricingPkgStyle .detail .listStyle li {
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0;
}

.lpBanner .listStyle li i,
.pricingPkgStyle .detail .listStyle li i {
  color: var(--primary);
  position: relative;
  top: 5px;
}

.lpBanner .listStyle li i,
.pricingPkgStyle .detail .listStyle li i {
  color: var(--primary);
  position: relative;
  top: 5px;
}

.lpBanner .listStyle li p {
  margin: 0;
}

.lpBanner .listStyle li p span {
  color: #00b2ff;
  font-weight: 600;
  transition: ease all 0.5s;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    color: #fff;
  }
  50% {
    color: #00b2ff;
  }
  100% {
    color: #fff;
  }
}
.lpBanner .btnWrap {
  margin-top: 3rem;
}

.lpBanner .partnersLogos {
  margin-top: 4rem;
  background: rgba(255, 255, 255, 0.9607843137);
  padding: 10px 1rem 10px 2rem;
  border-radius: 70px;
  width: 30rem;
}

.lpBanner .container {
  position: relative;
}

.lpBanner .partnersLogos img {
  width: 6rem;
}

/*  */
/* Begin: Form Validation */
#contactForm .error,
#serviceForm .error,
footer .error,
#contactColpsErrors,
#footerColpsErrors {
  color: var(--white);
  font-size: 14px;
}

#serviceForm .error {
  color: red;
}

#serviceForm .servicesList .error {
  color: red;
  font-weight: 600;
  margin: 10px 0 0 2rem;
}

footer .servicesList .error {
  color: red;
  margin-left: 10px;
}

.js-errors {
  background: #f93337;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8em;
  list-style-type: square;
  margin-bottom: 1em;
  padding: 1em;
}

.js-errors {
  display: none;
}

.js-errors li {
  margin-left: 1em;
  margin-bottom: 0.5em;
  padding-left: 0;
}

ul.error input[type=checkbox] + label::before,
ul.error input[type=radio] + label::before {
  border-color: #f93337;
}

ul.error input[type=checkbox] + label,
ul.error input[type=radio] + label {
  color: #f93337;
}

#collapseContact.collapse:not(.show),
footer #collapsefooter.collapse:not(.show) {
  display: block;
  height: 0px;
  overflow: hidden;
}

#servicesFormStepTwo .alert-danger li:nth-child(2),
#servicesFormStepTwo .alert-danger li:last-child {
  display: none !important;
}

#servicesFormStepTwo .alert-danger {
  margin-top: 1rem;
}

.chooseService.stepTwo .themeBtn {
  background: var(--primary);
  color: var(--white);
}

.chooseService.stepTwo .themeBtn:hover {
  background: var(--white);
  color: var(--primary);
}

.iti__country-list {
  color: #000;
}

/* END: Form Validation */
/*Begin: Pricing Package Style*/
.pricingSec {
  background: url(../images/mix/bg1.webp) center/cover fixed no-repeat;
  padding: 4.5rem 0 0rem;
}

.pkgTitle {
  background: rgba(1, 147, 210, 0.4117647059);
  border: 1px solid var(--primary);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  text-align: center;
}

.pkgTitle h2 {
  color: var(--white);
  margin: 0;
  line-height: 1;
  font-size: 2rem;
}

.pricingPkgStyle {
  margin-bottom: 3rem;
}

.pricingPkgStyle .head {
  background: var(--white);
  padding: 0.5rem;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-bottom: 0;
}

.pricingPkgStyle .head h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}

.pricingPkgStyle .head h2 {
  font-size: 3rem;
  margin: 0;
  line-height: 1;
  color: var(--primary);
}

.pricingPkgStyle .detail {
  background: #f6f6f6;
  padding: 1rem 1rem;
  height: 16rem;
  overflow-y: auto;
  border-left: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
}

.pricingPkgStyle .btnSec {
  background: #ffffff;
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-top: 1px solid #484848;
}

.pricingPkgStyle .btnSec .themeBtn {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  padding: 0.5rem 2rem;
}

.pricingPkgStyle .btnSec .themeBtn1 {
  font-size: 1rem;
  padding: 1rem 2rem;
}

.pricingPkgStyle .detail .listStyle {
  margin: 0;
}

.pricingPkgStyle .detail .listStyle li span {
  color: var(--black);
}

/*END: Pricing Package Style*/
/*lp Publishing one*/
.leadLp .signupForm input,
.leadLp .signupForm textarea {
  background: var(--white);
  color: var(--black);
}

.leadLp .accordionStyle {
  background: var(--white);
  border-radius: 10px;
}

.leadLp .accordionStyle .accordion-item {
  background: var(--white);
}

.leadLp .accordionStyle .accordion-item .accordion-button {
  color: var(--black);
}

.leadLp .servicesList .checkBoxStyle label,
.leadLp .iti--separate-dial-code .iti__selected-dial-code,
.leadLp .iti__arrow {
  color: var(--black);
}

.leadLp .signupForm input::-moz-placeholder, .leadLp .signupForm textarea::-moz-placeholder {
  color: var(--black);
}

.leadLp .signupForm input::placeholder,
.leadLp .signupForm textarea::placeholder {
  color: var(--black);
}

.leadLp .accordionStyle .accordion-item .accordion-button[aria-expanded=true]:hover {
  color: var(--black);
}

.leadLp .accordion-button::after {
  color: #000000;
}

.main-slider.lpBanner .signupForm h4 {
  text-align: center;
}

.select {
  position: relative;
  display: flex;
  height: 4.5rem;
  line-height: 3;
  overflow: hidden;
  border-radius: 0.25em;
}

.select option {
  height: 300px;
}

.select::after {
  content: "▼";
  position: absolute;
  top: 1rem;
  right: 0;
  padding: 0 1em;
  background: var;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
  color: var(--primary);
}

.select:hover::after {
  color: var(--primary);
}

.radioOption {
  position: relative;
}

.radioOption input {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.radioOption label {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.radioOption label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  border-radius: 100px;
  border: 2px solid var(--primary);
}

.radioOption label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 4px;
  background: var(--primary);
  border-radius: 100px;
  opacity: 0;
}

.radioOption input:checked + .radiOpt label:after {
  opacity: 1;
}

.radioOption .redWrap {
  padding: 0;
  border: 10px solid var(--grey);
  background: var(--grey);
  position: relative;
  overflow: hidden;
}

.radioOption input:checked + .radiOpt .redWrap {
  border: 10px solid var(--secondry);
  background: var(--secondry);
}

.radioOption input:checked + .radiOpt .redWrap p {
  color: var(--white);
}

.servicesForm label {
  font-weight: 600;
}

.btnUplod p {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  z-index: -1;
}

.btnUplod {
  position: relative;
  border: 1px dashed #000;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
}

.btnUplod input {
  width: 100%;
  opacity: 0;
}

.btnUplod p i {
  font-size: 2.25rem;
  padding-right: 10px;
}

.btnUplod p span {
  color: var(--primary);
  padding-left: 5px;
}

.listProcess li {
  border: none;
  padding: 8px 0;
}

.listProcess {
  padding: 0;
  border: none;
  margin-bottom: 1rem;
}

.listProcess .checkBoxStyle {
  padding: 0;
}

.listProcess .checkBoxStyle label {
  padding-left: 10px;
}

.summary {
  background: var(--grey);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
  /* position: sticky;
  top: 0; */
}

.summary ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}

.summary ul li span {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 600;
}

.summary ul li span a {
  display: block;
  font-size: 12px;
  color: red;
}

.summary .foot {
  display: flex;
  justify-content: space-between;
  font-size: 1.35rem;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.168627451);
  padding: 10px 0 0;
}

.paySec {
  position: sticky;
  top: 0;
}

.packageBox {
  border: 2px solid var(--primary);
  border-radius: 20px;
  padding: 1rem 1.5rem;
  transition: all 0.5s ease;
  margin: 0;
  background: #fafafa;
  position: relative;
}

.packageBox h4 {
  font-size: 3rem;
  color: var(--secondry);
  position: relative;
  font-weight: 800;
  margin: 0;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 1rem 0;
}

.packageBox h4 span {
  font-size: 1rem;
  color: #000;
  position: relative;
  font-weight: 600;
  display: block;
}

.packageBox h3 {
  color: var(--primary);
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
}

.packageBox .listStyle {
  list-style-type: disc;
  padding-left: 1.5rem;
  /* background: var(--white); */
  border-radius: 10px;
  padding: 1rem 0 0 2rem;
  transition: all 0.5s ease;
  margin: 1rem 0;
  height: 300px;
  overflow: auto;
}

.packageBox .listStyle li {
  padding: 7px 0;
  font-weight: 500;
  line-height: 1;
}

.packageBox .themeBtn {
  text-align: center;
  padding: 8px 2.25rem;
}

.packageBox .btnSec {
  justify-content: center;
  margin: 0 auto;
}

.packageBox:hover,
.packageBox.active {
  background: var(--primary);
}

.packageBox:hover *,
.packageBox.active * {
  color: var(--white);
}

.packageBox:hover h4,
.packageBox.active h4 {
  border-color: var(--white);
}

.packageBox:hover ul,
.packageBox.active ul {
  background: #0272a2;
}

.packageBox:hover .themeBtn,
.packageBox.active .themeBtn {
  background: var(--white);
  color: var(--primary);
}

.step3Form h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--grey);
  padding: 0;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2.5rem;
}

.whiteBox h4 span {
  color: var(--primary);
}

.servicesForm p span {
  color: var(--primary);
}

.servicesForm img {
  width: 20rem;
}

.bannerDis {
  position: absolute;
  width: 11%;
  top: 74%;
  transform: rotate(-15deg);
  left: 18rem;
  z-index: 111;
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1) rotate(-15deg);
  }
  50% {
    transform: scale(1.1, 1.1) rotate(-15deg);
  }
  100% {
    transform: scale(1, 1) rotate(-15deg);
  }
}
.tag {
  background: var(--primary);
  padding: 6px 1.5rem;
  border-radius: 20px;
  text-align: center;
  color: var(--white);
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.packageBox:hover .tag,
.packageBox.active .tag {
  background: #0272a2;
}

.packageBox p {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  font-size: 14px;
}

.summary h2 {
  font-size: 1.25rem;
}

.pakageSteps .btnSec {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1600px) {
  .bannerDis {
    top: 81%;
    left: 13rem;
  }
}
@media only screen and (max-width: 1366px) {
  .bannerDis {
    top: 75%;
    left: 9rem;
    width: 12rem;
  }
}
@media only screen and (max-width: 1199px) {
  .bannerDis {
    top: 75%;
    left: 8rem;
    width: 11rem;
  }
}
@media only screen and (max-width: 991px) {
  .servicesForm {
    margin-top: 2rem;
  }
  .bannerDis {
    top: 73%;
    left: 0;
    width: 10rem;
  }
  .packageBox {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 576px) {
  .bannerDis {
    top: 79%;
    left: 0rem;
    width: 8rem;
  }
  .stepBanner {
    padding: 1rem 0 1rem;
  }
}
.pakageSteps .themeBtn {
  background: var(--primary);
  color: var(--white);
}

.pakageSteps .themeBtn:hover {
  background: var(--white);
  color: var(--primary);
}

.paySec .themeBtn {
  background: var(--primary);
  color: var(--white);
}

.paySec .themeBtn:hover {
  background: var(--white);
  color: var(--primary);
}

.hidden {
  display: none;
}

.someData {
  max-width: 768px;
  height: 150px;
  display: none;
  padding: 1%;
}

.radiOpt {
  margin: 8px 0;
}

.blogInner h3 {
  font-size: 2rem;
}

.blogSec.blogInner {
  padding-top: 10rem;
}

.teamBox figure {
  margin: 0;
  height: 100%;
}

.packageBox h4.packgeLast {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 0;
}

.packgeSpan span {
  color: var(--primary);
  font-weight: 800;
}

.tag {
  width: 60%;
}

.servelistStep {
  border-radius: 10px;
}

.stepOnee .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.stepOnee .accordion-item:first-of-type .accordion-button,
.stepOnee .accordion-item:last-of-type .accordion-button.collapsed {
  padding: 1.1rem 1rem;
}

.stepOnee .accordion-item {
  border-radius: 10px;
  border: 1px solid #ced4da;
}

.stepOnee .accordion-button:focus {
  border: none;
}

.stepOnee {
  margin: 10px 0;
}

.stepOnee .accordion-body {
  padding: 10px;
  border-top: 0;
}

.stepOnee .accordion-button::after {
  content: "▼" !important;
  position: absolute;
  top: 0.7rem;
  right: 0;
  padding: 0 1em;
  background: none;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
  color: var(--primary);
}

.stepOnee .accordion-button:not(.collapsed)::after {
  transform: none;
}

.brands-images img {
  width: 130px;
}

.brands-images {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
}

.publishLpOne .btnWrap a {
  padding: 0.5rem 1rem;
}

/* @media screen and (max-width: 768px) {
  .lp-one-hero-section .contentBox {
    padding-top: 7rem !important;
    padding-bottom: 3rem !important;
    height: auto !important;
  }
} */
/* virtual-select */
.vscomp-ele {
  border-radius: 10px;
}

.signupForm input {
  background: white;
  color: black;
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
}

.signupForm input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.726);
}

.signupForm input::placeholder {
  color: rgba(0, 0, 0, 0.726);
}

.signupForm input:focus {
  background: white;
}

.signupForm .virtual-select,
footer .virtual-select {
  width: 100%;
  max-width: 100%;
}

.signupForm .phone {
  height: 43px;
  border-radius: 10px;
  border: 1px solid white;
}

.vscomp-value {
  opacity: 1 !important;
}

.virtual-select .vscomp-wrapper {
  font-family: inherit !important;
}

.virtual-select .vscomp-option-text {
  line-height: 1.5;
}

.vscomp-option.focused {
  background: rgba(255, 255, 255, 0.3) !important;
}

.vscomp-option.selected {
  background: var(--primary) !important;
}

.signupForm .virtual-select .vscomp-toggle-button,
footer .virtual-select .vscomp-toggle-button {
  width: 100%;
  height: 45px;
  padding-left: 1rem;
  border-radius: 8px;
  border: 1px solid white;
  background: white;
  color: black;
  font-weight: 500;
}

footer .virtual-select .vscomp-toggle-button {
  height: 45px;
}

.signupForm .virtual-select .vscomp-arrow::after,
footer .virtual-select .vscomp-arrow::after {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: black;
  border-right-color: black;
}

.signupForm .virtual-select .vscomp-dropbox,
footer .virtual-select .vscomp-dropbox {
  font-weight: 500;
}

.signupForm .virtual-select .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after,
footer .virtual-select .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
  border-color: white;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}

.vscomp-wrapper .checkbox-icon.checked::after {
  border-color: var(--blue);
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}

.banner-form .phone,
.banner-form select {
  height: 45px !important;
  width: 100% !important;
}
.banner-form input {
  font-size: 15px;
}

@media screen and (min-width: 1024px) {
  .vscomp-option {
    height: 33px !important;
  }
  .vscomp-options-list {
    height: 140px !important;
  }
}
.form-error {
  border-color: red !important;
  border-width: 2px !important;
}
.form-error .vscomp-toggle-button {
  border-color: red !important;
  border-width: 2px !important;
}
.form-error .vscomp-toggle-button .vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: 1 !important;
}
.form-error .vscomp-arrow::after {
  border-bottom-color: red;
  border-right-color: red;
}
.form-error .vscomp-value {
  color: red !important;
}
.form-error::-moz-placeholder {
  color: red !important;
}
.form-error::placeholder {
  color: red !important;
}

.form-error-label {
  color: red !important;
  font-weight: bold;
}

.vscomp-toggle-button {
  padding: 7px 30px 7px 20px !important;
}

.vscomp-search-wrapper {
  display: none;
}

.vscomp-option-text {
  --vscom-option-font-size: 15px;
}

.testimonialSlider {
  padding-block: 3rem !important;
}

.testimonialSlider .testimonialCard {
  border: 2px solid #f0f0f0;
  height: 100%;
  border-left-width: 15px;
  transition: 0.2s ease-in-out;
}

.testimonialSlider .testimonialCard p {
  height: 250px;
  overflow-y: auto;
}

.testimonialSlider .testimonialCard p::-webkit-scrollbar {
  width: 9px;
  height: 0.6em;
  background: #fafafa;
}

.testimonialSlider .testimonialCard p::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 100vw;
  border: 2px solid transparent;
  background-clip: content-box;
}

.testimonialSlider .testimonialCard img[alt="quote icon"] {
  filter: brightness(0) invert(1);
  opacity: 0;
  visibility: hidden;
}

.testimonialSlider .testimonialCard:hover {
  border-color: var(--primary);
}

.testimonialSlider .swiper-slide-active .testimonialCard {
  border-color: var(--primary);
}

.testimonialSlider .testimonialCard img[alt="quote icon"] {
  margin-top: -1.5rem;
}

.testimonialSlider .swiper-slide-active .testimonialCard img[alt="quote icon"] {
  filter: inherit;
  opacity: 1;
  visibility: visible;
}

.lp-christmas-form-card .first-span {
  background: linear-gradient(317deg, rgb(193, 0, 0) 0%, rgb(231, 0, 0) 100%);
  color: #fff;
  margin-inline: -1rem;
  width: calc(100% + 2rem);
}

.lp-christmas-form-card .signupForm {
  background-color: #fff;
}

.lp-christmas-form-card img {
  margin-top: -5rem;
}

.lp-christmas-form-card .signupForm input {
  background: #f8f8f8;
  border: 1px solid #c9c9c9;
}

.lp-christmas-form-card .signupForm .themeBtn {
  background: linear-gradient(317deg, rgb(193, 0, 0) 0%, rgb(231, 0, 0) 100%);
  color: #fff;
}

.lp-christmas-form-card .signupForm .virtual-select {
  background: #f8f8f8;
  border: 1px solid #c9c9c9;
}

.chrismas.lpBanner .contactBoxs .schtech {
  position: absolute;
  bottom: 0;
  left: -10rem;
  width: 13rem;
  z-index: 0;
}

.lp-christmas-form-card .head-chrismas img {
  position: absolute;
  top: 12px;
  right: -54px;
}

.lp-christmas-form-card .person-img img {
  position: absolute;
  right: 47px;
  top: 106px;
}

.lp-christmas-form-card .person-img img,
.lp-christmas-form-card .head-chrismas img,
.lp-christmas-form-card .gift-img img {
  display: block !important;
}

@media screen and (max-width: 320px) {
  .lp-christmas-form-card .person-img img {
    width: 70px;
    margin-top: -104px;
    margin-right: 34px;
  }
}
@media only screen and (max-width: 1880px) {
  .main-chrismas.lpBanner .signupForm {
    margin-top: 150px;
  }
  .main-chrismas .chrismas-bols img {
    position: absolute;
    top: 0;
    left: 115px;
  }
}
@media screen and (max-width: 768px) {
  .main-chrismas.lpBanner .contactBoxs {
    margin-inline: 9%;
    margin-bottom: 30px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-chrismas.lpBanner .signupForm .head-chrismas img {
    width: 100px;
    right: -35px;
    top: 32px;
  }
  .lp-christmas-form-card .gift-img img {
    width: 100px;
  }
  .lp-christmas-form-card .person-img img {
    width: 70px;
    margin-top: -104px;
    right: 0px;
    margin-right: 74px;
  }
}
@media only screen and (max-width: 425px) {
  .main-chrismas.lpBanner .signupForm .head-chrismas img {
    width: 80px;
    right: -25px;
    top: 42px;
  }
  .lp-christmas-form-card .gift-img img {
    width: 100px;
  }
  .lp-christmas-form-card .person-img img {
    width: 70px;
    margin-top: -104px;
    right: 0px;
    margin-right: 74px;
  }
}
.publishLpOne::before {
  display: none;
}

.main-chrismas .chrismas-lp-tree img {
  position: absolute;
  top: 0;
  z-index: -1;
}

.main-chrismas .chrismas-bols img {
  position: absolute;
  top: 0;
  left: 115px;
  z-index: -1;
}

.main-chrismas .chrismas-gifts img {
  position: absolute;
  bottom: 20px;
  left: 80px;
  z-index: -1;
}

.main-chrismas .chrismas-tree-bottom img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.main-chrismas .chrismas-bols-sec img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.vscomp-toggle-button {
  padding: 14px !important;
  border-radius: 10px !important;
}

.vscomp-ele {
  display: inline-block;
  width: 100%;
  max-width: inherit !important;
}

.vscomp-option.focused {
  background: var(--primary) !important;
}

.iti {
  width: 100%;
}

@font-face {
  font-family: "clipper_personal_useregular";
  src: url("../fonts/clipper-personal-use.ttf") format("truetype"), url("../fonts/clipper-personal-use.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.clipper-heading {
  font-family: "clipper_personal_useregular";
  font-size: 80px;
  color: #f0f901;
  font-weight: normal;
  text-shadow: 12px 6px 13px rgba(0, 0, 0, 0.45);
}
@media only screen and (max-width: 425px) {
  .clipper-heading {
    font-size: 50px;
  }
}

.web-events {
  background: url(../images/banner/events-banner.png) center/cover no-repeat;
  height: calc(100% - 2.5rem);
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
  align-items: center !important;
  background-color: rgba(0, 0, 0, 0.79);
}

.web-events h2 {
  font-family: "Bebas Neue", sans-serif;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}

.web-event-secound-sec {
  line-height: normal !important;
}
.web-event-secound-sec h2 {
  color: #0193d2;
  font-weight: bold;
  font-size: 36px;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-sec h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-sec h2 {
    font-size: 24px;
  }
}
.web-event-secound-sec span {
  color: #020202;
  font-weight: bold;
  font-size: 26px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-sec span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-sec span {
    font-size: 21px;
  }
}
.web-event-secound-sec .main-box {
  background-color: #0193d2;
  border-radius: 60px;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-sec .main-box {
    height: 355px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-sec .main-box {
    height: 260px;
    border-radius: 44px;
  }
}
@media only screen and (max-width: 425px) {
  .web-event-secound-sec .main-box {
    border-radius: 44px;
  }
}
.web-event-secound-sec .main-box p {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-sec .main-box p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-sec .main-box p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 425px) {
  .web-event-secound-sec .main-box p {
    font-size: 30px;
  }
}
.web-event-secound-sec .main-box p strong {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .web-event-secound-sec .main-box p strong {
    font-size: 19px;
    display: block;
  }
}
.web-event-secound-sec .main-box span {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 77px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-sec .main-box span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-sec .main-box span {
    font-size: 37px;
  }
}
.web-event-secound-sec .main-box .del-prize {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-sec .main-box .del-prize {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-sec .main-box .del-prize {
    font-size: 27px;
  }
}
.web-event-secound-sec .main-box .del-prize::after {
  position: absolute;
  top: 28px;
  left: -9px;
  content: "";
  background-color: red;
  height: 2px;
  width: 162px;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-sec .main-box .del-prize::after {
    top: 20px;
    left: -2px;
    width: 116px;
  }
}

.web-events-cta {
  background: url(../images/banner/cta-banner.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.79);
}
@media only screen and (max-width: 1024px) {
  .web-events-cta {
    height: 400px;
  }
}

.web-event-secound-last h2 {
  color: #0193d2;
  font-weight: bold;
  font-size: 36px;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-last h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-last h2 {
    font-size: 24px;
  }
}
.web-event-secound-last span {
  color: #020202;
  font-weight: bold;
  font-size: 26px;
  display: block;
}
.web-event-secound-last .main-box-last {
  background-color: #0193d2;
  border-radius: 60px;
  padding: 45px;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-last .main-box-last {
    padding: 32px;
    border-radius: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-last .main-box-last {
    border-radius: 44px;
  }
}
@media only screen and (max-width: 425px) {
  .web-event-secound-last .main-box-last {
    border-radius: 44px;
  }
}
.web-event-secound-last .main-box-last p {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 38px;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-last .main-box-last p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-last .main-box-last p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 425px) {
  .web-event-secound-last .main-box-last p {
    font-size: 30px;
  }
}
.web-event-secound-last .main-box-last span {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-last .main-box-last span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-last .main-box-last span {
    font-size: 37px;
  }
}
.web-event-secound-last .main-box-last .del-prize {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .web-event-secound-last .main-box-last .del-prize {
    font-size: 27px;
  }
}
.web-event-secound-last .main-box-last .del-prize::after {
  position: absolute;
  top: 18px;
  left: 118px;
  content: "";
  background-color: red;
  height: 2px;
  width: 116px;
}
@media only screen and (max-width: 1440px) {
  .web-event-secound-last .main-box-last .del-prize::after {
    left: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .web-event-secound-last .main-box-last .del-prize::after {
    left: 73px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-event-secound-last .main-box-last .del-prize::after {
    left: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .web-event-secound-last .main-box-last .del-prize::after {
    left: 57px;
  }
}
@media only screen and (max-width: 768px) {
  .web-event-secound-last .main-box-last .del-prize::after {
    top: 19px;
    left: 48px;
    height: 2px;
    width: 109px;
  }
}
@media only screen and (max-width: 425px) {
  .web-event-secound-last .main-box-last .del-prize::after {
    top: 19px;
    left: 118px;
    height: 2px;
    width: 109px;
  }
}
@media only screen and (max-width: 375px) {
  .web-event-secound-last .main-box-last .del-prize::after {
    left: 92px;
  }
}
@media only screen and (max-width: 320px) {
  .web-event-secound-last .main-box-last .del-prize::after {
    left: 65px;
  }
}

.web-class {
  background-color: rgba(221, 212, 212, 0.34);
}

.barner-noble {
  background-color: #e6e5e5;
  padding: 0px;
}
.barner-noble .noble-content h2 {
  font-size: 26px;
  color: #0193d2;
}
.barner-noble .noble-content li {
  position: relative;
  padding-left: 15px;
}
.barner-noble .noble-content li::after {
  position: absolute;
  content: "";
  left: -3px;
  top: 8px;
  background-color: #00b2ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.myNobleImg .swiper-slide {
  height: 50vh;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myNobleImg .swiper-slide:hover {
  transform: scale(1.2);
  z-index: 99999999;
}

.inner_banner-height {
  min-height: 55rem;
  height: calc(100% - 2.5rem);
}
@media only screen and (max-width: 1600px) {
  .inner_banner-height {
    height: calc(100% - 2.5rem);
    min-height: 40rem;
    padding-top: 4rem;
  }
}/*# sourceMappingURL=custom.min.css.map */