:root {
  --main-bg-color: #060111;
  --text-color: white;
  --font-family: "Poppins", sans-serif;
  --container-pl: 10px;
  --container-pr: 10px;
  --section-mt: 30px;
  --header-height: 57px;
  --logo-width: 60px;
  --logo-height: 40px;
  --section-space: 60px;
}

@media screen and (min-width: 1200px) {
  :root {
    --container-pl: 90px;
    --container-pr: 90px;
    --header-height: 110px;
    --logo-width: 97px;
    --logo-height: 65px;
  }
}

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

html {
  background-color: var(--main-bg-color);
  color: var(--text-color);
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
b {
  font-family: var(--font-family);
  color: var(--text-color);
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

h1,
h2 {
  font-size: 25px;
}

main {
  padding-bottom: 50px;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
}

.logo {
  margin: 10px;
  margin-left: 20px;
  width: var(--logo-width);
  height: var(--logo-height);
}

.logo-no-margin {
  width: var(--logo-width);
  height: var(--logo-height);
}

.header__ctabox__socialsbox-socials-icon {
  display: none;
}

.header__ctabox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  align-items: center;
}

.header__ctabox__socialsbox {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.header__ctabox__socialsbox-app-cta-btn {
  display: flex;
  height: 57px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  gap: 20px;
  width: 100%;
  background-color: #714dbd;
  align-items: center;
  justify-content: center;
}

.desktop-none {
  display: block;
}

@media screen and (min-width: 1200px) {
  .header__ctabox__socialsbox-app-cta-btn {
    height: 110px;
    width: 210px;
  }

  .header__ctabox__socialsbox-socials-icon {
    display: block;
  }

  .header__ctabox__socialsbox {
    display: flex;
  }

  .desktop-none {
    display: none !important;
  }
}

.hero-box {
  background-image: url("./assets/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: calc(50% - 165px) 50%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  width: 300px;
  min-height: 60vh;
  width: 100%;
}

.hero-box__copy-box-desktop {
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.hero-box__copy-box {
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-box__copy-box__cta-box {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 10px;
}

.hero-box__copy-box__cta-box__download-btn {
  border-radius: 10px;
  background-color: #714dbd;
  padding: 13px;
}

.hero-box__copy-box__cta-box__dj-btn {
  border-radius: 10px;
  background-color: rgba(98, 68, 164, 0.26);
  font-size: 17px;
  border: 1px solid white;
  font-weight: bold;
  padding: 13px;
}

.crowd-img-desktop {
  width: 100%;
  margin-top: auto;
  display: none;
  object-fit: cover;
}

.crowd-img {
  height: 110px;
  width: 100%;
  margin-top: 10px;
  object-fit: cover;
}

.hero-box-container {
  padding-left: 0;
}

@media screen and (min-width: 570px) {
  .hero-box {
    background-position: right;
  }
}

@media screen and (min-width: 1200px) {
  .hero-box {
    width: 100%;
    height: 95vh;
    background-position: bottom;
    justify-content: center;
    align-items: start;
  }

  .crowd-img-desktop {
    display: block;
  }

  .hero-box-container {
    padding-left: 90px;
  }

  .logo {
    margin-left: 90px;
  }

  .hero-box__copy-box {
    display: none;
  }

  h1,
  h2 {
    font-size: 50px;
  }

  .hero-box__copy-box-desktop {
    margin-top: 300px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.download-the-app {
  margin-top: 40px;
  text-align: center;
}

.download-the-app-copy-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-the-app-hero-img {
  margin-top: 20px;
}

.download-the-app-hero-img-desktop {
  margin-top: 80px;
  display: none;
}

.download-the-app-cta-box {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  margin-top: 50px;
  align-items: center;
}

.download-the-app-copy-box__text-box {
  padding-left: 30px;
  padding-right: 30px;
}

.download-cta-btn-apple {
  display: block;
  background-image: url("./assets/ctas/apple-cta-desktop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 145px;
  height: 45px;
}

.download-cta-btn-google {
  display: block;
  background-image: url("./assets/ctas/google-cta-desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 145px;
  height: 45px;
}

@media screen and (min-width: 1200px) {
  .download-the-app-hero-img {
    display: none;
  }

  .download-the-app-hero-img-desktop {
    display: block;
  }

  .download-cta-btn-google {
    width: 210px;
    height: 65px;
  }

  .download-cta-btn-apple {
    width: 210px;
    height: 65px;
  }
}

#signup-as-dj {
  overflow-x: hidden;
  margin-top: var(--section-space);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.signup-as-dj-preview-box {
  background-color: #714dbd;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  width: 100%;
}

.signup-as-dj-preview-box > h1,
h2 {
  margin-top: 30px;
}

.signup-as-dj-image__box {
  margin-top: 20px;
}

.signup-as-dj-image__box > h2 {
  margin-top: 20px;
}

.signup-as-dj-cta-btn {
  background-color: #ffffff;
  display: inline-block;
  color: #714dbd;
  width: 160px;
  padding: 20px;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 1200px) {
  #signup-as-dj {
    padding-left: 90px;
    padding-right: 90px;
  }

  .signup-as-dj-image__box {
    margin-bottom: 50px;
    padding-left: 200px;
    padding-right: 200px;
  }

  .signup-as-dj-image {
    max-width: 100%;
    height: unset;
  }

  .signup-as-dj-cta-btn {
    width: 230px;
  }
}

#how-it-works {
  margin-top: var(--section-space);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.how-it-works-image {
  width: 200px;
}

.how-it-works-copy-box {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
}

.how-it-works-copy-box > ul {
  list-style: none;
  margin-top: 10px;
}

.how-it-works-copy-box > ul > li {
  margin-top: 30px;
}

.how-it-works-copy-box > ul > li > div {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 40px;
  align-items: center;
}

.how-it-works-copy-box > ul > li > div > p {
  border-radius: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #714dbd;
  text-align: center;
  width: 45px;
}

@media screen and (min-width: 1200px) {
  #how-it-works {
    padding-left: 90px;
    padding-right: 90px;
    justify-content: space-around;
    flex-direction: row-reverse;
    align-items: start;
    margin-top: var(--section-space);
  }

  .how-it-works-image {
    width: 330px;
  }
}

#testimonials {
  overflow-x: hidden;
  margin-top: var(--section-space);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#testimonials_slider {
  margin-top: var(--section-space);
}

.testimonials-box {
  border-radius: 20px;
  text-align: left;
  background: #23153f;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.07);
}

.testimonials-avatar-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: row;
  gap: 10px;
}

.testimonials-avatar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.testimonials-avatar {
  border-radius: 100%;
  width: 63px;
  height: 63px;
}

@media screen and (min-width: 1200px) {
  #testimonials {
    padding-left: 90px;
    padding-right: 90px;
  }
}

#stay-in-touch {
  margin-top: var(--section-space);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.stay-in-touch-container {
  padding: 10px;
  background-color: #714dbd;
  border-radius: 25px;
}

.stay-in-touch-form {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  align-items: center;
  gap: 10px;
}

.stay-in-touch-form > input {
  padding: 15px;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.21);
  border: none;
  color: white;
  border-radius: 15px;
}

.stay-in-touch-form > button {
  padding: 15px;
  background-color: #ffffff;
  color: #714dbd;
  border-radius: 15px;
}

@media screen and (min-width: 1200px) {
  .stay-in-touch-container {
    padding: 30px;
  }
}

footer {
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 30px;
  gap: 20px;
}

.footer-socials-box {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.footer-links-box {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  list-style: none;
  flex-direction: row;
}

.footer-links-box > div > ul {
  list-style: none;
}

.footer-logo {
  margin-bottom: 20px;
}

footer > div {
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 1;
}

@media screen and (min-width: 1200px) {
  footer {
    padding-left: 90px;
    padding-right: 90px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
  }

  footer > div {
    max-width: 500px;
  }

  .footer-links-box {
    justify-content: space-around;
  }

  .footer-links-box > div > ul {
    list-style: square;
  }
}

.privacy-policy-main {
  padding-left: var(--container-pl);
}

.privacy-policy-main > h2 {
  text-align: center;
}

.privacy-policy-main > div {
  margin-bottom: 20px;
}

.email-sub-box-success {
  margin-top: 10px;
  color: green;
  display: none;
}

.email-sub-box-fail {
  margin-top: 10px;
  color: red;
  display: none;
}

.email-sub-box-success > p {
  color: white;
  font-size: 18px;
}

.email-sub-box-fail > p {
  color: white;
  font-size: 18px;
}
