.hero1{
    background-image: url("../images/home.jpg");
    height: 90vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.height1{
    height:90vh;
}
.bold{
    font-weight: bold;
}
.flex{
    display:flex ;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.white{
    color:white;
}
.family{
    font-family: "Kavoon";
}
.fontsizeh1{
    font-size: 65px;
}
.align{
 text-align: center;
}
span{
    color:#FF8F50;
}
.margin_8{
    margin-top: 8%;
}
.widthimage1{
    width: 100%;
}

.HELLOimage{
    width: 100%;
    border-radius: 10px;
    display: block;
    margin: auto;
    animation: floatEffect 5s infinite ease-in-out; /* Continuous animation */
}

/* Keyframes for continuous floating & rotating */
@keyframes floatEffect {
    0% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }
    25% {
        transform: translateY(-10px) rotate(2deg) scale(1.02);
    }
    50% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }
    75% {
        transform: translateY(10px) rotate(-2deg) scale(1.02);
    }
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }
}



.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.card-image {
    position: relative;
    width: 100%;
    height: 100%; /* Set a fixed height for consistency */
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.price {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
}

.category {
    position: absolute;
    top: 10px;
    right: 10px;
    background: orange;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    color: white;
}

.card-content {
    padding: 15px;
    padding-bottom: 20%;
}

.location {
    color: orangered;
    font-weight: bold;
    margin-bottom: 5px;
}

.title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}


.widthgallery{
    width: 100%;
}
.button1{
 background-color: #FF8F50;
 color:white;
 border: none;
 padding: 18px 30px;
 border-radius: 30px;
 font-weight: bold;
}
.button2{
   
    color:rgb(0, 0, 0);
    border: none;
    border: 1px solid black;
    padding: 18px 30px;
    border-radius: 30px;
    font-weight: bold;
    background-color: transparent;
}
.button2:hover{
   
    color:rgb(255, 255, 255);
    background-color: #FF8F50;
    border: none;
   
}

.backgroun2{
    background-image: url("../images/Rectangle 37 (1).png");
    height:100%;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding:10% 0%;
}
.form-control{
    padding:16px;
}








.testimonial-section {
    padding: 50px 20px;
    text-align: center;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #777;
    margin-bottom: 30px;
}

.swiper {
    width: 100%;
    padding: 20px;
}

.testimonial-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
     width:100%;
     height:300px;
    margin: auto;
}

.testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial-card h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.stars {
    color: #FFA500;
    margin-bottom: 10px;
}

.swiper-pagination {
    position: relative;
    margin-top: 15px;
}

.swiper-pagination-bullet {
    background: #FFA500;
    width: 10px;
    height: 10px;
    margin: 5px;
}

.swiper-pagination-bullet-active {
    background: #FF4500;
}

.nav-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.nav-buttons button {
    background-color: white;
    border: 1px solid #FFA500;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 18px;
    margin: 0 10px;
    color: #FFA500;
    border-radius: 5px;
}

.footerbackground{
    background-color: #191511;
    color:white;
    padding:5% 0%;
}
.borderright{
    border-right: 1px solid #FFA500;
}
.footerbottom{
    background-color: #302D27;color:white;padding:1%;
}
.centerpad{
    padding-left: 5%;
}

a{
    text-decoration: none;
    color:inherit;
}

/* ......................navbar */
.button3{
    background-color: #FFA500;
    color:white;
    padding:12px 30px;
}
.button3:hover{
    background-color: #FFA500;
    color:white;
    padding:12px 30px;
}
.nav-link{
    color:white;
    font-size: 22px;
    font-family: "kavoon";
}
.nav-link:hover{
    color:white !important;
    font-size: 22px;
    font-family: "kavoon";
}

.position{
    position:absolute; z-index:2000;width:99vw;
  }
 
  /* Style for small screen */
@media (max-width: 767px) {
    .navbar-toggler {
        color: white;  /* Set color of toggler icon to white */
        border-color: white;  /* Border color of toggler icon */
        font-size: 25px;
    }
    
   
    
    .hlobro {
        background-color: rgba(0, 0, 0, 0.322); /* Black background behind the menu on small screens */
    }
}

@media(max-width:768px){
    .backnavbar{
        background-color: #191511;
        color:white;
    }
    .fontsizeh1{
        font-size: 35px;
    }
    
}



.cart-notification {
    background-color: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 50%;
    position: relative;
    top: -10px;
    left: -5px;
}
.cart-count {
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 4px 7px;
    position: absolute;
    top: -5px;
    right: -10px;
}



.end{
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}






















