@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  

body{
    font-family: 'outfit';
}

 .page_container{
    max-width: 920px;
    margin: 0 auto;
 }
.top_banner {
    background: url('../img/banner_image.jpg') no-repeat center center;
    background-size: cover; 
    height: 80vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; 
    text-align: center;
}

.banner2{
    background-color: black;
}

 .top_banner h1{
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 124px;
 }

 .sec_head h2{
    font-size: 42px;
    font-family: 'outfit';
    font-weight: 600;
    margin-bottom: 10px;
 }

 .sec_head h3{
    font-size: 26px;
    font-family: 'outfit';
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
 }

 .sec_head p{
    font-size: 16px;
    font-weight: 300;
    font-family: "outfit";
    line-height: 28px;
 }


 .box_hub {
    background-color: black;
    text-align: center;
    padding: 40px 0px;
    margin: 30px 0px;
}

.box_hub2 {
    background-color: #CD031A;
    text-align: center;
    padding: 40px 0px 70px 0px;
    margin: 30px 0px 0px 0px;
}
.box_head h2{
    font-size: 42px;
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
}
.box_head2 h2{
    font-size: 42px;
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
}
.box_head h3{
font-size: 32px;
color: white;
font-weight: 300;
}
.box_head2 h3{
    font-size: 22px;
    color: white;
    font-weight: 300;
    }

 .form_container {
    margin: 0 auto;
    padding: 60px 0px;
    background-color: #CD031A;
    
    position: relative;
    width: 100%;
}

.btn-get-offer2{
background-color: black;
color: #fff;
padding: 10px 25px;
text-decoration: none;
font-weight: 400;
border-radius: 0px;
transition: background-color 0.3s;
position:relative;
top: 20px;}
/* 
.form_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 71%); 
    z-index: 0;
} */

.form_container > * {
    position: relative;
    z-index: 0;
}
h2.info_contact {
    font-family: 'Playfair Display';
    font-size: 36px;
    color: white;
    text-align: left;
    letter-spacing: 2px;
}

/* Basic styles for the address input and suggestions */
.input-box {
    position: relative;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*ul li {*/
/*    padding: 8px;*/
/*    cursor: pointer;*/
/*}*/

/*ul li:hover {*/
/*    background-color: #f0f0f0;*/
/*}*/
.contact_wrapper {
    max-width: 800px;
    margin: 0 auto; /* Center the contact wrapper */
    padding: 20px;
    text-align: center;
}

.img_pic{
    width: 100%;
}
.connect {
    font-size: 22px;
    color: white;
    font-family: 'Outfit';
    font-weight: 100;
    margin-bottom: 15px;
    position: relative; 
}

.connect::before {
    content: "";
    position: absolute;
    width: 50px; 
    height: 1px;
    left: 240px; 
    background-color: #ffffff87;
    top: 15px; 
}

.name_head h1 {
    font-size: 48px;
    color: white;
    font-family: 'Outfit';
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}

.small_head {
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Outfit';
    font-weight: 200;
    margin-top: 20px;
}
.contact-submit_btn2 {
    font-family: 'Outfit';
    padding: 10px 20px;
    font-size: 22px;
    color:  #CD031A;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    background-color: white;
    font-weight: 600;
    letter-spacing: 0.5px;

    width: 30%; 
    display: block;  
    margin: 20px auto;  
    transition: background-color 0.3s ease, color 0.3s ease; 
}

.contact-submit_btn2:hover {
    background-color: black;  
    color: white;  
}

.contact_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group_input {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.input-box {
    flex: 1;
    min-width: 48%;
}

.contact_form input,
.contact_form textarea {
    outline: none;
    border-radius: 0px !important;
    border: none;
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 300;
    color: white;
    width: 100%;
    letter-spacing: 0.3px;
    height: 60px;
    background-color: transparent;
    border-bottom: 2px solid white;
}

.contact_form textarea {
    resize: none;
}
.error { color: red; font-size: 0.875rem; }

.contact-submit_btn {
    font-family: 'Outfit';
    padding: 10px 20px;
    font-size: 21px;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    background-color: black;
    font-weight: 300;
    letter-spacing: 2px;
}

@media (max-width: 600px) {
    .connect::before {
    content: "";
    position: absolute;
    width: 50px; /* Length of the line */
    height: 1px; /* Thickness of the line */
    left: 80px; /* Position the line near the "Connect" word */
    background-color: #ffffff87;
    top: 15px; /* Adjust the vertical position as needed */
}

    .big_head {
        font-size: 2rem;
    }

    .form-group_input {
        flex-direction: column;
    }

    .input-box {
        min-width: 100%;
    }
}
#address::placeholder {
    color: white !important;
}
#fullName::placeholder {
    color: white !important;
}
#phone::placeholder {
    color: white !important;
}
#email::placeholder {
    color: white !important;
}



