a{
    text-decoration: none;
    ;
}

*{
    font-family: Montserrat;
}


/* Custom CSS for positioning the toggle button on small and medium screens */
@media (max-width: 992px) {
    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
    }
}


  @media (max-width: 1024px) {
    .navbar-nav {
      text-align:start;
    }
    .navbar-collapse {
      background-color:rgb(181, 237, 205); 
      padding: 10px; 
    }
  }

  .dropdown-menu {
    background-color:#a5c6a5;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
    width:3rem;
    height: 3rem;
}

#header-top{
    background-color: #b1e1d1;
}
.head {
    margin-left: 25px;
}
.head-icon{
    height: 53px;
    width:55px;
    color: #065e10;
    margin-right: 10px;
}
#heading{
    text-transform: capitalize;
    margin-top: 10px;
    color: #065e10;
    /* font-style: italic; */
    
}
.head-icon:hover{
    transform: scale(1.1);
    color: #065e10;
}
#home-hd{
    margin-top: 4px;
    color: #065e10;
    font-weight: 500;
    font-size: 20px;
    /* margin-left: 582px; */
}
@media (min-width: 993px) {
    #home-hd {
      margin-left: 582px;
    }
  }
#home-hd:hover{
    color: #042d08;
}
.catagories-hd{
    margin-top: 4px;
    color: #065e10;
    font-weight: 500;
    font-size: 20px; 
   
}
.catagories-hd:hover{
    color: #042d08;
}
.banner-img{
    text-align: center;
}

.carousel-image {
    width: 100%; 
    height: 600px; 
    margin-left: 0;
    margin-top: 32px;
    border-radius:10px;
}

@media (max-width: 1024px) {
    .carousel-image {
        width: 100%;
        height: 250px;
        margin-top: 16px;
        margin-left: -1px;
    }
        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            width: 2rem;
            height: 2rem;
        }
  }

.carousel-control-prev .carousel-control-prev-icon {
    background-color: #488c03;
    color: rgb(2, 30, 2); 
    padding: 10px; 
    font-size: 10px;
    border-radius: 40%;
  }
  .carousel-control-next .carousel-control-next-icon {
    background-color: #488c03;
    color: rgb(2, 30, 2); 
    padding: 10px; 
    font-size: 10px;
    border-radius: 40%;
  }  
#heading-menu{
    text-transform: capitalize;
    font-size: 40px;
    background-color: yellowgreen;
    margin-top: 20px;
}  
@media (max-width: 1024px) {
    #heading-menu {
      font-size: 30px; 
    }
} 

.cap{
    font-size: 17px;
    color: white;
    text-decoration: underline;
    margin-top: 10px;
}
.cap:hover{
   
    color:#7af188
}
@media screen and (min-width: 768px) {
    
    .cap {
        text-align: left; 
        display: inline;
        font-size: 15px;
    }
}

#footer{
    text-align: center;
    color: white;
    background-color: #053b0b;
}


/* CSS for small screens */
@media (max-width: 767px) {
    .image-container {
        margin: 10px ;
        margin-right: 10px;
        text-align: center;
    }
    .cap {
        font-size: 13px;
    }

    .img-style {
        width: 80px;
        height: 90px;
        border-radius: 10px;
        margin-right: 10px;
        display: inline-block;
    }

    .caption {
        text-align: center;
        margin-top: 5px;
    }

    .iconplay {
        font-size: 30px;
        margin-top: 10px;
        color: white;
    }
}

/* CSS for medium screens */
@media (min-width: 760px) and (max-width: 1024px) {
    .cap {
        text-align: left;
        /* display: inline; */
        font-size: 14px;
    }

    .img-style {
        width: 170px;
        height: 150px;
        border-radius: 10px;
        margin-right: 10px;
        display: inline-block;
    }

    .image-container {
        margin-bottom: 10px;
         
    }

    .iconplay {
        font-size: 40px;
        margin-top: 15px; 
        color: white;
    }
}

/* CSS for large screens */
@media (min-width: 1024px) {
    .cap {
        text-align: left;
        display: inline;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .img-style {
        width: 245px;
        height: 150px;
        border-radius: 10px;
    }

    .image-container {
       
        margin-bottom: 10px;
    }

    .iconplay {
        font-size: 50px;
        margin-top: -70px; 
        color: white;
    }
    .iconplay:hover{
        color: #547959;
        transition: 0.3s;
      transition: transform 0.5s;
      transform: scale(1.5);}
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

/* Style for the video container */
.modal-content {
    position: relative;
    max-width: 800px;
    margin: auto;
}

/* Style for the close button */
.close {
    position: absolute;
    top: 15px;
    right: -70px;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
}
.cate-hd{
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}
.cate-hd:hover{
    color:white;
}
.back-icon{
    font-size: 50px;
    
}
.next-icon{
    font-size: 50px;
    margin-top: 20px;
    position: relative;
    top: -76px;
    left: 298px;
    color: black;
}
@media (max-width: 1024px){
#heading-menu {
    font-size: 26px;
}
.next-icon{
    font-size: 37px;
    color: black;
    position: relative;
    top: -61px;
    left: 153px;
}
.modal-content {
    position: relative;
    width: 85%;
    margin: auto;
}

/* Style for the close button */
.close {
    position: absolute;
    top: -94px;
    right: -1px;
    font-size: 66px;
    color: #fff;
    cursor: pointer;
}

}