@font-face {    
    src: url(https://fonts.googleapis.com/css2?family=Alata&display=swap);
    font-family:'Alata', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    
}

body, html {
    font-family: 'Alata', sans-serif;
    background: #E8E8E7;  
}

.logo {
    flex: 1;
    display: flex;
}


.logo img {
    width: 250px;
}

nav .logo img {
    width: 250px;
}

nav {
    position: fixed;
    top:0;
    z-index: 9999;
    width: 100%;    
    background: linear-gradient(to right,#000000, #624747);
    display: flex;
    align-items: center;      
        
}

nav a {
    color: #FFFFFF;
   
}

.menu {
    display: flex;
    align-items: center;
    padding: 15px 10px;
}

.menu li {
    padding: 15px 10px;
    font-size: 16px;
}

.toggle {
    font-size: 30px;
    display: none;
}


nav  li a {
    
    display:block;
    margin: 0 15px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.2s;
    border-radius: 30px;
    text-decoration: none;    
    font-weight: bold;
}

.navbar-action {    
    font-size: 15px;
    background-color: #FFFFFF;
    color: #463333;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    width: auto;
    margin-left: 100px;
  }

nav ul li a:hover {
    color: #806262;
}

.navbar-action:hover {
    background-color: #806262;
    color:#463333 ;
}

nav ul li a.active {
    color: #bdbdbd;
}

.popo h2 {
    font-size: 1.3em;
    color: #7F7C6B;
    margin-top:  150px;
    margin-right: 830px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content:center;
   
}

.parent-container {
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    margin: 0px 30px 0px 30px;
}

.professional-contact img {
    width: 500px;
    height: auto;
    margin-right: 200px;
    
}

form {
    background: #E8E8E7;
    padding: 60px;
    width: 550px;
    height: 730px;
    max-width: calc(100%-60px);
    position: relative;
    margin-top: -50px;
    
}

.form-element {
    display:flex;
    flex-direction: column;
    margin-bottom: 50px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    background-color: white;
    border: 1px solid #ccc; /* Gray border */
    border-radius: 5px; /* Slightly rounded borders */
    padding: 10px; /* Padding inside the input fields */
    margin-bottom: -10px;
    
}

    .checkbox-container {
    display: flex;
    justify-content: space-between;
    color: #84817A;
    }
    
    /* Column container */
    .form-column {
    display: flex;
    flex-direction: column;
    }
    
    /* Individual checkbox group */
    .form-group {
    margin-bottom: 20px; /* Adjust as needed */
    
    }
    
    textarea {
    background-color: #ffffff;
    border: 1px solid #ccc; /* Gray border */
    border-radius: 5px; /* Slightly rounded borders */
    padding: 10px; /* Padding inside the input fields */
    margin-bottom: -20px; /* Space between fields */
    outline: none;
    margin-top: 30px;
    }

    form h2 {
        color: #DAB36A;
        margin-top: -70px;
        margin-bottom: 5px;
        
    }
    
    form h1 {
        color: #463333;
        margin-bottom: 40px;
        }
    
        form button[type="submit"] {
        width: 50%;
        padding: 10px;
        background-color: #463333;
        color: white;
        border-radius: 5px;
        border: none;
        font-size: 20px;  
        display: block; /* Make the button a block-level element */
        margin: 0 auto; /* Auto margins on the side centers the button */
    } 



/*2nd part*/

.contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.contact-box {
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 600px;
    height: 200px;
    margin-top: 80px;
    margin-right: 20px;
}

.contact-header {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.line {
    width: 50%;
    height: 2px;
    background-color: #FFA500;
    margin-right: 20px;
    margin-left: -20px;
}

.title {
    font-weight: bold;
    font-size: 1.2em;
    color: #463333;
}

.contact-content {
    display: flex;
    align-items: center;
}

.icon {
    width: 40px;
    height: 40px;
    margin-right: 30px;
    margin-top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.phone-icon {
     width: 45px;
}

.mail-icon {
    width: 45px;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.phone-number {
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.email {
    color: #777;
}

.bold-title {
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
}


/*3rd part*/

.info-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    margin-top: 40px;
}


.location-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.california-icon {
    width: 200px;
    height: auto;
}

.map-box {
    display: flex;
    width: 900px;
    justify-content: center;
}

.hours-social-box {
    display: flex;
    flex-direction: column;
    
}

.office-hours {
    margin-bottom: 20px;
}

.office-hours h2 {
    color: #333;
    font-weight: bold;
}

.office-hours p {
    color: #777;
}

.social-media h2 {
    color: #333;
    font-weight: bold;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

.social-icons img {
    width: 32px;
    height: 30px;
}

    .footer-container {
        background: linear-gradient(to right, #000000, #624747);
        color: white;
        font-size: 0.8em;
        align-items: center;
        position: relative;
        width: 100%;
        height: auto;
        top: 80px;
    
       }
    
       .whole-thing {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; /* Add some space between elements */
        width: 100%; 
        position: relative;
        justify-content: center;
        top: -20px;
      }
    
        .footer-section {
          position: relative;
          left: 200px;
          top: -35px;
          flex-basis: 5%; /* Adjust as necessary */
          min-width: 150px; /* Prevents the sections from becoming too narrow on small screens */
        }
      
        .footer-section h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          top: 70px;
          right: 70%;
          width: 100%;
           
        }
      
        .footer-links h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          left: 35%;
          top: 70px;
        }
      
        .footer-services h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          left: 70%;
          top: 70px;
        }
      
        .footer-contact h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          left: 150%;
          justify-content: center; /* Center the images within the container */
          top: 70px;
        }
      
         .footer-links a {
          position: relative;
          left: 35%;
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          top: 70px;
         
        }
      
      .footer-section p {
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          text-align: justify;
          position: relative;
          right: 70%;
          width: 100%;
          top: 90px;
      }
      
        .footer-section a {
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          text-align: justify;
          top: 90px;
      }
      
      .footer-services a  {
        position: relative;
          left: 70%;
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          text-align: left;
      }
      
      
        .footer-links a:hover, .footer-services a:hover {
          text-decoration: underline;
        }
      
        .logo-footer img {
          position: relative;
          align-items:left;
          left: 450px;
          top: 40px;
          max-width: 300px; /* Prevents the sections from becoming too narrow on small screens */
          
              }
         
        .contact-icons img {
         position: relative;
          right: 0px;
          top: 200px;
          gap: 10px; 
          width: 70px;
          
        }
       
        .footer-contact p {
          text-align: justify;
          margin-bottom: 20px;
          position: relative;
          left: 150%;
          justify-content: center
        }
      
        .credit {
            background: linear-gradient(to right, #000000, #2e2121);
            text-align: center;
            align-content: center;
            position: relative;
            width: 100%;
            height: 4vh;
            top: 50px;
          
        }
    
    .credit p {
        color: white;
        opacity: 0.7;
    }
      
        .designed {
        position: relative;
        justify-content: center;
        align-items: center;
        opacity: 0.7;    
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0px 0px
        }

@media screen and (max-width: 1248px){
    nav{
        display: block;
        position: relative;
        padding: 15px 20px;
     
    }

    .menu{
        margin-top: 15px;
        display: none;
    }

    .menu.active, .toggle {
        display: block;        
    }

    .toggle {
        position: absolute;
        top:15px;
        right: 20px;
    }

    .toggle:hover {
        background-color: #DAB36A;
        border-radius: 5px;
        transition: 0.5s;
    }

    .navbar-action {
        margin-top: 15px;
        flex: 1;
     
    }

    a.navbar-action {
       width:fit-content;
       right: 73px ;
       position: relative;

}

    .popo h2 {
        font-size: 1.2em;
        color: #7F7C6B;
        margin-top:  50px;
        margin-right: 500px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content:center;
    
    }

    .parent-container {
        display: flex;
        flex-direction: row;
        justify-content:center;
        align-items: center;
        margin: 0px 0px 0px 0px;
        gap: 70px;
    }

    .professional-contact img {
        width: 400px;
        height: auto;
        margin-right: 200px;
    }

    form {
        background: #E8E8E7;
        padding: 10px;
        width: 400px;
        height: 730px;
        max-width: calc(100%-60px);
        position: relative;
        margin-top: 20px;
        margin-left: -200px;
    }

    form h2 {
        font-size: 1.5em;
        color: #DAB36A;
        margin-top: -70px;
        margin-bottom: 5px;
        
    }
    
    form h1 {
        color: #463333;
        margin-bottom: 40px;
        font-size: 1.7em;
        }
    
        form button[type="submit"] {
        width: 40%;
        padding: 10px;
        background-color: #463333;
        color: white;
        border-radius: 5px;
        border: none;
        font-size: 20px;  
        display: block; /* Make the button a block-level element */
        margin: 0 auto; /* Auto margins on the side centers the button */
    } 

    .contact-box {
        background-color: white;
        border: 1px solid #ccc;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        width: 450px;
        height: 170px;
        margin-top: 80px;
        margin-right: 20px;
    }

    .california-icon {
        width: 180px;
    }

    .map-box {
        width: 500px;
    }

    .footer-container {
        background: linear-gradient(to right, #000000, #624747);
        color: white;
        font-size: 0.7em;
        align-items: center;
        position: relative;
        width: 100%;
        height: auto;
        top: 70px;
    
       }
    
       .whole-thing {
        display: flex;
        flex-wrap: wrap;
        width: 100%; 
        position: relative;
        justify-content: left;
        top: -20px;
      }
    
        .footer-section {
          position: relative;
          top: -35px;
          
        }
      
        .footer-section h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          top: 70px;
          right: 90%;
          width: 100%;
           
        }
      
        .footer-links h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          left: -40%;
          top: 70px;
        }
      
        .footer-services h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          left: -30%;
          top: 70px;
        }
      
        .footer-contact h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          left: 0%;
          justify-content: center; /* Center the images within the container */
          top: 70px;
        }
      
         .footer-links a {
          position: relative;
          left: -40%;
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          top: 90px;
        }
      
      .footer-section p {
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          text-align: justify;
          position: relative;
          right: 90%;
          width: 100%;
          top: 90px;
      }
      
      .footer-services a  {
        position: relative;
          left: -30%;
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          text-align: left;
      }
      
      
        .footer-links a:hover, .footer-services a:hover {
          text-decoration: underline;
        }
      
        .logo-footer img {
          position: relative;
          align-items:left;
          left: 125px;
          top: 40px;
          width: 220px; /* Prevents the sections from becoming too narrow on small screens */
          
              }
         
        .contact-icons img {
         position: relative;
          left: 620px;
          top: 50px;
          gap: 10px; 
          width: 70px;
          
        }
       
        .footer-contact p {
          text-align: justify;
          margin-bottom: 20px;
          position: relative;
          left: 0%;
          justify-content: center
        }
      
        .credit {
            background: linear-gradient(to right, #000000, #2e2121);
            text-align: center;
            align-content: center;
            position: relative;
            width: 100%;
            height: 4vh;
            top: 50px;
          
        }
    
    .credit p {
        color: white;
        opacity: 0.7;
    }
      
        .designed {
        position: relative;
        justify-content: center;
        align-items: center;
        opacity: 0.7;    
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0px 0px;
        }

}
@media screen and (max-width: 912px){

    form {
        background: #E8E8E7;
        padding: 10px;
        width: 350px;
        height: 730px;
        max-width: calc(100%-60px);
        position: relative;
        margin-top: 70px;
        margin-left: -250px;
    }

    .popo h2 {
        margin-right: 405px;
        margin-bottom: -40px;
        font-size: 1em;
    }

    .professional-contact img {
        width: 370px;
        margin-right: 200px;
    }
    
    .contact-box {
        margin-top: 0px;
        margin-left: 20px;
    }

    .map-box {
        width: 350px;
    }

    .social-icons img {
        width: 20px;
        height: 18px;
    }

    .footer-container {
        background: linear-gradient(to right, #000000, #624747);
        color: white;
        font-size: 0.7em;
        position: relative;
        width: 100%;
        height: auto;
        top: 70px;

       }

       .whole-thing {
        display: flex;
        flex-wrap: wrap;
        width: 100%; 
        position: relative;
        justify-content: left;
        top: -20px;
        left: -9%;
      }

      .footer-contact h3 { /* Corrected class selector */
        color: #F8D210; /* Gold color for headings */
        position: relative;
        left: 0%;
        justify-content: center; /* Center the images within the container */
        top: 70px;
      }

      .footer-contact p {
        text-align: justify;
        margin-bottom: 20px;
        position: relative;
        left: 0%;
        justify-content: center
      }

      .footer-section h3 { /* Corrected class selector */
        color: #F8D210; /* Gold color for headings */
        position: relative;
        top: 70px;
        right: 50%;
        width: 100%;
      }
    
      .footer-section p {
        color: white;
        text-decoration: none;
        display: block; /* To list down links */
        margin-bottom: 5px;
        text-align: justify;
        position: relative;
        right: 50%;
        width: 100%;
        top: 90px;
    }

      .footer-links h3 { /* Corrected class selector */
        color: #F8D210; /* Gold color for headings */
        position: relative;
        left: 0%;
        top: 70px;
      }

      .footer-links a {
        position: relative;
        left: 0%;
        color: white;
        text-decoration: none;
        display: block; /* To list down links */
        margin-bottom: 5px;
        top: 90px;
      }
    
      .footer-services h3 { /* Corrected class selector */
        color: #F8D210; /* Gold color for headings */
        position: relative;
        left: 0%;
        top: 70px;
      }

      .footer-services a  {
        position: relative;
          left: 0%;
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          text-align: left;
      }



    .logo-footer img {
        position: absolute;
        left: 680px;
        top: 150px;
        width: 150px; /* Prevents the sections from becoming too narrow on small screens */
        margin-bottom: 20px;
            }
       
      .contact-icons img {
       position: relative;
        left: 100px;
        top: 50px;
        gap: 10px; 
        width: 70px;
      }

      .credit {
        background: linear-gradient(to right, #000000, #2e2121);
        text-align: center;
        align-content: center;
        position: relative;
        width: 100%;
        height: 4vh;
        top: 50px;
        left: 9%;
    }
}

@media screen and (max-width: 549px){
    .parent-container {
        display: flex;
        flex-direction: column;
       }

       .popo h2 {
        font-size: 1em;
        color: #7F7C6B;
        margin-top:  50px;
        margin-right: 0px;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content:center;
    }

    .professional-contact img {
        display: block;
        margin: auto;
        width: 100%;
        height: auto;
    }

    form {
        background: white;
        padding: 30px;
        width: 430px;
        height: 700px;
        position: relative;
        font-size: 0.9em;
        margin-left: 0px;
        top: -150px;
        margin-bottom: 20px;
    }

    form h2 {
        color: #DAB36A;
        margin-top: 0px;
        margin-bottom: 5px;
        
    }

input[type="text"],
input[type="email"],
input[type="tel"] {
    background-color: #E8E8E7;
    border: 1px solid #ccc; /* Gray border */
    border-radius: 5px; /* Slightly rounded borders */
    padding: 10px; /* Padding inside the input fields */
    margin-bottom: -50px;
    
}

    .checkbox-container {
    display: flex;
    justify-content: space-between;
    color: #84817A;
    }
    
    /* Column container */
    .form-column {
    display: flex;
    flex-direction: column;
    }
    
    /* Individual checkbox group */
    .form-group {
    margin-bottom: 20px; /* Adjust as needed */
    
    }
    
    textarea {
    background-color: #E8E8E7;
    border: 1px solid #ccc; /* Gray border */
    border-radius: 5px; /* Slightly rounded borders */
    padding: 10px; /* Padding inside the input fields */
    margin-bottom: -20px; /* Space between fields */
    outline: none;
    margin-top: 30px;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
        gap: 0px;
        border-color: white;
        margin-top: -150px;
    }

    .contact-box {
        background-color: white;
        border: none;
        padding: 20px;
        box-shadow: none;
        border-radius: none;
        width: 430px;
        height: 170px;
        margin-top: 0px;
        margin-right: 25px;
    }

 

.info-container {
    display:flex;
    flex-direction: column;
}

.location-box img {
    display: none;
}

.map-box {
    width: 430px;
    margin-top: -50px;
}

.hours-social-box {
    display: flex;
    justify-content: left;
    font-size: 1.5em;
    width: 100%;
}

.social-icons img {
    width: 40px;
    height: auto;
}

.social-icons {
    margin-bottom: -20px;
}

.footer-container {
    background: linear-gradient(to right, #000000, #624747);
    color: white;
    font-size: 0.7em;
    position: relative;
    width: 100%;
    height: auto;
    top: 60px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    

   }

   .whole-thing {
    display: flex;
    width: 100%; 
    position: relative;
    justify-content: left;
    left: -40%;
  }

  .footer-section {
    position: relative;
  }

  .footer-section h3 { /* Corrected class selector */
    color: #F8D210; /* Gold color for headings */
    position: relative;
    top: 70px;
    right: -10%;
    width: 100%;
     
  }

  .footer-links h3 { /* Corrected class selector */
    color: #F8D210; /* Gold color for headings */
    position: relative;
    left: 30%;
    top: 70px;
  }

  .footer-services h3 { /* Corrected class selector */
    color: #F8D210; /* Gold color for headings */
    position: relative;
    left: 10%;
    top: 90px;
  }

  .footer-contact h3 { /* Corrected class selector */
    color: #F8D210; /* Gold color for headings */
    position: relative;
    left: 30%;
    justify-content: center; /* Center the images within the container */
    top: 90px;
  }

   .footer-links a {
    position: relative;
    left: 30%;
    color: white;
    text-decoration: none;
    display: block; /* To list down links */
    margin-bottom: 5px;
    top: 90px;
  }

.footer-section p {
    color: white;
    text-decoration: none;
    display: block; /* To list down links */
    margin-bottom: 5px;
    text-align: justify;
    position: relative;
    right: -10%;
    width: 100%;
    top: 90px;
}

.footer-services a  {
  position: relative;
    left: 10%;
    top: 110px;
    color: white;
    text-decoration: none;
    display: block; /* To list down links */
    margin-bottom: 5px;
    text-align: left;
}


.footer-contact p {
    text-align: justify;
    margin-bottom: 20px;
    position: relative;
    left: 30%;
    justify-content: center;
    top: 110px;
    
  }

  .footer-links a:hover, .footer-services a:hover {
    text-decoration: underline;
  }

  .logo-footer img {
    position: relative;
    align-items:left;
    left: 180px;
    top: 70px;
    width: 180px;
        }
   
  .contact-icons img {
   position: relative;
    left: 150px;
    top: 120px;
    gap: 10px; 
    width: 45px;
    
  }

  .credit {
      background: linear-gradient(to right, #000000, #2e2121);
      text-align: center;
      align-content: center;
      position: relative;
      width: 100%;
      height: 4vh;
      top: 50px;
      left: 40%;
  }
  .designed {
    position: relative;
    justify-content: center;
    align-items: center;
    opacity: 0.7;    
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 0px;
    }

}

@media screen and (max-width: 414px){

    form {
        background: white;
        padding: 30px;
        width: 414px;
        height: 700px;
        position: relative;
        font-size: 0.9em;
        margin-left: 0px;
        top: -150px;
        margin-bottom: 20px;
    }

.contact-box {
    background-color: white;
    border: none;
    padding: 20px;
    box-shadow: none;
    border-radius: none;
    width: 414px;
    height: 170px;
    margin-top: 0px;
    margin-right: 25px;
}

.map-box {
    width: 414px; 
}

.hours-social-box {
    font-size: 1em;
}

.social-icons img {
    width: 30px;
    height: auto;
}

    .whole-thing {
        display: flex;
        width: 100%; 
        position: relative;
        justify-content: left;
        left: -45%;
      }
    
      .credit {
        background: linear-gradient(to right, #000000, #2e2121);
        text-align: center;
        align-content: center;
        position: relative;
        width: 100%;
        height: 4vh;
        top: 50px;
        left: 45%; 
    }
    .logo-footer img {
    position: relative;
    align-items:left;
    left: 180px;
    top: 70px;
    width: 180px;
        }
    
    .contact-icons img {
    position: relative;
    left: 170px;
    top: 120px;
    gap: 10px; 
    width: 35px;
    }
}

@media screen and (max-width: 390px){

    form {
        background: white;
        padding: 30px;
        width: 390px;
        height: 700px;
        position: relative;
        font-size: 0.9em;
        margin-left: 0px;
        top: -150px;
        margin-bottom: 20px;
    }

.contact-box {
    background-color: white;
    border: none;
    padding: 20px;
    box-shadow: none;
    border-radius: none;
    width: 390px;
    height: 170px;
    margin-top: 0px;
    margin-right: 25px;
}

.map-box {
    width: 390px; 
}

.hours-social-box {
    font-size: 1em;
}

.social-icons img {
    width: 30px;
    height: auto;
}

.whole-thing {
    display: flex;
    width: 100%; 
    position: relative;
    justify-content: left;
    left: -45%;
  }

  .credit {
    background: linear-gradient(to right, #000000, #2e2121);
    text-align: center;
    align-content: center;
    position: relative;
    width: 100%;
    height: 4vh;
    top: 50px;
    left: 45%; 
}
.logo-footer img {
position: relative;
align-items:left;
left: 180px;
top: 70px;
width: 180px;
    }

.contact-icons img {
position: relative;
left: 170px;
top: 120px;
gap: 10px; 
width: 35px;
}

}
@media screen and (max-width: 375px){

    form {
        background: white;
        padding: 30px;
        width: 375px;
        height: 700px;
        position: relative;
        font-size: 0.9em;
        margin-left: 0px;
        top: -150px;
        margin-bottom: 20px;
    }

    .contact-box {
        background-color: white;
        border: none;
        padding: 20px;
        box-shadow: none;
        border-radius: none;
        width: 375px;
        height: 170px;
        margin-top: 0px;
        margin-right: 25px;
    }

    .map-box {
        width: 375px; 
    }

    .whole-thing {
        display: flex;
        width: 100%; 
        position: relative;
        justify-content: left;
        left: -54.5%;
      }

      .credit {
        background: linear-gradient(to right, #000000, #2e2121);
        text-align: center;
        align-content: center;
        position: relative;
        width: 100%;
        height: 6vh;
        top: 50px;
        left: 54.5%; 
    }

        .logo-footer img {
        position: relative;
        align-items:left;
        left: 180px;
        top: 70px;
        width: 180px;
            }
       
      .contact-icons img {
       position: relative;
        left: 350px;
        top: 0px;
        gap: 10px; 
        width: 35px;
      }
}

@media screen and (max-width: 344px){
    form {
        background: white;
        padding: 30px;
        width: 344px;
        height: 700px;
        position: relative;
        font-size: 0.9em;
        margin-left: 0px;
        top: -150px;
        margin-bottom: 20px;
    }

    .contact-box {
        background-color: white;
        border: none;
        padding: 20px;
        box-shadow: none;
        border-radius: none;
        width: 344px;
        height: 170px;
        margin-top: 0px;
        margin-right: 25px;
    }

    .map-box {
        width: 344px; 
    }
}