/*  import the fonts.css */
@import url("./fonts.css");

:root {
  --text-color: #1E2B5F;
  --bg-light: #7b93c380;
  --text-white:#fff;

  --bg-dark-btn: #1E2B5F;
  --bg-dark-btn-text-color: var(--text-white);

  --bg-light-btn: #7b93c380;
  --bg-light-btn-text-color: var(--text-white);

  --btn-hover: #56679B;
  --process-no: #7b93c380
}
body {
  background-color: var(--text-white);
}
h1 {
  font-family: "new icon serif";
}
h2 {
  font-family: "new icon script";
}
section a:hover {
  color: var(--text-white);
}
h3 {
  font-family: "celebus regular";
}
.navbar-brand img {
  width: auto;
  max-width: 100%;
  max-height: 129px;
}
.bg-light {
  background-color: transparent !important;
}
.container-fluid {
  padding-left: 2vw;
  padding-right: 2vw;
}
.navbar-nav .nav-item:not(:first-child) {
  margin-left: 2.8vw;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--text-color);
}
.navbar-nav .nav-link.active {
  background-image: linear-gradient(currentcolor, currentcolor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 0.1em);
}

p {
  font-family: libre baskerville !important;
}
.nav-link {
  color: var(--text-color);
  font-family: libre baskerville !important;
  padding: 0.1rem 0 !important;
  border-bottom: 1px solid var(--text-white);
}
.nav-link:focus,
.nav-link:hover {
  color: var(--text-color);
}
.affli h2 {
  font-family: "new icon serif";
  text-transform: uppercase;
  font-size: 76px;
  color: var(--text-color);
  text-align: center;
}

