:root{
    --color:#2c558f;
    --colorwhite:white;
}
body{
    background-color:#f2f7fb !important;
    padding-top: 100px;
}
.welcome-wrapper {
  text-align: center;
}
.c1 {
  color: var(--color) !important;
  font-family: 'Playfair Display', serif;;
  font-weight: 275;
  font-style: normal;
  font-size: 65px;
  overflow: hidden;
  white-space: nowrap;
  border-right: 5px solid black;
  width: 0;
  animation: x 3s ease-out forwards;
  display: inline-block;
}
@keyframes x {
  0% { width: 0; }
  100% {
    width: 1000px;
    border-right:5px transparent solid;
  }
}
.category-wrapper .navbar-nav.f2 {
  width: 100%;
  justify-content: center !important;
}
.category-wrapper .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.f2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding-left: 0 !important;
}
.f1{
    margin-left: 500px;
    font-size: 19px;
}
.f2 li {
  position: static !important;
  left: 0 !important;
}
.f2 li a:hover{
    color:var(--color) ! important;
}
.f5:hover{
  background-color: var(--color) ! important;
  border-color: var(--colorwhite)! important;
  color: var(--colorwhite) ! important;
}
.f5{
    border-color:var(--color) ! important ;
    color: var(--color) ! important;
}
.f10{
  font-size: 32px !important;
  color: #2c558f !important;
  width: 90%;
  /* font-weight: 400 !important; */
  font-style: normal !important;
  font-weight: bold;

}
.f50 {
    margin-top: 100px;
}
.f50 .f60:hover{
transform: scale(.9);
}
.f15{
  color: rgb(160, 134, 134) !important;
  font-size: 25px !important;  
}
.f30{
  margin-top: 100px;
  text-align: center;
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  color:oklch(28.131% 0.18513 265.028);
}
.f50 .c2{
  width: 1000px !important;
}
.product-card {
  padding: 15px;
}
.product-card .card {
  background-color: #ffffff; 
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease;
}
.product-card .card:hover {
  transform: scale(.9);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}
.product-card img {
  height: 400px;
  object-fit: contain;
  padding: 10px;
}
/* .product-card .card-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  min-height: 48px;
} */
.product-card .card-text {
  font-size: 16px;
  text-align: center;
  color: #666;
  min-height: 40px;
}
.product-card .btn {
  font-size: 13px;
  padding: 6px 10px;
}
.a1 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #5ab0ee !important;
}
.a1:hover {
  color: #2467a8 !important;
}
.a1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #2467a8;
  transition: width 0.3s linear;
}
.a1:hover::after {
  width: 100%;
}
/*                                   media query                          */
@media screen and (max-width: 576px) {
  h1.c1 {
    font-size: 22px;
    text-align: center;
    animation: none;
    width: auto;
    margin: 20px auto;
    border-right: none;
    white-space: normal;
  }
  .f30 {
    font-size: 18px;
    white-space: normal;
    padding: 0 10px;
  }
  h1.c1 {
    font-size: 42px;
    text-align: center;
  }
  .f30 {
    font-size: 38px;
  }
  .f50 {
    font-size: 20px;
  }
  .f60 {
    font-size: 16px;
  }
  .f10 {
    font-size: 14px;
  }
  .f15 {
    font-size: 13px;
  }
  .f5 {
    font-size: 12px;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .card {
    margin-bottom: 20px;
  }
  .card-body {
    padding: 10px;
  }
  .card-img-top {
    height: 200px;
    object-fit: cover;
  }
  .product-card {
    padding: 10px;
  }
  .container {
    padding: 0 10px;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  h1.c1 {
    font-size: 40px;
    margin-left: 40px;
    animation: x 3s ease-out forwards;
    white-space: nowrap;
  }
  .f30 {
    font-size: 38px;
    padding: 0 15px;
  }
  .f50 { font-size: 28px; }
  .f60 { font-size: 20px; }
  .f10 { font-size: 18px; }
  .f15 { font-size: 16px; }
  .f5  { font-size: 14px; }
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-nav .nav-item {
    width: 100%;
    margin-bottom: 8px;
  }
  .card-img-top {
    height: 300px;
    object-fit: cover;
  }
  .product-card { padding: 15px; }
  .container { padding: 0 20px; }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  h1.c1 {
    font-size: 50px;
    margin-left: 80px;
    animation: x 3s ease-out forwards;
  }
  .f30 {
    font-size: 32px;
    padding: 0 20px;
  }
  .f50 { font-size: 30px; }
  .f60 { font-size: 22px; }
  .f10 { font-size: 20px; }
  .f15 { font-size: 18px; }
  .f5  { font-size: 16px; }
  .navbar-nav {
    flex-direction: row;
    justify-content: center;
  }
  .navbar-nav .nav-item {
    margin: 0 10px;
  }
  .card-img-top {
    height: 350px;
  }
  .product-card {
    padding: 20px;
  }
  .container {
    padding: 0 30px;
  }
}

