
body{
  font-family: 'Segoe UI','Roboto',sans-serif;
}

* {
  box-sizing: border-box;
 }
 
  html, body {
    overflow: auto; /* Hide scrollbars */
  
  }

  .body_background{
    background-size: cover; /* Cover the entire viewport */
    background-position: center; /* Center the image */
    background-attachment: fixed; /* Fixed background */
    margin: 0; /* Remove default body margin */
    padding: 0; /* Remove default body padding */
    height: 100vh; /* Set the body height to the viewport height */
    overflow: hidden; /* Hide overflow content */
    background-color: #202020; 
  }

  ::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #151515; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #252525; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .top_nav {
    position: fixed;
     background: rgba(0, 0, 0, .5);
     opacity: 0.9;
     width: 100%;
     z-index: 1;
     top: 0;
     display: flex;
   }
   


  .logo-container
   {
 
    display: inline-flex;
    flex-direction: column;
    align-items: left;
    opacity: 0.9;
    z-index: 1;
    margin: 5px;
    cursor: pointer;

    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  
    -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  
  }
  
  .logo-container:active{
    touch-action: manipulation;
    outline: none !important;
  }
    
  .logo {
    height: 100px; /* set the width of your logo */
    width: auto;
  }
  
  .bottom_nav {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.9;
    width: 100%;
    padding: 10px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #222222;
}
 
  
  h1 
  {
    font-size: 32px;
    margin-top:  2px;
    margin-bottom:  2px;
    font-weight: 300;
  }
   
   h2
   {
    
    font-size: 24px;
    margin-top: 2px;
    margin-bottom:  2px;
    font-weight: 300;
   }
  
   h3
   {
      font-size: 20px;
      margin-top:  2px;
      margin-bottom:  2px;
      font-weight: 300;
   }
   
   h4
   {
      font-size: 18px;
      margin-top:  2px;
      margin-bottom:  2px;
      font-weight: 300;
   }

   p {
      padding: 5px;
      font-size: 16px;
      margin : 0px;
      font-weight: normal;
      color: #CCCCCC;
    
   }
   
   article{
    padding-left: 0px;
    padding-right: 0px;
    }


  .content {
    font-size: 16px;
    color: #DDDDDD;
    font-weight: 500;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 5px; 
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px; 
  
    top: 128px;
    left: 20px; /* set the same value as the left property of .logo-container */
    right: 20px; /* set the same value as the left property of .logo-container */
    bottom: 80px;
 
    max-width: 825px; /* set the maximum width of the text container to 33% */
    backdrop-filter: blur(40px);
    overflow: hidden;
  
    transition: transform 0.2s ease ;
    overflow: auto;
   
  }

