/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
body {
  font-family: "Rubik", sans-serif;
}

h1 {
  font-family: "Rubik", sans-serif;
}

h2 {
  font-family: "Rubik", sans-serif;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
  border-radius: 15px;
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  /* top: -16px; */
}

body,
html {
  height: 100%;
  font-family: "Rubik", sans-serif;
}

html,
body {
  height: 100%;
  /* Make sure the body and html take full height */
  margin: 0;
  /* Remove default margins */
  overflow: hidden;
  /* Prevent scrolling */
}

/*---------------------------------------------*/
a {
  font-family: "Rubik";
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: "Rubik";
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
  border-width: 1.5px;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #adadad;
}

input:-moz-placeholder {
  color: #adadad;
}

input::-moz-placeholder {
  color: #adadad;
}

input:-ms-input-placeholder {
  color: #adadad;
}

textarea::-webkit-input-placeholder {
  color: #adadad;
}

textarea:-moz-placeholder {
  color: #adadad;
}

textarea::-moz-placeholder {
  color: #adadad;
}

textarea:-ms-input-placeholder {
  color: #adadad;
}

/* */
/* Styles for the select element */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Existing placeholder styles... */

.select-placeholder {
  color: gray;
  /* Color for the disabled placeholder option */
}

select {
  color: gray;
  /* Default color when no valid option is selected */
}

/*  */

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

/*==================================================================
[ Background ]*/
.bg-container-contact100 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}

.bg-container-contact100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -11;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(41, 44, 51, 0.6);
  pointer-events: none;
}

/* #container-contact100 > :nth-child(2) {
  background-image: url("/wp-content/plugins/contact-page/images/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

/*---------------------------------------------*/
.contact100-header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 35px;
}

.contact100-header-logo img {
  max-height: 23px;
}

.btn-show-contact100 {
  font-family: "Rubik";
  font-size: 12px;
  color: #846add;
  text-transform: uppercase;
  letter-spacing: 1px;

  display: block;
  min-width: 160px;
  height: 42px;
  background-color: #fff;
  border-radius: 21px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-contact100:hover {
  color: #fff;
  background-color: #846add;
}

/*==================================================================
[ Content container ]*/
.container-contact100 {
  width: 100%;
  height: 496px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-color: transparent;
  justify-content: center;
  align-items: center;
  padding: 0px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 10;
}

.wrap-contact100 {
  width: 100%;
  height: 495px;
  border: 10px solid white;
  border-radius: 18px !important;
  background: #fff;
  border-radius: 3px;
  position: relative;
  /* margin-top: 40px; */
  /* background: rgba(0, 107, 183, 0.7); */
  background: url(../../../plugins/contact-page/images/bg.png) no-repeat center
    center / cover;
}

/*==================================================================
[ Title form ]*/

.contact100-form-title h1 {
  /* margin-left: 70%;
  margin-top: -33px; */
  font-size: 0.8em;
  padding-right: 2px;
}

.contact100-form-title {
  text-align: right;
  /* Align text to the right */

  font-family: "Rubik";
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  width: 100%;
  min-height: 128px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;

  padding: 30px 15px 30px 15px;
}

.contact100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 35%;
  top: 26px;
  left: 0;
  background-color: #a5c7e7;
}

#container-contact100 {
  height: 495px;
}

/* ------------- icons ---------------- */
/* 
.input-icon {
  position: absolute; /* Position the icon absolutely */
/* left: 94%;
  top: 50%; 
  transform: translateY(-50%); 
  width: 25px; 
  height: auto; 
  padding-right: 8px;
} */

.text-icon {
  position: absolute;
  /* Position the icon absolutely */
  left: 97%;
  /* Space from the left edge */
  top: 19%;
  /* Center vertically */
  transform: translateY(-50%);
  /* Center vertically */
  width: 25px;
  /* Set a width for the icon */
  height: auto;
  /* Maintain aspect ratio */
  padding-right: 8px;
}

.header-icon {
  position: absolute;
  /* Position the icon absolutely */
  left: 91%;
  /* Space from the left edge */
  top: 1.4%;
  /* Center vertically */
  /* Center vertically */
  width: 59px;
  /* Set a width for the icon */
  height: auto;
  /* Maintain aspect ratio */
  z-index: 10;
}

/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 39px 55px 20px 55px;
  overflow: hidden;
  gap: 25px;
  justify-content: space-between;
}

/* -------------------------------------------------------- */

