/*.navbarcolorstyle{

    /**background-color: #4B0082;
    /*background-color: #150d17;
  
  }*/
  /*#navbarcolorstyle{
  /*background-color: #150d17;
 
  } 
  */



  #navcontainer{
    margin-top: 30px;
  }





  #textstyle{
    font-size: 18px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
  }
  #accountDropdown{
    font-size: 18px;
  color: white;
  font-family: 'Times New Roman', Times, serif;
  }
  #servicesDropdown{
    font-size: 18px;
  color: white;
  font-family: 'Times New Roman', Times, serif;
  }
  #navbarDropdown{
    font-size: 18px;
    color: black;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
  }
  
  
  #offcanvasNavbarDropdown{
    /*background-color: #150d17;*/
   
    color: rgba(0, 0, 0, 0.703);
    font-family: 'Times New Roman', Times, serif;
  }
  #dropdownitemcolor{
    /*background-color: #150d17;*/
   
    color: rgba(0, 0, 0, 0.703);
    font-family: 'Times New Roman', Times, serif;
  }
  .navbar-toggler-icon{
   /* background-color: white !important;*/

    border-radius: 3px;
    color: rgba(0, 0, 0, 0.703);
  }
 
 .navbar-brand{
  font-size: 25px !important;
  font-family:Arial, Helvetica, sans-serif;
  color: white !important;
  padding-left: 10px;
 }
 .navbar.scrolled #navcontainer{
background-color: whitesmoke;
  border-radius: 20px;
  margin-top: 20px;
}
  .navbar.scrolled  #textstyle{
   color: black; /* Change button color when scrolled */
  }

  .navbar.scrolled  #accountDropdown{
   color: black; /* Change button color when scrolled */
  }
  .navbar.scrolled  #servicesDropdown{
   color: black; /* Change button color when scrolled */
  }

  .navbar.scrolled   #contact_bt_css{
    color: black; /* Change button color when scrolled */
   }

   .navbar.scrolled  #bytokenbtnnav{
    color: black; /* Change button color when scrolled */
   }
   
   .navbar.scrolled #navbar-brand{
    color: black !important; /* Change button color when scrolled */
   }

 

  .nav-link.dropdown-toggle::after {
      display: none;
  }
  .bytokenbtnnav2{
      display: none !important;
  }

  .bytokenbtnnav{
    margin-right: 15px !important;
  }
 
  #contact_bt_css{
    height: fit-content;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 10px;
   padding-right: 10px;
    margin-right: 0px;
    margin-top: 20px;
   
    --color: white;
  font-family: 'Times New Roman', Times, serif;
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #e600ff90;
  transition: color 0.5s;
  z-index: 1;
  font-size: 18px;
  border-radius: 20px;
  font-weight: 500;
  color: var(--color);
  }
  #contact_bt_css:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 200px;
    border-radius: 50%;
    font-family: 'Times New Roman', Times, serif;
  }
  
  #contact_bt_css:hover {
    color: black;
    border: 2px solid #32cd32;
  }
  
  #contact_bt_css:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
  }
  
  #contact_bt_css:hover:before {
    top: -30px;
    left: -30px;
  }
  
  #contact_bt_css:active:before {
    background: #3a0ca3;
    transition: background 0s;
  }
  
 
  
  @media (max-width: 992px) {
  
      .navbar-toggler {
         color: black !important;
        }

        .bytokenbtnnav2{
          display: block !important;
          margin-top: 0px !important;
      }
      #textstyle{
      
        color: black;
   
      }
      #accountDropdown{
       
    color: black;
      }
      #servicesDropdown{
       
      color: black;
      
      }
      #contact_bt_css{
        color: black;
      }

      .bytokenbtnnav2{
        color: white !important;
    }
    .bytokenbtnnav2:hover{
      color: black !important;
    }
  }

  @media (max-width: 360px) {
    #contact_bt_css{
      font-size: 15px;
    }
   .imagenavfirstlogo{
    width: 150px;
   }
  }

  @media (max-width: 345px) {
    #contact_bt_css{
      font-size: 12px;
    }
  }
  @media (max-width: 345px) {
    .imagenavfirstlogo{
      width: 130px;
     }
  }
  /* Hide the submenu by default */
  .dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -5px;
  }
  
  /* Show the submenu on hover */
  .dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
  
  /* Optional styling */
  .dropdown-submenu {
    position: relative;
  }
 

