
body {
    background-color: #222222;
    margin: 0;
}

.konteyner {
    background-color: #222222;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 50px;
    box-sizing: border-box;
}

h1 {
    color: white;
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
}

h2 {
    color: white;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}

.image_smeta_plan {
    width: 60%;
    border-radius: 5px;
}

.teqdimat-metn {
    color: white;
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: lighter;
}

.teqdimat-davam-1 {
    color: white;
    font-size: 17px;
    margin-top: 25px;
    font-weight: lighter;
}
.teqdimat-davam-2 {
    color: white;
    font-size: 17px;
    margin-top: 15px;
    font-weight: lighter;
}

.app-block-container {
    /* background-color: firebrick; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.app-block-container .app-block {
    background-color: #242424;
    width: 90%;
    height: auto;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 0.95em;
    font-weight: 500;
    border: solid 1px yellow;
    border-radius: 8px;
    color: white;
    /* box-shadow: 0px 0px 8px rgb(255, 255, 255); */
}

.app-block-container .app-block h3 {
    text-align: center;
    margin-bottom: 10px;
}

.app-block-container ul {
    list-style: none;
}

.app-block-container ul li {
    margin-bottom: 5px;
}

.app-block-container .start {
    margin-bottom: 15px;
}

.app-block span {
    color: rgb(251, 255, 0);
}

.versiya {
    background-color: rgb(0, 109, 211);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.qiymet {
    background-color: darkviolet;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kecid {
    background-color: green;
    width: 70%;
    height: 36px;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.kecid:hover {
    background-color: rgb(0, 201, 0);
    transition-duration: 0.5s;
}

.kecid a {
    /* background-color: chartreuse; */
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    font-size: 0.95em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.screenshot {
    width: 98%;
    margin-left: 1%;
}

.card-div {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 10px;
}

.card-div #card {
    color: white;
}

.card-div #copy {
    background-color: #17e417;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    margin-left: 10px;
}

.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }

  .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

@media screen and (min-width: 800px) {

    .konteyner {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }

    .image_smeta_plan {
        width: 350px;
    }

    .app-block-container {
        /* background-color: firebrick; */
        display: flex;
        justify-content: space-evenly;
    }
    
    .app-block-container .app-block {
        background-color: #242424;
        width: 30%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 0.95em;
        font-weight: 500;
        border: solid 1px yellow;
        border-radius: 8px;
        color: white;
    }

    .screenshot {
        width: 600px;
        border-radius: 5px;
    }


}