@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");

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}

nav {
  background-color: transparent;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
}
.logo-container a{
  color: black;
}
.nav-links-container {
  display: flex;
  flex: 1;
}
.nav-links {
  width: 100%;
  display: flex;
  justify-content: end;
  padding-right: 2rem;
  gap: 1rem;
  list-style: none;
  margin: 0;
}
.nav-links a {
  display: flex;
  text-decoration: none;
  color: black;
  font-size: 1.2rem;
  align-items: center;
  margin: 0;
  font-family: "Poppins";
}
.nav-links li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background: rgb(201, 55, 101);
  background: linear-gradient(
    180deg,
    rgba(201, 55, 101, 1) 1%,
    rgba(190, 60, 58, 1) 89%
  ); */
  /* background-image: url("./images/web\ page.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  font-family: "Poppins";
  color: black;
  text-align: center;
}
.home img{
  width: 100%;
}
.home h3 {
  font-size: 3rem;
  margin: 0;
}
.home p {
  font-weight: 600;
}
.about-body {
  display: flex;
  padding-bottom: 2rem;
}
.about-heading {
  text-align: center;
  font-family: "Poppins";
  font-size: 2rem;
}
.about-col {
  width: 50%;
}
.about-img-top {
  width: 70%;
  padding-left: 1rem;
}
.about-img-top img {
  width: 95%;
  border-radius: 20px;
}
.about-img-btm {
  width: 30%;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.about-img-btm img {
  width: 90%;
  border-radius: 20px;
}
.about-left {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 2rem;
}
.about-right{
  width: 50%;
  display: flex;
  padding-right: 2rem;
}
.about-left p {
  width: 80%;
  font-size: 1.1rem;
  font-family: "Poppins";
  text-align: justify;
}
.what-we-do {
  width: 100%;
  background-color: #e7e7fa;
  padding-block: 2rem;
  display: flex;
}
.what-we-do-products {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 2rem;
}
.what-we-do-product {
  width: 30%;
  background-color: white;
  border-radius: 15px;
  height: min-content;
}
.what-we-do-product img {
  width: 100%;
  height: 15rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.what-we-do-product p {
  text-align: center;
  font-weight: 600;
  font-family: "Poppins";
}
.what-we-do-decription {
  width: 30%;
  text-align: center;
  font-family: "Poppins";
  padding-right: 3rem;
}
.what-we-do-decription h4 {
  font-size: 1.5rem;
}
.what-we-do-decription p {
  text-align: justify;
}
.news {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 2rem;
}
.quote {
  display: flex;
  background-color: #e7e7fa;
  padding-block: 2rem;
}
.quote-left {
  width: 50%;
  display: flex;
  justify-content: center;
}
.quote-left img {
  width: 40%;
  border-radius: 25px;
}
.quote-right {
  width: 50%;
}
.quote-right p {
  margin: 0;
  padding-top: 5rem;
  font-size: 2rem;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: "Poppins";
  font-weight: 500;
}
.find-us {
  display: flex;
  width: 100%;
}
.find-us-heading p {
  font-family: "Poppins";
  text-align: center;
  font-size: 2rem;
}
.find-us-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.find-us-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.find-us-links i {
  font-size: 3rem;
  color: #8a2ae3;
}
.location-container{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 2rem;
}
.location-container iframe{
  border-radius: 20px;
}
footer {
  /* background: rgb(201, 55, 101);
  background: linear-gradient(
    180deg,
    rgba(201, 55, 101, 1) 1%,
    rgba(190, 60, 58, 1) 89%
  ); */
  padding-block: 1rem;
  color: black;
  background-color: #e7e7fa;
  font-family: "Poppins";
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-col {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-col a{
  text-decoration: none;
  color: black;
}
.footer-col a:hover{
  color: rgb(215, 215, 215);
}
.footer-news-heading {
  width: 100%;
  text-align: start;
}
.links {
  list-style: none;
}
.links a {
  text-decoration: none;
  color: black;
}
.links li {
  padding-block: 0.5rem;
}
.footer-end {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Poppins";
}
.footer-end p {
  margin: 0;
}
.footer-end p a {
  text-decoration: none;
  color: rgb(156, 155, 155);
  font-size: 1.1rem;
}
.footer-end p a:hover{
  font-weight: 900;
}
#call-us{
  margin-right: 6rem;
}
#call-us a{
  text-wrap: nowrap;
}


/* Mobile View */

@media (max-width: 768px) {
  nav {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
  }
  .home{
    margin-top: 7rem;
  }
  .home h3 {
    font-size: 2.5rem;
  }
  .about-body {
    flex-direction: column;
  }
  .about-col {
    width: 100%;
  }
  .about-left{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-bottom: 1rem;
  }
  .about-left p{
    margin: 0;
  }
  .about-right{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
  }
  .about-img-top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-img-top img{
    width: 90%;
  }
  .about-img-btm{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-img-btm img{
    width: 90%;
  }
  .what-we-do{
    flex-direction: column;
  }
  .what-we-do-products{
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .what-we-do-product{
    width: 90%;
  }
  .what-we-do-decription{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
  }
  .what-we-do p{
    width: 90%;
  }
  .news img{
    width: 90%;
  }
  .quote{
    flex-direction: column;
  }
  .quote-left{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .quote-left img{
    width: 90%;
  }
  .quote-right{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .quote-right p{
    width: 90%;
  }
  .footer-container{
    flex-direction: column;
  }
  .footer-col{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-news-heading{
    padding-left: 2rem;
  }
  .footer-col div p{
    width: 90%;
  }
  .footer-col div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
  }
  .links{
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  .footer-end p{
    width: 90%;
    text-align: center;
  }
  .find-us{
    flex-direction: column;
  }
  .find-us-content{
    width: 100%;
  }
  .location-container{
    width: 100%;
  }
  .location-container iframe{
    width: 90%;
  }
  #call-us{
    margin-right: 0;
  }
}
