@font-face {
    font-family: CairoPlay;
    src: url(../assets/CairoPlay.woff2);
}

/* Use fewer words to explain subimpacts */

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* border: 1px solid red; */
    
}

/* Compress and reduce video size, maybe use webm format */

:root {

    --base-bg-color: black;
    --nav-elements-color: black;
}


/* 
.light-mode{
    transition: all 0.7s ease-in;
    --base-bg-color: #002B64;
    --header-color: #002B64;
    --header-shadow:0px 0px 30px rgba(0, 0, 0, 0.574);

    --logo-color: url(../assets/logo-light.png);
    --logo-text-color: white;
    --nav-container-color: #002B64;
    --nav-border-color: rgba(0, 0, 0, 0.573);
    --nav-elements-color: white;
    --bar-color: white;
    --hero-title-div: #002b6487;
}

.dark-mode{
    transition: all 0.7s ease-in;
    --base-bg-color: black;
    --header-color: rgb(0, 0, 91);
    --header-shadow:0px 0px 30px rgba(173, 216, 230, 0.326);
    --logo-color: url(../assets/logo-dark.png);
    --logo-text-color: white;
    --nav-container-color: rgb(0, 0, 91);
    --nav-border-color: rgba(255, 255, 255, 0.71);
    --nav-elements-color: white;
    --bar-color: white;
    --hero-title-div: rgba(0, 0, 91, 0.369);
} */


/* section{
    border: 2px solid blue;
    height: 100vh;
    width: 100%;
} */


.show-qualifying-bg{

    transition: all 1s ease-in;

    background-color: rgb(14, 0, 51);

}


.show-impact-bg{

    transition: all 1s ease-in;

    background-color: rgb(14, 0, 51);


}


.show-services-bg{

    transition: all 1s ease-in;

    background-color: rgb(14, 0, 51);

}

.show-get-started-bg{

    transition: all 1s ease-in;

    background-color: rgb(3, 0, 41);

    background-color: black;

}

.hero-section{
    /* height: calc(100vh - 150px); */
    height: 100vh;
    display: grid;
    justify-items: center;
    align-items: center;
    border: none;
    overflow: hidden;
    

.hero-section-div{
    /* height: calc(100vh - 10px); */
    height: 100%;
    /* border: 1px solid rgba(128, 128, 128, 0.288); */
    width: 100%;
    /* border-radius: 15px; */
    border-right: none;
    background-color: var(--header-color);
    box-shadow: var(--header-shadow);
    transition: all 0.3s ease-in-out;
    /* transform: translateX(90%); */
    display: grid;
    /* grid-template-columns: 200px 1fr; */
    align-items: center;
    justify-items: center;
    /* justify-items: end; */
    /* padding: 20px; */
    position: relative;
    /* overflow: hidden; */
    background-image: url(../assets/images/home/hero-img.webp);
    background-size: cover;
    background-position: center;
}

/* .slide-from-right{
    transition: all 1s ease-in;
    transform: translateX(0%);
} */

.hero-section-text{
    /* transition: all 0.7s ease-in; */
    position: absolute;
    color: var(--logo-text-color);
    display: grid;
    gap: 10px;
    padding: 40px 10px 40px 10px;
    /* background-color: rgba(0, 0, 91, 0.309); */
    display: grid;
    justify-items: center;
    align-items: center;
    text-align: center;
    border-radius: 15px;
    /* backdrop-filter: blur(10px); */
    z-index: 1;
    /* border: 1px solid rgba(128, 128, 128, 0.353); */
    color: white;
    gap: 25px;

    /*  */
    width: 100%;
    border-radius: 0px;
    border-left: none;
    border-right: none;
    
}

.hero-section-header{
    font-size: 43px;
    font-weight: bolder;
    border-bottom: 1px solid rgba(128, 128, 128, 0.353);
    padding-bottom: 20px;
    max-width: 450px;
}

.hero-section-paragraph{
    font-size: 20px;
    font-weight: bold;
    max-width: 400px;
}

.hero-section-bg {

    background-color: rgba(0, 0, 0, 0.76);
    
    position: absolute;
    right: 0;
    bottom: 0;
    /* width: 100vw; */
    /* min-width: 100vw;
    min-height: 100vh; */
    height: 100vh;
    width: 100vw;
    /* box-shadow: inset 24px 24px 30px rgb(0, 0, 0),
    inset -24px -24px 30px rgb(0, 0, 0); */
}
    

}


