body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;

  .container {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
  }

  .text {
    color: black;
    font-size: 50px;
    font-family: Manrope;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: 5px;
    word-wrap: break-word;
  }
  .buttons {
    border: none;
    color: white;
    font-size: 16px;
    font-family: Manrope;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 1.6px;
    word-wrap: break-word;
    width: 200px;
    height: 60px;
    background: #0272bd;
    border-radius: 35px;
    text-decoration: none;
    text-decoration-line: none;
  }
  .buttons a {
    color: white;
    text-decoration: none;
  }
}

/* NAVBAR */

header {
  position: fixed;
  width: 100%;
  z-index: 2;
  .nav-container {
    display: block;
    align-items: center;
  }
  .navbar {
    background: #fff;
    box-shadow: 0px 10px 5px 0px #d9d9d9;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    height: 100px;
    align-items: center;
    padding: 0 50px 0 50px;
    margin-bottom: 50px;
    

    .nav-list {
      display: flex;
      justify-content: space-between;
    }
    
    .list {
      margin-top: 18px;
      display: flex;
      justify-content: space-between;
    }

    .list li {
      list-style-type: none;
      text-align: center;
      color: black;
      font-size: 16px;
      font-family: Manrope;
      font-weight: 800;
      line-height: 40px;
      letter-spacing: 1.6px;
      word-wrap: break-word;
      margin-right: 30px;
    }
    .list li a {
      text-decoration: none;
      color: black;
    }

    .nav-icon {
      font-size: 50px;
      display: none;
    }
  }

  .dropdown {
    display: none;
  }
}

/* HERO SECTION */
.hero-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  align-items: center;
  margin-top: 100px;
  .hero-items {
    width: 80%;
    display: flex;
    flex-direction: column;

    padding: 0 80px;
  }

  .hero-title h3 {
    color: #000;
    font-size: 50px;
    font-family: Manrope;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 5px;
    word-wrap: break-word;
    text-align: left;
    font-size: 3rem;
    margin-bottom: 0;
    width: 650px;
  }

  .hero-text {
    color: #000;
    font-family: Manrope;
    font-size: 25px;
    font-style: normal;
    font-weight: 100;
    line-height: 40px;
    letter-spacing: 2.5px;
  }

  .hero-img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 140px;
  }

  .hero-img .bg-blur {
    border-radius: 100%;
    background: radial-gradient(#b8e4ff, #cbe2f1);
    filter: blur(100px);
    width: 350px;
    height: 400px;
    position: absolute;
  }

  .hero-img img {
    width: 50%;
    height: 50%;
    z-index: 1;
  }
}

