
/* =================================================================
# Contact
================================================================*/

#contact-hero {
    width: 100%;
    height: 847px;
    background: url("../img/contact-hero.png") center no-repeat ;
    background-size:cover;
    object-fit: cover;
    position: relative;
    display: flex;
    align-items: center;
  
    
  }
  
  #contact-hero:before {
    content: "";
    background:linear-gradient(180deg, #4378ffb1 10.4%, rgba(68, 106, 203, 0.26) 66.17%, rgba(69, 114, 229, 0.00) 84.09%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
    
  #contact-hero .col-lg-12  {
   
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  #contact-hero .hero-line{
    width: 100px;
    height:100%;
    position: absolute;

    right: 100px;
  }
  #contact-hero .hero-line .menu-search{
  margin-top: 25px;
  gap: 10px;
  align-items: center;
  padding: 5px;
  }
  #contact-hero .hero-line .slash{
    width: 1px;
  height: 27px;
  background: #FFF;
  }
  #contact-hero .hero-line .line-v svg{
  margin-left: 48px;
  }
  #contact-hero .hero-line .social-icon svg{
    margin: 13px 0 13px 0;
  }
  #contact-hero .col-xs-12  {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
  }
  
  #contact-hero .col-lg-12  {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
  }
  
  #contact-hero .typography {
    top: 350px;
    margin-left: 100px;
    text-align: justify;
  }
    
  
  #contact-hero h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 86px;
    font-style: normal;
    font-weight: 700;
    line-height: 94px;
  }
  
  
  #contact-hero h2 span  {
    color: #FFF;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 94px; /* 146.875% */
  }
  #contact-hero p{
    color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  }

  #contact-hero .breadcrumb {

    background-color: transparent;
  padding: 8px 15px;
  margin: 0;
  list-style: none;
  border-radius: 0;
  color: #FFF;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
  
  #contact-hero .breadcrumb-item {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
  }
  
  #contact-hero .breadcrumb-item + .breadcrumb-item::before {
    content: '>';
    margin-left: 5px;
    color: #fff;
  }
  
  #contact-hero .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
  }
  
  #traveltips-hero .breadcrumb-item.active {
    color: #FFF;
    font-weight: 700px;
  }
  

  @media  (max-width: 998px) {
    #contact-hero{
        height: 553px;
    }
    #contact-hero .hero-line {
        right: 5px;
      }
      
      #contact-hero  .hero-line .menu-icon {
    width: 25px;
    height: 25px;
  }

  #contact-hero .hero-line .slash {
    height: 25px;
  }

  #contact-hero .search-icon {
    width: 25px;
    height: 25px;
  }

  #contact-hero .hero-line .line-v svg {
    height: 75px;
    margin-left: 35px;
  }

  #contact-hero .hero-line .social-icon {
    margin-right: 25px;
  }

  #contact-hero .hero-line .social-icon svg {
    margin: 13px 0 13px 0;
    padding: 3px;
  }

    #contact-hero .typography {
        top: 250px;
        margin-left: 2%;
    }
      
    #contact-hero  h2 {
    font-size: 36px;
    line-height:normal;
  }
  
  #contact-hero h2 span{
    font-size: 36px;
    
  }
  #contact-hero p {
    
    font-size: 10px;
   
}
  #contact .col-lg-6 h2 {
    font-size: 38px;
  }
  #contact h3{
    margin: 0;
  }
}

/* Media Query for Mobile Devices */
@media  (max-width: 480px) {
    #contact-hero .typography {
        top: 150px;
        margin-left: 2%;
    }
}












#contact {
    background: linear-gradient(180deg, #FEFFFF -23.89%, #F0FEF6 -14.96%, #F7FDF9 0.34%, rgba(255, 255, 255, 0.54) 17.02%, #D6F6E4 46.06%, #CEE9FF 92.83%);;
    height: 778px;
}

#contact .col-lg-6{
    padding-top: 100px;
  }

  #contact .col-lg-6 h1{
    color: #000;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
  #contact .col-lg-6 h2{
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130.5%; /* 62.64px */
  }
  
  #contact .col-lg-6 h5{
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%; /* 35.56px */
  z-index: 1;
  position: absolute;
 

  }

  #contact .call-us{
    margin-top:150px;
    position: absolute;
  }

  #contact .call-us h6{

color: #000000;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 25px; 
  }

  #contact .call-us h6 span{
    color: #000000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
  }
  
  

  #contact h3{
    color: #000000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 127%; 
margin-left:30px;
margin-top: 50px;
  }







  #contact form {
    max-width: 600px;
    margin: 20px auto;
    color: #000000;
    margin-top: 100px;
    position: relative;
  }
  

  #contact .form-row {
    margin-bottom: 20px;
    gap: 33px;
  }

  #contact .input-data {
    position: relative;
    margin-bottom: 15px;
    max-width: 287px;
  }
  
  #contact .input-data input,
  .input-data textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background: none;
    outline: none;
  }

  .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000; 
  }
  

  .input-data label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    pointer-events: none;
    transition: 0.3s;
  }
  .input-data input::placeholder,
.input-data textarea::placeholder {
    color: #000000; 
    font-size: 14px;
  }
  

  #contact  .input input:focus + .underline,
  #contact .input textarea:focus + .underline,
  #contact .input input:valid + .underline,
  #contact .input textarea:valid + .underline {
    background-color: #000000; 
  }
  
  #contact .input-data input:focus + label,
  #contact .input-data textarea:focus + label,
  #contact .input-data input:valid + label,
  #contact .input-data textarea:valid + label {
    transform: translateY(-20px);
    font-size: 12px;
    color: #000; 
  }
  

  #contact .form-check {
    margin-bottom: 20px;
  }
  
  #contact .submit-btn {
    text-align:left;
  }
  
  #contact .input-data input[type="submit"] {
    cursor: pointer;
    background-color: #17A680; 
    color: #fff;
    border: none;
    padding: 10px 20px;
    transition: background-color 0.3s;
    border-radius: 40px;
    width: 184px;
  }
  
  #contact .input-data input[type="submit"]:hover {
    background-color: #555;
  }






  @media (max-width: 998px) {
    #contact {
      padding: 20px;
      height: auto;
    }
    #form-box{
     margin-top: 350px;   
    }

    #contact .col-lg-6 h2{
      font-size: 40px;
    }

    #contact h3{
      margin-left: 0;
    }
   

}