html{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
@media (max-width: 350px){
    html{
        font-size: 14px;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1650px;
    }
}
p, #intro h3 {
    line-height: 1.688rem;
    letter-spacing: 0.03rem;
}
body{
    color: #3a3a3a;
}
.btn-contact{
    width: 10.375rem;
    height: 3.063rem;
    border-radius: 1.563rem;
    background-color: #3a3a3a;
    color:white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-contact:hover, .btn-contact:focus, .btn-contact:active{
    color: white;
}
.navbar-brand img{
    width: 7.563rem;
    padding-top: 0;
}
.navbar-brand{
    padding-top: 0;
}
.navbar{
    padding-top: 0;
    top: 77px;
}
.navbar .btn-contact{
    width: 10.375rem;
    height: 3.063rem;
    border-radius: 1.563rem;
    background-color: #3a3a3a;
    font-size: 1rem;
    color: white !important;
}
#intro {
    min-height: 812px;
    background: url('../imgs/bg-intro.png') no-repeat center top;
    background-size: cover;
}
#intro h1{
    margin-top: 218px;
    font-size: 2.063rem;
    font-weight: 700;
    color: #3a3a3a;
    padding-left: 1.5rem;;
}
#intro h1:before{
    position: absolute;
    width: 0.375rem;
    height: 100%;
    background-color: #3a3a3a;
    content: ' ';
    display:block;
    left: 0;
}
#intro h1 span{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
}
#intro h3{
    color: #3a3a3a;
    font-size: 1rem;
    font-weight: 400;
}
#intro h1 .intro-tagline{
    color: #3a3a3a;
    text-shadow: none;
    letter-spacing: normal;
    line-height: 1.2;
}

@media (min-width: 992px){
    .navbar{
        top: 1rem;
    }
    #intro {
        min-height: 812px;
        background: url('../imgs/bg-intro-dp.png') no-repeat center top;
        background-size: contain;
    }
    #intro h1{
        font-size: 6.313rem;
        padding-left: 3rem;
    }
    #intro h1 .intro-tagline{
        font-size: 2.25rem;
        margin-top: 1rem;
        margin-bottom:0;
    }
    p, #intro h3 {
        font-size: 1.5rem;
        line-height: 2.375rem;
    }
    .btn-contact{
        font-size: 1.25rem;
        width: 18.563rem;
        height: 4.25rem;
        border-radius: 2.125rem;
        background-color: #3a3a3a;
    }
    #intro h1:before{
        width: 0.5rem;
    }

}

#new-generation {
    background: #ffdae0 url('../imgs/bg-2.png') no-repeat center center;
    background-size: cover;
    height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#new-generation h2{
    font-size: 2.375rem;
    font-weight: 700;
    letter-spacing: normal;
    color: #3a3a3a;
}

#new-generation h2 span{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #ffdae0;
}
@media (min-width: 992px){

    #new-generation {
        background: #ffdae0 url('../imgs/bg-2-dp.svg') no-repeat center center;
        background-size: cover;
    }

    #new-generation h2{
        font-size: 5.188rem;
    }


}
#pros h3{
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: normal;
    color: #3a3a3a;
}

