
body{
  font-family: 'Effra';
}

.first-section{
  padding-top: 180px;
}
.hide-on-mobile{
  display: inline;
}
.first-space{
padding-top: 150px;
}

.first-text {
  padding-top: 89px;
  padding-bottom: 39px;
}
#first{

          font-style: normal;
          font-weight: 700;
          font-size: 96px;
          
          color: #051226;
          margin: 0;
          padding: 0;
}
#second{
  font-weight: 400; font-size: 24px
}
span {
  color: #f25d0d;
}
.form-color {
  background-color: #0512262b;
}
input::placeholder {
  color: #ADADAD !important;
}
textarea {
  resize: none;
  
}
textarea::placeholder {
  resize: none;
  color: #ADADAD !important;
} 
.form-section {
  background-color: #ebf3ff;
  padding-bottom: 120PX;
}


.form-section button{
  width: 100%;
height: 74;
top: 1115px;
left: 870px;
border-radius: 53px;
padding-top: 25px;
padding-right: 119px;
padding-bottom: 25px;
padding-left: 119px;
gap: 10px;

}
form{
  padding: 40px;
}
.form-text-line {

  padding: 30px 0;

  border-radius: 50px 50px 0px 0;
  background-color: white;
}
h2{
  font-size: 40px;
  font-weight: 700;
}
.contact-sectionn {
  padding: 0px;
  background-color: white;
  border-radius: 50px;
  margin-top: 94px;
  position: relative;
  background-color: #0512262b;
}
.form-header {
  width: 140px;
  height: 140px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  position: absolute;
  top: -70px;
  left: -70px;
  box-shadow: 0px 13px 26.7px 0px #f25d0d42;
}

.form-header img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.benefits-section {
  padding: 30px;
  margin-top: 100px;
}
.benefits-list {
  list-style: none;
  padding: 0;
}
.benefits-list span{
 color: #051226;
font-weight: 500;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: right;

}
.benefits-list li{

font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: right;

}
.form-control {
  border-radius: 5px;
}
.btn-primary {
  background-color: #ff5722;
  border: none;
}
.btn-primary:hover {
  background-color: #e64a19;
}
/* ----------------------------------- contact info ---------------------------------------- */
.contact-section {
  
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  background-color: #051226; /* Dark background */
  padding: 20px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;

  color: white;
}

.flag img {
  width: 60px; /* Adjust size */
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item img {
  width: 24px; /* Adjust icon size */
  height: 24px;
}

.contact-item p {
  margin: 0;
  font-size: 16px;
}
/* 
@media (max-width: 768px) {
  .contact-item {
    flex-direction: column;
    text-align: center;
  }
} */
textarea.form-control{
    padding: 12px 24px;
}
.form-control{
    color: #ADADAD;
}
li{
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}
.text-first-span{
 
font-weight: 700;
font-size: 40px;
line-height: 100%;
letter-spacing: 0%;


}


.text-first-span{
  display: block; 
  margin-bottom:24px;
}
/* ----------------------------------- contact info ---------------------------------------- */
@media (max-width: 768px) {
  h2{
    font-size: 24px;
    font-weight: 700;
  }
 .form-section{
  padding: 50px;
 }
 .text-first-span{
  font-size: 32px;
  display: block; 
  margin-bottom: 20px;
 }
form{
  padding: 20px 20px 20px 20px;
}

.contact-sectionn button{
 
  width: 291;
height: 74;

border-radius: 53px;
padding-top: 25px;
padding-right: 100px;
padding-bottom: 25px;
padding-left: 100px;

text-align: center !important;

}
  #first {
    width: 145px;
    height: 48px;
font-weight: 700;
font-size: 40px;
line-height: 100%;
letter-spacing: 0%;
text-align: right;
margin: 0;
padding: 0;

  }
  .hide-on-mobile{
    display: none;
  }

  #second {
    margin: 0px;
    padding: 0;
    width: 230px;
    
    font-size: 16px;
    margin-top: 13px;
    
  }
  .contact-form-section,
  .benefits-section {
    padding: 2rem;
  }
  .benefits-section{
    margin-top: 20px;
    
  }
  .first-text{
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .first-section{
    padding-top: 120px;
  }
  .first-section span{
    padding-top: 5px;
  }
  .form-header {
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  
    position: absolute;
    top: -90px;
    left: -30px;
    box-shadow: 0px 13px 26.7px 0px #f25d0d42;
  }
  .form-text-line{
    width: 100%;
    margin: 0;
  }
  .form-header img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
  }

  .contact-sectionn{
    
    order: 2;
  }
  .second-section{
    padding-top: 50px;
  }


  .benefits-section h2 {
    font-size: 20px;
   
  }

  .benefits-section ul {
    padding-right: 0;
  
  }
  
}
