@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;
}

.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%;
}



/*--------------------------------------------------------------
## pop up modal
--------------------------------------------------------------*/

.modal-content {
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.modal-header {
    border-bottom: none;
    padding: 2rem 2rem 0 2rem;
}

.modal-body, .modal-body-thanks {
    padding: 1rem 2rem 2rem 2rem;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    border-color: #80bdff;
}

#modal_btn:hover {
  background-color: #599d00;
  border-color: #599d00;
}

.modal-footer {
    border-top: none;
    justify-content: center;
    padding-top: 0;
}

.close-btn {
    font-size: 0.8rem;
    color: #6c757d;
    text-decoration: none;
}
.close-btn:hover {
    color: #212529;
}

.form_myfax {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/*--------------------------------------------------------------
## Custom BS accordian
--------------------------------------------------------------*/

#projectAccordion {
  margin-top: 20px;
}

/* #projectAccordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E")!important;
  transition: all 0.5s;
}
#projectAccordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E")!important;
} */

#projectAccordion .accordion-container {
    max-width: 800px;
    margin: 0 auto;
}

#projectAccordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px !important;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, .05); */
    transition: all 0.3s ease;
}


#projectAccordion .accordion-button {
    padding: 20px 25px;
    border-radius: 12px !important;
    font-size: 1.1rem;
    color: #2c3e50;
    background: white;
}

.accordion-button:not(.collapsed) {
    color: #495057 !important;
    background: #fff !important;
    /* box-shadow: none; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05) !important;
}


 .accordion-button:focus {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05)!important;
    border: none !important;
}

#projectAccordion .accordion-body {
    padding: 20px 25px;
    color: #495057;
    line-height: 1.6;
    /* background: white; */
}

#projectAccordion .feature-icon {
    margin-right: 12px;
    color: #599d00;
    font-size: 1.2rem;
}

#projectAccordion .badge-custom {
    margin-left: 10px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 0.8rem;
}

#projectAccordion .progress {
    height: 8px;
    margin-top: 15px;
    border-radius: 4px;
}

#projectAccordion .list-group-item {
    border: none;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#projectAccordion .status-icon {
    margin-right: 10px;
}

#projectAccordion .image-preview {
    border-radius: 8px;
    margin-top: 15px;
}




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

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

#buynow {
  z-index: 9999;
}

#masthead {
  height:300px;
}

#heading {
  width:65%;
}

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

.payment_icons {
  width: 350px;
  height: 37px;
}

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

/* .deep-full-width-img {
  background-repeat:no-repeat; 
  background-position: center center; 
  background-size: cover;
  height:900px !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
  }

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

  .payment_icons {
    width: 280px;
    height: 30px;
  }
  
}

@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
  }

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

  .payment_icons {
    width: 280px;
    height: 30px;
  }  

}

@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
  }

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

  .payment_icons {
    width: 350px;
    height: 37px;
  }


}

@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
  }

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

  .payment_icons {
    width: 350px;
    height: 37px;
  }


}

@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
  }

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

  .payment_icons {
    width: 350px;
    height: 37px;
  }


}

