:root{
	--lg-wapper:170px;
	--input-field:30px;
	--input-height:60px;
	--input-padding:20px;
	--container-padding:2.5rem;
	--header-height:150px;
	--fwcontact-icon:30px;	
    /*container*/
    --main-container:1920px;
	--secondary-container:1400px;
	--third-container:1480px;	
	--small-container:900px;  	  
    /*font-family*/
    --main-fonts:"Montserrat", 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:#975a67;
    --secondary-color:#272729;
	--white-color:#ffffff;
	--brown-color:#50362B;
	--brown-color-opacity:rgba(80, 54, 43, 0.6);
	--black-color:#000000;
	--grey-color:#282828;	
	--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:2.5em;
    --post-space:2em; 
    --banner-space:3rem;
    --fw-sapce:0.5rem;
    --block-space:4.375rem;
    --item-space:1rem;
    --header-col:2rem;
    --filter-space:0.4rem;
    --tile-padding:20px;
    --tile-height:50vw;
    /*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.5rem + ((1vw - 9.92px) * 2.451));/*40*/	
	--size-xx-large:calc(1.5rem + ((1vw - 0.62rem) * 4.902));/*50*/
	--size-large: calc(2.5rem + ((1vw - 9.92px) * 9.8039));/*80*/
	/*button*/
	--swiper-navigation-size:4rem; 
	--btn-padding:1.5rem;
	--btn-height:2.75rem;
	--btn-width:12.5rem;
	--btn-quantity:3.2rem;
	--btn-size:3.25rem;
	}

	body{
		font-size:1em;
	}

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


@media only screen and (max-width:1400px) {		
		
	: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;
}
	
.bg-01{
	background:#e0c678;
}	

.bg-02{
	background:#8ca3a1;
}

.bg-03{
	background:#e8b092;
}

	
.pink-bg{
	background:#BF2249;
}

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

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

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