.affli {
  padding: 50px 0;
}
.affli img {
  width: auto;
  height: 200px;
  object-fit: contain;
}
.social-med {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.first_foote h3 {
  color: var(--text-white);
  font-size: 18px;
  width: max-content;
  margin-bottom: 15px;
}
.img-str {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.marq {
  background-color: var(--bg-light);
  font-size: 80px;
  color: var(--text-color);
  font-family: "new icon serif";
  text-transform: uppercase;
  animation-duration: 5s ease-in-out;
  padding-top: 25px;
}
.first_foote_logo p {
  font-size: 10px;
}
.sqsrte-text-color--darkaccent {
  font-size: 14px !important;
  text-decoration: underline !important;
  color: hsla(203.33, 32.14%, 89.02%) !important;
}
.footer {
  background-color: var(--text-color);
  padding: 30px 50px;
  font-family: libre baskerville;
}
.footer .container-fluid {
  padding-left: 6vw;
  padding-right: 6vw;
}
.footer a {
  text-decoration: underline;
  color: var(--text-white);
  font-size: 16px;
  margin-bottom: 10px;
}

.first_foote_last ul.text-end li {
  margin: 10px 0px;
}

.first_foote {
  /* position: absolute; */
  padding-top: 50px;
}
.first_foote_last {
  position: relative;
  padding-top: 50px;
}

.first_foote_logo img {
  width: 250px;
  filter: invert(1);
}
.first_foote_logo {
  text-align: center;
  color: var(--text-white);
}
.foot_three {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.abt_text {
  max-width: 520px;
}
.foote_second {
  margin: 0;
}
section.footer hr {
  border: none;
  color: hsla(0, 0%, 100%, 1);
  background-color: hsla(0, 0%, 100%, 1);
  height: 1px;
  opacity: 1;
}
.fot_sec_data {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.fot_sec_data a {
  color: var(--text-white);
  font-weight: 400;
  font-size: 15px;
}
.about_home {
  padding: 50px 0;
}
.abt_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
.abt_img img {
  width: 90%;
  display: flex;
  object-fit: cover;
  object-position: top;
  height: 70vh;
  border-radius: 5px;
}
.abotimg img {
  width: 90%;
  margin: 0 auto;
  display: flex;
  object-fit: cover;
  object-position: top;
  height: 70vh;
  border-radius: 5px;
  background-color: var(--bg-light);
}
.abtimg img {
  width: 100%;
  margin: auto;
  display: flex;
  object-fit: cover;
  object-position: top;
  height: 600px;
  border-radius: 5px;
  background-color: var(--bg-light);
}
.abt_text h2 {
  font-size: 56px;
  font-weight: 500;
  color: var(--text-color);
}
.abt_text p {
  font-family: libre baskerville;
  color: var(--text-color);
}
.abt_text h4 {
  font-family: libre baskerville;
  color: var(--text-color);
  padding-bottom: 0px;
  font-size: 29px;
}
.about_home .learn_more {
  display: flex;
  width: fit-content;
  margin: 0%;
  background-color: var(--bg-light-btn);
  font-family: "celebus regular";
  text-transform: uppercase;
  color: var(--text-color);
  transition: 0.3s ease-in-out;
}
.about_home .learn_more:hover {
  background-color: var(--btn-hover);
  transition: 0.3s ease-in-out;
}
.learn_more {
  background: var(--bg-dark-btn);
  padding: 30px 80px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-white);
  margin: auto;
  display: flex;
  width: fit-content;
  font-family: "celebus regular";
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  line-height: 1;
  border: 0;
}
.learn_more:hover {
  background-color: var(--btn-hover);
  transition: 0.3s ease-in-out;
}
.learn_more_rev {
  background: var(--bg-light);
  padding: 20px 50px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-color) !important;
  margin: auto;
  display: flex;
  width: fit-content;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}

.learn_more_rev:hover {
  background: var(--btn-hover);
}
.learn_more_rev_get {
  background: var(--bg-light);
  padding: 20px 60px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-color) !important;
  text-transform: uppercase;
  font-weight: 400;
}

.learn_more_rev_get:hover {
  opacity: 0.8;
}
.gallary-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px 0;
}
.grid_three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.grid_three img {
  width: 100%;
  height: 50vh;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.gallary-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.accordion_container {
  padding-bottom: 50px;
}
.service {
  background-color: var(--bg-light);
  padding: 55px 0;
}
.grid_three h1 {
  text-transform: uppercase;
  color: var(--text-color);
  font-size: 60px;
  margin: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.head_s {
  text-transform: uppercase;
  color: var(--text-color);
  font-size: 66px !important;
  margin: 0px;
  text-align: center;
}
.grid_three p {
  font-family: libre baskerville;
  color: var(--text-color);
  text-align: center;
  font-size: 18px;
  min-height: 80px;
}
.gap-d {
  padding: 20px 0;
}
.ser_same {
  position: relative;
}
.bg-sec {
  background-image: linear-gradient(
      0deg,
      rgba(8, 8, 8, 0.1),
      rgba(7, 7, 7, 0.1)
    ),
    url(../images/image-asset.jpeg);
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.main_head {
  display: flex;
  justify-content: space-between;
}
.main_head h2 {
  /* font-family: lora; */
  font-family: "new icon serif";
  font-size: 76px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-white);
}
.acco {
  background-color: var(--text-color);
  padding: 100px 0;
}
.acco h2 {
  font-family: "new icon serif";
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-white);
}
.acco_grid {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 15px;
}
.slider_data img {
  height: 45vh;
  object-fit: cover;
  object-position: top;
  width: -webkit-fill-available;
}
.slider_data {
  background-color: var(--bg-light);
  margin: 10px 5px;
  padding: 20px;
  font-family: libre baskerville;
  text-align: center;
  font-size: 15px;
  height: 70vh;
  color: var(--text-color);
  overflow: hidden;
  overflow-y: auto;
}

.slider_data span {
  font-family: great vibes;
}
/* slider */
.section-main-heading {
  color: var(--text-color);
  margin: 0px 0px 20px;
  text-align: center;
  font-size: 91px;
}

section.what_people {
  padding: 50px 0;
}
.accordion_container h1 {
  padding: 25px 0;
  text-align: center;
}
.accordion_head {
  background-color: transparent;
  color: var(--text-white);
  cursor: pointer;
  font-size: 25px;
  margin: 10px 0 10px 0;
  padding: 10px 10px;
  font-family: libre baskerville;
  border-bottom: 1px solid var(--text-white);
}
.accordion_body {
  background: transparent;
  color: hsla(0, 0%, 100%, 1) !important;
}
.accordion_body p {
  padding: 10px 5px;
  margin: 0px;
  font-family: libre baskerville;
}
.plusminus {
  float: right;
}
.bt {
  border-top: 1px solid var(--text-white);
}
.home_data h1 {
  text-transform: uppercase;
  color: var(--text-white);
  text-align: center;
}
.home_data h2 {
  position: relative;
  margin-top: -40px;
  text-align: center;
}

/* for previous arrow */
.slick-prev:before {
  content: "\f177"; /* unicode for fontawesome left arrow (adjust based on icon library) */
  font-weight: 900;
}

/* for next arrow */
.slick-next:before {
  content: "\f178"; /* unicode for fontawesome right arrow */
  font-weight: 900;
}

.slick-next:before,
.slick-prev:before {
  font-family: "font awesome 6 free";
  font-size: 30px !important;
  line-height: 1;
  opacity: 1;
  color: var(--text-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 1); /* remove default background */
  border: none; /* remove any border */
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.slick-prev {
  left: 10px; /* adjust as needed */
}

.slick-next {
  right: 10px; /* adjust as needed */
}
.slick-next:focus,
.slick-prev:focus,
.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 1); /* remove default background */
}

