@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Qwigley&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

a {
  color: #fff;
}
.getquote {
  position: fixed;
  top: auto;
  bottom: 100px;
  right: 20px;
  z-index: 800;

  display: flex;
}

.getquote a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.getquote img {
  width: 3vw;
  height: auto;
}

.getquote p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  background-color: #033d02;
  padding: 1px 5px;
  border-radius: 10px 1px;
}

.chatwithus {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 20px;
  z-index: 800;
  display: flex;
}

.chatwithus a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.chatwithus img {
  width: 3vw;
  height: auto;
}

.chatwithus p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  background-color: #033d02;
  padding: 1px 5px;
  border-radius: 10px 1px;
}

.hero {
  background-image: url("../assets/about/about_bg.webp");
  width: 100%;
  background-size: cover;
  min-height: 500px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  overflow: hidden;
}

.navi img {
  width: 9vw;
  height: auto;

  margin-left: 10vw;
}

.navi ul {
  display: flex;
  margin-right: 100px;
}
.navi ul li a {
  text-decoration: none;
  color: #ffffff;
}

.navi ul li a:hover {
  background-color: #ffffff;
  padding: 5px 10px;
  border: none;
  border-radius: 20px;
  color: #035080;
  transition: 0.5s;
}

.navi ul li {
  margin: 20px;
  margin-right: 3vw;

  font-family: "Poppins", sans-serif;
  font-size: 1.5vw;
  cursor: pointer;
}

.ham {
  display: none;
  font-size: 2.5vw;
  color: #fff;
}

.mob-menu {
  display: none;
}

.txt-content h1 {
  font-family: "Poppins";
  font-weight: 900;
  font-size: 15vw;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  margin: 0;
}

/*ABOUT*/

.about {
  margin-top: 0;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 15vw;
  padding-right: 15vw;
}

.abt-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.abt-content h2 {
  font-family: "Poppins";
  font-size: 5vw;
  font-weight: 500;
  color: #00436d;
  letter-spacing: 10px;
}

.abt-content h4 {
  font-family: "Poppins";
  font-size: 2.5vw;
  font-weight: 400;
  color: #646566;
  margin-bottom: 30px;
  letter-spacing: 10px;
  text-align: center;
}

.abt-content p {
  font-family: "Poppins";
  font-size: 1.8vw;
  font-weight: 300;
  color: #646566;
  text-align: justify;
}

/* TESTIMONIALS */

.testimonials {
  background-image: url("../assets/about/new/img_6.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3vh 7vw;
  padding-bottom: 10vw;
}

.testimonials-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 2px #00436d;
}

.testimonial-heading {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 3vw;
}

.testimonials-card {
  /* background-color: #0984d0; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.testimonial-card-text {
  padding: 3vw;
  display: flex;
  flex-direction: column;
}

.testimonial-card-text img {
  margin: 1vw;
  width: 2vw;
  height: auto;
}

.testimonials-card .testi-img {
  margin-right: 4vw;
  height: auto;
  width: 24vw;
}

.quote-end {
  align-self: flex-end;
}

.testimonials-card p {
  margin-left: 3vw;
  margin-right: 3vw;
  font-family: "Poppins";
  font-size: 2vw;
  font-weight: 400;
}

.testimonials-card h6 {
  margin-left: 3vw;
  margin-right: 3vw;
  font-family: "Poppins";
  font-size: 2vw;
  font-weight: 400;
  align-self: flex-end;
}

/* Slider */
.slider {
  width: 70vw;
  height: 35vw;
  position: relative;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease-in-out;
}

.slide img {
  width: 70vw;
  height: 30vw;
  border-radius: 10px;
  box-shadow: 5px 2px 2 ox #00436d;
}

.dots {
  z-index: 100;
  position: absolute;
  bottom: 2px;

  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #033d02;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  z-index: 100;
}

.active {
  background-color: #c3c6c3;
  width: 11px;
  height: 11px;
  transition: 0.5s ease-in-out;
}

/* bottom-banner */

.bottom-banner {
  width: 100%;
  height: auto;
  padding: 2vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #00436d;
}

.bottom-banner-text-content p {
  color: #fff;
  font-family: "Poppins";
  font-size: 2vw;
  font-weight: 400;
  margin-right: 3vw;
}

.bottom-banner-cta-btn button {
  padding: 0.5vw 4vw;
  font-family: "Poppins";
  font-size: 2vw;
  font-weight: 400;
  border: none;
  border-radius: 30px;
}

/*FOOTER*/

.footer-social i {
  font-size: 2vw;
  text-decoration: none;
}
