
:root{
    --main-color: #F7F4F0;
    --black:#F7F4F0;
    --bg:#F7F4F0;
    --border:.1rem solid rgba(172, 108, 83,.3);
}

*{  
    font-family: main; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 26.4px; 
    margin:0; padding:0;
    padding: 0px;box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition: .2s linear;}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
     margin:0;
    padding:0;
    overflow-x:hidden;
}

html::-webkit-scrollbar{
    width: .8rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: #f9f5ee;
    border-radius: 5rem;
}
@font-face {
    font-family: nos;
    src: url(CalignaDEMO.ttf);
}
@font-face {
    font-family: main;
    src: url(lato.medium.ttf)
}
body{
    background: var(--bg);
     margin:0;
    padding:0;
    overflow-x:hidden;}

.heading{
    text-align: center;
    color:#EC0000;
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 4rem;
}

.heading span{
    color:#EC0000;
    text-transform: uppercase;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding:.9rem 3rem;
    font-size: 1.7rem;
    color:#fff;
    background: #EC0000;
    cursor: pointer;
}

.btn:hover{
    letter-spacing: .2rem;
}
.header .navbar {
    position: absolute;
    top: 100%;
    right: -100%;
   
    background-color: #f9f5ee;
    width: 20rem;
    height: calc(100vh - 9.5rem);
}

.header .navbar.active {
    right: 0;

    background-color: #f9f5ee;
}

.header{
    width: 100%;
    
    background-color: #F7F4F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1.2rem 10%;
    border-bottom: var(--border);
    position: fixed;
    top:0; left: 0; right: 0;
    z-index: 1000;
}

.header .logo img{
    height: 5rem;
}
.header .naam a{
    margin:0 1rem;

    color:#EC0000;
    text-align: center;
    font-weight: bold;
    font-family: nos;
    font-size: 45px
   
    
}
.scrolling-active{
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 236, 236, 0.374);
}


.header .navbar a{
    margin:1.5rem;
    padding: .5rem;
    font-size: 1.7rem;
    color:#EC0000;
    flex: 1;
    text-align: right;
    text-transform: uppercase;}
.header .navbar a:hover{
    color:#EC0000;
    border-bottom: .1rem solid var(--main-color);
    padding-bottom: .5rem;
}

.header .icons div{
    color:#EC0000;
    cursor: pointer;
    font-size: 2.5rem;
    
}

.header .icons div:hover{
    color:#EC0000;
}

#menu-btn{
    display: none;
}

.home{
    min-height: 100vh;
    width: 100%;
    background-image:url(images/f1.jpg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;}
    
.home  .text{
    padding:1rem 0;}
#menu-btn {
    display: inline-block;
}


.about{
    padding:2rem 6%;}
.about .row{
    display: flex;
    align-items: center;
    background:#f9f5ee;
    flex-wrap: wrap;}
.about .row .image{
    object-position: center top;
    align-items: center;}

.about .row .image img{
    width: 80%;
    overflow: hidden;
    align-items: center;
}

.about .row .image:hover .image img{
   transform: scale(1.2);
   align-items: center;
}

.about .row .content{
    flex:1 1 45rem;
    padding:2rem;
}

