@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;600&family=Oswald:wght@200;600&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Open Sans', sans-serif;
    font-family: 'Oswald', sans-serif; */

}
.navbar{
    display: flex;
    justify-content: space-between;  
    align-items: center;
    width: 340px;
   /*  border: 1px solid red; */
    margin: 0 auto;
    height: 80px;
}
.fa-bars{
    cursor: pointer;
    font-size: 28px;
    
}
.fa-bars:hover{
    color: rgb(222, 35, 35);
}

.back{
    width: 100%;
    height: 100vh;
    background-color:black;
    opacity: 0.7;
    position: absolute;
    display: none;
    /* overflow: hidden; */
}
.hidden-menu{
    position: absolute;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100vh;
    color: white;
    z-index: 10;
    background-color: #000;
    transition: 0.6s ease;
   
}
.close{
    text-align: right;
    font-size: 24px;
    position: absolute;
    right: 13px;
    top: 10px;
    cursor: pointer;
}
.hidden-menu a{
    letter-spacing: 1px;
    margin-top: 60px;
    display: inline-block;
    width: 100%;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    
}
.hidden-menu a:hover{
    opacity: 0.7;
    
}

.sheet-1{
    width: 100%;
    height: 792px;
    background-image: url(assets/back.jpg);
    object-fit: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
.container{
    width: 340px;
    /* border: 1px solid red; */
    margin: 0 auto;
    /* box-sizing: content-box; */
}
.layout{
    /* border: 1px solid blue; */
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    box-sizing: content-box;
}
.content{
    width: 290px;
    height: 387px;
    padding: 30px;
    background-color: #323a56;
    color: white;
    padding: 30px 20px 30px 30px ;
    box-sizing: content-box;
}
.content h1{
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
.content  #p{
    margin-top: 31px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    width: 100%;
    color: #ccd1e5; 
    line-height: 32px;
}

.content #p2{
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    margin: 31px 119px 0 0;

}
.content #p2 a{
    color: white;
}

.btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid white;
    padding: 14px 42px 14px 40px;
    margin: 44px 112px 0 0;
}
.btn:hover{
    background-color: white;
    color: #000;


}
.content2{
    color: white;
    width: 320px;
    height: 165px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
    /* text-align: end; */
    box-sizing: content-box;
}
.content2 h2{
    font-weight: 600;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}
.content2 p{
    margin: 20px 0 0;
    font-style: italic;
    text-align: right;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
}
.icon{
    width: 157px;
    margin: 15px 0 0 163px;
    display: flex;
    justify-content: space-around;
    
}
.icon a{
    color: white;
    font-size: 21px;
}

