/* Reset */

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

body {
  max-width: 100%;
}

/* Typogragraphy */

@font-face {
font-family: "Warsaw Gothic";
src: url("assets/fonts/warsawgothicext.otf");
}

h1 {
  font-family: 'Warsaw Gothic', sans-serif;
}
h2 {
  font-family: 'Francois One', sans-serif;
}

h3,
p,
.button {
  font-family: 'Source Sans Pro', sans-serif;
}

/* Header */
.header {
  background-color: #B63E37;
  height: 540px;
  max-width: 100%;
  position: relative;
  display: flex;
  /* grid-template-columns: 75% 25%; */
  top: 0px;
}
.title {
  padding-left: 8rem;
  flex-grow: 7;
}
.header h1 {
  position: relative;
  color: #F0C880;
  font-size: 122px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.024em;
  line-height: 7.8rem;
  /* margin-left: 19.74vw; */
  /* max-wid8h: 800px; */
  padding-top: 40px;
  /* text-shadow: 4px 8px 8px #000000; */
}
.header h2 {
  position: relative;
  color: #FFFFFF;
  font-size: 44px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  /* max-width: 900px; */
  /* margin-left: 20.33vw; */
  top: 20px;
}
.fleet {
  position: relative;
  display: block;
  /* height: 406.67px; */
  /* width: 406.67px; */
  height: 100%;
  width: auto;
}

/* Main */
.main {
  max-width: 1400px;
  margin: 0 auto;
}
h3 {
  font-size: 44px;
  font-style: normal;
  font-weight: bold; 
  letter-spacing: 0.03em;
  line-height: normal;
  margin-top: 120px;
  text-align: center;
}

.row {
  display: flex;
  margin: 0 auto;
  margin-top: 132px;
  max-width: 1000px;
}
.description {
  margin-top: -16px;
}

.description p {
  font-size: 24px;
  font-style: normal;
  line-height: 43px;
}

.side-container {
}

.side-description {
}

.main-description {
  display: none;
}
.main .fleet {
  display: none;
}

.book-img {
  position: relative;
  top: -3.8rem;
  display: block;
  margin: 0 auto;
  width: 400px;
  float: left;
  padding-right: 4rem;
}
.side-container .book-img {
  margin-top: 60px;
}
.book-small {
  display: none;
}

/* Preorder */
.preorder-section {
  background-color: #F0C880;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 300px;
  margin: 0 auto;
  margin-top: 60px;
}

.preorder-section h2 {
  color: white;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  /* margin-left: 8.57vw; */
  margin-left: 38%;
  margin-top: 60px;
  font-size: 54px;
}

.button-row {
  display: flex;
  margin-top: 126px;
  margin-right: 8.57vw;
}

