/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom styles below */
html {
  scroll-behavior: smooth;
}
.home-hero-sec {
        clip-path: polygon(50% 0%, 100% 0, 100% calc(100% - 80px), 70% calc(100% - 80px), 65% 100%, 0 100%, 0 0);
}
.thought-slider .elementor-image-carousel > div:nth-child(odd) {
    margin-top: 100px !important;
}


.cstm-border>div:hover .elementor-heading-title {
    color: #F9FAF8 !important;
}
.cstm-border{
    position: relative !important;
}
.cstm-border>div:first-child:after {
    content: "" !important;
    background: #8DA4AB;
    position: absolute !important;
    height: 70%;
    width: 1px;
    top: 0px;
    bottom: 0px;
    margin: auto !important;
    right: 0px;
}
.cstm-border:before {
    content: "" !important;
    background: #8DA4AB;
    width: 95% !important;
    height: 1px !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    left: 0px !important;
    margin: auto;
}
.cstm-btm-border:after {
    content: "" !important;
    background: #8DA4AB !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 95% !important;
    height: 1px;
    margin: auto !important;
}
.footer-form .elementor-field-type-textarea textarea {
    border-radius: 24px !important;
}
.footer-form .elementor-field-type-submit {
    margin-top: 20px;
}
.project-sec .elementor-widget-theme-post-featured-image * {
    width: 100% !important;
}
.project-sec .elementor-widget-theme-post-featured-image img {
    height: 470px !important;
    object-fit: cover !important;
}
.inside-banner{
        clip-path: polygon(50% 0%, 100% 0, 100% calc(100% - 80px), 70% calc(100% - 80px), 65% 100%, 0 100%, 0 0);
}
.footer-form .elementor-form .elementor-field::placeholder {
    color: #ffff;
    opacity: 1; 
}
.footer-form .elementor-form select option {
    background-color: #000000;
    color: #ffffff;
}
.main-hover-effect {
    overflow: hidden !important;
}
.project-sec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #AA6846;
}
#home-hero-inner{
	position:relative;
	height: 100vh !important;
    min-height: 100vh !important;
}


@media (max-width: 1400px){
    #home-hero-inner {
        height: 80vh !important;
        min-height: 90vh !important;
    }
}

@media(max-width: 1180px){
#home-hero-inner {
    height: unset !important;
	min-height:unset !important;
	
	clip-path: polygon(50% 0%, 100% 0, 100% calc(100% - 60px), 65% calc(100% - 60px), 55% 100%, 0 100%, 0 0);
}
#home-hero-inner selector video {
    height: 100vh;
}
}

@media(max-width: 767px){
	#home-hero-inner {
    
	clip-path: polygon(50% 0%, 100% 0, 100% calc(100% - 10%), 60% calc(110% - 60px), 55% 100%, 0 100%, 0 0);
}
.project-sec .elementor-widget-theme-post-featured-image img {
    height: 350px !important;
}
.cstm-border>div:first-child:after {
    display: none !important;
}
.inside-banner {
    clip-path: polygon(50% 0%, 100% 0, 100% calc(100% - 50px), 75% calc(100% - 50px), 65% 100%, 0 100%, 0 0);
}
#project-hide-mobile {
    display: none !important;
}

}
@media  (max-width: 480px) {
	    #home-hero-inner {
        clip-path: polygon(50% 0%, 100% 0, 100% calc(100% - 26px), 60% calc(100% - 26px), 50% 100%, 0 100%, 0 0);
    }
}
/* slider css */

.cstm-single-gallery .swiper-slide img {
    border-radius: 20px !important;
}
.cstm-single-gallery .swiper-container {
    margin-bottom: 12px;
    border-radius: 20px !important;
    overflow: hidden;
}
.cstm-single-gallery .thumbs-swiper .swiper-slide img {
    border-radius: 0px !important;
    width: 100% !important;
    height: 150px;
    object-fit: cover;
    margin-bottom: -6px;
    transition: .5s;
    cursor: pointer;
}
.cstm-single-gallery .thumbs-swiper .swiper-wrapper>div {
    width: 16.666% !important;
}
.cstm-single-gallery .thumbs-swiper .swiper-slide img:hover {
    filter: brightness(0.5);
}


