/* === General Styles === */
body {
  font-family: "Nunito", Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

b, strong, .strong {
  font-weight: 500;
}

.text-skyblue {
  color: #39b5c7;
}

.image {
  text-align: center;
}

.divider {
  height: 3px;
  width: 100%;
  background: #bda8c2;
  position: relative;
}

.divider:before, .divider:after {
  position: absolute;
  content: '';
  border-radius: 50px;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #bda8c2;
}

.divider:before {
  left: 0;
}

.divider:after {
  right: 0;
}

.hero-section {
  background: #612c6c;
  padding: 20px 0 50px 0;
  color: #FFFFFF;
}

.hero-section .content-text {
  margin-bottom: 30px;
}

.hero-section .content-text h1 {
  color: #ff9900;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}

.hero-section .content-text h1 span {
  font-weight: 700;
}

.hero-section .content-text p {
  font-size: 17px;
  margin-bottom: 20px;
}

.hero-section .content-text a.link {
  color: #ff9900;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.hero-section .content-text a.link span {
  position: relative;
  margin-left: 7px;
}

.hero-section .content-text a.link span:before {
  transition: width 0.3s;
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ff9900;
}

.hero-section .content-text a.link:hover span:before, .hero-section .content-text a.link:active span:before {
  transition: width 0.3s;
  content: '';
  width: 100%;
}

.hero-section .content-text a.link.join img, .hero-section .content-text a.link.browse img {
  transform: rotate(180deg);
  width: 10px;
  margin-top: -4px;
}

.hero-section .content-text a.link.join {
  margin-right: 20px;
}

.hero-section .content-text a.link.browse {
  margin-top: 10px;
  display: inline-block;
}

.hero-section .content-text a.link.browse span {
  color: #d6d4d6;
}

.hero-section .content-text a.link.browse span:before {
  background: #d6d4d6;
}

.hero-section .scroll-to-next {
  width: 45px;
  height: 50px;
  margin: 20px auto 0 auto;
  cursor: pointer;
}

@media (min-width: 992px) {
  .hero-section {
    padding: 50px 0;
  }
  .hero-section .content-text {
    margin-bottom: 0;
  }
  .hero-section .content-text h1 {
    font-size: 50px;
  }
  .hero-section .content-text p {
    font-size: 18px;
  }
  .hero-section .content-text a.link {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
  .hero-section .content-text h1 {
    font-size: 65px;
  }
  .hero-section .content-text p {
    font-size: 20px;
  }
}

header {
  background: #56205b;
  padding: 20px 0;
}

header .navbar {
  padding: 0;
}

header .navbar .navbar-toggler {
  padding: 0;
  width: 35px;
  height: 35px;
  border: none;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%23fff'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") 4px 6px no-repeat;
}

header .navbar .navbar-toggler.collapsed {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") 0 1px no-repeat;
}

header .navbar .navbar-toggler:focus {
  box-shadow: none;
}

header .navbar .navbar-nav {
  margin-top: 20px;
}

header .navbar .navbar-nav li {
  text-align: center;
}

header .navbar .navbar-nav li:not(:last-of-type) {
  margin-bottom: 15px;
}

header .navbar .navbar-nav a {
  font-size: 17px;
  line-height: 17px;
  color: #FFFFFF !important;
  display: inline-block;
  font-weight: 500;
  padding: 0 !important;
  transition: all 0.3s ease-out;
}

header .navbar .navbar-nav a:not(.button) {
  position: relative;
  padding-bottom: 3px !important;
}

header .navbar .navbar-nav a:not(.button):before {
  transition: width 0.3s;
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
}

header .navbar .navbar-nav a:not(.button):hover:before, header .navbar .navbar-nav a:not(.button).active:before, header .navbar .navbar-nav a:not(.button) .active:before {
  width: 100%;
}

header .navbar .navbar-nav a.button {
  color: #FFFFFF !important;
  padding: 15px 20px !important;
  font-size: 15px;
  background: #7a3d99;
}

header .navbar .navbar-nav a.button:hover, header .navbar .navbar-nav a.button.active, header .navbar .navbar-nav a.button .active {
  background: #ff9900 !important;
  color: #FFFFFF !important;
}

@media (min-width: 992px) {
  header {
    padding: 30px 0;
  }
  header .navbar .navbar-toggler {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  header .navbar .navbar-nav {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  header .navbar .navbar-nav li {
    margin: 0 20px;
  }
  header .navbar .navbar-nav li:not(:last-of-type) {
    margin-bottom: 0;
  }
  header .navbar .navbar-nav li:last-of-type {
    margin-right: 0;
  }
}

/* === Home Styles === */
body.home-page .section-1 {
  padding: 50px 0 0 0;
  background: url("../img/honey-comb-bg.jpg") repeat center center;
}

body.home-page .section-1 h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1;
  color: #612c6c;
  text-align: center;
}

body.home-page .section-1 .recently-added {
  margin-bottom: 0 !important;
}

body.home-page .section-1 .recently-added .image img {
  margin: 0 auto;
}

body.home-page .section-1 .recently-added .body {
  padding-top: 20px;
  max-width: 660px;
  margin: 0 auto;
}

body.home-page .section-1 .recently-added .body .logo {
  margin-bottom: 30px;
}

body.home-page .section-1 .recently-added .body h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

body.home-page .section-1 .recently-added .body p {
  font-size: 17px;
}

body.home-page .section-1 .recently-added .body .buttons {
  margin: 30px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.home-page .section-1 .recently-added .body .buttons .button {
  flex: 1 1 48%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-out;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}

body.home-page .section-1 .recently-added .body .buttons .button.play {
  margin-right: 1%;
  background: #7a3d99;
}

body.home-page .section-1 .recently-added .body .buttons .button.visit {
  margin-left: 1%;
  background: #f4f4f4;
  color: #612c6c;
}

body.home-page .section-1 .recently-added .body .buttons .info {
  flex: 0 0 30px;
  margin-left: 14px;
  text-align: center;
  color: #ff9900;
  font-size: 20px;
  font-weight: 700;
}

body.home-page .section-1 .recently-added .body .buttons .info img {
  margin: 0 auto 5px auto;
}

body.home-page .section-1 .recently-added .slick-dots {
  bottom: -40px;
}

body.home-page .section-1 .recently-added .slick-dots li {
  margin: 0;
}

body.home-page .section-1 .recently-added .slick-dots li.slick-active button:before {
  color: #ff9900;
}

body.home-page .section-1 .recently-added .slick-dots button:before {
  font-size: 10px;
  color: #612c6c;
  opacity: 1;
}

body.home-page .section-2 {
  padding: 70px 0 50px 0;
  background: url("../img/honey-comb-bg.jpg") repeat center center;
}

body.home-page .section-2 .divider {
  margin-bottom: 50px;
}

body.home-page .section-2 h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1;
  color: #612c6c;
  text-align: center;
}

body.home-page .section-2 .filter {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
}

body.home-page .section-2 .filter span {
  font-size: 23px;
  margin-right: 20px;
  font-weight: 600;
}

body.home-page .section-2 .filter .fancy-dropdown-wrapper {
  max-width: 150px;
}

body.home-page .section-2 .filter .fancy-dropdown-wrapper .fancy-dropdown-sleeve:after {
  display: none;
  visibility: hidden;
  opacity: 0;
}

body.home-page .section-2 .filter .fancy-dropdown-wrapper .fancy-dropdown-sleeve input.fancy-dropdown {
  background: #bda8c2;
  border-radius: 0;
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 10px;
  font-weight: 600;
  border: 0;
}

body.home-page .section-2 .filter .fancy-dropdown-wrapper .fancy-dropdown-options {
  top: 50px;
  border-radius: 0;
  border: 0;
}

body.home-page .section-2 .articles .row {
  --bs-gutter-y: 30px;
}

body.home-page .section-2 .articles .item {
  max-width: 341px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.home-page .section-2 .articles .item .body {
  padding: 20px;
  background: #FFFFFF;
  height: 100%;
}

body.home-page .section-2 .articles .item .body h3 {
  color: #202020;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

body.home-page .section-2 .articles .item .body p {
  color: #76766b;
  font-size: 15px;
  line-height: 1.3;
  min-height: 85px;
}

body.home-page .section-2 .articles .item .body .buttons {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.home-page .section-2 .articles .item .body .buttons .button {
  flex: 0 0 48%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-out;
  padding: 15px 10px;
  font-size: 15px;
  color: #FFFFFF;
}

body.home-page .section-2 .articles .item .body .buttons .button.play {
  margin-right: 1%;
  background: #7a3d99;
}

body.home-page .section-2 .articles .item .body .buttons .button.visit {
  margin-left: 1%;
  background: #bda8c2;
}

body.home-page .section-2 .articles .item .body .link {
  font-weight: 700;
  font-size: 16px;
  color: #39b5c7;
  transition: all 0.3s ease-out;
}

body.home-page .section-2 .articles .item .body .link:hover, body.home-page .section-2 .articles .item .body .link:active {
  color: #ff9900;
}

body.home-page .section-3 {
  text-align: center;
}

body.home-page .section-3 h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1;
}

body.home-page .section-3 .button {
  padding: 15px 30px;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

body.home-page .section-3 p {
  font-size: 20px;
  margin-bottom: 20px;
}

body.home-page .section-3 .top-row {
  padding: 50px 0;
  background: #612c6c;
  color: #FFFFFF;
}

body.home-page .section-3 .top-row .content-text {
  margin-bottom: 30px;
}

body.home-page .section-3 .top-row .content-text h2 {
  color: #ff9900;
}

body.home-page .section-3 .top-row .content-text .button {
  color: #FFFFFF;
  background: #39b5c7;
}

body.home-page .section-3 .top-row .content-text .button:hover, body.home-page .section-3 .top-row .content-text .button.active {
  background: #1390a2;
}

body.home-page .section-3 .bottom-row {
  padding: 50px 0;
  background: #e8e2ff;
}

body.home-page .section-3 .bottom-row h2 {
  color: #612c6c;
}

body.home-page .section-3 .bottom-row p {
  color: #612c6c;
}

body.home-page .section-3 .bottom-row .button {
  color: #FFFFFF;
  background: #7a3d99;
}

body.home-page .section-3 .bottom-row .button:hover, body.home-page .section-3 .bottom-row .button.active {
  background: #612c6c;
}

body.home-page .section-3 .bottom-row .divider {
  margin: 40px 0 30px 0;
}

body.home-page .section-3 .bottom-row h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #612c6c;
}

body.home-page .section-3 .bottom-row .socials {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.home-page .section-3 .bottom-row .socials li {
  display: inline-block;
  margin: 0 5px;
}

body.home-page .section-3 .bottom-row .share-icons {
  max-width: 185px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  body.home-page .section-1 h2 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  body.home-page .section-1 .recently-added .item {
    display: flex;
  }
  body.home-page .section-1 .recently-added .body {
    padding-top: 0;
  }
  body.home-page .section-1 .recently-added .body .logo {
    margin-bottom: 20px;
  }
  body.home-page .section-1 .recently-added .body .buttons {
    margin: 20px 0;
  }
  body.home-page .section-3 h2 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  body.home-page .section-3 .button {
    font-size: 23px;
  }
  body.home-page .section-3 p {
    margin-bottom: 30px;
  }
  body.home-page .section-3 .top-row .content-text {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  body.home-page .section-1 .recently-added .body .logo {
    margin-bottom: 20px;
  }
  body.home-page .section-1 .recently-added .body h3 {
    font-size: 32px;
  }
  body.home-page .section-1 .recently-added .body p {
    font-size: 18px;
  }
  body.home-page .section-1 .recently-added .body .buttons {
    margin: 30px 0 20px 0;
  }
  body.home-page .section-1 .recently-added .slick-prev, body.home-page .section-1 .recently-added .slick-next {
    height: 55px;
    width: 55px;
    z-index: 1;
    border-radius: 50%;
    transition: all 0.2s ease-out;
  }
  body.home-page .section-1 .recently-added .slick-prev:hover, body.home-page .section-1 .recently-added .slick-next:hover {
    background-color: #ff9900;
  }
  body.home-page .section-1 .recently-added .slick-prev {
    background: url("../img/arrow-prev.svg") no-repeat #7a3d99 center center;
    background-size: 15px 30px;
    left: -75px;
  }
  body.home-page .section-1 .recently-added .slick-next {
    background: url("../img/arrow-next.svg") no-repeat #7a3d99 center center;
    background-size: 15px 30px;
    right: -75px;
  }
  body.home-page .section-1 .recently-added .slick-prev:before, body.home-page .section-1 .recently-added .slick-next:before {
    display: none;
  }
}

/* === Partners Styles === */
body.partners-page .section-1 {
  padding: 50px 0 0 0;
  background: url("../img/honey-comb-bg.jpg") repeat center center;
}

body.partners-page .section-1 h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1;
  color: #612c6c;
  text-align: center;
}

body.partners-page .section-1 .row {
  --bs-gutter-y: 150px;
}

body.partners-page .section-1 .card {
  background: #612c6c;
  box-shadow: 0 -15px 0 #bda8c2;
  border: 0;
  border-radius: 20px;
  color: #FFFFFF;
}

body.partners-page .section-1 .card .body {
  padding: 30px 20px;
}

body.partners-page .section-1 .card .body h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

body.partners-page .section-1 .card .body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.partners-page .section-1 .card .body ul li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

body.partners-page .section-1 .card .body ul li:before {
  background: url("../img/check-icon.png") no-repeat center center;
  background-size: contain;
  width: 28px;
  height: 28px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

body.partners-page .section-1 .card .body ul li span {
  color: #ff9900;
  font-weight: 700;
}

body.partners-page .section-1 .card.left .body h3 {
  color: #ff9900;
}

body.partners-page .section-1 .card.left .image {
  position: absolute;
  bottom: -170px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  z-index: 1;
}

body.partners-page .section-1 .card.right .body h3 {
  color: #39b5c7;
}

body.partners-page .section-1 .card.right .body .button {
  color: #FFFFFF;
  background: #39b5c7;
  padding: 10px 40px;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

body.partners-page .section-1 .card.right .body .button:hover, body.partners-page .section-1 .card.right .body .button:active {
  background: #1390a2;
}

body.partners-page .section-2 {
  padding: 70px 0;
  background: url("../img/honey-comb-bg.jpg") repeat center center;
}

body.partners-page .section-2 .divider {
  margin-bottom: 50px;
}

body.partners-page .section-2 h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1;
  color: #612c6c;
  text-align: center;
}

body.partners-page .section-2 #faqAccordion {
  margin-bottom: 50px;
}

body.partners-page .section-2 #faqAccordion .accordion-item {
  background: none;
  border: 0;
  margin-bottom: 35px;
}

body.partners-page .section-2 #faqAccordion .accordion-button {
  outline: none;
  box-shadow: none;
  padding: 0;
  background: none;
  border: 0;
  color: #39b5c7;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

body.partners-page .section-2 #faqAccordion .accordion-button:after {
  display: none;
}

body.partners-page .section-2 #faqAccordion .accordion-button .number {
  font-size: 30px;
  background: #7a3d99;
  font-weight: 700;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

body.partners-page .section-2 #faqAccordion .accordion-body {
  padding: 0 0 0 66px;
  font-size: 18px;
  color: #7a3d99;
  font-weight: 600;
  line-height: 1.3;
}

body.partners-page .section-2 .questions {
  margin-bottom: 50px;
}

body.partners-page .section-2 .questions h4 {
  text-align: center;
  color: #612c6c;
  padding-top: 30px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

body.partners-page .section-2 .questions h4 a {
  color: #612c6c;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

body.partners-page .section-2 .questions h4 a:hover {
  color: #ff9900;
}

body.partners-page .section-2 .questions h4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 2px;
  background: #612c6c;
}

body.partners-page .section-3 {
  background: url("../img/honey-comb-bg.jpg") repeat center center;
  padding-bottom: 50px;
}

body.partners-page .section-3 h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 70px;
  line-height: 1;
  color: #612c6c;
}

body.partners-page .section-3 h2 span {
  color: #ff9900;
}

body.partners-page .section-3 .button {
  padding: 10px 30px;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-out;
  background: #612c6c;
  max-width: 200px;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
}

body.partners-page .section-3 .button:hover {
  background-color: #7a3d99;
}

body.partners-page .section-3 .image {
  position: relative;
}

body.partners-page .section-3 .image .content-text {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

body.partners-page .section-3 .divider {
  margin: 40px 0 30px 0;
}

body.partners-page .section-3 h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #612c6c;
  text-align: center;
}

body.partners-page .section-3 .share-icons {
  max-width: 185px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  body.partners-page .section-1 h2 {
    font-size: 45px;
    margin-bottom: 60px;
  }
  body.partners-page .section-1 .row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 50px;
  }
  body.partners-page .section-1 .card {
    height: 100%;
  }
  body.partners-page .section-1 .card .body {
    padding: 30px 20px;
    height: 100%;
  }
  body.partners-page .section-1 .card .body h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  body.partners-page .section-1 .card .body ul li {
    font-size: 20px;
  }
  body.partners-page .section-1 .card.left .body .image {
    display: none;
  }
  body.partners-page .section-1 .card.right .body .button {
    font-size: 23px;
  }
  body.partners-page .section-2 h2 {
    font-size: 45px;
    margin-bottom: 60px;
  }
  body.partners-page .section-2 #faqAccordion .accordion-button {
    font-size: 22px;
    font-weight: 800;
  }
  body.partners-page .section-2 #faqAccordion .accordion-body {
    font-size: 20px;
    font-weight: 700;
  }
  body.partners-page .section-2 .questions {
    margin-bottom: 70px;
  }
  body.partners-page .section-2 .questions h4 {
    font-size: 25px;
  }
  body.partners-page .section-2 .questions h4:before {
    width: 500px;
  }
  body.partners-page .section-3 h2 {
    font-size: 45px;
    max-width: 930px;
    margin: 50px auto 0 auto;
  }
  body.partners-page .section-3 .button {
    font-size: 30px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 40px;
  }
  body.partners-page .section-3 .image .content-text {
    top: 0;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  body.partners-page .section-1 .row {
    --bs-gutter-x: 100px;
  }
  body.partners-page .section-1 .card .body {
    padding: 40px 50px;
  }
  body.partners-page .section-1 .card .body h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  body.partners-page .section-1 .card .body ul li {
    font-size: 20px;
  }
  body.partners-page .section-1 .card.left .body .image {
    display: block;
    bottom: unset;
    left: unset;
    right: -117px;
    transform: translate(0, -50%) rotate(45deg);
    top: 50%;
    right: -120px;
    width: 140px;
    height: 140px;
  }
  body.partners-page .section-3 h2 {
    font-size: 50px;
    max-width: 1000px;
  }
}
