/* common css start */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: "Oswald", sans-serif;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle;
}
.gapp{
    row-gap: 20px;
}

/* common css end */
   /* Custom styles for full-width hover menu */
   .nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Position right below the navbar */
    left: 0;
    width: 100vw;
    padding: 20px;
    border: none;
    border-radius: 0;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-header {
    font-weight: bold;
    font-size: 0.85rem;
}

.btn-demo {
    background-color: #28a745;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
}

.btn-demo:hover {
    background-color: #218838;
}
.dropdown {
	position: unset !important;
}

.nav-link{
    font-size: 18px;
}
.nav-link:hover{
    text-decoration: underline;
    text-decoration-color: green;
    background-color: #ddd;
    border-radius: 10px;
}

 /* Show dropdown on hover */
 .drop-pos{
    position:  relative !important;
 }
 #languageDropdown:hover + .dropdown-menu,
 .dropdown-menu:hover {
     display: block;

 }
 .navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	top: 48px !important;
}
 /* Style adjustments for dropdown */
 .dropdown-menu {
     min-width: 200px;
     background-color: #f5f5f5;
     border-radius: 8px;
 }
/* banner */
#banner {
	height: 600px;
	background: linear-gradient(to right, black 50%, #F9F9F9 50%);
	overflow: hidden;
}

 .banner-main{
    padding: 80px;
 }
.banner-main img{
    height:400px ;
    padding-top: 10px;
}

.banner-main h2{
    color: white;
    font-size: 35px;
  
}
.banner-main p{
    font-size: 20px;
  font-weight: 300;
  color: white;
}
.banner-btn a{
    padding: 6px 20px;
    background-color: #0D730A;
    color: white;
    border-radius: 20px;
    font-size: 20px;
}
.create-btn{
    padding: 6px 20px;
    background-color: transparent !important;
    color: #0D730A !important;
    border-radius: 20px;
    border: 1px solid #0D730A;
}
.banner-btn{
    margin-top: 20px;
}


.banner-main-two{
    padding: 80px;
 }
.banner-main-two img{
    height:400px ;
    padding-top: 10px;
}

.banner-main-two h2{
    color: black;
    font-size: 35px;
  
}
.banner-main-two p{
    font-size: 20px;
  font-weight: 300;
  color: black;
}

.navbar {
	background-color: white;
}
 /* banner */

 /* trusted */
 .marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  
  .marquee-content {
    display: inline-flex;
    animation: scroll 40s linear infinite;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .marquee-content img{
    padding-right: 40px;
  }
  .hear h1{
    font-size: 50px;
    font-weight: 400;
  }
  .hear p{
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.646);
  }
 /* trusted */

 /* slider */
/* Basic Swiper Container Styling */
.swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 50px; /* Space for navigation */
    position: relative;
  }
  
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    border-radius: 15px;
    overflow: hidden;
  }
  
  /* Positioning Navigation Buttons at the Bottom */
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    color: #000;
    bottom: 10px;
    top: 100%;
    width: 40px;
    height: 40px;
    margin: 0 5px;

  }
  
  .swiper-button-prev {
    left: 86%;
    transform: translateX(-60px);
  }
  
  .swiper-button-next {
    right: 15%;
    transform: translateX(60px);
  }
  

  .swiper-slide img {
	width: 100%;
	height: 550px;
}


 /* slider */

 /* faq */
#faq{
    padding: 70px 0;
}

.accordion-item{
    border: none  !important;
  border-top: 1px solid #ddd  !important;
  border-bottom: 1px solid #ddd !important;
}
.accordion-button:focus {
	z-index: 3;
	border-color: none !important;
	outline: 0;
	box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
	color: black !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.accordion-button{
    font-size: 20px;
    font-weight: 400;
}
 /* faq */

 /* wall number */
 .custom-swiper-slider {
  width: 100%;
  height: 100%;
}
.custom-swiper-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
#wal-number{
  background-color: #1A1A1C;
  position: relative;
  padding: 40px 0;
}
.slide-2-img img {
	height: 70px;
	width: 100%;
}
.prev {
	position: absolute;
	top: 101px;
	left: 246px;
	font-size: 30px;
	cursor: pointer;
	transition: 0.4s;
	color: white;
  z-index: 2024;
}
.next {
	position: absolute;
	top: 101px;
	right: 246px;
	font-size: 30px;
	cursor: pointer;
	transition: 0.4s;
  color: white;
  z-index: 2024;
}
.head-slide p{
  color: white;
}
.wall-text h1{
   color: white;
   font-size: 50px;
}
.num-content h1{
  font-size: 50px;
}
.num-content p{
  font-size: 19px;
  color: white;
}
.gradient-text {
  font-weight: bold; /* Ensures text is bold */
  background: linear-gradient(90deg, #58B6E6, #33CC66); /* Gradient from blue to green */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Ensures compatibility with more browsers */
  display: inline-block; /* Needed to properly apply gradient in some cases */
}
.overlay {
	position: absolute;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, #05b4ee, rgba(0, 0, 255, 0));
	top: 0;
	right: 0;
	border-radius: 50%;
	animation: moveGradient 10s infinite alternate ease-in-out;
	filter: brightness(54%);
}

@keyframes moveGradient {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-100px, 100px);
  }
}
 /* wall number */

 /* finance */

 .finance{
  background-color: black;
  padding: 40px 100px;
  height: 463px;
 }
 .finance h1{
  font-size: 50px;
  color: white;
 }

 .finance-btn a{
  color: white;
  font-size: 21px;
 }
 .try-demo{
  padding: 8px 20px;
  background-color: #218838 ;
  border-radius: 20px;
 }

 .subscribe-form {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  background-color: #000;
  padding: 0 70px;
}