.hero-form{
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
}

.hero-button-container{
    position: relative;
    display: grid; 
    align-items: center;
    justify-items: center;
    /* border: 2px solid forestgreen; */
    width: 150px;
    height: 45px;
    /* display: grid; */

}

.hero-button-bg{
    background-color: rgb(29, 182, 164);
    animation: pulse1 2.5s infinite;
    height: 45px;
    width: 150px;
    /* border: 2px solid firebrick; */
    border-radius: 10px;
    /* animation: none; */

}

.hero-button{
   
    z-index: 1;
    position: absolute;
    top: 0;
    appearance: none;
    width: 150px;
    height: 45px;
    border: 1px solid rgba(135, 135, 135, 0.197);
    /* border: none; */
    border-radius: 10px;
    /* background-color: rgba(0, 142, 177, 0.682); */
    background-color: rgb(18, 156, 140);
    /* background-color: rgba(7, 94, 84, 0); */
    /* backdrop-filter: blur(5px); */
    color: white;
    font-weight: bolder;
    font-size: 16px;
    transition: all 0.3s ease-in;
    cursor: pointer;
    display: grid;
    justify-items: center;
    align-items: center;
    /* position: relative; */
    overflow: hidden;
    /* display: none; */

}




.show-first-text{
    transition: all 0.3s ease-in;
    position: absolute;
    overflow: hidden;
    opacity: 1;

}
.show-second-text{
    transition: all 0.2s ease-in;
    position: absolute;
    overflow: hidden;
    transform: translateX(200%);
    opacity: 0;

}

.hero-button.active{
    transition: all 0.2s ease-in;
    background-color: rgba(0, 255, 34, 0.364);
    
}


.hero-button.active~.hero-button-bg{
    opacity: 0;
    color: red;
    animation: none;
}


.hero-button.active .show-first-text{
    transition: all 0.2s ease-in;
    transform: translateX(-200%);
    opacity: 0;

}

.hero-button.active .show-second-text{
    transition: all 0.2s ease-in;
    transform: translateX(0%);
    opacity: 1;

}


.scroll-down-notif{
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.285);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    bottom: 80px;
    animation: pulse2 2.5s infinite;
    color: white;
    display: grid;
    justify-items: center;
    align-items: center;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    text-align: center;
}



@keyframes pulse1 {
    0% {
      transform: scale(1, 1);
    }
    50% {
      opacity: 0.3;
    }
    100% {
      transform: scale(1.2, 1.6);
      opacity: 0;
    }
}

@keyframes pulse2 {
    0% {
      transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2);
       
      }
    100% {
      transform: scale(1);
     
    }


}

/* IDs */
#client-email{
    appearance: none;
    border: 1px solid rgba(128, 128, 128, 0.321);
    background-color: rgba(255, 255, 255, 0.813);
    font-size: 15px;
    color: black;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    font-weight: bold;
}

#client-email::placeholder{
    color: rgb(79, 79, 79);
    font-weight: bold;
}


/* .qualifying-customers *{
    border: 1px solid red;
} */

.qualifying-customers{
    transition: all 0.3s ease-in;
    /* display: grid; */
    /* grid-template-rows: 140px 1fr; */
    border: none;
    /* justify-items: center; */
    color: rgba(128, 128, 128, 0.437);
    padding-top: 90px;
    padding-bottom: 90px;
}

.qualifying-customers.active{
    transition: all 1s ease-in;
    color: white;
}

.qualifying-micro-title{
    font-size: 30px;
    width: 100%;
    padding: 20px;
    font-weight: bolder;
    color: orange;
}

.qualifying-title,
.services-title{
    font-size: 100px;
    /* color: white; */
    padding: 20px;
    font-family: CairoPlay, Arial, Helvetica, sans-serif;
    line-height: 100px;
    font-weight: bolder;
    
}

