/* Global Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background-color: #111;
  color: #fff;
  
  
}
.parallax {
  /* The image used */
  background-image: url("Header-Background-with-a-moutain.webp");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.parallax-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
}

/* Header Section */


.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  text-align: center;
  z-index: 1;
  color: #fff;
 
}

.header-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-family: 'Noto Sans', sans-serif;
  padding-top: 100px;
}

.header-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  
}

.header-content .button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}






.subscribe-button {
  display: inline-block;
  background-color: #F6DEBE;
  color: #000000;
  padding: 12px 20px;
  font-size: 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.subscribe-button:hover {
  background-image: linear-gradient(#f6e9d9, #F6DEBE);

}

.about {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.about-image img {
  max-width: 400px;
  height: auto;
  border-radius: 4px;
}

.about-text {
  margin-left: 40px;
}

.about h2 {
  font-size: 36px;
  font-weight: bold;
}

.about p {
  font-size: 18px;
}

.customer-reviews {
  margin-top: 80px;
}

.review-card {
  background-color: #333;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.review-card p {
  font-size: 16px;
  line-height: 1.5;
}

.review-card .author {
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaa;
}

/* Media Queries */
@media (max-width: 768px) {
  .header h1 {
    font-size: 36px;
  }

  .header p {
    font-size: 18px;
  }

  .about {
    flex-direction: column;
    text-align: center;
  }

  .about-image img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .about-text {
    margin-left: 0;;
  }

  .customer-reviews {
    margin-top: 40px;
  }
}
@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#F6DEBE;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h3
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0;
  color: #F6DEBE;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}

.social-icons a.Instagram:hover
{
  background-color:#d62976
}
.social-icons a.Whatsapp:hover
{
  background-color:#25d366
}
@media (max-width:100vw)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

.faq__list li {
  border: 1px solid #686666;
  margin-bottom: 20px;
  padding: 10px;
}

.faq__list li summary {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: left;
}

.faq__list li summary i {
  margin-right: 10px;
  font-size: 1.5rem;
}

.faq__list li details[open] summary {
  background-color: #ffffff00;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  background-color: rgba(0,0,0,.1);
}

h2 {
  margin: 20px auto 80px;
  font-size: 38px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-left: 10px;
}

details {
  width: 75%;
  min-height: 5px;
  max-width: 100vw;
  padding: 45px 70px 45px 45px;
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .3s;
  padding-left: 10px;
  
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  background-color: #f6f7f8;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
  padding-bottom: 10px;
}

details p {
  color: #96999d;
  font-weight: 300;
  padding-bottom: 10px;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: left;
  font-weight: 500;
  cursor: pointer;
  
}

summary:focus {
  outline: none;
  
}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 5px #F6DEBE;
  
}

summary::-webkit-details-marker {
  display: none
}

.control-icon {
  fill: #000000;
  transition: .3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}

.mission-section {
  display: flex;
  align-items: center;
  justify-content: center;
  
  padding: 20px;
  flex-wrap: wrap;
}

.text-container {
  flex-grow: 1;
  position: relative;
}

.mission-heading {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-right: 15px;
}

.mission-subheading{
  font-size: 12;
  margin-bottom: 5px;
}

.mission-text {
  font-size: 16px;
  margin-bottom: 10px;
}

.founder-text {
  font-size: 14px;
  color: #888;
}
html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0;  /* Remove scrollbar space */
  background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background:   #F6DEBE;
  ;
}