canvas {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 0;
}

/* ------------------------------------------ */
.input-row {
  width: 100%;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Optional: Center the grid itself if it has a defined width */
  max-width: 800px;
  /* Example width */
  margin: 0 auto;
}

.wrap-input100 {
  flex: 1;
}

.input100 {
  width: 100%;
}

.input100.alert-validate::placeholder {
  color: red;
}

/*Left side -------------------*/
.leftSideIcons {
  display: grid;
  grid-template-rows: 2fr 1fr;
  /* margin-bottom: 127px; */
}

.lepopup-element-social-icons {
  display: grid;
  justify-content: end;
  /* margin-right: -9px; */
}

a.iconsMedia {
  display: grid;
  grid-template-columns: 5fr 2fr;
  gap: 10px;
  text-decoration: none;
}

.iconsMedia span {
  /* Step 1: Set the background to the gradient */
  background-image: linear-gradient(180deg, #00367c 0%, #006bb7 100%);

  /* Step 2: Use a vendor prefix for background-clip */
  -webkit-background-clip: text;
  /* This is essential for text gradients */
  background-clip: text;

  /* Step 3: Make the color transparent */
  -webkit-text-fill-color: transparent;
  /* This is also essential for text gradients */
  color: transparent;
  /* Fallback for browsers that don't support the webkit prefix */
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  background: white !important;
  width: 100%;
  /* position: relative; */
  /* background-color: white; */
  border: 1.5px solid #7da7cc;
  border-radius: 5px;
  /* margin-bottom: 15px; */
  display: flex;
}

.label-input100 {
  font-size: 18px;
  color: #e5b485;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 2px;
}

.label-input100.rs1 {
  height: 60px;
}

select {
  box-sizing: border-box;
}

.input100 {
  display: block;
  width: 100%;
  background: white;
  font-family: "Rubik";
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding-right: 2px;
  /* padding: 0 5px 0 0px; */
}

input.input100 {
  height: 25px;
  max-width: 10rem;
}

textarea.input100 {
  width: 412px;
  height: 79px;
  padding-top: 9px;
  padding-right: 10px;
}

textarea {
  resize: none;
}

#firstNameSpan,
#lastNameSpan,
#userNameSpan,
#emailSpan,
#phoneSpan,
#requestSpan,
#requestDescSpan {
  color: white;
  font-size: 14px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1.5px solid;
  border-radius: 2px;
  border-color: #3d7fb8;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus + .focus-input100 + .label-input100 {
  color: #3d7fb8;
}

.wrap-input100:hover {
  border: 1.5px solid black;
}

