html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  /* background: #2593d1; */
  /* background: linear-gradient(135deg, #ce4be8 0%, #207ce5 100%); */
  background: #410099;
}

.swiper-slide {
  width: 100%;
  height: 100vh;
  font-size: 18px;
  margin-left: 150px;
  display: flex !important;
}
.swiper-slide .left-section {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 30px;
  margin-top: 100px;
}
.swiper-slide .left-section .title {
  display: flex;
  flex-direction: column;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 2px #fff;
  line-height: 84px;
  font-size: 64px;
  font-family: "Oswald", sans-serif;
}
.swiper-slide .left-section .title span {
  font-weight: 800;
  -webkit-text-fill-color: #fff;
}
.swiper-slide .left-section .txt {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.swiper-slide .left-section .viewServices {
  border: 1px solid #fff;
  padding: 17px 30px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.swiper-slide .left-section .viewServices:hover {
  background-color: #0561e2;
  transition: 0.6s ease;
}
.swiper-slide .right-section {
  position: relative;
  display: flex;
  width: 50%;
}
.swiper-slide .right-section .banner {
  position: absolute;
  z-index: 99;
  width: 500px;
  height: 600px;
  left: 0;
  bottom: 0;
}
.swiper-slide .right-section .banner img {
  position: relative;
  width: 100%;
  height: 100%;
  animation: mymove 3s infinite;
}
@keyframes mymove {
  0% {
    top: 0px;
  }
  50% {
    top: -40px;
  }
  100% {
    top: 0px;
  }
}
.swiper-slide .right-section .animated1-banner {
  position: absolute;
  width: 100%;
  top: 0;
  right: -32%;
  background: url("images/bg1.jpeg") repeat-y 0/69% auto;
  height: 100vh; /* this value is not important, just not zero */
  animation: ani 20s linear infinite;
}
.swiper-slide .right-section .animated2-banner {
  position: absolute;
  width: 100%;
  top: 0;
  right: -32%;
  background: url("images/bg2.jpeg") repeat-y 0/69% auto;
  height: 100vh; /* this value is not important, just not zero */
  animation: ani 20s linear infinite;
}
.swiper-slide .right-section .animated3-banner {
  position: absolute;
  width: 100%;
  top: 0;
  right: -32%;
  background: url("images/bg3.jpeg") repeat-y 0/69% auto;
  height: 100vh; /* this value is not important, just not zero */
  animation: ani 20s linear infinite;
}
.swiper-slide .right-section .animated4-banner {
  position: absolute;
  width: 100%;
  top: 0;
  right: -32%;
  background: url("images/bg4.jpg") repeat-y 0/69% auto;
  height: 100vh; /* this value is not important, just not zero */
  animation: ani 20s linear infinite;
}
.swiper-slide .right-section .animated5-banner {
  position: absolute;
  width: 100%;
  top: 0;
  right: -32%;
  background: url("images/bg5.jpg") repeat-y 0/69% auto;
  height: 100vh; /* this value is not important, just not zero */
  animation: ani 20s linear infinite;
}
@keyframes ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100vw;
  }
}

