* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #209BD7;
  --black: #161616;
  --white: #ffffff;
  --light-black: #201F30;
  --black-500: #030301;
  --gray: #979797;
  --light-400: #EBEBEB;
  --gray-500: #E9E9E9;
  --gray-600: #707070;
  --gray-700: #363636;
  --body-color: #F6F6F6;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: 49px;
  line-height: 62px;
  font-weight: 500;
}

h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
}

h3 {
  font-size: 29px;
  line-height: 43px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

p {
  font-size: 14px;
  line-height: 24px;
}
p.base {
  font-size: 15px;
  line-height: 24px;
}
p.md {
  font-size: 16px;
  line-height: 32px;
}
p.lg {
  font-size: 18px;
  line-height: 27px;
}

img {
  max-width: 100%;
  height: auto;
}

.slick-slide {
  margin-inline: 15px;
}

.icon {
  position: relative;
  z-index: 1;
}
.icon:before {
  display: block;
  background-size: 100% 100%;
}
.icon.icon-arrow-up-right:before {
  content: "";
  background-image: url("../images/icons/arrow-icon.svg");
  width: 14px;
  height: 14px;
}
.icon.icon-youtube:before {
  content: "";
  background-image: url("../images/icons/youtube.svg");
  width: 18px;
  height: 18px;
}
.icon.icon-youtube-lg:before {
  content: "";
  background-image: url("../images/icons/youtube-big.svg");
  width: 36px;
  height: 36px;
}
.icon.icon-instagram:before {
  content: "";
  background-image: url("../images/icons/instagram.svg");
  width: 18px;
  height: 18px;
}
.icon.icon-instagram-lg:before {
  content: "";
  background-image: url("../images/icons/instagram-big.svg");
  width: 30px;
  height: 36px;
}
.icon.icon-download:before {
  content: "";
  background-image: url("../images/icons/download.svg");
  width: 18px;
  height: 18px;
}
.icon.icon-play:before {
  content: "";
  background-image: url("../images/icons/play.svg");
  width: 27px;
  height: 36px;
}

.btn.btn-primary, .btn.btn-dark {
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.1607843137);
  width: -moz-max-content;
  width: max-content;
  padding: 1.1rem 2.4rem;
  border: 0;
  border-radius: 2rem 0 2rem 2rem;
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.4s;
}
.btn.btn-primary {
  background-color: var(--primary);
}
.btn.btn-primary.action-btn {
  font-size: 12px;
  line-height: 18px;
  padding: 0.9rem 2.1rem;
  text-transform: uppercase;
}
.btn.btn-primary:hover {
  background-color: var(--light-black);
}
.btn.btn-dark {
  background-color: var(--black);
}
.btn.btn-dark:hover {
  background-color: var(--primary);
}
.btn.btn-dark:hover .icon:before {
  filter: brightness(0) invert(1);
}

.text-gray {
  color: var(--gray);
}

.text-black {
  color: var(--black);
}

.text-primary {
  color: var(--primary) !important;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-padding-y {
  padding-block: 100px;
}

.section-padding-t {
  padding-top: 100px;
}

.section-padding-b {
  padding-bottom: 100px;
}

.max-w-100 {
  max-width: 100%;
}

.navbar-expand-lg .navbar-toggler {
  border-radius: 100%;
  border: 0;
  padding: 7px;
  background-color: var(--primary);
  height: 46px;
  width: 46px;
  display: none;
  justify-content: center;
  align-items: center;
  right: 1rem;
  position: absolute;
  transition: all 0.5s;
}
.navbar-expand-lg .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmkteC1sZyIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNMi4xNDYgMi44NTRhLjUuNSAwIDEgMSAuNzA4LS43MDhMOCA3LjI5M2w1LjE0Ni01LjE0N2EuNS41IDAgMCAxIC43MDguNzA4TDguNzA3IDhsNS4xNDcgNS4xNDZhLjUuNSAwIDAgMS0uNzA4LjcwOEw4IDguNzA3bC01LjE0NiA1LjE0N2EuNS41IDAgMCAxLS43MDgtLjcwOEw3LjI5MyA4IDIuMTQ2IDIuODU0WiIvPgo8L3N2Zz4=);
  filter: brightness(100) invert(1);
  width: 22px;
  height: 22px;
}
.navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
  filter: brightness(100);
  background-image: url("../images/icons/bars.svg");
  width: 18px;
  height: 18px;
}
.navbar-expand-lg .navbar-nav {
  background: var(--light-black);
  border-radius: 50px;
  padding: 10px;
  flex-direction: row;
}
.navbar-expand-lg .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--white);
  font-size: 12px;
  line-height: 18px;
  padding: 0.9rem 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem 0 2rem 2rem;
  transition: all 0.4s;
}
.navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--white);
  background-color: var(--primary);
}
.navbar-expand-lg .collapse:not(.show) {
  display: flex;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
  color: var(--white) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--white);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: none;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-inline: 1.2rem;
  }
  .btn.btn-primary.action-btn {
    padding-inline: 1.2rem;
  }
}
@media (max-width: 767px) {
  .slick-slide {
    margin-inline: 0;
  }
  .section-padding-y {
    padding-block: 50px;
  }
  .section-padding-t {
    padding-top: 50px;
  }
  .section-padding-b {
    padding-bottom: 50px;
  }
  .navbar-expand-lg .collapse.show .navbar-nav {
    transform: translateX(0);
  }
  .navbar-expand-lg .container {
    position: relative;
  }
  .navbar-expand-lg .navbar-toggler {
    display: flex;
  }
  .navbar-expand-lg .navbar-nav {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    flex-direction: column;
    border-radius: 0;
    width: 390px;
    margin-inline: auto;
    height: 100vh;
    align-items: flex-start;
    z-index: 9;
    padding: 30px 0;
    transition: all 0.5s;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    min-width: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: transparent;
    color: var(--primary);
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
    padding: 10px 30px;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  p.base, p.md, p.lg {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .navbar-expand-lg .navbar-nav {
    width: 240px;
  }
}/*# sourceMappingURL=theme.css.map */