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

html {
  margin: 0 auto;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica-Regular" !important;
}

button:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
}

p {
  letter-spacing: .3px;
}

/* @font-face {
  font-family: "Aeonik-ThinItalic";
  src: url("../fonts/Helvetica-Font/Aeonik-ThinItalic.otf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Helvetica-Medium";
  src: url("../fonts/Helvetica-Font/Helvetica-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica-Regular";
  src: url("../fonts/Helvetica-Font/Helvetica-Regular.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Font/Helvetica-Bold.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bold {
  font-family: "Helvetica-Bold";
}

.regular {
  font-family: "Helvetica-Regular";
}

.medium {
  font-family: "Helvetica-Medium";
}



.font15 {
  font-size: 15px;
  line-height: 25px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
  line-height: 30px;
}

.font22 {
  font-size: 22px;
}

.font25 {
  font-size: 25px;
}

.font30 {
  font-size: 30px;
  line-height: 40px;
}

.font35 {
  font-size: 35px;
  line-height: 40px;
}

.font40 {
  font-size: 40px;
  line-height: 50px;
}

.font45 {
  font-size: 45px;
  line-height: 50px;
}

.font50 {
  font-size: 50px;
  line-height: 60px;
}

.font64 {
  font-size: 64px;
  line-height: 74px;
}

.font80 {
  font-size: 80px;
  line-height: 74px;
}

.white {
  color: #d2d2d2;
}

.black {
  color: #000;
}

.primary {
  color: #f2a21e;
}

.secondary {
  color: #4e2b73;
}

.pt {
  padding-top: 100px;
}

.pb {
  padding-bottom: 100px;
}

.mt {
  margin-top: 100px;
}

.mb {
  margin-bottom: 100px !important;
}

.hero-banner {
  height: 100vh;
  position: relative;
  /* margin-top: -90px; */
  /* background-image: url(../images/hero-bg.webp); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position: center; */
}

.owl-slider {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.owl-slider .owl-stage {
  display: flex;
}

.owl-slider .slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.owl-slider .disabled {
  display: none;
}

.owl-slide {
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 11111111; */
  /* display: none; */
  /* opacity: .6; */
  z-index: -2;
}

.set-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.a-logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -1%);
  z-index: 111;
}

.head {
  display: none;
  z-index: 1;
}

.h-left {
  z-index: 1;
}

.h-right {
  z-index: 1;
}

.hero-banner .top-left {
  position: absolute;
  top: 20px;
  left: 14%;
  transform: translate(-50%, -1%);
  /* display: flex;
  flex-direction: row; */
  display: inline-block;
  z-index: 111;
}

.main-logo a {
  /* position: absolute;
  top: 28px;
  left: 24%; */
  /* transform: translate(-50%,-1%); */
  color: #4e2b73;
  text-decoration: none;
  font-weight: 800;
}

.head a {
  font-weight: 800;
}

.main-logo a:hover {
  color: #4e2b73;
}

/* .owl-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0) 60%);
}

.owl-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255 255 255 / 0.08) 0%, rgba(255, 255, 255, 0) 20%);
} */

.h-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  transform: translate(0%, -50%);
  text-align: center;
  z-index: 1;
}

.h-title h1 {
  letter-spacing: 8px;

}

.b-big {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* background-image: url(../images/b-big.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; */
  padding: 40px;
  /* background-origin: content-box, padding-box; */
}

/* .milestone {
  align-items: center;
  display: flex;
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-image: url(../images/milestone.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 50px;
  background-origin: content-box, padding-box;
} */
.b-wrapper h2 {
  padding-bottom: 30px;
  letter-spacing: 10px;
  margin: 0;
}

.b-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  text-align: center;
}

.b-wrapper p {
  padding: 30px 0 30px;
  letter-spacing: 3px;
  margin: 0;
  font-size: 22px;
}

.nh {
  display: flex;
  align-items: end;
  position: absolute;
  bottom: 0;
  transform: translate(15%);
}

.nh-list ul {
  margin-bottom: 0;
}

.nh-list li {
  color: #000;
  list-style-type: none;
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
}

