/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*-- Global Heading ---*/

html,body{
	overflow-x:hidden !important;
}

.hero-sec .slick-dots li:first-child:before {
    width: 10px;
    content: "1";
    color: #000;
    right: 20px;
    position: absolute;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hero-sec .slick-dots li:nth-child(2):before {
    width: 10px;
    content: "2";
    color: #000;
    right: 21px;
    position: absolute;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hero-sec .slick-dots li:nth-child(3):before {
    width: 10px;
    content: "3";
    color: #000;
    right: 21px;
    position: absolute;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hero-sec .slick-dots li:last-child:before {
    width: 10px;
    content: "4";
    color: #000;
    right: 22px;
    position: absolute;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hero-sec ul.slick-dots li.slick-active::before {
    color: #fff !important;
}
.hero-sec ul.slick-dots li.slick-active{
    
}

.headings span{
    color: #000000;
}

/*--- Hero scetion ----*/


.hero-sec .elementor-slides .swiper-slide-inner {
    padding: 0 !important;
}
.hero-sec .swiper-slide-inner{
    width: 1140px !important;
}
.hero-sec .slick-dots li .fas{
	font-size: 23px;
}
.hero-sec .slick-dots .slick-active .fas{
	font-size: 30px;
}

.hero-sec .slick-dots li{
    margin: 2px !important;
    height: 25px !important;
}

.hero-sec .slick-dots{
    position: relative;
}

.hero-sec .slick-dots::after{
    position: absolute;
    content: "";
    background-image: url(images/pagination-after.png);
    width: 2px;
    height: 96px;
    background-repeat: no-repeat;
    top: -100px;
    right: 25px;
}

.hero-sec .slick-dots::before{
    position: absolute;
    content: "";
    background-image: url(images/pagination-before.png);
    width: 2px;
    height: 96px;
    background-repeat: no-repeat;
    bottom: -100px;
    right: 25px;
}


/*--- Footer Section ---*/

.contact-form input::placeholder{
	color: #000 !important;
}
.contact-form textarea::placeholder{
	color: #000 !important;
}
.footer-form input[type=email]{
    color: #fff !important;
    border: 1px solid #fff !important;
}

.contact-form .form-text{
    color: #777676;
	font-family: Jost !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.contact-form input[type=text], input[type=tel], input[type=email]{
    color: #000 !important;
    font-family: Jost;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    outline: none !important;
    border-bottom: 1px solid #777676 !important;
    border: 0;
    border-radius: 0 !important;
}

.contact-form textarea{
    color: #000 !important;
    font-family: Jost;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    outline: none !important;
    border-bottom: 1px solid #777676 !important;
    border: 0 ;
    height: 100px !important;
    border-radius: 0 !important;
}

.footer-form input[type=email]{
    height: 55px !important;
}

.foot-form {
    position: relative;
}

.foot-form::before{
    position: absolute;
    content: "";
    background-image: url(images/footer-before.png);
    width: 291px;
    height: 336px;   
    background-repeat: no-repeat;
    bottom: -32px;
    right: -40px;
}


/*---- Flex section ----*/

.flex-img .img-box{
    position: relative;
}

.flex-img .img-box::after{
    position: absolute;
    content: "";
    background-image: url(images/after.png);
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    top: -10px;
    left: -10px;
}
.flex-img .img-box::before{
    position: absolute;
    content: "";
    background-image: url(images/before.png);
    width: 255px;
    height: 255px;
    background-repeat: no-repeat;
    bottom: -17px;
    right: -10px;
}


/*---- slider ---*/

.slider-sec .cpt-slide-prev:hover{
    transform: scale(1.2);
    transition: transform .2s;
    cursor: pointer;
}

.slider-sec .cpt-slide-next:hover{
    transform: scale(1.2);
    transition: transform .2s;
    cursor: pointer;
}

.slider-sec .swiper-pagination-bullets.swiper-pagination-horizontal {
     position: absolute;
     right: 18px !important;
     left: auto;
     bottom: -37px !important;
     top: auto;
}

.slider-sec .cpt-slider .elementor-swiper-button {
    visibility: hidden !important;
}


/*--- pro-slider ---*/

.pro-slider .main-slider .elementor-swiper-button.elementor-swiper-button-prev {
    padding: 10px !important;
    background: #BCBABA;
    border-radius: 50px;
    color: #fff !important;
    position: absolute !important;
    left: -65px !important;
}

.pro-slider .main-slider .elementor-swiper-button.elementor-swiper-button-next {
    padding: 10px !important;
    background: #BCBABA;
    border-radius: 50px;
    color: #fff !important;
    position: absolute !important;
    right: -65px !important;
}

/*----- Available Products -----*/

.land-card .current {
    padding: 5px 15px !important;
    border: 1px solid #BD6E35 !important;
    background-color: #BD6E35 !important;
}

.land-card .page-numbers {
    padding: 5px 15px !important;
    border: 1px solid #000000 ;
}

.land-card .page-numbers:hover{
    background-color: #BD6E35 !important;
    transition: 0.5s;
}
.land-card .next{
    border: none !important;
    padding: 0 !important;
}
.land-card .prev{
    border: none !important;
    background-color: transparent;
    padding: 0 !important;
}

.land-card .prev:hover{
    background-color: transparent !important;
}
.land-card .next:hover{
    background-color: transparent !important;
}

/*--- Product Gallery ---*/

/*---
.woocommerce-product-gallery__wrapper{
    height: 500px !important;
}
----*/

/*---- Contact us ---*/

.page-id-15 .foot-form {
    display: none;
}

.contact-sec::before{
    position: absolute;
    content: "";
    background-image: url(images/footer-before.png);
    width: 291px;
    height: 336px;   
    background-repeat: no-repeat;
    bottom: -32px;
    right: -40px;
}

/*---- Check Out Page ----*/

.e-com-page .button{
    color: #FFF !important;
    font-family: Jost !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    padding: 13px 38px !important;
    background-color: #BD6E35 !important;
    border: 1px solid #BD6E35 !important;
    border-radius: 0px 9px 9px 9px !important;
    text-transform: uppercase !important;
}
.e-com-page .button:hover{
    color: #BD6E35 !important;
    background-color: #FFF !important;
    border: 1px solid #BD6E35 !important;
}

.flex-viewport img {
    height: 411px !important;
    box-shadow: none;
    object-fit: cover;
    padding-bottom: 15px;
}
.flex-control-thumbs li img{
    height: 25% !important;
    object-fit: cover !important;
}



/*---- Responsive ----*/
@media screen and (max-width: 1024px) {
  
.hero-sec .slick-dots li{
        margin: 0px !important;
    }

.slider-sec .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 8px !important;
}

.hero-sec .slick-dots::after{
    right: 16px;
}
.slick-dots li:first-child:before {
    right: 11px !important;
    font-size: 12px !important;
}
.slick-dots li:nth-child(2):before {
    right: 11px !important;
    font-size: 12px !important;
}
.slick-dots li:nth-child(3):before {
    right: 11px !important;
    font-size: 12px !important;
}
.slick-dots li:last-child:before {
    right: 11px !important;
    font-size: 12px !important;
}


.hero-sec .slick-dots::before{
    right: 16px;
}
.foot-form::before{
    display: none !important;
}

}
@media screen and (max-width: 767px) {
.slider-sec .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 94px !important;
}
.hero-sec .slick-dots{
    display: none !important;
}
.slider-sec .swiper-pagination-bullets.swiper-pagination-horizontal {  
    bottom: -30px !important;
    top: auto;
}
}