@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
*{
  scroll-behavior: smooth;
  font-family: "Comfortaa",serif;
}
.dropdown button{
    color: white;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active,
.show .dropdown-toggle {
  background-color: inherit !important; /* Keep the original background */
  color: wheat !important; /* Keep the original text color */
  border-color: none !important;
   /* Keep the original border color */
  box-shadow: none !important; /* Remove any unwanted focus outline */
}

marquee{
  font-size: 1vw;
}
nav{
  z-index: 10;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2), 0 10px 20px 0 rgba(0,0,0,0.19);
}
.carousel-item{
  object-fit: cover;
  max-height: 600px;
}
.main{
  justify-content: center;
}
.one{
  justify-content: center;
  gap: 9%;
}
.one h1{
  /* padding: 4% 0% 0% 7%; */
  text-align: center;
}
.types-card {
  transition: transform 0.2s ease-in-out;
}
 
.card{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.types-card:hover {
  transform: scale(1.05);
}
.card .btn{
  color: white;
  margin-bottom: 2%;
  background-color: #03045e;
  transition: 0.3s;
}
.card .btn:hover{
  background-color: #030441;
  color: white;
  transform: scale(1.08);
}
