* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: nexaRegular;
}

@font-face {
  font-family: nexaBold;
  src: url("/assets/font/Nexa\ Bold.otf");
}

@font-face {
  font-family: nexalight;
  src: url("/assets/font/Nexa\ Light.otf");
}

@font-face {
  font-family: nexaRegular;
  src: url("/assets/font/Nexa\ Regular.otf");
}

.landing-banner {
  background-image: url("../images/Robotics/banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
}

.landing-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 500px;
  text-align: center;
}

.landing-heading {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.landing-section {
  margin: 50px 0;
}

.landing-section-title {
  text-align: center;
  margin: 0;
  line-height: 4rem;
}

.landing-description {
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  font-weight: 300;
  font-family: nexaRegular;
}

.section-banner-title {
  text-align: center;
  margin: 30px 0;
}

.fundamental-banner {
  background-image: url("../images/IOT/fundament-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 450px;
}

.intermediate-banner {
  background-image: url("../images/IOT/intermediate-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 450px;
}

.advance-banner {
  background-image: url("../images/IOT/Advance-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 450px;
}

.iot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* justify-content: space-between; */
}

.section-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 450px;
  align-items: center;
}

.block-title {
  color: #fff;
  margin-bottom: 20px;
}

.section-block-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
}

.list-content {
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}

.list-value {
  width: 300px;
}

.list-content li {
  font-size: 18px;
  font-weight: 400;
  color: white;
}

.list-content li i {
  padding-right: 10px;
}

.section-block-button {
  font-size: 18px;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.list-item {
  margin-bottom: 10px;
}

.list-item li {
  font-family: nexaRegular;
  font-size: 18px;
  margin-left: 15px;
  padding-left: 10px;
}

.list-item li::marker {
  content: "\2713";
  font-size: 20px;
  font-weight: 900;
}

.section-seven {
  margin-bottom: 80px;
}

/* offer image section */
.iot-offer-section {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 10px;
}

.iot-offer-two {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pic-one {
  width: 100%;
  height: 580px;
}

.iot-offer-two img {
  width: 100%;
  height: 280px;
}

.pic-two {
  width: 100%;
  height: 280px;
}

@media (max-width: 1200px) {
  .section-block-img img {
    width: 100%;
  }

  .list-value {
    width: 230px;
  }

  .list-value {
    width: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-block-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .section-block-img img {
    width: 100%;
    max-width: 75%;
    height: auto;
    position: relative;
    right: 0%;
  }
}

@media (max-width: 991px) {
  .landing-section-title2 {
    text-align: center;
  }

  .iot-grid {
    display: flex;
    flex-direction: column-reverse;
  }

  .section-img {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  br {
    display: none;
  }

  .fundamental-banner {
    height: auto;
    padding: 50px 0;
  }

  .intermediate-banner {
    height: auto;
    padding: 50px 0;
  }

  .advance-banner {
    height: auto;
    padding: 50px 0;
  }

  .section-block-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 50px;
  }

  .section-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
    align-items: center;
  }

  /* .section-block-button {
        margin: 20px 0 40px 0;
    } */

  .title-tag {
    display: block;
  }
}

.pic-two {
  display: none;
}

.pic-one {
  display: block;
}

@media (max-width: 767px) {
  .pic-two {
    display: block;
  }

  .pic-one {
    display: none;
  }

  .iot-offer-section {
    flex-direction: column;
  }

  .section-block-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .section-block-img img {
    max-width: 80%;
    height: auto;
  }

  .title-tag {
    display: block;
  }
}

@media (max-width: 480px) {
  .landing-banner {
    height: auto;
  }

  .landing-content {
    height: auto;
  }

  .list-content li {
    font-size: 16px;
  }

  .section-block-img img {
    max-width: 100%;
    height: auto;
  }

  .list-value {
    width: 100%;
  }

  .list-content {
    justify-content: center;
  }

  .list-second {
    width: 180px;
  }

  .title-tag {
    display: block;
  }

  .iot-offer-two img {
    height: auto;
  }

  .pic-two {
    height: auto;
  }
}