.hero-cta {
  padding: 30px 0;
}

.bt-cta {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 150px;
  text-align: center;
}

.bt-cta>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  width: 100%;
}

.twin-btn {
  text-decoration: none;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;

  outline: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 1px solid #f2a21e !important;

  background-color: #f2a21e;
  color: #fff !important;

}

.twin-btn:hover {
  background-color: #4e2b73;
  color: #fff;
  text-decoration: none;
  border: 1px solid#4e2b73 !important;
}

.twin-btn2 {
  color: #fff !important;
  text-decoration: none;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  outline: none;
  border: 1px solid#4e2b73 !important;
  background-color: #4e2b73;
  color: #fff;

  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.twin-btn2:hover {
  background-color: #f2a21e;
  color: #fff;
  text-decoration: none;
  border: 1px solid #f2a21e !important;
}

.build-twinr .hero-cta>div a:nth-child(2) {
  z-index: 1;
}

.v-tab {
  background-color: #4e2b73;
  /* height: 100vh;  */
  /* z-index: -2; */
  /* overflow: hidden; */
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
}

.v-tab .row {
  margin-top: -100px;
}

.v-tab h2 {
  color: #7d6a95;
  /* position: absolute;
  top: 4%; */
  /* left: 20%; */

  /* transform: translate(0%); */
  z-index: 0;
  font-size: 120px;
  line-height: 0.9;
  letter-spacing: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}

.v-tab h2 span {
  color: #794b66;
}

.v-tab h4 {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  letter-spacing: 1px;
}

.l-bg .v-tab p {
  color: #fff;
  padding-inline: 100px;
  letter-spacing: .3px;
}

.v-tab h3 {
  text-transform: uppercase;
  color: #f2a21e;
  /* padding: 15px 0; */
  padding-top: 15px;
  letter-spacing: 1px;
}

.l-bg img {
  width: 100%;
  height: 100%;
}

.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* z-index: -11111111; */
}

.r-bg img {
  width: 100%;
  height: 100%;
}

.r-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  /* z-index: -11111111; */
}

.v-tab .tab-content {
  margin-top: 210px;
  padding-inline: 200px;
}

.v-tab .tab-content p {
  color: #fff;
  padding-top: 10px;
}

.v-tab .tab-content span {
  display: none;
}

.tabs {
  max-width: 580px;
  margin: 20px auto;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  background-color: #f2a21e !important;
  color: #fff;
}

.nav-tabs .nav-link {
  color: #4e2b73;
  border: none !important;
  text-align: center;
  background-color: #fff;
  padding: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  outline: none;

}

.nav-tabs .nav-link:hover {
  background-color: #f2a21e;
  color: #fff;
}


.nav-item {
  /* width: 30%; */
  margin: 10px 0px;
  margin-right: 15px;

}

.nav-tabs {
  border: none !important;
  justify-content: center;
  /* margin-top: 45%; */
}

.tab-pane {
  text-align: center;
  width: 100%;
  margin: auto;
}

.a-video {
  display: flex;
}

.a-video iframe {
  max-height: 400px;
  border-radius: 20px;
  margin: auto;
}

.swiper {
  max-width: 1200px;
  height: auto !important;
  padding-bottom: 5rem;
  cursor: grab;

}

.cf-main {
  overflow: hidden;
  max-width: 100%;
}

.swiper-slide img {
  height: auto;
  width: 100%;
  object-fit: contain;
  user-select: none;
}

.swiper-scrollbar {
  margin-top: 3rem;
}

.c-logo {
  padding: 20px 10px;
}

.farsan-sp {
  width: 200px;
  margin: auto;
  padding: 30px 10px;
}

.c-logo img {
  max-height: 50px;
}

.swiper-slide a {
  text-align: center;
  width: 100%;
  background-color: #f2a21e;
  border: 1px solid #f2a21e;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  text-decoration: none;
  transition: all ease-in-out .3s;
}

.swiper-slide a:hover {
  background-color: #4e2b73;
  border: 1px solid #4e2b73;
}

.swiper-slide p {
  user-select: none;

}

