/* CSS */
/* Import DM Sans from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

@font-face {
  font-family: 'SpaceGrotesk';
  src: url('/font/static/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  width: 100% !important;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
  overflow-x: hidden;
}

/* Hide the top banner */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}



/* Remove any other possible banner container */
.goog-te-combo,
.goog-te-gadget-simple {
  margin-top: 0px !important;
}

/* Remove weird padding/margins */
body>.skiptranslate {
  display: none !important;
}

/* Prevent overflow-x on the whole page */
html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  /* Background color for the entire page */
}

/* Full-screen Loader */
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}



.logo {
  color: white;
  background: #dc1e31;
  border-radius: 40%;
  padding: 5px;
}

.logo-text {
  font-size: 18px;
  color: #0c1a32;
}

.logo:hover {
  text-decoration: none !important;
}

.head {
  font-size: 56px;
  font-weight: 900;
}


.custom-form-container {
  background-color: #ffffff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 450px;
}

.custom-form-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333333;
}

.custom-form-group {
  margin-bottom: 15px;
}

.custom-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555555;
}

.custom-input-field,
.custom-textarea-field {
  width: 100%;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333333;
}

.custom-textarea-field {
  resize: none;
  height: 120px;
}

.custom-submit-button {
  display: block;
  width: 100%;
  background-color: #f65d00;
  color: #ffffff;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-submit-button:hover {
  background-color: #f65d00;
}

.custom-success {
  background-color: #D4EDDA;
  color: #155724;
  border: 1px solid #C3E6CB;
}

.custom-error {
  background-color: #F8D7DA;
  color: #721C24;
  border: 1px solid #F5C6CB;
}

.hero-section {
  /* color: #2e2a2a; */
  text-align: left;
  padding: 60px 0px 80px 0px;
  position: relative;
  background-color: #0c1a32;
  /* Deep navy blue */
  color: #ffffff;
  /* Makes text white for contrast */
  transition: background-image 1s ease-in-out;
  /* Smooth background change */
}

.hero-padding {
  padding: 60px 0px 80px 70px !important;
}

.hero-heading {
  transition: opacity 0.5s ease-in-out;
  /* Smooth text fade-in/out */
  /* font-size: 56px; */
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.custom-dropdown {
  position: relative;
}

.dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 220px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.dropdown-menu-custom a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
}

.dropdown-menu-custom a:hover {
  background: linear-gradient(135deg, #0a0f2c, #006d77);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-buttons {
    justify-content: start;
  }

  .explore-btn,
  .signup-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero-buttons {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }

  .explore-btn,
  .signup-btn {
    width: 80%;
    text-align: start;
    padding: 10px 20px;
    font-size: 14px;
  }
}





.hero-image {
  max-width: 100%;
  height: auto;
}

#testimonials {
  width: 100% !important;
}

.btn-theme {
  background-color: #dc1e31;
  color: #fff;
}

.btn-theme-last {
  background-color: #fff;
  color: #000315;
}

.btn-white {
  border: 2px solid white;
  color: white;
}

.btn-white2 {
  background: white;
  color: #dc1e31 !important;
}

.btn-white2:hover {
  background: #dc1e31;
  color: white !important;
  text-decoration: none;
}

.btn-white:hover,
.btn-theme:hover {
  background-color: white;
  color: rgb(0, 0, 0) !important;
  font-weight: bolder;
}

.glass-container {
  background-color: rgba(0, 0, 0, 0.65);
  /* Glassmorphism effect */
  backdrop-filter: blur(1px);
  /* Blur the background */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-content {
  position: relative;
  padding: 5px;
  z-index: 1;
}

.gs-box {
  flex-direction: column;
}

.next-section {
  background-color: rgba(255, 255, 255, 0.2);
  /* Glassmorphism effect for the next section */
}




@media(min-width: 1026px) {
  .hero-section {
    padding: 0px 0px 80px 0px;
  }

  .hero-padding {
    padding: 0px 0px 80px 150px !important;
  }
}

@media(min-width: 576px) {
  .hero-section {
    padding: 30px 0px 80px 0px;
  }

  .hero-padding {
    padding: 30px 0px 80px 130px !important;
  }



}

@media(min-width: 486px) {

  .container-content {
    position: relative;
    padding-top: 10px;
    z-index: 1;
  }

  #elementToHide {
    margin-left: 2.5rem;
    /* Equivalent to mx-5 in Bootstrap */
    margin-right: 2.5rem;
    /* Equivalent to mx-5 in Bootstrap */

  }


}

