@font-face {
    font-family: 'Mont';
    src: url('fonts/Mont-Bold.woff2') format('woff2'),
        url('fonts/Mont-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont-Light';
    src: url('fonts/Mont-Light.woff2') format('woff2'),
        url('fonts/Mont-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Allison Script';
    src: url('fonts/AllisonScript-Regular.woff2') format('woff2'),
        url('fonts/AllisonScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.mobile-container {
    display: none;
}

.mobile-iletisim {
    display: none;
}

.mobile-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f2efe6f2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .8s ease;
    z-index: 1000;
}

.mobile-link.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
}

.mobile-link ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
}

.mobile-link li {
    padding: 0;
    margin-bottom: 30px;
}


.p75 {
    padding: 75px 0;
}

.p-t30 {
    padding-top: 30px;
}

.p-b30 {
    padding-bottom: 30px;
}

body {
    background: #000;
}

header ul li {
    float: left;
    list-style-type: none;
    position: relative;
    margin: 0 15px;
}

header ul li {
    margin: 0 15px;
}

header ul li a:hover {
    color: #fff;
}

header ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ffe404;
    transition: width 0.3s;
}

header ul li:hover::after {
    width: 100%;
}

header ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Mont';

}

header {
    padding: 50px;
    position: relative;
}


header ul {
    float: right;
}


.p-box img {
    width: 75%;
}

.p-text h1 {
    color: #fff;
    font-family: 'Mont-Light';
    font-size: 80px;
    max-width: 500px;
    line-height: 70px;
    margin: 0;
}

.p-text span {
    font-family: 'Mont';
}

.p-text h2 {
    color: #ffe404;
    font-family: 'Allison Script';
    font-size: 80px;
    margin-top: -15px;
}

.p-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.work-section {
    scroll-margin: 50px;
}

.work-section h1,
.about h1,
.contact h1 {
    color: #ffe404;
    font-family: 'Mont';
    font-size: 50px;
}

.w-box {
    overflow: hidden;
    padding-bottom: 20px;
}

.w-box img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

.about {
    scroll-margin: 50px;
    padding-top: 100px;
}

.about p {
    color: #fff;
    font-family: 'Mont-Light';
}

.a-icon {
    padding-top: 30px;
}

.a-icon img {
    width: 50px;
    margin-right: 10px;
    filter: grayscale(1);
    transition: all .3s ease;
    cursor: pointer;
}

.a-icon img:hover {
    filter: grayscale(0);
}

.contact {
    padding-top: 100px;
}

.c-box a,
.social-icon a {
    text-decoration: none;
}

.contact h2 {
    color: #fff;
    font-family: 'Mont-Light';
    font-size: 20px;
}

.contact h2 span {
    font-family: 'Mont';
    padding-right: 10px;
}

.social-icon {
    padding-top: 30px;
}

.social-icon img {
    width: 30px;
    margin-right: 5px;
}

footer h1 {
    color: #fff;
    font-family: 'Mont-Light';
    font-size: 15px;
    margin: 0;
}

footer span {
    color: #fff;
    font-family: 'Mont';
    font-size: 15px;
}

footer img {
    float: right;
    cursor: pointer;
}

.hidden {
    display: none;
}

.mobile-menu-icon {
    width: 20px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0, -50%);
}

.mobile-menu {
    background: #000;
    position: fixed;
    top: 0;
    /* left: 0; */
    right: -100%;
    z-index: 999;
    bottom: 0;
    width: 300px;
    padding-left: 50px;
    padding-top: 150px;
    transition: all .5s ease;
}
.mobile-menu.active
{
    right: 0;
    transition: all .5s ease;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    li {
        width: 100%;

    }
}

.mobile-menu a {
        text-decoration: none;
        color: #fff;
        font-family: 'Mont-Light';
        font-size: 30px;
}

.mobile-menu a:hover {
    color: #ffe403;

}

.close-btn {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 30px;
}
.mobile-menu-icon
{
    display: none;
    visibility: hidden;
}
@media (max-width:967px) {
    .mobile-menu-icon
    {
        display: block;
        visibility: visible;
    }
    .p-box {
        text-align: center;
    }

    .logo-w {
        text-align: center;
    }

    .desk-menu {
        display: none;
        visibility: hidden;
    }

    .p-text h1 {
        font-size: 60px;
        line-height: 60px;
        text-align: center;
        margin-top: 50px;
    }

    .p-text h2 {
        font-size: 60px;
        text-align: center;
    }

    .about,
    .work-section,
    .contact,
    .footer {
        scroll-margin: 50px;
        text-align: justify;
        padding-left: 30px;
        padding-right: 30px;
    }

    .f-logo {
        text-align: center;
    }

    footer img {
        float: unset;
        padding-top: 30px;
    }

    footer h1 {
        font-size: 14px;
    }
}