@charset "UTF-8";


/*--------------------------------------------------------------
## Typography overides
--------------------------------------------------------------*/

@font-face {
  font-family: 'Gotham-Book';
  src: url('Gotham-Book.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('Gotham-Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


#how2-btn.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}

#how2-btn.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}

#how2-btn.accordion-button-color {
  #8C837C;
}
#how2-btn.accordion-color{
  #8C837C;
}
/* #how2-btn.accordion-button:active{
  color:#599d00 !important;
  background-color:  #102400 !important;
}

#how2-btn.accordion-button{
  color:#fff !important;
  background-color:  #102400 !important;
} */

#how2-btn.accordion-button:focus{
  z-index: 3;
  border-color: #444 !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem #444 !important;
}

/* #how2-btn.accordion-button:link{
  color:#599d00 !important;
  background-color:  #102400 !important;
} */


.home {
  margin-top: 100px;

}

#page {
  visibility: hidden;
}

.anchor {
  display: block;
  position: relative;
  top: -95px;
  left: 0;
  visibility: hidden;
}

.buynow-fill-space {
  height: 70px;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: Gotham-Medium, sans-serif;
}

p {
  clear: both;
  font-family: Gotham-Book, sans-serif;
}

.greengrad {
  background: rgb(1,42,12);
  background: linear-gradient(90deg, rgba(1,42,12,0.6) 32%, rgba(20,88,4,0.4) 71%);
}

.alpha {
  background: rgba(255,255,255,0);
}

.card {
  background-color: rgba(255,255,255, 0) !important;
}

.card-body {
  background-color: rgba(255,255,255, 0) !important;
}

.loading {
  width: 100%;
  height: 0em;
  display: block;
  position: fixed;
  transform: matrix(0.2, 0, 0, 0.2, 0, 0);
  z-index: 50;
  visibility: hidden;
}

.path {
  fill: none;
  stroke: #a4a4a4;
  stroke-width: 2;
}


#circle_loader {
  width: 50%;
  height: 50%;
}

/*--------------------------------------------------------------
## Media query overides
--------------------------------------------------------------*/

#buy_now_btm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,0.75);
  height: 70px;  
}

#masthead {
  height:300px;
}

#heading {
  width:65%;
}

#item01, #item02, #item03 {
  display: inline-block;
}

.full-width-img {
  background-repeat:no-repeat; 
  background-position: center center; 
  background-size: cover;
  height:400px !important
}


@media screen and (min-width: 250px) {

  #masthead {
    height:150px;
  }

  #heading {
    width:95%;
  }

  #item01, #item02, #item03 {
    display: block;
  }

  .video-holder {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(0.4);
    top: -257px;
    position: relative;
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    height: 378px;
  }

  .video-overlay {
    position: absolute; 
    min-width: 100%; 
    min-height:100%; 
    top:0px; 
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.0) 75%);
  }

  .video-text {
    position: absolute; 
    top: -45px;
    transform: scale(0.8);
    min-width: 100%; 
    min-height:100%;
  }

  .full-width-img {
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    height:240px !important
  }
  
}

@media screen and (min-width: 450px) {

  #masthead {
    height:200px;
  }

  #heading {
    width:95%;
  }

  #item01, #item02, #item03 {
    display: block;
  }

  .video-holder {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(0.5);
    top: -257px;
    position: relative;
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    height: 378px;
  }

  .video-overlay {
    position: absolute; 
    min-width: 100%; 
    min-height:100%; 
    top:0px; 
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.0) 75%);
  }

  .video-text {
    position: absolute; 
    top: -18px;
    transform: scale(0.9);
    min-width: 100%; 
    min-height:100%;
  }

  .full-width-img {
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    height:330px !important
  }


}

@media screen and (min-width: 768px) {

  #masthead {
    height:250px;
  }

  #heading {
    width:65%;
  }

  #item01, #item02, #item03 {
    display: inline-block;
  }

  .video-holder {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(0.7);
    top: -108px;
    position: relative;
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    height: 588px;
  }

  .video-overlay {
    position: absolute; 
    min-width: 100%; 
    min-height:100%; 
    top:0px; 
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 1%, rgba(0, 0, 0, 0.0) 55%);
  }

  .video-text {
    position: absolute; 
    top: 0px;
    transform: scale(1);
    min-width: 100%; 
    min-height:100%;

  }

  .full-width-img {
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    height:400px !important
  }

}

@media screen and (min-width: 960px) {

  #masthead {
    height:300px;
  }

  #heading {
    width:64%;
  }

  #item01, #item02, #item03 {
    display: inline-block;
  }

  .video-holder {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 170px;
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(1);
    top: -257px;
    position: relative;
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    height: 750px;
  }
  
  .video-overlay {
    position: absolute; 
    min-width: 100%; 
    min-height:100%; 
    top:0px; 
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.0) 25%);
  }

  .video-text {
    position: absolute; 
    top: 0px;
    transform: scale(1);
    min-width: 100%; 
    min-height:100%;

  }

  .full-width-img {
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    height:400px !important
  }

}

@media screen and (min-width: 1200px) {

  #masthead {
    height:350px;
  }

  #heading {
    width:65%;
  }

  #item01, #item02, #item03 {
    display: inline-block;
  }

  .video-holder {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 170px;
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(1);
    top: -300px;
    position: relative;
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    height: 750px;
  }
  
  .video-overlay {
    position: absolute; 
    min-width: 100%; 
    min-height:100%; 
    top:0px; 
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.0) 35%);
  }

  .video-text {
    position: absolute; 
    top: 0px;
    transform: scale(1);
    min-width: 100%; 
    min-height:100%;

  }

  .full-width-img {
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    height:400px !important
  }


}

