@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');
:root{
    --text-color: #98371b;
    --sub-text-color: #582B39;
    --primary-black: #210002;
    --primary-blue: rgb(32, 38, 209);
    --primary-green: #05d1d1;
    --primary-white: #fff;
    --secondary-white: #f7f7f7;
    --tertiary-white: #d8d8d8;
}

@font-face {
    font-family: caviar;
    src: url(../fonts/CaviarDreams-Bold.ttf);
}

@font-face {
    font-family: axiforma;
    src: url(../fonts/Axiforma-Book.ttf);
  }

html{
    scroll-behavior: smooth;
}

/* PARALLAX */
body {
    margin: 0px;
    padding: 0px;
}

.preloader{
    width: 100%;
    height: 100vh;
    background-color: var(--primary-black);
    position: fixed;
    top: 0;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out; 
}

.preloader::-webkit-scrollbar{
    display: none;
}

.keyart, .keyart_layer {
    height: 1000px;
}

#parallax {
    display: block;
}

.keyart {
    position: relative;
    z-index: 10;
}
  
.keyart_layer {
    background-position: bottom center;
    background-size: auto 1038px;
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
}

.keyart_layer.parallax {
    position: fixed;
}

#keyart-0 {
    background-image: url("http://www.firewatchgame.com/images/parallax/parallax0.png");
    background-color: #ffaf1b;
}

#keyart-1 {
    background-image: url("http://www.firewatchgame.com/images/parallax/parallax1.png");
}

#keyart-2 {
    text-align: center;
    padding-top: 5%;
    font-family: 'axiforma', sans-serif;
    font-weight: 800;
    font-size: 65px;
    color: var(--text-color)
}
#hero-inner{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: var(--sub-text-color);
    text-transform: capitalize;
}

#keyart-3 {
    background-image: url("http://www.firewatchgame.com/images/parallax/parallax3.png");
}

#keyart-4 {
    background-image: url("http://www.firewatchgame.com/images/parallax/parallax4.png");
}

#keyart-5 {
    background-image: url("http://www.firewatchgame.com/images/parallax/parallax5.png");
}

#keyart-6 {
    background-image: url("http://www.firewatchgame.com/images/parallax/parallax6.png");
}

#keyart-7 {
    background-image: url("http://www.firewatchgame.com/images/parallax/parallax7.png");
}

#keyart-8 {
    background-image: url("../images/parallax8_111.png");
}

#keyart-scrim {
    background-color: #ffaf00;
    opacity: 0;
}
  
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    #keyart-0 {
      background-image: url("http://www.firewatchgame.com/images/parallax/parallax0@2x.png");
      background-color: #693300;
    }
  
    #keyart-1 {
      background-image: url("http://www.firewatchgame.com/images/parallax/parallax1@2x.png");
    }
  
    #keyart-2 {
        text-align: center;
        padding-top: 5%;
        font-weight: 900;
        font-size: 65px;
        color: var(--text-color);
    }
  
    #keyart-3 {
      background-image: url("http://www.firewatchgame.com/images/parallax/parallax3@2x.png");
    }
  
    #keyart-4 {
      background-image: url("http://www.firewatchgame.com/images/parallax/parallax4@2x.png");
    }
  
    #keyart-5 {
      background-image: url("http://www.firewatchgame.com/images/parallax/parallax5@2x.png");
    }
  
    #keyart-6 {
      background-image: url("http://www.firewatchgame.com/images/parallax/parallax6@2x.png");
    }
  
    #keyart-7 {
      background-image: url("http://www.firewatchgame.com/images/parallax/parallax7@2x.png");
    }
  
    #keyart-8 {
      background-image: url("../images/parallax8@2x_last.png");
    }
  }

@media screen and (max-width: 440px){
    #keyart-2 {
        padding-top: 25%;
        font-size: 40px;
    }
    #hero-inner{
        font-size: 18px;
    }
}
#keyart-9{
    width: 100%;
    height: auto;
    padding-bottom: 200px;
    background-color: #111;
    color: #fff;
    z-index: 99999999;
}

.featured-section{
    position: absolute;
    width: 100%;
    font-family: 'axiforma', sans-serif;
}

.featured-dropdown{
    float: right;
    margin: 10px;
}

.featured-dropdown button{
    border: none;
    outline: none;
    background: none;
    font-weight: 600;
    color: var(--sub-text-color);
}

.feat-dropdown-menu{
    background: #f0891b54;
    border-radius: 0;
    font-size: 14px;
    border: none;
}

