@media (min-width: 768px) {
  /* show 3 items */
  .carouselPrograms .carousel-inner .active,
  .carouselPrograms .carousel-inner .active + .carousel-item,
  .carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }

  .carouselPrograms
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carouselPrograms
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .carouselPrograms
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    transition: none;
  }

  .carouselPrograms .carousel-inner .carousel-item-next,
  .carouselPrograms .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carouselPrograms
    .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .carouselPrograms
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
  .carouselPrograms
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item,
  .carouselPrograms
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .carouselPrograms
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
  .carouselPrograms
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item,
  .carouselPrograms
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: auto;
}
.segment {
  /* position: sticky; */
  top: 0;
}
/* About Us section */

.circle-container {
  background-image: url("./img/n1.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.item {
  position: absolute;
  width: 10px;
  height: 50px;
}

.item:hover {
  transform: scale(1.07);
  transition: 0.5s;
}
.item:nth-child(1) {
  top: 25px;
  left: 240px;
}

.item:nth-child(2) {
  top: 120px;
  left: 405px;
}

.item:nth-child(3) {
  bottom: 285px;
  left: 400px;
}

.item:nth-child(4) {
  bottom: 200px;
  left: 240px;
}
.item:nth-child(5) {
  bottom: 285px;
  left: 82px;
}

.item:nth-child(6) {
  bottom: 485px;
  left: 83px;
}

.mtb-100 {
  margin: 100px 0px;
}

.progress-step {
  position: relative;
  display: flex;
}

/*****arrows****/

.arrow {
  position: relative;
}

.second-arrow {
  position: absolute;
  left: -40px;
  top: 36px;
}
.third-arrow {
  position: absolute;
  left: 69px;
  top: 0px;
}

.fourth-arrow {
  position: absolute;
  left: 176px;
  top: 36px;
}

.fifth-arrow {
  position: absolute;
  left: 284px;
  top: -2px;
}

/*****arrows******/

.steps {
  position: relative;
}

.arrow img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 25%;
  left: 18%;
}

.st0 {
  fill: #beff00;

  stroke-width: 5;
}

.st1 {
  fill: #333333;
}
.st2 {
  fill: #526772;
}
.st3 {
  fill: #650000;
}

.st4 {
  fill: #333333;
}
.arrow-shape {
  width: 150px;
  height: 150px;
}

.second-arrow .dollar-img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 25%;
  left: 35%;
}

.third-arrow .price-high {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 44%;
  left: 35%;
}

.fourth-arrow .graph {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 22%;
  left: 35%;
}

.fifth-arrow .handshake {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 44%;
  left: 35%;
}

.menu-circle {
  position: relative;
}
.menu-circle .circle1 {
  position: relative;
  height: 400px;
  width: 400px;
}
.menu-circle .circle2 {
  position: absolute;
  top: 50px;
  left: 50px;
  height: 300px;
  width: 300px;
}

.big-circle {
  fill: #e4dede;
}

.about-us {
  position: absolute;
  top: -62px;
  left: 95px;
  width: 200px;
  height: 200px;
  rotate: -1deg;
}

.about-us h4 {
  position: absolute;
  top: 75px;
  left: 55px;
  font-size: 22px;
}

.about-us::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 55px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 11px 23px 34px -6px rgba(0, 0, 0, 0.1),
    8px 16px 15px -3px rgba(0, 0, 0, 0.1);
}
.about-us::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 68px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 99;
  background-color: #beff00;
  box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -webkit-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -moz-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
}

.business {
  position: absolute;
  top: -4px;
  right: -59px;
  width: 200px;
  height: 200px;
  rotate: 1deg;
}

.business h4 {
  position: absolute;
  top: 104px;
  left: 45px;
  font-size: 22px;
}

.business::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 6px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 11px 23px 34px -6px rgba(0, 0, 0, 0.1),
    8px 16px 15px -3px rgba(0, 0, 0, 0.1);
}
.business::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 18px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 99;
  background-color: #333333;
  box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -webkit-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -moz-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
}

.core-team {
  position: absolute;
  top: 209px;
  right: -55px;
  width: 200px;
  height: 200px;
  rotate: 1deg;
}

.core-team h4 {
  position: absolute;
  top: 47px;
  left: 55px;
  font-size: 22px;
}

.core-team::before {
  content: "";
  position: absolute;
  top: 84px;
  right: 6px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 11px 23px 34px -6px rgba(0, 0, 0, 0.1),
    8px 16px 15px -3px rgba(0, 0, 0, 0.1);
}
.core-team::after {
  content: "";
  position: absolute;
  top: 98px;
  right: 18px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 99;
  background-color: #526772;
  box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -webkit-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -moz-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
}

.status {
  position: absolute;
  bottom: -62px;
  right: 98px;
  width: 200px;
  height: 200px;
  rotate: -1deg;
}

.status h4 {
  position: absolute;
  top: 88px;
  left: 44px;
  font-size: 22px;
}
.status::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 62px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 11px 23px 34px -6px rgba(0, 0, 0, 0.1),
    8px 16px 15px -3px rgba(0, 0, 0, 0.1);
}
.status::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 74px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 99;
  background-color: #650000;
  box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -webkit-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -moz-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
}

