a {
  color: #ffc300;
  outline: 0;
  font-weight: bold;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.s1-text h2 {
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .s1-text h2 {
    font-size: 1.875rem;
  }
}

.s1-text h1 {
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .s1-text h1 {
    font-size: 4rem;
  }
}

button {
  font-weight: 700 !important;
  color: #FFFFFF;
  font-size: 1rem;
}

@media screen and (max-width: 576px) {
  .s1-text h2 {
    font-size: 1rem;
  }
  .s1-text h1 {
    font-size: 1.25rem;
  }
  .s1-text button {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 0.75rem;
  }
}

.s2-text h1 {
  font-weight: 700;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .s2-text h1 {
    font-size: 2.5rem;
  }
}

.s2-border {
  border-width: minmax(4px, 50%);
  border-bottom-style: inset;
  border-color: #ffffff;
  margin: 0% 10% 0% 10%;
}

.s2-text h3 {
  font-weight: 700;
  color: #FFFFFF;
  padding-top: 60px;
  text-align: center;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .s2-text h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .s2-text h3 {
    padding-top: 5vw;
    font-size: 0.875rem;
  }
}

.s2-text h4 {
  font-weight: 700;
  color: #FFFFFF;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (max-width: 576px) {
  .s2-text h4 {
    padding: 3vw 0 3vw 0;
    font-size: 0.75rem;
  }
}

.s2a-text {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .s2a-text .dropdown-menu.show {
    display: block;
  }
}

.s2a-text:nth-child(1):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-position: center;
  background: url("/static/images/page/webp/bg-scence.webp") no-repeat center;
  z-index: -1;
  background-size: cover;
}

.s2a-text:nth-child(2):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-position: center;
  background: url("/static/images/page/webp/bg-scence2.webp") no-repeat center;
  opacity: 10%;
  z-index: -1;
  background-size: cover;
}

.s2a-text h2 {
  line-height: 93px;
  font-weight: 700;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .s2a-text h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1750px) {
  .s2a-text h2 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

@media screen and (max-width: 1750px) and (min-width: 1200px) {
  .s2a-text h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1400px) {
  .s2a-text h2 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .s2a-text h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 1200px) {
  .s2a-text h2 {
    font-size: calc(1.525rem + 3.3vw);
    line-height: 60px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .s2a-text h2 {
    font-size: 4rem;
  }
}

.s2a-text h5 {
  line-height: 43px;
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .s2a-text h5 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1750px) {
  .s2a-text h5 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

@media screen and (max-width: 1750px) and (min-width: 1200px) {
  .s2a-text h5 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1400px) {
  .s2a-text h5 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1200px) {
  .s2a-text h5 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .s2a-text h5 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 576px) {
  .s2a-text h5 {
    font-size: 1.125rem;
  }
}

.s2a-text-border {
  border-top-style: inset;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.s2a-text p {
  line-height: 29px;
  font-size: 1.25rem;
}

@media screen and (max-width: 576px) {
  .s2a-text p {
    font-size: 1.1875rem;
  }
}

.button-op {
  border-radius: 10px;
  background-color: rgba(52, 58, 64, 0.9);
}

.s2a-text span {
  font-weight: 700;
  color: #00B9FF;
  font-size: 1.25rem;
}

.img-position {
  margin: auto;
}

.img-fluidA {
  width: 75%;
  height: auto;
}

.img-fluid {
  padding: 5vw;
  width: 90%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .img-fluid {
    padding: 1vw;
    position: relative;
    top: -35px;
    width: 55%;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .img-fluid {
    padding: 1vw;
    position: relative;
    top: -35px;
    width: 70%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .img-fluid {
    padding: 1vw;
    position: relative;
    top: -35px;
    width: 80%;
    max-height: 100vw;
  }
}

@media screen and (max-width: 576px) {
  .img-fluid {
    padding: 1vw;
    position: relative;
    top: -35px;
    width: 110vw !important;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .s2a-text .row {
    --bs-gutter-x: 0;
  }
}

.s3-text h3 {
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: black 0.1em 0.1em 0.2em;
  -webkit-text-stroke: -0.4px black;
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .s3-text h3 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1400px) {
  .s3-text h3 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .s3-text h3 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 1200px) {
  .s3-text h3 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}

@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .s3-text h3 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 576px) {
  .s3-text h3 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

@media screen and (max-width: 576px) and (min-width: 1200px) {
  .s3-text h3 {
    font-size: 1.875rem;
  }
}

.s3-text h4 {
  font-weight: 700;
  color: #FFFFFF;
  padding: 5px 5px 0 5px;
  font-size: 1.25rem;
}

.s3-butten {
  border-radius: 40px !important;
}

.s4-text h1 {
  font-weight: 700;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .s4-text h1 {
    font-size: 2.5rem;
  }
}

.s4-customer-img {
  padding: 10px;
  border-radius: 50px;
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .s4-customer-img {
    border-radius: 20px;
  }
}

.s5-text h3 {
  font-weight: 400;
  line-height: 43px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-top: 50px;
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .s5-text h3 {
    font-size: 1.875rem;
  }
}

.s5-img {
  line-height: 43px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.s5-text img {
  width: 165px;
  height: 50px;
}

.s3-position {
  padding-top: 600px;
  padding-left: 10%;
  padding-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .s3-position {
    padding-top: 250px;
    padding-left: 10%;
    padding-bottom: 50px;
  }
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFC300' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFC300' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.serviceimg {
  min-height: 380px;
  background-position: center center;
  background-size: cover;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

@media screen and (max-width: 1200px) {
  .serviceimg {
    height: 400px;
    background-position: center center;
    background-size: cover;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@media screen and (max-width: 576px) {
  .patnarimg {
    max-width: 80%;
    max-height: 80%;
  }
}

.serviceimg:nth-child(1) {
  background-image: url(../images/page/webp/4mainproducts01.webp);
}

.serviceimg:nth-child(2) {
  background-image: url(../images/page/webp/4mainproducts03.webp);
}

.serviceimg:nth-child(3) {
  background-image: url(../images/page/webp/4mainproducts04.webp);
}

.serviceimg:nth-child(4) {
  background-image: url(../images/page/webp/4mainproducts02.webp);
}

.serviceimg:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
/*# sourceMappingURL=page.css.map */