:root {
  --primary-color: #89cfec;
  --secondary-color: rgb(17, 20, 29);
  --text-white: #fff;
  --text-black: #000;
  --fz-12: 12px;
  --fz-13: 13px;
  --fz-14: 14px;
  --fz-16: 16px;
  --fz-15: 15px;
  --fz-18: 18px;
  --fz-20: 20px;
  --fz-24: 24px;
  --fz-26: 26px;
  --fz-30: 30px;
  --fz-36: 36px;
  --fz-40: 40px;
  --fz-43: 43px;
  --fz-45: 45px;
  --fz-48: 48px;
  --fz-75: 75px;
}
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'Cookie';
  src: url('../../font/Cookie-Regular.woff2') format('woff2'),
       url('../../font/Cookie-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
ul li,
ol li {
  list-style: none;
}
body #main {
  background-color: rgb(17 20 29);
}

body p {
  margin-bottom: 0px;
  font-size: var(--fz-15);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-white);
}

body a {
  color: var(--text-white);
}

.title-48 {
  font-size: var(--fz-48);
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-heading);
}

.title-45 {
  font-size: var(--fz-45);
  color: var(--text-white);
  line-height: 54px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.title-43 {
  font-size: var(--fz-43);
  color: var(--text-white);
  line-height: 65px;
}

.title-40 {
  font-size: var(--fz-40);
  color: var(--text-white);
  line-height: 54px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.title-36 {
  font-size: var(--fz-36);
  font-weight: 700;
  line-height: 1.5;
}

.title-24 {
  font-size: var(--fz-24);
  font-weight: 700;
  line-height: 1.5;
}

.title-20 {
  font-size: var(--fz-20);
  font-weight: 600;
  line-height: 1.5;
}

.title-18 {
  font-size: var(--fz-18);
  font-weight: 700;
  line-height: 1.5;
}

.title-15 {
  font-size: var(--fz-15);
  font-weight: 400;
  line-height: 45px;
}

.title-heading {
  font-size: var(--fz-45);
  color: var(--text-white);
  line-height: 68px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.title-caption {
  font-size: var(--fz-45);
  font-weight: 400;
  line-height: 68px;
  color: rgba(255,255,255);
  font-family: "Work Sans", sans-serif;
}

.section-no {
  padding: 0px !important;
}

.section-large {
  padding: 45px 0px !important;
}

.section-medium {
  padding: 30px 0px !important;
}

.radius-24 {
  border-radius: 24px;
}


/* @media (max-width: 1024px) {
 
} */

/* @media (max-width: 768px) {

} */