/* wow */

.wowBack {
  background: #222;
  position: relative;
  overflow: hidden;
}
.wowWrap div {
  background: #27ae60;
  display: block;
  width: 100%;
  margin: 5% 0;
  text-align: center;
  padding-top: 20%;
  padding-bottom: 20%;
}

.wowWrap {
  width: 16.66%;
  float: left;
  padding: 0 0.5%;
}

.wowWrap h4 {
  position: fixed;
  z-index: 200;
  width: 100%;
  padding: 1% 0% 1% 0%;
  margin: 0;
  color: var(--text-white);
  font-size: 1.35vw;
  background: rgba(22, 22, 22, 0.3);
}

.wowWrap div:first-of-type {
  margin-top: 25%;
}

/*I've assigned class wHighlight to all the animate.css classes that add elements onto the page with delay.  */
.wHighlight {
  background: #28a !important;
}
@charset "UTF-8";

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.bg-video-playground {
  position: relative;
  height: 220px;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/home_banner.png");
}

.bg-video-playground video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
}
/* light black overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* light black background */
  z-index: 0; /* make sure it's above the video but below the text */
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-white);
  text-align: center;
  z-index: 1;
}
.section-divider-display {
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
}

.section-divider-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  height: 100px;
}
.why_ {
  background-image: linear-gradient(
      0deg,
      var(--bg-light),
      var(--bg-light)
    ),
    url(../images/image-asset\ \(1\).jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0 30px;
}
.why_data {
  margin: auto;
  max-width: 950px;
  text-align: center;
}
.why_data h1 {
  font-family: "new icon serif";
  color: var(--text-white);
  font-size: 76px;
}
.why_data p {
  color: var(--text-white);
}
.about_last_sec {
  padding: 10px 0 30px;
}
.about_last_sec h2 {
  font-family: "new icon serif";
  color: var(--text-color);
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  font-size: 80px;
}
.head {
  text-align: center;
  color: var(--text-color);
}
.image_gal {
  display: flex;
  gap: 15px;
  margin: auto;
  justify-content: center;
}
.image_gal img {
  width: 500px;
  height: 300px;
  object-fit: cover;
}
.inquery h2 {
  font-family: "new icon serif";
  color: var(--text-color);
  text-align: center;
  padding: 25px 0;
  font-size: 76px;
}
.bg_ing {
  background-image: linear-gradient(0deg, rgb(250 250 250 / 70%), rgb(249 249 249 / 60%)), url(../images/contact_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10px 0;
  min-height: 450px;
}


.learn_more_drive {
  background: #cdd1c5;
  padding: 30px 80px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-color);
  margin: auto;
  display: flex;
  width: fit-content;
  font-family: "celebus regular";
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  line-height: 1;
  border: 0;
}

.learn_more_drive:hover {

  transition: 0.3s ease-in-out;
opacity: 0.8;
}

.form h4 {
  font-size: 26px;
  font-family: "lato", -apple-system, blinkmacsystemfont, "segoe ui", roboto,
    "helvetica neue", arial, "noto sans", sans-serif, "apple color emoji",
    "segoe ui emoji", "segoe ui symbol", "noto color emoji" !important;
  font-weight: 600;
  color: #65676c;
}
.form-label,
.form-check-label {
  font-family: "lato", -apple-system, blinkmacsystemfont, "segoe ui", roboto,
    "helvetica neue", arial, "noto sans", sans-serif, "apple color emoji",
    "segoe ui emoji", "segoe ui symbol", "noto color emoji" !important;
  margin-bottom: 0.5rem;
  font-weight: 550;
  font-size: 0.875rem !important;
  color: #65676c;
}
.form-control {
  font-size: 0.875rem !important;
}
.form p {
  font-weight: 500;
  font-size: 0.875rem;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-family: "lato", -apple-system, blinkmacsystemfont, "segoe ui", roboto,
    "helvetica neue", arial, "noto sans", sans-serif, "apple color emoji",
    "segoe ui emoji", "segoe ui symbol", "noto color emoji" !important;
}
.con_bg {
  background-color: var(--bg-light);
  padding: 2vw 0;
  margin-top: 50px;
}

.fix_wi h2 {
  color: var(--text-white);
  font-family: "new icon serif";
  font-size: 80px;
}

.fix_wi .learn_more {
  font-size: 18px;
  padding: 15px 10px;
  display: inline-block;
  width: 380px;
  word-break: break-all;
  text-align: center;
  margin-left: 10rem;
  position: absolute;
}

.book_sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.book_img img {
  width: 100%;
}
.rad_img {
  width: 200px;
  height: 250px;
  margin: 15px 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
.book_hot h2 {
  font-family: "new icon serif";
  color: var(--text-color);
  text-align: center;
  font-size: 76px;
}
.book_hot {
  padding: 30px 0;
}
.book_hot li {
  color: var(--text-color);
  font-weight: 400;
  font-size: 18px;
  font-family: libre baskerville !important;
  padding-bottom: 12px;
}

.book_data h2 {
  font-family: "new icon serif";
  color: var(--text-color);
  text-align: center;
  font-size: 78px;
  margin: 0;
  padding-top: 50px;
}
.book_data h3 {
  font-family: "new icon script";
  color: var(--text-color);
  text-align: center;
  margin: 0;
  font-size: 42px;
}
.book_data {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  text-align: center;
  align-items: center;
  max-width: 650px;
}
.gpas{
  padding: 0px 40px;
}
.book_data p {
  color: var(--text-color);
  font-size: 17px;
}
.book_data .learn_more_ {
  background: var(--bg-light);
  padding: 20px 50px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-color);
  /* margin: auto; */
  display: flex;
  width: max-content;
  font-family: "celebus regular";
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.book_data .learn_more_:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.book_hot .learn_more_ {
  background: var(--bg-light);
  padding: 20px 50px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-color);
  margin: auto;
  display: flex;
  width: max-content;
  font-family: "celebus regular";
  text-transform: uppercase;
}
.book_hot .learn_more_:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.ser_new h2 {
  font-family: "new icon serif";
  color: var(--text-color);
  text-align: center;
  font-size: 76px;
  margin: 0 0 50px;
}
.ser_new img {
  width: 300px;
}
.ser_new p {
  color: var(--text-color);
  text-align: center;
}
.ser_new {
  padding: 0px 0 30px;
}
.home_banner_ser {
  background-image: url(../images/services1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  height: 35vh;
}
.plan {
  text-align: center;
}
.plan h2 {
  font-family: "new icon serif";
  color: var(--text-white);
  margin: 0;
  font-size: 76px;
}
.plan_sec {
  padding: 70px 0 30px;
  background-color: var(--text-color);
}
.plan p {
  color: var(--text-white);
}
.plan_sec_fix {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  padding: 35px 0;
}
.plan_head h2 {
  font-family: "new icon serif";
  color: var(--text-white);
  margin-top: 0px;
  font-size: 76px;
}
.plan_ul li {
  color: var(--text-white);
  font-size: 18px;
  font-family: libre baskerville !important;
}
.proce_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.process_data h2 {
  color: var(--text-color);
  font-family: "new icon serif";
  font-size: 76px;
}
.set_box h2 {
  color: var(--process-no);
  font-family: "new icon script";
  margin: 0;
}
.set_box h3 {
  color: var(--text-color);
  font-family: libre baskerville !important;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.set_box p {
  color: var(--text-color);
  font-family: libre baskerville !important;
  margin: 0;
}
.process_img img {
  width: 100%;
}
.bx {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.faq {
  background-image: linear-gradient(
      0deg,
      var(--bg-light),
      var(--bg-light)
    ),
    url(../images/faq.jpeg);
    background-position: bottom;
  /* background-color: #bec8c8; */
  padding: 30px 0;
}
.faq_a h2 {
  font-family: "new icon serif";
  color: var(--text-white);
  text-transform: uppercase;
  font-size: 76px;
}
.faq_a .accordion_head {
  font-family: libre baskerville !important;
  font-weight: 400;
}
.get_touch {
  background-color: var(--bg-light);
  padding: 80px 0;
}
.get_touch h2 {
  font-family: "new icon script";
  color: var(--text-white);
  margin: 0;
}
.gettouch {
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  color: var(--text-white);
}

.slide_wrap {
  width: 100%;
  padding: 10px 20px;
  /* background: rgba(0, 0, 0, 0.1); */
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -6%);
  box-sizing: border-box;
}
.slide_show1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
}
.slide_show1 .slide_img {
  width: 5000px;
  overflow: hidden;
}
.slide_show1 .slide_img > div {
  float: left;
  width: 420px;
  padding: 5px;
  height: 80vh;
}
.slide_btn a {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  color: var(--text-color);
  width: 60px;
  height: 60px;
  line-height: 58px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  transition: all 0.3s;
}
.slide_btn a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.slide_btn a.prev {
  left: 10px;
}
.slide_btn a.next {
  right: 10px;
}

.form-control:focus {
  box-shadow: 0 0 0 1px #1cb2f5 !important;
}

.sectionContent {
  padding-left: 15vh !important;
  padding-right: 15vh !important;
}

.video-bg-container {
  position: relative;
  height: 320px;
  width: 100%;
  margin-bottom: 28px;
  z-index: 0;
}

.video-bg-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

/* semi-transparent overlay */
.video-bg-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-light) /* transparent dark overlay */
  z-index: 0;
}