.qualifying-cards-collection{
    display: grid;

    grid-template-rows: repeat(3, 1fr);
    gap: 40px;
    padding: 20px;
    /* display: grid; */
    align-items: start;
    justify-items: center;
    /* border: 1px solid rgba(255, 255, 255, 0.844); */
    

}


.qualifying-cards-collection > div{
    font-size: 30px;
    text-align: start;
    width: 100%;
    /* border: 1px solid rgba(128, 128, 128, 0.43); */
    padding: 25px;
    display: grid;
    gap: 20px;
    border-radius: 15px;
    height: 100%;
    /* text-align: center; */
    /* animation: bounce 2.5s infinite; */
}


.subqualifying-title {
    font-size: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.43);
}
.subqualifying-text{
    text-align: start;
}

/* .impact-div{
    display: grid;
    grid-template-rows: 90px 1fr;
    border: none;
    justify-items: center;
    
} */


.quote-section{
    transition: all 1s ease-in;
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.526);
    color: rgba(128, 128, 128, 0.527);
    padding: 50px;
}

.quote-section.active{
    transition: all 1s ease-in;
    color: white;
}

.quote-div-one{
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
    font-style: italic;
    font-size: 40px;
    display: grid;
    justify-items: center;
    align-items: center;
}


.quote-div-two{
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
    font-style: italic;
    font-size: 30px;
    display: grid;
    justify-items: center;
    align-items: center;
}

.impact-div{
    padding-top: 90px;
    padding-bottom: 90px;
    transition: all 0.3s ease-in;
    color: rgba(128, 128, 128, 0.46);
}

.impact-div.active{
    transition: all 1s ease-in;
    color: white;
}



.impact-title{
    width: 100%;
    display: grid;
    /* justify-items: center; */
    align-items: center;
    /* color: white; */
    padding: 20px;
    /* font-size: 30px; */
    font-size: 100px;
    font-weight: bold;
    /* padding-bottom: 0px; */
    /* width: 250px; */
    /* white-space: nowrap; */
    font-family: CairoPlay, Arial, Helvetica, sans-serif;
    line-height: 100px;
    
}

.impact-subtext,
.services-subtext{
    font-size: 30px;
    padding: 20px;
    padding-bottom: 40px;
    /* width: min(100%, 850px); */
}

.impact-cards-collection{
    /* border: 1px solid white; */
    height: 100%;
    /* width: 50%; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    /* grid-template-rows: repeat(4, 1fr); */
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 20px;
    padding: 20px;
    /* display: grid; */
    align-items: center;
    justify-items: center;
    /* border: 1px solid rgba(255, 255, 255, 0.365); */
    /* border-right: none; */
    /* border-left: none; */

}

.impact-cards-collection > div{
    /* border: 1px solid white; */
    border-radius: 15px;
    height: 400px;
    width: 400px;
    background-color: rgba(0, 0, 91, 0.309);
    display: grid;
    justify-items: center;
    grid-template-rows: 40px 150px 100px;
    /* color: white; */
    padding: 20px;
    gap: 10px;
    box-shadow: var(--header-shadow);

   
}

.subimpact-title{
   font-weight: bolder; 
   font-size: 20px;
   display: grid;
   justify-items: center;
   align-items: center;
   text-align: center;
}

.subimpact-img-1,
.subimpact-img-2,
.subimpact-img-3,
.subimpact-img-4{
    border: 1px solid rgba(32, 178, 171, 0.319);
    border-radius: 15px; 
    width: 100%;
    background-position: center;
    /* background-repeat: ; */
    /* background-image: url(../assets/images/home/hero-img.webp); */
    background-size: cover;
    background-position: center;
}

.subimpact-img-1{
    background-image: url(../assets/images/home/reachabroaderaudience.jpg);
}

.subimpact-img-2{
    background-image: url(../assets/images/home/firstimpression.jpg);
}

.subimpact-img-3{
    background-position: top;
    background-image: url(../assets/images/home/audienceinformed.jpg);
}

