.contact-us-main {
  padding-top: 100px;
}

.web-header {
  padding: 240px 0 170px 0;
}

.web-border {
  height: 4px;
  width: 100vw;
  /* background: #365da8; */
  /* background: linear-gradient(90deg, #365da8 69%, #6aa7ed 70%); */
}

.web-header .web-info .weblogo img {
  width: 560px;
  /* height: 80px; */
  flex-shrink: 0;
}

.web-header .web-info .web-text h3 {
  padding-top: 30px;
  color: #365da8;
  font-size: 2.25rem;
  font-weight: bold;
}

.web-header .web-info .web-text p {
  padding-top: 20px;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}

.web-header .web-img {
  padding: 0 0 0 30px;
}

.web-header .web-img img {
  width: 80%;
  /* height: 488px; */
  flex-shrink: 0;
}

.web-header .img-info .img1 {
  width: 70px;
  height: 70px;
}

.web-header .circle-sub-img {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  /* justify-content: space-evenly; */
  align-items: center;
  position: relative;
  gap: 35px;
}

.web-header .img-info,
.web-header .img-info1,
.web-header .img-info2,
.web-header .img-info3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.web-header .img-info h6,
.web-header .img-info1 h6,
.web-header .img-info2 h6,
.web-header .img-info3 h6 {
  color: #757575;
   
  font-size: 1.325rem;
  font-weight: 400;
}

.web-header .img-info span,
.web-header .img-info1 span,
.web-header .img-info2 span,
.web-header .img-info3 span {
  color: #000;
   
  font-size: 1.325rem;
  font-weight: bold;
  text-align: center;
}

/* ui-ux features */

.ui-ux-bg {
  height: auto;
  width: 100vw;
  /* background: url(../images/ui\ ux\ bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
}

.ui-ux-feature .feature-data h2 {
  padding: 60px 0 20px 20px;
  /* -webkit-text-stroke: 2px #365da8;
  color: #fff; */
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.ui-ux-feature .feature-data ul {
  padding: 0 0 0 45px;
  list-style-image: url(../images/tick-black.svg);
}

.ui-ux-feature .feature-data ul li {
  padding: 0 0 10px 15px;
  color: #365da8;
  font-size: 1.325rem;
  font-weight: 500;
  line-height: 150%; /* 33px */
}

.feature-img .main-img img {
  width: 100%;
  /* height: 500px; */
  flex-shrink: 0;
}

.ui-images {
  padding: 50px 0 0 0;
}

.ui-images .swimmers-img-2 {
  padding-bottom: 30px;
}

.ui-images .swimmers-img-2 img {
  width: 100%;
  /* height: 440px; */
}

.ui-images .swimmers-img-3 {
  padding-bottom: 30px;
}

.ui-images .swimmers-img-3 img {
  width: 100%;
  /* height: 320px; */
}

.ui-images .swimmers-img-4 img {
  width: 100%;
  /* height: 680px; */
}

/* newsletter */

.newsletter {
  padding: 100px 0 0 0;
}

.newsletter-bg {
  width: auto;
  height: 250px;
  flex-shrink: 0;
  border-radius: 30px;
  background: linear-gradient(288deg, #85e1ff 0.23%, #237bff 99.44%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletter-bg .news {
  padding-left: 50px;
}

.newsletter-bg .news h2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.875rem;
  font-weight: bold;
  padding-bottom: 12px;
}

.newsletter-bg .news h4 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.325rem;
  font-weight: 500;
}

.newsletter-bg .btn-wrap {
  padding-right: 50px;
}

.newsletter-bg .btn-wrap a {
  text-decoration: none;
  color: #000;
   
  font-size: 1.125rem;
  
  font-weight: 600;
  
}

.newsletter-bg .btn-wrap .news-btn {
  display: inline-flex;
  padding: 10px 20px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background-color: #000000;
  background-image: #000000;
  background-image: -moz-linear-gradient(top, #fff 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
}

.newsletter-bg .btn-wrap .news-btn:hover {
  color: #fff;
  background-position: -1700%;
  transition: 0.6s ease-in-out;
}

/* Media Query */

@media (max-width: 1420px) {
  .web-header .web-info .weblogo img {
    width: 350px;
    /* height: 60px; */
    flex-shrink: 0;
  }

  /* .web-header .web-img img {
    width: 400px;
    height: 400px;
  } */

  .web-header .img-info .img1 {
    width: 50px;
    height: 50px;
  }
  .web-header .img1 {
    width: 50px;
    height: 50px;
  }

  .web-header .img-info h6,
  .web-header .img-info1 h6,
  .web-header .img-info2 h6,
  .web-header .img-info3 h6 {
    font-size: 1.125rem;
  }

  .web-header .img-info span,
  .web-header .img-info1 span,
  .web-header .img-info2 span,
  .web-header .img-info3 span {
    font-size: 1.125rem;
  }

  /* web-feture */

  .ui-ux-feature .feature-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .feature-img .main-img img {
    width: 600px;
    height: 450px;
  } */

  .ui-images .swimmers-img-2,
  .ui-images .swimmers-img-3,
  .ui-images .swimmers-img-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* .ui-images .swimmers-img-2 img {
    width: 500px;
    height: 400px;
  }

  .ui-images .swimmers-img-3 img {
    width: 500px;
    height: 280px;
  }

  .ui-images .swimmers-img-4 img {
    width: 500px;
    height: 600px;
  } */
}

@media (max-width: 1200px) {
  /* .ui-images .swimmers-img-2 img {
    width: 460px;
    height: 380px;
  }

  .ui-images .swimmers-img-3 img {
    width: 460px;
    height: 260px;
  }

  .ui-images .swimmers-img-4 img {
    width: 460px;
    height: 560px;
  } */
}

@media (max-width: 992px) {
  .web-header {
    padding: 240px 0 70px 0;
  }

  .web-img .circle-img {
    display: flex;
    justify-content: center;
  }

  .web-header .web-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .web-header .web-info .web-text h3 {
    text-align: center;
  }

  .web-header .web-info .web-text p {
    text-align: center;
  }

  .web-header .web-img {
    padding: 50px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .newsletter-bg .btn-wrap a {
    font-size: 0.75rem;
  }

  .newsletter-bg .btn-wrap .news-btn img {
    height: 20px;
    width: 20px;
  }

  .newsletter-bg .btn-wrap .news-btn {
    width: 200px;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  
  /* .web-header .web-img img {
    width: 300px;
    height: 300px;
  } */

  .web-feature .feature-img img {
    width: 400px;
    height: 960px;
  }

  .newsletter-bg .news {
    text-align: center;
    padding-left: 12px;
  }

  .newsletter-bg .news h2 {
    font-size: 1.325rem;
    padding-top: 15px;
  }

  .newsletter-bg .news h4 {
    font-size: 1rem;
  }

  .newsletter-bg .btn-wrap {
    padding: 15px 0 15px 0;
  }

  .newsletter-bg .btn-wrap .news-btn {
    width: auto;
  }

  .newsletter-bg {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 536px) {
  /* .feature-img .main-img img {
    width: 360px;
    height: 270px;
  }

  .ui-images .swimmers-img-2 img {
    width: 320px;
    height: 250px;
  }

  .ui-images .swimmers-img-3 img {
    width: 320px;
    height: 200px;
  }

  .ui-images .swimmers-img-4 img {
    width: 320px;
    height: 400px;
  } */
}
