* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter';
}
::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #35a4ff, #0046b1);
    overflow-x: hidden;
}

body {
    width: 100%;
    height: calc(100% - 80px);
    margin-top: 80px;
}

.background {
    position: fixed;
    z-index: -2;
    background: linear-gradient(45deg, #35a4ff, #0046b1);
    width: 100%;
    height: 100%;
    top: 0;
}

.texture {
    position: fixed;
    background-image: url(../img/texture.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .2;
    background-size: cover;
    top: 0;
}


/* Header */
.head {
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    top: 0;
    z-index: 99999;
}

.head__logo {
    width: 60px;
    height: 60px;
}

.head__logo > svg {
    width: 100%;
    height: 100%;
}

.head__logo > svg > path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 10px;
}

.head__logo > svg > path#dis-katman {
    fill: none;
    stroke: none;
}

.head__other {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-top: 15px;
}

.head__other-user {
    background: #e6edf7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.head__other-user > svg {
    width: 34px;
    height: 34px;
}

.head__other-user > svg > path {
    fill: #1a237e;
}

.head__other-bag {
    display: flex;
    cursor: pointer;
    position: relative;
    justify-content: center;
    margin-left: -6px;
}

.head__other-bag > svg {
    width: 32px;
    height: 32px;
}

.head__other-bag > svg > path {
    fill: #e6edf7;
    stroke: none;
}

.head__other-bag:after {
    content: '3';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #1a237e;
    color: #ffffff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin-left: 6px;
}
/* Header */

/* Main */
.main {
    width: calc(100% - 330px);
    transition: zoom .1s linear;
    margin: auto;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
}

.main__product-mobile {
    display: none;
}

.main__texts {
    width: 38%;
    margin-top: 50px;
    min-width: 640px;
}

.main__texts-welcome {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.main__texts-welcome-1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    /* max-width: 570px; */
}

.main__texts-welcome-1 > font {
    background: #0d49b2;
    padding: 0 10px;
    margin-left: -10px;
    border-radius: 25px 0 25px 0;
    color: #ffdd55;
    color: #fadf59;
}

.main__texts-welcome-2 {
    margin-top: 10px;
    width: 445px;
    line-height: 22px;
    color: #ffffff;
}

.main__texts-welcome-3 {
    display: flex;
    margin-top: 5px;
    gap: 10px;
    color: #fff;
    align-items: center;
}

.main__texts-welcome-3-stars {
    display: flex;
}

.main__texts-welcome-3-stars > div {
    width: 25px;
    height: 25px;
}

.main__texts-welcome-3-stars > div > svg {
    width: 25px;
    height: 25px;
}

.main__texts-welcome-3-vote {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    font-family: monospace;
    letter-spacing: -1.5px;
}

.main__texts-welcome-3-comment {
    font-size: 11px;
    margin-top: 1px;
}

.main__texts-welcome-extra {
    margin-top: 10px;
}

.main__texts-welcome-4 {
    display: flex;
    margin-top: 30px;
    gap: 15px;
    width: 100%;
}

a.main__texts-welcome-4-fastbuy {
    background: #0d49b2;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    color: #ffffffd1;
    cursor: pointer;
    transition: color .1s linear;
}

a.main__texts-welcome-4-fastbuy:hover {
    color: #ffffff;
}

a.main__texts-welcome-4-details {
    background: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 6px;
    color: #333;
    font-weight: 500;
}

.main__product {
    position: absolute;
    right: 0;
}


table.main__texts-table-intregents {
    border-collapse: collapse;
    border-color: #bbcde3c2;
    width: 420px;
    zoom: 1.2;
}

table.main__texts-table-intregents th, td {
        border: 1px solid #bbcde3c2;
}

table.main__texts-table-intregents th {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 4px 4px;
    text-align: left;
}

