.section-home-1 {
  padding: 131px 0px !important;
}
/* .section-home-1 .section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(3, 22, 50, 0.9) 0%,
    rgba(3, 22, 50, 0.4) 64.42%,
    rgba(3, 22, 50, 0) 100%
  );
  z-index: 1;
} */

.section-home-1 .caption {
  width: fit-content;
  border-radius: 9999px;
  border: 1px solid rgba(250, 131, 0, 0.5);
  background: rgba(250, 131, 0, 0.3);
  padding: 4px 12px;
  font-size: var(--fz-12);
  font-weight: 700;
  line-height: 1.5;
  color: #efbb45;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-home-1 .caption .bg {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #efbb45;
  display: block;
}

.section-home-1 h1 {
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.5;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 32px;
  letter-spacing: -1.8px;
}
.section-home-1 h1 span {
  color: var(--secondary-color);
}

.section-home-1 .content * {
  font-family: "Manrope", sans-serif;
  color: var(--text-white);
}

.section-home-1 .list-box {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 45px;
}
.section-home-1 .list-box .box {
  padding: 24px;
  text-align: left;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 200px;
  margin: 0px;
  color: var(--text-white);
}

.section-home-1 .list-box .box .count-up {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  opacity: 1 !important;
}
.section-home-1 .list-box .box .text {
  font-size: var(--fz-12);
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-family: "Manrope", sans-serif;
}
.count-up::after {
  content: attr(data-suffix);
}

.section-home-2 .col-left h2 {
  margin-bottom: 31px;
}
.section-home-2 .col-left .content * {
	font-family: "Manrope", sans-serif;
}

.section-home-2 .col-right .icon-box {
  display: flex;
  align-items: start;
  gap: 32px;
  justify-content: space-between;
  padding: 40px;
  border-radius: 12px;
  background: #fdf6ee;
  margin-bottom: 24px;
}
.section-home-2 .col-right .icon-box:last-child {
  margin-bottom: 0px;
}

.section-home-2 .col-right .icon-box .icon-box-img {
  margin-bottom: 0px;
  width: 93px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-home-2 .col-right .icon-box .icon-box-img .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: start;
}
.section-home-2 .col-right .icon-box .icon-box-img .icon img {
  padding-top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-home-2 .col-right .icon-box .icon-box-text {
  flex: 1;
  text-align: left;
}
.section-home-2 .col-right .icon-box .icon-box-text h3 {
  margin-bottom: 4px;
  color: #0b1d3a;
}
.section-home-2 .col-right .icon-box .icon-box-text p {
  color: var(--text-des);
  font-size: var(--fz-16);
  font-weight: 500;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
}
.section-home-3 {
  overflow: hidden;
}
.section-home-3 h2 {
  margin-bottom: 0px;
}

.section-home-3 .img-decor {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  height: 100%;
}
.section-home-3 .img-decor img {
  width: auto;
}

.section-home-3 .col-top {
  padding-bottom: 128px !important;
}

.section-home-3 .col-bottom .col-left,
.section-home-3 .col-top .col-left {
  text-align: end;
  padding-right: 46px;
  padding-left: 0px;
}

.section-home-3 .col-top .col-right,
.section-home-3 .col-bottom .col-right {
  padding-left: 46px;
  padding-right: 0px;
}
.section-home-3 .col-top .col,
.section-home-3 .col-bottom .col {
  padding-bottom: 0px;
}

.section-home-3 .col-bottom .content *,
.section-home-3 .col-top .content * {
  font-family: "Manrope", sans-serif;
  color: #44474D;
}


.section-home-4 .list-box .col-inner {
  border-radius: 16px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 24px;
  overflow: hidden;
  height: 100%;
  transition: 0.3s ease;
}
.section-home-5 .wrap-box .col-inner:hover,
.section-home-4 .list-box .col-inner:hover {
  border: 1px solid var(--primary-color);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.section-home-4 .list-box .number {
  border-radius: 16px;
  background: #fff7ed;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz-18);
  font-weight: 800;
  color: var(--primary-color);
  line-height: 20px;
  margin-bottom: 24px;
}
.section-home-4 .list-box h4 {
  color: var(--text-black);
  margin-bottom: 16px;
}
.section-home-4 .list-box .des {
  font-family: "Manrope", sans-serif;
  color: var(--text-body);
  font-size: var(--fz-18);
  font-weight: 400;
  line-height: 1.5;
}

.section-home-5 .wrap-box .col-inner {
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s ease;
	overflow: hidden;
}

.section-home-5 .wrap-box .caption {
  border-radius: 8px;
  background: var(--primary-color);
  font-size: var(--fz-14);
  font-weight: 700;
  color: var(--text-white);
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
  width: fit-content;
  height: 28px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-home-5 .wrap-box h3 {
  color: var(--text-black);
  margin: 16px 0px;
}
.section-home-5 .wrap-box .des {
  font-family: "Manrope", sans-serif;
  color: var(--text-body);
  font-size: var(--fz-18);
  font-weight: 400;
  line-height: 1.5;
}

.section-home-5 .wrap-box .content {
  padding: 40px;
}
.section-home-5 .wrap-box .img {
	margin-bottom: 0px !important;
	transition: all 0.5s ease;
	height: 273px;
}
.section-home-5 .wrap-box .img-inner,
.section-home-5 .wrap-box .img-inner img {
	height: 100%;
	object-fit: cover;
}

.section-home-5 .wrap-box .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.40) 50%, rgba(102, 102, 102, 0.00) 100%);
	opacity: 0;
	z-index: 1;
	transition: all 0.5s ease;
}
.section-home-5 .wrap-box .col-inner:hover .img::before {
	opacity: 1;
}
.section-home-5 .wrap-box .icon {
/* 	margin: 32px; */
	position: absolute;
	top: 32px;
	right: 0;
	width: 120px;
  height: 120px;
	z-index: 2;
	transform: translateX(100%);
	transition: all 0.5s ease;
}
.section-home-5 .wrap-box .col-inner:hover .icon {
	right: 32px;
	transform: translateX(0);
}