.about .row .content h3{
    font-size: 3rem;
    color:#F40009;}
.about .row .content p{
    font-size: 2.1rem;
    color:#6c6868;
    padding:1rem 0;
    line-height: 1.8;
}
/*.servicesstart{
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}*/
/*.projectsstart{
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}*/

.services{
    margin-top: 100px;
}
.services1 {
    margin-top: 10px;
    display: grid;
    width: 100%;
    grid-template-columns: 40% 60% ;
    position: relative;
}

.services2 {
    margin-top: 10px;
    display: grid;
    width: 100%;
    grid-template-columns: 60% 40% ;
    position: relative;
   
}
.services .data{
    width: 100%;
    display: inline-block;
    background-color: #f9f5ee;
    line-height: 1.8px;
    height: 500px;}
.services1 .data .dataimg{
    background-image: url(images/LOGO2.png);
    background-position: center;
    display: inline-block;
    background-size: cover;

}
.services1 .data .hr{
    color:#EC0000;
    font-size: 3.2rem;
    text-align: left;
    padding-top: 15%;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1.5px;
    padding-left: 10%;
}

.services1 .data .ser{
     color:#6c6868;
    font-size: 2rem;
    line-height: 1.8;
    text-align: left;
    padding:10%;
}
.services2 .data .hr{
    color:#EC0000;
    font-size: 3.2rem;
    text-align: left;
    padding-top: 15%;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1.5px;
    padding-left: 10%;
}
.services2 .data .ser{
     color:#6c6868;
    font-size: 2rem;
    line-height: 1.8;
    text-align: left;
    padding:10%;}
.services .image{
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0%;
    margin: 0%;   
    height: 500px;}
    
.projects{
    padding:2rem 6%;}
.projects h1{
    margin-top: 100px;}
.projects .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    gap:1.5rem;
    overflow: hidden;
    position: relative;
}
.projects .box-container .box .image{
    padding: 0;
    margin: 0;}
.projects .box-container .box .image img{
    height: 35rem;
    overflow:hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* team section */

.team{
    padding:2rem 6%;
}

.team h1{
    margin-top: 100px;}

.team .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;

}

.team .box-container .box{
    border:var(--border);
    text-align: center;
    padding:1rem 2rem;
}
.team .box-container .box .user{
    width: 45%;
    border-radius: 10%;
    display: block;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;}


.team .box-container .box p{
    font-size: 1.5rem;
    line-height: 1.8;
    color:#EC0000;
    padding:2rem 0;
}


.team .box-container .box h3{
    padding:1rem 0;
    font-size: 2rem;
    color:#EC0000;}
.contact .row{
    display: flex;
    align-items: center;
    background:#fff;
    flex-wrap: wrap;
    text-align: center;
}

.contact .row .content{
    flex:1 1 45rem;
    padding:2rem;
}

.contact .row .content h3{
    font-size: 3rem;
    color:#EC0000;
}
.contact .row .content p{
    font-size: 2.1rem;
    color:#6c6868;
    padding:1rem 0;
    line-height: 1.8;
}
.contact .row .content p2{
    font-size: 2.1rem;
    color:#6c6868;
    padding:1rem 0;
    line-height: 1.8;
    

}
.contact .row{
    display: flex;
    background:var(--black);
    flex-wrap: wrap;
    gap:1rem;
}

.contact2 .row{
    display: flex;
    background:var(--black);
    flex-wrap: wrap;
    gap:1rem;
}
.contact2 .row form{
    flex:1 1 45rem;
    padding:5rem 2rem;
    text-align: center;
}
.contact2 .row form .inputBox{
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background:#f9f5ee;
    border:var(--border);
}
.contact2 .form-control{
    width: 100%;
    background: transparent;
     font-size: 1.7rem;
    color:#EC0000;
     padding:2rem;

}
.contact2 .row form .inputBox span{
    color:#EC0000;
    font-size: 2rem;
    padding-left: 2rem;
}
.contact2 .row form .inputBox input{
    width: 100%;
    padding:2rem;
    font-size: 1.7rem;
    color:#EC0000;
    text-transform: none;
    background:none;}
.footer{
    background:var(--black);
    text-align: center;
}

.footer .share{
    padding:1rem 0;
}

.footer .share a{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color:#EC0000;
    border:var(--border);
    margin:.3rem;
    border-radius: 50%;
}

.footer .share a:hover{
    background-color: var(--main-color);
}

.footer .links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:2rem 0;
    gap:1rem;
}

.footer .links a{
    padding:.7rem 2rem;
    color:#EC0000;
    border:var(--border);
    font-size: 2rem;
}

.footer .links a:hover{
    background:#ddc8bf;
}

.footer .credit{
    font-size: 1.5rem;
    font-family: futura-pt;
    color:#EC0000;
    font-weight: lighter;
    padding:1.5rem;
    

}

.footer .credit span{
    color:#EC0000;
    font-family: futura-pt;
    font-size: 1.5rem;
}

