/* @media(max-width: 575px) {
    header {
        padding: 12px 0;
    }
    .logo img {
        max-height: 60px;
    }
    .heading {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .subheading {
        font-size: 13px;
    }
    section {
        padding: 12px 0;
    }
    .banner_section, .grid_section, .collection_section, .black_grid_section, .join_section  {
        padding-left: 12px;
        padding-right: 12px;
    }
    .grid_container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .gray_box, .black_box {
        padding: 24px;
    }
    .gray_box img, .black_box img {
        max-width: 60px;
    }
    .black_box figcaption h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .black_box figcaption p {
        font-size: 13px;
    }
    .gray_box figcaption h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .gray_box figcaption p {
        font-size: 13px;
    }
    .button_area {
        justify-content: center;
        margin-top: 12px;
    }
    .slider_btn {
        width: 44px;
        height: 44px;
    }
    .slider_btn svg {
        width: 16px;
        height: 16px;
    }
    .black_container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    footer h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    footer h4 {
        margin-bottom: 16px;
    }
    .footer_image {
        margin-top: 50px;
    }
    .jeans figcaption, .collection figcaption {
        padding: 24px;
    }
    .jeans figcaption h3, .collection figcaption h3 {
        font-size: 20px;
    }
    .jeans figcaption p, .collection figcaption p {
        font-size: 13px;
    }
} */
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}
@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1760px;
    }
}
@media(max-width: 1280px) {
	.product_title {
		padding: 30px 15px;
	}
	.product_bottom {
		padding: 30px 15px;
	}
}

