/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-top: 0;
}

/* end headings */
/* home body */
body.home .header {
  width: 100%;
  background:#fff;
  top: 0;
}
body.home .header__wrapper, body.home .header__top {
  background: transparent;
}
body.home header.sticky + main {
  padding-top: 0;
}
body.home h2, body.home .h2 {
  font-size: clamp(20px, 5vw, 30px);
}
body.home h2:not([class^=mb-]):not([class*=mb-]), body.home .h2:not([class^=mb-]):not([class*=mb-]) {
  margin-bottom: 35px;
}

/* homeslider */
.homeslider__wrapper {
  min-height: 500px;
  background: #131313;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  position: relative;
}
.joa {
    display: flex
;
    gap: 10px;
    align-items: center;
}
.homeslider__item {
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}
.homeslider__item .box-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
  background: #24A844;
  color: white;
  padding: 70px;
  border-radius: 15px 0 0 0;
  overflow: hidden;
  font-size: 26px;
}
.homeslider__item .box-block a {
  color: white;
  display: flex;
  gap: 40px;
  align-items: center;
}
.homeslider__item .box-block .bg__icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-size: 60px !important;
}

.homeslider {
  height: 100%;
}
.homeslider .slick-list {
  border-radius: 10px;
}
.homeslider .slick-slide {
  border-radius: 0;
  overflow: visible;
}

.homeslider__links {
  display: inline-flex;
  gap: 40px;
  align-items: start;
}
.homeslider__links a:not(.btn) {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.homeslider__content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: white;
  text-align: left;
}
.homeslider__content .bottom__text {
  margin-bottom: 21%;
  font-size: clamp(20px, 4vw, 32px);
  line-height: 1.9;
}
.homeslider__content .h1, .homeslider__content h1 {
  margin-bottom: 15px;
  font-size: clamp(30px, 5vw, 70px);
  line-height: 1;
  color: white;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}
.homeslider__content p {
  color: white;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
}

.homeslider .slick-prev {
  display: none !important;
}
textarea {
    min-height: 158px;
}
.wpcf7-not-valid-tip {
	display:none !important;
}
input.wpcf7-not-valid {
	border:1px solid red !important;
}
.background-img {
  background-image: url('/wp-content/uploads/2024/09/particle_create.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150vh; 
}
.formsection input[type="submit"] {
    border: 0px !important;
    width: 20%;
    cursor: pointer;
    font-size: 20px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-response-output {
    color: #fff !important;
    text-align: center;
}
/* end homeslider *//*# sourceMappingURL=home.css.map */