/*-------------------------------------------*/

body{
  font-family: 'Times New Roman', Times, serif !important;
}
body p {
  font-size: 18px;
}

.hero_firstsection {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../images/self\ check\ main\ image.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  padding-left: 5%;
  color: white;
}

.hero_firstsectionloyalty {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../images/loalty\ rewads\ first\ section\ image.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  padding-left: 5%;
  color: white;
}

.hero_firstsectioninventory {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../images/inventory\ first\ mian\ img.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  padding-left: 5%;
  color: white;
}
.content_firstsection {
  max-width: 800px;
  position: relative;
}

.content_firstsection h1 {
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}





.content_firstsection p {
  font-size: 1.2rem;
  margin: 10px 0;
}

.btnfirstsection {
  display: inline-block;
  background: #f8f8f8; /* Default background color */
  color: #cc2eb2; /* Default text color */
  padding: 10px 20px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 15px;
  border: 2px solid #cc2eb2; /* Border to match hover effect */
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}

.btnfirstsection:hover {
  background: #cc2eb2; /* Hover background color */
  color: white; /* Hover text color */
}

/* Gradient Overlay */
.hero_firstsection::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(253, 250, 250) 100%);
}

/* Gradient Overlay */
.hero_firstsectionloyalty::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(253, 250, 250) 100%);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero_firstsection {
      height: 70vh;
      padding-left: 10px;
      text-align: center;
      justify-content: center;
      padding-top: 100px;
  }

  .hero_firstsectionloyalty {
    height: 70vh;
    padding-left: 10px;
    text-align: center;
    justify-content: center;
    padding-top: 100px;
}

  .content_firstsection h1 {
      font-size: 2rem;
  }
  .content_firstsection p {
      font-size: 1rem;
  }
}
/*-----------------------------------------------*/
.fivthsectionbg{
    /*  background-color: #ece7fb;*/
      padding-top: 70px;
      padding-bottom: 50px;
      background-color: #ece7fb;
    }
    
    
    .fivesectionheading{
      font-size: 50px;
      font-family: 'Times New Roman', Times, serif;
      color:#cc2eb2;
    }
    
    .fivesectioncontent{
      font-size: 18px;
      font-family: 'Times New Roman', Times, serif;
    }
    @media (max-width:  992px) {
    #secondcardmainrow{
      display: block;
    }
    #secondcardmaincol1{
      width: 100%;
    }
    #secondcardmaincol2{
      width: 100% !important;
    }
  }
    @media (max-width:  660px) {
      .fivesectionheading{
        font-size: 40px;
      }
    }
    
    @media (max-width: 550px) {
      .fivesectionheading{
        font-size: 35px;
      }
  
      #secondsectionrow{
          display: block;
          padding: 10px;
      }
      #secondcardmaincol2{
        width: 100% !important;
      }
    }
    
    @media (max-width: 450px) {
      .fivesectionheading{
        font-size: 25px;
      }
    }
    
  /*-----------------------------------------------*/
  #furthcardcol{
    margin: 10px;
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }


  .fourt_section_strik{
    text-align: center;
   padding-top: 150px !important;
    font-family: 'Times New Roman', Times, serif;
  padding: 10px;
  }

  @media (max-width: 550px) {
   #fourthcardrow{
    display: block;
    margin-right: 10px;
   }
    
  }



  .thirdsectionstriketext{
    font-size: 35px;
    font-weight: bold;
    color: #cc2eb2;
  }
  
  @media (max-width: 450px) {
    .thirdsectionstriketext{
      font-size: 35px;
    }
    #thirdsectionrow{
        display: block;
        padding: 10px;
    }
  }
  
  @media (max-width: 400px) {
    .thirdsectionstriketext{
      font-size: 25px;
    }
    
  }
  
