/* ! HERO SECTION (DESKTOP) */
#myBtn {
  /* display: none; */
  position: fixed;
  bottom: 61px;
  right: 20px;
  z-index: 99;
  /* font-size: 18px; */
  border: none;
  outline: none;
  background-color: #1414A0;
  color: white;
  cursor: pointer;
  width: 55px;
  padding: 13px;
  border-radius: 4px;
}
.hero_container {
  min-height: 500px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.5) 50%,
      #000 100%
    ),
    url("../img/about/hero-bg.jpg") no-repeat center;
  background-size: cover;
}

.hero_text {
  font-size: 12px;
}
/*-----time line---*/
.main {
  position: relative;
  width: 600px;
  margin: 0 auto;
}

.main::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 10%,
    rgb(80, 80, 80) 70%,
    rgba(80, 80, 80, 0) 100%
  );

  top: 0;
  bottom: 0;
  left: 50.3%;
  margin-left: -3px;
}
.text-wrapper {
  padding: 10px 15px;
  position: relative;
  width: 51%;
  box-sizing: border-box;
}

.text-wrapper::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  right: -8px;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  background: var(--color-green);
}

.left {
  left: 0;
}
.right {
  left: 50%;
}

.right::after {
  left: -11px;
}

.content h3 {
  font-size: 24px;
  color: var(--color-red);
  padding: 0 0.7rem 0 0.3rem;
}

.content h4 {
  font-size: 20px;
  color: #404040;
  letter-spacing: 1px;
}
.content p {
  font-weight: 300;
  margin-top: 2px;
  display: flex;
  justify-content: flex-start;
  font-family: Inter;
  font-size: 14px;
  color: black;
}
.left {
  text-align: right;
}
.right {
  text-align: left;
}
/*end time line*/

/* START OF THIRD TAB CONTENT */
.box {
  background: rgba(20, 20, 160, 0.1);
  padding: 2rem 2rem 2rem 2.5rem;
  position: relative;
  margin: 3rem 0;
}

.box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  box-shadow: -10px 10px var(--color-red);
}

.box::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
  width: 80px;
  height: 80px;
  border-top: 3px solid var(--color-red);
  border-right: 3px solid var(--color-red);
}

/* MILESTONE */
.milestone--container {
  row-gap: 3.5rem;
  margin-bottom: 2rem;
}
.milestone-arrow .milestone--image {
  position: relative;
  transition: 300ms ease-in-out;
}

.milestone-arrow .milestone--image p {
  position: absolute;
  color: white;
  font-size: 14px;
}

.milestone-arrow.topRight:hover .milestone--image {
  transform: translate(-80px, 0);
}
.milestone-arrow.bottomLeft:hover .milestone--image {
  transform: translate(80px, 0);
}

.milestone-arrow span {
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: absolute;
}

.milestone-arrow.topRight:hover span {
  opacity: 1;
  transform: translate(80px, 0);
}
.milestone-arrow.bottomLeft:hover span {
  opacity: 1;
  transform: translate(-80px, 0);
}
/* END OF THIRD TAB CONTENT */

/* SHOW MORE STYLING */
.about_showMore__container {
  max-height: 450px;
  overflow: hidden;
  transition: 350ms ease-in-out;
}

.about_showMore__container.active {
  max-height: 1999px;
}



  





/*end third tab content*/

/*last tab conent*/
.image_carousel {
  position: relative;
  margin-top: 3rem;
  max-width: 640px;
}

.image_carousel::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -10px;
  width: 70%;
  height: 100%;
  background-color: var(--color-blue);
  z-index: -1;
}
.image_carousel::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -10px;
  width: 70%;
  height: 100%;
  background-color: var(--color-blue);
  z-index: -1;
}


@media (min-width: 576px) {
  .text-wrapper {
    padding: 10px 20px;
  }

  .content h3 {
    padding: 0 0.3rem 0 0rem;
  }
}
@media (min-width: 768px) {
  #myBtn {
    /* display: none; */
    position: fixed;
    bottom: 61px;
    right: 20px;
    z-index: 99;
    /* font-size: 18px; */
    border: none;
    outline: none;
    background-color: #1414A0;
    color: white;
    cursor: pointer;
    width: 55px;
    padding: 13px;
    border-radius: 4px;
  }
  .text-wrapper {
    padding: 10px 30px;
  }
  .content h3 {
    padding: 0 0rem 0 0rem;
  }

  /* MILESTONE */
  .milestone-arrow.topRight:hover .milestone--image {
    transform: translate(-100px, 0);
  }
  .milestone-arrow.bottomLeft:hover .milestone--image {
    transform: translate(100px, 0);
  }

  .milestone-arrow.topRight:hover span {
    transform: translate(100px, 0);
  }
  .milestone-arrow.bottomLeft:hover span {
    transform: translate(-100px, 0);
  }
}