@media(max-width: 575px) {
	header {
		padding: 0 20px;
	}
	header.menu-open {
		background: rgba(0,0,0,0.4);
		backdrop-filter: blur(10px);
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 12px 0;
	}
	.navbar-toggler-icon {
		filter: invert(1);
	}
	section {
		padding: 40px 8px;
	}
	section h2 {
		font-size: 32px;
	}
	.navbar-toggler {
		background: #FFDC82;
	}
	.banner_caption {
		padding: 80px 20px;
	}
	.caption_block {
		margin: 0;
		padding: 30px 15px;
	}
	.caption_block h1 {
		font-size: 48px;
	}
	.about_section video {
		margin-top: 20px;
		aspect-ratio: 16/9;
	}
	.about_content {
		border: none;
		margin: 20px 0;
	}
	.about_content h3 {
		margin-top: 20px;
	}
	.process_item {
		flex-direction: column;
	}
	.process_count {
		width: 100%;
		font-size: 100px;
		line-height: 70px;
		text-align: left;
	}
	.process_count:after {
		display: none;
	}
	.process_content h4 {
		margin-top: 0;
	}
	.heading {
		padding: 30px 0;
		font-size: 54px;
		line-height: 1;
	}
	.value_content {
		margin: 0;
		padding: 30px 15px;
	}
	section.value_section {
		padding: 40px 20px;
	}
	.contact_list {
		flex-direction: column;
	}
	.contact_list li, .contact_list li:last-child, .contact_list li:first-child {
		padding: 0;
	}
	.contact_list li:nth-child(2) {
		padding: 16px 0;
		margin: 16px 0;
		border: none;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.contact_block {
		padding: 30px 15px;
	}
	.presence_list {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.choose_section {
		flex-direction: column;
	}
	.choose_right {
		width: 100%;
		padding: 60px 20px;
	}
	.choose_list {
		padding-top: 20px;
	}
	.choose_item figure {
		width: 40px;
	}
	.choose_item figure img {
		max-width: 100%;
	}
	.choose_item {
		padding: 20px 0;
		gap: 20px;
	}
	.client_list li:first-child, .client_list li:nth-child(2) {
		display: none;
	}
	.client_list {
		display: none;
	}
	.testimonial_wrapper {
		margin-top: 20px;
	}
	.testimonial_card {
		padding: 30px 15px;
		padding-bottom: 100px;
	}
	.testiomnial_bottom {
		padding: 20px 15px;
	}
	.testimonial_card h4 {
		font-size: 18px;
	}
	.author_name {
		font-size: 21px;
	}
	.author_position {
		font-size: 18px;
	}
	footer {
		padding-top: 0;
		background-size: cover;
	}
	footer > .container {
		padding: 60px 20px 30px;
	}
	.footer_menu_widget {
		border: none;
	}
	footer::before, footer::after {
		display: none;
	}
	footer h5 {
		padding-top: 20px;
		border-top: 1px solid #ffffff33;
		margin-bottom: 20px;
	}
	.footer_menu {
		margin-bottom: 20px;
	}
	.bottom_footer {
		padding: 20px 0;
	}
	.bottom_footer > .container {
		padding: 0 20px;
	}
	footer > .container:after, footer > .container:before {
		display: none;
	}
	.bottom_footer p {
		text-align: center;
	}
	.social {
		justify-content: center;
	}
	.pan_india img {
		max-width: 100%;
	}
	.inner_section {
		padding: 140px 0 0;
	}
	.difference_list {
		flex-direction: column;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
	}
	.difference_list > li {
		padding: 30px 15px;
	}
	.difference_list > li:after {
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		top: 100%;
		left: 0;
		right: 0;
		background: #e0e0e0;
		content: '';
	}
	.philosophy_top {
		padding: 20px 0 0;
		border: none;
	}
	.philosophy_bottom {
		padding: 20px 0 0;
		border: none;
		border-top: 1px solid #e0e0e0;
	}
	.vision_content {
		border: none;
	}
	.team_top {
		padding: 0 0 20px;
		border: none;
		border-bottom: 1px solid #e0e0e0;
	}
	.team_bottom {
		padding: 20px 0 0;
		border: none;
	}
	.single_product_section_top {
		padding-left: 0;
		border-left: none;
	}
	.single_product_section_bottom {
		padding-left: 0;
		border-left: none;
	}
	section.single_product_section h2, section.reverse_product_section h2 {
		margin-top: 20px;
	}
	.single_product_section figure, .reverse_product_section figure {
		aspect-ratio: 1/1;
	}
	.reverse_product_top {
		padding-right: 0;
		border-right: none;
	}
	.reverse_product_bottom {
		padding-right: 0;
		border-right: none;
	}
	.product_image_wrapper {
		border: none;
	}
	.blog_wrapper {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.blog_card:before {
		margin-top: 20px;
	}
	.blog__post h1 {
		font-size: 36px;
	}
	.blog__post figure {
		margin: 20px 0;
	}
	.blog__post figure img {
		aspect-ratio: 16/9;
	}
	.nativation_btn {
		font-size: 12px;
	}
	.nativation_btn figure img {
		width: 40px;
		height: 40px;
	}
	.page_navigation {
		padding: 20px 0;
		margin-top: 20px;
		gap: 20px;
	}
	.nativation_btn h6 {
		font-size: 11px;
	}
	.contact_area {
		flex-direction: column;
	}
	.form_area, .form_content {
		width: 100%;
	}
	.form_area {
		padding: 30px 15px;
	}
	.checkbox_inline {
		flex-wrap: wrap;
		gap: 8px;
	}
	.faq_contact {
		padding: 30px 15px;
	}
	.form_content {
		padding: 30px 15px;
	}
	.resource_list li {
		width: 100%;
	}
	.benefit_card {
		border-right: none;
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 20px;
	}
	.benefit_section .benefit-number {
		font-size: 80px;
		margin-bottom: 40px;
	}
	.image_thumb img {
		aspect-ratio: 4/5;
		object-fit: cover;
	}
	.career_form {
		margin-top: 20px;
		padding: 30px 15px;
	}
	.product_title {
		padding: 30px 15px;
	}
	.product_bottom {
		padding: 30px 15px;
	}
	.product_thumb, .product_block {
		height: 750px;
	}
}