@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover {
  text-decoration-line: underline;
}
a {
  text-decoration: none;
}
.wrap {
  word-wrap: break-word;
}
/* Make images easier to work with */
img,
picture {
  width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes wobble {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-1deg); }
  50% { transform: rotate(1deg); }
  75% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}

@keyframes jump {
  0% { transform: translateX(0); }
  30% { transform: translateX(20px); }
  50% { transform: translateX(0); }
  70% { transform: translateX(-2px); }
  100% { transform: translateY(0); }
}

@keyframes marquee {
  from {
      transform: translateX(0%);
  }
  to {
      transform: translateX(-100%);
  }
}

:root {
  /* Color Variables */
  --text-color: #FFF;
  --black: #000;
  --white: #fff;
  --black-color: #0D0D0D;
}

/* Змінні шрифтів */

.font-one {
  font-family: "Raleway", sans-serif !important;
}

.font-two {
  font-family: "Inter", sans-serif !important;
}

.lunar-gray-aura {
  font-family: "Oswald", sans-serif !important;
}

.font-four {
  font-family: "Montserrat", sans-serif !important;
}

.font-five {
  font-family: "Inter", sans-serif !important;
}

/* Змінні палітр */
.cream-white {
  --accent-color: #F68300;
}

.palette-two {
  --accent-color: #316ADB;
}

.palette-three {
  --accent-color: #00944C;
}

.palette-four {
  --accent-color: #5129A8;
}

.palette-five {
  --accent-color: #8E2121;
}

.palette-six {
  --accent-color: #2B9299;
}

/* ===================Font=========== */

.number-list {
  color: #333;
  font-size: 20px;
}

.number-list ol{
  margin: 0;
  padding-left: 30px;
}

.с-list {
  color: #333;
  font-size: 20px;
}

.с-list ul {
  margin: 0;
  padding-left: 30px;
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--accent-color);
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  width: 100%;
  overflow-x: hidden;
  line-height: normal;
  background-color: var(--white);
}

.star {
  color: gold;
}

