.static1-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.static1-left {
  width: 50%;
}

.static1-right {
  width: 45%;
}

.static1-boxes {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.static1-box {
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  position: relative;
  overflow: hidden;
}

.static1-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: -1;
}

.static1-box:hover:before {
  bottom: 0;
}

.static1-box p {
  transition: all 0.3s ease;
}

.static1-box:hover p {
  color: #fff;
}

.static1-box-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff5e5;
}

.static1-box-img {
  width: 37px;
  height: 37px;
}

p.static1-num {
  margin-top: 20px;
  margin-bottom: 10px;
}

.static1-name {
  text-align: start;
  margin-bottom: 0 !important;
}

.static1-title-span {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: var(--color-title) !important;
}
.static1-line-space {
  margin-top: 5px;
  margin-bottom: 20px;
}
.static1-newsletter-lorem {
  margin-top: 15px;
  margin-bottom: 30px;
  width: 67%;
}
.static1-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff5e5;
  padding: 40px 0;
  border-radius: 15px;
  margin: 70px 0;
}

.static1-form {
  max-width: 600px;
  width: calc(100% - 130px);
  position: relative;
}

input.static1-form-input {
  width: 100%;
  padding: 17px 140px 17px 17px;
  font-size: 16px;
  color: var(--color-lorem);
  line-height: 1.5rem;
  border-radius: 800px;
  border: none;
}

button.static1-form-button {
  padding: 15px 20px;
  width: 130px;
  border-radius: 800px;
  border: none;
  text-transform: capitalize;
  font-weight: 700;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
}
.static1-form-button:hover {
  background-color: #a07936;
}
.static1-comments-box-image {
  max-width: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.static1-comments-box-img {
  width: 130px;
  height: 130px;
}
.static1-line-straigth {
  width: 3px;
  height: 30px;
  background-color: var(--color-primary);
}

p.static1-comments-box-name {
  margin-top: 20px;
  margin-bottom: 10px;
}

p.static1-comments-box-lorem {
  margin: 20px 0;
}

.static1-comments-box {
  width: 67%;
}
.static1-comments-boxes {
  margin-top: 40px;
  width: 100%;
}
.static1-comments {
  padding-bottom: 55px;
}

.static1-comments-boxes .slick-dots li button:before {
  font-family: "slick";
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: var(--color-primary);
  /* background-color: var(--color-primary); */
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.static1-comments-boxes .slick-dots li.slick-active button:before {
  opacity: 1;
}

.static1-comments-boxes .slick-dots {
  position: absolute;
  bottom: -55px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.static1-comments-box-wrap {
  padding-top: 15px;
}
.static1-comments-box:hover .static1-comments-box-image {
  box-shadow: 0 0 10px var(--color-primary);
}
.comments-box-wrap {
  width: 50%;
  margin: 0 auto;
}
.static1-comments-boxes-wrap .slick-list {
  padding-top: 9px;
}