/* media queries  */
@media (max-width:991px){

    html{
        font-size: 55%;
    }
    .services1{
    	
	display: block;
	margin:auto;
	padding-top:5px;
    height: auto;
}
#text{                    
    left:1%;                     
    }
.services1 .data .hr{
    color:#EC0000;
    font-size: 3.2rem;
    text-align: left;
    padding-top: 15%;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1.5px;
    padding-left: 10%;
}
.servicesstart{
    float:none;
     width: 100%;
    height: auto;
    display: block;
    margin:auto;
}
.projectsstart{
    float:none;
     width: 100%;
    height: auto;
    display: block;
    margin:auto;
}
.services2{
    
	height: auto;
	display: block;
	margin:auto;
}
.services1 .data{
    
    display: inline-block;
    background-color: #f9f5ee;
    height: 300px;}
.services2 .data{
    
    display: inline-block;
    background-color: #f9f5ee;
    height: 300px;
    margin:auto;
}

    .header{
        padding:1rem 2rem;

    }
   
    .header .naam a{
        margin:0 1rem;

        color:#EC0000;
        text-align: center;
        font-weight: bold;
        font-family: nos;
        font-size: 2.5rem;
        
        }

    #menu-btn{
        display: inline-block;
    }

    .header .navbar{
        position: absolute;
        top:100%; right: -100%;
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255,255,255,0.72);
        width: 20rem;
        height: calc(100vh - 9.5rem);
    }

    .header .navbar.active{
        right:0;
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255, 255, 255, 0.72);
    }
    .about .row .image img{
   width: 80%;
	height: auto;
	display: block;
	margin:auto;
}

    .header .navbar a{
        color:var(--black);
        display: block;
        margin:1.5rem;
        padding:.5rem;
        font-size: 2rem;
        color:#EC0000;
        

    }

    .header .search-form{
        width: 90%;
        right: 2rem;
        
    }

.section{
    padding:2rem;}}

@media (max-width:1285px){
html{
    font-size: 55%;}
.services1{
	display: block;
	margin:auto;
	padding-top:5px;}
#text{                    
    left:18%;}
.services1 .data .hr{
    color:#EC0000;
    font-size: 3.2rem;
    text-align: left;
    padding-top: 15%;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1.5px;
    padding-left: 10%;}
.services2{   
	height: auto;
	display: block;
	margin:auto;}
.header{
    padding:1rem 2rem;}
.header .logo img{
    height: 5rem;
    padding-left:1.5cm;}
.about .row .image{
    width: 100%;
	height: auto;
	display: block;
	margin:auto;}
.about .row .image img{
   width: 60%;
	height: auto;
	display: block;
	margin:auto;}
.header .naam a{
     margin:0 1rem;
    color:#EC0000;
    text-align: center;
    font-weight: bold;
    font-family: nos;
    font-size: 2.5rem}
#menu-btn{
    display: inline-block;}
.header .navbar{
    position: absolute;
    top:100%; right: -100%;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.72);
    width: 20rem;
    height: calc(100vh - 9.5rem);}
.header .navbar.active{
    right:0;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72);}
.header .navbar a{
    color:var(--black);
    display: block;
    margin:1.5rem;
    padding:.5rem;
    font-size: 2rem;
    color:#EC0000;}
.header .search-form{
    width: 90%;
    right: 2rem;}
.section{
    padding:2rem;}
.servicesstart{
   
    float:none;
     width: 100%;
    height: auto;
    display: block;
    margin:auto;}
.projectsstart{
   
    float:none;
    width: 100%;
    height: auto;
    display: block;
    margin:auto;}}
@media (max-width:768px){
 .header .naam a{
    margin:0 1rem;
    color:#EC0000;
    text-align: center;
    font-weight: bold;
    font-family: nos;
    font-size: 2.5rem}
.services1 .data .hr{
    color:#EC0000;
    font-size: 2.8rem;
    text-align: left;
    padding-top: 15%;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1.5px;
    padding-left: 10%;}
.services2 .data .hr{
    font-size: 2.8rem;}
#menu-btn{
    display: inline-block;}
.header .logo img{
    height: 5rem;
    padding-left:1cm;}
    .about .row .image{
    width: 100%;
	height: auto;
	display: block;
	margin:auto;}
.about .row .image img{
   width: 80%;
	height: auto;
	display: block;
	margin:auto;}
.header .navbar{
    position: absolute;
    top:100%; right: -100%;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.72);
    width: 20rem;
    height: calc(100vh - 9.5rem);}
    .header .navbar.active{
    right:0;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72);}
.header .navbar a{
    color:var(--black);
    display: block;
    margin:1.5rem;
    padding:.5rem;
    font-size: 2rem;
    color:#EC0000;}
.header .search-form{
    width: 90%;
    right: 2rem;}
.home .content h3{
    font-size: 4.5rem;}
.home .content p{
    font-size: 1.5rem;}
.services1{
	display: block;
	margin:auto;
	padding-top:5px;}
.services2{
    height: auto;
	display: block;
	margin:auto;}
.servicesstart{
   
    float:none;
    width: 100%;
    height: auto;
    display: block;
    margin:auto;}
.projectsstart{
    
    float:none;
    width: 100%;
    height: auto;
    display: block;
    margin:auto;
}}
@media (max-width:450px){html {
    font-size: 50%;}
    .header .logo img{
    height: 5rem;
    padding-left:1cm;}
    .about .row .image img{
    width: 80%;
	height: auto;
	display: block;
	margin:auto;}
.services1 .data .hr{
    color:#EC0000;
    font-size: 3rem;
    text-align: left;
    padding-top: 15%;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1.5px;
    padding-left: 10%;}
.services1{
    display: block;
	margin:auto;
	padding-top:5px;}
.services2{
    height: auto;
	display: block;
	margin:auto;}
.servicesstart{
    
    float:none;
    width: 100%;
    height: auto;
    display: block;
    margin:auto;}
.projectsstart{
  
    float:none;
    width: 100%;
    height: auto;
    display: block;
    margin:auto;}}
@media screen and (max-width: 768px){
.about .row{
   float:none;
	width:100%;}
 .header .logo img{
    height: 5rem;
    padding-left:1cm;}
    #text{                    
    left:2%;}
    .services1 .data .hr{
    color:#EC0000;
    font-size: 2.8rem;
    text-align: left;
    padding-top: 15%;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1.5px;
    padding-left: 10%;}
 .services2 .data .hr{
    font-size: 2.8rem;}
.about .row .image{
    width: 100%;
	height: auto;
	display: block;
	margin:auto;}
.about .row .image img{
   width: 80%;
	height: auto;
	display: block;
	margin:auto;}
.services1{  
	display: block;
	margin:auto;
	padding-top:5px;}
.services2{
	height: auto;
	display: block;
	margin:auto;}
.container{
	width: 80%;
	display: block;
	margin:auto;
	padding-top:50px;}
.content-section{
	float:none;
	width:100%;
	display: block;
	margin:auto;}
.image-section{
	float:none;
	width:100%;}
.image-section img{
	width: 100%;
	height: auto;
	display: block;
	margin:auto;}
.projects .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    gap:1.5rem;}
.projects .box-container .box{
    border:var(--border);
     display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    gap:1.5rem;}
.projects .box-container .box .image{
    padding: 0;
    margin: 0;
    float:none;
	width:100%;}
.projects .box-container .box .image img{
    width: 100%;
	height: auto;
	display: block;
	margin:auto;}
.home{
  
    float:none;}
.home .img{
    width: 100%;
    height: auto;
    display: block;
    margin:auto;}
.content-section .title{
	text-align: center;
	font-size: 12px;}
.content-section .content h3 {
    margin-top: 20px;
    color: #EC0000;
    font-size: 13px;
    text-align: center;}
.content-section .content p {
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #EC0000;
    text-align: center;}
.content-section .content .button{
	text-align: center;}
.content-section .content .button a{
	padding:9px 30px;}
.content-section .social{
	text-align: center;
}}