
    .card {
            width: 100%;
            border-radius: 10px;
        }

        .card img {
            border-radius: 10px 10px 0 0;
            object-fit: cover;
        }

        i.fa-star {
            color: orangered;
        }

        .btn-group i {
            color: orangered;
        }

        .btn-group button:hover {
            background-color: orange;
        }

        .btn-group button:hover i.fa-solid {
            color: black;
        }

        .card-body h2 {
            font-size: 1.2em;
            text-transform: capitalize;
        }

        button:focus {
            outline: none !important;
            /* outline: 5px auto -webkit-focus-ring-color; */
        }
        

    .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: orange;
            width: 30px;
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 15px;
            height: 15px;
            background: orangered;
            transition: all .2s ease;
        }

        
        .owl-carousel .owl-nav button.owl-next,
        .owl-carousel .owl-nav button.owl-prev {
            position: relative;
           
            width: 30px;
            padding: 5px;
            color: black; 
        }

        .owl-carousel .owl-nav button.owl-next:hover,
        .owl-carousel .owl-nav button.owl-prev:hover {
            background-color: transparent;
            border: none !important;
        }

        .owl-carousel .owl-nav button.owl-next::before,
        .owl-carousel .owl-nav button.owl-prev::before {
            width: 100%;
            height: 100%;
            color: orangered;
            
        }

        .owl-carousel .owl-nav button.owl-next::before {
            content: '\f061';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            margin-right: 5px;
        }

        .owl-carousel .owl-nav button.owl-prev::before {
            content: '\f060';
            
            font-family: 'Font Awesome 5 Free';
           
            font-weight: 900;
          
            margin-right: 5px;
        }

        .owl-carousel .owl-nav .owl-next [aria-label="Next"],
        .owl-carousel .owl-nav .owl-prev [aria-label="Previous"] {
            visibility: hidden;
                
        }
        .event-box {
            position: relative;
            border: 3px solid orange;
            padding: 0px;
            margin-bottom: 20px;
            text-align: center;
            background-color: white;
            height:320px;
            border-radius: 10px;

        }

        .event-box img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }

        .event-box h3 {
            margin-top: 0;
            font-size: 14px;
            font-weight: bold;
        }

        .event-box p {
            font-size: 13px;
        }

        .event-box .view-details-btn {
            width: 80%;
            font-size: 15px;
            background-color: black;
            padding: 8px;
            border-radius: 5px;
            text-decoration: none;
            color: white;
            margin-bottom: 5px;
        }

        .event-box .view-details-btn:hover {
            color: white;
            background-color: orange;
        }

        .like-btn {
            bottom: 5px;
            right: 5px;
            font-size: 20px;
            color: red;
            cursor: pointer;
        }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
            .event-box{
                height:300px;
            }
          }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            .event-box{
                height:370px;
            }
        }
        @media screen and (min-width: 601px) and (max-width: 650px) {
            .event-box{
                height:320px;
            }
        }
        
        @media screen and (min-width: 551px) and (max-width: 600px) {
            .event-box{
                height:460px;
            }
        }
        
        @media screen and (min-width: 500px) and (max-width: 550px) {
            .event-box{
                height:445px;
            }
}
@media screen and (min-width: 471px) and (max-width: 500px) {
    .event-box{
        height:420px;
    }
}
@media screen and (min-width: 451px) and (max-width: 470px) {
            .event-box{
                height:400px;
            }
}
@media screen and (min-width: 436px) and (max-width: 450px) {
    .event-box{
                height:390px;
            } 
}
@media screen and (min-width: 416px) and (max-width: 435px) {
    .event-box{
                height:385px;
            }   
}
@media screen and (min-width: 390px) and (max-width: 415px) {
    .event-box{
                height:370px;
            }   
}
@media screen and (min-width: 371px) and (max-width: 390px) {
    .event-box{
                height:360px;
            }   
}
@media screen and (min-width: 351px) and (max-width: 370px) {
    .event-box{
                height:345px;
            }   
}

@media screen and (min-width: 326px) and (max-width: 350px) {
    .event-box{
                height:335px;
            }   
}
@media screen and (min-width: 300px) and (max-width: 325px) {
    .event-box{
                height:320px;
            }   
}
#search-input {
padding: 12px 20px;
margin-right: 10px;
border: none;
border-radius: 8px;
font-size: 16px;
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#date-picker {
padding: 12px 10px;
margin-right: 10px;
border: none;
border-radius: 8px;
font-size: 16px;
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#find-events-btn {
padding: 8px 12px !important;
background-color: black;
color: white;
border: none;
border-radius: 8px !important;
cursor: pointer;
font-size: 15px;
transition: background-color 0.3s;
margin-top: 5px;

}

#find-events-btn:hover {
background-color: orange;
transition: 0.4s;
}

h2 {
        color: #FFA500;
    }
    
    .white-background {
        background-color: orange !important;
    }
    .navbar {
            transition: background-color 0.7s ease; 
        }
        header {
    background-color: orange;
    color: white;
    padding: 30px 20px;
    text-align: center;
}

h1 {
    margin: 0;
}
.search-container {
     padding:10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color:rgba(253, 249, 249, 0.878);
}




@media screen and (max-width: 738px)  {
    #find-events-div{
        width: 100%;
    }
   #find-events-btn{
    width: 100%;
    
   }
}
@media screen and (max-width: 620px) {
    #search-div{
        width: 100%;
    }
    #search-input{
        width: 100%;
    }
    #date-div{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    #date-picker{
        width: 47%;
    }
   
    
}