/* text over the video */
.video-bg-container .overlay-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--text-white);
  z-index: 1;
  width: 100%;
}

/* curve container with svg */
.curve-container {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2; /* ensure it overlays the video */
}

.curve-container svg {
  display: block;
  width: 100%;
  height: auto;
}

.slider-container {
  padding: 1rem;
  /*   border:5px solid lightblue; */
}

.slider-item {
  padding: 1rem;
}

/* within debug mode in chrome, i found that the arrows were hidden so i adjusted them   */
.slick-next {
  right: -15px;
}

.slick-prev {
  left: -15px;
}

.slick-dots {
  left: 0;
  /*   bottom:8px; */
}

.slick-dots:active {
  color: var(--text-white);
}

/*the dots before they are active  */
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #22a6b3;
}

/* the dot when active */
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

/* background image styles */

figcaption {
  color: #95afc0;
  text-align: center;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-color: lightblue;
  max-width: 100%;
  background-image: url("https://images.unsplash.com/photo-1660940593342-513bd2281bdd?ixlib=rb-1.2.1&ixid=mnwxmja3fdb8mhxwag90by1wywdlfhx8fgvufdb8fhx8&auto=format&fit=crop&w=687&q=80");
}

.bg-image:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /*  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  cursor: pointer;
}

.bg-2 {
  background-image: url("https://images.unsplash.com/photo-1553342385-111fd6bc6ab3?ixlib=rb-1.2.1&ixid=mnwxmja3fdb8mhxzzwfyy2h8oxx8axrhbhl8zw58mhx8mhx8&auto=format&fit=crop&w=500&q=60");
}

.bg-3 {
  background-image: url("https://images.unsplash.com/photo-1503917988258-f87a78e3c995?ixlib=rb-1.2.1&ixid=mnwxmja3fdb8mhxzzwfyy2h8mxx8znjhbmnlfgvufdb8fdb8fa%3d%3d&auto=format&fit=crop&w=500&q=60");
}

.bg-4 {
  background-image: url("https://images.unsplash.com/photo-1586122891856-5f90886b0cee?ixlib=rb-1.2.1&ixid=mnwxmja3fdb8mhxwag90by1wywdlfhx8fgvufdb8fhx8&auto=format&fit=crop&w=687&q=80");
}

.bg-5 {
  background-image: url("https://images.unsplash.com/photo-1572225303717-a96db5e8d8b0?ixlib=rb-1.2.1&ixid=mnwxmja3fdb8mhxzzwfyy2h8m3x8c3dlzgvufgvufdb8fdb8fa%3d%3d&auto=format&fit=crop&w=500&q=60");
}

.bg-6 {
  background-image: url("https://images.unsplash.com/photo-1588638260859-cf09d71423d8?ixlib=rb-1.2.1&ixid=mnwxmja3fdb8mhxzzwfyy2h8mnx8zg9taw5py2fujtiwcmvwdwjsawn8zw58mhx8mhx8&auto=format&fit=crop&w=500&q=60");
}

.bg-7 {
  background-image: url("https://images.unsplash.com/photo-1518638150340-f706e86654de?ixlib=rb-1.2.1&ixid=mnwxmja3fdb8mhxwag90by1wywdlfhx8fgvufdb8fhx8&auto=format&fit=crop&w=1467&q=80");
}

.bg-8 {
  background-image: url("https://images.unsplash.com/photo-1555881400-74d7acaacd8b?ixlib=rb-1.2.1&ixid=mnwxmja3fdb8mhxwag90by1wywdlfhx8fgvufdb8fhx8&auto=format&fit=crop&w=1470&q=80");
}

.bg-9 {
  background-image: url("https://images.unsplash.com/photo-1553913861-c0fddf2619ee?ixlib=rb-1.2.1&ixid=mnwxmja3fdb8mhxwag90by1wywdlfhx8fgvufdb8fhx8&auto=format&fit=crop&w=1470&q=80");
}

.bg-10 {
  background-image: url("https://images.unsplash.com/photo-1555400038-63f5ba517a47?ixlib=rb-1.2.1&ixid=mnwxmja3fdb8mhxwag90by1wywdlfhx8fgvufdb8fhx8&auto=format&fit=crop&w=1470&q=80");
}

/*changes the height of the image  */
.landscape {
  padding-bottom: 120%;
}