/* Ignore everything below */
.cc {
  padding-inline: 20px;
  padding-bottom: 50px;
}

.swiper-slide-active {
  background-color: #fff;
  box-shadow: 0px 2px 5px #bcbcbc;
  width: 400px;
  border-radius: 12px;
}

.coverflow {
  align-items: center;
  display: flex;
  /* height: 120vh; */
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  background-image: url(../images/cf-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -111111;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 35px;
  cursor: pointer;
  z-index: 11111111;
  color: #f2a21e;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  display: none;
}

.swiper-pagination-bullet-active {
  background-color: #f2a21e !important;

}

.swiper-button-next {
  color: #4e2b73;
  right: -3px;
  z-index: 1111;
}

.swiper-button-spanv {
  color: #4e2b73;
  left: -3px;
}

.swiper-slide-next,
.swiper-slide-prev {
  opacity: .5;
  height: 100%;
  /* padding-top: 20px; */
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(4deg) scale(0.9) !important;
  border-radius: 12px;
  background-color: #fff !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background-color: #000;
  opacity: 0.8 !important;
}

.docs {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.25rem;
}

.button {
  transition: background 300ms, color 300ms, box-shadow 300ms;
  background: #F7F7F7;
  font-size: 15px;
  color: #555555;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 0.25rem;
}

.button:hover {
  background: transparent;
  box-shadow: 0px 0px 0px 1px inset;
}

.button>i {
  padding-left: 1rem;
}

.coverflow h4 {
  padding-top: 50px;
}

.cf-title h2 {
  /* font-size: 45px; */
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 1.3;
}

.cf-title h5 {
  /* position: relative; */
  font-size: 30px;
  letter-spacing: 5px;
}

.cf-title h4 {
  color: #000;
  letter-spacing: 5px;
  font-size: 30px;
}

.cf-title p {
  margin-bottom: 30px;
  font-size: 20px;
  /* padding-inline: 200px; */
  color: #4e2b73;
}





#tabs1 {
  display: flex;
  /* flex-direction: row-reverse; */
  position: relative;
  margin: 0 auto;
  /* margin-top: 50px; */
  /* height: auto;
  min-height: 200px; */
  min-height: 550px;
  /* overflow: hidden; */
}

#tabs1 ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: top;
  width: 50%;
  background-color: #4e2b73;
  padding-top: 100px;
  padding-bottom: 100px;
}

#tabs1 ul li a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3b3b3b;
  padding: 0px 0px 0;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;

}

#tabs1 ul li:focus,
a:focus {
  outline: none;

}

#tabs1 ul li:nth-child(1) a {
  border-top: none;
}

#tabs1 ul li a.active .title {
  color: #f2a21e;
  font-size: 45px;
}

#tabs1 ul li a.active {
  /* background: linear-gradient(90deg, rgba(98, 91, 255, 0.47) -35.77%, rgba(255, 86, 218, 0) 92.46%); */
}

.para-a {
  font-weight: bold;
  margin-top: 10px;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  border: none;
  color: #000;
}

.tag {
  position: relative;
  width: 100%;
  /* border-top: 2px solid rebeccapurple; */
  padding: 0px 0 0;
  text-align: right;
  padding-right: 50px;
}

/* .icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  vertical-align: middle;
} */

/* .block {
  position: absolute;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: solid 2px #7b7b7b;
  border-radius: 5px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

/* .circle {
  position: absolute;
  padding: 2px;
  border: solid 2px #7b7b7b;
  border-radius: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.title {
  display: inline-block;
  /* text-transform: uppercase; */
  font-weight: bold;
  padding-left: 150px;
  vertical-align: middle;
  color: #311e56;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;

}

.addon {
  position: relative;
  width: 100%;
  /* height: 160px; */
  /* padding-left: 50%; */
  padding-right: 50px;
  letter-spacing: 0;
  font-size: 13px;
  color: #fff;
  opacity: 0;
  width: 400px;
  margin: auto;
  margin-right: 0;

  /* background: linear-gradient(90deg, rgba(98, 91, 255, 0.47) -35.77%, rgba(255, 86, 218, 0) 92.46%); */
  /* top: -25px; */
}

