﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

.container{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Hero class*/
#hero{
    background-image: url(/images/el1.jpeg);
    background-size: cover;
    background-position: center;
    position:relative;
    z-index:1;
    padding: 10px;
}
#hero::after{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: black;
    opacity: 0.7;
    z-index: -1;
}
#hero h1{
    display: block;
    width: fit-content;
    font-size: 4.5rem;
    position: relative;
    color: white;
}
#hero span{
    display: block;
    width: 60vw;
    font-size:2.7rem;
    color:white;
    margin-top:10px;
   
}
#hero .cta{
    display: inline-block;
    padding: 10px 30px;
    color: darkorange;
    border: 2px solid darkorange;
    background-color: transparent;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5rem;
    margin-top: 20px;
    transition: .3s ease;
    transition-property: background-color, color;
}
#hero .cta:hover{
    color:white;
    background-color: darkorange;
}

/*Service*/

#services{
   
}
#services .service-top {
    max-width: 500px;
    margin: 0 auto;
}
#services .service {
    flex-direction: column;
    text-align: center;
    max-width: 2500px;
    margin: 0 auto;
    padding: 100px 0;
}

#services .section-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}
 #services .service-list {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     margin-top:50px;
 }
 #services .service-item {
     flex-basis: 80%;
     display: flex;
     align-items: flex-start;
     justify-content: center;
     flex-direction: column;
     padding: 30px;
     border-radius: 10px;
     background-size: cover;
     background-position: center;
     margin: 10px 5%;
     position: relative;
     z-index: 1;
     overflow: hidden;
 
 }
#services .service-item::after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 140, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.7;
    z-index:-1;
}
.service-item:nth-of-type(1) {
    background-image: url("/images/el4.jpeg");
}
.service-item:nth-of-type(2) {
    background-image: url("/images/el8.jpeg");
}
.service-item:nth-of-type(3) {
    background-image: url("/images/el10.jpeg");
}
.service-item:nth-of-type(4) {
    background-image: url("/images/el6.jpeg");
}
.service-item:nth-of-type(5) {
    background-image: url("/images/el7.jpeg");
}
.service-item:nth-of-type(6) {
    background-image: url("/images/el5.jpeg");
}
.service-item:nth-of-type(7) {
    background-image: url("/images/el1.jpeg");
}
.service-item:nth-of-type(8) {
    background-image: url("/images/el9.jpeg");
}
.service-item:nth-of-type(9) {
    background-image: url("/images/el12.jpg");
}
#services .service-list .icon{
     height: 80px;
     width: auto;
     margin-bottom: 20px;
     
 }

 #services .service-item p {
     
     min-width: 22vw;
     text-align: left;
     font-size: 1.5rem;
     color:white;
     
 }

#services .service-item h2 {
    min-height: 30px;
   font-size: 1.7rem ;
    color: white;
    text-transform: uppercase;
}

/*About*/
#about{
    background-color: darkorange;
    padding: 10px;
}

#about .about {
    flex-direction: column;
    text-align: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px 0;
}
#about .about-top {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
    color:white;
}
#about .about-mid {
    font-size: 2.5rem;
}
#about .about-bottom {
    font-size: 2.5rem;
    margin-top:20px;
}
#about .element-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top:50px;
}

#about .element-item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 200px;
    flex-basis: 30%;
    padding: 10px;
}
#about .element-icon{
    height: 70px;
    margin-bottom: 20px;
}

#about .element-item p{
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*Contact*/

#pros{

}
#pros .pros{
    flex-direction: column;
    text-align: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px 0;
}

#pros .pros-top{
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;

}

#pros .pros-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top:50px;
}

#pros .pros-item h2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    flex-basis: 30%;
    padding: 10px;
}

#pros .pros-item h2{
    min-height: 70px;
}

#pros .icon{
    height: 60px;
}



/*Contact*/

#contact{
    background-color: darkorange;
    padding: 10px;
}
#contact .contact{
    flex-direction: column;
    text-align: center;
    max-width: 2500px;
    margin: 0 auto;
    padding: 100px 0;
}

#contact .contact-top{
    font-size: 2.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
    color: white;
    max-width: 1500px;
    margin: 0 auto;
}

#contact .contact-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top:50px;
}

#contact .contact-item {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 30px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    margin: 10px 5%;
    position: relative;
    z-index: 1;
    overflow: hidden
}
#contact .contact-item::after {
    
    
}
.contact-item:nth-of-type(1) {
     
}
.contact-item:nth-of-type(2) {
   
}

#contact .contact-item div{
    display: flex;
    flex-direction: column;
}
#contact .contact-item h2{
    text-align: center;
    min-width: 200px;
    color: white;
    font-weight: 300;
    width: 100%;
    font-size: 3rem;
}
#contact .contact-item p{
    text-align: center;
    color: white;
    width: 100%;
    font-weight: 300;
    font-size: 2rem;
    margin-top: 10px;
}

#contact .icon{
    height: 90px;
    margin-right: 20px;
}

#contact .stopka {
    position: relative;
    bottom:22px;
    color: white;
    text-align: center;
    justify-content: center;
    font-size: 1.3rem;
}
/*Media*/
@media only screen and (min-width: 1200px) {
    
    #hero span{
        font-size: 5rem;
    }
    #hero h1{
        font-size: 7rem;
    }
    #services .service-list .service-item {
        flex-basis: 25%;
        margin: 1.5%;
    }
    #contact .contact-list .contact-item {
        
    }
    #contact .contact-top{
        font-size: 4rem;
      
    }
    #about .element-icon{
        height: 90px;
        margin-bottom: 20px;
    }
}

/*Helpers*/

.white-text{
    color: white;
}