#pros h3 span{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
}
#pros h3.line:before{
    position: absolute;
    width: 0.375rem;
    height: 100%;
    background-color: #3a3a3a;
    content: ' ';
    display:block;
    left: 0;
}
p{
    color: #3a3a3a;
}
#pros .inner h3{
    margin-top:4rem;
}
#pros .inner img{
    left: 0px;
    top: 0px;
}
#pros .inner2 img{
    right: 0px;
    top: 0px;
}
@media (min-width: 992px){

    #pros h3{
        font-size: 6.313rem;
    }
    #intro h3.line:before{
        width: 0.5rem;
    }
    #pros .inner img{
        left: 0px;
        top: 0px;
    }
    #pros .inner2 img{
        left: 0px;
        top: 0px;
        max-width: 220px;
    }
    #pros .inner2{
        margin-top: 20rem;
    }
}
#wow-effect{
    background: white url('../imgs/bg-wow.svg') no-repeat center bottom;
    background-size: 100% auto;
    margin-top: 4rem;
    height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#wow-effect h2{
    font-size: 2.375rem;
    font-weight: 700;
}
#wow-effect h2 span{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #fef0df;
}
@media (min-width: 767px){
    #wow-effect{
        background: white url('../imgs/bg-wow-dp.svg') no-repeat center bottom;
        background-size: 100% auto;
        margin-top: 4rem;
        max-height: 30rem;
        height: 25vw;
    }
}
@media (min-width: 1200px){
    #wow-effect h2{
        font-size: 5rem;
    }
}
#statistics{
    background: white url('../imgs/bg-5-v2.svg') no-repeat;
    background-size: 100% auto;
    background-position: 0.9vw top;
    padding-bottom: 40vh;

}
#statistics img{
    visibility: hidden;
}
#statistics h2{
    font-size: 2.375rem;
    font-weight: 700;
    letter-spacing: normal;
    color: #3a3a3a;
}
#statistics h2 span{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #fef0df;
}
#statistics h3{
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: normal;
    color: #3a3a3a;
}

#statistics h3 span{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
}
@media (min-width: 767px){
    #statistics{
        background: white url('../imgs/bg-5-v2-dp.svg') no-repeat;
        background-size: 100% auto;
        padding-bottom: 13vh;
    }
}
@media (min-width: 992px){
    #statistics h3{
        font-size: 5rem;
    }
}
#statistics h3{
    margin-top:3.5rem;
}
#contact{
    margin-top: -5rem;
}
#contact h3{
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: normal;
}
#contact h3 span{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
}
#contact h4{
    font-size: 1.125rem;
    font-weight: 700;
}

#contact input, #contact select, #contact textarea{
    background-color: #ececec;
    width: 100%;
    height: 3.563rem;
    border-radius: 0.875rem;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #b1b1b1 !important;
    padding-left: 1.5rem;
}
#contact textarea{
    padding-top: 1rem;
    height: 7.5rem;
}
#contact button{
    /* Style for "Rectangle" */
width: 100%;
height: 3.75rem;
box-shadow: 0 0 1.25rem rgba(255, 255, 255, 0.5);
border-radius: 1.875rem;
background-color: #3a3a3a;
font-weight: 700;
color: white;
}
#contact .mail{
    font-size:clamp(1.125rem, 5vw, 1.5rem);
    overflow-wrap:anywhere;
    word-break:break-word;
}
@media (min-width: 992px){
    #contact h3{
        font-size: 6.313rem;
    }
    #contact h4{
        font-size: 1.5rem;
    }
    #contact textarea{
        height: 9.25rem;
    }
    #contact button{
        width: 18.563rem;
        height: 4.25rem;
        border-radius: 2.125rem;
        background-color: #3a3a3a;
        font-size: 1.25rem;
    }
    #contact .mail{
        font-size:2rem;
    }
}

footer .company-details{
    max-width: 52rem;
    margin: 1rem auto 0.75rem;
    padding: 0 1rem;
    color: #3a3a3a;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.65;
    overflow-wrap: anywhere;
}
footer .company-details span{
    display: block;
}
footer .company-details a{
    color: #3a3a3a;
    text-decoration: underline;
}
@media (min-width: 768px){
    footer .company-details{
        font-size: 1rem;
    }
    footer .company-details span{
        display: inline;
    }
    footer .company-details span + span::before{
        content: " · ";
    }
}

/* form clear */

button,
input,
optgroup,
select,
textarea{
    border:none;
    background-image:none;
    background-color:transparent;
    box-shadow: none;
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

select::-ms-expand {
    display: none;
}

html input[type="button"],
input[type="reset"],
input[type="submit"],
button[disabled],
html input[disabled],
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="checkbox"],
input[type="radio"],
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
    border:none !important;
    background-image:none !important;
    background-color:transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
