/* @font-face {
    font-family: "GilroyB"; 
    font-style: normal; 
    font-weight: 400; 
    src: url("./assets/fonts/Gilroy/Gilroy-ExtraBold.otf") format("truetype"); 
    } 
@font-face {
        font-family: "GilroyL"; 
        font-style: normal; 
        font-weight: 400; 
        src: url("./assets/fonts/Gilroy/Gilroy-Light.otf") format("truetype"); 
        } */

    .hamburger{
        display: none;
    }

    html {
        scroll-behavior: smooth;
    }

    body{
        width: 100%;
        color: black;
        font-size: 18px;
        /* font-family: 'GilroyB' , 'Times New Roman', Times, serif; */
        font-family: 'Montserrat';
        font-weight: 400;
        padding: 0px;
        margin: 0px;
    } 

    .header{
        width: 100%;
        display: flex;
        justify-content: center;

    }

    .wrapper{
        margin: 0 auto;
        width: 945px;
        align-self: center;
        align-content: center;
        
    }

    .cap{
        width: 100%;
        height: 60px;
        position: fixed;
        z-index: 100;
        background-color: #FFFFFF;
    }

    .header__navigation{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 60px;
    }

    .navigation{
        display: flex;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .navigation__link{
        font-weight: bold;
        font-style: normal;
        margin: 20px 80px;
        color: #CDCDCD;
        text-decoration-line: none;
        font-size: 15px;
        line-height: 22px;
    }

    .navLink{ 
        color: #CDCDCD;
        text-decoration-line: none;
    }

    .navLink:hover{
        text-decoration-line: none;
        transition-duration: 1000ms;
        color: #070707;
        cursor: pointer;
        border-bottom: 3px solid #828282 ;
    }

    .buffer{
     height: 60px;
    }

    .home{
        background-image: url(./assets/images/backgroud.JPG);
        background-size: 100%;
        /* background-position: 50% 50%; */
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        margin-top: 60px;
        /* vertical-align: middle; */
    }


    h1{
        font-weight: bold;
        font-size: 48px;
        line-height: 58px;
    }

    .header__wrapper{
        padding-top: 60px;
        /* width: 940px; */
        display: flex;
        justify-content: space-around;
        /* background-color: #d38954; */
        align-self: center;
        align-content: center;
        }

    .home__img{
        /* position: relative; */
        width: 100%;

    }

    .home__txt{
        /* position: absolute; */
        margin-left: 60px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 400px;
    }

    

    .fat{
        margin-top: 90px;
        /* font-family: 'GilroyB' , 'Times New Roman', Times, serif; */
    }

    .about{
        height: 500px;
        background-color: #FFFFFF;

    }

    .about__wrapper{
        margin-left: 60px;
    }

    h2{
        margin-top: 120px;
    }

    p{
        /* font-family: 'GilroyL' , 'Times New Roman', Times, serif; */
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #070707;

    }

    .aboutMe{
        margin-top: 40px;
        width: 690px;
        height: 220px;
    }

    .portfolio{
        background-color: #F6F6F6;

    }

    .portfolio__title{
        /* text-align: center; */
        margin-bottom: 60px;
        margin-left: 60px;
    }

    .portfolio__wrapper{
        width: 940px;
        display: flex;
        flex-direction: column;
    }

    .cards{
        width: 940px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        /* gap: 0px 115px;  */
        /*row-gap: 10px;
        column-gap: 20px; */
    }

    .card{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 355px;
        /* height: 580px; */
        margin-bottom: 40px;
    }

    /* .img:hover{
        transition-duration: 1000ms;
        cursor: pointer;
        scale: 1.1;
    } */


    .card__long{
        width: 700px;
        /* height: 420px; */
    }

    .card__long2{
        width: 700px;
        height: 480px;
    }

    .card__short{
        width: 700px;
        height: 600px;
    }

    .card__name{
        text-align: center;
    }

    .footer__wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .fat__footer{
        margin-top: 10px;
    }

    .button{
        background-color: #070707;
        color: #FFFFFF;
        width: 180px;
        height: 42px;
        border-radius: 20px;
    }

    .icons{
        margin-top: 20px;
        display: flex;
        gap: 20px;
    }

    @media screen and (max-width: 940px){

        .navigation__link{
            margin: 20px 50px;
        }

        .portfolio__title {
            text-align: center;
            margin-bottom: 60px;
            margin-left: 0;
        }

        .wrapper{
            width: 640px;
        }
        .cards{
            width: 640px;
        }
        
        .portfolio__wrapper{
            width: 640px;
        }

        .home__txt{
            margin-left: 0px;
            align-items: center;
        }

        .fat{
            text-align: center;
        }

        .family{
            text-align: center;
        }

        .about__wrapper{
            margin-left: 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .aboutMee{
            text-align: center;
        }

        .aboutMe{
            text-align: center;
            margin-top: 40px;
            width: 640px;
            height: 220px;
        }
    }


    @media screen and (max-width: 640px){

        .navigation__link{
            margin: 20px 30px;
        }

        .about__wrapper{
            width: 310px;
        }

        .wrapper{
            width: 320px;
        }

        .portfolio__title {
            text-align: center;
            margin-bottom: 60px;
            margin-left: 0;
        }

        .home{
            background-image: url(./assets/images/backgroud-medium.JPG);
            background-size: 100%;
            /* background-position: 50% 50%; */
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            /* vertical-align: middle; */
        }
        .home__txt{
            padding-top: 800px;
        }

        .family{
            font-size: 34px;
            line-height: 42px;
        }

        .about{
            height: 700px;
        }

        .aboutMe{
            width: 320px;
            height: 400px;
        }

        h2 {
            margin-top: 60px;
        }

        .header__wrapper{
            width: 320px;
        }

        .cards{
            width: 320px;
        }
        
        .portfolio__wrapper{
            width: 320px;
        }

        .img{
            width: 300px;
        }

        .card{
            height: 400px;
        }

        /* .card__long{
            height: 250px;
        } */
    
        .card__long2{
            height: 280px;
        }

        .card__short {
            /* height: 450px; */
            height: 650px;
        }

        .caed__hight{
            height: 400px;
        }
        .card__hight1{
            height: 530px;
        }

        .card__hight2{
            height: 450px;
        }
        
        /* .img:hover{
            scale: 1.00001;
        } */
    }

    @media screen and (max-width: 500px){

        .header__navigation{
            display: none;
        }

        h2 {
            margin-top: 60px;
        }

        .cap{
            width: 100%;
            display: flex;
            justify-content: flex-end;
            height: 60px;
            position: fixed;
            z-index: 100;
            background-color: #FFFFFF;
        }
        
        .hamburger{
            display: flex;
            align-self: center;
            width: 30px;
            height: 22px;
            margin-right: 40px;
        }
    
        .burger-menu_button {
            position: relative;
            z-index: 30;
            width: 30px;
            height: 30px;
            transition: 0.4s;
        }
          
        .burger-menu_lines::before,
        .burger-menu_lines::after,
        .burger-menu_lines {
            position: absolute;
            width: 30px;
            height: 3px;
            background-color: #828282;
            transition: 0.4s;
        }
          
        .burger-menu_lines {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .burger-menu_lines::before {
            content: '';
            top: -12px;
        }

        .burger-menu_lines::after {
            content: '';
            top: 12px;
        }
        
        .burger-menu_active .burger-menu_lines {
            left: 0px;
            transform: rotate(90deg);
        }

        .burger-menu_active .burger-menu_lines::before {
            transform: rotate(180deg);
        }

        .burger-menu_active .burger-menu_lines::after{
            transform: rotate(-180deg);
        }
        
        .burger-menu_nav {
            padding-top: 0px;
            position: fixed;
            top: 0px;
            z-index: 20;
            display: flex;
            justify-content: center;
            flex-flow: column;
            align-items: center;
            height: 100%;
            width: 320px;
            background-color: #ffffff;
            overflow-y: auto;
            right: -100%;
            transition: 0.8s;
        }

        .burger-menu_active .burger-menu_nav {
            right: 0;
            transition: 0.4s;
        }
    
          /* .navLinkBurgerAbout{
            text-align: center;
            width: max-content;
            margin: 21px;
            font-family: 'GilroyB', Helvetica, sans-serif;
            color: #828282;
            font-size: 32px;
            line-height: 51px;
            font-weight: 400;
            text-decoration-line: none;
            border-bottom: 3px solid #828282 ;
            cursor: pointer;
        } */
    
        .navLinkBurger {
            width: max-content;
            margin: 21px;
            text-align: center;
            /* font-family: 'GilroyB', Helvetica, sans-serif; */
            color: #828282;
            font-size: 32px;
            line-height: 51px;
            font-weight: 400;
            text-decoration-line: none;
            cursor: pointer;
        }

        .navLinkBurger:hover {
            color: #292929;
            text-decoration-line: none;
            cursor: pointer;
            border-bottom: 3px solid #828282  ;
        }

        .burger-menu_overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 10;
        }
        .burger-menu_active .burger-menu_overlay {
            display: block;
            background-color: rgba(41, 41, 41, 0.31);
        }

        .home__txt{
            padding-top: 550px;
        }
    }

    @media screen and (max-width: 350px){

        .home__txt{
            padding-top: 400px;
        }
    }