.addon.fadein {
  opacity: 1;
}

.addon:active div.tag {
  background: linear-gradient(90deg, rgba(98, 91, 255, 0.47) -35.77%, rgba(255, 86, 218, 0) 92.46%);
}

.browser {
  width: 50.1%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  /* overflow: hidden; */
}

.dot {
  position: relative;
  display: inline-block;
  padding: 4px;
}

.dot:nth-child(1) {
  margin-left: 7px;
}

#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
}

#tabs-1 {
  background-image: url(../images/kids.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#tabs-2 {
  background-image: url(../images/1.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#tabs-3 {
  background-image: url(../images/kids.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#tabs-4 {
  background-image: url(dukan.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#tabs-5 {
  background-image: url(wordspanss.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.va-tab .container-fluid {
  padding: 0;
}

.addon span {
  font-size: 14px;
  letter-spacing: .5px;
  margin-bottom: 10px;
  text-align: justify;
  display: block;
  text-align-last: right;
}

.addon h5 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
  text-align-last: right;
}






@media only screen and (max-width: 993px) {
  .browser {
    width: 50%;
  }

  #tabs1 ul {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .tag {
    padding-right: 30px;
  }

  .addon {
    padding-right: 30px;
  }

  #tabs {
    /* max-height: 650px!important; */
  }

  /* section {
    padding-bottom: 300px;
  } */
}



@media only screen and (max-width: 768px) {
  .browser {
    width: 100%;
    top: 300px;
  }

  #tabs1 ul {
    width: 100%;
    z-index: 0;
  }

  .addon {
    font-size: 12px;
    padding-left: 30px;
  }

  .title {
    padding-left: 10px;
  }

  /* #tabs1 ul li a.active .title {
    font-size: 18px;
  } */

  #tabs1 {
    flex-direction: column-reverse;
    min-height: 0px
  }

  #tabs-1,
  #tabs-2,
  #tabs-3,
  #tabs-4,
  #tabs-5 {
    background-size: 100%;
    top: 60px !important;
  }

  #tabs-1 {
    background-image: url(../images/kids-mob.webp) !important;
  }

  #tabs-2 {
    background-image: url(../images/1-mob.png) !important;
  }

  #tabs-3 {
    background-image: url(../images/kids-mob.webp) !important;
  }
}

@media only screen and (max-width: 490px) {

  #tabs-1,
  #tabs-2,
  #tabs-3,
  #tabs-4,
  #tabs-5 {
    background-size: 100%;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 370px) {

  #tabs-1,
  #tabs-2,
  #tabs-3,
  #tabs-4,
  #tabs-5 {
    background-size: 100%;
    /* top: 15px!important; */
  }
}

.milestone {
  align-items: center;
  display: flex;
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  background-origin: content-box, padding-box;
  position: relative;
  padding-top: 80px;
}

.milestone h5 {
  padding-top: 50px;
}


.cf-title h5::before {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translate(-50%, -5%);
  z-index: -1;
  content: url(../images/shape.png);
  /* width: 50px; */
}

.cf-title h3 {
  position: relative;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 1.3;
}

.cf-title h3::before {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, -1%);
  z-index: -1;
  content: url(../images/shape.png);
  /* width: 50px; */
}

.benchmark {
  position: relative;
}

.benchmark .parent img {
  width: 100%;
}

/* Flashing */
.benchmark .div1:hover img,
.benchmark .div2:hover img,
.benchmark .div3:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

.benchmark .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  z-index: 111111111111;
  position: relative;
}

.benchmark .parent-mob {
  display: none;
}

