* {
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

/* header start  */
.header {
  width: 100%;
  background-color: #eef8fe;
  overflow-x: hidden;
}

/* navbar start  */
.navbar {
  width: 100%;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid white;
}
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-left: 2rem;
}
.title div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title div img {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
}
.title div span {
  font-weight: bold;
  font-size: 2.5rem;
  color: black;
}
.contact {
  padding: 0 2rem;
  width: 30rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact a {
  font-size: 2.5rem;
  text-decoration: none;
  color: black;
}
.PhoneNum {
    margin-right:10px;
 }
.contact a i {
    color: white;
    border-radius: 50%;
    padding: 1rem;
}
/* navbar end  */

/* LINKS start */
.links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.links a {
  text-decoration: none;
  color: black;
  font-size: 1.8rem;
  margin-right: 2rem;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif;
}
.links a i {
  font-size: 1.75rem;
  margin-right: 0.5rem;
}
/* LINKS end */

/* carousel section start  */
.carousel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.carousel-images {
  padding: 1rem;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-images-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.carousel-images-section div img {
  width: 55rem;
  height: 50rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}
.carousel-images-section div div {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
.form {
  width: 50%;
  display: flex;
  padding-top: 2rem;
  padding-left: 3rem;
}
.form form {
  border-radius: 1rem;
  background-color: white;
  padding: 2rem 5rem;
  height: 54rem;
}
.form form h1 {
  font-size: 3rem;
}
.form form p {
  font-size: 2rem;
}
.form form input {
  height: 4.5rem;
  width: 45rem;
  margin: 1.5rem 0;
  font-size: 2rem;
  background-color: #eef4f7;
}
.form form select {
  height: 4.5rem;
  width: 45rem;
  background-color: #eef4f7;
  font-size: 2rem;
}
.form form select option {
  font-size: 2rem;
}
.form form button {
  height: 4.5rem;
  width: 45rem;
  font-size: 2rem;
  font-weight: bold;
  border: 1px black solid;
  background-color: gold;
}
.formbuttonsubmit {
    height: 4.5rem;
    width: 45rem;
    font-size: 2rem;
    font-weight: bold;
    border: 1px black solid;
    background-color: gold;
}
/* carousel section end  */
/* header end  */

/* services section start  */
.services {
  margin-top: 4rem;
  width: 100%;
  padding: 4rem 0;
  padding-top: 0;
}
.services h1 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
}
.services p {
  box-sizing: border-box;
  padding: 3rem 0;
  text-align: center;
  padding-top: 0;
  font-size: 2.5rem;
  text-align: center;
}
.owl-carousel-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel-section .owl-carousel {
  height: 100%;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel-section .owl-carousel .card-div {
  background-color: white;
  border: 1px solid black;
  width: 27rem;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.owl-carousel-section .owl-carousel .card-div img {
  width: 10rem;
  height: 10rem;
}
.owl-carousel-section .owl-carousel .card-div div {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
/* services section end  */

/* our solution section start */
.solutions {
  width: 100%;
}
.solutions h1 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
}
.solutions p {
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 2rem;
}
.owl-carousel-section .owl-carousel .card-div-solution {
  width: 15rem;
  height: 13rem;
  border-radius: 1rem;
}
.owl-carousel-section .owl-carousel .card-div-solution img {
  width: 5rem;
  height: 5rem;
}
.owl-carousel-section .owl-carousel .card-div-solution div {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: black;
}
/* our solution section end */

/* feedback section start */
.feedback {
  width: 100%;
  padding: 3rem 0;
}
.feedback h1 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
}
.feedback p {
  font-size: 2.5rem;
  text-align: center;
}
.testimonial {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.testimonial iframe {
  border-radius: 3rem;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.75);
  margin: 1.5rem 0;
}
.testimonial div {
  border-radius: 3rem;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.75);
  width: 40rem;
  margin: 1.5rem 0;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.testimonial div img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}
.testimonial div span {
  font-size: 1.5rem;
  display: inline;
}
/* feedback section end */

/* winning section start  */
.winning {
  width: 100%;
  padding: 4rem 0;
  padding-top: 0;
}
.winning h1 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
}
.winning p {
  font-size: 2.5rem;
  text-align: center;
}
.winning-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.winning-section .image-1 {
  width: 57rem;
  height: 39.8rem;
}
.winning-section .image-2 {
  width: 57rem;
  height: 25rem;
}
/* winning section end  */

/* achievement section start  */
.achievement {
  width: 100%;
  padding: 4rem 0;
  padding-top: 3rem;
}
.achievement h1 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
}
.achievement p {
  font-size: 2.5rem;
  text-align: center;
}
.achievement .achieve-image-section {
  padding: 0 10rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 3rem;
}
.achievement .achieve-image-section div {
  display: flex;
  width: 15rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.achievement .achieve-image-section div img {
  height: 7rem;
  width: 7rem;
}
.achievement .achieve-image-section div div {
  font-size: 3rem;
  font-weight: bold;
}
.achievement .achieve-image-section div p {
  font-size: 2rem;
}

/* achievement section end  */

/* presence start  */
.presence {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0;
}
.presence span {
  font-size: 1.75rem;
  border-bottom: 1px solid black;
}
/* presence start  */

/* last section start  */
.last-section {
  width: 100%;
  padding: 1.5rem;
}
.last-section p {
  text-align: center;
  font-size: 1.75rem;
}
.last-section p a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 1.75rem;
}
.last-section div {
  text-align: center;
}
.last-section div a {
  font-size: 1.5rem;
  text-decoration: none;
  color: black;
  margin-left: 0.5rem;
}
/* last section end  */