.sheet-2{
    height: 2396px;
    background-color: #ccd1e5;
    padding-top: 20px;
}
.conta{
    margin: 0 auto;
    /* border: 1px solid red; */
    width: 340px;
}
.conta h2{
    margin-top: 75px;
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.1;
    text-align: center;
    
}
.boxs{
    width: 100%;
    margin-top: 69px;
    display: flex;
    flex-direction: column;
    gap: 33px;

}
.box-1{
    border-left: 13px solid #323a56;
    width: 100%;
    height: 512px;
    padding: 30px;
    box-sizing: border-box;
    background-color: white;
}
.box-1 .img{
    width: 100px;
    height: 100px;
    margin: 20px 377px 0 0;
}
.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.box-1 h3{
    font-size: 24px;
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.box-1 p{
    margin: 25px 0 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.box-1 span{
   display: inline-block;
   margin: 30px 0;
}
.box-1 span  img{
    width: 24px;
    height: 24px;
}

.box-2{
    border-left: 13px solid #323a56;
    width: 100%;
    height: 512px;
    padding: 30px;
    box-sizing: border-box;
    background-color: white;
}
.box-2 .img{
    width: 100px;
    height: 100px;
    margin: 20px 377px 0 0;
}
.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.box-2 h3{
    font-size: 24px;
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.box-2 p{
    margin: 25px 0 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.box-2 span{
   display: inline-block;
   margin: 30px 0;
}
.box-2 span  img{
    width: 24px;
    height: 24px;
}

.box-3{
    border-left: 13px solid #323a56;
    width: 100%;
    height: 512px;
    padding: 30px;
    box-sizing: border-box;
    background-color: white;
}
.box-3 .img{
    width: 100px;
    height: 100px;
    margin: 20px 377px 0 0;
}
.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.box-3 h3{
    font-size: 24px;
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.box-3 p{
    margin: 25px 0 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.box-3 span{
   display: inline-block;
   margin: 30px 0;
}
.box-3 span  img{
    width: 24px;
    height: 24px;
}


.box-4{
    border-left: 13px solid #323a56;
    width: 100%;
    height: 512px;
    padding: 30px;
    box-sizing: border-box;
    background-color: white;
}
.box-4 .img{
    width: 100px;
    height: 100px;
    margin: 20px 377px 0 0;
}
.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.box-4 h3{
    font-size: 24px;
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.box-4 p{
    margin: 25px 0 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.box-4 span{
   display: inline-block;
   margin: 30px 0;
}
.box-4 span  img{
    width: 24px;
    height: 24px;
}
.sheet-3{
    width: 100%;
    height: 2955px;
    background-color: #323a56;
    color: white;
    padding: 20px;

}

.sheet-3 .conta h2{
    margin: 60px 43px 38px 43px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;

}

.sheet-3 .conta > p{
    text-align: center;
    margin: 20px 0 0;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.layout-3{
    margin-top: 40px;
}
.layout-3-1{
    height: 856px;
  /*   border: 1px solid blue; */
    display: flex;
    flex-direction: column;

}
.layout-3-1 > .img-3-1{
    width: 100%;
    height: 513px;
}
.layout-3-1 .img-3-1 img{
    width: 100%;
    height: 100%;
}
.building{
    color: white;
    flex: 1;
    background-color: #e3353c;
    padding: 30px 20px;
}
.building span{
    display: inline-block;
    font-size: 80px;
    margin: 14px 0 0; 
}
.building h3{
    font-size: 30px;
    margin-top: 29px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;

}

.building p{
    font-size: 16px;
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
}


.layout-3-2{
    height: 856px;
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;

}
.planning{
    color: black;
    background-color: #e0e5eb;
    padding: 30px 20px;
    height: 343px;
}
.planning span{
    display: inline-block;
    font-size: 80px;
    margin: 14px 0 0; 
}
.planning h3{
    font-size: 30px;
    margin-top: 29px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;

}
.planning p{
    font-size: 16px;
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
}

.layout-3-2 > .img-3-2{
    width: 100%;
    flex: 1;
    
}
.layout-3-2 .img-3-2 img{
    width: 100%;
    height: 100%;
}

.layout-3-3{
    height: 856px;
   /*  border: 1px solid blue; */
    display: flex;
    flex-direction: column;

}
.layout-3-3 > .img-3-3{
    width: 100%;
    height: 513px;
}
.layout-3-3 .img-3-3 img{
    width: 100%;
    height: 100%;
}
.project{
    color: black;
    flex: 1;
    background-color: white;
    padding: 30px 20px;
}
.project span{
    display: inline-block;
    font-size: 80px;
    margin: 14px 0 0;
    color: #e3353c; 
}
.project h3{
    font-size: 30px;
    margin-top: 29px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #e3353c; 

}

.project p{
    font-size: 16px;
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
}

.sheet-4{
    height: 859px;
    background-color: #ccd1e5;
}
.containeer{
    height: 100%; 
    width: 340px;
    margin: 0 auto;
    /* border: 1px solid red; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.red-back-2{
    position: absolute;
    top: 150px;
    left: 0;
    width: 205px;
    height: 142px;
    background-color: #e3353c;
    z-index: 0;
    
}

.red-back{
    position: absolute;
    bottom: 200px;
    right: 0;
    width: 170px;
    height: 172px;
    background-color: #e3353c;
}
.company{
    width: 268px;
    /* border: 1px solid blue; */
    z-index: 10;

}
.img_comp{
    width: 100%;
    height: 359px;
    
}
.img_comp img{
    width: 100%;
    height: 100%;
    object-fit: cover;    
}
.about{
    background-color: white;
    padding: 30px 20px;
    height: 385px;
}
.about h2{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}
.about p{
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
}

.about a{
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    display: inline-block;
    padding: 14px 40px;
    border: 2px solid black;
    font-family: 'Open Sans', sans-serif;
    margin: 24px 0 0;
    text-align: center;
}
.about a:hover{
    background-color: #323a56;
    color: white;
}

.sheet-5{
    height: 1981px;
    background-color: #323a56;
    padding: 20px;

}
.team{
    width: 340px;
    margin: 0 auto;
    /* border: 1px solid red; */
    height: 100%;
}

.team-about{
    color: white;
    margin-top: 56px;
    width: 100%;
    height: 569px;
    /* border: 1px solid blue; */
    padding: 20px 10px;

}
.team-about h2{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    margin-top: 20px;
}
.team-about p{
    font-size: 16px;
    margin: 28px 0 0;
    line-height: 1.7;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.team-about p span{
    text-decoration: underline solid;
}

.team-about a{
    color: white;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 40px;
    border: 2px solid white;
    font-family: 'Open Sans', sans-serif;
    margin: 41px 0 0;
    text-align: center;
}
.team-about a:hover{
    background-color: white;
    color: #323a56;
}
.team-img{
    height: 1281px;
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
    gap: 33px;
    margin-top: 40px;
    
}
.team-img-left{
    display: flex;
    flex-direction: column;
    gap: 33px;
    
}
.team-img-right{
    display: flex;
    flex-direction: column;
    gap: 33px;
    
}
.developer{
    height: 291px;
    background-color: white;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.alex-img{
    width: 100px;
    height: 100px;
    margin: 0 100px;
}
.alex-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.developer h4{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    margin: 20px 0 0;
    font-weight: 400;
    letter-spacing: 1px;

}
.developer p{
    color: #e3353c;
    font-size: 18px;
    margin: 7px 0 0;
    font-family: 'Open Sans', sans-serif;

}
.sosial-media{
    height: 27px;
    width: 101px;
    margin: 20px 99px 0;
    display: flex;
    justify-content: space-around;

}
.sosial-media a{
    font-size: 20px;
    color: #000;
}
.designer{
    height: 291px;
    background-color: white;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.connor-img{
    width: 100px;
    height: 100px;
    margin: 0 100px;
}
.connor-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.designer h4{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    margin: 20px 0 0;
    font-weight: 400;
    letter-spacing: 1px;

}
.designer p{
    color: #e3353c;
    font-size: 18px;
    margin: 7px 0 0;
    font-family: 'Open Sans', sans-serif;

}

.leader{
    height: 291px;
    background-color: white;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.jeffrey-img{
    width: 100px;
    height: 100px;
    margin: 0 100px;
}
.jeffrey-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.leader h4{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    margin: 20px 0 0;
    font-weight: 400;
    letter-spacing: 1px;

}
.leader p{
    color: #e3353c;
    font-size: 18px;
    margin: 7px 0 0;
    font-family: 'Open Sans', sans-serif;

}

.manager{
    height: 291px;
    background-color: white;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.ann-img{
    width: 100px;
    height: 100px;
    margin: 0 100px;
}
.ann-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.manager h4{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    margin: 20px 0 0;
    font-weight: 400;
    letter-spacing: 1px;

}
.manager p{
    color: #e3353c;
    font-size: 18px;
    margin: 7px 0 0;
    font-family: 'Open Sans', sans-serif;

}

.sheet-6{
    height: 991px;
    background-color: #ccd1e5;
    padding: 20px;
}
.containerr{
    width: 340px;
    height: 100%;
   /*  border: 1px solid red; */
    margin: 0 auto;
}
.redBox{
    width: 257px;
    height: 235px;
    background-color: #e3353c;
    margin: 60px 0 0 83px;
}
.first-box{

    width: 300px;
    height: 234px;
    z-index: 10;
    margin-top: -196px;
}
.first-box img{
    width: 100%;
    height: 100%;
    
} 
.expertise{
    width: 300px;
    height: 550px;
    background-color: white;
    margin-top: 28px;
    padding: 30px 20px;
}
.expertise h2{
    font-size: 30px;
    font-family: 'Oswald', sans-serif;

}
.expertise p{
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.7;

}
.expertise a{
    color: rgb(0, 0, 0);
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 40px;
    border: 2px solid rgb(0, 0, 0);
    font-family: 'Open Sans', sans-serif;
    margin: 33px 0 0;
    text-align: center;
}
.expertise a:hover{
    background-color:#323a56;
    color: white;
}

.sheet-7{
    height: 1396px;
    background-color: #323a56;
}
.contain{
    width: 340px;
    margin: 0 auto;
    height: 100%;
   /*  border: 1px solid white; */
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: white;
}
.redBoxs{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
}
.redBox-1 , .redBox-2{
    height: 225px;
    background-color: #e3353c;
    padding: 30px 20px;
}
.redBox-1 span{
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.redBox-1 span i{
    font-size: 64px;
}
.redBox-1 p{
    margin: 30px 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.redBox-2 span{
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.redBox-2 span i{
    font-size: 64px;
}
.redBox-2 p{
    margin: 30px 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
/* .text{
    height: 808px;
 
} */
.up-text{
    /* border: 1px solid white; */
    padding: 30px 10px;
    height: 310px;
}
.up-text h3{
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.1;

}
.up-text p{
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
}
.down-text{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.first-text{
    /* border: 1px solid white; */
    height: 229px;
    padding: 30px 20px;
}
.first-text h6{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase ;
}
.first-text p{
    margin: 20px 0 0;
    font-style: italic;
}
.second-text{
    /* border: 1px solid white; */
    height: 229px;
    padding: 30px 20px;
}
.second-text h6{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase ;
}
.second-text p{
    margin: 20px 0 0;
    font-style: italic;
}

footer{
    height: 864px;
    background-color: #ccd1e5;
}
footer .container{
    width: 340px;
    padding: 20px;
    margin: 0 auto;
}
.img-box{
    width: 302px;
    height: 266px;
    margin: 51px 38px 0 0;
}
img{
    width: 100%;
    height: 100%;
}
.form{
    width: 317px;
    height: 479px;
    background-color: white;
    padding: 20px;
    position: absolute;
    margin: -50px 0 0 38px ;
    
}
label{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
form > div {
    margin: 0 0 15px;
    padding: 0 0 0 15px;
}
input, textarea{
    width: 246px;
    margin-top: 2px;
    padding: 10px 12px;
    background-color: #F2F3F9;
    border: none;
    font-family: 'Open Sans', sans-serif;
}
input[type="checkbox"]
{
    width: 13px;
    height: 13px;
}
input[type="submit"]
{
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    width: 246px;
    height: 45px;
    background-color: #e3353c ;
    font-family: 'Open Sans', sans-serif;
}
input[type="submit"]:hover{
    background-color: #323a56;
}




@media only screen and (min-width:576px) {
    .navbar{
        width: 540px;
    }
    .sheet-1{
        height: 742px;
    }
    .container{
        width: 540px;
    }
    .content{
        width: 480px;
        height: 323px;
        padding: 30px;
    }
    .content2{
        width: 520px;
        height: 179px;
    }
    .content2 h2{
        font-size: 60px;
    }
    .content2 p{
        margin: 20px 0 0 105px;
    }
    .sheet-2{
        height: 2027px;
        
    }
    .conta{
        width: 540px;
    }
    .conta h2{
        font-size: 48px;
    }
    .boxs > div{
        height: 417px;
    }
    .sheet-3{
        height: 3545px;
    }
    .sheet-3 .conta h2{
        font-size: 50px;
        margin: 60px 42px 0;
    }
    .layout-3-1{
        height: 1107px;
    }
    .layout-3-1 > .img-3-1{
        height: 815px;
    }
    .layout-3-2{
        height: 993px;
    }
    .planning{
        height: 291px;
    }
    .layout-3-3{
        height: 1092px;
    }
    .layout-3-3 > .img-3-3{
        height: 800px;
    }

    .sheet-4{
        height: 907px;
    }
    .containeer{
        width: 540px;
    }
    .red-back{
        width: 270px;
        height: 219px;
        bottom: 96px;
    }
    .red-back-2{
        width: 389px;
        height: 235px;
        top: 190px;
    }
    .company{
        width: 440px;
    }
    .img_comp{
        height: 465px;
    }
    .about{
        height: 325px;
    }
    .about h2{
        font-size: 48px;
    }
    .sheet-5{
        height: 2000px;
    }
    .team{
        width: 540px;
    }
    .team-about{
        height: 510px;
        padding: 20px 30px;
    }
    .team-about h2{
        font-size: 60px;
    }
    .sheet-6{
        height: 1068px;
    }
    .containerr{
        width: 540px;
    }
    .redBox{
        width: 499px;
        height: 357px;
        margin: 60px 0 0 40px;
    }
    .first-box{
        width: 473px;
        height: 406px;
        margin-top: -300px;
        
        
    }
    .second-box{
        position: absolute;
        margin: -59px 0 0 90px;
    }
    .expertise{
        width: 448px;
        height: 453px;
        padding: 30px;
    }
    .expertise h2{
        font-size: 48px;
    }
    .sheet-7{
        height: 1170px;
    }
    .contain{
        width: 540px;
    }
    .redBox-1 , .redBox-2{
        height: 199px;
    }
    .up-text{
        height: 218px;
    }
    .down-text > div{
        height: 178px;
    }
    footer{
        height: 944px;
    }
    footer .container{
        width: 540px;
    }
    .img-box{
        width: 468px;
        height: 407px;
        margin: 50px 72px 0 0;
    }
    .form{
        width: 476px;
        height: 479px;
        margin: -108px 0 0 79px;
    }
    input, textarea{
        width: 405px;
    }
    input[type="submit"]{
        width: 405px;
    }

    
}
@media only screen and (min-width:768px)
{
    .navbar{
        width: 720px;
    }
    .sheet-1{
        height: 599px;
    }
    .container{
        width: 720px;
    }
    .layout{
        display: flex;
        flex-direction: row;
    }
    .content{
        width: 216px;
        height: 419px;
        padding: 30px;
    }
    .content #p2{
        margin: 31px 45px 0 0;
    }
    .content .btn{
        margin: 44px 38px 0 0;
    }
    .content2{
        width: 384px;
        height: 419px;
        padding: 30px;
        display: flex;
        justify-content: flex-end;
    }
    .content2 h2{
        text-align: right;
        line-height: 1.1;
    }

    .sheet-2{
        height: 1890px;
        
    }
    .conta{
        width: 720px;
    }
    .conta h2{
        font-size: 53px;
    }
    .boxs > div{
        height: 391px;
    }

    .sheet-3{
        height: 1950px;
    }
    .layout-3{
        /* display: grid;
        grid-template-columns: repeat(2,1fr); */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;

    
    }
    .layout-3-1{
        height: 856px;
        flex: 50%;
    }
    .layout-3-1 > .img-3-1{
        height: 513px;
    }

    .layout-3-2{
        height: 856px;
        flex: 50%;
    }
    .planning{
        height: 343px;
    }
    .layout-3-3{
        height: 821px;
    }
    .layout-3-3 > .img-3-3{
        height: 540px;
    }
    .sheet-4{
        height: 546px;
    }
    .company{
        width: 624px;
        height: 436px;
        display: flex;
    }
    .containeer{
        width: 720px;

    }
    .red-back-2{
        width: 570px;
        height: 177px;
        top: 241px;
    }
    .red-back{
        width: 360px;
        height: 219px;
        bottom: 215px;
    }
    .img_comp{
        width: 332px;
        height: 100%;
    }
    .about{
        width: 291px;
        height: 100%;
    }
    .about h2{
        font-size: 48px;
        line-height: 1.2;
    }
    .about p{
        font-size: 15px;
    }
    .sheet-5{
        height: 1297px;
    }
    .team{
        width: 720px;
    }
    .team-about{
        height: 438px;
    }
    .team-img{
        display: flex;
        flex-direction: row;
    } 
     .team-img-left{
        width: 375px;
        height: 744px;
    }
    .team-img-right{
        width: 375px;
        height: 744px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    } 
    .sheet-6{
        height: 1057px;
    }
    .containerr{
        width: 720px;
    }
    .redBox{
        width: 552px;
        height: 309px;
        margin: 60px 0 0 164px;
    }
    .first-box{
        width: 649px;
        height: 499px;
        margin-top: -240px;
    }
    .expertise{
        width: 448px;
        height: 493px;
        padding: 30px;
    }
    .second-box{
        position: absolute;
        margin: -145px 0 0 272px;
    }
    .sheet-7{
        height: 699px;
    }
    .contain{
        display: flex;
        flex-direction: row;
        width: 720px;
    }
    .redBoxs{
        margin: 20px 0 0;
    }
    .redBoxs > div{
        width: 178px;
        height: 276px;
    }
    .text{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .up-text{
        padding: 30px;
        margin-top: 10px;
        width: 523px;
        height: 254px;
    }
    .up-text h3{
        font-size: 30px;
    }
    .down-text{
        display: flex;
        flex-direction: row;
    }
    .down-text > div{
        width: 252px;
        height: 306px;
        padding: 30px;

    }
    footer{
        height: 944px;
    }
    footer .container{
        width: 720px;
    }
    .img-box{
        width: 666px;
        height: 480px;
        margin: 50px 54px 0 0;
    }
    .form{
        width: 690px;
        height: 479px;
        margin: -181px 0 0 17px;
    }
    input, textarea{
        width: 636px;
    }
    input[type="submit"]{
        width: 636px;
    }

}

@media only screen and (min-width:992px)
{
    .navbar{
        width: 940px;
    }
    .sheet-1{
        height: 674px;
    }
    .container{
        width: 940px;
    }
    .content{
        width: 229px;
        height: 464px;
        padding: 60px 50px 30px;
    }
    .content h1{
        font-size: 48px;
    }
    .content #p{
        font-size: 20px;
    }
    .content2{
        width: 551px;
        height: 494px;
    }
    .content2 p{
        margin: 20px 0 0 248px;
        font-size: 15px;

    }

    .boxs{
       display: grid;
       grid-template-columns: repeat(2, 1fr);
    }
    .sheet-2{
        height: 1200px;
        
    }
    .conta{
        width: 940px;
    }
    .boxs > div{
        width: 437px;
        height: 468px;
    }
    .layout-3{
        display: flex;
        flex-direction: row;
    }
    .layout-3-1{
        width: 313px;
        height: 816px;
        flex: 30%;
    }
    .layout-3-2{
        flex: 30%;
        width: 313px;
        height: 816px;
    }
    .layout-3-3{
        flex: 30%;
        width: 313px;
        height: 816px;
    }
    .layout-3-3 > .img-3-3{
        height: 471px;
    }
    .sheet-3{
        height: 1090px;
    }

    .containeer{
        width: 940px;
    }
    .red-back{
        width: 470px;
    }
    .company{
        width: 830px;
        height: 527px;
    }
    .img_comp{
        width: 442px;
    }
    .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 387px;
    }
    .about a{
        margin: 24px 149px 0 0 ;
    }
    .about p{
        font-size: 16px;
        margin: 20px 10px 0 0;
    }
    .sheet-5{
        height: 883px;
    }
    .team{
        width: 940px;
        display: flex;
        flex-direction: row-reverse;
    }
    .team-about{
        width: 441px;
        height: 700px;
        padding: 30px 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .team-img{
        width: 529px;
        height: 786px;
    }
    .team-img-left{
        width: 264px;
    }
    .team-img-right{
        width: 264px;
    }
    .team-img-left > div{
        width: 235px;
    }
    .team-img-right > div{
        width: 235px;
    }
    .sheet-6{
        height: 909px;
    }
    .containerr{
        width: 940px;
    }
    .redBox{
        width: 543px;
        height: 266px;
        margin: 60px 0 0 193px;
    }
    .first-box{
        width: 673px;
        height: 517px;
        margin-top: -240px;
    }

    .second-box{
        position: absolute;
        margin: -281px 0 0 418px;
    }
    .expertise{
        width: 522px;
        height: 493px;
        padding: 30px 40px;
    }
    .sheet-7{
        height: 640px;
    }
    .contain{
        display: flex;
        flex-direction: row;
        width: 940px;
    }
    .redBoxs{
        margin: 20px 0 0;
    }
    .redBoxs > div{
        width: 236px;
        height: 250px;
    }
    .text{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .up-text{
        padding: 30px;
        margin-top: 10px;
        width: 620px;
        height: 244px;
    }
    .up-text h3{
        font-size: 30px;
    }
    .down-text{
        display: flex;
        flex-direction: row;
    }
    .down-text > div{
        width: 332px;
        height: 229px;
        padding: 30px;

    }
    footer .container{
        width: 940px;
    }
    .img-box{
        margin: 50px 274px 0 0;
    }
    .form{
        margin: -181px 0 0 238px;
    }
    
}
@media only screen and (min-width:1200px)
{
    .navbar{
        width: 1140px;
    }
    .sheet-1{
        height: 810px;
    }
    .container{
        width: 1140px;
    }
    .content{
        width: 299px;
        height: 548px;
        padding: 60px 50px 30px;
    }
    .content h1{
        font-size: 60px;
    }
    .content2{
        width: 681px;
        height: 578px;
    }
    .content2 p{
        margin: 20px 0 0 378px;
        font-size: 15px;

    }
    .sheet-2{
        height: 1130px;
        
    }
    .conta{
        width: 1130px;
    }
    .boxs > div{
        width: 549px;
        height: 417px;
    }
    .building{
        padding: 24px 20px;
    }
    .sheet-4{
        height: 743px;
    }
    .containeer{
        width: 1140px;
    }
    .company{
        width: 987px;
        height: 563px;
    }
    .img_comp{
        width: 526px;
    }
    .about{
        width: 460px;
        padding: 30px 50px;
    }
    .about a{
        margin: 24px 182px 0 0;
    }
    .about p{
        line-height: 1.8;
        
    }

    .sheet-5{
        height: 955px;
    }
    .team{
        width: 1140px;
    }
    .team-about{
        width: 535px;
        height: 836px;
    }
    .team-about a{
        margin: 41px 221px 0 0;
    }
    .team-img{
        width: 636px;
        height: 869px;
    }
    .team-img-left{
        width: 317px;
    }
    .team-img-right{
        width: 317px; 
    }
    .team-img-left > div{
        width: 288px;
        padding: 30px;
    }
    .team-img-right > div{
        width: 288px;
        padding: 30px;
    }
    .sheet-6{
        height: 1022px;
    }
    .containerr{
        width: 1140px;
    }
    .redBox{
        width: 831px;
        height: 335px;
        margin: 60px 0 0 173px;
    }
    .first-box{
        width: 924px;
        height: 616px;
        margin-top: -280px;
    }
    .second-box{
        position: absolute;
        margin: -281px 0 0 418px;
    }
    .expertise{
        width: 598px;
        height: 483px;
        padding: 50px 40px;
        
    }
    .expertise p{
        line-height: 1.8;
    }
    .sheet-7{
        height: 678px;
    }
    .contain{
        width: 1140px;
    }
    .redBoxs{
        margin: 50px 0 0;
    }
    .redBoxs > div{
        width: 290px;
        height: 269px;
    }
    .up-text{
        margin-top: 40px;
        width: 750px;
        height: 269px;
    }
    .down-text > div{
        width: 406px;
        height: 269px;
        padding: 30px;

    }
    footer .container{
        width: 1140px;
    }
    .img-box{
        margin: 50px 474px 0 0;
    }
    .form{
        margin: -181px 0 0 445px;
    }
}

