
.head {
  background: #FBFBFB;
background-size: cover;
/* height: 1224px; */
}

.header {
display: flex;
justify-content: space-between;
align-items: center;
}

.header_image_center{
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-top: 210px;
}

.navbar .nav a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-family: "Manrope", sans-serif;
}

.language a {
  color: #333333;
}

.header_main_text h3{
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  width: 735px;
}
.header_main_text{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 252px;
    left:20%;
    right: 20%;
}
.header_main_subtext h3{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #333333;
  width: 566px;
  padding-bottom: 50px;
}
.header_main_subtext{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.blue{
    background: #0A3153;
    padding-bottom: 50px;
}
.blue_first_forsubtext h3{
  width: 60px;
  height: 3px;
  background: #E0B08B;
}
.blue_first_forsubtext p{
  font-family: 'Cormorant';
font-style: normal;
font-weight: 600;
font-size: 60px;
line-height: 110%;
text-transform: uppercase;
color: #E0B08B;

}
.blue_first_forsubtext{
    display: flex;
    align-items: center;
    gap: 25px;
}
.blue_first_fortext p{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  width: 100%;
  max-width: 555px;
  margin-top: 30px;
  letter-spacing: 0.01em;
  
  color: #FFFFFF;
}
.blue_first_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blue_first_main{
    display: flex;
    flex-direction: column;
}
.blue_second_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.blue_main_container{
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    padding-top: 150px;
}
.condition {
  background: #FBFBFB;

}

.condition_main_text p {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
  color: #333333;

}

.condition_main_text h3 {
  width: 60px;
  height: 3px;
  background: #333333;
}

.condition_main_text {
  display: flex;
  align-items: center;
  gap: 25px;
}

.gray_line {
  width: 100%;
  height: 1px;
  background: #BDBDBD;
  margin-top: 40px;
}

.condition_enroll h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #333333;

}

.condition_enroll p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 143%;
  color: #333333;

}

.condition_enroll {
  display: flex;
  align-items: center;
  gap: 351px;
  margin-top: 40px;
}

.condition_enroll_subtext h3,
.condition_enroll_text h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  /* identical to box height, or 34px */

  text-transform: uppercase;

  /* Gray 1 */

  color: #333333;

}

.condition_enroll_subtext p {
  width: 100%;
  max-width: 570px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 143%;
  color: #333333;

}

.condition_enroll_text p {
  width: 100%;
  max-width: 442px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 143%;
  color: #333333;
}

.condition_enroll_subtext {
  display: flex;
  gap: 325px;
  margin-top: 40px;
}

.condition_enroll_text {
  display: flex;
  gap: 336px;
  margin-top: 40px;
}

.condition_main_enroll {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.condition_main_container {
  padding-top: 150px;
}