/* Min Width Media Queries */
@media screen and (min-width:600px) {
}
@media (min-width:767px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width:992px) {
	.brand-row {
		margin-left: -25px;
		margin-right: -25px;
	}
	.brand-col {
		padding: 0 25px;
	}
}
@media screen and (min-width: 1200px){
	.logo {
		max-width: 245px;
	}
	.header-wrapper ul li {
		padding: 0 25px;
	}
	.header-wrapper ul li a {
		font-size: 20px;
		line-height: 24px;
	}
	.footer-logo {
		padding-right: 30px;
	}
}
@media screen and (min-width: 1600px){
	.footer-row {
		margin-left: -50px;
		margin-right: -50px;
	}
	.footer-col {
		padding: 0 38px; 
	}
}
@media screen and (min-width: 1700px) {
	.container {max-width: 1720px; } 
	h2, .h2 {font-size: 96px; line-height: 115px; }
	.footer-logo {
		padding-right: 100px;
	}
}



/* Max Width Media Queries */

@media screen and (max-width: 1599px) {
	h1, .h1 { font-size: 75px; }
	.primary-heading, .wholesale-section .primary-heading { font-size: 65px; line-height: 75px; }
	.footer-links li a, .footer-wrapper .section-small-title, .footer-col .link-box a { font-size: 16px; line-height: 20px; }
	.footer-wrapper .desc { font-size: 16px; line-height: 30px; }
	.copyright-txt { font-size: 18px; }
}

@media screen and (max-width: 1295px) {
	.container {max-width: 1260px; }
	h2, .h2 {font-size: 65px; line-height: 75px; } 
	h4, .h4 {font-size: 42px; line-height: 68px; }
	.primary-heading, .wholesale-section .primary-heading { font-size: 60px; line-height: 60px; }
	
}
@media screen and (max-width: 1199px) {
	h2, .h2 {font-size: 84px; line-height: 89.46px; }
	h3 {font-size: 30px; line-height: 36px; }
	h4 {font-size: 26px; line-height: 33.8px; }
	p, .primary-btn { font-size: 16px; line-height: 20px; }
	.footer-wrapper .desc { line-height: 30px; }
	header { top: 20px; }
	.banner-btn { font-size: 16px; line-height: 20px; margin-top: 40px; padding: 25px 30px; }
	.primary-heading, .wholesale-section .primary-heading { font-size: 50px; line-height: 50px; }
	.story-desc .desc { font-size: 20px; line-height: 36px; margin-bottom: 20px; }
	.story-desc { padding-left: 0; }
	.wholesale-section .story-desc { padding-right: 0; }
	.brand-heading { font-size: 70px; line-height: 70px; }
	.footer-col .link-box a, .footer-links li a { font-size: 16px; line-height: 20px; }
	.footer-links li { padding-bottom: 20px; }

}
@media screen and (max-width: 991px) {
	h1, .h1 { font-size: 55px; line-height: 55px; }
	.header-wrapper ul li a { font-size: 14px; line-height: 18px; letter-spacing: 3px; }
	.banner-txt { padding-top: 0; align-items: center; }
	.banner-txt p { font-size: 14px; line-height: 18px; letter-spacing: 3px; }
	.banner-btn { font-size: 14px; line-height: 18px; letter-spacing: 3px; padding: 20px; margin-top: 30px; }
	.story-section { padding-top: 100px; }
	.brand-section { padding: 60px 0; }
	.brand-box { margin-bottom: 40px; }
	.brand-heading { font-size: 50px; line-height: 50px; }
	.wholesale-section { padding-top: 40px; }
	.contact-section { padding-top: 100px; }
	.contact-section .form-wrapper { margin-top: 60px; }
	.footer-col { padding-bottom: 40px; }
	.newsletter-wrapper { margin-top: 30px; padding: 30px; }
	.newsletter-info .section-small-title { margin-bottom: 10px; }
	.form-input { font-size: 16px; }
	.primary-btn { font-size: 16px; line-height: 20px; }
	footer { margin-top: 100px; padding-top: 60px; }
	.footer-wrapper { padding-bottom: 20px; padding-top: 60px; }
}
@media screen and (max-width: 767px) {
	.header-wrapper { padding-right: 20px;}
	.banner-txt { padding-top: 120px; }
	.banner-txt h1 { font-size: 45px; line-height: 45px; }
	.story-img { max-width: 280px; padding-right: 0; }
	.story-img:after, .wholesale-section .story-img:after { left: 20px; top: 20px; width: 100%; }
	.story-desc { padding-top: 60px; }
	.section-small-title { margin-bottom: 10px; }
	.subtitle { margin: 20px 0; }
	.wholesale-section .story-img { padding-left: 0; padding-right: 0; }
	.contact-section .form-wrapper { padding: 40px; }
	.footer-wrapper { text-align: center; }
	.footer-logo { max-width: 200px; margin: auto; margin-bottom: 30px; }
	.footer-links li { padding-bottom: 15px; }
	.footer-wrapper .section-small-title { margin-bottom: 5px; }
	nav { position: fixed; box-shadow: 0 4px 24px 0 #F5F5F526; transform: translateX(100%); transition: all 0.6s ease; top: 0; bottom: 0; right: 0; display: flex; flex-direction: column; height: 100vh; background: #129b9e; z-index: 10000; padding: 30px; width: 260px; padding-top: 80px; }
	nav.open { transform: translateX(0); }
	nav ul { flex-direction: column; gap: 30px; }
	header .navigation-hamburger, header nav .navigation-hamburger { display: block; }
	header nav .navigation-hamburger { position: absolute; right: 15px; top: 30px; }
}
@media screen and (max-width:640px) {
	.banner, .banner-bg { height: 420px; }
	.form-input { margin-bottom: 30px; }
	.banner-bg img { object-fit: cover; height: 100%; }
	.story-section, .contact-section { padding-top: 50px; }
	.primary-heading, .wholesale-section .primary-heading, .brand-heading { font-size: 40px; line-height: 40px; }
	.brand-heading { padding-right: 30px; }
	.primary-btn, .contact-section .primary-btn { width: 100%; min-width: auto; }
	footer { margin-top: 50px; }
	.contact-section .form-wrapper { margin-top: 30px; }
	.wholesale-section { padding-top: 20px; }
	.brand-section { padding: 40px 0; }
	.newsletter-wrapper { flex-wrap: wrap; }
	.newsletter-wrapper .input-wrapper { padding-right: 0; padding-bottom: 20px; }
}