html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::after,
*::before{
    box-sizing: inherit;
}

a{
    color: inherit;
    text-decoration: none;
}

.container{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}

.header{
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
}

.follow-cursor{
    display: block;
    width: 24px;
    height: 24px;
    border: 2px dashed #E38963;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition: width 0.64s, height 0.64s, border-radius 0.64s, background 0.64s;
  }
  
  .follow-cursor_active{
    height: 64px;
    width: 64px;
    border-width: 2px;
    border-color: #fff;
  }

body{
    /* font-family: 'Inter Tight', sans-serif; */
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #040404;
    font-weight: 400;
    margin: 0;
    background-color: #F3F3F3;
}

.header__inner{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.menu__list{
    display: flex;
    list-style: none;
}

.list__item{
    margin-right: 40px;
}

.list__item:hover{
    color: #E38963;
    transition: all .3s;
    border: none;
}

.location{
    display: flex;
}

.header__bottom{
    background: #111;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 250px;
    min-height: 100vh;
}

.bottom__inner{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
}

h1 h3{
    font-family: 'Inter Tight', sans-serif;
    font-weight: 700;
}

.bott__title{
    font-size: 40px;
    line-height: 58px;
}

.bott__subtitle{
    font-size: 25px;
    line-height: 38px;
    max-width: 350px;
}

.bott__text{
    max-width: 350px;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 50px;
}

.bott-btn{
    padding: 25px 80px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.bott-btn:hover{
    color: #E38963;
    border-color: #e38963;
    transition: all .3s;
    box-shadow: 0 5px 8px 0 rgb(227 137 99/ 100%), 0 1px 3px 1px rgb(227 137 99/ 100%);
}

.knowing{
    margin-top: 100px;
    margin-bottom: 100px;
}

.block__title{
    font-size: 30px;
    margin-bottom: 100px;
}

.know__link{
    background-color: #040404;
    color: #fff;
    padding: 35px 135px;
    border-radius: 20px;
    font-size: 20px;
}

.know__link:hover{
    background-color: #E38963;
    color: #040404;
    transition: all .3s;
    font-weight: 700;
}

.link__inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}

.img-ar{
    position: relative;
    left: 170px;
    top: 10px;
}

.know__item{
    max-width: 380px;
}

/* wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww */

.collapsible{
    max-width: 360px;
    font-weight: 400;
}

.collapsible label{
    position: relative;
    font-weight: 400;
    background: #040404;
    color: #fff;
    display: block;
    cursor: pointer;
    padding: 35px 130px;
    border-radius: 20px;
    z-index: 1;
}

.collapsible input:checked ~ .collapsible-text{
    max-height: 300px;
    padding-bottom: 25px;
    opacity: 1;
    top: 0;
}

.collapsible-three label::after{
    content: "";
    position: absolute;
}

.collapsible-text{
    max-height: 1px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    top: -100%;
    opacity: 0.5;
    transition: all .3s;
}

.collapsible input{
    display: none;
}

/* wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww */

.portfolio{
    margin-bottom: 150px;
}

.portfolio__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: right;
    font-size: 18px;
}

.port-img{
    opacity: 50%;
}

.item__title{
    margin: 0;
    margin-bottom: 20px;
    padding-right: 10px;
}

.port-img:hover{
    opacity: 1;
    scale: 1.1;
    transition: all .5s ease-in-out;
}

.footer{
    background-color: #040404;
    color: #fff;
}

.footer__title{
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer__inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer__text{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.contact__link{
    display: block;
}

.contact__link:hover{
    color: #E38963;
}

.contact__link+.contact__link{
    margin-top: 10px;
}

.soc__list{
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    padding: 0;
}

.r-side{
    align-self: center;
}

@media screen and (max-width: 400px) {
    .header-img{
        display: none;
    }

    .location{
        display: none;
    }

    .bott__title{
        text-align: center;
    }

    .bott-btn{
        position: relative;
        left: 30px;
    }

    .header__burger{
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3;
    }

    .header__burger span{
        position: absolute;
        
    }

    .header__burger::before,
    .header__burger::after{
        content: "";
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
    }

    .header__burger::before{
        top: 0;
    }

    .header__burger::after{
        bottom: 0;
    }

    .knowing{
        text-align: center;
    }

    .link__inner{
        display: inline-block;
    }

    .collapsible+.collapsible{
        margin-top: 10px;
    }

    .img-ar{
        left: 2px;
    }

    .menu__list{
        position: relative;
        top: 50px;
        right: 225px;
        padding: 0 auto;
        margin: 0 auto;
    }

    .portfolio{
        text-align: center;
    }
    
    .port__item{
        text-align: center;
        position: relative;
        right: 10px;
    }

    .port-img{
        opacity: 1;
    }

    .footer{
        text-align: center;
    }

    .footer__inner{
        display: block;
    }

}