/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1650939942
Updated: 2022-04-26 02:25:42

*/
:root{

    /* font size */
    --o-type-display-1:1.4rem ;
    --o-type-display-2: 2rem;
    --o-type-display-3:3.4rem;

    /* line height */
    --o-type-line-height-1: 1.14706;
    --o-type-line-height-2: 1.25;
    --o-type-line-height-3: 2.07143;

    /* font bold */
    --o-type-thin: 100;
    --o-type-extralight: 200;
    --o-type-light: 300;
    --o-type-normal: 400;
    --o-type-medium: 500;
    --o-type-semibold: 600;
    --o-type-bold:700;
    --o-type-extrabold:800;
    --o-type-black: 900;
    /* color */
    --o-color_white:#ffffff;
    --o-color_black: #000000;
    --o-color_yello: #b58d3d;
    --o-color-blackyello: #6c511a;
    --o-color_grey: #393438;
    --o-color_green:#005861;
    --o-color_red: #98252D; 
    --o-default: none;
}
body{
	overflow-x:hidden;
}

*, body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	
}

.m-header-main{
    position: fixed;
    z-index: 8;
    width: 100%;
   transition: all 0.5s;
   color:#1A3C35;
	background-color: #ffffff;
   z-index: 99;
  padding: px 0;
	font-size: 15px;
}

.m-header-main .elementor-container{
display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 100%;
    width: 1230px;
    padding: 0 10px;
    font-size: 16px;
}
.m-header-main.active{
    background-color: var(--o-color_white);
     box-shadow: 0 16px 16px 0 rgb(63 63 63 / 5%);
     padding: 0;
}
.m-header-main:not(.active){
	color:var(--o-color_black);
}
.m-header-main:not(.active) .logo__sticky{
	display:none;
}

.m-header-main.active .logo__sticky{
	display:block;
}
.m-header-main.active .logo_point{
	display:none;
}


.m-header-main.active .m-nav__link a{
    color: #1A3C35;

}
.m-logo img{
    height: 80px;
    width: auto;
    transition: all 0.8s;
  
}


.m-nav__list{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    cursor:pointer;
    padding-left: 0;
}
.m-nav__list-item{
    margin-right: 1.25rem;
}
.m-nav__list-item:nth-last-child(1){
    margin-right: 0;
}
.m-nav__link a{
    font-family: "EB Garamond", Sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    text-decoration: none;
    text-transform: uppercase;
    color: #1A3C35;
    transition: opacity 0.5s;
}
.m-nav__link a:hover{
     color: #1A3C35;
}
.btn__toggle, .btn__toggle_close{
	display:none !important;
    color: var(--o-color-default);
}
 .btn__toggle_close{
    position: absolute;
    top: 20px;
    right: 20px;
    }
#check__toggle:checked ~ .m-nav{
display:flex;
	
}
/*banner*/
.bg__banner_overlap{
position:relative;
	max-height: 720px;
}
.bg__banner_overlap::after{
content:'';
position:absolute;
left: 0;
top:0;
height: 100%;
width: 100%;
	background: rgba(0, 0, 0, 0.2) !important;
}


