@charset "UTF-8";
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'poppons', sans-serif;	
}

    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
      }
    body {
      margin: 0;
      font-family: Arial;
      font-size: 17px;
    }
    
    #myVideo {
      position: fixed;
      right: 0;
      bottom: 0;
      min-width: 100%; 
      min-height: 100%;
    }
    
    .content {
      position: fixed;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      color: #f1f1f1;
      width: 100%;
      padding: 20px;
    }
    
    #myBtn {
      width: 200px;
      font-size: 18px;
      padding: 10px;
      border: none;
      background: #000;
      color: #fff;
      cursor: pointer;
    }
    
    #myBtn:hover {
      background: #ddd;
      color: black;
    } 
body{
background-repeat:repeat  ;
    background-position: center;
    background-size: cover;
	background-color: #AAAAAA;
    width: 100%;
    height: 100vh;
}
body video{
background-repeat:repeat  ;
    background-position: center;
    background-size: cover;
	background-color: #AAAAAA;
    width: 100%;
    height: 100vh;
}
body li.nav{
	text-underline-position:auto
}
.container{
padding: 60px 60px 0 60px;
display: flex;
flex-direction: row; 
justify-content:space-between
}
.container.logo a{
	text-decoration: none;
	color: #fff6e9;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 100%
}
.container .nav{
}
   

.container .nav .items{
	
display: flex;
	
}
.container .nav .items li {
	padding-right: 27px
}

.container .nav .items li a {
    text-decoration: none;
    color: #FFF6E9;
    font-size: 25px;	
}
  .container .nav .items li a:active {
	color: black;
}
.container .nav .items li a:hover {
	color: gray;
}

/* Style for the gallery container */
    .gallery-container {
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: 20px;
    }

    /* Style for each gallery item */
    .gallery-item {
      margin: 3px;
    }

    /* Style for the image inside each gallery item */
    .gallery-item img {
      width: 300px; /* Adjust the image width as needed */
      height: auto;
      border: 1px solid #00000;
      border-radius: 1px;
      cursor: auto;
      transition: transform 0.3s ease-in-out;
    }

    /* Hover effect for the image */
    .gallery-item img:hover {
      transform: scale(1.1);
    }
    {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  
  body1 {
      font-family: Arial, sans-serif;
      background-color: #13131a;
      color: white;
  }
  
  .container1 {
      display: flex;
      justify-content: space-between;
      padding: 20px;
      max-width: 1200px;
      margin: auto;
  }
  
  .form-section {
      flex: 1;
      background-color: #1c1c26;
      padding: 40px;
      border-radius: 10px;
  }
  
  .form-section h2 {
      font-size: 24px;
      margin-bottom: 20px;
  }
  
  form label {
      font-size: 14px;
      display: -moz-inline-stack;
      margin-bottom: 5px;
  }
  
  form input, form textarea {
      width: 100%;
      padding: 15px;
      margin-bottom: 20px;
      border-radius: 10px;
      border: none;
      background-color: #2a2a38;
      color: white;
  }
  
  .row {
      display: flex;
      gap: 20px;
  }
  
  .row input {
      width: 68%;
  }
  
  button {
      background-color: #6a0dad;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
  }
  
  button:hover {
      background-color: #560d88;
  }
  
  .contact-info {
      flex: 1;
      padding: 40px;
  }
  
  .contact-info h2 {
      font-size: 32px;
      color: #46c8b4;
      margin-bottom: 10px;
  }
  
  .contact-info p {
      font-size: 16px;
      margin-bottom: 20px;
  }
  
  .contact-info ul {
      list-style: none;
  }
  
  .contact-info ul li {
      margin-bottom: 15px;
      font-size: 16px;
      display: flex;
      align-items: center;
  }
  
  .contact-info ul li img {
      margin-right: 10px;
  }
  
  .contact-info ul li::before {
      content: '';
  }