.section-home-5 .box-contact {
  margin-top: 60px;
}

.section-home-5 .box-contact .col-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.section-home-5 .box-contact .col-inner .col-left {
  width: 626px;
}

.section-home-5 .box-contact .col-inner .col-right {
  display: flex;
}

.section-home-5 .box-contact .col-inner .col-right .btn {
  width: 280px;
  text-align: center;
}

.section-home-5 .box-contact .col-left h5 {
  color: var(--text-white);
  margin-bottom: 16px;
}
.section-home-5 .box-contact .col-left p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Manrope", sans-serif;
  font-size: var(--fz-16);
  font-weight: 400;
  line-height: 1.5;
}

.section-home-6 .wrap-list {
  margin-top: 60px;
}

.section-home-6 .wrap-list .item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.section-home-6 .wrap-list .item .caption {
  position: absolute;
  top: 17px;
  right: 16px;
  z-index: 1;
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 0px 12px;
  height: 28px;
  display: flex;
  align-items: center;
  color: var(--text-white);
  font-size: var(--fz-12);
  font-weight: 600;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
}
.section-home-6 .wrap-list .item .image {
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s ease;
}
.section-home-6 .wrap-list .item:hover .image {
  transform: scale(1.1);
  transition: 0.4s ease;
}
.section-home-6 .wrap-list .item .image img {
	width: 100%;
	height: 100%;
}

.section-home-7 .icon-box {
  display: flex;
  align-items: start;
  gap: 20px;
	width: fit-content;
}

.section-home-7 .content {
  padding-top: 16px;
  padding-bottom: 40px;
}
.section-home-7 .content * {
	color: var( --text-body);
	font-family: "Manrope", sans-serif;
}

.section-home-7 .icon-box-img {
  width: 48px !important;
  height: 48px;
  margin-bottom: 0px;
  border-radius: 12px;
  background: #fdf6ee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-home-7 .icon-box-img img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  padding-top: 0px;
}

/* .section-home-7 .icon-box-text * {
  font-family: "Inter", sans-serif;
} */
.section-home-7 .icon-box-text h6 {
  margin-bottom: 4px;
  font-size: var(--fz-12);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: #6b7280;
}
.section-home-7 .icon-box-text p {
  font-size: var(--fz-16);
  font-weight: 700;
  color: #1b1c19;
  line-height: 1.5;
}

/* .section-home-7 .plain:last-child .icon-box .icon-box-text p {
  font-weight: 500;
  color: #1b1c19;
  font-family: "Manrope", sans-serif;
} */

.section-home-7 form {
  border-radius: 12px;
  background: #fdf6ee;
  padding: 36px;
  margin-bottom: 0px !important;
}

.section-home-7 .wrap-form .wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-home-7 .wrap-form .label {
  font-size: var(--fz-14);
  font-weight: 700;
  color: var(--text-black);
  line-height: 1.5;
	font-family: "Manrope", sans-serif;
}
.section-home-7 .wrap-form .label .rq {
	color: red;
	margin-left: 6px;
}

