/* Reset some default styles */
body,
h1,
h2,
p {
  margin: 0;
  padding: 0;
  color: white;
}

/* Set the background color for the entire page */
body {
  background-color: rgba(77, 73, 73, 0.763);
  text-overflow: clip;
  background-blend-mode: darken;
}

/* Style the video background container */
.video-background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: visible;
  text-align: center;
  height: auto;
}

/* Style the content on top of the video background */
.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Style the top buttons and move them to the right */
.top-buttons,
.nav-button {
  position: absolute;
  top: 9px;
  right: 20px;
  z-index: 2;
}

/* Style the Home button */
.video-button.home-button,
.video-button.contact-button {
  background: transparent;
  background-blend-mode: luminosity;
  border: none;
  color: white;
  padding: 5px 10px;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 10px;
}

/* Style the fullscreen image */
.fullscreen-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Style the MySyncSpace text */
.my-syncspace {
  position: absolute;
  top: 15px;
  left: 20px;
}

.small-title,
.small-subtitle {
  font-family: "Eras Bold ITC", sans-serif;
  text-shadow: white;
  margin-bottom: 5px;
}

.small-title {
  font-size: 25px;
  color: white;
}

.small-subtitle {
  font-size: 14px;
  color: white;
  margin-left: 2px;
}

/* Style the additional text box */
.topadditional-text-box {
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: none;
  padding: 10% 10px 0;
  border-radius: 2px;
  text-align: center;
  width: 60%;
  max-width: 1200px;
}

/* Style the first paragraph */
.topparagraph {
  font-size: 76px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: rgba(241, 71, 9, 0.922);
  margin: 8px 0;
  margin-top: 140%;
  margin-bottom: 6%;
  text-align: center;
  line-height: 1%;
  padding-top: 20%;
}

/* Style the second paragraph */
.topsubparagraph {
  font-size: 15px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  color: white;
  margin: 1px 0;
  margin-top: 3%;
  margin-bottom: 50%;
  text-align: center;
  line-height: 1%;
}

/* Style the video container */
.video-container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

/* Style the video items */
.video-item {
  max-width: 50%;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

/* Style the specified text in white */
.Ourmission1,
.WhatWeOffer-text,
.quality-text {
  color: white;
  margin-bottom: 3%;
}

/* Style the video container */
.video-container {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

/* Style the video items */
.video-item {
  max-width: 33%;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-left: 1px;
  margin-right: 0px;
  align-items: center;
}

/* Style the Photos Section */
.photos-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 20px auto;
}

/* Style the Photo Items */
.photo-item {
  max-width: 100px;
  height: auto;
  margin: 0 10px;
}

/* Style the Our Commitment to Quality Box */
.quality-box {
  background-color: rgba(81, 78, 78, 0.371);
  padding: 70px;
  margin: 5px; /* Adjust the top margin to move it 5% lower */
  margin-top: 7%;
  max-width: 1000px;
  border-radius: 10px;
  text-align: center; /* Center-align the content */
  box-shadow: 0 0 10px rgba(134, 131, 131, 0.211);
  color: white;
}

/* Style the Quality title */
.quality-title {
  font-size: 30px;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: white;
  margin-bottom: 5px;
}

/* Style the Quality text */
.quality-text {
  font-size: 14px;
  font-weight: normal;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  align-content: center;
  text-align: center; /* Center-align the text */
}
//* Style the new-paragraphs */
.new-paragraphs {
  font-size: 15px;
  font-weight: normal;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center; /* Center-align the text */
}

/* Add margin (spacing) below each paragraph */
.new-paragraphs p {
  margin-bottom: 30px;
}

/* Style the Photos Section */
.photos-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 30px auto;
}

/* Style the Photo Items */
.photo-item {
  max-width: 100px;
  height: auto;
  margin: 0px;
  margin-top: 5%;
}

/* Style the Additional Box */
.additional-box {
  background-color: rgba(81, 78, 78, 0.371);
  padding: 15px;
  margin: 40px auto 5% auto; /* Adjust the top margin to move it 5% lower */
  max-width: 1000px;
  border-radius: 10px;
  text-align: center; /* Center-align the content */
  box-shadow: 0 0 10px rgba(134, 131, 131, 0.211);
  color: white;
}

/* Style the Founder image */
.founder-image {
  max-width: 100%; /* Adjust the image size */
  height: auto;
  border-radius: 10px;
  margin-top: 10px; /* Adjust the margin on top of the image */
  display: block; /* Remove any potential extra spacing */
  margin-left: auto; /* Center the image horizontally */
  margin-right: auto; /* Center the image horizontally */
}
/* Style the footer */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #edbb4eba;
  text-align: center;
  padding: 5px 0;
  font-size: 15px;
  color: white;
}
/* Style the Inquire Now button */
.inquire-now-button {
  text-align: center;
  margin-top: 30px;
}

.inquire-now-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: orangered;
  color: rgba(255, 166, 0, 0.812);
  text-decoration: white;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-style: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.inquire-now-link:hover {
  background-color: lightyellow;
}
