
.search-bar-container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        linear-gradient(45.13deg, #9A6E4B 38.56%, #9D6F4D 87.55%);
}

.search-bar-container form {
    /* max-width: 600px;
    width: 80%; */
}

/* img {
    height: 300px;
    width: 200px;
} */

.custom-title {
    background-color: #003f87;
    border-radius: 0 30px 150px 0;
    border: solid 4px #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.custom-title::before {
    content: '';
    color: #fff;
    background-color: red;
    width: 20px;
    aspect-ratio: 1/1;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}

.underline {
    border: solid 3px #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 75%;
}

.underline::before {
    content: '';
    background-color: red;
    width: 20px;
    aspect-ratio: 1/1;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -15px;
}

.card {
    position: sticky !important;
    /* top: 100px !important; */
    margin-top: 100px;
    padding: 36px;
    border-radius: 8px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform-origin: top left;
    transition: transform 0.3s ease;
    z-index: 1;
    color: #fff;
    /* transition: all 6500ms ease-in-out; */
}
.card:hover {
    /* transform: translateY(330px); */
    z-index: 999;
}
.card:hover {
    transform: scale(1.05) translateX(-3px) translateY(20px) rotate(0deg) !important;
    /* scale: 1.2; */
    /* z-index: 999; */
}
.card:nth-child(1):hover {
    transform: scale(1.05) translateX(0) translateY(0) rotate(0deg) !important;
    /* scale: 1.2; */
    /* z-index: 999; */
}

.card img {
    width: 250px;
    height: 250px;
    /* border: 1px solid white; */
    margin-right: 30px;
}


.card:nth-child(1) {
    top: 100px !important;
    rotate: 1deg;
    background-color: #ff7208;
    /* transform: translateY(0px); */
}

.card:nth-child(2) {
    top: 110px !important;
    rotate: 2deg;
    background-color: #07afe1;
    /* transform: translateY(20px); */
}

.card:nth-child(3) {
    top: 120px !important;
    rotate: 3deg;
    background-color: #b33083;
    /* transform: translateY(40px); */
}

.card:nth-child(4) {
    top: 130px !important;
    rotate: 4deg;
    background-color: #f39e00;
    
    /* transform: translateY(60px); */
}

.card:nth-child(5) {
    top: 140px !important;
    rotate: 5deg;
    background-color: #82bd15;
    
    /* transform: translateY(80px); */
}

.card:nth-child(6) {
    top: 150px !important ;
    rotate: 6deg;
    background-color: #ee1f4e;
    
    /* transform: translateY(100px); */
}

.carousal-img {
    width: 100px;
    height: 100px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%) brightness(0);
}

.carousel-indicators [data-bs-target] {
    background-color: black;
}


@media (min-width: 768px) {
    .position-sticky {
        position: sticky;
        top: 0;
    }
}

.card.active,
.card.active:hover {
    z-index: 9999999;
    rotate: 0deg !important;
    margin: 0 auto;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    scale: 1.5;

}



.cardbg {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px !important;
    z-index: 5;
}    
.cardbg a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}
.cardbg.active {
    display: block;
    
}
.body_noscroll {
    overflow: hidden;
    height: 100%;
}
@media screen and (max-width:1000px) {
    .card img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1/1 !important;
        margin: 0 !important;
    }    
    .cards .card {
        rotate: 0deg !important;
    }
    .cards { margin-bottom: 150px;}
}

/* swiper card start */

.swiper {
    width: 350px;
    height: 620px;
  }

  .swiper-slide {
    display: flex;
    align-items: start;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    padding: 24px;
    font-size: 18px;
  }






  .swiper-slide:nth-child(1n) {
    background-color: #ff7208;
  }

  .swiper-slide:nth-child(2n) {
    background-color: #07afe1;
  }

  .swiper-slide:nth-child(3n) {
    background-color: #b33083;
  }

  .swiper-slide:nth-child(4n) {
    background-color: #f39e00;
  }

  .swiper-slide:nth-child(5n) {
    background-color: #82bd15;
  }

  .swiper-slide:nth-child(6n) {
    background-color: #ee1f4e;
  }

  .swiper-slide:nth-child(7n) {
    background-color: rgb(35, 99, 19);
  }

  .swiper-slide:nth-child(8n) {
    background-color: rgb(0, 68, 255);
  }

  .swiper-slide:nth-child(9n) {
    background-color: rgb(218, 12, 218);
  }

  .swiper-slide:nth-child(10n) {
    background-color: rgb(54, 94, 77);
  }
  /* swiper card end */