.subimpact-img-4{
    background-image: url(../assets/images/home/visitorsintocustomer.jpg);
}

.subimpact-text{
    padding: 10px;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* border: 2px solid forestgreen; */
    width: 100%;
    font-size: 20px;
    text-align: center;
}



.services-div{
    transition: all 0.5s ease-in;
    padding-top: 90px;
    padding-bottom: 90px;
    color: rgba(128, 128, 128, 0.591);
    
    
}

.services-div.active{
    transition: all 1s ease-in;
    /* background-color: rgb(41, 0, 80); */
    color: white;
}


.services-cards-collection{
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px;
    align-items: start;
    justify-items: center;
}


.services-cards-collection > div{
    border: 2px solid gold;
    /* font-size: 40px; */
    font-size: 30px;
    /* text-align: center; */
    padding: 40px;
    display: grid;
    gap: 20px;
    border-radius: 15px;
    border: 1px solid rgba(128, 128, 128, 0.344);
    /* position: relative; */
    justify-items: center;
    align-items: start;
   
}

.card-container{
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-rows: 100px 400px 1fr;
}

.subservices-title{
    font-size: 35px;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.344);
    position: sticky;
    top: 100px;
    background: black;
    border-radius: 15px;
    display: grid;
    align-items: center;
    justify-items: center;
    background: rgba(49, 49, 49, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}



.subservices-text{
    text-align: start;
    padding-top: 20px;
    border: 1px solid rgba(128, 128, 128, 0.535);
    border-right: none;
    border-left: none;
    padding-bottom: 20px;
}

.features-title{
    font-size: 50px;
}

.features-collection{
    display: grid;
    gap: 20px;
    padding: 20px;
}

.feature-card{
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
}

/* .feature-card *{
    border: 1px solid red;
} */

.checkmark{
    background-repeat:no-repeat;
    background-image: url(../assets/images/home/check.png);
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-top: 3px;
}

.feature-bold{
    font-weight: bold;
}


.contact-button-container{
    position: relative;
    display: grid; 
    align-items: center;
    justify-items: center;
    /* border: 2px solid  firebrick; */
    height: 60px;
    width: 90%;
}


.contact-button-bg{
    background-color: rgb(29, 182, 164);
    animation: pulse1 2.5s infinite;
    height: 60px;
    width: 90%;
    /* border: 2px solid firebrick; */
    border-radius: 10px;
    /* animation: none; */

}

.contact-button{
    position: absolute;
    /* appearance: none; */
    border: 1px solid rgb(7, 151, 135);
    display: grid;
    align-items: center;
    justify-items: center;
    height: 60px;
    width: 90%;
    border-radius: 15px;
    text-decoration: none;
    color: white;
    background-color: rgba(7, 94, 84);
    bottom: 0px;
    z-index: 1;
    font-size: 20px;
}



.get-started-div{
    transition: all 0.5s ease-in;
    padding-top: 90px;
    padding-bottom: 200px;
    color: rgba(128, 128, 128, 0.409);
    display: grid;justify-items: center;
    height: 900px;
}

.get-started-div.active{
    transition: all 1s ease-in;
    color: white;
}

.get-started-div > .qualifying-title{
    text-align: center;
    display: grid;
    align-items: end;
}

.get-started-card{
    width: 100%;
    height: 100%;
    /* border: 1px solid rgba(128, 128, 128, 0.409); */
    border-left: none;
    border-right: none;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 40px;
    padding-top: 0px;
    text-align: center;
}

/* .get-started-card *{
    border: 2px solid red;
} */

.get-started-title{
    font-size: 40px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.472);
    align-self: end;
    padding-bottom: 40px;
}

.get-started-text{
    padding-top: 40px;
    align-self: start;
    font-size: 30px;
}

.get-started-button-container{
    padding-top: 40px;
    position: relative;
    height: 100px;
    width: min(100%, 450px);
    /* border: 2px solid firebrick; */
    display: grid;
    align-items: center;
    justify-items: center;
}

