  
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}
html, body {
  height: 100%;
  margin: 0;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif !important;
    background-color: #000 !important;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}

header {
  /* padding: 10px 20px;
  display: flex;
  justify-content: flex-end;
  background-color: #000; */
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 100%;
  background-color: transparent;
}

.social-icons a {
  margin-left: 15px;
}

.social-icons img {
  width: 20px;
  height: 20px;
  /*filter: invert(1); Makes icons white */
}
.header-logo img {
    width: 150px; /* Adjust width as needed */
}
.footer-bottom{
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; */
        float: right;
        text-align: right;
}

.footer-links a.active-menu{
    color: white;
}

.dropdown-menu li {
  color: #6F6F6F;
}
.footer-links .dropdown-menu li a.active-menu{
  color: white;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*flex: 1;  Allow the main content to take available space */
  padding: 20px 0; /* Adjust this padding as needed */
    height: 70%;
}
.footer-bottom p{
  text-align: center !important;
  color: #aaa !important;
}

.main-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 40vh; */
}
.main-section p{
    color: white;
}
.main-section .content{
    width: 100%;
    max-width: 667px;
    height: auto;
    font-family: Poppins;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.25px;
    text-align: center;

}
    .store-icon img.apple-store {
        width: 17px;
        height: 17px;
        margin: 0;
        display: inline;
    }
    .store-icon img.play-store {
        width: 17px;
        height: 17px;
        margin: 0;
        display: inline;
    }
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }

  .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-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    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;
  }

  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }

  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }

  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }

  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }

  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }

  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }

  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }

  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }

  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  .main-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40vh;
}

.main-logo img {
    width: 100%;
    max-width: 450px;
    height: auto;
}
  #webcover{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
  }

  
  #myBtn{
    outline: none !important;
    border: none !important;
    background: transparent !important;
    }

    
  #myBtn2{
    outline: none !important;
    border: none !important;
    background: transparent !important;
    }

  .social-icons {
    /* position: absolute;
    top: 20px;
    right: 20px; */
    align-items: center;
    }

    .social-icons a {
        margin: 0 10px;
    }

    .qr-code a {
        color: white !important;
    }

    .fade-text{
        color: #6F6F6F;
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.25px;
        text-align: left;
    }



    .qr-codes {
      position: absolute;
      right: 10px;
      bottom: 81px;
      display: flex;
      margin: 10px 0;
      padding: 10px 20px;
      justify-content: center;
  }

    .qr-code {
        text-align: center;
        margin: 0 10px;
    }

    .qr-code img {
        width: 200px;
        height: 200px;
        /* background: black; */
        /* padding: 5px; */
        border-radius: 5px;
    }
   /* contact */

    #custom-form{
        width: 50%
    }

    #custom-form .btn-submit{
        width: 142px;
    }


    .footer {
        padding: 20px 0;
        text-align: center;
        background-color: #000;
        /* position: absolute;
        bottom: 0; */
        /* width: -webkit-fill-available; */
    }

    .footer-links {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }



    .footer-bottom {
        /* margin-top: 20px; */
        font-size: 0.8rem !important;
        color: #aaa;
    }
    .footer-links a {
        /* color: white; */
        margin: 10px;
        text-decoration: none;
        font-size: 10px;
    }

    .footer-links a:hover {
        text-decoration: none;
        color: white;
    }

    .footer-links a,
    .footer-links .dropdown-toggle {
        color: #6F6F6F;
        margin: 10px;
        text-decoration: none;
        font-size: 12px;
    }

    footer {
      background-color: #000;
      padding: 0px 0; /* Adjust padding as needed */
      /* display: flex;
      flex-direction: column;
      align-items: center; */
  }
  
  .footer-content {
      text-align: center;
  }
  
    