/*-------------------------------*/
#sixsectioncardheading{
    margin-top: 100px;
  }
  
  #sixsectionstrike{
    text-align: center;
   font-family: 'Times New Roman', Times, serif;
    margin-top: 50px;
  }
  
  .sixsectionhead{
    color: #007bff;
    font-size: 45px;
  }
  .sixsectioncontent{
    font-size: 18px;
  }
  @media (max-width:  660px) {
    #sixsectionstrike{
      font-size: 40px;
    }
    .sevensectionhead{
      color: #007bff;
      font-size: 40px !important;
    }
  }
  
  @media (max-width: 550px) {
    #sixsectionstrike{
      font-size: 35px;
    }
    .sevensectionhead{
      color: #007bff;
      font-size: 35px !important;
    }
    #sixsectioncardheading{
      margin-top: 50px;
    }
  }
  
  @media (max-width: 450px) {
    #sixsectionstrike{
      font-size: 25px;
    }
    .sevensectionhead{
      color: #007bff;
      font-size: 30px !important;
    }
  
    #sixsectioncardheading{
      margin-top: 10px;
    }
  }

  .headingthirdsection{
    font-size: 35px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
  }
  #image-containerthirdsection {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 15px;
  }
  
  #image-containerthirdsection img {
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  
  #image-containerthirdsection:hover img {
    transform: scale(1.1) translateY(20px);  /* Shift the image on hover */
  }
  
  @media (max-width: 768px) {
    #thirdsectionrow{
      display: block;
    }
    #image-containerthirdsection {
      width: 100%;
    }
    #thirdsectiontextcol{
      width: 100% !important;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (max-width: 768px) {
    .headingthirdsection{
      font-size: 25px;
    }
  }
    
/*---Footer css--------------------------------------------------------------------------
----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
.site-footer {
    background-color: whitesmoke;
    color: black;
    padding: 40px 0 20px;
    font-family: 'Times New Roman', Times, serif;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .footer-links, .footer-contact {
    flex-basis: 45%;
  }
  
  .footer-links h3, .footer-contact h3 {
    margin-bottom: 20px;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links a {
    color: black;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  
  .footer-links a:hover {
    opacity: 0.8;
  }
  
  .footer-contact form {
    display: flex;
    flex-direction: column;
  }
  
  .footer-contact input,
  .footer-contact textarea {
    margin-bottom: 10px;
    padding: 8px;
    border: none;
    border-radius: 4px;
  }
  
  .footer-contact button {
    background-color: white;
    color: black;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .footer-contact button:hover {
    background-color: wheat;
    color: black;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-social {
    display: flex;
    gap: 20px;
  }
  
  .social-icon {
    color: black;
    font-size: 24px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    transition: background-color 0.3s ease;
  }
  
  .social-icon:hover {
    background-color: whitesmoke;
  }
  
  .footer-legal {
    display: flex;
    gap: 20px;
  }
  
  .legal-link {
    color: black;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s ease;
  }
  
  .legal-link:hover {
    opacity: 0.8;
  }
  
  @media (max-width: 768px) {
    .footer-content {
      flex-direction: column;
    }
    
    .footer-links, .footer-contact {
      flex-basis: 100%;
      margin-bottom: 30px;
    }
  
    .footer-bottom {
      flex-direction: column;
      gap: 20px;
    }
  
    .footer-social, .footer-legal {
      justify-content: center;
    }
  }
  
  .social-icon.fa-tiktok {
    font-size: 22px;
  }
  */

  
  .footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: whitesmoke;
    padding: 60px 40px 30px;
    position: relative;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    flex-wrap: wrap;
  }

  .footer-left {
    flex: 1;
    max-width: 500px;
    z-index: 2;
  }

  .footer-left h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #2b2b2b;
  }

  .footer-left p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }

  .footer-design {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(45deg, #7f5af0, #ff6ac1);
    clip-path: polygon(100% 0, 70% 0, 100% 100%);
    opacity: 0.1;
    z-index: 1;
  }

  .footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 40px;
    width: 100%;
    z-index: 2;
  }

  @media (max-width: 768px) {
    .footer-wrapper {
      flex-direction: column;
      text-align: center;
    }

    .footer-left {
      max-width: 100%;
    }

    .footer-design {
      width: 100%;
      height: 200px;
      top: auto;
      bottom: 0;
      clip-path: polygon(0 100%, 100% 60%, 100% 100%);
    }
  }