.velvet-orange-aura {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.main {
  position: relative;
}

.prism-black-shade {
  position: relative;
  padding: 50px 0px 50px 0px;
}

/* ================== HERO START ================== */

.deep-sky-blue {
  position: relative;
  padding-bottom: 182px;
}

.onyx-black {
  position: relative;
  background-color: var(--accent-color);
  border-radius: 50px;
}

.solar-yellow-tone {
  padding-top: 18px;
}

.marble-brown-light {
  height: 86px;
  padding: 0px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.stormy-green-wave {
}
.prism-brown-tone {
  color: var(--text-color);
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.shadow-cyan-light {
  display: flex;
}
.marble-yellow-sheen {
  display: flex;
  gap: 80px;
}
.obsidian-purple-sheen {
}

.nav__link {
  color: var(--text-color);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}

.nav__link:hover {
  text-decoration: underline;
}

.light-lime {
  display: none;
}

.solar-red-mist {
  display: none;
}

.obsidian-green-sheen {
  display: flex;
  flex-direction: column;
  gap: 162px;
  margin-left: auto;
  max-width: 600px;
  padding: 0px 50px 125px 0px;
}

.desert-brown-light {
  color: var(--text-color);
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 37px;
}

.frozen-red-light {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 50px;
  color: var(--text-color);
  background-color: var(--accent-color);
  max-width: 450px;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.frozen-red-light:hover::after {  
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: auto;
  margin: 0px;
  border: 1px solid var(--text-color);
  border-radius: 10px;
}

.arctic-gray-shade {
  position: relative;
  margin-left: auto;
  color: var(--accent-color);
  background-color: var(--text-color);
  transition: all 0.3s ease;
  border: none;
}

.arctic-gray-shade:hover::after {  
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: auto;
  margin: 0px;
  border: 1px solid var(--accent-color);
  border-radius: 10px;
}

@media (max-width: 768px) {
  .frozen-red-light {
    font-size: 14px;
    font-weight: 500;
    padding: 21px 30px;
  }
}

.medium-spring-green {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 785px;
}

.stormy-red-mist {
  display: none;
}

.solar-orange-flare {
  display: none;
}



@media (max-width: 1190px) {
  .medium-spring-green {
    width: 70%;
    height: unset;
  }
}

@media (max-width: 1100px) {
  .obsidian-green-sheen {
    gap: 100px;
  }

  .medium-spring-green {
    width: 60%;
    height: unset;
  }
}

@media (max-width: 992px) {

  .marble-yellow-sheen {
    gap: 35px;
  }

  .obsidian-green-sheen {
    gap: 50px;
    padding: 0px 50px 50px 0px;
    max-width: 450px;
  }

  .medium-spring-green {
    width: 700px;
    bottom: 300px;
  }

  .gold-rush {
    width: 30px;
  }

  .oldlace-white {
    width: 70px;
  }

  .gold-rush img, .oldlace-white img {
    border-radius: 50%;
  }

  .deep-sky-blue {
    padding-bottom: 130px;
  }

  .arctic-gray-shade {
    max-width: 350px;
    padding: 16px;
  }

  .desert-brown-light {
    font-size: 50px;
  }


}

@media (max-width: 768px) {
  .light-lime {
    display: block;
  }
  
  .shadow-cyan-light {
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    background: var(--accent-color);
    flex-direction: column;
    padding: 51px 0px 57px 0px;
    transition: all 0.3s ease;
    z-index: 99;
    box-shadow: none;
    margin-top: 62px;
  }
  
  .marble-yellow-sheen {
    flex-direction: column;
    gap: 16px;
  }
  
  .nav__link {
    font-size: 20px;
    display: block;
    font-weight: 700;
  }
  
  /* Стан відкритого меню */
  .nav__menu--active {
    left: 0;
  }
  
  .burger--active .russet-red {
    display: none;
  }
  
  .burger--active .solar-red-mist {
    display: block;
  }
  
}

@media (max-width: 768px) {

  .prism-black-shade {
    padding: 16px 0px 50px 0px;
  }

  .solar-yellow-tone {
    padding-top: 0px;
  }

  .marble-brown-light {
    padding: 0px 15px;
    height: 46px;
  }

  .prism-brown-tone {
    font-size: 35px;
  }

  .light-lime {
    display: block;
  }

  .onyx-black {
    position: relative;
    border-radius: 25px;
  }

  .obsidian-green-sheen {
    max-width: 370px;
    padding: 0px 15px 50px 0px;
  }

  .desert-brown-light {
    font-size: 40px;
    margin-top: 30px;
  }

  .deep-sky-blue .arctic-gray-shade {
    display: none;
  }

  .stormy-red-mist {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .solar-orange-flare {
    display: block;
    position: absolute;
    bottom: -35px;
    right: 16px;
  }
}

@media (max-width: 576px) {

  .deep-sky-blue {
    padding-bottom: 90px;
  }

  .desert-brown-light {
    font-size: 20px;
    max-width: 170px;
  }

  .onyx-black {
    border-radius: 10px;
  }

  .obsidian-green-sheen {
    max-width: 170px;
  }
}

@media (max-width: 480px) {
  .deep-sky-blue {
    padding-bottom: 50px;
  }

  .medium-spring-green {
    width: 145px;
    bottom: 33px;
  }

  .desert-brown-light {
    margin-top: 20px;
  }
}
/* ================== HERO END ================== */


/* ================== CTA START ================== */

.dodger-blue {
}
.sunset-green-sheen {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.velvet-purple-shade {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.sand-beige {
  color: var(--accent-color);
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1.35px;
}

.lavender-blush {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  border: 2px solid var(--accent-color);
  max-width: 285px;
  width: 100%;
  padding: 12px 16px;
}

.khaki {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.shadow-yellow-tone {
  display: flex;
}

.sunset-yellow-flare {
  color: var(--black-color);
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}

.cosmic-gray-wave {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.reviews__block-peoples {
}

.velvet-blue-light {
  color: var(--accent-color);
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .sand-beige {
    font-size: 30px;
  }

  .velvet-blue-light {
    font-size: 20px;
  }
  
}

@media (max-width: 768px) {

  .dodger-blue {
    padding-top: 20px;
  }

  .sunset-green-sheen {
    gap: 16px;
  }

  .sand-beige {
    font-size: 20px;
  }

  .velvet-blue-light {
    font-size: 16px;
  }
  
  .lavender-blush {
    max-width: 135px;
    padding: 6px 8px;
    gap: 6px;
  }

  .shadow-yellow-tone img {
    width: 16px;
  }

  .sunset-yellow-flare {
    font-size: 14px;
  }
  
}

@media (max-width: 576px) {

  .lavender-blush {
    min-width: 130px;
  }

  .sand-beige {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .velvet-blue-light {
    font-size: 14px;
    font-weight: 300;
  }
  
}

/* ================== CTA END ================== */


/* ================== REVIEWS START ================== */

.gold-metallic {
}

.mulberry-purple {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.arctic-green-shade {
  color: var(--accent-color);
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1.35px;
}

.reviews__items {
  overflow-x: auto;
  width: 100%;
}

.shadow-orange-shade {
  display: flex;
  gap: 35px;
  min-width: max-content;
}

.reviews__item {
  border-radius: 50px;
  border: 1px solid var(--accent-color);
  padding: 30px 21px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 375px;
  flex: 0 0 375px;
}

.obsidian-black-sheen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.obsidian-red-aura {
  border-radius: 50%;
  max-width: 193px;
  max-height: 193px;
  min-width: 193px;
  min-height: 193px;
  overflow: hidden;
}

.obsidian-red-aura img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cerise-red {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
  display: flex;
}

.neon-brown-shade {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.desert-purple-sheen {
  color: var(--accent-color);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.reviews__item-posada {
  color: var(--accent-color);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.icy-orange-glow {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.icy-orange-glow span {
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.icy-orange-glow p {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) { 

  .mulberry-purple {
    gap: 16px;
  }

  .arctic-green-shade {
    font-size: 35px;
  }

}

@media (max-width: 578px) {
  
  .arctic-green-shade {
    font-size: 20px;
  }
  
  .reviews__items {
    overflow-x: auto;
    width: 100%;
  }
  
  .shadow-orange-shade {
    gap: 16px;
  }
  
  .reviews__item {
    border-radius: 10px;
    padding: 18px 11px;
    gap: 16px;
    width: 250px;
    flex: 0 0 250px;
  }
  
  .obsidian-red-aura {
    border-radius: 50%;
    max-width: 123px;
    max-height: 123px;
    min-width: 123px;
    min-height: 123px;
    overflow: hidden;
  }
  
  .cerise-red {
    top: -12px;
    margin-bottom: -12px;
  }

  .cerise-red img {
    width: 25px;
  }
  
  .neon-brown-shade {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  
  .desert-purple-sheen {
    font-size: 14px;
  }
  
  .reviews__item-posada {
    font-size: 14px;
    font-weight: 300;
  }
  
  .icy-orange-glow {
    gap: 8px;
  }
  
  .icy-orange-glow span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
  }
  
  .icy-orange-glow p {
    font-size: 14px;
    font-weight: 300;
  }
}



/* ================== COURSES START ================== */

.shadow-purple-light {
  background-color: var(--accent-color);
  border-radius: 50px;
  border: 2px solid var(--accent-color);
  overflow: hidden;
  margin: 50px 0px 0px 0px;
}

.slider-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.desert-yellow-mist {
  width: 100%;
}

.shadow-purple-light .desert-yellow-mist {
  width: 100%;
  min-height: 1000px;
}
.slides-container {
}

.courses__slide {
  display: none;
}

.courses__slide.active-slide {
  display: block;
}

.lunar-blue-light {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.desert-red-aura {
  width: 100%;
  overflow: hidden;
  height: 400px;
}

.desert-red-aura img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.volcano-yellow-mist {
  display: flex;
  flex-direction: column;
  gap: 43px;
  max-width: 1092px;
  width: 100%;
  margin: 0 auto;
}

.lunar-blue-flare {
  text-align: center;
  color: var(--text-color);
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1.35px;
  padding: 0px 16px;
}

.arctic-blue-sheen {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: var(--text-color);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding: 0px 16px;
}

.volcano-cyan-wave {
  padding-left: 25px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.marble-red-shine {
  display: flex;
  max-width: 537px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0px 16px;
}
.arctic-gray-shade {
}
.gold-copper {
  max-width: 60px;
  padding: 0;
  height: 60px;
  margin-left: 0;
}
.slider-button--prev {
}

.slider-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border: 1px solid var(--white);
}

.slider-dot.active-dot {
  width: 12px;
  height: 12px;
  background-color: var(--white);
}

.slider-button--next {
}

.shadow-yellow-aura {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.gold-copper svg {
  color: var(--accent-color);
}

@media (max-width: 768px) {

  .slider-container {
    gap: 16px;
  }

  .gold-copper {
    max-width: 48px;
    height: 48px;
  }

  .lunar-blue-light {
    gap: 16px;
  }

  .volcano-yellow-mist {
    gap: 16px;
  }

  .lunar-blue-flare {
    font-size: 35px;
  }

  .arctic-blue-sheen {
    font-size: 16px;
    gap: 16px;
  }

  .volcano-cyan-wave {
    padding-left: 20px;
    gap: 16px;
  }

  .shadow-yellow-aura {
    margin-top: 16px;
  }

  .shadow-purple-light .desert-yellow-mist {
    min-height: 900px;
  }
   
}

@media (max-width: 576px) {

  .shadow-purple-light {
    border-radius: 10px;
  }

  .desert-red-aura {
    height: 160px;
  }

  .lunar-blue-flare {
    font-size: 20px;
  }
  
  .arctic-blue-sheen {
    font-size: 14px;
    font-weight: 300;
  }

  .shadow-purple-light .desert-yellow-mist {
    min-height: auto;
  }

}

/* ================== COURSES END ================== */


/* ================== DOCTORS START ================== */

.marble-cyan-flare {
  display: none;
  margin: 50px 0px 0px 0px;
}

.snow-white {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.deep-pink {
  text-align: center;
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.twilight-gray-shade {
  text-align: center;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 400;
}

.lunar-red-mist {
  padding: 50px;
  background-color: var(--accent-color);
  border-radius: 50px;
  overflow: hidden;
  margin: 50px 0px 0px 0px;
}

.lunar-red-mist .marble-red-shine {
  margin-bottom: 0px;
}

.slider-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.desert-yellow-mist {
}
.slides-container {
}

.doctors__slide {
  display: none;
}

.active-slide {
  display: flex;
}

.desert-blue-tone {
  display: flex;
  gap: 50px;
}

.linen-white {
  min-height: 278px;
  min-width: 278px;
  max-height: 278px;
  max-width: 278px;
  border-radius: 50%;
  overflow: hidden;
}

.linen-white img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.misty-rose {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}

.shadow-green-shine {
  color: var(--text-color);
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1.35px;
}

.arctic-black-light {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 400;
}

.lunar-yellow-aura {
  display: flex;
}

.velvet-orange-shade {
  display: none;
}

@media (max-width: 992px) {
  .lunar-red-mist {
    padding: 25px;
  }
  
  .linen-white {
    min-width: 200px;
    min-height: 200px;
    max-width: 200px;
    max-height: 200px;
  }

  .misty-rose {
    gap: 30px;
  }

  .shadow-green-shine {
    font-size: 30px;
  }

  .arctic-black-light {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .lunar-red-mist {
    padding: 18px 17px;
  }

  .doctors__slide {
    flex-direction: column;
    gap: 16px;
  }
  
  .slider-container {
    gap: 16px;
  }

  .desert-blue-tone {
    align-items: center;
  }

  .linen-white {
    min-width: 115px;
    min-height: 115px;
    max-width: 115px;
    max-height: 115px;
  }

  .lunar-yellow-aura {
    display: none;
  }
  
  .velvet-orange-shade {
    display: flex;
  }
  
}

@media (max-width: 576px) {

  .lunar-red-mist {
    margin: 16px 0px 0px 0px;
    border-radius: 10px;
  }

  .desert-blue-tone {
    gap: 17px;
  }

  .shadow-green-shine {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
  }

  .arctic-black-light {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
  }

  .marble-cyan-flare {
    display: flex;
  }

}

/* ================== DOCTORS END ================== */



/* ================== BENEFITS START ================== */

.coral-pink {
  margin: 50px 0px 0px 0px;
}

.gilded-cyan-shine {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.scarlet {
  text-align: center;
  color: var(--accent-color);
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1.35px;
}

.obsidian-blue-flare {
  padding-left: 25px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 400;
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .scarlet {
    font-size: 30px;
  }

  .obsidian-blue-flare {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  
  .gilded-cyan-shine {
    gap: 16px;
  }
  
  .obsidian-blue-flare {
    gap: 16px;
  }
  
}

@media (max-width: 576px) {
  .scarlet {
    font-size: 20px;
  }

  .obsidian-blue-flare {
    font-size: 14px;
  }
}

/* ================== BENEFITS END ================== */


/* ================== GREEN START ================== */



/* ================== GREEN END ================== */


/* ================== FORM START ================== */

.icy-black-light {
  margin-top: 50px;
}

.moss-green {
  color: var(--text-color);
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1.35px;
  max-width: 950px;
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
}

.lunar-purple-shine {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background-color: var(--accent-color);
  border-radius: 50px;
  padding: 50px 16px;
  width: 100%;
}

.darkolivegreen-green {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 950px;
  width: 100%;
}

.darkolivegreen-green label {
  color: var(--text-color);
  font-size: 30px;
  font-weight: 500;
}

.darkolivegreen-green input {
  border: 0;
  border-radius: 10px;
  padding: 11px 19px 11px 30px;
  width: 100%;
  height: 60px;
  color: var(--black-color);
}

.darkolivegreen-green input::placeholder {
  color: var(--accent-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.8;
}

.icy-brown-shade {
}

.frozen-red-light {
  border: 0;
}

/* ================== FORM END ================== */


@media (max-width: 768px) {

  .moss-green {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    max-width: 950px;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  
  form {
    border-radius: 10px;
    padding: 30px 16px;
  }
  
  .darkolivegreen-green {
    gap: 10px;
  }
  
  .darkolivegreen-green label {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  
  .darkolivegreen-green input {
    padding: 10px 13px;
    height: 40px;
  }
  
  .darkolivegreen-green input::placeholder {
    font-size: 14px;
  }

}



/* ================== FAQ START ================== */

.neon-blue-shine {
  margin-top: 50px;
}

.gold-tone {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.frozen-pink-flare {
  color: var(--accent-color);
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1.35px;
  text-align: center;
}

.velvet-orange-tone {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.wisteria-purple {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.twilight-black-sheen {
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.volcano-cyan-light {
  display: none;
  padding: 24px 16px;
  border-radius: 10px;
  border: 1px solid var(--accent-color);
}

@media (max-width: 578px) {

  .volcano-cyan-light {
    display: flex;
  }

  .frozen-pink-flare {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  
  .velvet-orange-tone {
    gap: 21px;
  }
  
  .wisteria-purple {
    font-size: 14px;
  }
  
  .twilight-black-sheen {
    font-size: 14px;
    font-weight: 300;
  }

}



/* ================== FAQ END ================== */



/* ================== FOOTER START ================== */

.gilded-pink-shade {
  background-color: var(--accent-color);
}

.vermilion-red {
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 50px 0px;
  width: 100%;
  text-align: center;
}

.eggplant-purple {
  color: var(--text-color);
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {

  .vermilion-red {
    padding: 30px 0px;
  }

  .eggplant-purple {
    font-size: 16px;
    font-weight: 400;
  }

}

@media (max-width: 576px) {

  .eggplant-purple {
    font-size: 14px;
    font-weight: 300;
  }

}


/* ================== FOOTER END ================== */

#hbgBDAgqmW-cookie {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 100%;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px;
  background-color: #1a1a1a;
  border-radius: 20px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  gap: 15px;
  z-index: 999999;
  font-size: 15px;
  color: #fff;
}

#hbgBDAgqmW-cookie.show {
  display: block;
}

#hbgBDAgqmW-cookie div {
  display: inline-block;
}

#hbgBDAgqmW-cookie button {
  float: right;
  border-radius: 8px;
  background: var(--btn-gradient);
  color: var(--color-black);
  font-family: var(--font-family);
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  border: none;
}

iframe {
  width: 100%;
}