/*--------------------- Responsive (Start) ---------------------*/
@media (max-width: 991px){

    html{
        font-size: 55%;
    }

    .header .navbar{
        display: none;
    }

    .header #menu-btn{
        display: initial;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0; 
        left: -110%; 
        height: 100%;
        width: 30rem;
        z-index: 10000;
        overflow-y: auto; 
        max-height: 100%;
        background: var(--white);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border: 0.3rem solid var(--main-color);
        border-right: none;
        border-left: none;
        -webkit-box-shadow: var(--box-shadow);
                box-shadow: var(--box-shadow);
    } 

    .mobile-menu.active {
        left: 0;
    }
    
    .mobile-menu #close-side-bar {
        position: absolute;
        top: 1rem;
        right: 2rem;
        font-size: 2.5rem;
        cursor: pointer;
        color: var(--secondary-color);
    }
    
    .mobile-menu #close-side-bar:hover {
        color: var(--main-color);
    }
    
    .mobile-menu .mobile-navbar {
        padding-top: 6rem;
    } 

    .mobile-navbar .main-nav-link{
        background-color: var(--white);
        color: var(--secondary-color);
        font-size: 2rem;
        font-weight: bold;
        cursor: pointer; 
        width: 100%;
        padding: 1.2rem 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify; 
        justify-content: space-between; 
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-navbar .main-nav-link a{
        color: var(--secondary-color);
    }

    .mobile-navbar .main-nav-link:hover a{
        color: var(--white);
    }

    .mobile-navbar .main-nav-link:hover,
    .mobile-navbar .main-nav-link.active{
        background-color: var(--main-color);
        color: var(--white);
        border-color: var(--main-color);
    }
    
    .mobile-navbar .sub-nav-link {
        padding-left: 2rem;
        padding-bottom: 1rem;
        border-bottom: 0.2rem solid rgba(0, 0, 0, 0.2);
        display: none;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
    
    .mobile-navbar .sub-nav-link a{
        color: var(--black);
        display: block;
        padding: 1rem 0rem;
        font-size: 1.8rem;
        font-weight: 400;
    }
    
    .mobile-navbar .sub-nav-link a:hover{
        color: var(--black);
    }
    
    .mobile-menu::-webkit-scrollbar{
        width: 0.8rem; 
    }
    
    .mobile-menu::-webkit-scrollbar-thumb{
        border-radius: 1rem;
        background-color: var(--black);
    }
    
    .mobile-menu::-webkit-scrollbar-track{
        background: var(--white);
    }

    .about-us .history .box-container img {
        height: 35rem;
    }

    .blog.grid, .blog.list{
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }

    .footer .box-container {
        -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
    }
    
}

@media (max-width: 768px){
	.modal-content{
        width: 90% !important;
    }
    tbody {
        width: 100%;
        display: contents;
    }
	.team-details .info-item h2{
		font-size: 2.4rem;
	}
    section {
        padding: 2rem;
    }

    .header .header-1 .live {
        padding: 1rem;
    }

    .header .header-2{
        padding: 0rem 2rem;
    }

    .header .header-contacts {
        clip-path: none;
    }

    .footer{
        padding: 0rem 2rem;
    }

    .home-item .content{ 
        padding: 2rem 10%;
        padding-top: 8rem;
    }

    .about-us .history .box-container .content {
        flex-wrap: wrap;
    }

    .fixture-item,
    .up-event-item {
        flex-wrap: wrap;
    }

    .fixture-item .fixture-content,
    .up-event-item .fixture-content {
        border-left: none;
    }

    .home-single-result .team-content .image-logo.left {
        flex-direction: column-reverse;
    }

    .home-single-result .team-content .image-logo.right {
        flex-direction: column;
    }

    .shop{
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
    .home-latest-result .item img {
        height: 40rem;
        width: 43rem;
        margin-bottom: 0.5rem;
    }
    img.auction-img {
        height: 37rem;
        width: 43rem;
        margin-bottom: 0.5rem;
    }
    table.table.table-title {
        overflow-x: scroll;
        display: block;
    }
    .up-event-item .fixture-event {
        justify-content: left;
    }
    .product-details .product-des .image-container {
        width: 46rem;
    }
    .image .mob{
        height: auto;
    }
    
}

@media (max-width: 450px){

    .modal-content{
        width: 90% !important;
    }
    tbody {
        width: 100%;
        display: contents;
    }
    .team-details .info-item h2{
		font-size: 2.4rem;
	}
    html{
      font-size: 50%;
    }

    section {
        padding: 1rem;
    }

    .header .header-2{
        padding: 0rem 1rem;
    }

    .footer{
        padding: 0rem 1rem;
    }

    .home-item .content{ 
        padding: 2rem 14%;
        padding-top: 8rem;
    }

    .contact-form .input-box{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .contact-form .input-box .box{
        width: 100%;
    }
    
    .form .input-box .box{
        width: 100%;
    }

    .cart .cart-summary{
        width: 100%;
    }

    .leave-reply form .input-box .box{
        width: 100%;
    }
    .home-latest-result .item img {
        height: 40rem;
        width: 43rem;
        margin-bottom: 0.5rem;
    }
    img.auction-img {
        height: 37rem;
        width: 39rem;
        margin-bottom: 0.5rem;
    }
    table.table.table-title {
        overflow-x: scroll;
        display: block;
    }
    .up-event-item .fixture-event {
        justify-content: left;
    }
    .product-details .product-des .image-container {
        width: 46rem;
    }
    .image .mob{
        height: auto;
    }
    
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
/*--------------------- Responsive (End) ---------------------*/