.wrap-input100 {
  border: 1.5px solid transparent;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* --------------------------------------------------- */
/* .contact-form-btn11 {
  font-family: inherit;
  font-size: 20px;
  padding: 0.2rem 1.5rem;
  display: flex;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s;
  border: 2px solid rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-weight: bold;
} */

/* .contact-form-btn11 span {
  display: block; */
/* margin-left: 0.3em; */
/* transition: all 0.3s ease-in-out;
}

.contact-form-btn11 svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
} */

/* .contact-form-btn11:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.contact-form-btn11:hover span {
  transform: translateX(5em);
}

.contact-form-btn11:active {
  transform: scale(0.95);
} */

/* @keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }
  to {
    transform: translateY(-0.1em);
  }
} */

/*------------------------------------------------------------------
[ Responsive ]*/

/*------------------------------------------------------------------
[ Alert validate ]*/

/* .validate-input {
  position: relative;
} */

.alert-validate .focus-input100 {
  box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}

/* 
.alert-validate::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: transparent;
  border: 2px solid #e40013;
  border-radius: 2px;
  top: -1px;
  left: -1px;
  pointer-events: none;
} */

.btn-hide-validate {
  font-family: "Rubik";
  font-size: 18px;
  color: #e90013;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -19px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";
  font-family: "Rubik";
  font-size: 18px;
  color: #00ad5f;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -25px;
}
/* This makes the form area able to contain a positioned element */
.border-form {
  position: relative;
  overflow: hidden;
}

/* Hide the mobile SVG on desktop */
.svgMobile {
  display: none;
}

/*---------------------------------------------*/

@media screen and (width <= 600px) {
  .contact100-form {
    display: flow;
    /* transform: translate(8%, -8%); */
    right: 5px;
    width: 100%;
    flex-direction: row;
  }
  .lepopup-header {
    font-size: 20px !important;
    font-weight: 500 !important;
    padding-top: 5px !important;
  }

  #firstNameSpan,
  #lastNameSpan,
  #userNameSpan,
  #emailSpan,
  #phoneSpan,
  #requestSpan,
  #requestDescSpan {
    font-size: 12px;
  }

  .firstNameField,
  .lastNameField,
  .userNameField,
  .emailField,
  .phoneField,
  .requestField,
  .requestDescField {
    margin-top: 4px;
    width: 100%;
    font-size: 12px;
  }

  .contact100-form {
    padding: 39px 55px 10px 55px;
  }
  /* --- Add these rules INSIDE your (max-width: 719px) media query --- */

  /* 1. Hide the desktop icons */
  .airplane {
    display: none;
  }

  /* 2. Change the container to 1 column */
  /* This overrides your 'display: flex' and 'flex-direction: column' */
  #container-contact100 {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* 3. Show and position the mobile SVG as a background */
  span.svgMobile {
    display: block;
    position: absolute;
    top: 0; /* Pin it to the top */
    left: 0; /* Pin it to the left */
    width: 100%;
    height: 100%;
    right: 31%;
    top: -44px;
    /* transform: translate(-66%, -21%); */
    z-index: 0; /* Send it to the back */
    opacity: 0.2;
  }
  span.svgMobile svg {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This prevents the SVG from looking stretched */
  }
  /* 4. Make sure your form content stays on top */
  .contact100-form,
  .container-contact100-form-btn {
    position: relative;
    z-index: 1; /* Bring it to the front */
    transform: translateY(-44px) translateX(23px);
  }
  .envelope-link-modal-content .envelope-link-close {
    top: 31px !important;
    right: 36px !important;
  }
  .wrap-input100 input::placeholder {
    font-size: 12px;
  }
  textarea#message::placeholder {
    font-size: 12px;
  }

  .input100 {
    font-size: 12px;
  }
  textarea.input100 {
    padding-right: 3px;
    font-size: 12px;
  }
  .wrap-contact100 {
    border: 5px solid white;
  }

  .leftSideIcons {
    transform: translateY(-181%);
    display: flex;
    order: 2;
  }

  /* 2. Hide the large airplane SVG on mobile */
  .leftSideIcons .airplane {
    display: none;
  }

  /* 3. Reset and style the social icons block for mobile */
  .lepopup-element-social-icons {
    /* Reset desktop positioning */
    position: static;
    transform: none;
    top: 0;
    margin: 20px 0; /* Add space above the icons */

    /* New mobile layout: center everything */
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Space between icon row and name row */
    direction: rtl;
  }

  /* 4. Style the row of icons */
  .iconsMedia {
    display: flex !important;
    flex-direction: row;
    gap: 44px !important;
    grid-template-rows: none;
    justify-content: center !important;
  }

  /* 5. Style the row of names */
  .mediaNames {
    display: none !important;
  }
}
/* 
@media (max-width: 576px) {
  .btn-hide-validate {
    right: 10px;
  }

  .true-validate::after {
    right: 10px;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    display: flow;
    transform: translate(2%, -8%);
  }

  .input100 {
    padding: 0 25px 0 40px;
  }

  .label-input100 {
    width: 40px;
  }
}

@media only screen and (max-width: 750px) {
  .input-icon {
    left: 92%;
  }

  .text-icon {
    left: 96%;
  }
}

@media only screen and (max-width: 719px) {
  #container-contact100 {
    display: flex;
    flex-direction: column;
    width: 90%;
  }

  textarea.input100,
  .requestDescField {
    width: 100%;
  }

  .input-row {
    gap: 10px;
    display: contents;
  }

  .input100 {
    padding: 0;
    border: none;
  }

  .envelope-link-close {
    top: -3px;
    right: 3px;
  }
} */
/*//////////////////////////////////////////////////////////////////
[ Button show / hide ]*/
.btn-hide-contact100 {
  font-size: 30px;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: -44px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-hide-contact100:hover {
  opacity: 1;
}

.alert-div {
  border: 1.5px solid rgba(250, 57, 60, 1);

  border-radius: 5px;
}

.input100.alert-validate::placeholder {
  color: red;
}

select.input100.alert-validate {
  color: red;
}

.contact-form-btn11 {
  --primary: white;
  --primary-dark: #2055ee;
  --primary-darkest: #133fc0;
  --text: black;
  --text-opacity: 1;
  --success: white;
  --success-scale: 0.6;
  --success-opacity: 0;
  --border-radius: 20;
  --overflow: hidden;
  --rotate: 0;
  --plane-x: 0;
  --plane-y: 0;
  --plane-opacity: 1;
  --left-wing-background: var(--primary);
  --left-wing-first-x: 0;
  --left-wing-first-y: 0;
  --left-wing-second-x: 50;
  --left-wing-second-y: 0;
  --left-wing-third-x: 0;
  --left-wing-third-y: 100;
  --left-body-background: var(--primary);
  --left-body-first-x: 50;
  --left-body-first-y: 0;
  --left-body-second-x: 50;
  --left-body-second-y: 100;
  --left-body-third-x: 0;
  --left-body-third-y: 100;
  --right-wing-background: var(--primary);
  --right-wing-first-x: 50;
  --right-wing-first-y: 0;
  --right-wing-second-x: 100;
  --right-wing-second-y: 0;
  --right-wing-third-x: 100;
  --right-wing-third-y: 100;
  --right-body-background: var(--primary);
  --right-body-first-x: 50;
  --right-body-first-y: 0;
  --right-body-second-x: 50;
  --right-body-second-y: 100;
  --right-body-third-x: 100;
  --right-body-third-y: 100;
  display: block;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 4px 0;
  min-width: 100px;
  text-align: center;
  margin: 0;
  line-height: 24px;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  background: none;
  outline: none;
  color: var(--text);
  transform: rotate(calc(var(--rotate) * 1deg)) translateZ(0);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;

  &.clip .left:after,
  &.clip .left:before,
  &.clip .right:after,
  &.clip .right:before {
    clip-path: polygon(
      calc(var(--first-x, var(--left-wing-first-x)) * 1%)
        calc(var(--first-y, var(--left-wing-first-y)) * 1%),
      calc(var(--second-x, var(--left-wing-second-x)) * 1%)
        calc(var(--second-y, var(--left-wing-second-y)) * 1%),
      calc(var(--third-x, var(--left-wing-third-x)) * 1%)
        calc(var(--third-y, var(--left-wing-third-y)) * 1%)
    );
  }

  .left,
  .right {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: var(--plane-opacity);
    transform: translate(calc(var(--plane-x) * 1px), calc(var(--plane-y) * 1px))
      translateZ(0);

    &:before,
    &:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border: 2px solid var(--text);
      border-radius: calc(var(--border-radius) * 1px);
      transform: translate(var(--x, 0.4%), var(--y, 0)) translateZ(0);
      z-index: var(--z-index, 2);
      background: var(--background, var(--left-wing-background));
    }
  }

  .left:after {
    --x: 0;
    --z-index: 1;
    --background: var(--left-body-background);
    --first-x: var(--left-body-first-x);
    --first-y: var(--left-body-first-y);
    --second-x: var(--left-body-second-x);
    --second-y: var(--left-body-second-y);
    --third-x: var(--left-body-third-x);
    --third-y: var(--left-body-third-y);
  }

  .right:before {
    --x: -0.4%;
    --z-index: 2;
    --background: var(--right-wing-background);
    --first-x: var(--right-wing-first-x);
    --first-y: var(--right-wing-first-y);
    --second-x: var(--right-wing-second-x);
    --second-y: var(--right-wing-second-y);
    --third-x: var(--right-wing-third-x);
    --third-y: var(--right-wing-third-y);
  }

  .right:after {
    --x: 0;
    --z-index: 1;
    --background: var(--right-body-background);
    --first-x: var(--right-body-first-x);
    --first-y: var(--right-body-first-y);
    --second-x: var(--right-body-second-x);
    --second-y: var(--right-body-second-y);
    --third-x: var(--right-body-third-x);
    --third-y: var(--right-body-third-y);
  }

  span {
    display: block;
    position: relative;
    z-index: 4;
    opacity: var(--text-opacity);

    &.success {
      z-index: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 8px;
      transform: rotate(calc(var(--rotate) * -1deg)) scale(var(--success-scale))
        translateZ(0);
      opacity: var(--success-opacity);
      color: var(--success);
    }
  }
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: inherit;

  &:before,
  &:after {
    box-sizing: inherit;
  }
}

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconsMedia a {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact100-form {
    display: flex !important;
    gap: 10px;
  }
  .lepopup-header {
    margin-bottom: 21px !important;
    margin-left: 40px !important;
  }
}