/* footer */
footer a:hover{
	opacity: 0.5 !important;
}
.m-footer{
    padding: 50px 0;
    font-family: fontnimbusroman;
    letter-spacing: 1px;
}
.m-footer, .m-footer a{
    color: var(--o-color_yello);
}
.m-footer__text-title{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.m-footer ul{
    list-style: none;
}
.m-footer__form-group{
    display: flex;
}
.m-footer__form-group .m-footer__form-label{
    width: 75px;
}
.m-footer__form-input{
    border-top: none;
    border-bottom: 1px solid var(--o-color_yello);
    border-left: none;
    border-right: none;
  
}
.m-footer__form-input:focus{
    outline: none;
}
.m-footer__form-submit{
    font-family: fontjosefinsans;
    background: var(--o-default);
    border: none;
    color: var(--o-color_yello);
    
}
.m-footer__copyright{
    text-align: center;
    padding: 20px 0 50px;
}
.m-footer__inner-content{
    width: 300px;
    max-width: 100%;
    margin: auto;
}
.m-footer__content * {
    margin-bottom: 10px;
}
.m-footer__social{
    margin: 20px 0;
}
.m-footer__social *{
    margin-right: 10px;
    font-size: 2rem;
}

/*
 text title
*/
.m-area-main__text-title, 
.m-area-main__text-meta, 
.m-cta__text-title{
    font-family: fontnimbusroman !important;
    text-transform: uppercase;
    color:var(--o-color_yello);
    position: relative;
    text-align: center;
    margin: auto;
    letter-spacing: 2px;
}

.m-area-main__text-title::after, 
.m-cta__text-title::after{
    content:'';
    width: 50px;
    height: 2px !important;
    background-color: var(--o-color_yello);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(calc(-100% - .47059em));
    -webkit-transform: translateX(calc(-100% - .47059em)) translateY(-50%);

}

.m-area-main__text-title::before, 
.m-cta__text-title::before{
    content:'';
    width: 50px;
    height: 2px !important;
    background-color: var(--o-color_yello);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(calc(100% + .47059em));
    -webkit-transform: translateX(calc(100% + .47059em)) translateY(-50%);

}
.m-area-main__text-title, 
.m-cta__text-title{
    margin: auto !important;
    display: inline-block;
    letter-spacing: 2px;
}

/*hover zoom*/
.swiper-slide-image{
	height: 600px !important;
    width: 100% !important;
    object-fit:cover;
}
.elementor-element.img{
	overflow:hidden;
}
.elementor-widget-container{
	transition:all 0.8s !important;
}
.elementor-element.img:hover .elementor-widget-container{
	transform:scale(1.2);
}

/*line website*/
.banner .elementor-button{
	border:2px solid #B58D3D !important;
    color: #B58D3D !important;
}
.banner .elementor-button:hover{
	color: white !important;
}
.line__card-mobile{
	position:relative;
}
 .line__card-mobile::after{
 content: '';
    height: 2px;
    width: 120px;
    position: absolute;
    top:50%;
    right: -60px;
    transform: translateY(-50%);
    background: #B58D3D;
    }
.line__card:nth-of-type(even) .line__card-mobile::after{
content: '';
    height: 2px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(50%);
    background: #B58D3D;
}

/*animation menu item*/
.animate__delay-1s{
	animation-delay:0.1s !important;
}
.animate__delay-2s{
	animation-delay:0.12s !important;
}
.animate__delay-3s{
	animation-delay:0.13s !important;
}
.animate__delay-4s{
	animation-delay:0.14s !important;
}
.animate__delay-5s{
	animation-delay:0.15s !important;
}
.line__card:not(.animated.fadeIn) .line__card-mobile::after{
	width: 0 !important;
	transition:all 2s;
}

.line__card.animated.fadeIn .line__card-mobile::after{
	width:120px !important;
	transition:all 2s;
}
/*
 end text title
*/
/* responsive tablet and mobile */
@media (min-width: 768px) and (max-width: 1024px){
	/*menu nav*/
    .btn__toggle{
	color: white;
}
    .btn__toggle, .btn__toggle_close{
	display:block !important;
}
    .m-logo img{
    	height: 80px;
        width: auto;
    }
    .m-nav__list-item{
	text-align:center;
    margin-right: 0;
}
.m-header-main:not(.active) .m-nav__link a{
    color: var(--o-color_black);

}
    .m-header-main.active{
	padding: 0;
}
    .m-nav{

       position: fixed;
        top: 0;
        background: white;
        height: 100%;
        width: 100%;
        left: 0;
        align-items:center;
        justify-content: center;
        display:none;
    }
    
    .m-nav__list{
    	display:block;
    }
    
	.m-header-main.active .btn__toggle, .m-header-main.active .btn__toggle_close{
	color: black !important;
    display:block !important;
	}
    
	.btn__toggle, .btn__toggle_close{
		display:block !important;
	}
    
    /*custom padding image*/
 .line__card-mobile::after, .line__card:nth-of-type(even) .line__card-mobile::after{
    	width: 60px;
        
    }
    .line__card-mobile::after{
    	right: -30px;
    }
    .line__card:nth-of-type(even) .line__card-mobile::after{
    	left: -30px;
    }
    .swiper-slide-image{
	height: 300px!important;
    width: 100% !important;
    object-fit:cover;
    }
    .img{
	height: 400px !important;
}
.line__card.animated.fadeIn .line__card-mobile::after{
	width:60px !important;
	transition:all 2s;
}
}


@media (max-width: 767px) {
.btn__toggle{
	color: white;
}
    .btn__toggle, .btn__toggle_close{
        display:block !important;
    }
  	.m-logo img{
    	height: 80px;
        width: auto;
    }
   
    /*menu nav*/
    .m-header-main.active{
        padding: 0;
    }
    .m-header-main .m-nav__link a{
        color: var(--o-color_black) !important;
    }
    .m-header-main:not(.active) .m-nav__link a{
    color: var(--o-color_black);

}
    .m-nav{
       	position: fixed;
        top: 0;
        background: white;
        height: 100%;
        width: 100%;
        left: 0;
        align-items:center;
        justify-content: center;
        display:none;
    }
    .m-nav__list{
        display:block !important;
    }
    .m-nav__list-item{
        text-align:center;
        margin-right: 0;
    }
    .m-header-main.active .btn__toggle, .btn__toggle_close{
        color: black !important;
    }
    .m-area-main__text-title::before, .m-cta__text-title::before,
    .m-area-main__text-title::after, .m-cta__text-title::after{
        display:none ;
		
    }
  	/*custom padding image*/

    /*order grid for mobile device*/
    .order-modile-1{
		order:1 !important;
    }
    .order-mobile-2{
        order:2 !important;
    }	
    
    /*custom line*/
   .line__card::after{
    	display:none;
    }
    
    .elementor-absolute{
    	left: 0 !important;
    }
 
    .line__card-mobile::after, .line__card:nth-of-type(even) .line__card-mobile::after{
    	width: 60px;width: 80px;
    content: '';
    height: 2px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg) !important;
    background: #B58D3D;
    }
    .swiper-slide-image{
	height: 300px!important;
    width: 100% !important;
    object-fit:cover;
	}
		.bg__banner_overlap::after{
			display:none;
		}

.img{
	height: 400px !important;
}


}