@media (min-width: 992px) {
  .box {
    padding: 2rem 2rem 2rem 3rem;
    margin: 3rem 0 3.5rem 0;
  }

  /* MILESTONE */
  .milestone--container {
    padding: 4rem 0;
    row-gap: 0;
    column-gap: 1.5rem;
  }

  .milestone--swiper__wrapper {
    padding: 13rem 0 20rem 0;
  }

  .milestone-arrow {
    cursor: pointer;
  }

  .milestone-arrow.topRight:hover .milestone--image {
    transform: translate(0px, 0px);
  }
  .milestone-arrow.bottomLeft:hover .milestone--image {
    transform: translate(0px, 0);
  }
  .milestone-arrow.topRight span {
    bottom: 0px;
    position: absolute;
  }
  .milestone-arrow.bottomLeft span {
    top: 0px;
    position: absolute;
  }
  .milestone-arrow.topRight:hover span {
    transform: translate(0px, 0px);
    bottom: 80px;
  }
  .milestone-arrow.bottomLeft:hover span {
    transform: translate(0px, 0px);
    top: 80px;
  }
  .milestone--image svg {
    transition: 200ms ease-in;
    max-width: 120px;
    min-width: 120px;
  }
  .milestone-arrow:hover .milestone--image {
    scale: 1.15;
  }
  .milestone-arrow:hover .milestone--image svg {
    filter: brightness(80%);
  }
  .milestone-arrow:nth-of-type(2) .milestone--image svg,
  .swiper-slide:nth-of-type(2) .milestone-arrow .milestone--image svg {
    rotate: 180deg;
  }
  .milestone-arrow:nth-of-type(4) .milestone--image svg,
  .swiper-slide:nth-of-type(4) .milestone-arrow .milestone--image svg {
    rotate: 180deg;
  }
  .milestone-arrow:nth-of-type(6) .milestone--image svg,
  .swiper-slide:nth-of-type(6) .milestone-arrow .milestone--image svg {
    rotate: 180deg;
  }
  .milestone-arrow:nth-of-type(8) .milestone--image svg,
  .swiper-slide:nth-of-type(8) .milestone-arrow .milestone--image svg {
    rotate: 180deg;
  }
  .milestone-arrow:nth-of-type(10) .milestone--image svg,
  .swiper-slide:nth-of-type(10) .milestone-arrow .milestone--image svg {
    rotate: 180deg;
  }
  .milestone-arrow:nth-of-type(12) .milestone--image svg,
  .swiper-slide:nth-of-type(12) .milestone-arrow .milestone--image svg {
    rotate: 180deg;
  }
  .milestone-arrow.topRight {
    position: relative;
  }
  .milestone-arrow.bottomLeft {
    position: relative;
  }
  .milestone-arrow.topRight::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 2px;
    height: 60px;
    background-color: transparent;
  }
  .milestone-arrow.bottomLeft::before {
    content: "";
    position: absolute;
    top: -5px;
    width: 2px;
    height: 60px;
    background-color: transparent;
  }
  .milestone-arrow.topRight::after {
    content: "";
    position: absolute;
    top: -35px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: transparent;
    transition: 300ms ease-in-out;
  }
  .milestone-arrow.bottomLeft::after {
    content: "";
    position: absolute;
    bottom: -35px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: transparent;
    transition: 300ms ease-in-out;
  }
  .milestone-arrow.topRight:hover::before {
    bottom: 5px;
    background-color: black;
  }
  .milestone-arrow.topRight:hover::after {
    background-color: black;
  }
  .milestone-arrow.bottomLeft:hover::before {
    top: 5px;
    background-color: black;
  }
  .milestone-arrow.bottomLeft:hover::after {
    background-color: black;
  }

  /* swiper next & prev */

  .swiper-prev {
    position: absolute;
    top: 35.5%;
    left: 15px;
    font-size: 2rem;
    z-index: 99;
    color: var(--color-blue);
    background-color: white;
    border-radius: 50%;
    padding: 0 1rem;
    border: 1px solid var(--color-blue);
  }
  .swiper-next {
    position: absolute;
    top: 35.5%;
    right: -56px;
    font-size: 2rem;
    z-index: 2;
    color: var(--color-blue);
    background-color: white;
    border: 1px solid var(--color-blue);
    border-radius: 50%;
    padding: 0 1rem;
  }

  .image_carousel {
    position: relative;
    margin-top: 4.5rem;
    max-width: 640px;
  }
}
@media (min-width: 1200px) {
  .text-wrapper {
    padding: 10px 40px;
  }
 
}
@media (max-width:1000px){
	 .swiper-prev.fold{
	  display:none;
  }
   .swiper-next.fold1{
	  display:none;
  }
}
