@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    background: #294c0b;
    font-style: normal;
}
header {
    width: 100%;
    height: 80px;
    background: #294c0b;
    display: grid;
    align-items: center;
}
header .logo img {
    width: 140px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.slide {
    width: 100%;
    height: 240px;
    border-radius: 30px;
}
@media (max-width: 768px) {
    header {
        height: 80px;
        margin-bottom: 80px !important;
    }
    header .logo img {
        width: 80px;
    }
    .special-button {
        margin-top: 15px;
    }
    .slide {
        width: 100%;
        height: 130px;
        border-radius: 30px;
    }
}
.ust-yazi {
    text-align: justify;
}
.buttons .btn {
    background: #294c0b;
    border-color: #f9c408;
    color: #fff;
    border-radius: 20px;
}
.special-title {
    font-weight: 500 !important;
}
.promotion .card {
    background: #f9c408;
    border-radius: 40px;
}
.promotion img {
    border-radius: 30px;
    height: 200px;
}
.promotion .title {
    color: #fff;
    text-align: center;
    font-family: "Lato", serif;
    font-weight: bold;
}
.promotion .card .btn {
     background: #294c0b;
    border-color: #f9c408;
    color: #fff;
    border-radius: 5px;
}
.special-button {
     background: #294c0b;
    border-color: #f9c408;
    color: #fff;
    border-radius: 20px;
    transition: all 300ms ease-in-out;
}
.special-button:hover {
    background: #294c0b;
    transition: all 300ms ease-in-out;
}
.special-title::after {
    content: "";
    position: absolute;
    width: 5%;
    height: 3px;
    background-color: #fdab0f;
    left: 50%;
    margin-top: 45px;
    transform: translateX(-50%);
}
.footer {
    background-color: #fdab0f;
    height: 65px;
    color: #ffffff;
    padding: 20px 0;
    width: 100%;
    margin-top: 50px !important;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .special-mobile-btn {
        width: 100%;
    }
}