.benchmark .div1 {
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

.benchmark .div2 {
  grid-area: 1 / 2 / 2 / 3;
  position: relative;
}

.benchmark .div3 {
  grid-area: 2 / 2 / 3 / 3;
  position: relative;
}

.benchmark .div1 h5,
.benchmark .div2 h5,
.benchmark .div3 h5,
.benchmark .div1 p,
.benchmark .div2 p,
.benchmark .div3 p {
  position: absolute;

}

.benchmark .div1 h5,
.benchmark .div2 h5,
.benchmark .div3 h5 {
  bottom: 60px;
  left: 30px;
  color: #f2a21e;
  font-size: 20px;
  margin-bottom: 0;
}

.benchmark .div1 p,
.benchmark .div2 p,
.benchmark .div3 p {
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}





.map {
  background-color: #4e2b73;
  position: relative;
  /* height: 90vh; */
  padding-bottom: 50px;
}

.map-content span {
  color: #fff;
}

.map-content h2 {
  z-index: 1111111111;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, -30%);
  /* font-size: 35px; */
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 1.3;
  width: 100%;
}

.map-img {
  /* bottom: 100px; */
  left: 50%;
  transform: translate(-65%, -10%);
  position: absolute;
  width: 100%;
}

.map-img img {
  width: 130%;
}

.map-i {
  position: relative;
}

.map iframe {
  padding-top: 200px;
  /* padding-inline: 10%; */
}

.map .row {
  /* width: 100%!important; */
  justify-content: center;
}

.contact-text {
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
  padding-inline: 200px;
}

.contact-text a {
  color: #fff;
  /* font-weight: bold; */
  text-decoration: none;
  vertical-align: sub;
  letter-spacing: 1px;
  transition: all ease-in-out .3s;
}

.contact-text a:hover {
  color: #f2a21e;
}

.phn {
  position: relative;
  vertical-align: center;
}

.phn::before {
  position: absolute;
  content: "\f095";
  color: #4e2b73;
  left: -45px;
  /* top: -10px; */
  font-family: fontAwesome;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: center;
}

.mail {
  position: relative;
  vertical-align: center;
}

.mail::before {
  position: absolute;
  content: "\f0e0";
  color: #4e2b73;
  left: -45px;
  /* top: -10px; */
  font-family: fontAwesome;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: center;
}

.sm-icons {
  color: #fff;
  vertical-align: top;
}

.sm-icons i {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #4e2b73;
  transition: all ease-in-out .3s;
}

.sm-icons i:hover {
  background-color: #f2a21e;
}

.copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
}

.copy p {
  display: inline-block !important;
  letter-spacing: 3px;
  text-align: right;
  margin-bottom: 0;
}

.copy img {
  width: 100px;
  filter: brightness(0);
}

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

.dc p {
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0;
}

/* ---------------------menu page start-------------------------------- */

.font64-m {
  font-size: 64px;
  font-weight: 700;
}

.font20-m {
  font-size: 20px;
  color: black;
}

