* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  font-family: "Bricolage Grotesque", sans-serif;
  box-sizing: border-box;
}
body {
  background-color: #f7f6f4;
}
p,
h1,
a,
h2,
h3,
h4,
h6,
span {
  color: #00373e;
}
button {
  cursor: pointer;
  transition: all 0.3s ease;
}
button:hover {
  opacity: 0.9;
  transform: scale(1.03);
}
/* Navbar */
.section {
  margin: 40px 100px;
  overflow: hidden;
}
.navbar nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
}
.navbar nav ul li a {
  transition: all 0.3s ease-in-out;
}
.navbar nav ul li a:hover {
  color: #efc01d;
  font-size: 1.25rem;
}
.logo {
  font-size: 2.08rem;
  width: 40%;
  text-align: center;
}
#check {
  display: none;
}
.checkbtn {
  font-size: 24px;
  cursor: pointer;
  display: none;
  float: right;
}
/* Hero Section */
.hero .back-hero {
  background-color: #f9e6d0;
  height: 66.8vh;
  border-radius: 4.375rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.back-hero .left-side-pic {
  width: 19.808vw;
  height: 61.8vh;
  position: relative;
  top: 40px;
  flex-wrap: nowrap;
}
.hero .back-hero h1 {
  font-size: 4.375rem;
  line-height: 100%;
}
/* Hero section content */
.hero .back-hero .hero-content p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 100%;
  margin-top: 20px;
  margin-left: 150px;
  margin-right: 150px;
}
.hero .back-hero .hero-content button {
  padding: 15px 39px;
  font-weight: 600;
  font-size: 1.25rem;
  background-color: #00373e;
  border: none;
  color: #fff;
  border-radius: 6.25rem;
  margin-top: 40px;
  cursor: pointer;
}
.right-side-pic {
  height: 66.8vh;
  flex-wrap: nowrap;
}
/* Section 1 */
.section-1 {
  margin-top: 70px;
}
.section-1-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.section-1 .col-1 {
  width: 29%;
  margin-right: 270px;
}
.section .first {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100px;
}
.section-1 .col-1 h1,
.section-2 .row-1 h1,
.section-3 .col-1 h1,
.section-5 .row-1 h1,
.section-6 .col-1 h1,
.section-7 .row-1 h1,
.section-8 .row-1 h1 {
  font-size: 3.25rem;
  line-height: 50px;
  margin-bottom: 40px;
}
.section .second {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}
.section-1 .col-1 button,
.section-6 .col-1 button,
.section-8 .row-2 .col-2 button {
  background-color: #00373e;
  color: #fff;
  border: none;
  font-size: 1.25em;
  text-transform: capitalize;
  padding: 15px 39px;
  border-radius: 75px;
}
.hero .back-hero .hero-content button:hover,
.section-1 .col-1 button:hover,
.section-2 .row-3 .col-1 button:hover,
.section-6 .col-1 button:hover,
.section-8 .row-2 .col-2 button:hover {
  background-color: #4ccbbb;
}
.section-1-content .col-2 {
  margin-left: 80px;
}
.section-1-content .col-2 img {
  background-color: #00373e;
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: center;
  border-radius: 55px;
  font-weight: 600;
}
/* Section 2 */
.section-2 .row-1,
.section-5 .row-1 {
  text-align: center;
}
.section-2 .row-1 h1,
.section-5 .row-1 h1 {
  width: 420px;
  margin: auto;
  margin-top: -20px;
}
.section-2 .row-1 .second,
.section-5 .row-1 .second {
  margin: auto;
  margin-top: 30px;
  width: 30%;
}
.section-2 .row-2 {
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section-2 .row-2 .row-2-col {
  width: 600px;
  height: 455px;
  border-radius: 60px;
  overflow: hidden;
  padding: 50px 50px;
}
.section-2 .row-2 .col-1 {
  background-color: #f9e6d0;
  display: flex;
  justify-content: space-between;
}
.section-2 .row-2 h2 {
  font-size: 2.5rem;
  width: 20vw;
  font-weight: 600;
}
.section-2 .row-2 .col-1-1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 1;
}
.section-2 .row-2 .row-2-col p,
.section-2 .row-3 p,
.section-3 .col-1 p,
.section-3 .col-2 .testimonial-cards .card {
  font-size: 1.25em;
}
.section-2 .row-2 .row-2-col button,
.section-2 .row-3 button {
  text-transform: capitalize;
  color: #00373e;
  font-size: 1.25em;
  font-weight: 600;
  padding: 15px 39px;
  border-radius: 70px;
  background: none;
  border-color: #00373e;
  width: 200px;
}
.section-2 .row-2 .col-1-2 {
  background-image: url("Pics/Illustration_10.png");
  width: 229.19px;
  height: 322px;
  overflow: hidden;
}
.section-2 .row-2 .col-2 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-2 .row-2 .col-2 p {
  width: 55%;
}
.section-2 .row-3 {
  width: 100%;
  height: inherit;
  background-color: #fff;
  margin-top: 40px;
  border-radius: 75px;
  overflow: hidden;
  padding: 50px 50px;
  padding-right: 0;
  display: flex;
  flex-basis: 50%;
  gap: 130px;
}
.section-2 .row-3 .col-1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.row-3 .col-1 h3 {
  font-size: 2.5rem;
  font-weight: 600;
}
.section-2 .row-3 button {
  background-color: #00373e;
  color: #fff;
  border: none;
}
.section-2 section .row-3 .col-2 {
  height: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  margin-top: -8px;
  position: relative;
  top: 55px;
  left: 60px;
}
/* Section 3 */
.section-3 {
  margin-right: 0;
}
.section-3 section {
  display: flex;
  justify-content: space-between;
}
.section-3 .col-2 .testimonial-cards {
  display: flex;
  justify-content: space-between;
  width: 120%;
}
.section-3 .col-2 .testimonial-cards .card {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 145px;
}
.section-3 .col-1 {
  width: 30%;
}
.card {
  height: 393px;
  width: 393px;
  background-color: skyblue;
  border-radius: 60px;
  overflow: hidden;
  padding: 40px;
}
.section-3 .col-2 .testimonial-cards .card-light {
  background-color: #f9e6d0;
}
.section-3 .col-2 .testimonial-cards .card-dark {
  background-color: #00373e;
}
.section-3 .col-2 .testimonial-cards .card-dark p,
.span-2 {
  color: #fff;
}
.arrows {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.section-3 .fa {
  color: #00373e;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 20px;
}
.section-3 .fa:hover {
  opacity: 0.9;
  transition: all 1s ease;
}
.section-3 .arrows .first-arrow:hover {
  position: relative;
  right: 2px;
}
.section-3 .arrows .sec-arrow:hover {
  position: relative;
  left: 2px;
}
.section-3 .first-arrow,
.section-3 .sec-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-3 .first-arrow {
  background-color: #fff;
}
.section-3 .sec-arrow {
  background-color: #00373e;
  color: #fff;
}
/* Section 4 */
.section-4 {
  height: inherit;
  background-color: #fff;
  border-radius: 60px;
  margin: 150px 100px 80px 100px;
  padding: 50px;
}
.section-4 section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-4 section h6 {
  font-size: 22px;
  font-weight: 500;
}
.section-4 section .company-logos {
  display: flex;
  justify-content: space-between;
  width: 80%;
  flex-wrap: wrap;
}
/* Section 5 */
.section-5 section {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.section-5 .row-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.section-5 .box {
  width: 387px;
  height: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 60px;
  padding: 50px;
}
.section-5 .box h4,
.section-8 .row-2 h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.section-5 .box p,
.section-9 .col-1 .footer-links,
.section-9 .col-1 p {
  font-size: 18px;
  font-weight: 400;
}
.section-5 .box button {
  width: 155px;
  height: 54px;
  border-radius: 60px;
  border: none;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.section-5 .box-1 button {
  margin-top: 100px;
  background-color: #efc01d;
}
.section-5 .box-2 button {
  margin-top: 70px;
  background-color: #4ccbbb;
}
.section-5 .box-3 button {
  margin-top: 95px;
  background-color: #f39cac;
}
/* Section 6 */
.section-6 section {
  display: flex;
  background-color: #fff;
  flex-direction: row;
  border-radius: 60px;
  padding-left: 50px;
  flex-wrap: wrap;
}
.section-6 section .col-1 {
  width: 40%;
}
.section-6 section img {
  margin-top: 40px;
  position: relative;
  top: 10px;
}
/* Section 7 */
.section-7 section {
  display: flex;
}
.section-7 .col-1 {
  height: 1000px;
}
.section-7 section .col-1 h1 {
  width: 55%;
}
.section-7 section .col-1 .second {
  width: 57%;
}
.section-7 .row-2 .row-2-2 {
  width: 570px;
  height: 385px;
  background-color: #f9e6d0;
  position: relative;
  top: 235px;
  z-index: -1;
  border-radius: 60px;
}
.section-7 .row-2 img {
  width: 376.78px;
  height: 574px;
  position: relative;
  bottom: 340px;
  left: 70px;
}
.section-7 section .col-2 {
  margin-top: 240px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.section-7 section .col-2 .box {
  display: flex;
  background-color: #fff;
  border-radius: 25px;
  justify-content: space-between;
  padding: 30px;
  font-weight: 500;
  width: 620px;
  height: 102px;
  align-items: center;
  cursor: pointer;
}
.section-7 .col-2 .plus-symbol {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f6f4;
}
/* Section 8 */
.section-8 section .row-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-8 section .row-1 h1,
.section-8 section .row-1 .second {
  text-align: center;
}
.section-8 section .row-1 h1 {
  width: 30%;
}
.section-8 section .row-1 .second {
  width: 40%;
}
.section-8 section .row-2 {
  width: 100%;
  height: inherit;
  background-color: #fff;
  border-radius: 50px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-8 .row-2 .col-1 .contact-detail .row {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.section-8 .row-2 .col-1,
.section-8 .row-2 .col-1 h6,
.section-8 .row-2 .col-2 .msg-box p,
.section-8 .row-2 .col-2 .msg-box input {
  font-size: 20px;
}
.section-8 .row-2 .col-2 .msg-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 550px;
  height: 401px;
  background-color: #fdf7f1;
  border-radius: 50px;
  padding: 50px;
}
.section-8 .row-2 .col-2 .msg-box input {
  background: none;
  border: none;
  border-bottom: 1px solid #00373e;
  width: 100%;
  padding: 10px 0;
  outline: none;
}
.section-8 .row-2 .col-1 .row4 .fa-brands {
  font-size: 24px;
  color: #00373e;
  margin-right: 15px;
  margin-top: 20px;
}
.section-8 .row-2 .col-1 .row5 {
  display: flex;
  flex-direction: column;
  height: 270px;
  justify-content: end;
}
/* Section 9 */
.section-9 footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-9 footer .col-1,
.section-9 footer .box-2 {
  width: 570px;
  height: inherit;
  border-radius: 50px;
  padding: 50px;
}
.section-9 .col-1 {
  background-color: #fff;
}
.section-9 footer .footer-all-links {
  display: flex;
}
.section-9 .col-1 h2,
.section-9 .col-2 h2 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.section-9 .footer-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  text-transform: capitalize;
}
.section-9 .col-1 p {
  color: #b8b8b8;
  margin-top: 50px;
}
.section-9 footer .box-2 {
  background-color: #00373e;
}
.section-9 .box-2 .find-support {
  display: flex;
}
.section-9 footer .box-2 h1 {
  color: #fff;
  font-size: 44px;
}
.section-9 footer .box-2 .col2 {
  margin-right: -51px;
}
.section-9 .box-2 button {
  background-color: #fff;
  border: #fff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 50px;
  color: #00373e;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  margin-top: 70px;
  text-transform: capitalize;
}
