html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  font-family: "Segoe UI", Roboto, sans-serif;
}

@media (max-width: 1200px) {
  html {
    font-size: 60%;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 58%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 56%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 54%;
  }
}

/* Headings */

.primary-heading {
  font-size: 3.2rem;
  font-weight: 700;
}

.secondary-heading {
  font-size: 2.4rem;
  font-weight: 600;
}

.tertiary-heading {
  font-size: 1.8rem;
  font-weight: 500;
}

.text-basic {
  font-size: 1.6rem;
  font-weight: 400;
}

.small-img {
  display: none;
}

@media (max-width: 768px) {
  .small-img {
    display: block;
  }

  .big-img {
    display: none;
  }
}

/* Headings */

.hero-img {
  width: 100%;
  margin-bottom: -5px;
}

.xbox-cont,
.project-cont {
  position: relative;
  background-color: black;
}

.xbox-text,
.project-text {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 5vw;
  height: fit-content;
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.xbox-text h2 {
  color: rgb(205, 174, 148);
}

.whale-cont {
  background-color: #3a4b6a;
}

.whale-text,
.deer-text {
  color: white;
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.whale-text h2 {
  color: rgb(238, 223, 204);
}

.project-text {
  color: white;
}

.project-text h2 {
  color: rgb(218, 196, 175);
}

.gimbal-img {
  width: 20vw;
}

.deer-cont {
  background-color: #1f2630;
}

.deer-text h2 {
  color: rgb(236, 221, 201);
}

.superwide-cont {
  background-color: #1d191e;
}

.superwide-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0;
  color: rgb(236, 220, 201);
}

.superwide-bt,
.color-cont,
.contrast-cont {
  position: relative;
}

.bt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5vw;
  width: 25vw;
  height: fit-content;
  margin: auto 0;
}

.color-cont,
.contrast-cont {
  background-color: black;
}

.color-text,
.contrast-text {
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  width: 20vw;
  margin: auto 0;
}

.color-text {
  right: 7vw;
}

.contrast-text {
  left: 7vw;
}

.corner-cont {
  background-color: rgb(19, 23, 28);
}

.corner-text {
  color: white;
  width: 80%;
  padding: 5rem 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.corner-text h2 {
  color: rgb(234, 217, 198);
}

.car-cont {
  background-color: rgb(20, 29, 43);
}

.car-text {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: white;
}

.car-text h2 {
  color: rgb(250, 234, 210);
}

.sound-cont {
  background-color: black;
}

.sound-cont h2,
.auto-cont h2 {
  color: rgb(248, 232, 208);
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  text-align: center;
}

.auto-cont,
.netflix-cont {
  background-color: rgb(9, 10, 13);
}

.netflix-text {
  color: white;
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  flex-direction: column;
  display: flex;
  gap: 3rem;
}

.netflix-text h2 {
  color: rgb(248, 232, 208);
}

.connect-cont {
  background-color: rgb(247, 246, 244);
}

.connect-cont h2 {
  color: rgb(160, 115, 90);
}

.connect-text {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (max-width: 768px) {
  .xbox-text,
  .project-text {
    position: static;
    width: 80%;
    margin: 0 auto;
    padding: 5rem 0;
  }

  .bt {
    position: static;
    margin: 0 auto;
    display: block;
    padding-bottom: 5rem;
  }

  .color-text,
  .contrast-text {
    position: static;
    padding: 5rem 0;
    margin: 0 auto;
    display: block;
  }
}
