@font-face {
  font-family: 'FIRASAN';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/firasan.woff') format('woff');
}
@font-face {
  font-family: 'GROBOLD';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/GROBOLD.woff') format('woff');
}
@font-face {
  font-family: 'STRIPPE';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/strippe.woff') format('woff');
}
html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #293021;
}
h1, h2, a, h4, .btn, .form {
  font-family: "GROBOLD";
    letter-spacing: 1px;
}
p, h5, h3, li, .faq-ans{
    font-family: "FIRASAN"; 
}
header.masthead {
    position: relative;
    height: auto;
    min-height: 90vh;
}
.masthead {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.67) 0,rgba(0, 0, 0, 0.66) 100%),url(../img/3_163.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
}
.bg-rev {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.35) 0,rgba(0, 0, 0, 0.62) 100%),url(../img/5_237rev-desktop.jpg);
    background-size: cover!important;
    background-position: center;
    min-height: 70vh;
    overflow: hidden;
    width: 100%;
}
.bg-support {
    background: linear-gradient(to bottom,rgba(39, 15, 2, 0.54) 0,rgba(0, 0, 0, 0.51) 100%),url(../img/1_505.jpg);
    background-attachment: scroll;
    background-size: cover;
    overflow: hidden;
    width: 100%;
}
.bg-black {
    background: #10150b;
}
.page-footer {   
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.61) 0,rgba(0, 0, 0, 0.6) 100%),url(../img/4_30.jpg);
    background-position: center;
    background-attachment: scroll;  
    background-size: cover!important; 
    overflow-y: hidden;
    width: 100%;
}
.footer-faq {
    background: linear-gradient(to bottom,rgba(39, 15, 2, 0.75) 0,rgba(0, 0, 0, 0.34) 100%),url(../img/5_59-mobile.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
}
.section-1 {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.67) 0,rgba(0, 0, 0, 0.66) 100%),url(../img/3_560.jpg);
}
.section-2 {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.67) 0,rgba(0, 0, 0, 0.66) 100%),url(../img/0_227.jpg);
}
.section-3 {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.67) 0,rgba(0, 0, 0, 0.66) 100%),url(../img/4353.jpg);
}
.section-1, .section-2, .section-3 {
    background-size: cover;
    min-height: 60vh;
} 
/*-- NAVBAR --*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.nav-wrapper{
    margin-left: 15%;
    margin-right: 15%;
}
.nav{
    width: 100%;
    height: 90px;
    line-height: 65px;
    text-align: center;
    position: relative;
    z-index: 1 ;
}
.nav div.logo{
    width: 180px;
    height: 10px;
    position: absolute;
}
.nav div.logo a{
    text-decoration: none;
    color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
}
.nav div.main_list{
    height: 65px;
    float: right;
}
.nav div .main_list ul{
    width:100%;
    height: 65px;
    display: flex;
    list-style: none;
}
.nav div.main_list ul li{
    width: 120px;
    height: 65px;
}
.nav div.main_list ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.nav div.main_list ul li a:hover {
    color: #e9e60b;
}
.nav div.main_list ul li a.active{
    color: #e9e60b;
}
.nav div.media_button {
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 12px;
    display: none;
    font-size: 30px;
}
.nav div.media_button button.main_media_button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: 0;
    border: none;
    cursor: pointer;
}
.nav-mobile{
    position: absolute; 
    left: 50%;
}
.minus1, .minus2, .minus3 {
    width: 35px;
    height: 5px;
    background-color: #e9e60b;
    margin: 6px 0;
    transition: 0.4s;
}
.change .minus1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .minus2 {
    opacity: 0;
}
.change .minus3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
p, h5 {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 30px;
}
.faq-ans {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 2rem;
}
h1 {
    font-size: 3.3rem;
    letter-spacing: 3px;
}
h2 {
    font-size: 2.4rem;
}
p, h4 {
    display: inline-flex;
}
.answer{
    font-family: "GROBOLD";
    letter-spacing: 1px;
    font-size: 22px !important;
}
a.active, .text-verdant {
    color: #e9e60b;
}
.text-rosy {
    color: #e40100;
}
.text-greeny {
    color: #8dc83f;
}
.text-dark {
    color: #000000!important;
}
.btn-outline-success {
    color: #e9e60b;
    border-radius: 5px;
    padding: 25px 80px 20px 80px;
    border: 3px solid #8dc73f;
    font-size: 1.4rem;
}
.btn-outline-success:hover {
    color: #ffffff;
    background-color: #8eca3c;
    border-color: #e9e60b;
}
.btn-outline-success-navbar {
    color: #8ec83c;
    border-radius: 5px;
    padding: 10px 10px 7px 10px;
    border: 3px solid #8dc73f;
    font-size: 15px;
    margin-top: -3px;
}
.btn-outline-success-navbar:hover {
    background-color: #000000;
    color: #8dc73f;
}
.logo {
    max-width: 250px;
    padding-top: 5px;
}
.home-text {
    max-width: 60rem;
    margin: 0 auto;
}
.max-text {
    max-width: 40rem;
    margin: 0 auto;
    padding-top: 5rem;
}
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 0 0 10px black;
}
.text-muted{
    color: #fff !important;
}

/*-- FAQ --*/
.faq-ques {
    background-color: #293022d1;
}
.text-left-faq {
    text-align: left!important;    
}

/*-- SUPPORT --*/
.con{
    max-width: 700px;
    background: none;
    margin: 0 auto;
}
.msg-box, .msg {
    height: 100%;
    background: #ffffff;
}
.form-control {
    color: #000000;
}
.btn-outline-success-faq {
    color: #8ec83c;
    border-radius: 10px;
    padding: 12px 20px 10px 20px;
    border: 2px solid #8dc73f;
    font-size: 1rem;
}
.btn-outline-success-faq:hover {
    color: #ffffff;
    background-color: #8eca3c;
}
.img-vig:hover {
    filter:drop-shadow(1px 1px 3px black);
}

