 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }

 header h1 {
   margin: 0;
   font-size: 28px;
 }

 .container {
   padding: 30px;
   max-width: 1200px;
   margin: auto;
   background: #fff;
   border-radius: 10px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 }

 .contact-info,
 .contact-form,
 .map {
   margin-bottom: 30px;
 }


 .contact-info h5,
 .contact-form h5,
 .map h5 {
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 25px;
   color: #6c6c8e;
   margin-bottom: 20px;
   font-family: Poppins, sans-serif;
   font-weight: normal;
 }




 .info {
   margin: 10px 0;
font-family: Poppins, sans-serif;
   font-size: 16px;
   line-height: 1.8;
   color: #6c6c8e;
 }

 .info i {
   margin-right: 10px;
   color: #007bff;
 }

 form input,
 form textarea {
   width: 100%;
   padding: 12px;
   margin-bottom: 15px;
   border: 1px solid #ccc;
   border-radius: 5px;
 }

 form button {
   padding: 12px 25px;
   background: #007bff;
   border: none;
   color: #fff;
   border-radius: 5px;
   cursor: pointer;
   transition: background 0.3s ease;
 }

 form button:hover {
   background: #0056b3;
 }

 iframe {
   width: 100%;
   height: 300px;
   border: none;
   border-radius: 10px;
 }

 .contact-form {
   /* background: #f7f7f7; */
 }

 .main_contact {
   padding: 60px 16px;
   background: #f0f0f0;
 }

 .slider_wrapper {

   background-image: url(https://images.ctfassets.net/pdf29us7flmy/2kc4p5QVzv9m5UciLbLTuz/f11c70433140dc8e846b61c97ccef788/GettyImages-867405726.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
 }

 .slider_main {
   position: relative;
   overflow: hidden;
   max-width: 100%;
   height: 450px;
 }

 .titele {
   display: flex;
   justify-content: center;
   align-content: center;
   align-items: center;
   font-size: 41px;
   color: white;
   position: absolute;
   top: 10px;
   z-index: 5;
   bottom: 0;
   margin: auto;
   left: 0;
   right: 0;
   color: white;
 }

 .titele h1 {
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .slider_wrapper::before {
   content: '';
   background-color: rgba(0, 0, 0, 0.25);
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
 }