/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




.hero-main{
    
    min-height:100vh;
    
    
}
.hero{
    background-size: cover;
    background-position: center  center;
    background-repeat: no-repeat;
}

.tagline-text{
    color: #C5A780;
    font-family: "Miniver";
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
}
.main-heading{
    color: #C9AB81;
    font-family: "metropolis1920regular", Sans-serif;
    font-size: 125px;
    font-weight: 300;
    line-height: 145px;
    letter-spacing: 28px;
    text-align: center;
    padding: 20px 0px;
}
.p_text {
    width: 50%;
    text-align: center;
    
    color: #FFFFFF;
    font-family: "Josefin Sans", Sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 33px;
    padding-bottom:50px;
}

.slider_button{
    font-family: "Open Sans Condensed", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
    text-decoration: none;
    line-height: 2em;
    letter-spacing: 0.36em;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C9AB81;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 50px 12px 50px;
}
.slider_button:hover{
     background-color: #61CE7000;
    
}

/*Laptop View*/

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

    
    .main-heading{
    color: #C9AB81;
    font-family: "metropolis1920regular", Sans-serif;
    font-size: 75px;
   line-height: 90px;
    letter-spacing: 25px;
   
}
.hero-main{
    padding-top:120px;
}
.p_text {
    width: 70%;
    text-align: center;
    
    color: #FFFFFF;
    font-family: "Josefin Sans", Sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 33px;
    padding-bottom:30px;
}

}

@media only screen and (max-width: 750px) {
	.slick-dots {
   
    bottom: 10px !important;
 
}
    
    .main-heading{
    color: #C9AB81;
    font-family: "metropolis1920regular", Sans-serif;
    font-size: 42px;
   line-height: 50px;
    letter-spacing: 12px;
   
}
.tagline-text{
    display:none;
}
.hero-main{
    padding-top:30px;
    padding-bottom:50px;
}
.p_text {
    width: 85%;
    text-align: center;
    
    color: #FFFFFF;
    font-family: "Josefin Sans", Sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 25px;
    padding-bottom:20px;
}
.hero_bg{
    background-size: cover;
    background-position: center  center;
}
.hero-main{
    min-height:78vh;
}
}


.custom-next-arrow.slick-arrow {
	cursor: pointer;
    position: absolute;
   
    bottom: 0;
    top: 50%;
    z-index: 500;
	left: 30px;
}

.custom-prev-arrow.slick-arrow {
	cursor: pointer;
    right: 30px;
   
    top: 50%;
    position: absolute;
    z-index: 200;
    bottom: 0;
}
.slick-dots li button:before {
	color: #8d7d5f !important;
	opacity:1 !important;
	font-size:10px !important;
}

.slick-dots li.slick-active button:before {
	color: #fff !important;
	opacity:1 !important;
		font-size:12px !important;
	
}
	.slick-dots {
    bottom: 50px !important;
 
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: transparent !important;
    text-decoration: none;
}