@media(max-width: 991px) {
  .sm-full {
    width: 100%;
  }
}

@media(max-width: 486px) {
  .head {
    font-size: 46px;
  }
}

@media(max-width: 426px) {
  .logo-text {
    font-size: 15px;
  }
}

/* original code */
.founder-name {
  font-family: "Diphylleia", serif;
  font-weight: 500;
  font-style: normal;
}

.playwrite-au-vic-guides-regular {
  font-family: "Playwrite AU VIC Guides", serif;
  font-weight: 400;
  font-style: normal;
}

p:not(.hero-section p),
footer a {
  font-family: "Dosis", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
}

.contact-link {
  color: #f65d00;
  /* Theme color */
  text-decoration: none;
  /* Removes underline */
  transition: color 0.3s ease;
  /* Smooth transition for hover effect */
}

.contact-link:hover {
  color: #ff7e33;
  /* Slightly lighter shade on hover */
  text-decoration: underline;
  /* Underline on hover for emphasis */
}


/* Box shadow and hover interaction */
.shadow-blur {
  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); */
  transition: box-shadow 0.3s ease-in-out;
}

.shadow-blur:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.8);
}





.mtc {
  margin-top: 13rem;
}




@media(min-width: 1026px) {
  .navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    position: relative;
    left: -70px;
    transform: none;
  }
}

@media(min-width: 992px) {

  .sm-full {
    width: 50%;
  }

}

/* Base navbar styling */
.navbar {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  padding: 20px;
}

/* Navbar style after scrolling 100px */
.navbar.scrolled {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

/* Nav-link initial and hover styling */
.navbar .nav-link {
  color: #ffffff;
  transition: color 0.3s ease-in-out;
  font-weight: 500;
}

.navbar .nav-link.scrolled-link {
  color: #000315 !important;
}

.navbar .nav-link:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

/* Navbar brand styles */
.navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  position: relative;
  /* left: -60px; */
  transform: none;
}

.navbar-brand img {
  max-height: 40px;
  width: auto;
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.1);
}

/* Navbar links spacing using gap */
.navbar-nav {
  display: flex;
  gap: 5px;
  list-style: none;
  padding-left: 0;
}

/* Hover-based dropdown trigger */
.navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

/* Prevent flickering when hovering in/out */
.dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  margin-top: 0;
}

/* Optional: Smooth fade on hover */
.navbar-nav .dropdown:hover>.dropdown-toggle::after {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}


/* Toggler icon and style */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28155, 155, 155, 0.5%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .navbar {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .navbar-nav {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .navbar-nav .nav-item {
    text-align: start;
  }
}

/* Optional fixed-top override */
.navbar.fixed-top {
  background-color: #fff;
}

/* Carousel and logo media adjustments (optional) */
@media (min-width: 991px) {
  .sm-full {
    width: 50%;
  }
}


/* Explore Button (Glassy + Subtle Gradient) */
.explore-btn {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  /* Glassy effect */
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* Subtle gradient overlay to prevent blending */
.explore-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.8), rgba(58, 71, 213, 0.8));
  border-radius: 50px;
  z-index: -1;
}

.explore-btn:hover {
  box-shadow: 0 0 8px rgba(0, 210, 255, 0.6);
  transform: scale(1.05);
  color: #fff;
}