.feat-dropdown-menu li .dropdown-item:hover{
    background: rgba(0, 0, 0, 0.064);
}

.feat-dropdown-menu li .dropdown-item:focus{
    color: rgba(0, 0, 0, 0.769);
}

.capri_logo{
    background-color: black;
    border-radius: 100%;
    width: 30px;
}
.mmg_logo{
    width: 30px;
}

.tagline-wrapper{
    width: 90%;
    margin: 5% auto;
    display: flex;
}

.tagline-left-wrapper{
    width: 50%;
}

.tagline-header-wrapper{
    width: 100%;
    margin: auto;
}

.tagline-header-content{
    text-align: left;
    font-family: 'caviar', sans-serif;
    font-size: 50px;
    font-weight: 700;
    background: -webkit-linear-gradient(
        -40deg
        , #a2facf 0%, #64acff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.tagline-header-content-p2{
    margin-top: 20px;
    text-align: left;
    font-family: 'axiforma', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #8193b2b5;
}
.daas-desc{
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#services-wrapper{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.service-btn{
    padding: 10px 20px;
    margin: 10px;
    border: 2px solid #181818;
    border-radius: 50rem;
    color: var(--tertiary-white);
    font-family: 'axiforma', sans-serif;
    font-size: 1.8rem;
    text-transform: capitalize;
    background-color: var(--tertiary-black);
    transition: all 0.4s ease-in;
}


.service-btn:hover{
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    color: var(--primary-black);
}
.tagline-right-wrapper{
    width: 50%;
}


/* Sections */
.section-wrapper{
    width: 100%;
    margin: auto;
    margin-top: 150px;
    background-color: #111;
}
.section-inner-wrapper{
    width: 90%;
    margin: auto;
    display: flex;
}
.services-inner-wrapper{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-left{
    width: 40%;
}
.section-right{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.services-left, .services-right{
    width: 100%;
}
.service-card{
    width: 80%;
    margin: auto;
}

.profession-description{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.p-description-header{
    text-align: left;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-white)
}
.p-description-body{
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-white);
}

.section-description-wrapper{
    width: 100%;
    margin: auto;
    text-align: left;
}
.section-subheader{
    padding-left: 10px;
    font-family: 'axiforma', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-green);
    text-transform: capitalize;
}
.section-header{
    margin-bottom: 40px;
    font-family: 'caviar', sans-serif;
    font-size: 44px;
    color: var(--primary-white);
    text-transform: capitalize;
}
.section-description{
    font-family: 'axiforma', sans-serif;
    font-size: 18px;
    color: var(--secondary-white);
}

.profession-card-wrapper{
    /* width: 250px; */
    padding: 15px;
    margin: 10px;
    background-color: var(--tertiary-black);
    border: 2px solid #2a2a2a;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.profession-card-wrapper:hover{
    border-left: 3px solid var(--primary-green);
    border-right: 3px solid var(--primary-green);
}
.profession-header{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.profession-description{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.p-description-header{
    text-align: left;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-white)
}
.p-description-body{
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-white);
}
.profession-card-left{
    width: 90px;
}
.profession-card-right{
    width: 60%;
    text-align: left;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: var(--primary-white);
}

.profession-icon-wrapper{
    width: 70%;
    display: flex;
    justify-content: center;
    padding: 6px 0px;
    border: 2px solid #2a2a2a;
    border-radius: 15px;
    background-color: var(--secondary-grey);
}

.profession-icon{
    width: 40px;
    object-fit: contain;
}


/* Testimonials */
.testimonial-inner-wrapper{
    width: 90%;
    margin: auto;
}
.testimonials-content-wrapper{
    display: flex;
}
.testimonials-left{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 500px;
    overflow-y: scroll;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.testimonials-left::-webkit-scrollbar{
    display: none;
}
.testimonials-right{
    width: 45%;
}
.testimonials-left-m{
    display: none;
}
.people-card-wrapper{
    width: 80%;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.people-card-wrapper:hover{
    background-color: #282828;
}
.people-active{
    background-image: linear-gradient(to top, #39DEC2, #68E8AD, #68E8AD);
    color: var(--primary-black);
    transform: translate3d(30px, -10px, 0px);
}
.people-card-left{
    width: 30%;
    display: flex;
    justify-content: center;
}
.people-card-right{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.people-avatar{
    width: 50%;
    object-fit: contain;
    border-radius: 50rem;
}
.people-card-header{
    font-family: 'axiforma', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 2px;
}   
.people-card-desc{
    width: 90%;
    font-family: 'axiforma', sans-serif;
    font-size: 16px;
}

/* Featured */
.featured-inner-wrapper{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.featured-left, .featured-right{
    width: 100%;
}

.featured-box{
    font-family: 'axiforma', sans-serif;
    margin-bottom: 6rem;
}

.app-about{
    display: flex;
    flex-direction: row;
}

.app-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 6rem;
}

.app-title{
    font-size: 4rem;
    opacity: 0.9;
    font-weight: bolder;
}

.mobile-box{
    width: 350px;
    height: 600px;
    box-shadow: rgb(176 176 178 / 16%) 0px -5px 6px 0px inset, rgb(0 0 0 / 24%) 4px 6px 11px 1px inset;
    border-radius: 46px;
    padding: 16px 14px;
    margin: auto;
}

.mobile-inner{
    background-color: rgb(39, 43, 45);
    border-radius: 36px;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 1000px){
    .app-text{
        margin-left: 0rem;
    }
    
    .app-title{
        font-size: 3rem;
    }
}

@media (max-width: 420px){
    .mobile-box{
        width: auto;
    }
}

/* Consulting */
.consulting-wrapper{
    width: 90%;
    margin: 150px auto;
}
.consulting-header{
    width: 90%;
    margin: auto;
    text-align: center;
    font-family: 'caviar', sans-serif;
    font-weight: bold;
    font-size: 65px;
    text-transform: capitalize;
    color: var(--primary-white);
}
.consulting-content{
    width: 90%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.consulting-img{
    width: 50%;
    margin-bottom: 30px;
    object-fit: contain;
}

/* Gradient Button */
.gradient-btn{
    margin: 30px 0px;
    border-radius: 100rem;
    font-family: 'axiforma', sans-serif;
    font-size: 1.4rem;
    padding: 0.8rem 1.8rem;
    color: var(--primary-white);
    box-shadow: 0 0 6px 0 #9d60d480;
    border: solid 3px transparent;
    background-image: linear-gradient(#ffffff00, #ffffff00), linear-gradient(101deg, #7ae4ff, #ff48fa);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #000 inset;
    transition: all 0.5s ease-in-out;
}

.gradient-btn:hover{
    transform: translateY(-10px);
}


/* forms */
.form-wrapper{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.addnewaccount-form{
    width: 60%;
    margin: 20px auto;
    padding: 40px 20px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(45deg, #121212, #0f0f0f);
    box-shadow:  10px -10px 20px #070707,
                -10px 10px 20px #1b1b1b;
    
}

input[type=radio]{
    height:15px; 
    width:15px; 
    vertical-align: middle;
}

#contact-form-header{
    color: var(--tertiary-white);
}

.form-group {
    margin-bottom: 1rem;
}

.form-control{
    height: 45px;
    background-color: #202020;
    border: 1px solid transparent;
}

.form-control, input::placeholder{
    color: #d8d8d8;
    font-size: 16px;
    font-family: 'axiforma', sans-serif;
    font-weight: 500;
}

.addnewaccount-form > .form-group > h2{
    color: #494949;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    color: #d8d8d8;
    box-shadow: 0 0 0 30px #202020 inset !important;
    -webkit-box-shadow: 0 0 0 30px #202020 inset !important;
    -webkit-text-fill-color: #d8d8d8 !important;
    border: 1px solid transparent !important;
}

.addnewaccount-submit-btn{
    font-size: 20px;
    height: 50px;
}

input[type=radio]{
    height:15px; 
    width:15px; 
    vertical-align: middle;
}
.btn{
    background-color: var(--primary-blue);
    color: whitesmoke;
    font-size: 1.2em;
    padding: 5px 25px;
}
.btn:hover, .btn:focus{
    background-color: #2f34ce;
    color: white;
}

.hero-wrapper{
    width: 85%;
    margin-left: 15%;
}

.header-wrapper{
    text-align: left;
    width: 100%;
}
.header-content-p1, .header-content-p2{
    width: 100%;
}
.header-content-p1{
    display: flex;
    align-items: center;
}
.header-content-p2{
    font-family: 'caviar', sans-serif;
    font-size: 44px;
    color: var(--primary-white)
}
.daas-header-p1{
    font-family: 'gogoia', sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: var(--primary-white);
    letter-spacing: 5px;
    word-spacing: 7px;
}
.daas-header-p2{
    font-family: 'axiforma', sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: var(--primary-grey);
    letter-spacing: 5px;
    word-spacing: 7px;
}
.daas-header-p3{
    font-family: 'axiforma', sans-serif;
    font-weight: 300;
    font-size: 23px;
    color: var(--primary-grey);
    letter-spacing: 5px;
    word-spacing: 7px;
}
.subheader-wrapper{
    font-style: italic;
    text-align: left;
    font-size: 18px;
    padding: 18px 0px;
}

.submit-btn{
    background-color: black;
    color: blanchedalmond;
    padding: 8px 25px;
    border: none;
    border-radius: 12px;
    text-align: left;
    margin-left: 0;
    margin-right: 100%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media screen and (max-width: 1440px){
    .service-btn{
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1024px){
    .service-btn{
        font-size: 1rem;
    }
}

@media screen and (max-width: 440px){
    .hero-wrapper{
        width: 90%;
        margin: auto;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .header-wrapper{
        width: 100%;
        text-align: center;
    }
    
    .daas-header-p1{
        font-size: 25px;
    }
    .daas-header-p2{
        font-size: 25px;
        color: var(--primary-green);
    }
    .daas-header-p3{
        text-transform: uppercase;
        font-weight: bold;
        color: var(--primary-green);
        font-size: 14px;
        letter-spacing: 1px;
        word-spacing: 2px;
    }
    .daas-desc{
        margin-top: 20px;
    }
    .header-content-p1{
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .header-content-p2{
        font-size: 40px;
    }
    .tagline-wrapper{
        flex-direction: column;
    }
    .tagline-header-content{
        font-size: 37px;
    }
    .tagline-header-content-p2{
        font-size: 22px;
    }
    .tagline-left-wrapper, 
    .tagline-right-wrapper{
        width: 100%;
        margin: 20px auto;
    }
    .tagline-header-content, 
    .tagline-header-content-p2{
        padding: 0px 20px;
    }
    .addnewaccount-form{
        width: 90%;
    }
    .service-btn{
        font-size: 0.6rem;
    }
    .section-wrapper{
        padding: 0px 20px;
    }
    .testimonials-left-m{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 500px;
        overflow-y: scroll;
    }
    .testimonials-left-m::-webkit-scrollbar{
        display: none;
    }

    .testimonials-left,
    .testimonials-right{
        display: none;
    }
    .people-card-wrapper{
        width: 100%;
        margin: auto;
        padding: 10px;
        margin: 20px auto;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        align-items: center;
        transition: all 0.5s ease-in-out;
        border: 1px solid #445c4a59;
        color: var(--secondary-grey);
    }
    .people-card-left{
        width: 40%;
        display: flex;
        justify-content: center;
    }
    .people-card-right{
        width: 60%;
        display: flex;
        flex-direction: column;
    }
    .people-avatar{
        width: 70%;
        object-fit: contain;
        border-radius: 50rem;
    }
    .people-card-header{
        font-family: 'axiforma', sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: capitalize;
        letter-spacing: 2px;
    }   
    .people-card-desc{
        margin-top: 10px;
        font-family: 'axiforma', sans-serif;
        font-size: 14px;
    }
    a{
        text-decoration: none;
    }

    .testimonials-left-m > a:visited, 
    .testimonials-left-m > a:link, 
    .testimonials-left-m > a:active{
        color: var(--secondary-grey);
    }

    .gradient-btn{
        font-size: 1.2rem;
        padding: 0.8rem 1.2rem;
        color: var(--primary-white);
    }
    .consulting-header{
        font-size: 40px;
    }
    .consulting-img{
        width: 80%;
        object-fit: contain;
    }
    .section-wrapper{
        flex-direction: column;
        margin: 50px auto;
    }
    .services-inner-wrapper{
        width: 100%;
        margin: 0;
    }
    .section-left{
        width: 100%;
    }
    .section-right{
        display: none;
    }
    .services-right{
        display: flex;
    }
    .profession-card-wrapper{
        width: 100%;
        margin: 20px auto;
    }
    .p-description-header{
        font-size: 14px;
    }
    .p-description-body{
        font-size: 13px;
    }
    .p-description-body > ul{
        padding-left: 12px;
    }
    .profession-card-right{
        width: 70%;
        font-size: 1rem;
        color: var(--primary-white);
    }
}
@media screen and (max-width: 375px){
    .tagline-header-content-p2{
        font-size: 22px;
    }
    .tagline-header-content{
        font-size: 40px;
    }
    .addnewaccount-form{
        width: 100%;
    }
    .service-btn{
        padding: 10px 15px;
    }
    .people-card-wrapper{
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .people-card-left,
    .people-card-right{
        width: 90%;
    }
    .people-card-right{
        margin-top: 15px;
        align-items: center;
    }
    .people-card-header,
    .people-card-desc{
        text-align: center;
    }
}