/* .swiper-pagination .swiper-pagination-bullet {
  text-align: center;
  font-size: 35px;
  height: 50px;
  border-radius: 0;
  width: 40px;
  background-color: #fff;
  opacity: 0.4;
}
.swiper-pagination .swiper-pagination-bullet-active {
  height: 80px;
  opacity: 1;
} */
.swiper-pagination-bullet{
  text-align: center;
  font-size: 35px;
  height: 16px !important;
  border-radius: 0;
  width: 16px !important;
  background-color: #fff !important;
  opacity: .4;
  border-radius: 50px;
}
.swiper-pagination-bullet-active{
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .swiper-slide {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: start;
    margin-left: 0;
    gap: 30px;
  }
  .swiper-slide .left-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 25px;
    text-align: start;
    margin-top: 80px;
    padding-left: 25px;
  }
  .swiper-slide .left-section .title {
    text-align: start;
    display: flex;
    flex-direction: column;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 2px #fff;
    /* line-height: 65px; */
    /* font-size: 65px; */
    font-family: "Oswald", sans-serif;
  }
  .swiper-slide .left-section .title span {
    font-weight: 800;
    -webkit-text-fill-color: #fff;
  }
  .swiper-slide .left-section .viewServices {
    border: 1px solid #fff;
    padding: 14px 26px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
  }
  .swiper-slide .left-section .viewServices:hover {
    background-color: #0561e2;
    transition: 0.6s ease;
  }
  .swiper-slide .right-section {
    position: absolute;
    bottom: 0;
    width: 97.5%;
    display: flex !important;
    padding: 10px;
  }
  .swiper-slide .right-section .banner {
    position: absolute;
    z-index: 99;
    width: 300px;
    height: 300px;
    left: 0;
    bottom: 0 !important;
  }
  .swiper-slide .right-section .banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: mymove 3s infinite;
  }
  @keyframes mymove {
    0% {
      top: 0px;
    }
    50% {
      top: -40px;
    }
    100% {
      top: 0px;
    }
  }
  .swiper-slide .right-section .animated1-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg1.jpeg") repeat-y 0/100% auto;
    height: 300px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated2-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg2.jpeg") repeat-y 0/100% auto;
    height: 300px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated3-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg3.jpeg") repeat-y 0/100% auto;
    height: 300px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated4-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg4.jpg") repeat-y 0/100% auto;
    height: 300px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated5-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg5.jpg") repeat-y 0/100% auto;
    height: 300px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  @keyframes ani {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 100vw;
    }
  }
}
@media only screen and (max-width: 900px) {
  .swiper-slide {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: start;
    margin-left: 0;
    gap: 30px;
  }
  .swiper-slide .left-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 25px;
    text-align: start;
    margin-top: 80px;
    padding-left: 25px;
  }
  .swiper-slide .left-section .title {
    text-align: start;
    display: flex;
    flex-direction: column;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 2px #fff;
    line-height: 60px;
    font-size: 60px;
    font-family: "Oswald", sans-serif;
  }
  .swiper-slide .left-section .title span {
    font-weight: 800;
    -webkit-text-fill-color: #fff;
  }
  .swiper-slide .left-section .txt {
    font-size: 22px;
  }
  .swiper-slide .left-section .viewServices {
    border: 1px solid #fff;
    padding: 14px 26px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
  }
  .swiper-slide .left-section .viewServices:hover {
    background-color: #0561e2;
    transition: 0.6s ease;
  }
  .swiper-slide .right-section {
    position: absolute;
    bottom: 0;
    width: 97.5%;
    display: flex !important;
    padding: 10px;
  }
  .swiper-slide .right-section .banner {
    position: absolute;
    z-index: 99;
    width: 250px;
    height: 250px;
    left: 0;
    bottom: 0 !important;
  }
  .swiper-slide .right-section .banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: mymove 3s infinite;
  }
  @keyframes mymove {
    0% {
      top: 0px;
    }
    50% {
      top: -40px;
    }
    100% {
      top: 0px;
    }
  }
  .swiper-slide .right-section .animated1-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg1.jpeg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated2-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg2.jpeg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated3-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg3.jpeg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated4-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg4.jpg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  } 
   .swiper-slide .right-section .animated5-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg5.jpg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  @keyframes ani {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 100vw;
    }
  }
}
@media only screen and (max-width: 500px) {
  .swiper-slide .left-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    text-align: start;
    margin-top: 80px;
    padding-left: 25px;
  }
  .swiper-slide .left-section .title {
    text-align: start;
    display: flex;
    flex-direction: column;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 2px #fff;
        font-size:42px;
        line-height:58px;
    font-family: "Oswald", sans-serif;
  }
  .swiper-slide .left-section .title span {
    font-weight: 800;
    -webkit-text-fill-color: #fff;
  }
  .swiper-slide .left-section .txt {
    font-size: 20px;
  }
  .swiper-slide .left-section .viewServices {
    border: 1px solid #fff;
    padding: 14px 26px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
  }
  .swiper-slide .left-section .viewServices:hover {
    background-color: #0561e2;
    transition: 0.6s ease;
  }
  .swiper-slide .right-section {
    position: absolute;
    bottom: 0;
    /* width: 95% !important; */
    width: 100% !important;
    display: flex !important;
    /* padding: 10px; */
    padding: 0px;
  }
  .swiper-slide .right-section .banner {
    position: absolute;
    z-index: 99;
    width: 250px;
    height: 250px;
    left: 0;
    bottom: 0 !important;
  }
  .swiper-slide .right-section .banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: mymove 3s infinite;
  }
  @keyframes mymove {
    0% {
      top: 0px;
    }
    50% {
      top: -40px;
    }
    100% {
      top: 0px;
    }
  }
  .swiper-slide .right-section .animated1-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg1.jpeg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated2-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg2.jpeg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated3-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg3.jpeg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated4-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg4.jpg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated5-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg5.jpg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  @keyframes ani {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 100vw;
    }
  }
}/*# sourceMappingURL=slider.css.map */

