@media only screen and (max-width: 767px) {
	
	.header-right-menu {
    right: 0;
	
}
.mobile-menu-container.active {
    left: 0;
}



.mobile-menu-container {
    position: fixed;
    top: 0;
    left: -300px; /* Initially hidden off-screen to the right */
    width: 300px;
    height: 100%;
    background-color: #040404;
    color: #000;
    overflow-y: auto;
    transition: left 0.3s ease-in-out; /* Smooth transition effect */
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

	/*.two-img img{
		object-fit: inherit !important;
	}*/
	.two-img{
		padding-top: 178%;
	}
    .logo a {
        font-size: 70px;
        letter-spacing: 3px;
        line-height: 220px;
		display:none;
    }
	
	.scrolled-50 .logo a{
		display:block !important;
    }

    /*.scrolled-50 .logo {
        justify-content: start !important;
    }*/
	
	.scrolled-50 .header-right-menu ul .menu-icon-btn span{
        display:none;
    }

    .scrolled-50 .logo a {
        font-size: 40px;
        letter-spacing: 0;
    }

    .header-right-menu ul {
        gap: 10px;
    }

    .banner-section {
        height: 800px;
    }

   .two-img-section {
        padding: 0; 
    }
	
	/*.two-img-section a, .two-img img, .banner-section-02 a, .two-img{
		  height: 800px !important;
	}*/
    
	
    .row>* {
        padding:0 !important;
    }
    
    .two-img-section .row {
        row-gap: 0rem;
    }

    .featured-content {
        padding: 0;
        margin-top: 30px;
    }

    .featured-section h3 {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .featured-content h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .featured-content p {
        font-size: 16px;
    }

    .banner-section-img {
        height: 800px;
    }
}