:root {
  --text-default: #404040;
  --dark-blue: #002656;
  --medium-blue: #0253be;
  --light-blue: #09ceeb;
  --green: #3ac061;
  --yellow: #ff991f;
  --red: #ff2525;
}
html {
  font-size: 16px;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: var(--text-default);
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1.25;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}
h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.375rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.875rem;
  }
  h2,
  .h2 {
    font-size: 2.875rem;
  }
  h3,
  .h3 {
    font-size: 2.125rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

/*  */
.px-0 {
  padding-inline: 0 !important;
}

.my-0 {
  margin-block: 0 !important;
}

.mt-large {
  margin-top: 80px !important;
}

@media screen and (min-width: 768px) {
  .mt-large {
    margin-top: 160px !important;
  }
}

.fw-thin {
  font-weight: 100;
}
.fw-extralight {
  font-weight: 200;
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}

.flex-full {
  flex: 1 !important;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff !important;
}

/*  */
.px-5 {
  padding-inline: 20px !important;
}

.py-large {
  padding-block: clamp(3.75rem, 8.912vw, 9.625rem);
}
.pt-large {
  padding-block-start: clamp(3.75rem, 8.912vw, 9.625rem);
}
.pb-large {
  padding-block-end: clamp(3.75rem, 8.912vw, 9.625rem);
}

.py-medium {
  padding-block: clamp(3.75rem, 7.986vw, 7.1875rem);
}

.gap-15 {
  gap: clamp(1.875rem, 4.1667vw, 3.75rem);
}
/*  */
/*  */

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* gradient color */
.gradient-1 {
  background: linear-gradient(333deg, #3ac061 0%, #00cfea 88%);
}
.gradient-2 {
  background: linear-gradient(90deg, #09ceeb 0%, #90d4dd 100%);
}
.gradient-3 {
  background: linear-gradient(90deg, #002656 0%, #0053bc 100%);
}
.gradient-4 {
  background: linear-gradient(90deg, #09ceeb 0%, #ffffff 100%);
}
.white-blue-gradient {
  background: radial-gradient(28%, rgb(9, 206, 235, 0.26) 0%, #ffffff 100%);
}

.linear-gradient-1 {
  background: linear-gradient(90deg, #0253be 52%, #0253be 100%);
}
.linear-gradient-2 {
  background: linear-gradient(90deg, #ffffff 52%, #29abe2 100%);
}

.gradient-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.glass {
  backdrop-filter: blur(8px) saturate(100%) brightness(110%);
  -webkit-backdrop-filter: blur(8px) saturate(180%) brightness(110%);
  box-shadow:
    -10px -10px 30px rgba(0, 0, 0, 0.15),
    10px 10px 30px rgba(0, 0, 0, 0.15),
    inset -1px -1px 1px rgba(255, 255, 255, 0.6),
    inset 1px 1px 1px rgba(255, 255, 255, 0.35);
}

/* .glass::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
} */
/*  */
.container-ml-0.e-con-boxed > .e-con-inner {
  margin-left: 0;
}
.container-mr-0.e-con-boxed > .e-con-inner {
  margin-right: 0;
}

.elementor-widget-icon > .elementor-icon-wrapper {
  line-height: 1;
}
.elementor-widget-button .elementor-button {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  padding: 15px 34px;
  border-radius: 25px;
  border: 1px solid transparent;
}
.elementor-widget-button .elementor-button,
.elementor-widget-button.elementor-button-info .elementor-button:hover {
  background: linear-gradient(90deg, #09ceeb 0%, #90d4dd 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: var(--dark-blue);
}
.elementor-widget-button.elementor-button-info .elementor-button,
.elementor-widget-button .elementor-button:hover {
  background: transparent;
  color: white;
  border: 1px solid var(--light-blue);
  /* filter: drop-shadow(0px 0px 6.9px var(--light-blue)); */
  box-shadow: 0px 0px 6.9px var(--light-blue);
}

.icon-svg--fill-transparent svg {
  fill: transparent !important;
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
  height: auto;
}

.max-w-323 {
  max-width: 323px;
}

/*  */
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  color: #cfe3ff;
  border: none;
  background-color: rgb(255, 255, 255, 0.06);
  border-radius: 2.875rem;
  padding: 1.5625rem 2.3125rem;
  min-height: 4.6875rem;
  backdrop-filter: blur(8px) saturate(100%) brightness(110%);
  -webkit-backdrop-filter: blur(8px) saturate(180%) brightness(110%);
  box-shadow:
    -10px -10px 30px rgba(0, 0, 0, 0.15),
    10px 10px 30px rgba(0, 0, 0, 0.15),
    inset -1px -1px 1px rgba(255, 255, 255, 0.6),
    inset 1px 1px 1px rgba(255, 255, 255, 0.35);
}
input[type="date"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #cfe3ff;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/icons/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1rem;
  padding-right: 3.5rem;
}
select > option {
  color: var(--text-default);
}

[type="button"],
[type="submit"],
button {
  background: linear-gradient(125deg, #0253be 52%, #29abe2 100%);
  color: #cfe3ff;
  padding: 1rem 2rem;
  border-radius: 2.375rem;
  font-size: 1rem;
  line-height: 1.5;
  height: 3.5rem;
  border: none;
  backdrop-filter: blur(8px) saturate(100%) brightness(110%);
  -webkit-backdrop-filter: blur(8px) saturate(180%) brightness(110%);
  box-shadow:
    -10px -10px 30px rgba(0, 0, 0, 0.15),
    10px 10px 30px rgba(0, 0, 0, 0.15),
    inset -1px -1px 1px rgba(255, 255, 255, 0.6),
    inset 1px 1px 1px rgba(255, 255, 255, 0.35);
}
.frm_form_fields .frm_fields_container {
  row-gap: clamp(1.25rem, 1.8vw, 2rem);
}
.form-field label {
  margin-bottom: 0.625rem;
}
.frm_error {
  color: #ff8080;
  margin-top: 0.5rem;
  padding-left: 2.3125rem;
  font-size: .875rem;
}
.subscribe-form form {
  position: relative;
}
.subscribe-form .form-field {
  margin-bottom: 0;
}
.subscribe-form .frm_submit {
  margin: 0;
}
.subscribe-form .frm_submit button {
  margin: 0;
  position: absolute;
  right: 0.6875rem;
  top: 0.5625rem;
}