@media only screen and (max-width: 540px){
  .swiper-slide .right-section .banner{

width: 250px;
    height: 250px;
  } 
  .swiper-slide .right-section .animated1-banner{
height: 50vh;
  }
  .swiper-slide .right-section .animated2-banner{
    height: 50vh;
      }
      .swiper-slide .right-section .animated3-banner{
        height: 50vh;
          }
          .swiper-slide .right-section .animated4-banner{
            height: 50vh;
              }
}
@media only screen and (max-width: 375px){
  .swiper-slide .right-section .banner{

    width: 170px;
    height: 170px;
  } 
  .swiper-slide .right-section .animated1-banner{
height: 40vh;
  }
  .swiper-slide .right-section .animated2-banner{
    height: 40vh;
      }
      .swiper-slide .right-section .animated3-banner{
        height: 40vh;
          }
          .swiper-slide .right-section .animated4-banner{
            height: 40vh;
              }
}
@media only screen and (max-width: 760px){
  .swiper-pagination{
top:97%;
left:45%;
display:flex;
gap:5px;
  } 
}


@media only screen and (max-width: 375px) {
  .swiper-slide .left-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
    text-align: start;
    margin-top: 80px;
    padding-left: 25px;
  }
  .swiper-slide .left-section .title {
    text-align: start;
    display: flex;
    flex-direction: column;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 2px #fff;
    line-height: 100%;
    font-size: 200%;
    font-family: "Oswald", sans-serif;
  }
  .swiper-slide .left-section .title span {
    font-weight: 600;
    -webkit-text-fill-color: #fff;
  }
  .swiper-slide .left-section .txt {
    font-size: 14px;
  }
  .swiper-slide .left-section .viewServices {
    border: 1px solid #fff;
    padding: 4px 26px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
  }
  .swiper-slide .left-section .viewServices:hover {
    background-color: #0561e2;
    transition: 0.6s ease;
  }
  .swiper-slide .right-section {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    /* width: 95% !important; */
    display: flex !important;
    /* padding: 10px; */
    padding: 0px;
  }
  .swiper-slide .right-section .banner {
    position: absolute;
    z-index: 99;
    width: 250px;
    height: 250px;
    left: 0;
    bottom: 0 !important;
  }
  .swiper-slide .right-section .banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: mymove 3s infinite;
  }
  @keyframes mymove {
    0% {
      top: 0px;
    }
    50% {
      top: -40px;
    }
    100% {
      top: 0px;
    }
  }
  .swiper-slide .right-section .animated1-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg1.jpeg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated2-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg2.jpeg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated3-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg3.jpeg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated4-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg4.jpg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  .swiper-slide .right-section .animated5-banner {
    position: relative;
    width: 100%;
    top: -100% !important;
    left: 0;
    background: url("images/bg5.jpg") repeat-y 0/100% auto;
    height: 280px; /* this value is not important, just not zero */
    animation: ani 20s linear infinite;
  }
  @keyframes ani {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 100vw;
    }
  }
}/*# sourceMappingURL=slider.css.map */