@import url('../fonts/RobotoCondensed-Regular.ttf');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}

body{
    background: #1D212B;
}
section{
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
section .container-fluid{
    margin-top: 10px;
}


section h1{
    font-size: 60px;
}

section h2{
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

section .cards{
    display: flex;
}

section .cards .text-card{
    background: transparent;
    /* margin: 20px; */
    padding: 20px;
}

section .cards .text-card h3{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section .cards .text-card h2{
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section .cards .service-last-cards{
    width: 100%;
}
@media (max-width: 1024px){
    section .cards .text-card p {
        font-size: 15px;
    }
    section .cards .text-card img {
        width: 300px;
    }
    .column_product .text{
        font-size: 12px;
    }
}
@media (max-width: 900px) {
    section .cards{
        flex-direction: column;
    }
    .s1{
        font-size: 20px;
    }
    .s2text{
        font-size: 15px;
    }
    .simg1{
        width: 100%;
    }
    .s4h2{
        font-size: 18px;
    }
    
    .simg5{
        width: 50px;
        height: 150px;
    }
}

.reveal{
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 2s ease;
}
.reveal.active1{
    transform: translateY(-10px);
    opacity: 1;
}

/* About */
.aboutrevealh1{
    margin: 20px 0px -50px 0px;
}

.aboutrevealh1 a{
    text-decoration: none;
    color: #000000;
}

.reveal h2{
    background: -webkit-linear-gradient(#16e000, #03a103);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
    section .grid-container .item1 p{
        font-size: 10px;
    }
    .s1{
        font-size: 20px;
    }
    .s2text{
        font-size: 15px;
    }
    .simg1{
        width: 70%;
    }
    section .grid-container .item2 img{
        width: 150px;
    }
  }
@media (max-width: 760px) {
    .aboutrevealh1 a{
        font-size: 18px;
        text-decoration: none;
        color: #000000;
    }
    .aboutrevealh1 i, span{
        font-size: 18px;
        text-decoration: none;
        color: #000000;
    }
    section h2{
        font-size: 25px;
        text-align: center;
        text-transform: uppercase;
    }
    section h3{
        font-size: 15px;
        text-align: center;
        text-transform: uppercase;
    }
    section .grid-container .item1 p{
        font-size: 10px;
    }
    section .grid-container .item1 img{
        width: 200px;
    }
  }
@media (max-width: 630px){
.column_product .text{
    font-size: 8px;
}
}