/* SECTION ONE*/
.section-one {
  width: 100%;
  display: block;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  margin-top: 200px;

  .one-text h3 {
    color: black;
    font-size: 35px;
    font-family: Manrope;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 3.5px;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 50px 0 50px 0;
  }
  .one-text p {
    text-align: center;
    color: black;
    font-size: 18px;
    font-family: Manrope;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.8px;
    word-wrap: break-word;
    margin: 50px 0 50px 0;
  }
  .one-img {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 50px 0 50px 0;
  }
  .one-img img {
    margin-bottom: 30px;
    z-index: 1;
  }

  .bg-blur {
    border-radius: 100%;
    background: radial-gradient(#b8e4ff, #cbe2f1);
    filter: blur(190px);
    width: 400px;
    height: 400px;
    position: absolute;
    left: 30%;
  }
}
/* TESTIMONIAL */
.testimonial {
  background-color: #fff;
  margin-top: 100px;
  margin: 0 30px;

  .testimonial-items {
    background-color: #fff;
    height: auto;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 2px #d9d9d9 solid;
  }

  .swiper {
    overflow: visible;
  }

  .swiper-pagination {
    margin-bottom: -40px;
  }

  .testimonial-title h3 {
    color: black;
    font-size: 35px;
    font-family: Manrope;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 3.5px;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  .testimonial-info {
    padding: 0 0.5em;
    color: black;
    font-size: 16px;
    font-family: Manrope;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.2px;
    word-wrap: break-word;
  }
  .testimonial-flex {
    padding: 1.2em 1.2em;
    display: flex;

    height: 120px;
  }
  .testimonial-text {
    width: 100%;
    height: auto;
    padding: 0 1em;
  }
  .fav-img img {
    width: 85px;
    height: 85px;
  }
  .testimonial-text h5,
  img {
    margin: 0;
  }
  .testimonial-text h5 {
    color: black;
    font-size: 16px;
    font-family: Manrope;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    word-wrap: break-word;
  }

  .testimonial-text p {
    margin-top: 0;
    color: black;
    font-family: Manrope;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1.2px;
    word-wrap: break-word;
  }
  .testimonial-dot {
    display: flex;
    justify-content: center;
  }
  .testimonial-dot img {
    padding: 0 10px;
    margin: 30px 0 30px 0;
    display: flex;
    justify-content: center;
  }
}
/* SECTION TWO */
.section-two {
  .bg-blur {
    border-radius: 100%;
    background: radial-gradient(#b8e4ff, #cbe2f1);
    filter: blur(200px);
    width: 400px;
    height: 400px;
    position: absolute;
    left: 30%;
  }
  margin-top: 0;
  .two-items {
    background-color: #fff;
    width: auto;
    height: auto;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 2px #d9d9d9 solid;
    margin: 20px 10px;
  }

  .two-img {
    margin-top: 20px;
  }
  .two-img,
  .two-text h5,
  .two-info p,
  .two-buttons {
    display: flex;
    justify-content: center;
  }

  .two-buttons a {
    color: white;
    text-decoration: none;
  }
  .two-lists {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  .two-title {
    height: 115px;
  }
  .two-title h3 {
    color: black;
    font-size: 35px;
    font-family: Manrope;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 3.5px;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    padding: 50px 0;
  }
  .two-text h5 {
    color: black;
    font-size: 24px;
    font-family: Manrope;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2.4px;
    word-wrap: break-word;
  }

  .two-info {
    margin: 20px 20px;
    color: black;
    font-size: 16px;
    font-family: Manrope;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.4px;
    word-wrap: break-word;
  }
  .two-text h5,
  img {
    margin: 0;
  }

  .two-buttons button {
    margin: 50px 0;
    color: white;
    font-size: 16px;
    font-family: Manrope;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 1.6px;
    word-wrap: break-word;
    width: 200px;
    height: 60px;
    background: #000000;
    border-radius: 35px;
    text-decoration: none;
  }
}
/* PORTFOLIO */
.portfolio {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  .portfolio-cont {
    background-color: #feffff;
    width: 80%;
    margin: 50px 0 50px 0;
  }
  .portfolio-flex {
    background-color: #feffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 2px #d9d9d9 solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .portfolio-text,
  .portfolio-img {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .portfolio-title {
    color: #0272bd;
    font-size: 35px;
    font-family: Manrope;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 3.5px;
    word-wrap: break-word;
  }
  .portfolio-text {
    color: black;
    font-size: 20px;
    font-family: Manrope;
    font-weight: 400;
    word-wrap: break-word;
    padding: 0 50px;
  }
  .top-port-img {
    position: relative;
    top: 200px;
    left: 50px;
  }
  .bottom-port-img img {
    position: relative;
    top: -150px;
    left: 0;
  }
  .bg-blur {
    border-radius: 100%;
    background: radial-gradient(#b8e4ff, #cbe2f1);
    filter: blur(200px);
    width: 400px;
    height: 400px;
    position: absolute;
    left: 30%;
  }
}
/* SERVICES*/

.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;

  .bg-blur {
    border-radius: 100%;
    background: radial-gradient(#b8e4ff, #cbe2f1);
    filter: blur(100px);
    width: 400px;
    height: 400px;
    position: absolute;
    /* left: 90%; */
  }
  .services-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    font-size: 35px;
    font-family: Manrope;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 3.5px;
    word-wrap: break-word;
  }
  .services-item {
    width: auto;
    background: rgba(2, 114, 189, 0.1);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 80px;
  }
  .services-number-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .services-number-img img {
    position: relative;
    top: 30px;
    left: 0;
  }
  .services-number-img h3 {
    position: relative;
    top: -110px;
    left: 39px;
  }
  .services-items p {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 50px;
    position: relative;
    top: -70px;
    left: 0;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services-buttons {
    display: flex;
    justify-content: center;
    align-self: center;
    padding-top: 50px;
    margin: 50px 0 50px 0;
  }

  .services-num-img h3 {
    color: white;
    font-size: 50px;
    font-family: Manrope;
    font-weight: 700;
    word-wrap: break-word;
  }
}
/* SECTION THREE (FAQ SECTION)*/
.section-three {
  display: flex;
  flex-direction: column;
  align-items: center;

  .bg-blur {
    border-radius: 100%;
    background: radial-gradient(#b8e4ff, #cbe2f1);
    filter: blur(190px);
    width: 400px;
    height: 400px;
    position: absolute;
    left: 30%;
  }
  .three-title {
    text-align: center;
    color: #0071bc;
    font-size: 35px;
    font-family: Manrope;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 3.5px;
    word-wrap: break-word;
  }
  .three-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .three-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    margin-top: 50px;
    background: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 1px #d9d9d9 solid;
    transition: min-height 0.5s, height 0.5s;
  }

  .three-text {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
  }

  .three-text p {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .three-ellipse {
    margin-top: 2px;
  }
  .three-vector {
    position: relative;
    top: 18px;
    left: -35px;
  }
  .three-text :nth-last-child(1) {
    display: none;
    cursor: pointer;
    padding: 0 50px;
  }

  .three-img {
    width: 20%;
    display: flex;
    justify-content: end;
    padding: 10px 0;
  }
}
/* BLOGS */
.blogs {
  background-color: #fff;
  margin-top: 100px;
  margin: 0 30px;
.swiper{
  height: 400px
}


a{
  text-decoration-line: none;
}
  .blogs-title h3 {
    color: black;
    font-size: 35px;
    font-family: Manrope;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 3.5px;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
   
  }
 
  .blogs-flex {
    padding: 1.2em 1.2em;
    display: flex;
    flex-direction: column;
     background-color: #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 2px #d9d9d9 solid;
  }
  .blogs-text  {
   height: 150px;
}
  .blogs-text h5 {
    color: black;
    font-size: 20px;
    font-family: Manrope;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

  .fav-img img {
    width: 85px;
    height: 85px;
  }
  
  .blogs-image  {
  height: 50%;
  } 
  .blogs-image img {
  width:100%;
  height: 200px;
  } 
  
 

  .blogs-text p {
    color: black;
    font-family: Manrope;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1.2px;
    word-wrap: break-word;
  }

}

/* FOOTER SECTION*/
.footer {
  background: #fff;
  box-shadow: 0px 5px 10px 0px #d9d9d9;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 50px 0 50px;
  border-top: 2px solid #d9d9d9;
  margin-top: 50px;

  .footer-flex {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  i {
    font-size: 25px;
    background-color: #000;
    color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
    position: relative;
    top: 0;
    left: 90%;
  }
}
