body {
    color: bisque;
    margin: 0px;
    padding: 0px;
    background : url('pictures/img1.jpg');
    height: 1000px;
}

.left {
    display: inline-block;
    position: absolute;
    left: 34px;
    top: 20px;
}

.left img {
    width: 250px;
}


.left div {
    text-align: center;
    color: rgb(255, 255, 255);
}

.mid {
    display: block;
    width: 80%;
    
    margin: 20px auto;
}


.navbar {
    display: inline-block;
}

.navbar li {
    color: black;
    display: inline-block;
    font-size: 15px;
}

.navbar li a {
    color: black;
    text-decoration: none;
    padding: 34px 23px;
}

.navbar li a:hover,
.navbar li a:active {
    text-decoration: underline;
    color: grey;
}





.container {
        padding: 20px; 
        border: 2px solid #ccc; 
        max-width: 500px; 
        margin: 100px; 
        background-color: black;
        text-align: center;
        margin-left: 350px;
        color: white;
            
          
    
      }
      
.container {
        display: flex;
    }
    
   
.left-container {
        float: left;
        width: 70%;
        color: rgb(255, 255, 255);
    }
.right-image {
        width: 25%;
        margin-left: auto;
      }
      
.text-block {
        width: 60%;
      }
      .image-container {
        display: flex;
        justify-content: space-around;
        padding: 30px;
        margin: 10px;
    }
    .image-container img {
        width: 300px;
        height: 200px;
        object-fit: cover;
        margin-bottom: 10px;
    }
    .image-text {
        text-align: center;
    }
    

    .image-text {
        font-size: 2em; 
      }




      .image-container {
        text-align: center; 
        margin-bottom: 100px; 
      }
  
      .image-container img {
        display: block; 
        margin: 0px auto; 
      }
  
      .image-content {
        text-align: justify; 
        margin: 0px auto; 
        max-width: 30%; 
      }
      
      
    
    .section {
      padding: 20px;
      margin-bottom: 10px;
      margin: auto;
      margin-top: 0px;
      margin-left: 20px;
      margin-right: 20px;
      border: 2px solid #0f0f0f;
      background-color: #ccc;
      color: black;
    }
   
    .left {
        display: inline-block;
        
        position: absolute;
        left: 34px;
        top: 20px;
    }
    
    .left img {
        width: 100px;
    }
    
    .left div {
        text-align: center;
    }  
    .mid {
        display: block;
        width: 60%;
        
        margin: 20px auto;
        
    
    }
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        
        padding: 50px;
    }
    body {
        margin: 0;
        font-family: Arial, sans-serif;
    }
    .tittle {
        text-align: center;
      }
      header {
       
        color: #fff;
        padding: 50px 0;
        text-align: center;
    position: relative; 
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0

      }
      .text{
text-align: center;
      }
      body {
        text-align: center;
      }
      
      img {
        max-width: 50%;
        height: auto;
      }
      .image-content{
        color:white;
      }
      body {
        margin: 0;
        font-family: Arial, sans-serif;
    }
    .tittle {
        text-align: center;
      }
      header {
        
        color: #fff;
        padding: 50px 0;
        text-align: center;
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0

      }
      
      #contactFormContainer {
        position: relative;
        top: -20px;
        left: 0;
        
        
        width: 250px;
        height: 110%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        box-sizing: border-box;
        color:black;
      }
      
      #contactForm {
        width: 100%;
      }
      
      #contactForm h2 {
        margin-top: 0;
      }
      
      #contactForm label,
      #contactForm input,
      #contactForm textarea {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        color: black;
      }
      
      #contactForm input[type="submit"] {
        width: 100%;
      }
      
      
      .radio-button {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
      }
      
      .radio-button input[type="radio"] {
        display: none;
      }
      
      .radio-button label {
        cursor: pointer;
        display: flex;
        align-items: center;
      }
      
      .radio-button label span {
        margin-right: 10px;
      }
      
      .radio-button label .checkmark {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid #ccc;
        border-radius: 50%;
        margin-left: 10px;
      }
      
      .radio-button input[type="radio"]:checked + label .checkmark {
        background-color: #4CAF50;
        border-color: #4CAF50;
      }
      
      .radio-button input[type="radio"]:checked + label .checkmark:after {
        
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        margin: 5px;
      }
        


      .send-button {
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;
      }
      
      .send-button:hover {
        background-color: #3e8e41;
      }

      
      
      .top-right-container {
        position: absolute; 
        top: 350px; 
        right: 250px; 
        width: 50%; 
        height: 20%; 
        display: flex; 
        align-items: center; 
        justify-content: flex-end; 
        padding-right: 20px; 
        color: white;
      }
      .ask{

        color:white
      }
      .say{
color: white;


      }
      
      .centered-text {
        text-align: center; 
        font-size: 20px; 
        color: white;
      }
      .heading{
position: absolute;
top:450px;
left: 300px;
width: 50%; 
        height: 20%; 
        display: flex; 
        align-items: center; 
        justify-content: flex-end; 
        padding-right: 100px; 
        color: white;


      }

      .centered-content{
      position: absolute;
      top:535px;
      left: 350px;
      width: 50%; 
              height: 20%; 
              display: flex; 
              align-items: center; 
              justify-content: flex-end; 
              padding-right: 100px; 
              font-size:20px ;
              color: white;
      }
      .text{

        
                position: absolute;
      top:700px;
      left: 300px;
      width: 50%; 
              height: 20%; 
              display: flex; 
              align-items: center; 
              justify-content: flex-end; 
              padding-right: 100px; 
              font-size:20px ;
              color: white;
      }

      
.paragraph{

        position: absolute;
        top:800px;
        left: 350px;
        width: 50%; 
                height: 20%; 
                display: flex; 
                align-items: center; 
                justify-content: flex-end; 
                padding-right: 100px; 
                font-size:20px ;
                color: white;
        }

.question{

  position: absolute;
  top:900px;
  left: 350px;
  width: 50%; 
          height: 20%; 
          display: flex; 
          align-items: center; 
          justify-content: flex-end; 
          padding-right: 100px; 
          font-size:20px ;
color: white;


}
.detail{

  position: absolute;
  top:1050px;
  left: 350px;
  width: 50%; 
          height: 20%; 
          display: flex; 
          align-items: center; 
          justify-content: flex-end; 
          padding-right: 100px; 
          font-size:20px ;
color: white;




}
      