
@media (max-width: 1024px) {
    .navbar-brand img {
        height: auto;
        width: 190px;
    }
    .navbar-nav .nav-item .nav-link{
        font-size: 11px;
        padding: 4px 5px;
    }
 
}

@media (max-width: 991px) {
    .navbar-brand img {
        height: auto;
        width: 239px;
        margin-top: -10px;
    }
   #navbarNavDropdown{
        background-color: white !important;
        color: black;
        padding:10px;
        box-shadow: 0 3px 2px #c1c1c1;
        border-radius: 0px 0px 5px 5px;
    }
    #navbarNavDropdown ul {
        
        margin-left: 0;
       

    }
}

@media (max-width: 767px) {
    .top-bar {
        display: flex;
        justify-content: space-between;
    }

    .top-bar-2 {
        display: flex;
        justify-content: center;
    }

    .carousel-track {

        align-items: center;
    }

    .sec-container {
        padding: 10px 0px;
    }

    .top-item {
        display: block;
    }

    .email {
        margin-left: -50px !important;
    }

    .navbar-brand img {
        height: auto;
        width: 210px;
        margin-top: -8px;
    }
    .navbar {
        top: 72px;
        height: auto;
    }
    .carousel-inner{
        margin-top: 70px;
    }
    #navbarNavDropdown{
        background-color: white !important;
        color: black;
    }

}

@media (max-width: 575px) {

    .Explore,
    .section-title,
    .first-container h3 {
        font-size: 25px;
    }

    .usefull-links-2 {
        margin-top: 0px;
    }

    .top-item {
        display: block;
    }

    .breadcrumb {
        display: flex;
        justify-content: start !important;
        margin-left: 27px;
    }

    .navbar-brand img {
        height: auto;
        width: 200px;
    }
 

}

@media (max-width: 425px) {
    .top-item {
        display: block;
    }

    .about-card {
        width: 100%;
    }

    .navbar-brand img {
        height: auto;
        width: 186px;
    }
    /* .navbar{
        margin-top: 30px;
        height: auto;
    }
    .carousel-inner{
        margin-top: 80px;
    } */
}

@media (max-width: 320px) {
    .top-btn {
        padding: 2px 4px !important;
    }

    .usefull-links-2 {
        margin-top: -165px;
        padding-left: 44%;
    }

    .top-bar a {
        font-size: 12px;
        margin-top: -10px;
    }

    .top-bar-2 a {
        font-size: 11px;
        margin-top: 1px;
    }
    /* .navbar{
        margin-top: 10px;
        height: 60px;
    }
    .carousel-inner{
        margin-top: 59px;
    } */
}