/* -------------------------------
   Home 1 Page Styles
--------------------------------*/
body {
  font-family: 'Poppins';
}

.f {
  font-family: 'serif';
}

.pop {
  font-family: 'Poppins';
}

.navigation {
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.log-width-hight {
  width: 200px;
  height: 90px;
}

.green-color {
  color: green;
}

.navbar-dark .navbar-toggler {
  color: black;
  border-color: black;
}

.navbar-dark .navbar-toggler-icon {
  color: black;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(39,35,38,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.contact-size-color {
  color: black;
  font-weight: bold;
  font-size: 1.3rem;
}

.contact-size-color i a,
.contact-size-color i a:after {
  color: black;
}

.contact-size-color i a:before {
  transition: all .1s;
}

.contact-size-color i a:hover {
  text-decoration: none;
  color: black;
}

.contact-size-color-icon {
  color: black;
  padding-left: 2px;
  padding-right: 2px;
}

.boder-colorgry-1pxl {
  border: #898989 solid 2px;
}

.blue-text-color {
  color: #046394;
}

.log-width-hight2 {
  width: 180px;
  height: 100px;
}

.log-width-hight3 {
  width: 300px;
  height: 110px;
}

/* Margins */
.margain-top-bottom-10px { margin: 10px 0; }
.margain-top-bottom-110px { margin: 20px 0 5px 0; }
.margain-top-bottom-56 { margin: 20px 0 15px 0; }
.margain-top-bottom-10px2 { margin: 20px 0; }
.margain-top-bottom-10px9 { margin: -10px 0 5px 0; }
.margain-top-bottom-50 { margin: 50px 0 30px 0; }
.margain-top-bottom-5055 { margin: 200px 0 100px 0; }
.margain-top-bottom-507 { margin: 40px 0 10px 0; }
.margain-top-bottom-10px3 { margin: 30px 0 70px 0; }
.margain-top-bottom-10px30 { margin: -10px 0 20px 0; }
.margain-top-bottom-10px40 { margin: -10px 0 10px 0; }
.margain-top-bottom-20px { margin: 20px 0; }

.margain-lefte2 {
  margin-left: 50px;
}

.backgroud-color-ourporject-blue {
  background-color: #046394;
}

.padding-20px {
  padding: 30px;
}

.hr-boder-color-white {
  border-color: white;
}

.balck-color-fomt-size-margain {
  color: black;
  font-size: 2rem;
  margin: 10px;
}

.balck-color-white-fomt-size-margain {
  color: white;
  font-size: 2rem;
  margin: 0 5px;
}

.margain-top-20px {
  margin-top: 60px;
}

/* -------------------------------
   Video Styling
--------------------------------*/
.section {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100vh;
  opacity: 0.2;
}

/* -------------------------------
   Home Page 2
--------------------------------*/
.pic-boder-radius {
  border-radius: 50px 0 0 50px;
}

.pic-boder-radius-right {
  border-radius: 0 50px 50px 0;
}

.bachground-color-gry {
  background-color: #E0E0E0;
}

.backgroud-colo-white {
  background-color: white;
}

.boder-raduies-30px {
  border-radius: 30px;
}

.magainleft {
  padding: 10px;
}

.background-image1 {
  background-image: url("Website UI/Images/Developers/1.jpg");
}

.padding {
  padding: 0;
}

/* -------------------------------
   Navbar Styling
--------------------------------*/
.button-radius {
  border-radius: 100px;
}

.margain-top-10px {
  margin-top: 30px;
}

.margain-bottom1 {
  margin-bottom: 60px;
}

.margain-bottom2 {
  margin-bottom: 0;
}

.padding-top-1 {
  padding-top: 60px;
}

.padding-bottom2 {
  padding-bottom: 60px;
}

.padding-left-right {
  padding: 0 20px;
}

.nav-text {
  color: black;
}

.padding-10px-maragin-top-bootom {
  padding: 60px 10px 10px 10px;
}

.bachground-color-gry2 {
  background-color: #F1F1F1;
}

.font-size-2px {
  font-size: 5rem;
}

.footer-image-height-width {
  width: 200px;
  height: 130px;
}

.margain-top-30px,
.margain-top-30px2 {
  margin: 20px 0 30px 0;
}

.background-color-salider {
  background-color: #046295;
}

.owl-nav {
  display: none;
}

.owl-dot {
  margin-top: 10px;
}

.owl-theme .owl-dots, .owl-theme {
  padding-bottom: -20px;
}

.salider-boder {
  background-color: #013854;
  text-align: center;
  color: white;
  border: 1px solid #013854;
  text-decoration: none;
  padding: 25px 10px;
}

.font-bold-black-color {
  font-weight: bold;
  color: black;
}

.color-black {
  color: #0B0B0B;
}

/* Circle navigation links */
nav ul li a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: white;
  transition: all .1s;
}

nav ul li a:hover {
  color: white !important;
  border: 1px solid green;
  background-color: green;
  border-radius: 10px;
  text-decoration: none;
  z-index: 1;
}
.navbar {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  transition: background-color 0.3s ease;
}

/* Keeps navbar transparent even after scroll */
.navbar.sticky-top {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Optional: if your JS adds 'scrolled' class, keep it clean */
.navbar.scrolled {
  background-color: rgba(11, 44, 83, 0.95) !important; /* optional subtle background */
  box-shadow: none !important;
  border: none !important;
}

/* Removes bottom line or shadow that appears on scroll */
.navbar::after {
  content: none !important;
  border: none !important;
  box-shadow: none !important;
}


/* -------------------------------
   Responsive Design
--------------------------------*/
@media (max-width: 499px) {
  .image-display-in-samll-screen {
    display: none;
  }

  .samll-screen-text-center {
    text-align: center;
  }

  .font-size-2px {
    font-size: 2rem;
  }

  nav ul li a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: white;
    text-align: left;
    transition: all .1s;
  }

  nav ul li a:hover {
    color: white;
    border: 1px solid green;
    background-color: green;
    border-radius: 10px;
    text-decoration: none;
  }

  .text-center1 {
    text-align: center;
  }

  .contact-size-color {
    color: black;
    font-weight: bold;
    font-size: 1rem;
  }

  .contact-size-color i a,
  .contact-size-color i a:after {
    color: black;
  }

  .contact-size-color i a:before {
    transition: all .1s;
  }

  .contact-size-color i a:hover {
    text-decoration: none;
    color: black;
  }

  .margain-top-bottom-10px3 {
    margin: 30px 0;
  }

  .margain-top-bottom-10px73 {
    margin: 30px 0 20px 0;
  }

  .padding {
    padding-left: 2px;
  }

  .width-heiht-in-small-screen {
    width: 100%;
    display: inline;
    margin: 0;
  }
}

/* Changing the color of text in index page over the main video */
.text-color {
  color: #074B9C;
}
