* {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}
:root {
  --swiper-navigation-color: #213974;
  --swiper-navigation-size: 30px;
}

.nav {
  padding: 10px 20px;
  background-color: #213974;
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 9999;
  color: white;
  display: flex;
  align-items: center;
}
.nav img {
  width: 72px;
  margin-left: 25px;
  z-index: 9999;
}
.nav .btn_wrpr {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
}
.nav .menu {
  display: flex;
  text-decoration: none;
  list-style: none;
  margin-right: 20px;
}
.nav .menu .dropDown {
  display: flex;
  flex-direction: column;
  position: relative;
}
.nav button {
  background-color: #213974;
  border: none;
  color: white;
  font-size: 20px;
}
.nav .menu .navDropDown {
  padding: 15px;
  position: absolute;
  font-size: 18px;
  top: 30px;
  background-color: #213974;
  border: none;
  list-style-type: none;
}

.nav .menu .navDropDown a {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.nav .menu a {
  font-size: 20px;
  margin-left: 16px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.nav .hamburger-menu {
  display: none;
}
.nav .btn {
  margin-right: 40px;
  background: #7885cb;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
}
.nav .links {
  display: none;
}
.section_1 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
      rgba(236, 241, 236, 0.7),
      rgba(236, 241, 236, 0.7)
    ),
    url("../assets/images/landing-image.jpg") no-repeat 300px 300px;
  background-position: center 100px;
  /* background-color: #ecf1ec; */
  background-size: 70%;
}
.section_1 p {
  width: 70%;
  font-weight: bold;
  font-size: 22px;
}

.floating_icon {
  position: fixed;
  padding: 20px;
  bottom: 40px;
  right: 40px;
  background-color: #213974;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.floating_icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.floating_icon p {
  font-size: 13px;
}

