.main-wrapper {
  background-color: #161616;
  width: auto;
  font-family: "Arimo", sans-serif;
  padding-bottom: 50px;
}

.container {
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    max-width: 750px;
    padding: 0 20px;
  }
}

.block_1 {
  height: 630px;
  color: white;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.image {
  width: 300px;
  transform: rotate(20deg);
  float: inline-end;
  padding-right: 30px;
}

.nav {
  color: white;
  font-size: 22px;
  font-weight: 300;
}

.right-side {
  display: flex;
  position: absolute;
  bottom: 0;
}

.header-h2 {
  color: white;
  font-size: clamp(2.5rem, -0.365rem + 12.39vw, 11.25rem);
  font-weight: 300;
  padding-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .header-h2 {
    padding: 80px 0;
  }
}

.logo {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}

.logo-img {
  max-width: 25px;
  width: 100%;
}

.logo-font {
  font-size: 22px;
  font-weight: 700;
}

.header-p {
  width: 380px;
  font-size: 25px;
}
@media screen and (max-width: 1000px) {
  .header-p {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .header-p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .block_1 {
    height: auto;
  }
  .image {
    display: none;
  }
  .right-side {
    position: relative;
  }
  .header-h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 0 80px 0;
  }
}
.main-wrapper-one {
  font-family: "Arimo", sans-serif;
  background-image: url(../images/AV2qm1XP5eA.jpg);
  width: auto;
  max-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  color: white;
}

.block-none {
  height: 300px;
  width: 100%;
}

.left-side {
  width: 55%;
}

.left-side-title {
  font-size: clamp(2.5rem, 1.601rem + 4.96vw, 6.25rem); //40-100 290-1500
  font-weight: 500;
  padding-bottom: 50px;
}

.left-side-text {
  font-size: clamp(1.125rem, 0.966rem + 0.64vw, 1.563rem);
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .block-none {
    display: none;
  }
  .left-side {
    width: 100%;
  }
  .left-side-title {
    padding-bottom: 250px;
    text-align: center;
  }
}
.block-three {
  color: white;
  padding-top: 50px;
}

.block-3-text {
  display: flex;
}

.block-2none {
  width: 30%;
}

.block-title-two {
  text-align: end;
  font-size: clamp(2.5rem, 1.601rem + 4.96vw, 6.25rem); //40-100 290-1500
  width: 70%;
}

.b3-gap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.b3-gap_c {
  width: 30%;
  text-align: center;
  padding: 20px 20px 0 20px;
  font-size: clamp(1.125rem, 0.966rem + 0.64vw, 1.563rem);
  color: white;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon {
  width: 90px;
  padding: 30px;
}

.b3-gap2 {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 1200px) {
  .b3-gap_c {
    width: 28%;
  }
}
@media screen and (max-width: 1000px) {
  .block-three {
    padding-top: 50px;
  }
  .b3-gap_c {
    width: 30%;
    padding-top: 20px;
  }
  .icon {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .block-2none {
    display: none;
  }
  .block-title-two {
    width: 100%;
    padding-bottom: 20px;
  }
  .b3-gap {
    justify-content: space-around;
  }
  .b3-gap_c {
    width: 40%;
    padding-top: 0px;
  }
}
.block-4 {
  color: white;
  padding-top: 50px;
}

.block-4-text {
  display: flex;
}

.block-title-three {
  font-size: clamp(2.5rem, 1.601rem + 4.96vw, 6.25rem); //40-100 290-1500
  padding-bottom: 50px;
}

.b4-gap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5%;
  flex-wrap: wrap;
}

.b4-gap-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid white;
  border-radius: 25px;
  padding: 50px 20px;
  text-align: center;
  font-size: clamp(1.125rem, 0.966rem + 0.64vw, 1.563rem);
  width: 25%;
  height: 350px;
}

.icon1 {
  width: 270px;
  padding-bottom: 40px;
}

.div_block-p {
  border-bottom: 1px solid white;
  padding-bottom: 15px;
}

.p-hint {
  padding-top: 40px;
}

.p-hint-two {
  padding-left: 15px;
}

@media screen and (max-width: 1100px) {
  .b4-gap {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .b4-gap-block {
    width: 40%;
  }
}
@media screen and (max-width: 720px) {
  .b4-gap-block {
    width: 100%;
    flex-direction: row;
    height: 200px;
    padding: 40px 20px;
  }
  .icon1 {
    width: 180px;
    padding: 30px;
  }
}
@media screen and (max-width: 550px) {
  .b4-gap-block {
    height: 170px;
    padding: 25px 20px;
  }
  .icon1 {
    width: 130px;
    padding: 20px;
  }
  .b4-gap {
    gap: 25px;
  }
}
.block-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  border-top: 1px solid white;
  padding-top: 50px;
}

.div-item-p {
  padding: 10px 0;
}

.div_title {
  font-size: clamp(3.125rem, 1.989rem + 4.55vw, 6.25rem);
  width: 50%;
}

.block-5-one {
  width: 50%;
  font-size: clamp(1.125rem, 0.966rem + 0.64vw, 1.563rem);
}

.div-item {
  border-top: 1px solid white;
  height: 150px;
  padding-top: 40px;
  border-style: dashed;
}

.rr {
  border-top: none;
}

@media screen and (max-width: 1000px) {
  .block-5 {
    display: block;
  }
  .block-5-one {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .div-item {
    height: 120px;
  }
}
.block-6 {
  padding-bottom: 60px;
  font-family: "Arimo", sans-serif;
  padding-top: 50px;
}

.block-6_title {
  font-size: clamp(3.125rem, 1.989rem + 4.55vw, 6.25rem);
}

.block-6-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 140px 0;
  font-size: clamp(1.125rem, 0.966rem + 0.64vw, 1.563rem);
}

.rw1, .rw11 {
  text-decoration: underline;
  text-decoration-color: black;
  color: black;
}

.rw11 {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: clamp(3.125rem, 1.989rem + 4.55vw, 6.25rem);
}

.block-application {
  font-size: clamp(3.125rem, 1.989rem + 4.55vw, 6.25rem);
  text-decoration: underline;
  font-family: "Arimo", sans-serif;
  font-weight: 600;
  float: right;
  padding-bottom: 60px;
}

.block-item {
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .block-6 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 850px) {
  .block-6-item {
    display: block;
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .rw11 {
    font-size: 35px;
    font-weight: 300;
  }
  .block-application {
    text-align: center;
    float: none;
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */