:root{
    --firebase:#b22222;
}


*{
    margin:0; padding:0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    outline: none; border:none;
    text-decoration: none;
    text-transform: capitalize;
    transition: 2s linear;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    overflow-x: hidden;
}
section{
    padding: 2rem 9%;
}

.Home{
    display: flex;
    align-items: center;
    min-height: 100vh;
    background:url(../Images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.Home .content{
    max-width: 50rem;
}

.Home .content h3{
    font-size: 6rem;
    color: #eee;
    
}

.Home .content span{
    font-size: 4rem;
    color: #eeeeeed3;
    padding: 1rem 0;
    line-height: 1.5;
}
.btn{
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background: #c50303;
    color: #eee;
    padding: .9rem 3.5rem;
    font-size: 1.7rem;   
}
.btn:hover{
    background: var(--firebase);
}
header{
    position: fixed;
    top: 0;
    left: 0; right: 0;
    background: #fff;
    padding: 2rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,1);
}

header .logo img{
max-width: 130px;
font-size: 3rem;
color:#b22222;
font-weight: bolder;
}

header .navbar a{
    font-size: 2rem;
    padding: 0 1.5rem;
    color:#121112;
    font-weight: lighter;
    font-style: normal;
    transition: all ease 0.0s;
}

header .navbar a:hover{
    color:var(--firebase);

}

header #toggler{
    display: none;
}

header .fa-bars{
    font-size: 3rem;
    color:#333;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
    cursor: pointer;
    border: .1rem solid rgba(0,0,0,3);
    display: none;
}


.heading{
    text-align: center;
    font-size: 4rem;
    color: #333;
    padding: 1rem;
    margin: 2rem;
    background: rgba(255,51,153,.05);
}
.heading span{
    color: var(--firebase);

}
.About .row{
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 0;
    padding-bottom: 3rem;
}

.About .row .video-container{
    flex: 1 1 40rem;
    position: relative;
}


.About .row .video-container video{
    width: 100%;
    border: 1.5rem solid #fff;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    height: 100%;
    object-fit:cover;
}



.About .row .content{
    flex:1 1 40rem ;
}

.About .row .content h3{
    font-size: 3rem;
    color: #b22222 ;

}

.About .row .content p{
    font-size: 1.5rem;
    color: #333;
    padding: .5rem 0;
    padding-top: 1rem;
    line-height: 1.5;
}







.Products .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}    

.Products .box-container .box{
    Flex:1 1 30rem;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    border-radius: .5rem;
    border: .1rem solid rgba(0,0,0,.1);
    position: relative;
}

.Products .box-container .image
{
    position: relative;
    text-align: center;
    padding-top: 2rem;
    overflow:hidden ;
}

.Products .box-container .box .image img{
    height: 25rem;
    width: 35rem;
}

.Products .box-container .box .image h2{

    color: #c50303;
}






.Services .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.Services .box-container .box{
    flex:1 1 30rem;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    border-radius: .5rem;
    padding: 3rem 2rem;
    position: relative;
    font-size: small;
    
}



.Certifications .box-container .image
{
    position: relative;
    text-align: center;
    padding-top: 2rem;
    overflow:hidden ;
}

.Certifications .box-container .box .image img{
    height: 65rem;
    width: 75rem;
}








.Contact .container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.Contact .container .contactInfo{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.Contact .container .contactInfo .box
{
    position: relative;
    padding: 20px 0;
    display: flex;
} 
.Contact .container .contactInfo .box .icons{
    min-width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.Contact .container .contactInfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}



.Contact .container .contactInfo .box .text h3{
    font-weight: 500;
    color: #013e46;
}
.Contact .container .contactInfo .box .text p{
    font-weight: 500;
    color: #ac1f1d;
}



.Contact .contactform{
    width: 40%;
    padding: 5%;


}

    
.Contact .contactform h2{
    font-size: 30px;
    font-style: italic;
    color: #df0e0e;
    font-weight: 500;
}


.Contact .contactform .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;

}

    
    
.Contact .contactform .inputBox input,.Contact .contactform .inputBox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;

}

.Contact .contactform .inputBox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #013e46;

}
    
.Contact .contactform .inputBox input:focus ~ span, 
.Contact .contactform .inputBox input:valid ~ span
{
    color:#e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

                
 
.Contact .contactform  button[type="submit"]
{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    color: #fff;
    border: none;
    gap: 10px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    background: linear-gradient(270deg,#eee,#850c0c);
}










footer{
    background-color: #ed4b4b;
    
    }
    
    .footerContainer{
    width: 100%;
    padding: 5px;
    }
    

    .footerNav{
        margin: 30px 0;
    }

    .footerNav ul{
        display: flex;
        justify-content: center;
        list-style-type: none;
    }

    .footerNav ul li a{
color: rgb(255, 213, 213);
margin: 20px;
text-decoration: none;
font-size: 1.3em;
opacity: 0.7;
transition: 0.5s;
font-size: large;

    }
    .footerNav ul li a:hover{

        opacity: 1;
        
        }

    
.footerBottom{
    background-color: #e31010;
    padding: 15px;
    text-align: center;

    } 

    .footerBottom p{
        color: whitesmoke;
        font-size: larger;
    }


.designer{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}

@media(max-width: 700px)
{
    .footerNav ul{
        flex-direction: column;
    }
    .footerNav ul li{
        width: 100%;
        text-align: center;
        margin: 10px;
    }
}

























/*media queries */
@media (max-width:991px){
    
html{
    font-size: 55%;
}
header{
    padding: 2rem;
}
section{
    padding: 2rem;
}
.Home{
    background-position: left;
}
}


@media (max-width:768px){
 header .fa-bars{
    display: block;
 }

    header .navbar{
    position: absolute;
    top:100%; left: 0; right: 0;
    background: #eee;
    border-top: .1rem solid rgba(0,0,0,.1);
    clip-path: polygon(0 0, 100% 0, 100% 0 ,0 0);
 }


 header #toggler:checked ~ .navbar{
    clip-path: polygon(0 0, 100% 0, 100% 100% , 0% 100%);
 }

 header .navbar a{
    margin: 1.5rem;
    padding: 1.5rem;
    background: #fff;
    border: 1rem solid rgba(0,0,0,.1);
    display: block;
 }
 .Home .content h3{
    font-size: 5rem;
 }
 
 .Home .content span{
    font-size: 2.5rem;
 }
}

@media (max-width:450px){
    
    html{
        font-size: 50%;
    }
    .heading{
        font-size: 3rem;
    }
    }
    
@media(max-width: 991px)
{
    .Contact{
        padding: 50px;
    }
    .Contact .container{
        flex-direction: column;
    }
    .Contact .container .contactInfo{
        margin-bottom: 40px;
    }
    .Contact .container .contactInfo{
        width: 100%;
    }
}