/*
COLORS:

Light blue: #B8FFF9 / rgba(184,255,249)
Medium blue: #85F4FF / rgba(133, 244, 255)
Dark blue: #42C2FF / rgba(66, 194, 255)

Dark blue: #633FFD /rgba(99,63,253)
Purple: #8739E3 / rgba(135,57,227)
Light Purple: #CD4CFA / rgba(205,76,250)

Metrish Colors:
Grey: #F1F1F1 / rgba(241,241,241)
Orange: #D54C32 / rgba(213,76,50)

Yellow: #FFF323 / rgba(255,243,35)


*/

@font-face {
  font-family: "Amithen";
  src: url("../fonts/amithen-webfont.eot");
  src: url("../fonts/amithen-webfont.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Amithen.ttf") format("truetype"); /* Safari, Android, iOS */
}

@font-face {
  font-family: "Metrisch-bold";
  src: url("../fonts/Metrisch-Bold-webfont.eot");
  src: url("../fonts/Metrisch-Bold-webfont.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Metrisch-Bold-webfont.ttf")
      format("truetype"); /* Safari, Android, iOS */
}

@font-face {
  font-family: "Metrisch-light";
  src: url("../fonts/Metrisch-Light-webfont.eot");
  src: url("../fonts/Metrisch-Light-webfont.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Metrisch-Light-webfont.ttf")
      format("truetype"); /* Safari, Android, iOS */
}

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

body {
  font-family: Metrisch-light;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #777;
  padding: 30px;
}

.header {
  height: 90vh;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 1),
      rgba(241, 241, 241, 0)
    ),
    url(../img/camera-lens-with-reflections_inverted.jpeg);
  background-size: cover;
  background-position: right;
  position: relative;
  color: #ffffff;
}

.logo-box {
  position: absolute;
  /* left: 2%; */
  margin: 5px;
}

.interest-box {
  position: absolute;
  /* left: 2%; */
  margin: 5px;
  right: 10px;
}

.logo {
  height: 10vh;
  color: white;
}

.heading_container {
  position: absolute;
  top: 10%;
  left: 7%;
  width: 60%;
}

.heading_main {
  font-family: Metrisch-bold;
  font-size: 56px;
}

.heading_paragraph {
  font-size: 20px;
  font-family: Metrisch-light;
}

.heading_text {
  font-family: Metrisch-bold;
  font-size: 16px;
  text-transform: uppercase;
}

.place_order {
  position: relative;
  /* top: 80%; */
  left: 50%;
  top: 50%;
  margin: 2%;
  /* transform: translate(0, -50%); */
}

.btn {
  width: 300px;
  height: 50px;
  border-radius: 25px;
  background-color: #fa9204;
  color: white;
  border-color: #fa9204;
  font-family: Metrisch-bold;
  font-size: 24px;
}

.signup_btn {
  width: 200px;
  height: 50px;
  /* border-radius: 25px; */
  background-color: #ff4c68;
  color: white;
  border-color: #ff4c68;
  font-family: Metrisch-bold;
  font-size: 16px;
  left: 50%;
}

.signup_btn:hover {
  background-color: pink;
  border-color: pink;
}

.lessons {
  height: 500px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 1% 0;

  /* padding-bottom: 30%; */
}

.video {
  position: abosolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* margin: 1%, 0; */
}

.features {
  background-color: white;
  padding: 2% 5%;
}

.feature-box {
  padding: 2% 2%;
  width: 32%;
  text-align: center;
  color: black;
}

.icon {
  color: #fa9204;
}

.icon:hover {
  color: #ef8172;
}

.features-para {
  color: #8f8f8f;
}

form {
  margin: 5%;
}

.button-container {
  margin: 5%;
}

.place_order_end {
  /* background-color: red; */
  height: 100px;
  margin-bottom: 10%;
}

.end {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.button-submit {
  background-color: black;
  border-color: black;
  width: 100px;
  transform: translate(-50%, 0);
}

/* testimonials */

.testimonials-container {
  background-color: #fa9204;
  height: 400px;
  font-family: poppins;
  margin-bottom: 5%;
}

.carousel-indicators {
  /* bottom: -1%; */
}

.carousel-inner {
  padding: 5% 5%;
  /* margin: 100px; */
}

.card {
  width: 400px;
  height: 300px;
}

.card-body h5 {
  font-family: Metrisch-light;
  font-weight: 400;
}

.card-body h6 {
  font-family: Metrisch-light;
  font-weight: 400;
}

blockquote {
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: -30px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote p {
  font-size: 21px;
}

blockquote p:before {
  content: open-quote;
  font-weight: bold;
  font-size: 40px;
  color: #fa9204;
}
blockquote p:after {
  content: close-quote;
  font-weight: bold;
  font-size: 40px;
  color: #fa9204;
}

/* footer */

footer {
  width: 100%;
  background-color: #f1f1f1;
  padding: 2% 30%;
}

/* Media Queries */

@media (max-width: 700px) {
  .heading_container {
    width: 80%;
  }

  body {
    padding: 0;
  }

  .header {
    width: 100%;
  }

  .story_mockup_image {
    height: 400px;
  }

  .form-group {
    width: 100%;
  }

  .place_order {
    position: relative;
    /* top: 80%; */
    left: 0;
    /* top: 50%; */
    margin: 0;
    /* transform: translate(0, -50%); */
  }

  .card {
    width: 300px;
    height: 300px;
    left: -125%;
    /* margin-left: auto;
    margin-right: auto; */
  }
}

@media (max-width: 480px) {
  .feature-box {
    width: 100%;
    /* padding: 0; */
  }

  .features-para {
    padding: 0 5%;
  }

  .heading_main {
    font-size: 48px;
  }

  .heading_sub {
    font-size: 32px;
    word-spacing: 5px;
  }

  .logo {
    height: 5vh;
    color: white;
  }

  .signup_btn {
    width: 100px;
    height: 50px;
    font-size: 12px;
  }

  /* Testimonials */

  blockquote p {
    font-size: 16px;
  }

  .btn {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .heading_container {
    width: 90%;
  }
}

@media (max-width: 321px) {
  .heading_main {
    font-size: 40px;
  }

  .heading_sub {
    font-size: 24px;
    word-spacing: 5px;
  }

  .heading_container {
    width: 90%;
  }

  body {
    padding: 0;
  }

  /* testimonials */

  .card {
    width: 250px;
    height: 250px;
    left: -125%;
  }

  blockquote p {
    font-size: 16px;
  }

  blockquote p:before {
    content: open-quote;
    font-weight: bold;
    font-size: 20px;
    color: #fa9204;
  }
  blockquote p:after {
    content: close-quote;
    font-weight: bold;
    font-size: 20px;
    color: #fa9204;
  }
}

/* hello */
