:root {
  --primary-color: #fcac19;
  --secondry-color: #0a325a;
  --black-color: #000;
  --white-color: #ffffff;
}

.letter-spacing {
  letter-spacing: 4px;
}
@media only screen and (max-width: 991px) {
  .letter-spacing {
    letter-spacing: 1px;
  }
}

.text-yellow {
  color: #fba116;
}

.bg-cus-primary {
  background-color: var(--primary-color);
}

.lp-banner {
  padding-top: 50px;
  padding-bottom: 0px !important;
  min-height: 100dvh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lp-banner {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
    background: #503808 !important;
    background: linear-gradient(45deg, rgb(80, 56, 8) 0%, rgb(5, 2, 2) 100%) !important;
  }
}
.lp-banner h1 .span1 {
  color: var(--primary-color);
  font-weight: 800;
  letter-spacing: 1px;
  font-size: clamp(2rem, 4vw, 62px);
}
.lp-banner h1 .span2 {
  color: var(--white-color);
  font-weight: 300;
}
.lp-banner p {
  font-size: 15px;
}
.lp-banner h4 {
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.lp-banner .btn-lp {
  background-color: transparent;
  border: 2px solid var(--white-color);
  padding: 10px 20px !important;
  border-radius: 10px;
  color: var(--white-color);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.lp-banner .btn-lp:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.form-error {
  border-color: red !important;
}

.lp_form_sec_span {
  color: var(--black-color);
  font-weight: 600;
  margin-inline: -16px;
  background-color: var(--primary-color);
  font-size: clamp(1.5rem, 4vw, 2.7rem);
}

.bg-cus-trans {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.73);
}

.leadform-container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .leadform-container {
    justify-content: left;
  }
}
@media only screen and (max-width: 1024px) {
  .leadform-container {
    justify-content: center;
  }
}

.leadForm {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}
.leadForm p {
  color: #bfb9aa;
  font-size: 14px;
}

.leadForm input:not(.vscomp-search-input):not(.iti__search-input),
.vs-style-1 .vscomp-toggle-button {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.1019607843) !important;
  padding-inline: 1.5rem;
  color: var(--primary-color);
  border-color: #7e7765;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none !important;
}

.leadForm input::-moz-placeholder {
  color: #eee7e7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.leadForm input::placeholder {
  color: #eee7e7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.vscomp-toggle-button .vscomp-value {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.vscomp-wrapper:not(.has-value) .vscomp-value {
  color: #eee7e7;
}

.iti {
  width: 100%;
}

.vscomp-toggle-button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 7px 30px 7px 10px;
  position: relative;
  width: 100%;
}

.vscomp-ele {
  max-width: 100% !important;
}

.vscomp-arrow::after {
  transform: rotate(45deg);
  border: 4px solid rgba(0, 0, 0, 0) !important;
  border-bottom-color: var(--primary-color) !important;
  border-right-color: var(--primary-color) !important;
  content: "";
  height: 8px;
  margin-top: -6px;
  width: 8px;
}

.lp-form_btn {
  background-color: var(--primary-color);
  color: var(--black-color);
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 8px;
  border: 1px solid var(--black-color);
  transition: all 0.3s ease-in-out;
  width: 100%;
  box-shadow: 0px 0px 28px -7px #fcac19;
}
.lp-form_btn:hover {
  background-color: var(--white-color);
  color: var(--black-color);
  box-shadow: 0px 0px 28px -7px #ffffff;
  border: 1px solid var(--primary-color);
}

.lp-publishing-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: clamp(245px, 18vw, 471px); */
  width: 23%;
  z-index: 1;
}

.lp-publishing-girl-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(245px, 25vw, 471px);
}

.lp-header header {
  position: static;
}

.header-lp .navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.header-lp ul li a.lst-cnt {
  color: rgb(255, 255, 255);
  font-family: Poppins;
  font-size: 15.915px;
  font-style: normal;
  font-weight: 500;
  line-height: 80.4%;
  letter-spacing: -0.318px;
  border-radius: 8.841px;
  border-width: 0.884px;
  border-style: solid;
  border-color: var(--primary-color);
  -o-border-image: initial;
     border-image: initial;
  padding: 12px 20px;
}

.banner-girl {
  position: absolute;
  right: 6%;
  bottom: 0;
}
.banner-girl img {
  width: 350px;
  height: auto;
}
@media screen and (min-width: 1600px) {
  .banner-girl img {
    width: 57vh;
  }
}

.banner-laptop img {
  position: relative;
  top: -78px;
  left: -62px;
  width: 80%;
}
@media only screen and (max-width: 1440px) {
  .banner-laptop img {
    width: 70%;
    left: -119px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-laptop img {
    left: -105px;
  }
}

.editing-lst-nn {
  padding: 60px 0 100px;
}

.home_sec_img {
  position: absolute;
  bottom: 0px;
  left: 28%;
  width: 500px;
}
@media only screen and (max-width: 1920px) {
  .home_sec_img {
    bottom: 0px;
    width: 600px;
    left: 15%;
  }
}
@media only screen and (max-width: 1440px) {
  .home_sec_img {
    left: 105px;
    width: 500px;
  }
}
@media only screen and (max-width: 1230px) {
  .home_sec_img {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .responsive_editing {
    background-color: #000 !important;
  }
}

.form-error {
  border-color: red !important;
  border-width: 2px !important;
}
.form-error .vscomp-toggle-button {
  border-width: 2px !important;
  border-color: red !important;
}
.form-error .vscomp-toggle-button .vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: 1 !important;
}

.form-error-label {
  color: red !important;
  font-weight: bold;
}

.form-error .vscomp-value {
  color: red !important;
}

.form-error::-moz-placeholder {
  color: red !important;
}

.form-error::placeholder {
  color: red !important;
}

.lpService {
  width: 100%;
  max-height: 50px;
}/*# sourceMappingURL=custom-min.css.map */