/* Global styles */

::selection {
    color: white; 
    background: #000;
}

body, html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: ProximaNova-Regular;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1280 - 300)));
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none outside none;
}

a {
  color: #FF0039;
  text-decoration: underline;
}

a:hover {
  color: #FF0039;
  text-decoration: none;
  transition: none;
}

.container {
  max-width: 1300px;
}

.container-fluid {
  padding: 0;
}

.containerImages {
  width: 100%;
}

.white {
  color: white;
}

.pink {
  color: #FF0039;
}

.black {
  color: #1E2325;
}

.relative {
  position: relative;
}

/* Type styles */

h1 {
  font-size: calc(48px + (96 - 48) * ((100vw - 300px) / (1280 - 300)));
  line-height: calc(48px + (80 - 48) * ((100vw - 300px) / (1280 - 300)));
  font-family: Gilroy-Heavy;
  background-image: url("../img/H1BG.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 24px 0;
}

@media only screen and (max-width: 600px) {
  h1{
    background-image: none;
    background-color: white;
    display: inline;
    line-height: 100%;
    padding: 0;
  }
}

h2 {
  font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1280 - 300)));
  font-family: Gilroy-Bold;
}

h3 {
  font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (1280 - 300)));
  font-family: Gilroy-Bold;
}

h4 {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1280 - 300)));
  font-family: Gilroy-Bold;
}

/* Backgrounds */

.bgBlack {
  background-color: #1E2325;
  color: white;
}

.bgGrey {
  background-color: #f2f2f2;
}

/* Buttons */

.btn, .btn-white {
  height: 64px;
  background-color: #FF0039;
  color: #fff;
  font-family: Gilroy-Bold;
  font-size: 24px;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.btn-white {
  background-color: white;
  color: #1E2325;
}

@media only screen and (max-width: 600px) {
  .btn {
    height: 48px;
    font-size: 18px;
  }
}

.btn:hover {
  color: white;
  background-color: #DF0536;
}

/* Footer */

.footer {
  padding-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .footer {
    margin-top: 16px;
  }
}

/* Intro */

.logo {
  width: 204px;
}

@media only screen and (max-width: 600px) {
  .logo {
    width: 148px;
  }
}

.icon {
  width: 64px;
  object-fit: contain;
}

@media only screen and (max-width: 600px) {
  .icon {
    width: 56px;
  }
}

/* What you'll learn */

.topic1, .topic2, .topic3, .topic4, .topic5, .topic6, .topic7, .topic8, .topic9 {
  background-image: url("../img/topicBG1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.topic2 {
  background-image: url("../img/topicBG2.svg");
}

.topic3 {
  background-image: url("../img/topicBG3.svg");
}

.topic4 {
  background-image: url("../img/topicBG4.svg");
}

.topic5 {
  background-image: url("../img/topicBG5.svg");
}

.topic6 {
  background-image: url("../img/topicBG6.svg");
}


/* Who can benefit */

.villageOfTheDammed {
  background-image: url("../img/villageOfTheDammedBG.png");
  background-repeat: no-repeat;
  object-fit: contain;
  background-size: contain;
  background-position: center;
}


li.bullet {
  margin-bottom: 24px;
  background-image: url("../img/bullet.png");
  background-repeat: no-repeat;
  background-size: 40px;
  display: flex;
  align-content: center;
  padding: 8px 0 4px 56px;
}

li.bullet:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  li.bullet {
    padding: 10px 0 8px 56px;
  }
}

/* Lesson preview */

.videoThumbnail {
  position: relative;
  z-index: 3;
}

/* Price */

.priceBG {
  background-image: url("../img/priceBG.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 0 32px;
}

@media only screen and (max-width: 600px) {
  .sellingPoints {
    margin-bottom: 24px;
  }
}