section.landing {
  background: url("../img/landing.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

nav {
  background-color: rgba(0, 0, 0, 0.25);
}

nav ul {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

nav ul li {
  margin: 0 25px;
}

.nav-contact-btn {
  background-color: #eec43b;
  padding: 10px 25px;
  border-radius: 50px;
}

.landing-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -50px;
  height: 100vh;
}

.landing-content h1 {
  font-size: 50px;
  color: #fff;
}

.landing-content h1 span {
  font-size: 120px;
  font-weight: bold;
  color: #eec43b;
}

/* Landing Services */
.landing-services {
  background-color: #292d2b;
  color: #fff;
  padding: 70px 0;
}

.landing-services > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.landing-services h3 {
  font-size: 48px;
  margin-bottom: 20px;
}

.landing-services p {
  max-width: 700px;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 25px;
}

.landing-services-drivers-btn {
  background-color: #344331;
  padding: 17px 50px;
  border-radius: 50px;
  margin-right: 15px;
}

.landing-services-company-btn {
  background-color: #eec43b;
  color: #292d2b;
  padding: 17px 50px;
  border-radius: 50px;
}

.landing-services > div > div {
  padding: 20px 0;
}

/* Landing About */
.landing-about {
  background: url("../img/landing-about.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 700px;
}

.landing-about > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: inherit;
  max-width: 700px;
  color: #fff;
}

.landing-about h3 {
  font-size: 48px;
  margin-bottom: 20px;
}

.landing-about p {
  max-width: 700px;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 25px;
}

.landing-about a {
  background-color: #b3b3b3;
  padding: 17px 50px;
  border-radius: 50px;
  margin-right: 15px;
}

/* Landing Contact */
.landing-contact {
  background-color: #313830;
  color: #fff;
  padding: 100px 0;
}

.landing-contact > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
}

.landing-contact h3 {
  font-size: 48px;
}

.landing-contact .right {
  text-align: center;
}

.landing-contact .right > div .email {
  font-size: 22px;
}

.landing-contact .right > div .email span {
  color: #eec43b;
}

.landing-contact .right > div .phone {
  font-size: 22px;
  margin-left: 20px;
  color: #eec43b;
}

.landing-contact p {
  margin-top: 25px;
  font-size: 25px;
}

.landing-contact p a {
  color: #eec43b;
}

/* ABOUT PAGE */

section.about-landing {
  background: url("../img/wallpaper-brilliance-bridge.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

.about-landing-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -50px;
  height: 100vh;
}

.about-landing-content h1 {
  font-size: 120px;
  color: #fff;
}

/* About */

.about-who,
.about-why {
  display: flex;
}

.who-img-box {
  background: url("../img/wallpaper-renown-flatbed-lumber.jpg");
  width: 50%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  /* Text */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}

.who-text-box {
  width: 50%;
  background-color: #313830;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-text-box p {
  max-width: 60%;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
}

.why-img-box {
  background: url("../img/wallpaper-renown-beavertail-bobcat-mountain.jpg");
  width: 50%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  /* Text */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 800;
  color: #eec43b;
}

.why-text-box {
  width: 50%;
  background-color: #5d6762;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-text-box p {
  max-width: 60%;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
}

/* About points */
.about-points {
  background-color: #9e9e9e;
  padding: 60px 0;
}

.about-points > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.points-box {
  max-width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  line-height: 25px;
  color: #fff;
}

.points-box img {
  max-width: 100px;
  margin-bottom: 20px;
}

/* Coverage */
.coverage {
  display: flex;
  height: 80vh;
}

.coverage-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eec43b;
  color: #fff;
  padding: 35px 0;
  font-size: 32px;
  width: 40%;
}

.coverage-map {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  background-color: #d9d9d9;
  width: 60%;
}

.coverage-map img {
  width: 800px;
}

/* SERVICES PAGE */

section.services-landing {
  background: url("../img/wallpaper-renown-beavertail-bobcat-mountain.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.services-landing-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -50px;
  height: 100vh;
}

.services-landing-content h1 {
  font-size: 120px;
  color: #fff;
}

.services-shipping {
  background-color: #d9d9d9;
  padding: 100px 0;
}

.services-shipping > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  max-width: 900px;
}

.services-shipping h3 {
  font-size: 42px;
  color: #eec43b;
  margin-bottom: 20px;
}

.services-shipping h4 {
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
}

.services-shipping p {
  font-size: 22px;
  margin-bottom: 15px;
  color: #868686;
}

.list-btn-div {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-btn-div ul {
  list-style-type: disc;
}

.list-btn-div ul li {
  margin-bottom: 10px;
  font-weight: bold;
}

.list-btn-div a {
  background-color: #eec43b;
  padding: 20px 50px;
}

/* services-1-1-comp */
.services-1-1-comp {
  display: flex;
}

.services-1-1-comp .info-box,
.services-1-1-comp .img-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-1-1-comp .info-box {
  background-color: #999999;
}

.services-1-1-comp .info-box .content {
  max-width: 50%;
  font-size: 24px;
  color: #fff;
}

.services-1-1-comp .info-box .content h4 {
  margin-bottom: 20px;
}

.services-1-1-comp .img-box {
  background-position: center center;
  background-size: cover;
}

.services-1-1-comp .img-box img {
  width: 100%;
}

/* comp-additional */
.comp-additional {
  background-color: #eec43b;
  padding: 70px 0;
}

.comp-additional > div {
  display: flex;
  justify-content: center;
}

.comp-additional > div > div {
  margin-right: 50px;
}

.comp-additional p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

/* Career */
.career-landing {
  background: url("../img/wallpaper-forceline-superb-mountain.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #fff;
}

/* Career Info */
.career-info {
  background-color: #d9d9d9;
  padding: 70px 0;
}

.career-info > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.career-info h4 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

/* services-1-1-req */
.services-1-1-req {
  display: flex;
}

.services-1-1-req .info-box,
.services-1-1-req .img-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-1-1-req .img-box {
  width: 75%;
}

.services-1-1-req .info-box {
  background-color: #fff;
}

.services-1-1-req .info-box .content {
  max-width: 80%;
  font-size: 24px;
  color: #000;
}

.services-1-1-req .info-box .content h4 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #eec43b;
  margin-top: 30px;
}

.services-1-1-req .img-box {
  background-position: center center;
  background-size: cover;
}

.services-1-1-req .img-box img {
  width: 100%;
}

.services-1-1-req .info-box img {
  width: 30px;
  margin-right: 15px;
}

.services-1-1-req .info-box .list-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.services-1-1-req-btn {
  display: block;
  text-align: center;
  background-color: #eec43b;
  padding: 20px 50px;
  margin-top: 40px;
}

/* CONTACT PAGE */

.contact-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -50px;
  height: 100vh;
}

.contact-content h1 {
  font-size: 120px;
  font-weight: bold;
  color: #ffffff;
}

section.contact {
  background: url("../img/forceline-phantom-desktop.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

.contact-det {
  padding: 100px 0;
  background-color: #d4d4d4;
  color: #fff;
}

.contact-det > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-det > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.contact-det i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eec43b;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  font-size: 30px;
}

.contact-det p {
  font-size: 20px;
  font-weight: bold;
}

/* FOOTER */

footer {
  background-color: #292d2b;
  color: #fff;
  padding: 80px 0;
}

footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer > div > div {
  max-width: 33%;
}

footer img {
  max-width: 200px;
}

footer .footer-icons > div {
  display: flex;
  margin-bottom: 20px;
}

footer .footer-icons h3 {
  margin-bottom: 20px;
  font-size: 25px;
  color: #eec43b;
}

footer .footer-icons i {
  margin-right: 10px;
  font-size: 18px;
  color: #eec43b;
}

footer .footer-description h3 {
  margin-bottom: 20px;
  font-size: 25px;
  color: #eec43b;
}

footer .footer-description p {
  line-height: 22px;
  color: #cccccc;
}

.bellow-footer {
  display: flex;
  justify-content: space-around;
  background-color: #eec43b;
  padding: 20px 0;
}
