/*.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/get8tech\ main\ pic2.png') 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;
  }
}
/*-----------------------------------------------*/



.second_section{
  text-align: center;
  margin-top: 50px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 25px;
  font-weight: 700;
  color: #cc2eb2;
}



@media (max-width: 450px) {
  .second_section{
    font-size: 20px;
  }
  
}

@media (max-width: 400px) {
  .second_section{
    font-size: 18px;
  }
  
}


/*--------------------------------------*/

.headingthirdsection{
  font-size: 35px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}


#thirdsectiontextcol{
  font-family: 'Times New Roman', Times, serif;
  text-align: justify;
}

#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: 450px) {
  .headingthirdsection{
    font-size: 25px;
}
}

/*----------------------------------------*/

#fourthsection{
  margin-top: 100px;
  text-align: justify;
  max-width: 1000px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.fourthsectionheading{
  font-size: 35px;
  color: black;
  font-family: 'Times New Roman', Times, serif;
}
.fourthsectioncontent{
  font-family: 'Times New Roman', Times, serif;
}

@media (max-width: 768px) {
  .fourthsectionheading{
    font-size: 30px;
}
}
@media (max-width: 450px) {
  .fourthsectionheading{
    font-size: 25px;
}
}


.section10body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;

}
#section10CardsWrapper3 {
  position: relative;
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  touch-action: pan-y;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0px !important;
  padding: 20px 0;
  box-sizing: border-box;

 
}

#section10CardsContainer3 {
  display: flex;
  gap: 50px;
  padding-left: 20px;
  width: max-content;
  padding-top: 70px;
}


#fourt_card1{
  background-image: url(images/fourthcard1st\ img.png);
  background-size: cover; /* Image ko full cover karein */
  background-position: center; /* Image ko center karein */
  background-repeat: no-repeat; /* Repeat na karein */
}
#fourt_card2{
  background-image: url(images/fourth\ section3rd\ img.jpg);
  background-size: cover; /* Image ko full cover karein */
  background-position: center; /* Image ko center karein */
  background-repeat: no-repeat; /* Repeat na karein */
}
#fourt_card3{
  background-image: url(images/fourthcard2st\ img.jpg.png);
  background-size: cover; /* Image ko full cover karein */
  background-position: center; /* Image ko center karein */
  background-repeat: no-repeat; /* Repeat na karein */
}

#fourt_card4{
  background-image: url(images/fourth\ section\ 4th\ img.jpg);
  background-size: cover; /* Image ko full cover karein */
  background-position: center; /* Image ko center karein */
  background-repeat: no-repeat; /* Repeat na karein */
}
.section10Card {
  flex: 0 0 auto;
  width: 300px;
  height: 400px;
  background: rgba(70, 64, 64, 0.003);
  background-color: rgba(70, 64, 64, 0.003); 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  
  border: 1px solid rgba(255, 255, 255, 0.3); 

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  
  color: black;
  text-transform: capitalize;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 
}




/*.section10Card {
  width: 350px;
  height: auto;
  display: grid;
  background: rgba(70, 64, 64, 0.003);
  background-color: rgba(70, 64, 64, 0.003); 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  place-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: white;
  /*text-shadow: 0 1px 0 rgba(70, 64, 64, 0.003);
  --border-angle: 0turn;
  --main-bg: conic-gradient(
    from var(--border-angle),
    #213,
    rgba(70, 64, 64, 0.003) 5%,
    #112 60%,
    #213 95%
  );
  border: solid 5px transparent;
  border-radius: 2em;
  --gradient-border: conic-gradient(
    from var(--border-angle),
    transparent 25%,
    #08f,
    rgb(255, 0, 225) 99%,
    transparent
  );
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 3s linear infinite;
          animation: bg-spin 3s linear infinite;
}
@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
.box:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}*/




.section10pbult{
  font-size: 17px !important;
  padding-right: 5px;
  font-family: 'Times New Roman', Times, serif;
  text-align: left !important;

}

@media (max-width: 768px) {
  
.section10Card {
  height: auto;
}
}

.section10Card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.section10Card h1 {
  color: white; /* Dark text for better readability */
}

.section10Heading{
  font-size: 18px;
  text-align: left !important;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  margin-top: 300px;
  color: white;
  padding-left: 10px;
}