/* Sign Up Button (Glassy Gradient) */
.signup-btn {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  /* Glassy white */
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: black;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.signup-btn:hover {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  transform: scale(1.05);
}


.swiper-container {
  width: 100%;
  margin-bottom: 80px;
  height: 400px;
  /* Increase height here */
  overflow: hidden;
  position: relative;
}

/* Gradient text for logo */
.gradient-text {
  background: linear-gradient(90deg, #6f42c1, #00c9ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.triangle-slider-wrapper {
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* Ensures the entire image fits inside without cropping */
}

.triangle-slider-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  /* Ensures the entire image fits inside without cropping */
  object-position: center top;
  /* Optional: aligns image to top */
}

.swiper-container {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .triangle-slider-wrapper {
    padding-top: 20px;
  }

  .swiper-slide img {
    height: auto;
    /* Make sure height auto adjusts */
    max-height: 80vh;
    /* Prevents overflow on very small screens */
  }
}

.btn-primary {
  background-color: #0077b6;
  border-color: #0077b6;
  border-radius: 50px;
  padding: 10px 25px;
}

/* Hidden Explore Button */
.slide-explore-btn {
  position: absolute;
  bottom: -60px;
  /* Initially hidden */
  left: 0;
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: black;
  /* Dark text for contrast */
  background: rgba(255, 255, 255, 0.6);
  /* More white but still semi-transparent */
  backdrop-filter: blur(5px);
  /* Slight blur for a subtle glass effect */
  border: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
}

/* Hover Effect */
.slide-container:hover .slide-explore-btn {
  bottom: 0;
  /* Slides up */
}

/* Button Hover Effect */
.slide-explore-btn:hover {
  background: rgba(255, 255, 255, 0.8);
  /* Slightly more opaque on hover */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.nft-slider-container {
  width: 100%;
  margin-bottom: 80px;
  /* height: 10%; */
  overflow: hidden;
  position: relative;
}

.nft-slide {
  position: relative;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  margin-bottom: 15px;
}

.nft-slide:hover {
  transform: scale(1.05);
}

.nft-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.nft-slide-info {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}

.bidders {
  display: flex;
  align-items: center;
}

.bidders img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: -10px;
}

.price {
  font-weight: bold;
  font-size: 14px;
  color: #f65d00;
}

.bidding-info {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 14px;
}

.min-bid {
  background: #eee;
  padding: 5px 10px;
  border-radius: 10px;
}

.new-bid {
  background: #ff9800;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
}

.nft-explore-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.nft-slide:hover .nft-explore-btn {
  bottom: 200px;
}

.nft-explore-btn:hover {
  background: rgba(255, 255, 255, 0.6);
}

.nft-slider-controls {
  display: flex;
  gap: 15px;
  /* Space between the buttons */
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}

.nft-slider-prev,
.nft-slider-next {
  width: 50px;
  /* Bigger button */
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid gray;
  /* Thin circular border */
  border-radius: 50%;
  color: gray;
  font-size: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  /* Adds space inside */
}

/* Hover effect */
.nft-slider-prev:hover,
.nft-slider-next:hover {
  background-color: gray;
  color: white;
}


.landing-step-box {
  background: #ece9e9;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  transition: box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out, border 0.4s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
  /* Initial border */
  background-clip: padding-box;
}

/* Always Visible Thin Gradient Border */
.landing-step-box::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Makes it cover the whole element */
  border-radius: 15px;
  padding: 1.4px;
  /* Thickness of the border */
  background: linear-gradient(135deg, #8A2BE2, #00BFFF);
  /* Purple to Blue */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
  /* Ensure it's above the background but below the text */
}

/* Ensure content is above the border */
.landing-step-box>* {
  position: relative;
  z-index: 1;
}

/* Hover Effect */
.landing-step-box:hover {
  box-shadow: 0px 0px 20px 3px rgba(138, 43, 226, 0.5), 0px 0px 30px 5px rgba(0, 191, 255, 0.4);
  transform: translateY(-5px);
}

/* Icon Container */
.landing-step-icon-container {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background: #424141;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.4s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.landing-step-btn {
  all: unset;
  /* Removes default button styles */
  display: block;
  width: 100%;
  text-align: inherit;
}


/* Icon Styling */
.landing-step-icon {
  font-size: 22px;
  color: #fff;
  transition: transform 0.4s ease-in-out, color 0.4s ease-in-out, content 0.4s ease-in-out;
}

/* Hover Effect - Icon */
.landing-step-box:hover .landing-step-icon-container {
  background: linear-gradient(135deg, #8A2BE2, #00BFFF);
  box-shadow: 0px 0px 12px rgba(138, 43, 226, 0.6), 0px 0px 25px rgba(0, 191, 255, 0.5);
  transform: scale(1.1);
}

.landing-step-box:hover .landing-step-icon {
  transform: rotate(360deg);
}

/* Change Icon to Right Arrow */
.landing-step-box:hover .landing-step-icon::before {
  content: "\f061";
  /* Right arrow (FontAwesome) */
}


.sponsors-section {
  background: #fff;
  /* White Background */
  padding: 50px 80px;
  /* text-align: center; */
}

.sponsors-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.sponsors-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Centers images horizontally */
  gap: 20px;
}

.sponsors-list img {
  width: 150px;
  /* Adjust based on your needs */
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}

.sponsors-list img:hover {
  transform: scale(1.1);
}


#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading-screen img {
  width: 100px;
  /* Adjust the width and height as needed */
  height: 100px;
}

