body {
  color: #333330;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

img {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333330;
  font-size: 50px;
  font-weight: 400;
}
p,
li {
  font-weight: 400;
}
.ul-strong {
  margin-bottom: 40px;
}
.ul-strong li {
  font-size: 20px;
  font-weight: 600;
}
.ul-strong span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.btn svg {
  transition: fill.15s ease-in-out;
}
.btn:focus {
  box-shadow: none;
}

.btn-header-button {
  border-radius: 0px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  text-wrap: nowrap;
}

.btn--white-outlined {
  border: 1px solid #fff;
  color: #fff;
}

.btn--white-outlined svg {
  fill: #fff;
}

.btn--white-outlined:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #333330;
}

.btn--white-outlined:hover svg {
  fill: #333330;
}

.btn--yellow {
  background-color: #fdc500;
  border: 4px solid #fdc500;
  color: #333330;
}

.btn--yellow:hover {
  background-color: #fff;
  border: 4px solid #fdc500;
  color: #333330;
}

.btn--yellow:hover svg {
  fill: #fff;
}

.btn-main-button {
  border: 4px solid transparent;
  border-radius: 0;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 10.5px 40px;
}

.main__hero {
  background-image: url("assets/images/hero-bg.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 20px 0 70px;
}

.nav-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 150px;
}

.nav-logo img {
  max-width: 250px;
  width: 100%;
}

.header-button-container {
  display: flex;
  justify-content: center;
}

.header-button-container .btn {
  margin-left: 10px;
}

.hero-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin: auto;
  min-height: 90vh;
}

.hero-headline {
  text-align: left;
}

.hero-headline h1 {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.hero-headline h5 {
  font-size: 30px;
}

.hero-container p {
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}

.hero-inner-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  width: 100%;
}

.hero-inner-container .image-content {
  text-align: right;
  width: 40%;
}

.hero-inner-container .text-content {
  width: 100%;
}
.hero-icon-text:last-of-type {
  margin-bottom: 30px;
}
.hero-icon-text {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 15px;
  text-align: left;
}
.hero-icon-container {
  margin-right: 10px;
  text-align: center;
  width: 20px;
}
.hero-text-container p {
  margin: 0;
  text-align: left !important;
}
.intro-section {
  padding: 100px 0;
}
.intro-section h2 {
  font-size: 50px;
  font-weight: 700;
}
.intro-section p {
  font-size: 23px;
}
.angi-container {
  position: relative;
  text-align: center;
}
.angi-container a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.why-choose-me-section {
  background-color: #deeefe;
  padding: 100px 0;
}
.why-choose-me-section h2 {
  font-weight: 700;
}
.why-choose-me-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.why-choose-me-card {
  align-items: stretch;
  background: #fdfcf8;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 30px 20px;
  text-align: center;
  width: 30%;
}

.why-choose-me-card img {
  margin-bottom: 20px;
}

.why-choose-me-card .why-choose-me-title {
  color: #333330;
  font-size: 23px;
  font-weight: 600;
}

.why-choose-me-card .why-choose-me-description {
  color: #333330;
  font-size: 18px;
  font-weight: 400;
}

.my-services-section {
  background-color: #01509d;
  color: #fff;
  padding: 100px 0;
}
.my-services-section h2 {
  color: #fff;
  font-weight: 700;
}
.my-services-section h5 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}
.my-services-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.my-services-card {
  align-items: stretch;
  border-radius: 10px;
  margin: 20px;
  text-align: center;
  width: 30%;
}

.my-services-card img {
  margin-bottom: 20px;
  width: 100%;
}

.my-services-card .my-services-title {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}

.my-services-card .my-services-description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
}

.testimonial-section {
  padding: 100px 0;
}
.testimonial-section h2 {
  color: #333330;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.swiper {
  align-self: center;
  height: 100%;
  min-height: 300px;
  width: 100%;
}

.swiper-slide {
  align-items: center;
  align-self: center;
  background: #f7f9fc;
  display: flex !important;
  flex-direction: column;
  font-size: 18px;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.swiper-slide img {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  width: 120px;
}
.swiper-slide .testimonial-message {
  font-size: 16px;
}
.swiper-slide .testimonial-name {
  font-size: 20px;
  font-weight: 600;
}
.swiper-pagination {
  top: 30px;
}

/* Gallery */
.gallery-section {
  background-color: #01509d;
  padding: 100px 0;
}
.gallery-section h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.gallery-section .swiper {
  height: 50%;
  width: 30%;
}

.gallery-section .swiper-slide {
  align-items: center;
  background: #01509d;
  display: flex;
  font-size: 18px;
  justify-content: center;
  text-align: center;
}

.gallery-section .swiper-slide img {
  display: block;
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

.gallery-section .swiper {
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.gallery-section .swiper-slide {
  background-position: center;
  background-size: cover;
}

.gallery-section .myGallery2 {
  height: 80%;
  width: 100%;
}

.gallery-section .myGallery {
  box-sizing: border-box;
  padding: 20px 0;
}
.gallery-section .myGallery2 {
  box-sizing: border-box;
  padding: 0 30px;
}
.myGallery .swiper-slide {
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0.4;
  width: 20%;
}
.myGallery .swiper-slide-thumb-active {
  opacity: 1;
}
.faq-section {
  background-color: #deeefe;
  padding: 100px 0;
}
.faq-section h2 {
  color: #333330;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.accordion-button {
  font-weight: 600;
}
.footer-section {
  background-color: #01509d;
  color: #fff;
  padding: 100px 0;
}
.footer-section h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.footer-section p {
  font-size: 23px;
}
footer {
  background-color: #003870;
  padding: 15px;
  text-align: center;
}
footer p {
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  .footer-section h2,
  .intro-section h2,
  .hero-headline h1 {
    font-size: 40px;
  }
  .hero-headline h1,
  .hero-headline p,
  .hero-headline a {
    text-align: center;
  }
  .hero-headline a {
    max-width: 170px;
    margin: auto;
    display: block;
  }
  .hero-icon-text {
    justify-content: center;
  }
  .main__hero,
  .hero-container {
    min-height: auto;
  }
  .header-button-container {
    text-align: center;
  }
  .why-choose-me-card,
  .my-services-card {
    width: 45%;
  }
  .myGallery2 .swiper-slide {
    height: 400px;
  }
  .myGallery .swiper-slide {
    padding: 0;
    height: 100%;
  }
  .myGallery .swiper-wrapper {
    height: 100px;
  }
  .gallery-section .swiper {
    height: 100px;
  }
  .footer-section {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .why-choose-me-card,
  .my-services-card {
    width: 90%;
  }
}
