body{
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif
}

/* FIRST PAGE */

.header{
    background-image: url(IMAGES/office.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0.5rem;
}

.image{
    display: flex;
    align-items: center;
}
.image a{
    text-decoration: none;
    font-size: 2em;
    font-weight: bolder;
    color: white;
    margin-left: 10px;
    letter-spacing: 1.5px;
}
.head{
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.one{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 3rem;
}
.two{
    display: flex;
    gap: 5rem;
    align-items: center;
}
.sidebar li{
    display: inline;
    margin-right: 25px;
}
.sidebar a{
    text-decoration: none;
    color: white;
    font-weight: 200;
    letter-spacing: 1.5px;
}
.sidebar a:hover{
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid orangered;
    transition: 0.3s ease;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.two input{
    padding: 12px 16px;
    font-size: 16px;
    color: #070707;
    background-color: white;
    border: none;
    border-radius: 10px;
    background-origin: border-box;

}


.svg{
    letter-spacing: 15px;
}
.header hr{
    border: 0.3px solid white;
}

/* SECOND CONTAINER */

.second{
    text-align: center;
    padding-top: 15rem;
    padding-bottom: 15rem;
}
.second h1{
    font-size: 70px;
    font-weight: 700;
    color: white;
    letter-spacing: 1.5px;
}
.second hr{
    width: 5%;
    border: 1px solid orangered;
}
.second p{
    padding-top: 35px;
    font-size: 1.5em;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
}

/* THIRD CONTAINER */

.third{
    padding-top: 40px;
}
.third{
    width: 70%;
    margin: auto;
}
.third h5{
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.third h3{
    font-size: 35px;
    letter-spacing: 1.5px;
}
.third p{
    font-size: 14px;
    color: gray;
}
.more{
    display: flex;
    justify-content: space-between;
}
.third a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid orangered;
}

/* FORTH PAGE */

.forth{
    width: 70%;
    margin: auto;
}
.new{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8rem;
}
.new h3{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.new a{
    text-decoration: none;
    color: black;
}
.new a:hover{
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid orangered;
    transition: 0.3s ease;
}
.grid{
    display: flex;
    align-items: center;
    gap: 15px;
}
.grid #img{
    width: 100%;
}

/* FIFTH PAGE */

.fifth{
    width: 70%;
    margin: auto;
    margin-top: 8rem;
}
.show{
    text-align: center;
}
.fifth h6{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.show h3{
    font-size: 35px;
    letter-spacing: 1.5px;
}
.show hr{
    width: 5%;
    border: 2px solid orangered;
}

.office #img{
    width: 100%;
    margin-top: 15px;
}
.mason{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mason h4{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.fifth p{
    font-size: 14px;
    color: gray;
}
.fifth a{
    text-decoration: none;
    color: black;
}
.fifth a:hover{
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid orangered;
    transition: 0.3s ease;
}
.sixth h5{
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.go{
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
    margin-top: 5rem;
}
.sixth #img{
    width: 100%;
}

/* LAST PAGE */

.seventh{
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url(IMAGES/background4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.seventh h1{
    font-size: 70px;
    font-weight: 700;
    color: white;
    letter-spacing: 1.5px;
}
.seventh a{
    text-decoration: none;
    padding: 10px 50px 10px 50px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    background-color: rgb(255, 179, 0);
    border-radius: 5px;
    color: black;
    transition: 0.3s ease;
}
.seventh a:hover{
    background-color: rgb(255, 219, 102);
    transition: 0.3s ease;
}

/* LAST PAGE */


.foot{
    display: flex;
    align-items: center;
}
.foot #img{
    width: 25px;
}
.foot h2{
    margin-left: 10px;
    letter-spacing: 1.5px;
}
.eight .don{
    letter-spacing: 1rem;
}
.eight{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.last{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.last h3{
    font-weight: 600;
    letter-spacing: 1.5px;
}
.last p{
    color: gray;
    letter-spacing: 1.5px;
}
.footer hr{
    border: 0.3px thin black;
}
.copy{
    text-align: center;
    color: gray;
    font-size: 15px;
    font-weight: 500;
    padding-top: 2rem;
    padding-bottom: 2rem;
    letter-spacing: 1px;
}


/* RESPONSIVENESS */
@media (max-width: 992px){
    .sidebar{
        display: none;
    }
    .two{
        display: none;
    }
    .three{
        display: none;
    }
    .svg{
        display: none;
    }
    .header hr{
        border: 0.2px solid gray;
    }
    .sidebar a{
        font-size: 2em;
        font-weight: 600;
    }
    .image a{
        font-size: 2.5em;
        font-weight: 900;
    }
    
    .seventh{
        padding-top: 5rem;
    }
    

    .second{
        width: 90%;
        margin: auto;
    }
    
    .second hr{
        width: 8%;
        border: 1.5px solid orangered;
    }
    

    /* THIRD PAGE */
    
    .third{
        width: 90%;
        margin: auto;
    }
    .more{
        display: inline;
    }

    /* FORTH PAGE */

    .forth{
        width: 90%;
        margin: auto;
    }
    .new{
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;   
    }

    .grid{
        display: grid;
        grid-template-columns: auto auto;
    }

    /* FIFTH PAGE */

    .fifth{
        padding-top: 60px;
        width: 90%;
        margin: auto;
    }
    .fifth hr{
        width: 10%;
    }
    .mason{
        display: inline;
    }

    .go{
        display: flex;
        flex-direction: column;
    }

    /* LAST PAGE */

    .last{
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }



    /* HAMBURGER MENU */
    .hamburger{
        display: block;

    }

    .header .sidebar{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 85px;
        right: 0;
        left: 0;
        height: auto;
        width: 100%;
        background-color: rgb(55, 54, 54);
        text-align: justify;
        overflow: hidden;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .sidebar li{
        display: flex;
        line-height: 6rem;
    }
    
    .header.active .hamburger:nth-child(1) {
        transform: rotate(360deg) translateY(5px);
    }
    
    .header.active .hamburger:nth-child(3) {
        transform: rotate(-360deg) translateY(-5px);
    }

}


@media(min-width: 993px) and (max-width: 4000px) {
    .hamburger{
        display: none;
    }
    
}