/* overlay start  */
.overlay-btn {
  z-index: 100;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  background-color: gold;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
}
.overlay-section {
  visibility: hidden;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s linear;
}
.overlay-section .overlay-form {
  z-index: 1000;
  background-color: white;
  padding: 3rem;
  border-radius: 2rem;
}
.overlay-form div {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overlay-form div p {
  font-size: 3rem;
}
.overlay-section .overlay-form .close-overlay {
  height: 4rem;
  width: 4rem;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px white solid;
  background-color: hsl(51, 100%, 80%);
  border-radius: 1rem;
}
.overlay-section .overlay-form input {
  height: 4.5rem;
  width: 45rem;
  margin: 1.5rem 0;
  font-size: 2rem;
  background-color: #eef4f7;
}
.overlay-section .overlay-form select {
  height: 4.5rem;
  width: 45rem;
  margin: 1.5rem 0;
  font-size: 2rem;
  background-color: #eef4f7;
}
.overlay-section .overlay-form select option {
  font-size: 2rem;
}
.overlay-section .overlay-form button {
  height: 4.5rem;
  width: 45rem;
  font-size: 2rem;
  font-weight: bold;
  border: 1px black solid;
  background-color: gold;
}
.formbuttonsubmit {
    height: 4.5rem;
    width: 45rem;
    font-size: 2rem;
    font-weight: bold;
    border: 1px black solid;
    background-color: gold;
}
/* overlay end  */
@media screen and (max-width: 700px) {
    .title {
    width: 100%;
  }
  .title div span {
    font-size: 2rem;
  }
  .contact {
    margin-top: 1rem;
    width: 100%;
  }
  .links {
    justify-content: space-evenly;
    padding-right: 0;
  }
  .links a {
    width: 40%;
    margin-right: 0;
  }
  .carousel-images {
    width: 100%;
  }
  .carousel-images-section {
    justify-content: center;
  }
  .carousel-images-section div img {
    width: 17rem;
    height: 17rem;
  }
  .form {
    width: 100%;
    padding-left: 0;
    padding: 0.5rem;
  }
  .form form {
    padding: 1rem;
    width: 100%;
    height: 100%;
  }
  .form form input {
    width: 100%;
  }
  .form form select {
    width: 100%;
  }
  .form form button {
    width: 100%;
  }
    .formbuttonsubmit {
        width: 100%;
    } 

    .services p {
        padding: 3rem 0;
    }
  .owl-carousel-section .owl-carousel {
    width: 34rem;
  }
  .testimonial iframe {
    width: 35rem;
  }
  .testimonial div {
    width: 35rem;
  }
  .winning h1 {
    padding-left: 0;
  }
  .winning-section .image-1 {
    width: 100%;
    height: 30rem;
  }
  .winning-section .image-2 {
    width: 100%;
  }
  .achievement .achieve-image-section {
    padding: 0 1rem;
  }
  .achievement .achieve-image-section div {
    width: 17rem;
  }
  .overlay-section .overlay-form {
    width: 96%;
    padding: 1rem;
  }
  .overlay-form div {
    display: flex;
  }
  .overlay-section .overlay-form input {
    width: 100%;
  }
  .overlay-section .overlay-form select {
    width: 100%;
  }
  .overlay-section .overlay-form button {
    width: 100%;
  }
   .formbuttonsubmit {
        width: 100%;
    } 
}