/* General Styling */
.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /* Add rounded corners */
}

.image-container img {
  width: 100%;
  height: 300px;
  /* Make all images the same size */
  object-fit: cover;
  /* Ensure the image covers the container */
  transition: transform 0.5s ease;
  /* Smooth zoom on hover */
}

.image-container:hover img {
  transform: scale(1.1);
  /* Zoom in slightly */
}

/* Overlay Styling */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Dark semi-transparent overlay */
  backdrop-filter: blur(5px);
  /* Add blur effect */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.5s ease;
  /* Smooth transition */
}

.image-container:hover .overlay {
  opacity: 1;
  /* Show overlay on hover */
}

.overlay h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.overlay p {
  color: #ddd;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 15px;
}

.btn-link {
  color: #f65d00;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #f65d00;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-link:hover {
  background: #f65d00;
  color: #fff;
}

/* Notification Popup */
.chat-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f8f9fa;
  /* Light background */
  color: #000315;
  /* Dark text */
  padding: 15px 20px;
  border-bottom: 2px solid #000315;
  /* Border for emphasis */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  z-index: 9999;
  display: none;
  /* Initially hidden */
  animation: slideDown 0.5s ease-in-out;
  text-align: center;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}

/* Slide-Down Animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.accordion-button {
  font-weight: bold;
  color: #333;
  /* Change the color to your preference */
}

/* Change active header color */
.accordion-button:focus {
  background-color: #f8f9fa;
  /* Change the background color to your preference */
  color: #dc1e31;
  /* Change the color to your preference */
}


.bg-transparent {
  background: transparent !important;
}

.text-theme {
  color: #000315 !important;
}

.theme {
  background-color: #000315 !important;
}

/* Navbar styles and other styles here */
.center-sm {
  width: 70%;
}

.bolder {
  /* font-size: 40px; */
  font-weight: bolder;
}

i {
  transition: 0.3s;
  cursor: pointer;
  font-size: 40px;
}

.section-with-boxes {
  /* background-color: #c2c2c2; */
  padding: 50px 25px;
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
  /* Adjusted box shadow */
}


.gs-section {
  border-radius: 20px;
  padding: 50px 25px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
  /* Adjusted box shadow */
}

.about-section {
  margin-top: -80px;
  /* Adjust this value as needed */
  /* padding: 40px;
  padding-left: 80px;
  padding-right: 80px; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #ffffff;
  color: #0c1a32;
  padding: 60px 30px;
  position: relative;
  /* Keeps layout in order */
  z-index: 2;
  /* Ensure it appears above the previous section */
}

.about-section .first {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}


.about-section h5 {
  color: #0c1a32;
  font-weight: 600;
}

.circle-number {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 50%;
  border: 2px solid #0c1a32;
  color: #0c1a32;
  text-align: center;
  font-weight: bold;
  margin-right: 8px;
  font-size: 14px;
  background-color: transparent;
}

.text-secondary {
  color: #555555 !important;
}

.benefits-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.benefits-list li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #555555;
}

.benefits-list i {
  font-size: 18px;
  color: #28a745;
  /* Keep that sweet green check mark */
}


/*3rd section */
.features-section {
  background-color: #ffffff;
}

.section-title {
  font-weight: bold;
  font-size: 2.1rem;
}

.section-subtitle {
  font-size: 0.7rem;
}

.feature-card {
  background: #f9fafb;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  text-align: left;
  height: 100%;
  padding: 2rem 2rem 0 2rem !important;
  /* Top, Right, Bottom (0), Left */
}