.footer_1{
    display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 20px;
}


.footer_logo img{
    width: 120px;;
}

/* header */



header {
    width: 100%;
  }
  .header_container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .top-bar {
    background-color: black;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
  }
  
  .top-bar a {
    color: #cd031a;
    text-decoration: none;
    font-weight: bold;
  }
  
  .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 20px;
  }
  
  .logo img {
    max-height: 75px;
    margin-top: 10px;
  }
  
  .navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
  }
  
  .navigation ul li a {
    text-decoration: none;
    color: black;
    font-weight: 400;
    transition: color 0.3s;
  }
  
  .navigation ul li a:hover {
    color: #cd031a;
  }
  .header-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .header-right .btn-get-offer {
    background-color: #cd031a;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0px;
    transition: background-color 0.3s;
  }
  .cash_btn {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .header-right .btn-get-offer:hover {
    background-color: #cd031a;
  }
  
  .hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
  }
  
  .hamburger-menu span {
    width: 25px;
    height: 3px;
    background-color: #fff;
  }
  .show {
    display: block !important;
  }
  .hamburger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
  }
  
  .hamburger-menu.open span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  @media only screen and (max-width: 992px) {
    .navigation ul {
      display: none;
      flex-direction: column;
      background-color: #fff;
      position: absolute;
      top: 60px;
      right: 0px;
      padding: 10px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      width: 100%;
      z-index: 99;
    }
    .navigation ul li {
      width: 100%;
      text-align: left;
    }
    .navigation ul li {
      width: 100%;
      text-align: left;
      padding: 20px 10px;
      font-size: 18px;
      border-bottom: 1px solid #f2f2f6;
    }
    .header-right {
      gap: 0;
    }
    .hamburger-menu {
      display: flex;
    }
    .hamburger-menu {
        background-color: black;
        padding: 10px;
        border-radius: 0px;
    }
    .main-header {
      position: relative;
    }
  }
  @media only screen and (max-width: 600px) {
      .contact-submit_btn2 {
    font-family: 'Outfit';
    padding: 10px 20px;
    font-size: 16px;}
      .box_hub {
   
    padding: 40px 20px;
    margin: 30px 0px;
}
      .form_container{
          padding: 30px 10px;
      }
    
.footer_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
       
        align-items: center;
        padding: 5px 20px;
        text-align: center;
}
.top_banner {
   
    height: 45vh;}

    .top_banner h1 {
        
        font-size: 48px;
        line-height: 56px;
    }
    
    .footer_logo{
        text-align: center;
    }
    .logo img {
        width: 120px;
    }
    .header-right .btn-get-offer {
      padding: 10px 10px;
      font-size: 12px;
    }
    .hamburger-menu span {
      width: 20px;
      height: 2px;
    }
    .name_head h1 { 
        font-size: 32px;
    }
    .page_container {
       
        padding: 0px 20px;
    }
    .sec_head h2 {
        font-size: 36px;
       
        line-height: 38px;
    }

    .sec_head h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .box_head2 h3 {
        font-size: 18px;
        color: white;
        font-weight: 300;
    }
    .box_hub2{
        padding: 40px 20px 70px 20px;
    }
    
  }
  @media screen and (min-device-width: 601px) and (max-device-width: 850px) { 
      .box_hub {
  
    padding: 40px 20px;
    margin: 30px 0px;
}
      .page_container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 20px;
}
    .top_banner h1 {
        font-size: 90px;
    }
    
}

@media screen and (min-device-width: 850px) and (max-device-width: 1120px) { 
    .page_container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 20px;
}
    .top_banner h1 {
        font-size: 85px;
    }
}

@media screen and (min-width: 667px) and (max-width: 932px) and (orientation: landscape) {
     .top_banner h1 {
        font-size: 85px;
    }
}