table.main__texts-table-intregents th:nth-child(2), table.main__texts-table-intregents th:nth-child(3), table.main__texts-table-intregents th:nth-child(4), table.main__texts-table-intregents th:nth-child(5) {
    width: 66px;
    font-size: 11px;
    text-align: center;
}

table.main__texts-table-intregents td {
    color: #ffffff;
    padding: 4px 4px;
    font-size: 12px;
}

table.main__texts-table-intregents td:nth-child(2), table.main__texts-table-intregents td:nth-child(3), table.main__texts-table-intregents td:nth-child(4), table.main__texts-table-intregents td:nth-child(5) {
    font-size: 11px;
    color: #fffffff0;
    text-align: center;
}

table.main__texts-table-intregents tr:nth-child(11) td {
    font-size: 13px;
}

.main__texts-table-head-2 {
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    background: #0d49b2;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 2px 20px;
}


/* Main */



.description {
    background: #fff;
    padding: 50px 165px;
    display: flex;
    gap: 60px;
    align-items: center;
    margin-top: 30px;
    justify-content: flex-start;
}

.description__image {
    display: flex;
    width: 20%;
}

.description__image > img {
    width: 100%;
}

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

.description__text-name {
    font-size: 48px;
    font-weight: 600;
}

.description__text-subname {
    font-size: 25px;
    font-weight: 400;
}

.description__text-category {
    margin: 30px 0 20px 0;
}

._description__text-category-text {
    font-weight: 600;
    font-size: 16px;
}

.description__text-category-name {
    font-size: 15px;
    color: #444;
}

.description__text-category-name-sub {
    font-size: 13px;
    color: #888;
}

.description__text-psf {
    margin: 10px 0;
}

.description__text-psd-text {
    font-weight: 600;
    font-size: 16px;
}

.description__text-psd-name {
    font-size: 15px;
    color: #444;
}

.description__text-doz {
    margin: 20px 0;
}

.description__text-doz-text {
    font-weight: 600;
    font-size: 16px;
}

.description__text-doz-name {
    font-size: 15px;
    color: #444;
    max-width: 450px;
}




/* Bottom */
.bottom {
    width: 100%;
    /* margin-top: 50px; */
    background: #0d1117;
    /* background: #151b23; */
    display: flex;
    flex-direction: column;
    padding: 20px 165px;
    align-items: center;
}

.botton__logo {
    display: flex;
    flex-direction: column;
    width: fit-content;
    opacity: .4;
    align-items: center;
}

.botton__logo > svg {
    width: 40px;
    height: 40px;
}

.botton__logo > svg > path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 10px;
}

.botton__logo > svg > path#dis-katman {
    stroke: none;
    fill: none;
}

.botton__logo > div {
    color: #fff;
    font-size: 11px;
}

.bottom_digerleri {
    margin: 20px 0;
    display: flex;
    width: 50%;
    justify-content: space-around;
    margin-left: 9px;
    min-width: 800px;
}

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

.bottom__yararlibilgiler-head {
    color: #c8ccd0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
}

.bottom__yararlibilgiler-permalar {
    margin-bottom: 2px;
    color: #fff;
}

.bottom__yararlibilgiler-permalar > a {
    color: #c8ccd0d4;
    font-size: 13px;
    font-weight: 300;
}

.bottom__sosyalmedya {
    display: flex;
    gap: 15px;
}

.bottom__sosyalmedya > a {
    text-decoration: none;
}

.bottom__sosyalmedya > a > svg > path {
    fill: #a4a4a4;
}

.bottom__bilgiler {
    color: #797979;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    font-size: 11px;
}

.bottom__bilgiler > div:first-child {
    color: #ddd;
}

.bottom__bilgiler > div:nth-child(2) {
    color: #aaa;
}
/* Bottom */







@media screen and (max-width: 1850px) {
    div.main {
        zoom: 0.95;
    }
}

@media screen and (max-width: 1770px) {
    div.main {
        width: calc(100% - 230px);
    }
}

