* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: Intervar;

}

@font-face {
    font-family: Intervar;
    src: url(Intervar.woff2);
}

nav {
    height: 80px;
    background:black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem calc((100vw - 1230px) / 2);
    width: 100%;
}

nav a {
    text-decoration: none;
    color:white;
    padding: 0 1.5rem;
}
nav a:hover {
    color: green;
}

.anabol {
    background-color: black;
}

.anabol-kon{
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 95vh;
    padding: 3rem calc((100vw - 1300px) / 2);
}

.column-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color:white;
    padding: 0rem 2rem;
}
.column-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0rem 2rem;
}

.column-left h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
}
.column-left p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.5;
}

button {
    padding: 1rem 3rem;
    font-size: 2rem;
    border:none;
    color:white;
    background:rgb(3, 88, 17);
    cursor: pointer;
    border-radius:30px
}
button:hover {
    background:green;
    color:white;
}

.column-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 2rem;
}

.column-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 3rem;
}

.urun { 
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
}

body {
    background-color: rgb(0, 0, 0);
    width: 100%;
    padding: 12px;
}

.main_container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    width: 300px;
    height: 260px;
    margin-left: 40px;
    align-items: center;
}
.urun img {
    width: 200px; height: 260px;
    display: block; margin: 0 auto;
}
.urun video {
    width: 300px; height: 260px;
    volume: 0%;
}
.urun_aciklama {
    text-align:center;
}
.urun button {
     font-size:14px; height: 50px; width: 200px; color:white;
}