@media (max-width: 600px) {
  figcaption {
    font-size: 0.8rem;
  }
}

/*carousel gallery*/
.carousel-gallery {
  margin: 50px 0;
  padding: 0 30px;
  .swiper-slide {
    a {
      display: block;
      width: 100%;
      height: 200px;
      border-radius: 4px;
      overflow: hidden;
      position: relative;

      -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);

      &:hover {
        .image {
          .overlay {
            opacity: 1;
          }
        }
      }

      .image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        .overlay {
          width: 100%;
          height: 100%;
          background-color: rgba(20, 20, 20, 0.8);
          text-align: center;
          opacity: 0;

          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear;

          em {
            color: var(--text-white);
            font-size: 26px;
            position: relative;
            top: 50%;
            -webkit-transform: translatey(-50%);
            -ms-transform: translatey(-50%);
            -o-transform: translatey(-50%);
            transform: translatey(-50%);
            display: inline-block;
          }
        }
      }
    }
  }

  .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;

    .swiper-pagination-bullet {
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;

      &:hover {
        opacity: 0.7;
      }

      &.swiper-pagination-bullet-active {
        background-color: #d63031;
        transform: scale(1.1, 1.1);
      }
    }
  }
}
/*# carousel gallery*/

.plugins {
  text-align: center;

  h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: arial;
    text-transform: uppercase;
    color: #111;
  }

  a {
    display: inline-block;
    font-family: arial;
    color: #777;
    font-size: 14px;
    margin: 10px;
    transition: all 0.2s linear;

    &:hover {
      color: #d63031;
    }
  }
}

