/* @import url('https://fonts.googleapis.com/css2?family=Quando&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: gainsboro;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Inter", sans-serif;
}

/* body {
    font-family: 'Inter', sans-serif;
} */

.zIndex {
  z-index: 1;
}

.Zindex {
  z-index: 99;
}

.new-Zindex {
  z-index: 10;
  background-color: #fbf0d1;
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #dc3545;
  transition: width 0.5s;
}
#dropdown li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #dc3545;
  transition: width 0.5s;
}
.footer li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #dc3545;
  transition: width 0.5s;
}

.footer li a:hover::before {
  width: 100%;
}
ul li a:hover::before {
  width: 100%;
}
#dropdown ul li a:hover::before {
  width: 100%;
}

/* p{
    color: ;
} */

/* .preloader{
    background: #EADFD8 url(../dist/img/loader.png) no-repeat center center;
    background-size: 30%;
    height: 100vh;
    width: 100%;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    } */

.whiteBlur {
  background-color: #ffffffca;
}

.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)),
    url(../dist/img/hero-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.coming-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)),
    url(../dist/img/scooter.jpg);
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.footer-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)),
    url(../dist/img/WhatsApp\ Image\ 2025-05-25\ at\ 15.50.28_0342b1dd.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 25em;
}

.courses-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.courses-grid-container1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.course-1 .img .text {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.course-1 .img-1 .text {
  background-color: rgba(0, 0, 0, 0.2);
  width: 20rem;
  height: 100%;
}

.play {
  background-color: rgba(255, 255, 255, 0.26);
  border: 2px solid white;
}

@media only screen and (max-width: 1023px) {
  nav #burger:checked ~ ul {
    right: 0%;
    transition: all 0.3s ease;
    background-color: white;
    padding-left: 2em;
    padding-right: 2em;
    line-height: 3;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .courses-grid-container1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
