@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:ital,wght@0,700;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    font-family:"Poppins", sans-serif;
    font-size: 1rem;

}
/* scroll */
.animation-on-scroll  {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.2s ease-out;
    
}
.animation-on-scroll.show {
    opacity: 1;
    transform: translateY(0px);
}
.section {
    padding: 10vh 0;
}
/* container */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
/* Header */
.header {
    width: 100%;
    min-height: 5vh;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: white;
}
.header__items {
    display: flex;
    gap: 2vw;
    align-items: center;
}
.header__logo, .footer__logo {
    font-size: 2rem;
}
.logo__partners {
    font-weight: 700;
}
/* Buttons */
.header__button {
    color: white;
    border: 3px solid white;
    border-radius: 14px;
    background-color: black;
    min-width: 10vw;
    min-height: 4vh;
    text-align: center;
    padding-top: 0.6%;
    text-decoration: none;
    transition: all 1.2s ease;
}
.header__button:hover {
    background-color: white;
    border: 3px solid black;
    cursor: pointer;
    color: black;
    
}
.nav__button, .burger__link {
    min-height: 3vh;
    min-width: 3vw;
    transition: all 1.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.nav__button:hover, .burger__link:hover {
    transform: translateY(-2px);
    
}
/* burger menu */
.burger__icon {
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: none;
}
.burger__icon {
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: none;
}
.burger {
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
}
.burger.show {
    display: block;
    position: fixed;
    background-color: rgba(245, 231, 228, 0.7);
}
.burger__nav {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    text-align: center;
    text-transform: uppercase;
    object-position: center;
    padding-top: 35vh;
}
/* Welcome Section */
.section-welcome {
    padding: 0;
}
.section-welcome__items {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.welcome__item, .welcome__text {
    background-color: #ECE7E4;
    min-width: 50%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 50%;
    gap: 3vh;
}


.text__pre-name, .customers__pre-name, .project__city  {
    letter-spacing: 2px;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #645C55;
}
.text__name {
    font-size: 4rem;
    color: #1B1A1A;
    
}
.text__description {
    font-size: 1rem;
    color: #403E3B;
}
.text__button {
    cursor: pointer;
    text-decoration: none;
    color: #1B1A1A;
    transition: all 1.2s ease-in-out;
    padding-left: 10px;
    width: 35%;
}
.text__button:hover {
    transform: translateX(3px);
}
/* section about */
.section-about {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.section-about__items {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
}
.about__item, .project__name {
    color: #403E3B;
}
.about__name, .project__name {
    font-size: 2rem;
}
.about__text {
    display: flex;
    flex-direction: column;
    gap: 3vh;
}
.about-text__item {
    display: flex;
    gap: 2vh;
    
}
.about__author {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.author__name {
    font-weight: 500;
}
.author__post {
    color: #645C55;
    font-size: 0.9rem;
}
/* reeding-house section */
.reeding-house {
    background-image: url('../img/2.jpg'); 
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.reeding-house__text {
    max-width: 700px;
    width: 100%;
}
.text__container {
    color: #645C55;
}
/* We-Do setion */
.section__wedo {
    width: 100%;
    margin: 0 auto;
}
.wedo__name {
    font-size: 2.5rem;;
}
.wedo__item {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}
.container__wedo__items {
    display: flex;
    flex-direction: row;
    gap: 10vw;
    width: 100%;
    margin: 0 auto;
    padding-top: 2vh ;
}
.wedo__photo {
    width: 117px;
    height: 102px;
}
.item__name {
    color: #403E3B;
    font-size: 1.1rem;
}
.item__text {
    color:#645C55
}
/* Marble stair case section */
.section-marble-stair-case {
    padding: 0;
}
.marble-stair-case{
    background-image: url('../img/3.jpg'); 
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* section customer */
.section-customers {
    background-color: #403E3B;
}
.customers__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vh;
    place-items: center;
}
.customers__pre-name, .customers__text {
    font-size: 0.9rem;
    color: #ECE7E4;
}
.customers__name {
    font-size: 2rem;
    color: #FFFFFF;
}
.customers__items {
    display: flex;
    gap: 20vw;
}
/* swirling-staircase */
.section-swirling-staircase {
    padding: 0;
}
.swirling-staircase {
    background-image: url('../img/4.jpg'); 
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 5vw ;
    align-items: center;
}
.staircase__text {
    max-width: 30vw;
}
/* section-projects */
.section-projects {
    background-color: #F7F7F7;
}
.projects__container {
    display: flex;
    flex-direction: column;
}
.projects__name {
    color: #1B1A1A;
    font-size: 2.5rem ;
}
.projects__description {
    color: #645C55;
    font-size: 1.5rem;
}
.projects__list {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    width: 100%;
    align-items: stretch;
    cursor: pointer;
}
.project__read-more {
    display: flex;
    margin-top: 70%;
    border: 2px solid #1B1A1A;
    background-color: #1B1A1A;
    height: 7%;
    width: 30%;
    border-radius: 10px;
    color: #ECE7E4;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
    text-decoration: none;
}
.project__read-more:hover {
    background-color: #ECE7E4;
    color: #1B1A1A;
    transform: translateY(-2px);
}
.project__item {
    position: relative;
    flex: 1 1 300px; 
    max-width: 100%;
    max-height: 456px;
    display: flex;
    flex-direction: column;
    transition: all 1.2s ease-in-out;
    flex-shrink: 1;
    margin: 5vh auto;
}
.project__text {
    z-index: 10;
    position: absolute;
    top: 4vh;
    left: 2vw;
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translateY(5px);
}
.project__photo {
    width: 100%;    
    height: 100%; 
    object-fit: cover;
    display: block;
}
.project__item:hover {
    transform: translateY(-5px);
    .project__text {
        opacity: 1;
        transform: translateY(0px);
    }
}
.project__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity .5s ease;
}
.project__item:hover::after {
    opacity: 1;
}
.project__text {
    z-index: 2;
}
/* section-connection */
.section-connection {
    background-color: #CEC4BC;
}
.connection__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.connection__text {
    color: #1B1A1A;
    font-size: 2.5rem;
    width: 100%;
    max-width: 600px;
}
.connection__button {
    cursor: pointer;
    font-size: 1rem;
    transition: all 1.2s ease-in-out;
}
.connection__button:hover {
    transform: translateY(-2px);
}
/* footer */
.footer {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.footer__items {
    color: #645C55;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.right {
    font-size: 0.9rem;
    justify-content: center;
}
.social-media__items {
    display: flex;
    gap: 1vw;
}
.social-media__img {
    cursor: pointer;
    transition: all 1.2s ease-in-out;
}
.social-media__img:hover {
    transform: translateY(-2px);
}
/* ID */
#stephan__photo {
    max-width: 78px;
    max-height: 78px;
}
@media (max-width: 1300px) {
    /* section-welcome */
    .text__name {
        font-size: 3rem;
    }
    .text__pre-name {
        margin-top: 1vh;
    }
    .welcome__text {
        gap: 1vh;
    }
    .text__button {
        width: 50%;
        height: 10%;
    }
    /* section-projects */
    .project__read-more {
        height: 10%;
        width: 40%;
    }
}
@media (max-width: 992px) {
    /* section-welcome */
    .text__name {
        font-size: 2rem;
    }  
    .text__description {
        font-size: 0.8rem;
    }

    /* section-projects */
    .about-text__item {
        font-size: 0.8rem;
    }
}
@media (max-width: 768px) {
    /* Header */
    .header {
        max-width:768px;
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .header__logo {
        font-size: 1rem;
    }

    .burger__icon {
        display: block;
    }
    .nav__button {
        display: none;
    }
    /* burger */
    /* customers */
    .customers__images {
        display: flex;
        flex-direction: column;

    }
    .customers__items {
        gap: 15vw;
    }
    /* section-welcome */
    .text__name {
        font-size: 2rem;
    }
    .text__button {
        font-size: 0.7rem;
    }
    .text__pre-name {
        font-size: 0.7rem
    }
    .text__description {
        font-size: 0.7rem;
    }
    /* section-projects */
    .projects__list {
        display: flex;
        flex-wrap: wrap;
    }
    .project__read-more {
        margin-top: 50%;
        height: 10%;
        width: 60%;
    }
     /* wedo */
    .container__wedo__items {
        display: flex;
        flex-wrap: wrap;
    }
    /* connection */
    .connection__text {
        font-size: 1.5rem;
    }
}
@media (max-width: 576px) {
    /* Header */
    .header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .nav__button {
        display: none;
    }
    /* section-welcome */
    .text__name {
        font-size: 1.2rem;
    }
    .text__description {
        font-size: 0.5rem;
    } 
    .text__pre-name {
        font-size: 0.5rem
    }
    /* customers */
    .customers__items {
        gap: 10vw;
    }
    /* section-projects */
    .project__item {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .project__read-more {
        display: none;
    }
}
@media (max-width: 400px) {
    /* Header */
    .header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .nav__button {
        display: none;
    }
    /* section-welcome */
    .text__name {
        font-size: 1rem;
    }  
    /* customers */
    .burger {
        height: auto;
        width: 100%;
        max-width: 400px;
    }
}
