@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
.circle-design-around {
  z-index: -1;
  position: absolute;
}
.circle-design-around div {
  border-radius: 50%;
}
.circle-design-around .first-circle {
  width: 800px;
  height: 775px;
  background-color: rgba(15, 118, 188, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-design-around .first-circle .second-circle {
  height: 80%;
  width: 80%;
  background-color: rgba(15, 118, 188, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-design-around .first-circle .second-circle .third-circle {
  height: 80%;
  width: 80%;
  background-color: rgba(15, 118, 188, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-design-around .first-circle .second-circle .third-circle .fourth-circle {
  height: 80%;
  width: 80%;
  background-color: rgba(15, 118, 188, 0.05);
}

.circle-design-around:first-of-type {
  left: -500px;
}

.circle-design-around:nth-of-type(2) {
  right: -500px;
}

nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-inline: 160px;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
}
nav .first {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav .first img {
  width: 77px;
  height: 62px;
}
nav .first .links-container a:nth-of-type(1) {
  border-bottom: 3px solid #0F76BC;
  padding-bottom: 5px;
  border-radius: 5px;
}
nav .last {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.hero {
  display: flex;
  padding-top: 170px;
  gap: 130px;
  justify-content: space-between;
  align-items: center;
}
.hero .hero-first-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 580px;
  padding-top: 50px;
}
.hero .hero-first-section h2 {
  color: #07AEEF;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.hero .hero-first-section h1 {
  font-size: 32px;
  font-weight: 700;
}
.hero .hero-first-section p {
  font-size: 20px;
  font-weight: 400;
}
.hero .hero-first-section a {
  color: #ffffff;
  background-color: #0F76BC;
  padding: 17px 35px;
  border-radius: 100px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s ease;
}
.hero .hero-first-section a:hover {
  background-color: #07AEEF;
}
.hero .hero-img-container {
  max-width: 658px;
  width: 100%;
  height: 604px;
  min-width: 350px;
  position: relative;
  border-radius: 50px;
}
.hero .hero-img-container img {
  border-radius: 50px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.hero .hero-img-container .img-overlay-container {
  border-radius: 50px;
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero-img-container .img-overlay-container .img-overlay {
  padding-right: 50px;
  color: #0F76BC;
  background-color: #DFF4FD;
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 400px;
  position: absolute;
}
.hero .hero-img-container .img-overlay-container .img-overlay .circle-design .first-circle {
  padding: 10px;
}
.hero .hero-img-container .img-overlay-container .img-overlay .circle-design .first-circle .second-circle {
  padding: 10px;
}
.hero .hero-img-container .img-overlay-container .img-overlay .circle-design .first-circle .second-circle .third-circle {
  padding: 4px;
}
.hero .hero-img-container .img-overlay-container .img-overlay .circle-design .first-circle .second-circle .third-circle .fourth-circle {
  padding: 4px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-img-container .img-overlay-container .img-overlay .circle-design .first-circle .second-circle .third-circle .fourth-circle span {
  display: block;
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
}
.hero .hero-img-container .img-overlay-container .img-overlay p {
  font-size: 20px;
}
.hero .hero-img-container .img-overlay-container .img-overlay:nth-child(1) {
  left: -120px;
  top: 20px;
}
.hero .hero-img-container .img-overlay-container .img-overlay:nth-child(2) {
  bottom: 120px;
  left: -120px;
}
.hero .hero-img-container .img-overlay-container .img-overlay:nth-child(2) .circle-design div {
  border-radius: 400px;
}
.hero .hero-img-container .img-overlay-container .img-overlay:nth-child(3) {
  bottom: 0;
  right: -100px;
}
.hero .hero-img-container .img-overlay-container .img-overlay:nth-child(3) .circle-design div {
  border-radius: 400px;
}

.aboutUs {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.aboutUs img {
  border-radius: 50px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutUs .gallery-first-section {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aboutUs .gallery-first-section h1 {
  font-size: 48px;
  font-weight: 700;
}
.aboutUs .gallery-first-section p {
  font-size: 20px;
  font-weight: 400;
}
.aboutUs .gallery-first-section a {
  color: #ffffff;
  background-color: #0F76BC;
  padding: 17px 35px;
  border-radius: 100px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s ease;
}
.aboutUs .gallery-first-section a:hover {
  background-color: #07AEEF;
}
.aboutUs .gallery-img-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 20px;
}
.aboutUs .gallery-img-container > div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.aboutUs .gallery-img-container .first-part {
  gap: 20px;
  width: 100%;
}
.aboutUs .gallery-img-container .first-part .first-img {
  width: 60%;
  min-width: 200px;
  height: 221.668px;
}
.aboutUs .gallery-img-container .first-part .second-img {
  max-width: 244px;
  height: 156.419px;
  align-self: flex-end;
  min-width: 150px;
}
.aboutUs .gallery-img-container .second-part {
  gap: 20px;
}
.aboutUs .gallery-img-container .second-part .third-img {
  max-width: 244px;
  height: 156.419px;
  min-width: 150px;
}
.aboutUs .gallery-img-container .second-part .fourth-img {
  width: 60%;
  min-width: 200px;
  height: 221.668px;
}

.focus {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.focus img {
  border-radius: 50px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.focus .focus-first-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.focus .focus-first-section h1 {
  font-size: 48px;
  font-weight: 700;
}
.focus .focus-first-section .list-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}
.focus .focus-first-section .list-container .list {
  display: flex;
  gap: 10px;
  align-items: center;
}
.focus .focus-first-section .list-container .list .circle-design div {
  border-radius: 50%;
}
.focus .focus-first-section .list-container .list .circle-design .first-circle {
  background-color: rgba(15, 118, 188, 0.2);
  width: 32px;
  height: 32px;
}
.focus .focus-first-section .list-container .list .circle-design .first-circle .second-circle {
  background-color: rgba(15, 118, 188, 0.3);
  width: 80%;
  height: 80%;
}
.focus .focus-first-section .list-container .list .circle-design .first-circle .second-circle .third-circle {
  background-color: rgba(15, 118, 188, 0.3);
  width: 80%;
  height: 80%;
}
.focus .focus-first-section .list-container .list .circle-design .first-circle .second-circle .third-circle .fourth-circle {
  background-color: rgba(15, 118, 188, 0.5);
  width: 80%;
  height: 80%;
}
.focus .focus-img-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 20px;
}
.focus .focus-img-container > div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.focus .focus-img-container .first-part {
  gap: 20px;
  width: 100%;
}
.focus .focus-img-container .first-part .first-img {
  width: 60%;
  min-width: 200px;
  height: 221.668px;
}
.focus .focus-img-container .first-part .second-img {
  max-width: 244px;
  height: 156.419px;
  align-self: flex-end;
  min-width: 150px;
}
.focus .focus-img-container .second-part {
  gap: 20px;
}
.focus .focus-img-container .second-part .third-img {
  max-width: 244px;
  height: 156.419px;
  min-width: 150px;
}
.focus .focus-img-container .second-part .fourth-img {
  width: 60%;
  min-width: 200px;
  height: 221.668px;
}

.testimonials {
  font-family: "Nunito", sans-serif;
  background-color: #0F76BC;
  padding-top: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: relative;
}
.testimonials .modal {
  display: none;
  height: 300px;
  width: 70vw;
  z-index: 1100;
  position: fixed;
  top: 60%;
  right: 50%;
  transform: translate(50%, -50%);
  padding: 60px 27px 27px 31px;
  border: 4px solid #ffffff;
  border-radius: 50px;
  background-color: #0F76BC;
  cursor: pointer;
  color: #ffffff;
}
.testimonials .modal h4 {
  color: #0F76BC;
  background-color: #ffffff;
  padding: 15px 28px;
  border-radius: 50px;
  position: absolute;
  top: -20px;
  align-self: center;
}
.testimonials .modal .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  height: 175px;
  width: 100%;
  gap: 20px;
}
.testimonials .modal .content::-webkit-scrollbar {
  width: 7px;
}
.testimonials .modal .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #dff4fd;
  border-radius: 10px;
}
.testimonials .modal .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #dff4fd;
}
.testimonials .modal .content p:nth-of-type(2) {
  font-weight: 700;
}
.testimonials .modal i {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  background-color: #0F76BC;
}
.testimonials .modal-overlay {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  height: 100vh;
  width: 100vw;
  cursor: pointer;
  display: none;
}
.testimonials .title h1 {
  font-size: 48px;
  color: #ffffff;
}
.testimonials .slide-container {
  width: 100%;
  padding: 40px 0;
}
.testimonials .slide-container .slide-content {
  margin: 0 40px;
}
.testimonials .slide-container .slide-content .card-wrapper {
  height: 100%;
}
.testimonials .slide-container .slide-content .card-wrapper .card {
  padding: 60px 27px 27px 31px;
  border: 1px solid #07AEEF;
  border-radius: 50px;
  background-color: transparent;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  gap: 20px;
  flex-direction: column;
  z-index: -1;
}
.testimonials .slide-container .slide-content .card-wrapper .card > .card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  border-radius: 50px;
}
.testimonials .slide-container .slide-content .card-wrapper .card .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonials .slide-container .slide-content .card-wrapper .card .content h4 {
  color: #0F76BC;
  background-color: #ffffff;
  padding: 15px 28px;
  border-radius: 50px;
  position: absolute;
  top: -20px;
  align-self: center;
}
.testimonials .slide-container .slide-content .card-wrapper .card .content p:nth-of-type(2) {
  font-weight: 700;
}
.testimonials .slide-container .swiper-navBtn {
  color: #0F76BC;
  transition: color 0.3s ease;
  background-color: #ffffff;
  transition: 0.4s ease;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.testimonials .slide-container .swiper-navBtn:hover {
  color: #ffffff;
  background-color: #07AEEF;
}
.testimonials .slide-container .swiper-navBtn::before, .testimonials .slide-container .swiper-navBtn::after {
  font-size: 30px;
  font-weight: bold;
}
.testimonials .slide-container .swiper-button-next {
  right: 0px;
}
.testimonials .slide-container .swiper-button-prev {
  left: 0px;
}
.testimonials .slide-container .swiper-pagination-bullet {
  background-color: #5c5c5c;
  opacity: 1;
}
.testimonials .slide-container .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

@media screen and (max-width: 910px) {
  .hero {
    flex-direction: column;
  }
  .hero .hero-first-section {
    align-items: center;
    text-align: center;
  }
  .hero .hero-img-container .img-overlay-container {
    margin-inline: auto;
    background-color: rgba(15, 118, 188, 0.8);
    width: 90%;
    height: 60%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    top: 400px;
  }
  .hero .hero-img-container .img-overlay-container .img-overlay {
    position: static;
    width: 80%;
  }
  .aboutUs {
    flex-direction: column;
    align-items: center;
  }
  .aboutUs .gallery-first-section {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .aboutUs .gallery-img-container {
    width: 100%;
    display: none;
  }
  .focus {
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
  .focus img {
    border-radius: 50px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .focus .focus-first-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    width: 100%;
  }
  .focus .focus-img-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero-img-container .img-overlay-container .img-overlay {
    transform: scale(0.8);
    width: 100%;
  }
  .focus .focus-img-container {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */