@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400&family=Montserrat:wght@500;700&display=swap");

* {
  margin: 0%;
  padding: 0%;
}
body{
  background-color: #000;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/* Background Video */
.background-video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroContent {
  position: relative;
  z-index: 1;
  color: white;
  padding: 17%;
  margin: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  justify-content: left;
}

.heroContent:hover {
  height: 10%;
}


.heroContent h1 {
  font-family: "Gruppo", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 45px;
  color: #ffffff;
}
#ContentHeader{
  padding-top: 70px;
  padding-bottom: 90px;
  padding-left: 10px; 
}
h1,
h2 {
  color: #fff;
}

p {
  color: #cccccc;
}
.text h2{
  padding: 15px 0;
}
.text p{
  padding-bottom: 20px;
}
.image-section-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #111;
  color: white;
}
/* Styling for each section box */
.image-section {
  flex: 1;
  margin: 0 10px;
  background-color: #222;
  border-radius: 8px;
  overflow: hidden;
}

/* Image styling */
.image-section img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
/* Overlay content */
.overlay {
  padding: 20px;
  text-align: center;
}

.overlay h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #eee;
  text-transform: uppercase;
}

.overlay p {
  font-size: 16px;
  color: #bbb;
}

.overlay ul {
  list-style-type: none;
  padding: 0;
  color: #bbb;
}

.overlay ul li {
  margin: 5px 0;
}
.justified-list {
  text-align: justify;
  list-style-type: disc;
  padding-left: 20px;
  margin: 15px 0;
}
.justified-list li {
  display: inline-block;
  width: 100%;
  text-align: justify;
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #b5b5b5;
  transition: background-color 0.3s, color 0.3s;
}
.button:hover {
  background-color: #b5b5b5;
  color: #111;
}
/* Header Section */
.page-header {
  position: relative;
  text-align: center;
  color: #fff;
  background: #000;
}

.page-header h1 {
  margin: 0;
  padding: 20px;
  font-size: 2.5em;
  z-index: 2;
  position: relative;
}

/* Main Content */
.content {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.content .intro p {
  margin-bottom: 15px;
}

.benefits ul {
  list-style: disc;
  padding-left: 20px;
  margin: 20px 0;
}

.benefits ul li {
  margin: 10px 0;
  font-weight: 500;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.text-overlay .sub-title {
  font-size: 1.2rem; /* Adjust font size for sub-title */
  font-family: "Arial, sans-serif"; /* Match the font closely */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: white;
}

.text-overlay .main-title {
  font-size: 2.5rem; /* Adjust font size for main title */
  font-family: "Arial, sans-serif"; /* Match the font closely */
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
}

/* Footer */
.footer-section {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-logo h2 {
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 2px;
  color: #fff;
}

.footer-logo p {
  margin: 5px 0;
  font-size: 0.9em;
}

.footer-links {
  display: flex;
  gap: 50px;
}

.link-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-column a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  text-transform: uppercase;
}

.link-column a:hover {
  color: #ddd;
}

.footer-social p {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ddd;
}

.footer-address {
  font-size: 0.8em;
  color: #888;
}
.section {
  padding: 20px;
  text-align: center;
  background-color: #000;
}
.section p{
  padding: 0 300px;
}
.section h2{
  color: white;
  margin-bottom: 15px;
}
.content-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 40px 20px;
}

.content-section.video-left,
.content-section.video-right {
  flex-direction: row;
}

.content-section.video-right {
  flex-direction: row-reverse;
}

.text {
  flex: 1;
  padding: 20px;
  text-align: left;
}
.content-section{
  background-color: #000;
  padding: 0%;
  margin: 0%;
}



/* General Responsive Styles */
@media screen and (max-width: 768px) {
  .background-video-container {
    width: 100%;
    height: 100%;
    overflow: hidden; /* Prevent overflow issues */
  }

  .background-video {
    object-fit: cover; /* Ensure the video covers the area */
    width: 100%; /* Full width for mobile */
    height: auto; /* Adjust height proportionally */
  }
  .heroContent{
    padding: 120px;
  }

  .heroContent{
    padding: 65px;
  }

  /* Hero Content Adjustments */
  .heroContent p,
  .heroContent h1 {
    font-size: 32px;
  }

  /* Text Overlay Adjustments */
  .text-overlay .sub-title {
    font-size: 1rem;
  }

  .text-overlay .main-title {
    font-size: 1.8rem;
  }

  /* Content Section Adjustments */
  
  .content-section.video-left,
  .content-section.video-right {
    flex-direction: column;
  }

  .text {
    padding: 15px;
    text-align: center;
  }
  
  .text p{
    font-size:12px;
  }

  .video-container1 {
    width: 100%;
  }

  .video-container1 video {
    width: 100%;
    height: auto;
  }
  .content_area{
    background-color: #000;
  }

  /* Section Spacing */
  .section {
    padding: 15px;
  }
  .section p{
    padding: 0px;
    font-size:12px;
  }

  .section h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  /* Image Section Container */
  .image-section-container {
    flex-direction: column;
    padding: 10px;
  }

  .image-section {
    margin: 10px 0;
  }

  /* Overlay Content */
  .overlay {
    padding: 15px;
  }

  .overlay h3 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 14px;
  }
  .text p{
    padding-bottom: 50px;
    padding: 0 100px;
  }
  .section p{
    padding-bottom: 50px;
    padding: 0 100px;
  }
  .heroContent h1{
    text-align: center; 
    padding-left: 0px; 
  }
  .section p{
    padding: 10px;
    margin: 0%;
  }
  .text p{
    padding: 10px;
    margin: 0%;
  }
}

/* Small Mobile Devices */
@media screen and (max-width: 480px) {
  /* Hero Content Further Adjustments */
  .heroContent{
    padding: 40px;
  }

  .heroContent p,
  .heroContent h1 {
    font-size: 24px;
  }

  /* Button Adjustments */
  .button {
    padding: 8px 16px;
    font-size: 14px;
    width: 80%;
    margin: 10px auto;
    display: block;
    text-align: center;
  }
  .section h2 {
    font-size: 16px;
  }

  /* Text Adjustments */
  .text h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .text p {
    font-size: 12px;
    line-height: 1.4;
  }

  /* Background Video Container */
  .background-video-container {
    height: 100vh;
  }

  /* List Adjustments */
  .justified-list {
    padding-left: 15px;
  }

  .justified-list li {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .section p{
    padding: 10px;
    margin: 0%;
  }
  .text p{
    padding: 10px;
    margin: 0%;
  }
}

/* Portrait Tablets */
@media screen and (min-width: 481px) and (max-width: 768px) {
  

  .heroContent p,
  .heroContent h1 {
    font-size: 28px;
  }

  .text h2 {
    font-size: 22px;
  }

  .section h2 {
    font-size: 26px;
  }
}

/* Landscape Mode Fixes */
@media screen and (max-height: 480px) and (orientation: landscape) {
  .heroContent {
    padding: 10% 5%;
  }

  .background-video-container {
    height: 120vh;
  }
}