@media only screen and (min-width: 1600px) {
    .login-banner{
        min-height: calc(100vh - 56px);
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-nav li a {
        transition: transform 0.3s ease, color 0.3s ease;
    }
    .navbar-nav li:hover > a, .navbar-nav li.active > a {
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1025px) {
    .team-card img{
        height: 273px;
    }
    .dont-miss h2{
        line-height: 76px;
        margin-bottom: 30px;
    }
    .navbar-nav li a{
        margin: 0px 8px;
    }
    .login-box{
        top:110px;
    }
}
@media only screen and (max-width: 991px) {
    .header-right{
        display: none;
    }
    .banner-content h1 {
        font-size: 44px;
        padding: 0px 30px;
    }
    .slider{
        height: calc(67vh - 140px);
    }
    .three-category-content, .three-category span{
        left: 50px;
        right: 30px;
    }
    .navbar-nav li a{
        padding: 16px 4px !important;
        display: block;
        border-bottom:1px solid #dddddd;
    }
    .navbar-nav li:hover a, .navbar-nav li.active a{
        border-bottom:1px solid #000000;
    }
    .watch-card img.card-img{
        height: 200px;
    }
    .watch-card p{
        font-size: 16px;
    }
    .watch-card .card-title{
    font-size:24px;
    padding-right:10px;
    }
    .login-box{
        margin: auto;
    }
    .login-banner{
        margin-top: 0px;
    }
    .connect{
        background: none;
    }
    .subtitle br{
        display: none;
    }
    .submenu{
        transform: translateY(0px);
        border-radius: 0px;
        -webkit-border-radius: 0px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .slider-item {
        min-width: 80%;
    }
    .slider-arrows {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }
    .subtitle {
        font-size: 30px;
        flex-direction: column;
    }
    .slider-arrows{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
    
    .header-top .container-fluid{
        flex-direction: column;
        gap: 15px;
    }
    .header-search {
        width:100%;
    }
    .copyright{
        flex-direction: column;
    }
    .three-category-content, .three-category span{
        left: 30px;
        right: 30px;
    }
    .big-text {
        font-size: 20px;
        width: 100% !important;
    }
    .team-card img {
        height: auto;
    }
    .dont-miss h2 {
        line-height: 50px;
        margin-bottom: 30px;
        font-size: 50px;
    }
    .podcasts{
        padding: 0px 15px;
    }
    .login-box{
        top:54px;
    }
    
}
@media only screen and (max-width:575px) {
    .login-box{
        width: 90%;
    }
    .contact-form{
        padding: 50px;
    }
    .stay-connect{
        padding: 50px 30px;
    }
    
}