.section-home-7 .wrap-form input,
.section-home-7 .wrap-form select,
.section-home-7 .wrap-form textarea {
  border-radius: 8px;
  border: 1px solid #d6dce0;
  padding: 0px 16px;
  height: 51px;
  color: #9aaab3;
  font-family: "Manrope", sans-serif;
  font-size: var(--fz-16);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 24px;
	box-shadow: none;
}
.section-home-7 .wrap-form textarea {
  height: 80px;
  padding: 12px 16px;
	min-height: 80px;
}

.section-home-7 .wrap-form button {
  margin: 0px;
  width: 100%;
  text-transform: none;
}

@media (min-width: 850px) {
	.section-home-4 .list-box .col {
	  padding-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	.section-home-2 .col-right {
		padding-left: 28px;
	}
	.section-home-7 .col-left {
		padding-right: 49px;
	}
	.section-home-7 .col-right {
		padding-left: 30px;
	}
}

@media (min-width: 1024px) {
  .section-home-1 .content {
    max-width: 943px;
  }
  .section-home-2 .col-left .content {
    max-width: 680px;
  }
  .section-home-7 .content {
    max-width: 590px;
  }
}

@media (max-width: 1024px) {
  .section-home-2 .col-right .icon-box .icon-box-img {
    width: 60px !important;
  }
  .section-home-2 .col-right .icon-box {
    padding: 32px;
  }
  .section-home-3 .col-bottom .col-left,
  .section-home-3 .col-top .col-left {
    padding-left: 15px;
  }
  .section-home-3 .col-top .col-right,
  .section-home-3 .col-bottom .col-right {
    padding-right: 15px;
  }
  .section-home-3 .img-decor {
    top: 42%;
  }

  .section-home-5 .box-contact .col-inner .col-right .btn {
    width: fit-content;
  }
  .section-home-6 .wrap-list {
    margin-top: 48px;
  }
}

@media (max-width: 768px) {
  .section-home-1 {
    padding: 70px 0px !important;
  }
	.section-home-2 .col-right .icon-box .icon-box-img {
        width: 45px !important;
    }
	.section-home-2 .col-right .icon-box .icon-box-img .icon {
		width: 45px;
		height: 45px;
	}
	.section-home-2 .col-right .icon-box {
		gap: 24px;
	}
  .section-home-3 .col-top {
    padding-bottom: 45px !important;
  }
/*   .section-home-3 .col-top .col-right,
  .section-home-3 .col-bottom .col-right {
    padding-left: 15px;
  } */
  .section-home-3 .col-bottom .col-left,
  .section-home-3 .col-top .col-left {
/*     padding-right: 15px; */
    margin-bottom: 0px;
  }
  .section-home-4 .list-box .col {
    padding-bottom: 30px;
  }
  .section-home-4 .list-box .col:nth-child(3),
  .section-home-4 .list-box .col:last-child {
    padding-bottom: 0px;
  }
  .section-home-5 .wrap-box .content {
    padding: 32px;
  }
  .section-home-5 .box-contact .col-inner {
    align-items: start;
  }
	.section-home-5 .wrap-box .img {
		height: 180px
	}
	
	.section-home-5 .wrap-box .des,
	.section-home-4 .list-box .des {
		font-size: var(--fz-16);
	}
}

@media (max-width: 567px) {
	.section-home-1 h1 {
		margin-bottom: 20px;
	}
	.section-home-6 .wrap-list,
	.section-home-1 .list-box {
		margin-top: 24px;
	}
  .section-home-1 .list-box .box {
    flex: 0 0 calc(50% - 8px);
  }
  .section-home-1 .list-box .box:nth-child(3) {
    flex: 0 0 100%;
  }
  .section-home-5 .wrap-box .col:nth-child(1),
  .section-home-4 .list-box .col:nth-child(3) {
    padding-bottom: 30px !important;
  }
  .section-home-7 .wrap-form .wrap {
    flex-wrap: wrap;
    gap: 0px;
  }
  .section-home-7 form {
    padding: 26px;
  }
	.section-home-3 .img-decor {
        display: none;
    }
  .section-home-3 .col-bottom .col-left,
  .section-home-3 .col-top .col-left {
    text-align: start;
  }
	.section-home-3 .col-top .col-right, .section-home-3 .col-bottom .col-right {
		padding-left: 15px;
	}
  .section-home-3 .col-bottom {
    flex-direction: column-reverse;
  }
	.section-home-3 .col-top .col-left,
  .section-home-3 .col-bottom .col-right {
    margin-bottom: 20px;
  }
	.section-home-5 .box-contact {
		margin-top: 32px;
	}
	.section-home-7 {
		padding-top: 0px !important;
	}
		.section-home-5 .wrap-box .img {
		height: auto;
	}
}