@media (max-width: 768px) 
{
  /* Centering styles for screens up to 768px wide (typical mobile devices) */
  .content
   {
    max-width: auto; 
    top: 96px;
    width: auto; /* Reset the width */
    padding-top: 0px; /* add 20 pixels of padding around the content */
    padding-left: 20px; /* add 20 pixels of padding around the content */
    padding-right: 20px; /* add 20 pixels of padding around the content */
    padding-bottom: 20px; /* add 20 pixels of padding around the content */
  } 
   .logo {
    height: 72px; /* set the width of your logo */
    width: auto;
 }

}
  .content hr {
    border: none;
    height: 2px;
    background-color: #3d4854;
    
    margin-top: 1px; 
    margin-bottom: 1px;
  
  }
  
  .hr-sub {
    border: none;
    height: 1px;
    background-color: #3d4854;
    margin-top: 1px;
    margin-bottom: 1px;
    width:50%;
    margin-left:0;
  }
  
  .content li {
 
    font-size: 16px;
    font-weight: normal;
    color: #d2d2cc;
  }
  
  .m1l {
    border-style: solid;
  border-width: thin;

    border-color: #3d4854;
    margin-top: 1px;
    margin-bottom: 1px;
    padding:5px;
    border-radius: 0%;
    border-left:solid rgb(58, 57, 57) 2px;
    border-right:solid rgb(58, 57, 57) 0px;
    border-top:solid rgb(58, 57, 57) 2px;
    border-bottom:solid rgb(58, 57, 57) 0px;
  }
  .m1r {
    border-style: solid;
    border-width: thin;
    border-color: #3d4854;
    margin-top: 1px;
    margin-bottom: 1px;
    padding:5px;
    border-radius: 0%;
    border-left:solid rgb(58, 57, 57) 0px;
    border-right:solid rgb(58, 57, 57) 2px;
    border-top:solid rgb(58, 57, 57) 2px;
    border-bottom:solid rgb(58, 57, 57) 0px;
  }

  .m2l {
    border-style: solid;
  border-width: thin;

    border-color: #3d4854;
    margin-top: 1px;
    margin-bottom: 1px;
    padding:5px;
    border-radius: 0%;
    border-left:solid rgb(58, 57, 57) 1px;
    border-right:solid  rgb(58, 57, 57) 0px;
    border-top:solid  rgb(58, 57, 57) 1px;
    border-bottom:solid  rgb(58, 57, 57) 0px;
  }

  .m2r {
    border-style: solid;
    border-width: thin;

    border-color: #3d4854;
    margin-top: 1px;
    margin-bottom: 1px;
    padding:5x;
    border-radius: 0%;
    border-left:solid rgb(58, 57, 57) 0px;
    border-right:solid  rgb(58, 57, 57) 1px;
    border-top:solid  rgb(58, 57, 57) 1px;
    border-bottom:solid  rgb(58, 57, 57) 0px;
  }
 

  
  #landing_page_video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  
  .social-icons {
    font-size: 32px;
    color: #acb5bb;
    margin-right: 20px;
  }
  
  .bottom_text {
  
    font-size: 26px;
    font-weight: 200;
    margin-right: auto;
    color: #acb5bb;
  
  }
  
  .bottom_text:hover
  {
    color: #acb5bb;
    cursor: pointer;
    transition: linear 0.2s;
  }
    
  .social-icon:hover {
    color: #1da1f2; /* Twitter blue */
    transition: linear 0.2s;
  }
  
  .social-icon:last-child {
    margin-right: 0;
  }
  
  .social-icon:nth-child(3) {
    margin-left:5px;
  }
  
  .social-icon:nth-child(2) {
    margin-left:5px;
  }
  
  .social-icon:nth-child(1) {
    margin-left:5px;
  }
  
  a
  {
    color: #f4f4f5;
    font-weight: 700;
    text-decoration: none;
  }
  

  a:visited
  {
    color: #dce1e5;
  }
  
  a:focus
  {
    color: #acb5bb;
  }
  a:hover {
    color: #1da1f2; 
    transition: linear 0.2s;
  }

  
  
  .social-icon:nth-child(1):hover {
    color: #1da1f2; 
    transition: linear 0.2s;
  }
  
  .social-icon:nth-child(2):hover {
    color: #1da1f2; 
    transition: linear 0.2s;
  }
  
  
  .social-icon:last-child {
    margin-right: 0;
  }

  
  /* CSS for the navigation links */
.navigation-links {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Push the links to the right */
  flex-grow: 1; /* Allow links to grow and occupy available space */
  gap: 10px; /* Adjust the spacing between links */
  margin-right: 20px;
}

.nav-link {
  color: #acb5bb;
  font-size: 32px;
  font-weight: 300;
  text-decoration: none;
}

@media(max-width: 768px) {
  .nav-link {
    font-size: 22px;
  }
}
/* Change font weight to bold on hover */
.nav-link:hover {

  color: #1da1f2; /* Change color on hover */
  transition: linear 0.2s;
}


.reversed {
  flex-direction: row-reverse; /* Reverse the order of items (image and text) */
}

.figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin:2px;
  padding-top: 10px;
  padding-bottom: 10px;
  
}

.figure img {
  max-width:95%;
  height: auto;
}
.figure-caption {
  margin-top: 10px; 
  font-weight: 800;
  font-size: 16px;
}

.quote_text {
  text-align: center; /* Center the text horizontally */
  font-size: 14px; /* Adjust the font size as needed */
  font-weight: bold; /* Add bold style for emphasis */
  padding:10px
}

.video-container {
  width: 95%;
  max-width: 100%;
  margin: 10px;
  overflow: hidden; /* This is optional, to prevent any potential overflow */
}

.video-container video {
  width: 100%;
  max-width: 100%;
  margin:10px;
  height: auto; /* Maintain aspect ratio */
}

.video-caption {
  text-align: center;
  margin-top: 10px; 
  font-weight: 800;
  font-size: 14px;
}



.offering_container {
  display: flex;
  align-items: center;
  text-align: left;
 
  align-items: center; /* Center vertically */
  padding: 10px;
}

.offering_img img {
  align-items: center; /* Center vertically */
  max-width: 256px;
  display: flex; /* Add display: flex to center vertically */
  margin-right: 10px;
  margin-left: 10px;
}

.offering_text {
  margin-top: 5px;

}

.offering_text p {
padding: 0px;
}
.reversed {
  flex-direction: row-reverse; /* Reverse the order of items (image and text) */
}

@media (max-width: 768px) {
  .offering_container {
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    text-align: left; /* Keep text aligned to the left */
    

  }

  .offering_img {
    text-align: center; /* Center the image horizontally */
  }

  .offering_img img {
    max-width: 256px; /* Set a maximum width for the image */
  }
}