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

.letter-spacing {
  letter-spacing: 4px;
}

.text-yellow {
  color: #ff8000;
}

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

.lp-banner {
  padding-top: clamp(10rem, 10vw, 16rem);
  padding-bottom: 5rem;
  min-height: 100dvh;
  position: relative;
}
.lp-banner h1 .span1 {
  color: var(--primary-color);
  font-weight: 800;
  letter-spacing: 1px;
  font-size: clamp(20px, 3vw, 29px);
}
.lp-banner h1 .span2 {
  color: var(--white-color);
  font-weight: 300;
}
.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 {
  color: #eee7e7 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.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 #ff8000;
}
.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: 3%;
  bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .banner-girl {
    right: 0px;
  }
}
.banner-girl img {
  width: 90%;
  height: auto;
}
@media only screen and (max-width: 1920px) {
  .banner-girl img {
    width: 90%;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-girl img {
    width: 60%;
  }
}

.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;
  width: 500px;
  left: 28%;
}
@media only screen and (max-width: 1920px) {
  .home_sec_img {
    bottom: 0px;
    width: 521px;
    left: 16%;
  }
}
@media only screen and (max-width: 1440px) {
  .home_sec_img {
    width: 500px;
    left: 135px;
  }
}
@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;
  }
}

.cta_new_custom {
  position: relative;
}
.cta_new_custom .content {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.cta_new_custom .content::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  background: linear-gradient(90deg, rgb(255, 128, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
  right: 4px;
  width: 100%;
  height: 102%;
}
@media only screen and (max-width: 1024px) {
  .cta_new_custom .content::after {
    background: none;
    border: 2px solid var(--primary-color);
  }
}
@media only screen and (max-width: 1024px) {
  .cta_new_custom .content {
    background-color: transparent;
  }
}
.cta_new_custom img {
  position: absolute;
  top: -36px;
  right: 327px;
  width: 374px;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  .cta_new_custom img {
    right: 88px;
  }
}
@media only screen and (max-width: 1366px) {
  .cta_new_custom img {
    right: 5px;
    width: 350px;
  }
}

.services-section {
  position: relative;
}
.services-section h2 {
  color: #ff8000;
  font-weight: 600;
}
.services-section .icon-box {
  position: relative;
  border-radius: 12px;
  background: white;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #ff8000;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 424px) {
  .services-section .icon-box img {
    width: 50px;
  }
}
.services-section .icon-box:hover {
  transform: translateY(-5px);
}
.services-section .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: linear-gradient(to bottom, #ff9900, rgba(255, 102, 0, 0));
  border-radius: 12px;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.services-section .my-service-img {
  position: absolute;
  bottom: -75px;
  left: -44px;
  width: 250px;
  height: auto;
  z-index: 22;
}

.social_links a {
  color: var(--white-color);
  font-size: 1.5rem;
  margin-right: 10px;
  transition: color 0.3s ease;
}
.social_links a:hover {
  color: var(--primary-color);
}

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

.hover_btn {
  transition: all 0.3s ease-in-out;
}
.hover_btn:hover {
  color: var(--black-color);
  box-shadow: 0px 0px 28px -7px #ffffff;
  border: 2px solid var(--black-color);
}

.hover_btn_header {
  transition: all 0.3s ease-in-out;
}
.hover_btn_header:hover {
  color: var(--white-color);
  box-shadow: 0px 0px 28px -7px #ffffff;
  border: 1px solid var(--white-color);
}/*# sourceMappingURL=custom-min.css.map */