.store{
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.store img {
  height: 20px;
  width: 20px;
}
    
    .main-logo{
      display: none;
    }

    /* Initially hide the scroll button */
.scroll {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show the button when active */
.scroll--active {
  display: block;
  opacity: 1;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.scroll {
  --transition-time: 0.4s;
  --width-arrow-line: 2px;
  --color-arrow: #ffffff;
  position: fixed;
  right: 2%;
  bottom: 2%;
}

.top-btn {
  display: block;
  width: 30px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  background-color: #000000;
  box-shadow: 0 0 10px #ffffff;
  overflow: hidden;
}

.top-btn::before,
.top-btn::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  translate: -50% 0;
}

.top-btn::before {
  width: 14px;
  aspect-ratio: 1 / 1;
  border-top: var(--width-arrow-line) solid var(--color-arrow);
  border-left: var(--width-arrow-line) solid var(--color-arrow);
  rotate: 45deg;
}

.top-btn::after {
  width: var(--width-arrow-line);
  height: 50%;
  background-color: var(--color-arrow);
}

.scroll--active .top-btn:hover::before,
.scroll--active .top-btn:hover::after {
  animation: top 0.8s infinite;
}

@keyframes top {
  0% {
    top: 100%;
  }

  100% {
    top: -50%;
  }
}
.card {
  background-color: #131313;
  margin-bottom: 2px;
  text-align: left;
}
h1.heading-tag.heading-tag-top {
  text-align: center;
  color: #fff !important;
  font-weight: bold !important;
  margin: 25px 0 30px 0 !important;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(1.5rem, 5vw + 1rem, 3rem); /* Responsive font size */
}

h2 {
  font-size: clamp(1.25rem, 4vw + 0.5rem, 2.5rem);
}

h3 {
  font-size: clamp(1rem, 3vw + 0.5rem, 2rem);
}

h4 {
  font-size: clamp(0.875rem, 2.5vw + 0.25rem, 1.5rem);
}

h5 {
  font-size: clamp(0.75rem, 2vw + 0.125rem, 1.25rem);
}

h6 {
  font-size: clamp(0.625rem, 1.5vw + 0.125rem, 1rem);
}

.store-icon{
  font-size: 12px;
  margin: 0;
}

.header-logo-mob{
  display: none;
}


.footer-links {
  display: flex;
  align-items: center; /* Align items horizontally */
  gap: 15px; /* Adjust spacing between items */
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: white;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; /* Align dropdown directly below the "Legals" link */
  left: 0;
  background-color: #333;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  width: 150px;
  z-index: 100;
  /* transform: translate(0%, -113%); */
}

.dropdown-menu li {
  /* border-bottom: 1px solid #444; */
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu a {
  color: #6F6F6F;
  text-decoration: none;
  padding: 7px;
  display: block;    
  border-bottom: 1px solid #000000;
}
.dropdown-menu li:last-child a {
  border-bottom: none;
}

.dropdown-menu a:hover {
  background-color: #555;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.footer-links a.active-menu {
  color: white !important;
}

.footer-links .dropdown .active-menu {
  color: white !important;
}

.footer-links .dropdown-menu .active-menu {
  color: white !important;
}

.header-logo a{
  color: white;
}

#terms span{
    letter-spacing: 1px !important;
  /* margin: 0 !important;
    font-size: 14px !important;
    font-weight: 100;
    margin-left: 0px ! IMPORTANT;
    padding-bottom: 20px !important; */
}

#legals span{
    letter-spacing: 1px !important;
  /* margin: 0 !important;
    font-size: 14px !important;
    font-weight: 100;
    margin-left: 0px ! IMPORTANT;
    padding-bottom: 20px !important; */
}
#disclaimer span{
    letter-spacing: 1px !important;
  /* margin: 0 !important;
    font-size: 14px !important;
    font-weight: 100;
    margin-left: 0px ! IMPORTANT;
    padding-bottom: 20px !important; */
}
#terms span{
  /* margin: 0 !important; */
    letter-spacing: 1px !important;
    /* font-size: 14px !important;
    font-weight: 100;
    margin-left: 0px ! IMPORTANT;
    padding-bottom: 20px !important; */
}
div#legals a {
  color: #007bff !important;
}

