body{
    margin: 0;
    
    background-color: #E5E5E5;
}

.container{
    width: 100%;
    max-width: 1650px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* ************** HEADER STARTS **************** */
.site-header__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 85px;
    margin-bottom: 105px;
}

.site-header__logolink{
    text-align: center;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 35px;
    line-height: 52px;
    text-decoration: none;
    color: #58A9A5;
}

.sitenav__list{
    display: flex;
    align-items: center;
    list-style: none;
}

.sitenav__item:not(:last-child){
    margin-right: 85px;
}

.sitenav__link{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    text-decoration: none;
    color: #404242;
}

.sitenav__link:active{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #58A9A5;
}

.site-header__signup{
    padding: 21px 88px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color: #FFFFFF;
    background: #58A9A5;
    border-radius: 15px;
    text-decoration: none;
}

/* ************** HEADER ENDS **************** */



/* ************** MAIN STARTS **************** */
/* ************** HERO SECTION STARTS **************** */

.hero-section{
    margin-bottom: 120px;
}

.hero-section__wrapper{
    display: flex;
    margin-top: 0;
    align-items: center;
}

.hero-section__wrapper--start{
    width: 100%;
    max-width: 743px;
    margin-right: 71px;
}

.hero-section__title{
    margin-top: 0;
    margin-bottom: 50px;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 70px;
    line-height: 105px;
    color: #1C2323;
}

.hero-section__desc{
    margin-top: 0;
    margin-bottom: 50px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    color: #404242;
}

.hero-section__link{
    margin-top: 0;
    padding-top: 21px;
    padding-right: 83px;
    padding-bottom: 21px;
    padding-left: 90px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    text-decoration: none;
    color: #FFFFFF;
    background: #58A9A5;
    border-radius: 20px 20px 20px 0px;
}
/* ************** HERO SECTION ENDS **************** */


/* ************** WORKING SECTION STARTS **************** */

.working-section{
    margin-bottom: 143px;
}

.working-section__wrapper--start{
    width: 100%;
    max-width: 506px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    text-align: center;
    margin-bottom: 78px;
}

.working-section__title{
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 70px;
    line-height: 105px;
    color: #1C2323;
}

.working-section__desc{
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    color: #404242;
}

.working-section__wrapper--end{
    display: flex;
}

.working-section__videotext{
    padding-top: 63px;
    padding-right: 126px;
    padding-bottom: 96px;
    padding-left: 95px;
    background-color: #CCF0E6;
    border-radius: 0px 10px 10px 0px;
}

.working-section__video-desc{
    padding: 0;
    margin-bottom: 41px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #486958;
}

.working-section__video-link{
    padding: 0;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #486958;
    text-decoration: none;
}
/* ************** WORKING SECTION ENDS **************** */


/* ************** MISSION SECTION STARTS **************** */
.mission-section{
    margin-bottom: 120px;
}

.mission-section__wrapper{
    display: flex;
}

.mission-section__img{
    margin-top: 0;
    margin-right: 142px;
}

.mission-section__wrapper--ends{
    width: 100%;
    max-width: 708px;
}

.mission-section__title{
    width: 487px;
    margin-top: 0;
    margin-bottom: 50px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #1C2323;
}

.mission-section__desc{
    width: 708px;
    margin-top: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #486958;
}
/* ************** MISSION SECTION ENDS **************** */



/* ************** PROJECT SECTION STARTS **************** */
.project-section{
    margin-bottom: 250px;
}

.project-section__wrapper--start{
    margin-top: 0;
    margin-bottom: 51px;
    text-align: center;
}

.project-section__title{
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 70px;
    line-height: 105px;
    color: #1C2323; 
}

.project-section__desc{
    margin-top: 0;
    margin-bottom: 51px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    color: #404242;
}

.project-room__item{
    display: flex; 
    padding-left: 0;
}

.project-room__list{
    width: 100%;
    max-width: 453px;
    list-style: none;
}

.project-room__list:not(:last-child){
    margin-right: 120px;
}

.project-room__title{
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #58A9A5;
}

.project-room__desc{
    margin-top: 0;
    margin-bottom: 35px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #486958;
}

.project-room__workspace{
    margin-bottom: 35px;
}

/* ************** PROJECT SECTION ENDS **************** */




/* ************** TESTIMONIAL SECTION STARTS **************** */
.testimonial-section{
    margin-bottom: 240px;
}

.testimonial-section__wrapper{
    margin-top: 0;
    text-align: center;
}

.testimonial-section__title{
    margin-top: 0;
    margin-bottom: 22px;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 70px;
    line-height: 105px;
    color: #1C2323;
}

.testimonial-section__brand{
    margin-top: 0;
    margin-bottom: 62px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.results{
    background-color: #CCF0E6;
}

/* ************** TESTIMONIAL SECTION ENDS **************** */




/* ************** CONTACT SECTION STARTS **************** */
.contact-section{
    margin-bottom: 334px;
}

.contact-section__wrapper{
    display: flex;
}

.contact-section__wrapper--start{
    width: 100%;
    max-width: 398px;
    margin-right: 105px;
}

.contact-section__title{
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 70px;
    line-height: 105px;
    color: #1C2323;
}

.contact-section__desc{
    margin-top: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color: #486958;
}

.address_box{
    position: relative;
    width: 1109px;
    height: 500px;
    border: 1px solid #486958;
}

.address_info{
    padding-top: 57px;
    padding-left: 55px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color: #486958; 
}

.address_link{
    position: absolute;
    bottom: 50px;
    right: 54px;
    padding: 21px 73px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #FFFFFF;
    background-color: #58A9A5;
    text-decoration: none;
    border-radius: 20px 20px 20px 0px;
}

/* ************** CONTACT SECTION ENDS **************** */



/* ************** MAIN ENDS **************** */