/* General reset */
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: sans-serif;
}
html {
  scroll-behavior: smooth;
}
/* Video container */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
    background: rgb(46,60,201);
background: radial-gradient(circle, rgba(46,60,201,1) 0%, rgba(14,25,146,1) 96%);
}
section {
  height: 100vh;
  overflow: hidden;
}
/* Full-height video */
video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; /* Cover the width */
    height: 100%; /* Cover the height */
    object-fit: cover; /* Ensure the video scales properly */
    z-index: 0; /* Send it to the background */
}

/* Content section */
.content-section {
  text-align: center;
  background-image: url('../img/Al_Shirawi_1.gif');
  background-size: cover;
  background-position: top;
  color: #333;
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
}
.content-section h1 {
  font-size: 22px;
  margin-bottom: 0;
  color: #1d285c;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px;
}
.content-section p {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}



  button#custom-unmute {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 7px 10px 5px;
        cursor: pointer;
    z-index: 999;
}
svg{
  width: 20px;
  height: 20px;
}
  button#custom-unmute:focus {
    outline: none;
  }
  #visit_sitebtn {
    position: relative;
    z-index: 999;
}

#myButton {
  color: #1d285c;
  padding: 6px 18px;
  font-size: 20px;
  font-weight: 500;
  background-color: #ffffff54;
  text-transform: capitalize;
  text-decoration: none;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  display: inline-block;
  margin-top: 10px;
}
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(170, 155, 248, 0.5);
    }

    80% {
      box-shadow: 0 0 0 14px rgba(47, 10, 171, 0);
    }
  }

  button#custom-unmute:hover {
    background: hsl(0, 0%, 100%);
  }

  #myButton::before {
    content: "";
    position: absolute;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  @media screen and (max-width:768px) {
    button#custom-unmute {
      padding: 10px 12px;
      font-size: 14px;
  }    
  #myButton {
    padding: 15px 20px;
    font-size: 14px;
}
  .content-section {
    text-align: center;
    background-image: url('../img/Al_Shirawi_1.gif');
    background-size: cover;
    background-position: center;
    color: #333;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
  video {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, 0);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: contain;
}
.video-container {
  height: 100vh;
}
.content-section h1 {
  font-size: 18px;
  margin-bottom: 0;
  font-family: sans-serif;
  margin-top: 0;
  font-weight: 600;
  
}
#contentCol{
  padding: 0 30px;
}
button#custom-unmute {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #ffffff;
    color: #0e1992;
    border: none;
    border-radius: 5px;
    padding: 6px 7px 4px;
    z-index: 999;
}
  }

  
.container_mouse {
  text-align: center;
  color: #d1d1d1;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.container_mouse .mouse-btn {
  margin: 10px auto;
  width: 30px;
  height: 50px;
  border: 2px solid #d1d1d1;
  border-radius: 30px;
  display: flex;
 
}

.container_mouse .mouse-btn .mouse-scroll {
  display: block;
  width: 10px;
  height: 10px;
  background: #d1d1d1;
  border-radius: 50%;
  margin: auto;
  animation: scrolling 1s linear infinite;
}


@keyframes scrolling {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(10px);
  }
}
.section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-button {
  position: sticky;
  bottom: -30px;
  transform: translatey(-200px);
  background-color: transparent;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto;
}
.scroll-button:hover {
  background-color: transparent;
}

.brand_logo{
  max-width: 300px;
}
/* video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important;
} */
.contact-info {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
nav.footer-social-links a {
  margin: 0 3px;
}
.contact-in a {
  text-decoration: none;
  color: #052270;
  font-size: 17px;
  margin: 0 3px;
}
.contact-in {
  margin-left: 10px;
}

@media screen and (max-width:500px) {
  .contact-info {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
}