.button {
  background-color: #B63E37;
  border-radius: 40px;
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  height: 60px;
  letter-spacing: 0.012em;
  line-height: 36px;
  margin: 0 10px;
  padding-top: 11px;
  text-align: center;
  width: 180px;

  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.button:hover {
  background-color: #d32117;
  box-shadow: 0 1px 0px 0px #100505;
}
.button:active {
  transform: scale(1.01);
}
a {
  text-decoration: none;
  color: white;
}
a:visited {
  color: white;
}

.opt-in {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: -4rem;
}

/* Video Section */
.video-section {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  max-width: 1400px;
  width: 70%;
  margin: -4rem auto -12rem auto;
}

.video-section iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.divider {
  background-color: #B63E37;
  height: 20px;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 6rem;
}

/* Testimonials */
.testimonial-section {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: -80px;
}
.testimonial-section h3 {
  margin-top: 136px;
  margin-bottom: 60px;
}
.testimonial-row {
  display: flex;
  min-height: 240px;
}
.testimonial-img {
  border-radius: 50%;
  margin-right: 2rem;
  width: 175px;
  height: 175px;
}

.testimonial {
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 36px;
  margin-bottom: 60px;
}
footer {
  bottom: 0;
  height: 240px;
  margin-top: 4rem;
  width: 100%;
}

/* media-queries */
@media (min-width: 2100px) {
  .video-section {
    margin: -12rem auto -20rem auto;
  }
  .testimonial-section h3 {
    margin-top: 80px;
  }
}
@media (max-width: 2399px) {
  .divider {
    margin-top: 8rem;
  }
  .testimonial-section h3 {
    margin-top: 80px;
  }
}
@media (max-width: 2299px) {
  .divider {
    margin-top: 10rem;
  }
}
@media (max-width: 2099px) {
  .video-section {
    margin-top: -8rem;
    margin-bottom: -16rem;
  }
  .divider {
    margin-top: 8rem;
  }
}

@media (max-width: 1899px) {
  .title {
    flex-grow: auto;
  }
  .video-section {
    margin-top: -6rem;
    margin-bottom: -14rem;
  }
  .divider {
    width: 55%;
  }
}


@media (max-width: 1599px) {
  .title {
    padding-left: 4rem;
  }
  .video-section {
    margin-top: -4rem;
    margin-bottom: -14rem;
  }
  .testimonial-section h3 {
    margin-top: 60px;
  }
}

@media (max-width: 1499px) {
  .title {
    padding-left: 2rem;
    flex-grow: 10;
  }
  .header h2 {
    font-size: 40px;
    line-height: 54px;
  }
}

@media (max-width: 1399px) {
  .button-row {
    margin-top: 120px;
  }
  .button {
    width: 160px;
  }
  .main h3 {
    margin-top: 60px;
  }
  h3 {
    font-size: 40px;
  }
  .main .row {
    margin-top: 80px;
  }
  .video-section {
    margin-top: -4rem;
    margin-bottom: -12rem;
    width: 70%;
  }
}
@media (max-width: 1299px) {
  .header {
    height: 480px;
  }
  .header h1 {
    padding-top: 20px;
    font-size: 112px;
    line-height: 7rem;
  }
  .header h2 {
    font-size: 32px;
    line-height: 50px;
  }
}

@media (max-width: 1199px) {
  .header {
    height: 420px;
  }
  .header h1 {
    font-size: 100px;
    line-height: 6rem;
  }
  .header h2 {
    line-height: 48px;
  }
  .row {
    max-width: 900px;
  }
  .preorder-section h2 {
    margin-left: 6.57vw;
    margin-top: 50px;
  }
  .button-row {
    margin-top: 130px;
    margin-right: 5.57vw;
  }
  .button {
    font-size: 18px;
    height: 50px;
    padding-top: 6px;
    width: 140px;
  }
  .video-section {
    margin-top: -2rem;
    margin-bottom: -10rem;
    width: 80%;
  }
}

@media (max-width: 1099px) {
  .header {
    height: 380px;
  }
  .header h1 {
    font-size: 98px;
    line-height: 5.8rem;
  }
  .header h2 {
    line-height: 46px;
  }
  h3 {
    font-size: 36px;
  }
  .button {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    padding-top: 1px;
    width: 120px;
  }
  .testimonial-section {
    max-width: 900px;
  }
  .testimonial {
    font-size: 22px;
  }
  footer {
    height: 100px;
  }
}

@media (max-width: 999px) {
  .header {
    height: 360px;
  }
  .header h1 {
    font-size: 88px;
    line-height: 5.2rem;
  }
  .header h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .row {
    max-width: 820px;
  }
  .preorder-section {
    height: 280px;
  }
  .preorder-section h2 {
    font-size: 58px;
    margin-left: 5.57vw;
  }
  .button-row {
    margin-right: 1.8vw;
    margin-top: 120px;
  }
  .video-section {
    margin-top: -2rem;
    margin-bottom: -10rem;
    width: 75%;
  }
  .testimonial-section {
    max-width: 800px;
  }
}

@media (max-width: 899px) {
  .header {
    height: 300px;
  }
  .header h1 {
    font-size: 78px;
    line-height: 4.8rem; 
  }
  .header h2 {
    top: 4px;
    font-size: 22px;
    line-height: 32px;
  }
  .main .row {
    margin-top: 40px;
  }
  .side-container .book-img {
    padding-right: 4rem;
  }
  .description p {
    font-size: 22px;
  }
  .preorder-section {
    grid-template-columns: 1fr;
    height: 280px;
  }
  .preorder-section h2 {
    margin-top: 20px;
  }
  .button-row {
    margin: 0 auto;
    margin-top: -40px;
  }
  .testimonial-section {
    max-width: 720px;
  }

}

@media (max-width: 799px) {
  .header {
    height: 280px;
  }
  .header h1 {
    font-size: 68px;
    line-height: 4rem:
  }
  .header h2 {
    top: 0px;
    font-size: 20px;
  }
  .side-container {
    padding: 2rem;
  }
  .description {
  }
  .description p {
    font-size: 20px;
    line-height: 28px;
  }
  .book-img {
    width: 350px;
    padding-left: 2rem;
  }
  .preorder-section {
    margin-top: 20px;
  }
  .button-row {
    margin-top: -20px;
  }
  .video-section {
    margin-bottom: -6rem;
  }
  .divider {
    margin-top: 4rem;
  }
  .testimonial-section {
    max-width: 620px;
  }
  .testimonial-section h3 {
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 60px;
    width: 640px;
  }
  .testimonial {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 699px) {
  .header {
    height: 220px;
  }
  .title {
    padding-left: 1rem;
  }
  .header h1 {
    font-size: 58px;
    line-height: 3.6rem;
    padding-top: 10px;
  }
  .header h2 {
    top: 4px;
    font-size: 18px;
    letter-spacing: 0.03rem;
    line-height: 28px;
  }
  .main h3 {
    margin-top: 60px;
  }
  h3 {
    margin-top: 32px;
  }
  .side-container {
  }
  .main-description {
    display: none;
  }
  .side-container .book-img {
    width: 350px;
  }
  .side-description {
  }
  .book-small {
    display: none;
  }
  .description {
  }
  .description p {
    font-size: 22px;
  }
  .testimonial-section {
    max-width: 520px;
    margin-top: 40px;
  }
  .testimonial-section h3 {
    width: 520px;
    margin-bottom: 2rem;
  }
  .testimonial-row {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .testimonial-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .testimonial {
    font-size: 18px;
    line-height: 28px;
  }
  .opt-in {
    margin-bottom: 0rem;
  }
}

@media (max-width: 599px) {
  .header {
    flex-direction: column;
    height: 340px;
  }
  .header .fleet {
    display: none;
  }
  .title {
    padding-left: 1rem;
  }
  .header h1 {
    font-size: 82px;
    line-height: 5.2rem;
    padding-top: 1rem;
  }
  .header h2 {
    top: 12px;
    font-size: 24px;
    line-height: 38px;
  }
  .main .fleet {
    display: block;
    margin: 0rem auto 1.4rem auto;
    height: auto;
    width: 75%;
  }
  h3 {
    font-size: 28px;
  }
  .side-container .book-img {
    width: 300px;
    padding-right: 4rem;
  }
  .button-row {
    width: 460px;
    margin: 0 auto;
  }
  .button {
    font-size: 14px;
    width: 100px;
    margin: 0 8px;
  }
  .video-section {
    margin-top: -1rem;
    margin-bottom: -6rem;
    width: 80%;
  }
  .divider {
    margin-top: 6rem;
  }
  .testimonial-section {
    max-width: 400px;
  }
  .testimonial-section h3 {
    width: 300px;
    margin-bottom: 1rem;
    margin-top: 40px;
  }
  .testimonial {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 499px) {
  .header {
    height: 300px;
  }
  .title {
    padding-left: 0.4rem;
  }
  .header h1 {
    font-size: 68px;
    line-height: 5rem;
  }
  .header h2 {
    font-size: 20px;
    line-height: 32px;
  }
  h3 {
    font-size: 32px;
  }
  .main h3 {
    width: 280px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
  }
  .main .row {
    margin-top: 20px;
  }
  .book-img {
    position: relative;
    top: -5.2rem;
    float: none;
    margin-left: 1.0rem;
  }
  .next {
    margin-top: -3rem;
  }
  .main .fleet {
    margin-top: -1rem;
  }
  .side-description {
    padding-right: 0rem;
  }
  .description p {
    font-size: 20px; 
  }
  .preorder-section {
    height: 440px;
  }
  .button-row {
    flex-direction: column;
    margin: 0 auto;
    margin-top: -40px;
    width: auto;
  }
  .button {
    margin-top: 20px;
    width: 140px;
    height: 40px;
  }
  .video-section {
    width: 80%;
    margin-top: 0rem;
    margin-bottom: -4rem;
  }
  .divider {
    margin-top: 4rem;
  }
  .testimonial-section {
    max-width: 360px;
  }
  .testimonial-section h3 {
    max-width: 320px;
  }
  .testimonial {
    width: 360px;
    margin-bottom: 20px;
  }
}
@media (max-width: 399px) {
  .header {
  }
  .title {
    padding-left: 0.8rem;
  }
  .header h1 {
    font-size: 54px;
    line-height: 4rem;
  }
  .header h2 {
    font-size: 18px;
  }
  .fleet {
  }
  .book-img {
    margin: 0 auto;
    padding-right: auto;
    width: 240px;
    float: none;
  }
  .main {
    max-width: 100%;
    overflow: hidden;
  }
  .side-container {
    max-width: 100vw;
  }
  .description p {
    font-size: 20px;
    line-height: 26px;
  }
  .preorder-section h2 {
    line-height: 1.1;
  }
  .video-section {
    margin-top: -1rem;
  }
  .testimonial-section,
  .testimonial {
    max-width: 300px;
  }
  .testimonial {
    line-height: 22px;
  }
}
