@font-face {
  font-family: 'Baltiholm-lg2n0';
  src:url('../fonts/Baltiholm-lg2n0.woff') format('woff'),
        url('../fonts/Baltiholm-lg2n0.woff2') format('woff2'),
        url('../fonts/Baltiholm-lg2n0.svg#Baltiholm-lg2n0') format('svg'),
        url('../fonts/Baltiholm-lg2n0.eot'),
        url('../fonts/Baltiholm-lg2n0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Baltiholm-lg2n0.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root{
	--lg-wapper: 11.875rem;
	--input-field:30px;
	--input-height:50px;
	--input-padding:1.25rem;
	--container-padding:3rem;
	--header-height:8rem;
	--fwcontact-icon:30px;	
    /*container*/
    --main-container:1920px;
	--secondary-container:1400px;
	--third-container:1480px;	
	--small-container:900px;  	  
    /*font-family*/
    --main-fonts: "Plus Jakarta Sans", sans-serif;
	--secondary-fonts: "Playfair Display", serif;
	--third-fonts:  'Baltiholm-lg2n0';
	--f-Thin:100;
	--f-Extralight:200;
	--f-Light:300;
	--f-Regular:400;
	--f-Medium:500;
	--f-Semibold:600;
	--f-Bold:700;
	--f-Black:900;	
     /*color*/
    --main-color:#bc8c3a;
    --secondary-color:#26375d; 
	--third-color:#d5a544;
	--fourth-color:#f1eae0;
	--fifth-color:#1e2636;
	--white-color:#ffffff;
	--brown-color:#50362B;
	--brown-color-opacity:rgba(80, 54, 43, 0.6);
	--black-color:#000000;
	--grey-color:#2b2e36;	
	--lightgrey-color:#B4B4B4;	
	--grey-color2:#A2A2A2;
	--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:4.375rem;
    --post-space:1.875rem; 
    --banner-space:2rem;
    --fw-sapce:2rem;
    --block-space:3rem;
    --item-space:1.25rem;
    --header-col:2rem;
    --filter-space:1rem;
	--border-radius:10px;
	--col-gap:0.625rem;
    --tile-height:46rem;
	--gallery-height:50rem;
    /*font-size*/   	
	--size-xxxx-small:0.875rem;/*14*/
    --size-xxx-small:0.9375rem;/*15*/
    --size-xx-small: 1.125rem;/*18*/
	--size-x-small:1.25rem;/*20*/
	--size-small:1.375rem;/*22*/
	--size-xx-medium:1.5rem;/*24*/		
	--size-medium: 1.625rem;/*26*/		
	--size-xx-large: 2rem;/*32*/
	--size-x-large:3.75rem;/*60*/			
	--size-large:5.3125rem;/*85*/
	/*button*/
	--swiper-navigation-size:4rem; 
	--btn-padding:1.5rem;
	--btn-height:50px;
	--btn-width:12.5rem;
	--btn-quantity:3.5rem;
	--btn-size:3rem;
	}


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

:root{
	 --gallery-height:40vw;
}

}
	
@media only screen and (max-width:1800px){
	:root{
		--header-col:1rem;
	}

}

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

	

	
}


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

	
	:root{
       --container-padding:1rem;
		--lg-wapper: 6rem;
		--post-space:1rem;
		--section-space:3rem;
		--item-space: 1rem;
		--block-space:2rem;
	}

	

	
}

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


}


.third-fonts{
    font-family: var(--third-fonts);
}

.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);
}

.third-bg{
	background: var(--third-color);
}
.fourth-bg{
	background: var(--fourth-color);
}
.fifth-bg{
	background: var(--fifth-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;
}


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


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

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

.size-change{
    font-size: var(--size-xx-large);
}