:root{
  --theme-color-bg:#142026;
  --theme-color-dark:#1a2a33;
  --theme-color-mid:#0d567f;
  --theme-color-light:#0480e4;
  --theme-color-highlight:#71b5e2;
  --theme-color-red: #AD1E3B;
  --theme-color-darkred: #26070E;
  --theme-color-blue: #203463;
  --theme-color-yellow: #F7BA3B;
  --theme-color-green: #20632b;
  --theme-color-light-gray: #f5f5f5;
}
html,body{
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-bg);
  color:white;
}
body{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: var(--theme-color-gray);
}
h1,h2,h3,h4,h5,h6{
  font-weight: 600;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.hamburger{
  position: relative;
  z-index: 1;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
  background-color: white;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
  background-color: var(--theme-color-highlight);  
}
.hamburger:hover{
  opacity: 1;
}
.hamburger.is-active:hover{
  opacity: 1;
}
.mySwiper{
  width: calc(100% - 60px);
}
.swiper-button-next, .swiper-button-prev{
  color: #999;
}
.swiper-slide{
  text-align: center;
}
.swiper-button-next{
right: 0px;
}
.swiper-button-prev{}
.swiper-pagination{
  position: relative;
  margin-top: 30px;
}
.swiper-pagination-bullet-active{
  background-color: var(--theme-color-mid);
}
.as_seen_on_shark_tank{
  position: fixed;
  top: -10px;
  right: 40px;
  z-index: 999999;
  transition: all 250ms;
  box-shadow: var(--bs-box-shadow);
}
.as_seen_on_shark_tank:hover{
  top: 0px;
}
.as_seen_on_shark_tank img{

}
.hero{
  position: relative; /* To contain the overlay */
  background-image: url('../assets/images/cotton_image_compressed.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh; /* Adjust to your needs */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.hero::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #142026;
  opacity: 0.9; /* Adjust overlay transparency */
  pointer-events: none; /* Ensure it doesn’t block interactions with content */
  z-index: 0; /* Place it above the background but below content */
}
.hero header{
  position: relative;
  background: linear-gradient(to top, rgba(20, 32, 38, 0) 0%, rgba(20, 32, 38, 1) 100%);
  position: relative; /* If needed for stacking or other content */
  /* height: 100px; /* Adjust based on your header size */
  z-index: 2;
  padding-top: 50px;
}
.saraaf_logo{
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  align-content: center;
  flex-wrap: wrap;
}
.saraaf_logo .logo{
  width: 120px;
}
.saraaf_logo .divider{
  display: block;
  position: relative;
  width: 1px;
  /* height: 100%; */
  background-color: white;
}
.saraaf_logo .text{
  color: white;
  font-weight: 600;
}
.hero header nav{position: relative;}
.hero header nav ul{
  display: flex;
  height: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
}
.hero header nav ul li{
  
}
.hero header nav ul li a{
  text-decoration: none;
  color: white;
}
.hero .content{
  position: relative;
  color: white;
  z-index: 1;
}
.hero .content .title{
  font-size: 3rem;
/*  line-height: 3rem;*/
  font-weight: 600;
}
.hero .content .title span.highlight{
  background-color: var(--theme-color-mid);
}
.hero .content p{
  max-width: 800px;
}
.hero .content a{
  display: inline-block;
  color: white;
  background-color: var(--theme-color-light);
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: 600;
}
.hero img.saraaf_branding{
  z-index: 1;
  position: relative;
  width: 100%;
}
.hero img.saraaf_branding_lines{
  position: absolute;
  height: 80vh;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
#about{
  background-color: var(--theme-color-dark);
}
#about h2{
  position: relative;
  padding: 0px;
  margin: 0px;
  color: white;
  margin-left: 20px;
  font-size: 2.5rem;
}
#about h2::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  left: -20px;
  background-color: var(--theme-color-light);
}
#about p{
  color:white;
}
#about .tags{
  line-height: 2rem;
}
#about .tags *{
  border-radius: 100px;
  background-color: var(--theme-color-mid);
  font-size: 0.8rem;
  padding: 4px 8px;
}
#about .about_image{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
#about .about_image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#products{
  background-color: white;
  color: black;
}
#products .sub_title{
  display: inline-block;
  background-color: var(--theme-color-mid);
  padding: 10px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.5em;
  margin-bottom: 15px;
}
#products h2{
  font-size: 2.5rem;
}
#products .products_container{
  display: flex;
  gap: 50px;
  color: white;
  /* padding: 30px; */
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  align-content: stretch;
}
#products .products_container > .products{
  display: flex;
  background-color: var(--theme-color-bg);
  width: calc(50% - 30px);
  padding: 50px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#products .products_container > .products > img{
  width: 90px;
}
#products .products_container > .products > .title{
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
#products .products_container > .products > p{
  
}
#partners{
  background-color: var(--theme-color-light-gray);
  color: black;
}
#partners h2{
  font-size: 2.5rem;
}
#partners p{
  margin: 0px auto;
  max-width: 600px;
}
footer a{
  color: white;
}
/* -------------------------- */
@media(max-width: 992px){
  .hero header{
    position: fixed;
    top: 0px;
    width: 100%;
    background: linear-gradient(to top, rgba(20, 32, 38, 0) 0%, rgba(20, 32, 38, 1) 50%);
    z-index: 999;
    padding-top: 30px;
  }
  .hero header .saraaf_logo{
    /* transform: scale(0.8); */
  }
  .hero header nav ul.mobile-menu{
    width: 400px;
  }
  .hero header nav ul.mobile-menu{
    display: flex;
    position: fixed;
    right: -100%;
    height: 100%;
    top: 0px;
    background-color: var(--theme-color-bg);
    -webkit-box-shadow: 0px 0px 100px 10px rgba(0,0,0,0.75);
    -moz-box-shadow:    0px 0px 100px 10px rgba(0,0,0,0.75);
    box-shadow:         0px 0px 100px 10px rgba(0,0,0,0.75);
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    flex-direction: row;
    justify-content: center;
    transition: all 300ms;
    padding-top: 200px;
  }
  .hero header nav ul.mobile-menu.active{
    right: 0px;
  }
  .hero header nav ul li{
    width: 80%;
  }
  #products .products_container > .products{
    width: 100%;
  }
}
/* -------------------------- */
@media(max-width: 768px){
  body{
    font-size: 14px;
  }
  .saraaf_logo .logo{
    width: 80px;
  }
  .saraaf_logo .text{
    font-size: 0.7rem;
  }
  .hero .content .title{
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .hero header{
    background: linear-gradient(to top, rgba(20, 32, 38, 0) 0%, rgba(20, 32, 38, 1) 35%);
    padding-top: 15px;
  }
  .hero header nav ul.mobile-menu {
    width: 300px;
    padding-top: 150px;
  }
  .hero .content .title {
    font-size: 1.8rem;
  }
  .hero .content a{
    font-size: 1rem;
  }
  #about .tags *{
    font-size: 0.7rem;
  }
  #products .products_container > .products{
    padding:30px 15px;
  }
}