@media screen and (max-width: 1670px) {
    div.main {
        zoom: 0.85;
    }
}

@media screen and (max-width: 1500px) {
    div.main__product {
        zoom: 0.9;
    }
}


@media screen and (max-width: 1400px) {
    div.head {
        padding: 10px;
    }
    div.head__other {
        margin: 10px 10px 0 0;
    }
    div.main {
        zoom: 0.75;
    }
    div.description__text {
        zoom:.8;
    }
}

@media screen and (max-width: 1250px) {
    div.head__logo {
        width: 40px;
        height: 40px;
    }
    div.head__other {
        zoom: .8;
    }
    div.main {
        width: calc(100% - 180px);
    }
    div.main__product {
        zoom: 0.7;
    }
}

@media screen and (max-width: 1050px) {
    div.main {
        zoom: 0.65;
    }
    div.description__text {
        zoom:.6;
    }
}

@media screen and (max-width: 900px) {
    div.main__product {
        zoom: 0.5;
    }
}

@media screen and (max-width: 800px) {
    body {
        height: calc(100% - 50px);
        margin-top: 50px;
    }
    div.head {
        align-items: center;
        background: #ffffff00;
        backdrop-filter: blur(10px);
        height: fit-content;
        padding: 10px;
    }
    div.head__logo {
        width: 40px;
        height: 40px;
    }
    div.head__other {
        zoom: 1;
        flex-direction: row;
        gap: 20px;
        margin-top: 0;
    }
    a.head__other-user > svg {
        width: 28px;
        height: 28px;
    }
    a.head__other-bag {
        margin: 4px 0 0 
    }
    a.head__other-bag:after {
        width: 14px;
        height: 14px;
    }
    a.head__other-bag > svg {
        width: 28px;
        height: 28px;
    }
    div.main {
        display: flex;
        flex-direction: column;
        zoom: 1;
        width: 100%;
        overflow-x: clip;
        align-items: center;
    }
    div.main__product-mobile{
        display: inline-table;
        width: 100%;
        margin-left: 0px;
        margin-top: 70px;
    }
    div.main__product-mobile > img {
        width: 100%;
    }
    div.main__product {
        display: none;
    }
    img.main__product-product {
        width: 100%;
    }
    div.main__texts {
        zoom: 1;
        min-width: unset;
        width: 100%;
        padding: 0 20px;
    }
    div.main__texts-welcome {
        align-items: center;
    }
    div.main__texts-welcome-1, div.main__texts-welcome-2 {
        text-align: center;
        zoom: .79;
        width: 100%;
    }
    div.main__texts-welcome-1 {
        zoom: .7;
    }
    table.main__texts-table-intregents {
        width: 100%;
        zoom: .95;
    }
    .main__texts-welcome-4 {
        justify-content: center;
    }
    .main__texts-table-head-2 {
        width: 100%;
    }
    .main__texts-welcome-4 > a {
        zoom: .9;
    }
    div.description{
        padding: 30px 20px;
        justify-content: center;
        width: 100%;
        display: flex;
    }
    div.description__image{
        display: none;
    }
    div.description__text {
        zoom: .8;
        display: flex;
        align-items: center;
    }
    .description__text-name {
        font-size: 50px;
        color: #333;
    }
    .description__text-subname {
        font-size: 20px;
        text-align: center;
        color: #333;
    }
    .description__text-category {
        text-align: center;
        zoom: 1.1;
    }
    .description__text-psf {
        text-align: center;
        zoom: 1.1;
    }
    .description__text-doz {
        text-align: center;
        zoom: 1.1;
    }
    .description__text-doz-name {
        max-width: 330px;
    }
    div.bottom {
        padding: 20px 0px;
        overflow-x: hidden;
    }
    div.bottom_digerleri {
        min-width: unset;
        width: 100%;
        zoom: 0.8;
    }
}