.subscribe-form input[type="email"] {
  border: 1px solid #333 !important;
  padding: 10px 15px;
  border: none;
  outline: none;
  color: #fff;
  background: none;
  font-size: 16px;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.subscribe-form input[type="email"]::placeholder {
  color: #ccc;
}

.subscribe-form button {
  background-color: #00FF00;
  color: #000;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.subscribe-form button:hover {
  background-color: #00CC00;
}

.subscribe{
  margin-top: 40px !important;
}
.sub-text{
  margin-top: 40px !important;
}
.sub-text p{
  padding-top: 50px !important;
  color: white !important;
}
.sub-text h5{
  color: white;
}
.latest-head h1{
  font-size: 50px;
  padding: 10px 0;
}
.latest-main img{
  height: 200px;
  border-radius: 20px;
  margin-bottom: 20px !important;
}
.latest-main  h4{
  color: black;
}
.latest-date{
  padding-top: 15px;
  display: flex !important;
  justify-content: space-between;

}
.latest-date p{
  color: rgba(0, 0, 0, 0.53);
}
.gapp{
  row-gap: 20px;
}
.latest-main{
  padding-right: 20px;
}

/* footer */

   /* Additional styling */
   .footer {
    background-color: #f8f9fa;
    padding: 40px 20px;
  }
  .footer a {
    color: #000;
    text-decoration: none;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  .footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
  }
  .social-icons a {
    margin: 0 5px;
    color: #000;
  }
  .legal-links a {
    margin-right: 15px;
    font-size: 0.9em;
  }
  .list-unstyled li a{
    font-weight: 300;
   line-height: 20px;
  }
  .playstore img{
    height: 30px;
  }


  /* virtual cards */
    .card-works{
      border: 2px solid black;
      padding: 10px 30px;
    }
    .vcc{
      padding: 20px;
      background: linear-gradient(to right, #0074a8, #000);
    }
.vcc h3{
  color: white;
}
.vcc p{
  color: white;
  font-size: 17px;
}
.youtube-video iframe{
  width: 100%;
  height: 400px;
}
.card-name{
  padding: 10px;
  border: 2px solid black;
  border-radius: 10px;
  margin-top: 10px;
}
.card-img img{
  height: 250px;
  border-radius: 20px;
  transition: 0.1s ease;
}
.card-img img:hover{
  transform: scale(1.01);
}

  .detailed{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
  }
  .detailed img{
    height: 47px;
  }
  .detailed h3{
    font-size: 23px;
    margin-top: 10px;
  }
  #features{
    background-color: #f7f7f7;
    padding: 20px 0;
    margin-top: 20px;
  }
  .f-img img{
    height: 400px;
  }#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
  }
  
  .preloader-logo img {
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .accordion-item{
    border: none !important;
    border-bottom: 1px solid #ddd !important;
  }
  .faq-head h3{
    border: 1px solid black;
  padding: 13px;
  border-radius: 5px;
  }

  .card-inner-main{
    padding: 20px;
  text-align: center;
  box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
border-radius: 10px;
  }
  .card-inner-main{
    color: black;
    font-size: 16px;
  }
  .footer-text p{
    width: 460px;
  }
  .right-footer{
    padding: 10px;
    border: 2px solid #ddd;
    width: max-content;
    background-color: white;
    border-radius: 10px;
  }
  #copy-rightt{
    background-color: black;
    padding: 10px 0;
  }
  .copyright-main p{
    color: white;
  }

  .legal-links a{
    color:white
  }
  
  

.cookies-card {
  width: 360px;
  padding: 30px;
  color: #1E2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}
