:root{
	--lg-wapper:100px;
	--input-field:30px;
	--input-height:60px;
	--input-padding:20px;
	--container-padding:2rem;
	--header-height:150px;
	--fwcontact-icon:30px;	
    /*container*/
    --main-container:1640px;
	--secondary-container:1400px;
	--third-container:1480px;	
	--small-container:900px;  	  
    /*font-family*/
    --main-fonts:"Barlow", sans-serif;
	--secondary-fonts:"Poppins", sans-serif;
	--third-fonts:'segoeui'; 
	--f-Thin:100;
	--f-Extralight:200;
	--f-Light:300;
	--f-Regular:400;
	--f-Medium:500;
	--f-Semibold:600;
	--f-Bold:700;	
     /*color*/
    --main-color:#000675;
    --secondary-color:#C3061C;
	--white-color:#ffffff;
	--brown-color:#50362B;
	--brown-color-opacity:rgba(80, 54, 43, 0.6);
	--black-color:#000000;
	--grey-color:#212020;	
	--lightgrey-color:#EFEFEF;	
	--grey-color2:#707070;
	--gradient-1:linear-gradient(to right, #002375 , #00033B);
	--gradient-2:linear-gradient(to right, #000675 , #C3061C);
	--gradient-3:linear-gradient(to right, #6E0812	 , #C3061C);
    /*space*/  
    --box-space:0.625rem;
    --section-space:5em;
    --post-space:2em; 
    --banner-space:3rem;
    --fw-sapce:2rem;
    --block-space:4.375rem;
    --item-space:1rem;
    --header-col:2rem;
    --filter-space:1rem;
    /*font-size*/   	
    --size-xxx-small: 0.975em;/*15*/
    --size-xx-small: 1.125em;/*18*/
	--size-x-small:1.25em;/*20*/
	--size-small:1.375em;/*22*/
	--size-xxx-medium:1.5em;/*24*/
	--size-xx-medium: 1.875em;/*30*/		
	--size-medium:calc(1.25rem + ((1vw - 9.92px) * 2.451));/*35*/	
	--size-xxx-large:calc(1.875rem + ((1vw - 9.92px) * 2.451));/*40*/	
	--size-xx-large:calc(1.875rem + ((1vw - 0.62rem) * 4.902));/*50*/
	--size-large:calc(2.5rem + ((1vw - 9.92px) * 7.3529));/*70*/
	/*button*/
	--swiper-navigation-size:4rem; 
	--btn-padding:1.5rem;
	--btn-height:3.75rem;
	--btn-width:12.5rem;
	--btn-quantity:2.5rem;
	--btn-size:3.75rem;
	}

	body{
		font-size:1em;
	}

@media (min-width:1400px) {
	:root{
		--size-medium:30px;
		--size-xxx-large:40px;
		--size-xx-large:50px;/*50*/
		--size-large:70px;/*70*/
	
	}
	
}


@media only screen and (max-width:1366px) {	
	
	
		
	:root{
		--container-padding:1rem;
	}
		
	
}	


@media only screen and (max-width:992px) {

	:root {
		--btn-size:3.5rem;		
		--item-space:0.5rem;
		--section-space:3.5rem;
		--banner-space:2rem;	
		
		
		--size-medium:25px;/*35*/
		--size-xxx-large:30px;
		--size-xx-large:30px;
		--size-large:40px;
		
		
	}
	
}

@media only screen and (max-width:575px) {
	
	
	
	
	
}


.white-color{
	color:var(--white-color);
}

.black-color{
	color:var(--black-color);
}

.grey-color{
	color:var(--grey-color);
}



.main-color{
	color: var(--main-color);
}

.secondary-color{
	color: var(--secondary-color);
}

.main-container{
	max-width:var(--main-container);
	
}


.small-container{
	max-width:var(--small-container);
}

.secondary-container{
	max-width:var(--secondary-container);
}


.main-bg{
	background: var(--main-color);
}

.secondary-bg{
	background: var(--secondary-color);
}

.black-bg{
	background: var(--black-color);
}

.white-bg{
	background: var(--white-color);
}


.brown-bg{
	background: var(--brown-color);
}

.brown-bg-opacity{
	background: var(--brown-color-opacity);
}



.lightgrey-bg {
	background: var(--lightgrey-color);
}

.gradient-1-bg{
	background: var(--gradient-1);
}

.gradient-3-bg{
	background: var(--gradient-3);
}

.green-bg{
	background: #4AA596;
}

.green-bg02{
	background:#86C9BE;
}

.grey-bg{
	background:var(--grey-color);
}

.grey-bg02{
	background:#E8E8E8;
}
	
	
	
.pink-bg{
	background:#BF2249;
}

.pink-bg02{
	background:#73142C;
}
	
.black-bg{
	background:#000000;
}

.f-Semibold{
	font-weight:var(--f-Semibold);
}
