@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --heading-font: "Inter", sans-serif;
  --body-font: "Inter", sans-serif;
  --primary-color: #1ac9f0;
  --white-color: #fff;
  --bg-body: rgba(255, 255, 255, 0.6);
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--white-color);
  padding-bottom: 16px;
}
.container {
  max-width: 1280px;
  width: 90%;
}
#main-content,
.et_pb_section {
  background-color: #000618;
}

.btn {
  padding: 12px 24px;
  border-radius: 10px;
  color: #000618;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border: none !important;
  /*cursor: pointer;*/
  pointer-events: none;
}

.btn-primary {
  background: #1ac9f0;
}
.btn-primary:hover {
  background: linear-gradient(95deg, #1ac9f0 -1.2%, #00b7ff 94.5%);
  color: #fff;
}

.sub-title {
  padding: 7px 14px;
  border-radius: 10px;
  border: 1px solid rgba(26, 201, 240, 0.4);
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  width: fit-content;
}

.et_pb_section h1 {
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 0;
  letter-spacing: -1.55px;
}

.et_pb_section h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.88px;
  line-height: normal;
}

#main-content #sidebar {
  display: none;
}
#main-content .container::before {
  display: none;
}

body.page.et_right_sidebar #left-area {
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
body.page.et_right_sidebar #left-area .entry-content p a,
body.page.et_right_sidebar #left-area .entry-content p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 36px;
  padding-bottom: 0px;
}
body.page.et_right_sidebar #left-area .entry-content p a:hover {
  color: var(--primary-color);
}

body.page.et_right_sidebar #left-area .entry-content p:last-child {
  margin-bottom: 0px;
}

body.page.et_right_sidebar #left-area :is(h1, h2, h3, h4, h5, h6) {
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
body.page.et_right_sidebar #left-area .main_title {
  color: #fff;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.88px;
  margin-bottom: 0px;
  padding-bottom: 36px;
}

body.page.et_right_sidebar .container {
  padding: 40px 0px 96px 0px;
}
body.page.et_right_sidebar .col-bottom .caption,
body.page.et_right_sidebar .col-top,
body.page.et_right_sidebar .btn-form {
  display: none;
}

body.page.et_right_sidebar .footer-main {
  padding: 32px 0px !important;
}

@media (min-width: 981px) {
  body.page.et_right_sidebar #left-area {
    width: 71.125%;
  }
}

@media (max-width: 1024px) {
  body.page.et_right_sidebar .container {
    padding: 20px 0px 46px 0px;
  }
  body.page.et_right_sidebar #left-area .entry-content p {
    margin-bottom: 24px;
  }
  body.page.et_right_sidebar #left-area .main_title {
    padding-bottom: 24px;
  }
}

@media (max-width: 567px) {
  .sub-title {
    font-size: 11px;
    letter-spacing: 1.6px;
    padding: 6px 12px;
  }
}
