/*.navbarcolorstyle{

    /**background-color: #4B0082;
    /*background-color: #150d17;
  
  }*/
  /*#navbarcolorstyle{
  /*background-color: #150d17;
 
  } 
  */
body{
  font-family: 'Times New Roman', Times, serif !important;
}


  #navcontainer{
    margin-top: 30px;
  }





  #textstyle{
    font-size: 18px;
    color: black;
    font-family: 'Times New Roman', Times, serif;
  }
  #accountDropdown{
    font-size: 18px;
  color: black;
  font-family: 'Times New Roman', Times, serif;
  }
  #servicesDropdown{
    font-size: 18px;
  color: black;
  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: black !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: black;
  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: white;
    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: black !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 p {
    font-size: 18px;
  }

  /*===============================================*/

  #firstsectionbg{
    padding-top: 150px;
  }

  .firstsectionheading{
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    font-weight: bold;
  }

  #fistsectioncoltext{
    margin-top: 50px;
  }

  .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 */
  }

  @media (max-width: 993px) {
    .firstsectionheading{
        font-family: 'Times New Roman', Times, serif;
        font-size: 40px;
        font-weight: bold;
      }
  }


  @media (max-width: 768px) {
    .firstsectionheading{
        font-family: 'Times New Roman', Times, serif;
        font-size: 30px;
        font-weight: bold;
      }
  }


  @media (max-width: 600px) {
   #firstsectionrow{
    display: block;
    padding: 10px;
   }

   #fistsectioncoltext{
    width: 100%;
  }

  #fistsectioncolimage{
    width: 100%;
   }

  }


  /*===================================================*/

.fivthsectionbg{
  /*  background-color: #ece7fb;*/
    padding-top: 10px;
    padding-bottom: 50px;
    
  }
  
  .Eaislymonitorsectionbg{
   background-color: #ece7fb;
  padding-top: 70px;
  padding-bottom: 50px;
  }
#fivthsectionbg{
  /*  background-color: #ece7fb;*/
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #ece7fb !important;
  }
  
  
  .fivesectionheading{
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    color:#cc2eb2;

  }
  .whychosepayemnt_section {
    font-size: 35px;
    font-family: 'Times New Roman', Times, serif;
    color:#cc2eb2;
  } 
  .fivesectioncontent{
    
    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;
    }
    .whychosepayemnt_section {
      font-size: 25px;
      font-family: 'Times New Roman', Times, serif;
      color:#cc2eb2;
    } 
    .merchantpayemntpage_heading{
      font-size: 25px !important;
    }
  }
  

  /*-----------------------------------*/
  .merchantpayemntpage_heading{
    font-size: 35px;
  }
  /*---------------------------------*/


  .second_section{
    text-align: center;
   padding-top: 20px !important;
    font-family: 'Times New Roman', Times, serif;
  padding: 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: 450px) {
    .thirdsectionstriketext{
      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: 50px !important;
    font-family: 'Times New Roman', Times, serif;
  padding: 10px;
  }

  @media (max-width: 550px) {
   #fourthcardrow{
    display: block;
    margin-right: 10px;
   }
    
  }



  /*---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;
  }*/

  /*-------------------------------------------*/



.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;
}

.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: 40%;
  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;
  }
  .content_firstsection h1 {
      font-size: 2rem;
  }
  .content_firstsection p {
      font-size: 1rem;
  }
}
/*-----------------------------------------------*/


#merchantpagescondcardcontainer{
  margin-top: 50px;
  font-family: 'Times New Roman', Times, serif; 
  margin-bottom: 50px;
}


/*-------------------------------*/
#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;
  margin-top: 100px;
}
#image-containerthirdsection {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
}

#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: 1200px) {
  .headingthirdsection{
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .headingthirdsection{
    margin-top: 10px;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #thirdsectionrow{
    display: block;
  }
  #image-containerthirdsection {
    width: 100%;
    height: 70%;
  }
  #thirdsectiontextcol{
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .headingthirdsection{
  
    font-size: 25px;
  }
}

/*-------------------------------------*/

.carousel-item {
  min-height: 400px;
}

.slider-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-text {
  max-width: 50%;
  padding: 20px;
  opacity: 0;
  transform: translateY(50px);
}

.slider-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  opacity: 0;
  transform: scale(0.95);
}

/* 🎨 Black Arrow Icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* 🎨 Black Dots */
.carousel-indicators button {
  background-color: black !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: black !important;
}

/* 🎬 Animations */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: scale(0.95);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}

@keyframes slideUp {
  from {
      opacity: 0;
      transform: translateY(50px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.carousel-item.active .slider-image img {
  animation: fadeIn 1s ease-in-out forwards;
}

.carousel-item.active .slider-text {
  animation: slideUp 1s ease-in-out forwards;
}

/* 📱 Responsive - Mobile View */
@media (max-width: 768px) {
  .slider-content {
      flex-direction: column;
      text-align: center;
  }
  .slider-text {
      max-width: 100%;
      padding: 10px;
  }
  .slider-image {
      margin-top: 10px;
  }
 
}


/*------------------------*/

.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%);
  }
}