.section_2 {
  padding: 10px 10%;
  margin-top: 120px;
  /* height: 100vh; */
  height: 600px;
  background-color: #ecf1ec;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}
.section_2 h1 {
  font-size: 50px;
  font-weight: bold;
  align-self: start;
}
.section_2 h3 {
  margin-top: -50px;
}

.section_2 .globe {
  position: absolute;
  width: 350px;
  height: 350px;
  object-fit: contain;
  bottom: -170px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_2 .map_1 {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: contain;
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}
.section_2 .map_2 {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: contain;
  top: 50%;
  left: 78%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}
.section_2 .workplace {
  position: absolute;
  width: 250px;
  height: 300px;
  object-fit: contain;
  top: 80%;
  left: 80%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.section_2 .woman {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: contain;
  top: 83%;
  left: 20%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}

.section_2 .sub_1 {
  display: flex;
  justify-content: space-between;
}
.section_2 .box {
  padding: 25px;
  border: 4px solid #e3cb9b;
  width: 25%;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}

.section_3 {
  height: 100vh;
  background-color: #e3cb9b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section_3 h1 {
  font-size: 50px;
  font-weight: bold;
}

.section_3 .logo_wrpr {
  border: 2px solid black;
  border-radius: 100px;
  background: white;
  margin: 10px;
}
.section_3 .box_1 {
  position: absolute;
  top: 20%;
  left: 18%;
  display: flex;
  align-items: center;
  width: 400px;
  /* transform: translate(-50%, -50%); */
}
.section_3 .box_2 {
  position: absolute;
  top: 20%;
  right: 18%;
  display: flex;
  align-items: center;
  width: 400px;
  /* transform: translate(-50%, -50%); */
}
.section_3 .box_3 {
  position: absolute;
  bottom: 40%;
  left: 10%;
  display: flex;
  align-items: center;
  width: 400px;
  /* transform: translate(-50%, -50%); */
}
.section_3 .box_4 {
  position: absolute;
  bottom: 40%;
  right: 10%;
  display: flex;
  align-items: center;
  width: 400px;
  /* transform: translate(-50%, -50%); */
}

.section_3 .box_5 {
  position: absolute;
  bottom: 20%;
  left: 18%;
  display: flex;
  align-items: center;
  width: 400px;
  /* transform: translate(-50%, -50%); */
}
.section_3 .box_6 {
  position: absolute;
  bottom: 20%;
  right: 18%;
  display: flex;
  align-items: center;
  width: 400px;
  /* transform: translate(-50%, -50%); */
}

.section_3 img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 200px;
}

.section_4 {
  padding: 80px 15%;
  /* height: 100vh; */
  background-color: #ecf1ec;
}
.section_4 h1 {
  margin: 15px 0;
  font-size: 50px;
  font-weight: bold;
}
.section_4 .sub {
  display: flex;
  justify-content: space-between;
}
.section_4 .wrapper {
  width: 17%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_4 .box {
  height: 260px;
  padding: 3px;
  border: 4px solid #e3cb9b;
  text-align: center;
  border-radius: 8px;
}
.section_4 .box h3 {
  margin-bottom: 10px;
  height: 65px;
}
.section_4 .wrapper img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.section_4 .mob {
  display: none;
}

.section_5 {
  padding: 80px 15%;
  background-color: #e3cb9b;
}

.section_5 h1 {
  font-size: 50px;
  font-weight: bold;
}

.section_5 .main {
  margin-top: 25px;
  display: flex;
  max-width: 600px;
}

.section_5 .sub {
  flex: 1;
  width: 100%;
}
.section_5 .box {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.section_5 .box img {
  height: 85px;
  width: 85px;
  margin-right: 25px;
}
.section_5 .box p {
  font-size: 13px;
  text-align: justify;
  width: 300px;
}
.section_5 .line {
  margin-left: 10px;
  width: 200px;
  height: 2px;
  background: black;
}
.section_5 .ico_wrpr {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_5 .ico_wrpr img {
  height: 500px;
  width: 500px;
  object-fit: contain;
  margin-left: -100px;
  background-color: #ecf1ec;
  border-radius: 500px;
}
.section_6 {
  padding: 80px 15%;
  background-color: #ecf1ec;
}
.section_6 h1 {
  font-size: 50px;
  font-weight: bold;
}
.section_6 .sub {
  margin-top: 100px;
  display: flex;
}
.section_6 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_6 .item p {
  margin-top: 10px;
  width: 80%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.section_6 img {
  width: 40%;
}

.section_7 {
  padding: 80px 15%;
  background-color: #e3cb9b;
}
.section_7 h1 {
  font-size: 50px;
  font-weight: bold;
}
.section_7 .sub {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.section_7 .item {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_7 .item p {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.section_7 img {
  width: 100px;
  height: 100px;
}

.section_8 {
  padding: 40px 15%;
  background-color: #ecf1ec;
  position: relative;
}
.section_8 h1 {
  font-size: 50px;
  font-weight: bold;
}
.section_8 .sub {
  margin-top: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_8 .wrpr {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section_8 p {
  font-size: 20px;
}
.section_8 img {
  margin: 10px;
  width: 250px;
  height: 250px;
}
.section_8 .wrpr .item_1 {
  width: 350px;
  position: absolute;
  top: 80px;
  right: 200px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.section_8 .wrpr .item_2 {
  width: 350px;
  position: absolute;
  top: 110px;
  right: 200px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.section_8 .circle {
  background: #e3cb9b;
  height: 20px;
  width: 20px;
  border-radius: 20px;
}
.section_8 .line {
  margin: 0 10px;
  width: 30px;
  height: 2px;
  background: black;
}
.section_8 .wrpr .item_2 .circle {
  background-color: #6ce5e8;
}
.section_8 .wrpr .item_2 span {
  font-weight: 300px;
  font-size: 13px;
}
.section_9 {
  height: 100vh;
  padding: 80px 15% 0 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e3cb9b;
}
.section_9 h1 {
  font-size: 50px;
  font-weight: bold;
  align-self: start;
}
.section_9 .title {
  font-weight: normal;
  font-size: 35px;
}
.section_9 h3 {
  font-size: 28px;
  color: #0a1a44;
}
.section_9 .sub {
  height: 100%;
  display: flex;
  flex-direction: row;
  background-image: url("https://firebasestorage.googleapis.com/v0/b/autoyos-website.appspot.com/o/bg_preventative.png?alt=media&token=1ab89e0c-d242-4bca-bcf5-cf8d13498531");
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
}
.section_9 .mob_1 {
  margin-bottom: 100px;
  /* margin-right: 250px; */
  width: 180px;
  object-fit: contain;
  cursor: pointer;
  transform: translateY(50px);
}
.section_9 .wrpr {
  margin-left: 50px;
}
.section_9 .wrpr img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.section_9 .mob_2 {
  transform: translateX(200px);
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.section_10 {
  padding: 80px 15%;
  background-color: #ecf1ec;
}
.section_10 h1 {
  font-size: 50px;
  font-weight: bold;
}

.section_10 .sub {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.section_10 .box {
  padding: 25px 0;
  width: 20%;
  border: 10px solid white;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section_10 img {
  width: 50%;
  object-fit: contain;
}
.section_10 p {
  width: 80%;
  margin: 25px 0;
  font-size: 18px;
  text-align: center;
}
.section_10 .mob {
  display: none;
}

.section_11 {
  padding: 0px 15%;
  display: flex;
  background-color: #e3cb9b;
  height: 100vh;
}
.section_11 .sub {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.section_11 .box {
  /* height: 25%; */
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_11 .box img {
  width: 80px;
  height: 80px;
}
.section_11 .phone {
  background-image: url("https://firebasestorage.googleapis.com/v0/b/autoyos-website.appspot.com/o/mobile.png?alt=media&token=ab5b81e6-4107-4006-9cb7-73d77be71907");
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section_11 .phone img {
  width: 150px;
}

.section_12 {
  padding: 80px 15% 100px 15%;
  background-color: #ecf1ec;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section_12 h1 {
  font-size: 50px;
  font-weight: bold;
  align-self: start;
}
.section_12 .sub {
  margin-top: 50px;
  display: flex;
  /* justify-content: space-between; */
}
.section_12 .wrpr {
  width: 20%;
  margin-right: 10px;
}
.section_12 .wrpr div {
  background-color: #e3cb9b;
  padding: 10px;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section_12 .wrpr p {
  margin-top: 15px;
  text-align: justify;
}
.section_12 .wrpr_vid {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.section_12 .wrpr_vid iframe {
  width: 80%;
}
.section_12 img {
  margin-bottom: 45px;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.section_12 .mob {
  display: none;
}
.section_13 {
  /* height: 100vh; */
  padding: 40px 15%;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3cb9b;
  flex-direction: column;
}
.section_13 h1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: bold;
  align-self: start;
}
.section_14 {
  padding: 30px 10%;
  margin-top: 50px;
}
.section_14 h1 {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: bold;
}
.section_14 .sub {
  display: flex;
  flex-wrap: wrap;
}
.section_14 img {
  width: 100px;
  margin: 20px;
  object-fit: contain;
}

.section_15 {
  padding: 30px 10%;
  margin-top: 50px;
}
.section_15 h1 {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: bold;
}
.section_15 .sub {
  display: flex;
  flex-wrap: wrap;
}
.section_15 img {
  width: 100px;
  margin: 20px;
  object-fit: contain;
}

footer {
  background-color: #213974;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
footer .icon {
  width: 20px;
  height: 20px;
}
footer .sub {
  width: 20%;
}
footer .sub h2 {
  margin-bottom: 15px;
  color: #98b5fd;
}
footer .wrpr {
  display: flex;
  align-items: start;
  color: white;
}

footer .wrpr img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
footer .wrpr p {
  margin-left: 10px;
}
footer .menu {
  display: flex;
  flex-direction: column;
}
footer .sub a {
  text-decoration: none;
  color: white;
  margin-bottom: 10px;
}

footer .social .icon {
  margin: 10px;
}

/* For mobile phones: */
@media only screen and (max-width: 768px) {
  .nav {
    /* display: none; */
    padding: 5px;
  }
  .nav img {
    width: 36px;
    margin-left: 20px;
  }
  .nav button {
    font-size: 13px;
  }
  .nav .menu {
    display: none;
  }
  /* Menu */
  /* Style the navigation menu */
  .nav .hamburger-menu {
    margin-right: 20px;
    display: block;
  }
  .links {
    display: none;
    position: absolute;
    height: 100vh;
    z-index: 9999;
    background-color: #213974;
    width: 100%;
    left: 0;
    top: 0px;
    /* text-align: center; */
  }
  .links .sub {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #navDropDown {
    margin: 0;
    padding: 0;
    align-items: left;
    margin-left: 50px;
  }
  .links .btn {
    /* margin-left: 50px;
    margin-top: 100px; */
    align-items: center;

  }
  .links .close {
    color: #aaa;
    float: right;
    font-size: 50px;
    font-weight: bold;
    align-self: flex-end;
    justify-self: flex-end;
    margin-right: 20px;
  }
  .links ul {
    height: 100%;
    margin: 100px;
    display: flex;
    flex-direction: column;
    color: white;
    /* justify-content: center; */
    align-items: flex-start;
    list-style: none;
    font-size: 23px;
  }
  .links a {
    text-decoration: none;
    list-style: none;
    color: white;
    margin-bottom: 10px;
  }

  .nav .btn {
    display: none;
  }
  .nav .links .btn {
    display: block;
    font-size: 23px;
  }
  section {
    padding: 0;
  }
  .floating_icon {
    right: 10px;
  }
  .section_1 {
    /* height: 500px; */
    background-size: 100%;
    background-position: center 150px;
    padding: 20px;
  }
  .section_1 h1 {
    font-size: 35px;
  }
  .section_1 p {
    margin-top: 200px;
    font-size: 14px;
    text-align: center;
  }
  .section_2 {
    margin-top: 100px;
    height: auto;
    justify-content: center;
    padding: 20px;
  }
  .section_2 h1 {
    font-size: 35px;
  }
  .section_2 h3 {
    font-size: 12px;
    margin-top: 5px;
  }
  .section_2 .map_1,
  .section_2 .map_2,
  .section_2 .woman,
  .section_2 .workplace {
    display: none;
  }
  .section_2 .sub_1 {
    flex-wrap: wrap;
  }
  .section_2 .box {
    width: 80%;
    margin-top: 10px;
    font-size: 13px;
  }
  .section_2 .globe {
    opacity: 0.1;
  }
  .section_2 .box p {
    font-size: 15px;
  }
  .section_3 {
    padding: 20px;
    align-items: start;
    justify-self: start;
    flex-direction: column;
    height: auto;
  }
  .section_3 h1 {
    font-size: 35px;
  }
  .section_3 .sub > div {
    /* display: none; */
    position: static;
    width: 100%;
    font-size: 12px;
  }
  .section_3 .logo_wrpr {
    border-radius: 1000px;
  }
  .section_3 img {
  }
  .section_3 .mob {
    width: 100%;
  }

  .section_4 {
    height: auto;
    width: 100%;
    padding: 0;
    margin-top: -20px;
  }
  .section_4 h1 {
    padding: 20px;
    padding-bottom: 0; 
    font-size: 35px;
  }
  .section_4 .sub {
    display: none;

  }
  .section_4 .wrapper {
    width: 80%;
    padding: 10%;
    padding-top: 0;
  }
  .section_4 .mob {
    display: block;
  }
  .section_4 .box {
    height: auto;
    vertical-align: text-top;

  }

  .section_5 {
    padding: 20px;
  }
  .section_5 h1 {
    font-size: 35px;
  }
  .section_5 .box img {
    height: 35px;
    width: 35px;
    margin-right: 15px;
  }
  .section_5 .box h3 {
    font-size: 11px;
  }
  .section_5 .box p {
    font-size: 10px;
    width: auto;
  }
  .section_5 .ico_wrpr {
    display: none;
  }
  .section_5 .line {
    display: none;
  }
  .section_6 {
    padding: 20px;
  }
  .section_6 h1 {
    font-size: 35px;
  }
  .section_6 .sub {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .section_6 .item {
    margin-top: 10px;
    width: 50%;
  }
  .section_6 .item p {
    font-size: 13px;
  }
  .section_7 {
    padding: 20px;
  }
  .section_7 h1 {
    font-size: 35px;
  }
  .section_7 .sub {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .section_7 .item {
    margin-top: 30px;
    width: 50%;
    align-items: center;
    justify-content: center;
  }
  .section_7 .item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .section_7 .item p {
    font-size: 12px;
  }
  .section_8 {
    padding: 20px;
  }
  .section_8 h1 {
    font-size: 35px;
  }
  .section_8 .sub {
    margin-top: 120px;
  }
  .section_8 img {
    height: 200px;
    width: 200px;
    object-fit: contain;
  }
  .section_8 p {
    font-size: 14px;
  }
  .section_8 .wrpr .item_1 {
    top: 120px;
    right: 0;
    font-size: 10px;
  }
  .section_8 .wrpr .item_2 {
    top: 150px;
    right: 0;
    font-size: 10px;
  }
  .section_9 {
    height: auto;
    padding: 20px;
  }
  .section_9 h1 {
    font-size: 35px;
  }

  .section_9 h3 {
    font-size: 20px;
    text-align: center;
  }
  .section_9 .sub {
    height: 300px;
    width: 100%;
    background-position: center 90px;
  }
  .section_9 .mob_1 {
    transform: translateY(0);
    margin-top: -50px;
  }
  .section_9 .mob_2 {
    display: none;
  }
  .section_10 {
    padding: 20px 0;
  }
  .section_10 h1 {
    font-size: 35px;
    padding: 0 20px;
  }
  .section_10 .sub {
    display: none;
  }

  .section_10 .mob {
    display: block;
  }

  .section_10 .box {
    width: 70%;
    /* padding: 10%; */
    margin: 12%;
  }
  .section_10 img {
    width: 50px;
    height: 50px;
  }
  .section_11 {
    padding: 20px;
  }
  .section_11 .sub {
    width: 100%;
    height: auto;
  }

  .section_11 .box {
    width: 100%;
  }

  .section_11 .box img {
    margin-bottom: 15px;
    width: 35px;
    height: 35px;
    object-fit: contain;
  }
  .section_11 .box p {
    font-size: 12px;
    text-align: center;
  }
  .section_11 .phone {
    width: 700px;
    background-size: 150%;
  }
  .section_11 .phone img {
    width: 1000px;
  }
  .section_12 {
    padding: 0;
  }
  .section_12 h1 {
    font-size: 35px;
    padding: 20px;
  }
  .section_12 .sub {
    display: none;
  }
  .section_12 .mob {
    display: block;
    width: 100%;
  }
  .section_12 .wrpr {
    width: 80%;
    margin: 10%;
  }
  .section_12 .wrpr_vid {
    align-items: center;
    justify-content: center;
    background-color: red;
  }
  .section_12 iframe {
    margin-top: 50px;
    width: 80vw;
    height: 80vw;
    margin: 10vw;
  }
  footer {
    padding: 20px;
    flex-wrap: wrap;
  }
  footer .sub {
    width: 50%;
    margin-bottom: 25px;
  }

  .section_13 h1 {
    font-size: 35px;
  }
  .section_13 iframe {
    width: 90%;
    height: 200px;
  }
  .section_14 {
    padding: 20px;
  }
  .section_14 h1 {
    font-size: 35px;
  }
  .section_15 {
    padding: 20px;
  }
  .section_15 h1 {
    font-size: 35px;
  }

  .section_15 img {
    max-width: 80%;
    object-fit: contain;
  }
  footer .sub h2 {
    font-size: 20px;
  }
  footer .wrpr p {
    font-size: 10px;
  }
  footer .sub a {
    font-size: 10px;
  }
}