.tc {
  background-color: var(--text-color);
  padding: 100px 0;
}
.term h2 {
  color: var(--text-white);
  font-family: "new icon script";
}
.tc .content {
  text-align: left;
}

.tc mark {
  /* background: #bfbf1c3d; */
  background: transparent;
  text-decoration: underline;
  font-weight: 600;
  color: var(--text-white);
}

.tc-p {
  display: flex;
  gap: 55px;
}
.policy {
  text-align: left;
  color: var(--text-white);
  font-size: 16px;
}
.form {
  max-width: 1000px !important;
  margin: auto;
}

.btn-primary {
  background-color: var(--bg-dark-btn);
  border-color: var(--bg-dark-btn);
  transition-property: box-shadow, border, color, background-color, filter, width, opacity, flex-basis, flex;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  background-color: var(--btn-hover) !important;
  border-color: var(--btn-hover) !important;
}

.preferredPartners {
  width: 40%;
  margin: auto;
}

/* Main Logo Styling */
.main-logo {
  width: 200px !important;
  margin-bottom: 5rem;
}

/* Partner Logo Styling */
.partner-logo {
  width: 50px !important;
  object-fit: contain;
  filter: grayscale(100%);
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.swiper-slide-active .partner-logo {
  transform: scale(1.2);  /* Enlarge active logo */
  filter: grayscale(0%);
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: start;
}

.swiper-slide-active {
  z-index: 10;
}

.gallarySwiperSlider {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  font-size: 24px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #ff5e57;
}

.navbar {
  z-index: 1;
}

button.navbar-toggler {
  position: absolute;
  right: 10px;
  background: transparent;
  cursor: pointer;
  width: 49px;
  height: 49px;
  padding: 0;
  margin: 0;
  box-shadow: none !important;
  border: 0;
  z-index: 1051;
}

button.navbar-toggler span {
  display: block;
  height: 2.725px;
  width: 35px;
  background: var(--text-color);
  transition: transform 250ms cubic-bezier(.2,.6,.3,1), width 250ms cubic-bezier(.2,.6,.3,1);
  will-change: transform, width;
  position: absolute;
  right: 8px;
  transform: rotate(0deg);
}

button.navbar-toggler span:first-child {
  top: 18px;
}
button.navbar-toggler span:last-child {
  top: 30px;
}

button.navbar-toggler[aria-expanded="true"] span {
  /* background-color: #ffd9cb; */
  top: 23px;
}
button.navbar-toggler[aria-expanded="true"] span:first-child {
  transform: translatex(3.5px) rotate(135deg);
  background: #FFF !important;
  transition: transform 0.4s ease, top 0.2s ease;
}
button.navbar-toggler[aria-expanded="true"] span:last-child {
  transform: translatex(3.5px) rotate(-135deg);
  background: #FFF !important;
  transition: transform 0.4s ease, bottom 0.2s ease;
}

/* Menu container */
.menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: var(--text-color); /* Similar to the image */
  padding: 20px;
  display: none;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  z-index: 1050;
}

/* Links styling */
.menu a {
  font-family: Libre Baskerville;
  color: var(--text-white);
  font-size: 8.5vmin;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 1vw 5vw;
  transition: opacity 250ms cubic-bezier(.4,0,.2,1);
}

/* Show the menu when active */
.menu-open .menu {
  display: flex;
  opacity: 1;
}
.pref{
display:none;
}