/* Mobile Menu Styles */
.hamburger {
  font-size: 25px;
  cursor: pointer;
  display: none;
  color: white;
}

.dropdown-menu-container {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000; /* Dark background color */
  color: #fff;
  padding-top: 50px;
  text-align: center;
  transition: left 0.3s ease;
  z-index: 1000;
}

.dropdown-menu-container a {
  color: #fff;
  font-size: 18px; /* Larger font size for mobile links */
  padding: 15px 0;
  text-decoration: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid #444;
}

.dropdown-menu-container a:hover {
  color: white;
}

.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px; /* Close button font size */
  cursor: pointer;
  color: #fff;
}

.social-icons-mob{
  display: none;
}


@media (max-width: 768px) {
  .header-logo-desk{
    display: none;
  }
  .social-icons {
      /* position: relative; */
      display: flex;
      justify-content: center;
      /* margin-top: 20px; */
  }
  .social-icons-desk{
    display: none;
  }

  .main-logo {
      /* height: 20vh; */
      position: relative;
  }
  #home-heading{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
  }

  .main-logo img {
      max-width: 350px;
  }

  .qr-codes {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    justify-content: center;
    justify-self: center;

  }

  .qr-code a {
      color: white !important;
  }
  .qr-code {
      /* display: flex; */
      justify-content: center;
      gap: 5%;
  }

  #custom-form {
    width: 80%;
  }
  .store-icon{
    font-size: 10px;
  }
  .qr-code img{
    width: auto !important;
    height: 45px !important;
    background: transparent;
  }

  .footer-bottom{
    /* display: block; */ 
    float: none;
    flex-direction: column-reverse;
  }
  .social-icons{
    /* margin-bottom: 10px; */
  }

  .footer-links {
    display: none; /* Hide footer links on mobile */
  }

  .hamburger {
    display: block; /* Show hamburger icon on mobile */
  }

  .dropdown-menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  header{
    justify-content: space-between;
  }

}
/* Full-screen overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show overlay */
.menu-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Close button styling */
.menu-overlay .close-button {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 25px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 20px;
}

/* Main menu styling */
.menu-overlay .main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    display: grid;
    place-items: center;
}

.menu-overlay .main-menu li {
    margin: 10px 0;
    width: 70%;
}

.menu-overlay .main-menu > li > a {
  /* color: #fff; */
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 15px 0;
  /* border-bottom: 1px solid #444; */
}
.menu-overlay .main-menu > li > a:hover{
  color: #fff;
}
.menu-overlay .main-menu > li > a.active-menu{
  color: #fff;
  /* border-bottom: 1px solid #fff; */
}
.menu-overlay .submenu a.active-menu{
  color: #007bff;
  /* border-bottom: 1px solid #fff; */
}
.menu-overlay .main-menu > li > a.active-menu{
  color: #fff !important;
}

/* Submenu styling */
.menu-overlay .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  /* background-color: #111; */
    /* border: 1px dotted #111; */
}

.menu-overlay .submenu li {
  margin: 0;
}

.menu-overlay .submenu a {
  /* color: #fff; */
  font-size: 16px;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  text-align: center;
  /* border-bottom: 1px solid #444; */
}

.menu-overlay .submenu a:hover {
    background-color: #333;
    /* color: #fff; */
}

/* Show submenu on click */
.menu-overlay .main-menu li.open .submenu {
  display: block;
  display: grid;
  place-items: center;
}

/* Submenu open state */
.menu-overlay .submenu.open {
  max-height: 300px; /* Adjust as needed */
  padding: 10px;
}

/* Rotate the dropdown icon when submenu is open */
.menu-overlay .main-menu li.open .dropdown-icon {
  transform: rotate(-180deg);
}

.menu-overlay .main-menu > li .submenu.open li:last-child a {
  border: none;
}

#home-heading{
  font-family: 'Poppins';
  font-size: 27px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.foot-text p{
  font-size: 10px;
}