/*
Theme Name: Custom Theme
Text Domain: Custom Theme
Version: 1.0
Tested up to: 1.0
Requires at least: 4.7
Requires PHP: 7.4
Description: Customized Theme for Wordpress
Author: Canisys
Author URI: https://dtgallery.net/
Theme URI: 
*/

html,body, h1,h2,h3, p{
	margin:0px;
	padding:0px;
}
body {
	overflow-x:hidden;
}
body::selection{
	background:#EFA91E;
	color:white;
}
a:focus-visible{
	outline:1px solid black !important;
}

.custom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
    z-index: 1000;
}



.header-social-icons .ekit_social_media li:nth-child(1),
.header-social-icons .ekit_social_media li:nth-child(2) {
    border-right: 1px solid #efa91e;
    padding-right: 10px;
}

.banner-slider .elementor-swiper-button {
/* 	font-size: 40px !important; */
    color: #5c0400 !important;
}

.banner-slider .elementor-swiper-button.elementor-swiper-button-prev svg, .banner-slider .elementor-swiper-button.elementor-swiper-button-next svg {
    fill: #5c0400 !important;
}

.banner-slider .swiper-pagination {
	display: none;
}

.banner-slider .elementor-image-carousel-caption {
	position: absolute;
    bottom: 67%;
    left: 0%;
    width: 70%;
    text-align: center !important;
    padding-left: 50px;
    padding-right: 50px;
}

.about-us-image-box-container .elementor-image-box-title {
	margin-top: 0px;
}

.harvesting-image {
	position: relative;
	right: 145px;
    top: 50px;
}

.harvesting-container .e-con-inner {
	margin: 0;
}


.get-in-touch-form {
	background-color: #FFFFFF;
	padding-top: 50px;
    padding-bottom: 100px;
	color: #000000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    font-size: 14px; 
}

.get-in-touch-form .wpcf7-spinner {
    display: none;
}

.get-in-touch-form .wpcf7-not-valid-tip {
    margin-top: 10px;
}

