:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.navbar {
    background-color: #000000;
    opacity: 60%;
    width: 100%;
    z-index: 100;
}
.navbar .nav-link {
    color: #ffff;
}

.logo {
    position: absolute;
    width: 400px;
    left: 0;
    top: 0;
}

.hero {
    position: relative;
    height: 100vh;
    background: linear-gradient(180deg, #ED2D13, #000000);
    color: #fff;
    padding: 4rem 1rem;
    text-align: center;
    overflow: hidden;
}

.hero-head {
    display: flex;
    justify-content: center;
    margin-top: -100px;
}

.hero-title {
    position: relative;
    font-size: 3rem;
    font-weight: 800;
    margin-top: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-title-two {
    /* position: relative; */
    font-size: 6rem;
    line-height: 0;
    font-weight: 800;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 6rem;
    flex-wrap: wrap;
}

.hero-title-two .pentol{
    position: absolute;
    top: 55px;
    left: 33%;
    width: 110px;

}

.tagline {
    color: white;
    font-size: 28px;
    text-align: center;
}

.tagline2 {
    color: white;
    font-size: 40px;
    text-align: center;
    animation: blink 1s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.img-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.img-left img{
    width: 300px;
}

.img-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.img-right img{
    width: 250px;
}

.about {
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #ffff, #ED2D13);
}

.pentol-2tusuk {
    width: 350px;
}

.what {
    margin-top: 100px;
    font-size: 60px;
    font-family: Lalezar, var(--default-font-family);
    line-height: 0;
}

.pentol-teks {
    margin-top: 75px;
    font-size: 80px;
    font-family: Lalezar, var(--default-font-family);
    line-height: 0;
}