.section10img{
  text-align: center;
}
.section10p{
  font-size: 35px !important;
  font-family: 'Times New Roman', Times, serif;
  text-align: left;
 padding-left: 10px;
  color: white;
  font-weight: bold;
}

.section10pbult{
  font-size: 17px;
  padding-right: 5px;
  font-family: 'Times New Roman', Times, serif;
  text-align: left !important;
 
}

.section10psecond{
  font-size: 35px !important;
  font-family: 'Times New Roman', Times, serif;
  text-align: left;
 padding-left: 10px;
  color: white;
  font-weight: bold;
 
}
.section10psecondcard4{
  font-size: 26px !important;
  font-family: 'Times New Roman', Times, serif;
  text-align: left;
 padding-left: 10px;
  color: white;
  font-weight: bold;
 
}

.modern-linksection10 {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 0px;
  margin-bottom: 10px; /* Add bottom margin to separate the links */
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
  padding-left: 5px;
  cursor: pointer;
}

.modern-linksection10:hover {
  color: #0056b3;
  transform: scale(1.1);
}

.modern-linksection10:active {
  color: #003366;
}

#section10lastcard{
  text-align: center;
  margin-top: 100px;
  padding: 10px;
  font-size: 20px;
}


/*===================================================*/

.fivthsectionbg{
  background-color: #ece7fb;
  padding-top: 70px;
  padding-bottom: 50px;
}


.fivesectionheading{
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  color:#cc2eb2;
}

.fivesectioncontent{
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
}

@media (max-width:  660px) {
  .fivesectionheading{
    font-size: 35px;
  }
}

@media (max-width: 550px) {
  .fivesectionheading{
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .fivesectionheading{
    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: 35px;
}
.sixsectioncontent{
  font-size: 18px;
}
@media (max-width:  660px) {
 
  .sevensectionhead{
    color: #007bff;
    font-size: 35px !important;
  }
}

@media (max-width: 550px) {
 
  .sevensectionhead{
    color: #007bff;
    font-size: 35px !important;
  }
  #sixsectioncardheading{
    margin-top: 50px;
  }
}

@media (max-width: 450px) {

  .sevensectionhead{
    color: #007bff;
    font-size: 25px !important;
  }
  .sixsectionhead{
    font-size: 25px;
  }

  #sixsectioncardheading{
    margin-top: 5px;
  }
}

/*--------------------------------*/

.sevensectionhead{
  color: #007bff;
  font-size: 35px;
}


/*---------------------------------------------*/
.sevencard1{
  width: 100%;
  height: 300px;
  text-align: left;
  padding-top: 200px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.headingsevensection{
  font-size: 35px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}
.ninesectionhead{
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: black;
  font-size: 30px;
  margin-top: 40px;
 width: 80%;
}

.ninesectiontext{
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  width: 80%;
}

@media (max-width: 992px) {
  .headingsevensection{
    font-size: 35px;
  }
  .ninesectionhead{
    font-size: 22px;
   
  }
  .ninesectiontext{
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
  }
}


@media (max-width: 450px) {
  .headingsevensection{
    font-size: 25px;
  }

  #sevensectionstrike{
    text-align: center !important;
  }
}
#sevencardfirstbg{
  background-image: url(images/eigth\ card\ image\ 1.jpg);
  background-size: cover; /* Image ko full cover karein */
  background-position: center; /* Image ko center karein */
  background-repeat: no-repeat; /* Repeat na karein */
}
#sevencardfirstbg2{
  background-image: url(images/eigth\ card\ image\ 2.jpg);
  background-size: cover; /* Image ko full cover karein */
  background-position: center; /* Image ko center karein */
  background-repeat: no-repeat; /* Repeat na karein */
}
#sevencardfirstbg3{
  background-image: url(images/eigth\ card\ image\ 3.jpg);
  background-size: cover; /* Image ko full cover karein */
  background-position: center; /* Image ko center karein */
  background-repeat: no-repeat; /* Repeat na karein */
}
/*
@media (max-width: 768px) {
 #eightsectionrow{
  margin-top: 50px;
  display: block;
 }
}*/
.sevenfirstcardhead{
  font-size: 25px;
  color: white;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.sevencardcontent{
  color: white;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}


/*---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{
  padding-left: 30px;
}
.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: 'Times New Roman', Times, 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;
    font-weight: bold;
  }

  .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%);
    }
  }