.get-in-touch-form .wpcf7 form .wpcf7-response-output {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.contact-form {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
	padding:0 20px;
}

.contact-form h2 {
	color: #5c0400;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
    font-size: 28px;
	line-height: 36px;
    font-weight: bold;
	margin-bottom: 40px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
	margin-bottom: 20px;
}

.form-group {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    border: none;
    border-bottom: 1px solid #000000;
    padding: 5px;
    width: 100%;
	color: #000000;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
	padding-left: 0px;
    padding-bottom: 5px;
}

textarea {
    height: 80px;
    resize: none;
}

.form-submit {
    margin-top: 40px;
}

.form-submit input[type="submit"] {
    background: transparent;
    border: 2px solid #5c0400;
    color: #000000;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    border-radius: 30px;
	transition:all 300ms ease;
}

.form-submit input[type="submit"]:hover {
    background: #5c0400;
    color: #FFFFFF;
}



.get-in-touch-image-1, .get-in-touch-image-2 {
	position: relative;
}

.get-in-touch-image-1 {
	left: 110px;
	top: 40px;
	z-index: 100;
}

.get-in-touch-image-2 {
	right: 65px;
	top: 30px;
	z-index: 100;
}

.products-slider-section .elementor-image-box-content {
	text-align: left;
    padding-left: 75px;
    padding-right: 20px;
}

.products-slider-section {
	padding-top: 0px;
    padding-bottom: 0px;
}

.products-slider-section .slick-track {
    display: flex !important;
	column-gap: 40px;
    padding-top: 50px;
    padding-bottom: 25px;
}

.products-slider-section .slick-dots li button:before {
    font-size: 15px;
    color: #efa91e;
	opacity: 1;
}

.products-slider-section .slick-dots li.slick-active button:before {
    color: #5c0400;
	opacity: 1;
}





/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.header-social-icons .elementor-repeater-item-57836d8 svg{
		font-size:21px;
	}
	
	.header-social-icons .ekit_social_media li:nth-child(1),
.header-social-icons .ekit_social_media li:nth-child(2) {
		padding-right: 5px;
	}
	
	.banner-slider .swiper-slide-image {
		min-height: 600px;
    	object-fit: cover;
	}
	
	.banner-slider .elementor-swiper-button {
		display: none !important;
	}
	
	.banner-slider .elementor-image-carousel-caption {
		width: 100%;
		bottom: 45%;
	}
	
	.harvesting-image {
		position: relative;
		right: 0px;
		top: -60px;
	}
	
	.products-slider-section .elementor-image-box-content {
		padding-left: 25px;
	}
	
	.get-in-touch-image-1 {
		left: 0px;
		top: 40px;
	}
	
	.get-in-touch-image-2 {
		right: 0px;
		top: -70px;
		z-index: 100;
	}
	
	.get-in-touch-form {
		padding-top: 70px;
	}
	
	.form-row {
		flex-direction: column;
	}
	
	.contact-form {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.get-in-touch-form .wpcf7 form .wpcf7-response-output {
		width: 85%;
	}
	
	
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 820px) {
	
	
	.header-social-icons .ekit_social_media li:nth-child(1),
.header-social-icons .ekit_social_media li:nth-child(2) {
		padding-right: 10px;
	}
	
	.banner-slider .elementor-swiper-button {
		display: none !important;
	}
	
	.products-slider-section .elementor-image-box-content {
    text-align: left;
		padding-left: 50px;
		padding-right: 20px;
	}
	
	.get-in-touch-image-1 {
		left: 25%;
		top: 40px;
	}
	
	.get-in-touch-image-2 {
		right: 0px;
		left: 35%;
		top: -70px;
		z-index: 100;
	}
	
	.get-in-touch-form {
		padding-top: 70px;
	}
	
	.form-row {
		flex-direction: column;
	}
	
	.contact-form {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.get-in-touch-form .wpcf7 form .wpcf7-response-output {
		width: 75%;
	}
	
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.custom-header-menu .ekit-wid-con svg {
		width: 3em !important;
		height: 3em !important;
	}
}
.header-social-icons .ekit_social_media *{
	transition:all 300ms ease;
}
.header-social-icons .ekit_social_media i:hover,.header-social-icons .ekit_social_media svg:hover{
	transform:scale(1.2);
}


@media only screen and (min-width: 821px) and (max-width: 1024px) {
	
	
	.banner-slider .elementor-swiper-button {
		display: none !important;
	}
	
	.harvesting-container {
		min-height: 300px;
	}
	
	.harvesting-container .elementor-heading-title {
		padding-top: 40px;
	}
	
	.products-slider-section .elementor-image-box-content {
		padding-left: 35px;
	}
	
	.get-in-touch-main-container .elementor-element.elementor-element-9affe87 {
        width: 85%;
        margin: auto;
    }
	
	.get-in-touch-main-container .elementor-element.elementor-element-f6f85af {
        width: 50%;
    }
	
	.get-in-touch-main-container .elementor-element.elementor-element-fb594be {
        width: 50%;
    }
	
	.get-in-touch-image-1 {
		left: 5%;
	}
	
	.get-in-touch-image-2 {
		right: 0px;
		top: -75px;
		left: 95%;
	}
	
	.get-in-touch-form .wpcf7 form .wpcf7-response-output {
		width: 75%;
	}
	
	
}



@media only screen and (min-width: 1500px) {
	
	
	.banner-slider .elementor-image-carousel-caption {
/* 		font-size: 48px !important;
		line-height: 58px !important; */
		bottom: 65%;
		left: 2%;
		width: 60%;
	}
	
	.harvesting-container {
		min-height: 550px;
	}
	
	.get-in-touch-image-1 {
		left: 165px;
		top: 45px;
		z-index: 100;
	}

	.get-in-touch-image-2 {
		right: 100px;
		top: 50px;
		z-index: 100;
	}
	
	.get-in-touch-form .wpcf7 form .wpcf7-response-output {
		width: 55%;
	}
	
	
}
@media screen and (max-width:1024px){
	.banner-slider .elementor-image-carousel-caption{
		bottom:45%;
	}
}
@media screen and (max-width:767px){
	.header-social-icons{
		margin-left:10px;
	}
	.elementskit-menu-hamburger {
		padding-right:0 !important;
		width: 35px !important;
	}
}

.mPS2id-highlight{
	color: #EFA91E !important; 
/*     border-top: 2px solid #FFB751 !important;  */
}
/*  404 Page */
.not-found-page{
	min-height:75svh;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:20px;
	color: #C9C9C9;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.not-found-page h1{ 
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    color: #5C0400;
}
.not-found-page h2{
    color: #5C0400;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
	margin-bottom: 13px; 
}
.not-found-page a{
	display: block;
    color: #000000;
    font-weight: 500;
    background-color: #efa91e;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 12px;
	text-decoration: none;	
}