.font22-m {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

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

.main img {
  width: 100%;
}

.main {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}

.menu-s1 {
  position: relative;
  margin-top: 30px;
}

.emo-1 {
  width: 70px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.emo-2 {
  width: 70px;
  position: absolute;
  top: 0%;
  left: 12%;
}

.emo-3 {
  width: 70px;
  position: absolute;
  top: 0%;
  left: 24%;
}

.emo-4 {
  width: 70px;
  position: absolute;
  top: 0%;
  right: 24%;
}

.emo-5 {
  width: 70px;
  position: absolute;
  top: 0%;
  right: 12%;
}

.emo-6 {
  width: 70px;
  position: absolute;
  top: 0%;
  right: 0%;
}

.emo-7 {
  width: 70px;
  position: absolute;
  top: 30%;
  left: 6%;
  display: none;
}

.emo-8 {
  width: 70px;
  position: absolute;
  top: 30%;
  left: 18%;
  display: none;
}

.emo-9 {
  width: 70px;
  position: absolute;
  top: 30%;
  right: 6%;
}

.emo-10 {
  width: 70px;
  position: absolute;
  top: 30%;
  right: 18%;
}

.emo-11 {
  width: 70px;
  position: absolute;
  top: 60%;
  left: 0%;
}

.emo-12 {
  width: 70px;
  position: absolute;
  top: 60%;
  left: 18%;
}

.emo-13 {
  width: 70px;
  position: absolute;
  top: 60%;
  right: 6%;
}

.emo-14 {
  width: 70px;
  position: absolute;
  top: 60%;
  right: 23%;
}

.emo-15 {
  width: 70px;
  position: absolute;
  top: 75%;
  left: 28%;
}

.emo-16 {
  width: 70px;
  position: absolute;
  top: 75%;
  right: 28%;
}

.emo-17 {
  width: 70px;
  position: absolute;
  top: 80%;
  left: 9%;
}

.emo-18 {
  width: 70px;
  position: absolute;
  top: 80%;
  left: 18%;
  display: none;
}

.emo-19 {
  width: 70px;
  position: absolute;
  top: 80%;
  right: 6%;
}

.emo-20 {
  width: 70px;
  position: absolute;
  top: 80%;
  right: 18%;
}

.menu-part-2 {
  margin-top: -65px;
}

.s1-dowm-img {
  width: 18%;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.fries-img {
  width: 10%;
  position: absolute;
  left: 0;
  top: 55%;
}

.s1-dowm-img:hover {}

.sandwich-img {
  width: 25%;
  position: absolute;
  right: -11%;
  top: 25%;
  z-index: 1;
}

.last-right-img {
  width: 10%;
  position: absolute;
  right: 0;
  bottom: 5%;
}

.menu-s1 h2 {
  color: #F2A21E;
  letter-spacing: 6px;
  line-height: 1.2;
  margin: 0px;
  font-family: Helvetica-Bold;
}

.menu-s1 h3 {
  letter-spacing: 6px;
  line-height: 1.2;
  font-family: Helvetica-Bold;

}

.purple {
  color: #4E2B73;
  font-weight: 700;
}

.s1-headline {
  text-align: center;
  width: 65%;
  margin: auto;
  position: relative;
}

.headline-r-img {
  width: 150px;
  position: absolute;
  right: -30%;
  top: 3%;
  z-index: 1;
  animation: rotate-animation 10s infinite linear;
}


@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.headline-l-img {
  position: absolute;
  left: -40%;
  top: 18%;
  width: 300px;
  z-index: 1;
}

.s1-headline span {
  font-weight: 700;
  overflow: inherit;
}

.s1-headline h5 {
  padding-bottom: 70px;
  margin: 50px 0px;
  font-weight: 600;
}

.s1-headline h5 span {
  font-family: helvetica-bold;
}

.client-box {
  padding: 20px 20px;
  padding-top: 0px;
  background-color: white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all ease-in-out .3s;
}

.box-logo {
  text-align: center;
  margin: auto;
  /* margin-top: 0px; */
}

.client-box a {
  background-color: #E99C1C;
  padding: 8px 0px;
  margin: 0px 15px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: all ease-in-out .3s;
}

.client-box:hover {
  box-shadow: 0 0 50px grey;
}

.client-box:hover a {
  background-color: #4D2B73;
}

.main .parent {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0px 50px;
  position: relative;
  z-index: 1;
}

.main .div1 {
  grid-area: 1 / 1 / 2 / 3;
}

.main .div2 {
  grid-area: 1 / 3 / 2 / 5;
}

.main .div3 {
  grid-area: 1 / 5 / 2 / 7;
}

.main .div4 {
  grid-area: 1 / 7 / 2 / 9;
}

.main .div5 {
  grid-area: 2 / 1 / 3 / 3;
}

.main .div6 {
  grid-area: 2 / 3 / 3 / 5;
}

.main .div7 {
  grid-area: 2 / 5 / 3 / 7;
}

.main .div8 {
  grid-area: 2 / 7 / 3 / 9;
}

.main .div9 {
  grid-area: 3 / 4 / 4 / 6;
}

.main .a-logo {
  width: auto;
}

.main .top-left img {
  width: 35px;
}

.main .top-left {
  /* position: absolute;
  top: 20px;
  left: 190px;
  transform: translate(-50%, -1%);
  display: inline-block; */
  position: absolute;
  top: 20px;
  left: 14%;
  transform: translate(-50%, -1%);
  display: inline-block;
}

.h-left img {
  width: auto;
  z-index: 1;
}

.main .top-left a {
  color: #4e2b73;
  font-weight: 800;
}


/* emojis start */

.all-emo img {
  width: 100%;
}

.all-emo {
  width: 70px;
  position: absolute;
}

.b-emo1 {
  top: 5%;
  left: 0%;
}

.b-emo2 {
  top: 5%;
  left: 12%;
}

.b-emo3 {
  top: 5%;
  left: 24%;
}

.b-emo4 {
  top: 5%;
  right: 0%;
}

.b-emo5 {
  top: 5%;
  right: 12%;

}

.b-emo6 {
  top: 5%;
  right: 24%;

}

.b-emo7 {
  top: 33%;
  left: 0%
}

.b-emo8 {
  top: 33%;
  left: 12%;

}

.b-emo9 {
  top: 33%;
  right: 0%;

}

.b-emo10 {
  top: 33%;
  right: 12%
}

.b-emo11 {
  top: 58%;
  left: 0%
}

.b-emo12 {
  top: 58%;
  left: 12%;
}

.b-emo13 {
  top: 58%;
  right: 0%;
}

.b-emo14 {
  top: 58%;
  right: 12%;
}

.b-emo15 {
  top: 82%;
  left: 0%;
}

.b-emo16 {
  top: 82%;
  left: 12%;
}

.b-emo17 {
  top: 82%;
  left: 24%;
}

.b-emo18 {
  top: 82%;
  right: 0%;
}

.b-emo19 {
  top: 82%;
  right: 12%;
}

.b-emo20 {
  top: 82%;
  right: 24%;
}

.cr-emo1 {
  top: 40%;
  left: 0%;
}

.cr-emo2 {
  top: 40%;
  left: 11%;
}

.cr-emo3 {
  top: 40%;
  left: 22%;
}

.cr-emo4 {
  top: 40%;
  right: 22%;
}

.cr-emo5 {
  top: 40%;
  right: 11%;
}

.cr-emo6 {
  top: 40%;
  right: 0%;
}

/* emojis end */
.wppBtn {
  display: none;
  position: fixed;
  bottom: 68px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 999;
  max-width: 60px;
  max-height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/wp.png");
}

/* wppulse */
.wppulse {
  position: fixed;
  z-index: 999999999999999;
}

.wppulse:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 3px solid #4E2B73;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: wppulse 2s ease 0s infinite;
}

@keyframes wppulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  80% {
    opacity: 0;
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.wow {
  visibility: hidden;
}

.swiper p {
  /* display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}



/* tab start */

.tab-small {
  font-size: 14px;
  letter-spacing: .5px;
  margin-bottom: 10px;
  text-align: justify;
  display: block;
  text-align-last: right;
  font-family: "Helvetica-Regular" !important;
  color: white;

}

.tab-big {
  font-size: 18px;
  margin: 20px 0px;
  text-align: justify;
  text-align-last: right;
  color: white;
  font-family: "Helvetica-Regular" !important;
}

.tab-title {
  font-size: 40px !important;
  color: #311e56 !important;
  width: 100% !important;
  text-align: right !important;
  background: none !important;
  font-family: "Helvetica-bold" !important;
  margin: 10px 0px;
}

.s-tab .tab-title.active {
  background: none !important;
  font-size: 45px;
  /* color: #f2a21e !important; */
}

.s-tab .tab-title.active {
  background: none !important;
  color: #f2a21e !important;
}

.s-tab .nav-tabs {
  flex-direction: column;
}

.tab-para {
  width: 60%;
  margin-left: auto;
}

.s-tab .tab-pane img {
  width: 100%;
}

.s-tab .row .col-md-6 {
  padding: 0;
}

.s-tab .row {
  /* height: 100vh; */
}

.tab-bg {
  display: flex;
}

.s-tab {
  background-color: #4e2b73;
}

.s-tab ul {
  /* padding: 50px 50px 50px 0px; */
  padding-right: 50px;
}


/* tab end */



.panel {
  display: none;
  animation: fadein .8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.radio {
  display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
  display: block
}

#one:checked~.tabs-m #one-tab,
#two:checked~.tabs-m #two-tab,
#three:checked~.tabs-m #three-tab {
  background-color: #f2a21e;
  color: #fff;
}

.v-tab p {
  color: #fff;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 0;
}

.v-tab h3 {
  text-align: center;
}

.warpper {
  display: flex;
  flex-direction: column-reverse;
  padding-inline: 150px;
}

.v-tab .tabs-m {
  margin: auto;
  max-width: auto;
}

.v-tab a {
  color: #4e2b73;
  border: none !important;
  text-align: center;
  background-color: #fff;
  padding: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  outline: none;
  margin: 0px 5px;
  transition: all ease-in-out.3s;
  display: inline-block;
  cursor: pointer;
}

.v-tab a:hover {
  background-color: #f2a21e;
  color: #fff;
  text-decoration: none;
}

.v-tab h5 {
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

.accordion-item-body {
  /* display: none; */
  transition: max-height 0.4s ease-out;
  max-height: 0;
  overflow: hidden;
}

.accordion-item-body.active {
  max-height: 100px;
}

.small-content {
  transition: max-height 0.4s ease-out;
  max-height: 0;
  overflow: hidden;
}

/* .small-content.active{
  max-height: 100px;

} */

.hero-banner .top-left img {
  width: 35px;
}

.a-img img {
  width: 60px;
}

.panel img {
  /* height: 360px ; */
  width: 100%;
}

/* .text {
  color: #F2A21E;
}
.typed-cursor{
  color: #F2A21E;
  display: none;

} */


.word {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  /* display: block; */
}

.letter {
  display: inline-block;
  position: relative;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fix-name {
  margin-top: 50px;
}

body .b-big,
.v-tab,
.hero-banner,
.milestone,
.benchmark,
.ftr.map {
  overflow: hidden;
}

.small-img {
  display: none;
}

.main-logo img:hover {
  transform: scale(.9);
}


@media (min-width: 767px) {

  .swiper-slide.swiper-slide-visible.swiper-slide-active {
    transform: translate3d(0px, 0px, -0.111607px) rotateX(0deg) rotateY(0.0558036deg) scale(1.1) !important;
  }

  .swiper-wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0), rgba(0, 0, 0, 0));
  }

  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .0), rgba(0, 0, 0, 0));
  }
}