.feature-card:hover,
.feature-card.active {
  background: #e8f0fe;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background-color: #0c1a32;
  /* TrustLine Digital Theme Dark Color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-image img {
  display: block;
  margin-top: auto;
}


.bg-dark-blue {
  background-color: #0c1a32;
}

.brand-icon {
  width: 40px;
  height: 40px;
}

.bg-dark-blue {
  background-color: #0c1a32;
}

.brand-icon {
  width: 40px;
  height: 40px;
}


.testimonial-box {
  min-height: 260px;
  background-color: #11213f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-section .btn i {
  font-size: 14px;
}

.custom-ripple-btn {
  position: relative;
  overflow: hidden;
  color: white;
  background-color: #000;
  border: none;
  transition: color 0.3s ease;
}

.custom-ripple-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: left 0.5s ease;
  z-index: 0;
}

.custom-ripple-btn:hover::before {
  left: 0;
}

.custom-ripple-btn:hover {
  color: #000;
}

.custom-ripple-btn span,
.custom-ripple-btn i {
  position: relative;
  z-index: 1;
}

.custom-ripple-btn::before {
  z-index: 0;
}

.faqs {
  margin-top: 8rem;
}

.newsletter {
  margin-top: 5rem;
  padding: 4rem;
}

.newsletter input {
  width: 60%;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 1rem;
  padding-left: 2rem;
}

.btn-sub {
  background: #dc1e31;
  border-radius: 30px;
  padding: 1rem;
  border: 2px solid white;
  color: white;
  font-weight: bold;
}

.btn-sub:hover {
  background: white;
  color: #dc1e31;
}

.flex-straight {
  flex-direction: column;
}



#contact {
  background: url('https://bitfx24.com/wp-content/uploads/2023/08/2.jpeg');
  background-size: 100%;
  background-position: top;
}

.right {
  margin-top: 2rem;
  /* background: white; */
  padding: 2rem;
}

.newsletter-section {
  text-align: center;
  padding: 50px 0;
}

.newsletter-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* Creates space between input and button */
}

.newsletter-input {
  width: 380px;
  /* Adjust width as needed */
  padding: 12px;
  border: 2px solid #8A2BE2;
  border-radius: 8px;
  outline: none;
  font-size: 16px;
  transition: border 0.3s ease-in-out;
}

.newsletter-input:focus {
  border-color: #00BFFF;
}