.contact {
  position: absolute;
  bottom: -11px;
  left: -53px;
  width: 200px;
  height: 200px;
  rotate: -2deg;
}

.contact h4 {
  position: absolute;
  top: 58px;
  left: 53px;
  font-size: 22px;
}

.contact::before {
  content: "";
  position: absolute;
  bottom: 41px;
  right: 120px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 11px 23px 34px -6px rgba(0, 0, 0, 0.1),
    8px 16px 15px -3px rgba(0, 0, 0, 0.1);
}
.contact::after {
  content: "";
  position: absolute;
  bottom: 53px;
  right: 132px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 99;
  background-color: #333333;
  box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -webkit-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -moz-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
}

.gallery {
  position: absolute;
  top: -2px;
  left: -62px;
  width: 200px;
  height: 200px;
  rotate: -2deg;
}

.gallery h4 {
  position: absolute;
  top: 108px;
  left: 76px;
  font-size: 22px;
}

.gallery::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 120px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 11px 23px 34px -6px rgba(0, 0, 0, 0.1),
    8px 16px 15px -3px rgba(0, 0, 0, 0.1);
}
.gallery::after {
  content: "";
  position: absolute;
  top: 53px;
  right: 132px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 99;
  background-color: #52a57c;
  box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -webkit-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
  -moz-box-shadow: 2px 3px 9px 1px rgba(150, 150, 150, 0.75);
}

.mtb-200 {
  margin: 200px 0px;
}

.about-us-part {
  text-align: center;
  position: relative;
}

.about-us-part img {
  width: 600px;
  height: 600px;
}

.about-text1 {
  position: relative;
  text-align: center;
}

.about-text3 {
  position: absolute;
  right: 0;
  top: 180px;
}

.about-text2 {
  position: absolute;
  left: 0;
  top: 180px;
}

.sequence {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.sequence-left {
  position: relative;
  display: flex;
  align-items: center;
}

.s-shape img {
  width: 300px;
  height: 140px;
}

.sequence-right .s-text {
  margin-left: 30px;
}

.s-text {
  font-size: 12px;
  width: 140px;
}

.sequence-right {
  position: relative;
}

.sequence-inner {
  position: absolute;
  top: 0;
  left: -140px;
  display: flex;
  align-items: center;
  width: 500px;
}

.s-shape {
  position: relative;
  display: block;
}

.s-shape .l-year {
  position: absolute;
  bottom: 13px;
  right: 46px;
  color: white;
  font-weight: bold;
}
.s-shape .r-year {
  position: absolute;
  bottom: 13px;
  left: 46px;
  color: white;
  font-weight: bold;
}

/* Paralux scroll desgin */

/* Set stacking context of slides */
/* .segment:nth-child(1) {
  padding-top: 0px;
} */

/* .segment:nth-child(2) {
  padding-top: 90px;
} */

/* .segment:nth-child(3) {
  padding-top: 10px;
} */

/* .segment:nth-child(4) {
  padding-top: 50px;
} */

/* .segment:nth-child(5) {
  padding-top: 50px;
} */

/* .segment:nth-child(6) {
  padding-top: 50px;
} */

html {
  scroll-behavior: smooth;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  /* background-color: #526772; */
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn img {
  width: 30px;
  height: 30px;
  color: white;
}

/* #myBtn:hover {
    background-color: #555;
} */

/* Container for the base map */
.map-container {
  position: relative;
  width: 100%;
  height: auto; /* Allows the container to scale based on content */
}
/* Container for the base map */
.map-container {
  position: relative;
  width: 100%;
  height: auto; /* Ensures the container scales */
}

/* Base map image */
.map1 {
  width: 100%;
  height: auto;
  position: relative;
}

/* Child images */
.mapp1, .mapp2, .mapp3, .mapp4, .mapp5, .mapp6, .mapp7, .mapp8 {
  position: absolute;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}

/* Hover effect for scaling */
.mapp1:hover, .mapp2:hover, .mapp3:hover, .mapp4:hover, .mapp5:hover, .mapp6:hover, .mapp7:hover, .mapp8:hover {
  transform: scale(1.4);
}

/* Adjusted positions */

/* Image 1 */
.mapp1 {
  top: 9.8%; /* Adjusted from 8.42% */
  left: 13%;
  width: 22.2%;
}

/* Image 2 */
.mapp2 {
  top: 33.6%; /* Adjusted from 37.3% */
  left: 62.8%;
  width: 20%;
}

/* Image 3 */
.mapp3 {
  top: 69.7%; /* Adjusted from 80.5% */
  left: 75%;
  width: 18.2%;
}

/* Image 4 */
.mapp4 {
  top: 74.3%; /* Adjusted from 86% */
  left: 43.8%;
  width: 12%;
}

/* Image 5 */
.mapp5 {
  top: 44.5%; /* Adjusted from 50.5% */
  left: 59%;
  width: 17%;
}

/* Image 6 */
.mapp6 {
  top: 30.9%; /* Adjusted from 34.3% */
  left: 40.7%;
  width: 6%;
}

/* Image 7 */
.mapp7 {
  top: 48.8%; /* Adjusted from 55.5% */
  left: 55.2%;
  width: 7%;
}

/* Image 8 */
.mapp8 {
  top: 58.5%; /* Adjusted from 67% */
  left: 70.7%;
  width: 8%;
}