.get-started-button{
    position: absolute;
    /* appearance: none; */
    border: 1px solid rgb(9, 149, 133);
    display: grid;
    align-items: center;
    justify-items: center;
    height: 60px;
    width: 90%;
    border-radius: 15px;
    text-decoration: none;
    color: white;
    background-color: rgba(7, 94, 84);
    bottom: 0px;
    z-index: 1;
    font-size: 20px;
}

.get-started-button-bg{
    background-color: rgb(29, 182, 164);
    animation: pulse1 2.5s infinite;
    height: 60px;
    width: 90%;
    /* border: 2px solid firebrick; */
    border-radius: 10px;
    /* animation: none; */
}

@media (max-width: 1340px){
    /* .impact-cards-collection{
        grid-template-columns: 1fr;
    } */

    /* .services-cards-collection{
        grid-template-columns: 1fr;
    } */

    .services-cards-collection > div{
        font-size: 25px;
        display: grid;
        grid-template-rows: 1fr;
    }

    .card-container{
        grid-template-rows: 100px 380px 1fr;
    }

    .subservices-title{
        font-size: 25px;
    }

    .subservices-text,
    .features-collection{
        font-size: 20px;
    }

    .features-title{
        font-size: 25px;
    }

    .checkmark{
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }

    /* .impact-cards-collection > div{

        height: 400px;
        width: 300px;
    } */
}

@media (max-width: 900px){
    .services-cards-collection{
        grid-template-columns: 1fr;
    } 

    .checkmark{
        width: 30px;
        height: 30px;
        margin-top: 3px;
    }

    .card-container{
        grid-template-rows: 1fr;
    }

    .subservices-text,
    .features-collection{
        font-size: 27px;
    }

    .subservices-title,
    .features-title{
        font-size: 45px;
    }
}

@media (max-width: 700px){
    /* .qualifying-cards-collection{
        grid-template-rows: repeat(3, 350px);
    } */

    .impact-title{
        font-size: 80px;
    }
    .impact-cards-collection{
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .impact-cards-collection > div{
        width: 400px;
    }

    .services-cards-collection{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px){

    .qualifying-micro-title{
        font-size: 15px;
    }

    .hero-section-text{
        padding: 20px 10px 20px 10px;
    }
    .hero-section-header{
        font-size: 34px;
        font-weight: bolder;
        /* border-bottom: 1px solid rgba(128, 128, 128, 0.353); */
        /* padding-bottom: 20px; */
        /* max-width: 450px; */
    }
    
    .hero-section-paragraph{
        font-size: 15px;
        font-weight: bold;
        /* max-width: 400px; */
    }

    .scroll-down-notif{
        width: 60px;
        height: 60px;
        font-size: 7px;
    }

    /* .impact-cards-collection{
        width: 100%;
    } */

    .qualifying-title,
    .impact-title,
    .services-title{
        font-size: 60px;
        line-height: 70px;
    }

   

    .quote-div-one{
        font-size: 30px;
    }

    .quote-div-two{
        font-size: 20px;
    }

    /* .qualifying-cards-collection{
        grid-template-rows: repeat(3, 1fr);
    } */

    .impact-cards-collection{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 400px);
    }

    .impact-cards-collection > div {
        width: 100%;
    }

    .card-container{
        grid-template-rows: 1fr;
    }

    .subservices-title,
    .features-title{
        font-size: 30px;
    }

    /* .subservices-text{
        font-size: 20px;
    } */
    /* .impact-cards-collection > div{
        border: 1px solid white;
        border-radius: 15px;
        height: 300px;
        width: 300px;
        background-color: rgba(0, 0, 91, 0.309);
       
    } */

    
}

@media (max-width: 340px){ 

    .qualifying-cards-collection{
        padding: 10px;
    }
    .qualifying-title,
    .impact-title,
    .services-title{
        font-size: 40px;
        line-height: 50px;
    }

    .subqualifying-title{
        font-size: 40px;
    }

    .services-cards-collection{
        padding: 10px;
    }

    .services-cards-collection > div{
        padding: 10px;
        font-size: 13px;
    }

    .get-started-card{
        padding: 20px;
    }
}



