@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500;900&display=swap");

.main_section {
  position: relative;
  width: calc(min(90rem, 90%));
  margin: 0 auto;
  min-height: 100vh;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
}



.main_section > div span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #717171;
}

.main_section > div .heading {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
  background-color: #9a66ff;
  background-image: linear-gradient(45deg, #9a66ff, #3e00b7);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.main_section > div hr {
  display: block;
  background: #005baa;
  height: 0.25rem;
  width: 6.25rem;
  border: none;
  margin: 1.125rem 0 1.875rem 0;
}

.main_section > div p {
  line-height: 1.6;
}

.main_section a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

.main_section > div > a {
  border: 2px solid #c2c2c2;
  margin-top: 2.188rem;
  padding: 0.625rem 1.875rem;
}

.main_section > div > a:hover {
  border: 0.125rem solid #005baa;
  color: #005baa;
}

.swiper {
  width: 100%;
  padding-top: 3.125rem;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  bottom: 1.25rem !important;
}

.swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0 1.563rem;
  line-height: 1.6;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.swiper-slide a:hover {
  color: #005baa;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide--one {
  background: 
    url("../img/slides/1.png")
      no-repeat 50% 50% / contain;
}

.swiper-slide--two {
  background: 
    url("../img/slides/2.png")
      no-repeat 50% 50% / contain;
}

.swiper-slide--three {
  background: 
    url("../img/slides/3.png")
      no-repeat 50% 50% / contain;
}

.swiper-slide--four {
  background: 
    url("../img/slides/4.png")
      no-repeat 50% 50% / contain;
}

.swiper-slide--five {
  background: 
    url("../img/slides/5.png")
      no-repeat 50% 50% / contain;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 48rem) {
  .main_section {
    display: flex;
    align-items: center;
  }
  .bg,
  .bg2 {
    opacity: 0.1;
  }
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .width_text{
    width: 34vh;
}
}

/* cursor animation  */

.cursor {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: 2px solid purple;
  transition: all 0.2s ease-out;
  animation: moveCursor1 .5s infinite alternate;
  z-index: 9999999999;
}

.expand {
  background: transparent;
  animation: moveCursor2 .5s forwards;
  border: 3px solid purple;
  z-index: 9999999999;
}

@keyframes moveCursor1 {
  from {
      transform: scale(1);
  }

  to {
      transform: scale(.8);
  }
}

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

  50% {
      transform: scale(3);
  }

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

/* Add WA floating button CSS */


.fab-icon {
margin-top: 16px;
}


/* Add WA floating button CSS */
.floating_2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 65px;
  right:5px;
  background-color: rgba(0, 0, 255, 0.432);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  padding:0px;
  cursor: pointer;
  }
  

  .floating_3 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 140px;
    right:5px;
    background-color: hsla(133, 100%, 33%, 0.56);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding:0px;
    cursor: pointer;
    }
    
    .pulse {
      animation: pulse-animation 2s infinite;
      border-radius: 50%;
    }
    
    @keyframes pulse-animation {
      0% {
        box-shadow: 0 0 0 0px rgba(93, 0, 255, 0.2);
      }
      100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
      }
    }
    
    