/*--carousel--*/
.user-rev {
    max-width: 4rem;
}
.card{
    border-radius: 10px;
    background-color: #8dc73fbf;
    width: 273px;
    height: 350px;
    border: transparent;
}
.carousel {
    overflow: hidden;
    position: relative;
    width: 400px;
    margin: 0 auto;
}
.card-body {
    padding: 0.80rem;
}
section#reviews {
    margin: 0 auto;
    position: relative;
    max-width: 1024px;
}
.purejscarousel-dots-container {
    display: none;
}
.carousel:before,
.carousel:after {
    content: "";
    display: table;
}
.carousel:after {
    clear: both;
}
.slide {
    color: #fff;
    width: 298px;
}
.purejscarousel {
    overflow: hidden;
}
.purejscarousel-slides-container:before,
.purejscarousel-slides-container:after {
    content: "";
    display: table;
}
.purejscarousel-slides-container:after {
    clear: both;
}
.purejscarousel-slide {
    float: left;
}
.purejscarousel-btn {
    cursor: pointer;
    margin-top: 40px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.purejscarousel-btn-next {
    right: 25px;
    transform: rotate(180deg);
}
.purejscarousel-btn-prev {
    left: 25px;
}
*:after,
*:before {
    box-sizing: border-box;
}
.purejscarousel-dots-container {
    display: none;
}
@media screen and (max-width: 1080px) {
    h1, h2 {
        font-size: 2.2rem;
    }
}
@media screen and (max-width:991px) {
    .nav-wrapper{
        margin: 0;
    }
    .nav-mobile{
        position: absolute; 
        left: 0;
        top: 2%;
        z-index: 1;
    }
    .nav div.logo{
        margin-left: 15px;
    }
    .nav div.main_list{
        width: 100%;
        margin-top: 75px;
        height: 0px;
        overflow: hidden;
        background: #293025;
    }
    .nav div.show_list{
        height: 205px;
    }
    .nav div.main_list ul{
        flex-direction: column;
        width: 100%;
        height: 200px;
        top: 100px;
        right: 0;
        left: 0;
    }
    .nav div.main_list ul li{
        width: 100%;
        height: 40px;
        background-color: #293024;
    }
    .nav div.main_list ul li a{
        text-align: center;
        line-height: 40px;
        width: 100%;
        height: 40px;
        display: table;
    }
    .nav div.media_button{
        display: block;
    }
    .header-top-margin {
        margin-top: 120px;
    }
    .accordion>.card>.card-header {
        padding: 0;
    }
    .btn-outline-success-navbar {
        padding: 6px 8px 0px 8px!important;
    }
    header.masthead {
        min-height: 80vh;
    }
    .rev-user {
        width: 7rem;
    }
    .pl-review {
        text-align: center!important;
    }
    .max-text {
        padding-top: 20px!important;
    }
    .text-left {
        text-align: center !important;
    }
    .logo {
        max-width: 230px!important;
        margin-top: 3px;
    }
    .page-footer, .footer {
        font-size: 11px;
    }
    .text-muted {
        font-size: 12px!important;
    }
    .btn-outline-success {
        padding: 20px 65px 18px 58px!important;
    }
    h1, h2 {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
    p, li {
        font-size: 16px!important;
    }
    .bg-rev, .bg-support {
        background-position: center;
    }
    .footer-faq {
        background: linear-gradient(to bottom,rgba(39, 15, 2, 0.75) 0,rgba(0, 0, 0, 0.34) 100%),url(../img/5_59.jpg);
        background-position: center;
        background-size: cover;
        width: 100%;
    }
    .card {
        height: 330px;
    }
}
@media screen and (max-width:823px) and (orientation: portrait) {
    .ver-text {
        font-size: 15px!important;
        line-height: 22px;
    }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
    header.masthead {
        min-height: 100vh;
    }
    .section-1, .section-2, .section-3 {
        min-height: 90vh;
    }
}
@media screen and (max-width:823px) and (orientation: landscape) {
    h1, h2 {
        font-size: 1.8rem;
    }
    p, li {
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 1.7rem;
    }
    .max-text {
        padding-top: 3rem;
    }
    .text-left {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .carousel {
        width: 585px;
    }
}
@media (min-width: 990px) {
    .carousel {
        width: 878px;
    }
}
@media (max-width: 989px) {
    .purejscarousel-btn-next {
        right: 116px!important;
    }
    .purejscarousel-btn-prev {
        left: 104px!important;
    }
}
@media (max-width:823px) {
    .carousel {
        width: 577px;
    }
    .purejscarousel-btn-next {
        right: 26px!important;
    }
    .purejscarousel-btn-prev {
        left: 20px!important;
    }
}
@media (max-width:607px) {
    .carousel {
        width: 277px;
    }
    .purejscarousel-btn-next {
        right: 22px!important;
    }
}
@media (min-width:1024px) and (max-width: 1366px){
    .nav div.logo {
        left: 3%;
    }
}
@media (width:1366px) and (height: 1024px){
    .nav-mobile {
        left: 60%;
    }
}
@media (max-width:768px){
    .logo {
        padding-top: 3px;
    }
}
@media (max-width: 480px) and (min-width: 320px) {
    .bg-rev {
        background: linear-gradient(to bottom,rgba(0, 0, 0, 0.35) 0,rgba(0, 0, 0, 0.62) 100%),url(../img/5_237rev.jpg);
        min-height: auto;
    }
    h1, h2 {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    .title-ver {
        font-size: 1.5rem;
    }
}