.newsletter-btn {
  background: linear-gradient(135deg, #8A2BE2, #00BFFF);
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.newsletter-btn:hover {
  transform: scale(1.05);
}

/* Footer Gradient Background */
.footer {
  background: url('https://firebasestorage.googleapis.com/v0/b/broker-81de0.appspot.com/o/nft-images%2Fpexels-codioful-7130555.jpg?alt=media&token=6bf67c36-e9ed-45f4-b6f0-beb981725ff0');
  padding: 40px 20px;
  /* Spacing around footer */
}

/* Footer Titles */
.footer-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* Footer Lists */
.footer-list {
  list-style: none;
  /* Remove bullet points */
  padding: 0;
}

.footer-list li {
  margin-bottom: 8px;
  /* Space between list items */
}

.footer-list a {
  text-decoration: none;
  /* Remove underline */
  transition: color 0.3s ease;
  /* Smooth hover effect */
  font-size: large;
  font-weight: bold;
}

.footer-list a:hover {
  text-decoration: underline;
  /* Add underline on hover */
}

/* Call-to-Action Button */
.btn-theme-last {
  background-color: #4b4d65;
  /* Slightly lighter button color */
  color: #ffffff;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-theme-last:hover {
  background-color: #676985;
  /* Lighter shade on hover */
}

/* Footer Bottom */
.footer p {
  font-size: 14px;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer .row {
    text-align: start;
  }

  .footer-list {
    display: inline-block;
  }
}

footer ul {
  list-style: none;
}

footer ul li {
  text-decoration: none;
}

footer ul li a {
  text-decoration: none;
  margin: 1rem;
  margin-top: 2rem;
  color: black;
}

.footer-link {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.3s ease, color 0.3s ease;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* LoadingPageCarousel.css */
.loading-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  border: 2px solid red;
}


input {
  outline: none;
  border: none;
}

::-webkit-scrollbar {
  display: none;
}



.mt-18 {
  margin-top: -1.125rem;
}


.login__signup {
  color: #2563EB;
  display: block;
  font-size: 0.9375rem;
  padding: 1.25rem 0;
  text-align: center;
  border-top: 1px solid rgb(179, 177, 177);
}

.login__signup:hover {
  cursor: pointer;
  opacity: 0.8;
}

.loading {
  background-color: rgba(255, 255, 255, .8);
  display: block;
  /* Hidden by default */
  height: 100%;
  /* Full height */
  left: 0;
  /* overflow: auto; */
  position: fixed;
  /* Stay in place */
  top: 0;
  width: 100%;
  /* Full width */
  z-index: 1000;
  /* Sit on top */
}

.lds-roller {
  display: inline-block;
  height: 5rem;
  left: 48%;
  position: fixed;
  top: 50%;
  width: 5rem;
  z-index: 100;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.header {
  background: #000000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 3.5rem;
  width: 100%;
  z-index: 1000 !important;
}

.header__left {
  align-items: center;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: max-content max-content;
  padding-left: 0.75rem;
}

.header__left img {
  width: 3.25rem;
}

.header__right {
  align-items: center;
  color: white;
  display: grid;
  grid-gap: 0.75rem;
  grid-template-columns: max-content max-content max-content;
  justify-content: right;
  padding-right: 0.75rem;
}

.header__logout {
  align-items: center;
  color: #000;
  display: grid;
  justify-content: right;
  padding-right: 0.75rem;
  margin-top: 9%;
}

.header__right img {
  width: 1.5rem;
}

.header__logout span:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* .address { 
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 16px;
    height: 32.0625rem;
    left: 2%;
    position: fixed;
    top: 13%;
    width: 25rem;
    z-index: 999;
  } */

.address__title {
  align-items: center;
  /* background-color: #2563EB; */
  color: #808080;
  display: grid;
  font-size: 1rem;
  height: 11.875rem;
}

.address__title-container {
  padding-left: 0.75rem;
  position: relative;
}

.address__title-container p {
  position: relative;
  padding-left: 1.25rem;
}

.address__title-container p:hover {
  cursor: pointer;
}

.address__title-from::before {
  content: "";
  width: 8px;
  height: 8px;
  background: white;
  position: absolute;
  top: 43%;
  border-radius: 50%;
  left: 0%;
}

.address__title-to {
  padding-top: 1rem;
}

.address__title-to::before {
  content: "";
  width: 8px;
  height: 8px;
  background: white;
  position: absolute;
  top: 62%;
  border-radius: 50%;
  left: 0%;
}

.search {
  padding: 0.75rem;
}

.search__input {
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  padding: 0.875rem 1rem;
  width: 100%;
  border-bottom: 2px solid #2563EB;
}

.leaflet-routing-container {
  display: none;
}

.pin {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid red;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}

.pin::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  background-color: red;
}

.leaflet-default-icon-path {
  background-image: url(https://unpkg.com/leaflet@1.7.1/dist/images/marker-icon.png);
}

.search__result {
  max-height: 250px;
  overflow-y: auto;
}

.search__result-item {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: max-content auto;
  padding: 0.75rem 0;
  padding-left: 0.5rem;
}

.search__result-item:hover {
  cursor: pointer;
  background: #F3F4F6;
}

.search__result-icon {
  align-items: center;
  background: #ccc;
  border-radius: 50%;
  display: grid;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.search__result-icon svg {
  fill: #fff;
  height: 0.75rem;
  width: 0.75rem;
}

/* The Modal (background) */
.request-ride {
  background-color: rgba(255, 255, 255, .8);
  display: block;
  /* Hidden by default */
  height: 100%;
  /* Full height */
  left: 0;
  /* overflow: auto; */
  position: fixed;
  /* Stay in place */
  top: 0;
  width: 100%;
  /* Full width */
  z-index: 1000;
  /* Sit on top */
}

/* Modal Content/Box */
.request-ride__content {
  background-color: #fefefe;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
  margin: 15% auto;
  /* 15% from the top and centered */
  margin-top: 13%;
  width: 27rem;
  /* Could be more or less, depending on screen size */
}

.request-ride__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.request-ride__title {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1.25rem 0 0.5rem 1.25rem;
}

.request-ride__close {
  align-items: center;
  display: grid;
  justify-items: right;
  padding: 1.25rem 1.25rem 0.5rem 0;
}

.request-ride__close svg:hover {
  cursor: pointer;
}

.request-ride__subtitle {
  background: #E5E7EB;
  height: 1px;
  margin-bottom: 0.5rem;
  width: 100%;
}

.request-ride__form {
  width: 100%;
  padding: 1.25rem;
}

.request-ride__btn {
  background-color: #000000;
  border: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin: 1.25rem auto;
  outline: none;
  padding: 0.875rem 1rem;
}

.request-ride__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.request-ride__change-btn {
  background-color: transparent;
  color: #000;
}

.ride-list {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 15%) 0px 4px 16px;
  height: 32.0625rem;
  left: 2%;
  position: fixed;
  top: 13%;
  width: 25rem;
  z-index: 999;
}

.ride-list__container {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ride-list__title {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1.25rem 0 1.25rem 1.25rem;
}

.search__result {
  max-height: 250px;
  overflow-y: auto;
}

.ride-list__content {
  max-height: 100%;
  overflow-y: auto;
}

.ride-list__result-item {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: max-content auto;
  padding: 0.75rem 0;
  padding-left: 0.5rem;
}

.ride-list__result-item:hover {
  cursor: pointer;
  background: #F3F4F6;
}

.ride-list__result-icon {
  align-items: center;
  background: #ccc;
  border-radius: 50%;
  display: grid;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.ride-list__result-icon svg {
  fill: #fff;
  height: 0.75rem;
  width: 0.75rem;
}

.ride-list__result-label {
  font-size: 0.9375rem;
  padding-bottom: 0.5rem;
}

.ride-list__result-label span {
  color: #000;
  font-weight: 600;
}

.ride-list__accept-btn {
  background: #000;
  border: none;
  color: #fff;
  font-size: 0.9375rem;
  outline: none;
  padding: 0.5rem 1rem;
}

.ride-list__accept-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.empty-message {
  padding: 0.75rem;
}

.ride-detail {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 15%) 0px 4px 16px;
  /* height: 32.0625rem; */
  left: 2%;
  position: fixed;
  top: 13%;
  width: 25rem;
  z-index: 999;
}

.rideFare {
  font-size: 18px;
}

.ride-detail__userName {
  color: #000;
  font-weight: 600;
  text-align: center;
}

.ride-detail__user-avatar {
  display: grid;
  justify-content: center;
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.ride-detail__user-avatar img {
  width: 5rem;
  height: 5rem;
}

.ride-detail__user-info {
  color: #000;
  font-weight: 600;
  text-align: center;
}

.ride-detail__actions {
  padding: 2rem;
}

.ride-detail__btn {
  background: #000;
  border: none;
  color: #fff;
  font-size: 0.9375rem;
  margin: 0.25rem 0;
  outline: none;
  padding: 0.75rem 1rem;
  width: 100%;
}

.ride-detail__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.ride-detail__result-label {
  font-size: 0.9375rem;
  padding-bottom: 0.5rem;
}

.ride-detail__result-label span {
  color: #000;
  font-weight: 600;
}

/* Chat input container */
.chat-input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: #f7f7f7;
}

/* Chat header styles */
.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Add a box shadow */
}

.chat-partner-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 16px;
}

.chat-partner-details h3 {
  font-size: 20px;
  margin: 0;
}

.chat-partner-details p {
  margin: 0;
}

.chat-header-right {
  justify-content: end;
  align-items: end;
}

.chat-header-right button {
  background: inherit;
  border: none;
}

/* Input field */
.chat-input {
  flex-grow: 1;
  padding: 8px;
  border: none;
  border-radius: 5px;
}

/* Send icon */
.send-icon {
  font-size: 24px;
  color: #007bff;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 30px;
  bottom: 20px;
  background: white;
}

/* Chat bubble style */
.chat-bubble {
  max-width: 40%;
  margin: 8px;
  padding: 10px;
  border-radius: 10px;
  word-wrap: break-word;
}

.chat-messages {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  margin-bottom: 10rem;
  overflow-y: scroll;
}

/* User's message alignment */
.chat-bubble.user {
  background-color: #007bff;
  color: white;
  align-self: flex-end;
}

/* Other's message alignment */
.chat-bubble.other {
  background-color: #f0f0f0;
  color: #333;
  align-self: flex-start;
}

/* Add your additional styling as needed */
/* ... */

@media (max-width: 576px) {
  .newsletter-form {
    flex-direction: column;
    /* Stack input and button */
    align-items: start;
  }

  .newsletter-input {
    width: 80%;
  }
}