@media (max-width: 767px) {
  .swiper-slide.swiper-slide-visible.swiper-slide-active {
    transform: translate3d(0px, 0px, -0.111607px) rotateX(0deg) rotateY(0.0558036deg) scale(0.9) !important;
  }

  .swiper-wrapper {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

.slide-hr-h {
  width: 100%;
  height: 500px;
  display: flex;
  gap: 30px;

}

.slide-h {
  position: relative;
  flex: 1 0 auto;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
}

.slide-h:hover {
  flex: 2;
}

.slide-h img {
  position: absolute;
  max-height: 100%;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.slide-h-text {
  position: absolute;
  bottom: 15px;
  left: 30px;
  /* transform: translateX(-50%); */
  /* background: rgba(0, 0, 0, 0.7); */
  /* padding: 10px; */
  color: white;
  opacity: 0;
  pointer-events: none;
  padding-right: 40px;
}

.slide-h h2 {
  position: absolute;
  bottom: 75px;
  left: 30px;
  color: white;

}

.slide-h:hover .slide-h-text {
  opacity: 1;
  pointer-events: auto;
  transition: all ease-in-out 1.5s;
}

.wow-section .cf-title h3::before {
  display: none;
}

.wow-section {
  background-image: url(../images/wow-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parent-w {
display: flex;
gap: 30px;
}
.parent-w img{
  width: 100%;
  height: 100%;
}
.parent-w h2{
  font-size: 38px;
}
.w-text{
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.div-w {
  width: 50%;
  position: relative;
  cursor: pointer;
}

.div-w p{
  padding-right: 70px;
  font-size: 16px;
}

 .div-ww {
  width: 25%;
  position: relative;
  cursor: pointer;
}
.div-ww .w-text{
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.div-ww h2{
margin-bottom: 70px;
}


