/*
Hompage Specific Styling.
*/
/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
@media screen and (max-width: 900px) {
  #navbar .bot-nav .site-logo path, #navbar .bot-nav .site-logo polygon {
    fill: #d5dde1 !important;
    -webkit-transition: fill 0.2s ease-out;
    -moz-transition: fill 0.2s ease-out;
    -ms-transition: fill 0.2s ease-out;
    -o-transition: fill 0.2s ease-out;
    transition: fill 0.2s ease-out;
  }
  #navbar .bot-nav .site-logo:hover path, #navbar .bot-nav .site-logo:hover polygon {
    fill: #474c52 !important;
  }
}

.bot-nav {
  position: absolute;
  z-index: 9;
  background: none;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .bot-nav {
    position: relative;
    background: white;
  }
}

.bot-nav #header_nav li.menu-item-has-children > a {
  background: url("/wp-content/themes/terrawest/images/upload/arrow-white.png") right 15px center no-repeat;
  background-size: 16px;
}

.bot-nav #header_nav li.menu-item-has-children:hover > a {
  background: url("/wp-content/themes/terrawest/images/upload/arrow-blue.png") right 15px center no-repeat;
  background-size: 16px;
}

.bot-nav #header_nav li a {
  color: white;
}

.bot-nav #header_nav li:hover > a {
  color: #3fbffe;
}

.banner {
  min-height: 900px;
  display: flex;
  align-items: flex-end;
  padding: 75px 7.5%;
  position: relative;
  background: #2e3d44;
}

@media screen and (max-width: 1600px) {
  .banner {
    min-height: 700px;
  }
}

@media screen and (max-width: 1200px) {
  .banner {
    padding: 50px 7.5%;
    min-height: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .banner:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: rgba(46, 61, 68, 0.7);
  }
}

@media screen and (max-width: 900px) {
  .banner {
    min-height: 0px;
    padding: 25% 7.5% 5% 7.5%;
  }
}

@media screen and (max-width: 600px) {
  .banner {
    min-height: 0px;
    padding: 25% 6% 5% 6%;
  }
}

.banner .banner-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .banner .banner-mobile {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: center center no-repeat;
    background-size: cover;
  }
}

.banner .home-video {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0.4;
}

@media screen and (max-width: 1020px) {
  .banner .home-video {
    display: none;
  }
}

.banner .home-video video {
  min-width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 1020px) {
  .banner .home-video video {
    display: none;
  }
}

.banner .banner-text {
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 9;
  max-width: none;
}

@media screen and (max-width: 900px) {
  .banner .banner-text {
    flex-wrap: wrap;
  }
}

.banner .banner-text .banner-left {
  max-width: 800px;
}

@media screen and (max-width: 1600px) {
  .banner .banner-text .banner-left {
    max-width: 650px;
  }
}

@media screen and (max-width: 1200px) {
  .banner .banner-text .banner-left {
    max-width: 440px;
  }
}

@media screen and (max-width: 900px) {
  .banner .banner-text .banner-left {
    max-width: 400px;
  }
}

.banner .banner-text .banner-left .primary-heading {
  font-size: 75px;
  display: inline-block;
}

@media screen and (max-width: 1600px) {
  .banner .banner-text .banner-left .primary-heading {
    font-size: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .banner .banner-text .banner-left .primary-heading {
    font-size: 40px;
  }
}

@media screen and (max-width: 900px) {
  .banner .banner-text .banner-left .primary-heading {
    font-size: 36px;
  }
}

.banner .banner-text .banner-left .custom-button {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .banner .banner-text .banner-left .custom-button {
    margin: 5px 0px;
  }
}

.banner .banner-text .banner-right {
  width: 50%;
  text-align: right;
  font-size: 35px;
  font-weight: 200;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media screen and (max-width: 1600px) {
  .banner .banner-text .banner-right {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .banner .banner-text .banner-right {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  .banner .banner-text .banner-right {
    position: relative;
    text-align: left;
    width: 100%;
  }
}

.banner .banner-text .banner-right strong {
  color: #0caefe;
  font-weight: 200;
}

.content-block {
  position: relative;
}

@media screen and (max-width: 900px) {
  .content-block .content-col:first-child {
    padding: 0px;
  }
}

.content-block:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 50%;
  background: url("/wp-content/uploads/2024/02/map-home.jpg") top -80px left no-repeat;
}

@media screen and (max-width: 900px) {
  .content-block:after {
    display: none;
  }
}

.why-block {
  background: url("/wp-content/themes/terrawest/images/upload/home-wide.jpg") center center no-repeat;
  background-size: cover;
  color: white;
  padding: 45px 7.5% 60px 7.5%;
}

@media screen and (max-width: 600px) {
  .why-block {
    padding: 8% 6%;
  }
}

@media screen and (max-width: 1800px) {
  .why-block .primary-heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 900px) {
  .why-block .primary-heading {
    font-size: 30px;
    max-width: 300px;
    margin: 0px  auto;
  }
}

.why-block .why-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 110px;
}

@media screen and (max-width: 1800px) {
  .why-block .why-wrap {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1100px) {
  .why-block .why-wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 900px) {
  .why-block .why-wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 900px) {
  .why-block .why-wrap {
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
}

.why-block .why-wrap .why-col {
  width: 30%;
}

@media screen and (max-width: 1680px) {
  .why-block .why-wrap .why-col {
    width: 40%;
  }
}

@media screen and (max-width: 1550px) {
  .why-block .why-wrap .why-col {
    width: 33.33333%;
    padding: 0px 40px 0px 0px;
  }
}

@media screen and (max-width: 900px) {
  .why-block .why-wrap .why-col {
    width: 100%;
    padding: 0px;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }
}

.why-block .why-wrap .why-col:first-child {
  width: 25%;
}

@media screen and (max-width: 1680px) {
  .why-block .why-wrap .why-col:first-child {
    width: 20%;
  }
}

@media screen and (max-width: 1550px) {
  .why-block .why-wrap .why-col:first-child {
    width: 33.33333%;
  }
}

@media screen and (max-width: 900px) {
  .why-block .why-wrap .why-col:first-child {
    width: 100%;
    padding: 0px;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }
}

.why-block .why-wrap .why-col:last-child {
  width: 20%;
}

@media screen and (max-width: 1680px) {
  .why-block .why-wrap .why-col:last-child {
    width: 15%;
  }
}

@media screen and (max-width: 1550px) {
  .why-block .why-wrap .why-col:last-child {
    width: 33.33333%;
  }
}

@media screen and (max-width: 900px) {
  .why-block .why-wrap .why-col:last-child {
    width: 100%;
    padding: 0px;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }
}

.why-block .why-wrap .why-col .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 18px;
}

.why-block .why-wrap .why-col .num {
  font-size: 55px;
  font-weight: 200;
  color: #0caefe;
  margin: 0px;
  line-height: 1;
  margin: 7px 0px 15px 0px;
}

@media screen and (max-width: 900px) {
  .why-block .why-wrap .why-col .num {
    font-size: 40px;
  }
}