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-group {
    margin-bottom: -4px;
} */

.iti {
  width: 100%;
}

.landing-banner {
  background-image: url("/assets/images/Professional/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;
  color: #f5f5f5;
  height: 500px;
}

.landing-description {
  font-size: 20px;
  text-align: center;
}

.landing-heading {
  font-size: 5rem;
  font-style: italic;
  line-height: 6rem;
  text-align: center;
}

.landing-subheading {
  text-align: center;
  font-size: 5rem;
  line-height: 6rem;
  font-family: nexalight;
}

.offer-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* benfits-banner */
.benfits-banner {
  background-image: url("/assets/images/fresher/background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.benfits-title {
  font-size: 3.5rem;
  line-height: 4rem;
  font-family: nexaBold;
  margin-bottom: 30px;
}

.benfits-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.benfits-pic {
  width: 100%;
  margin-top: -60px;
  max-width: 90%;
  height: 580px;
}

.landing-list .landing-list-name {
  margin-bottom: 20px;
  font-size: 2.2rem;
  padding-left: 20px;
  margin-left: 15px;
}

.landing-list .landing-list-name::marker {
  content: "\002B";
  color: #000;
  font-size: 2.2rem;
  font-family: nexaBold;
}

/* section two */
.landing-section-two {
  padding-top: 20px;
  padding-bottom: 70px;
}

.course-offered {
  margin-bottom: 50px;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-landing {
  width: 100%;
  max-width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* grid-template-columns: repeat(3, 1fr); */
  /* column-gap: 20px;
  row-gap: 40px;
  margin-top: 50px; */
}

.landing-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-block img {
  width: 100%;
  margin-bottom: 20px;
}

.block-title {
  font-size: 2rem;
  line-height: 4rem;
  color: #000;
  font-family: nexaBold;
}

.landing-item {
  display: flex;
  justify-content: center;
}

@media (min-width: 993px) {
  .landing-item {
    /* flex: 33.33%; */
    /* flex-grow: 1 1 400px; */
  }
  .main-landing {
    column-gap: 20px;
    row-gap: 40px;
  }
  .landing-block {
    width: 260px;
  }
}
.landing-block a {
  text-decoration: none;
  padding: 1px 12px;
  border-radius: 5px;
  border: 1px solid #0054a6;
  color: #0054a6;
  margin-bottom: 20px;
}

.landing-block a:hover {
  background-color: #0054a6;
  color: white;
}

.landing-section-title {
  font-size: 3.5rem;
  line-height: 4rem;
  text-align: center;
  font-family: nexaBold;
  margin-top: 10px;
}

/* fees structure */
.fees-btn {
  background-color: #00aeef;
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
}

.duration {
  font-size: 16px;
}

.duration span {
  font-weight: bold;
  font-size: 16px;
}

/* form layout */
.error {
  color: red;
  font-size: 12px;
}

/* form input */
textarea:focus,
input:focus {
  outline: none;
}

select {
  border: none;
  outline: none;
  scroll-behavior: smooth;
}

.offer-form {
  width: 100%;
  max-width: 65%;
  margin: 50px 0;
}

.landing-input {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #212529;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  font-size: 16px;
  padding: 12px 0;
  padding-left: 10px;
  margin-bottom: -6px;
}

.landing-select {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #212529;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  font-size: 16px;
  padding: 14px 0;
  padding-left: 10px;
  margin-bottom: -6px;
}

#phone {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #212529;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  font-size: 16px;
  padding: 12px 0;
  padding-left: 10px;
  /* margin-bottom: -8px; */
}

.form-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.slot-offer-button {
  width: 100%;
  margin-top: 20px;
  padding: 8px 0;
  font-size: 1.6rem;
  background-color: #f14d5d;
}

.modal-form-control {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 16px;
  padding-left: 10px;
}

.benfits-style {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 992px) {
  .landing-list .landing-list-name {
    margin-bottom: 20px;
    font-size: 1.6rem;
    padding-left: 20px;
    margin-left: 15px;
  }

  .landing-list .landing-list-name::marker {
    content: "\002B";
    color: #000;
    font-size: 1.6rem;
    font-family: nexaBold;
  }

  .landing-heading {
    font-size: 4rem;
    line-height: 5rem;
  }

  .landing-subheading {
    font-size: 4rem;
    line-height: 5rem;
  }

  .benfits-style {
    margin-top: 50px;
  }

  .main-landing {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    max-width: 100%;
  }

  .landing-block {
    width: 360px;
  }

  br {
    display: none;
  }

  .offer-form {
    width: 100%;
    max-width: 75%;
  }

  /* benefit */
  .benfits-banner {
    height: auto;
  }

  .benfits-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .benfits-pic {
    width: 100%;
    margin-top: 0;
    height: 520px;
  }

  .landing-list {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .main-landing {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    max-width: 100%;
  }

  .landing-block {
    width: 285px;
  }

  .offer-form {
    width: 100%;
    max-width: 95%;
  }

  .benfits-pic {
    width: 100%;
    margin-top: 0;
    height: 450px;
  }
}

@media (max-width: 600px) {
  /* .landing-group {
        margin-bottom: -4px;
    } */

  .main-landing {
    flex-wrap: wrap;
    column-gap: 10px;
    max-width: 100%;
  }

  .landing-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 230px;
  }

  .offer-form {
    width: 100%;
    max-width: 95%;
  }

  .block-title {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

@media (max-width: 480px) {
  .main-landing {
    display: flex;
    flex-grow: unset;
  }

  .landing-block {
    width: 100%;
    max-width: 95%;
  }

  .offer-form {
    width: 100%;
    max-width: 95%;
  }

  .benfits-pic {
    width: 100%;
    margin-top: 0;
    height: 370px;
  }
}

@media (max-width: 380px) {
  .benfits-pic {
    width: 100%;
    margin-top: 0;
    height: 250px;
  }
}
