@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;900&display=swap');

.phone {
    background-image: url(../img/big.png);
    background-repeat: no-repeat;
    height: 489px;
    display: flex;
    width: 866px !important;
    gap: 312px;
}
.title2 {
    font-weight: 800;
    font-size: 20px;
    color: #177b00;
    max-width: 400px;
    text-align: center;
    margin-bottom: 10px !important;
}
.description {
    color: black;
    max-width: 400px;
    text-align: center;
}
.screen1 {
    width: 700px;
    margin-left: 10px;
}
.icons {
    width: 130px !important;
    margin-bottom: 20px;
}
.container-main {
    gap: 100px !important;
    background-color: #177b00;
    padding: 10px;
}
.container-second {
    background-color: white;
}
.window {
    width: auto;
}
p {
    color: white;
    margin-bottom: 0 !important;
    font-family: "Poppins";
}
a {
    text-decoration: none !important;
    color: white !important;
    font-family: "Poppins";
}
.wrapper {
    overflow: hidden;
}
.Minutenschnelle {
    width: 450px;
    display: flex;
    flex-direction: column;
}
.bg {
    background-image: url(../img/bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.box {
    padding-block: 110px;
}
.content {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.title {
    color: white;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}
.img {
    width: 174px;
    margin-top: 15px;

}
.text {
    display: flex;
    justify-content: space-around;
    gap: 70px;
    font-weight: 800;
    color: white;
    margin-top: 20px;
    font-size: 20px;
    flex-wrap: wrap;
}
.phone-hide {
    display: none;
}
.screen {
    width: 246px;
    height: 528px;
    margin-top: 14px;
    margin-right: 8px;
    margin-left: 15px;
}
.hide {
    display: none;
}
.function {
    width: 279px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 361px;
    margin-top: 63px;
    align-items: center;
}
.name {
    text-transform: uppercase !important;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
}
.descr {
    font-size: 14px;
}
.blur {
    border-radius: 25px 25px 25px 25px;
    height: 130px;
    backdrop-filter: blur(26px);
    border-width: 1px;
    border-color: white;
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 31px;
    width: -webkit-fill-available;
}
@media (max-width : 1072px) {

    .bg {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .phone {
        background-image: url(../img/middle.png);
        background-repeat: no-repeat;
        height: 417px;
        display: flex;
        width: 737px !important;
        gap: 263px !important;
    }
    .function {
        width: 236px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 304px;
        margin-top: 58px;
    }
    .name {
        text-align: center;
        font-size: 15px;
    }
    .screen {
        width: 204px;
        height: 440px;
        margin-top: 12px;
        margin-right: 15px;
        margin-left: 24px;
    }
    .descr {
        font-size: 12px;
    }
}
@media (max-width : 800px) and (min-width : 490px) {
    .text {
        gap: 18px;
    }

    .window {
        width: 400px;
    }

    .img {
        width: 173px;
    }
    .title {
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 15px !important;
    }

    .bg {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 10px !important;
        height: fit-content;
    }

    .name {
        text-align: center;
        font-size: 18px;
    }
    .phone {
        display: none !important;
    }
    .phone-hide {
        background-image: url(../img/UseThisPhone.png);
        width: 247px;
        background-repeat: no-repeat;
        height: 489px;
        display: flex;
    }
    .hide {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .box {
        padding-block: 20px;
    }
    .footer {
        flex-wrap: wrap;
    }
    .screen1 {
        width: 75vw;
    }
    .Minutenschnelle {
        width: 75vw;
    }
}
@media (max-width : 490px) and (min-width : 250px) {
    .window {
        width: 250px;
    }

    .screen1 {
        width: 70vw;
    }
    .btn-box {
        width: 100% !important;
        margin: 0 !important;
    }
    .box {
        padding-block: 20px;
    }
    .blur {
        padding: 10px;
    }
    .title-minutenschnelle {
        margin-top: 0 !important;
    }
    .phone-hide {
        background-image: url(../img/UseThisPhone.png);
        width: 247px;
        background-repeat: no-repeat;
        height: 489px;
        display: flex;
    }
    .phone {
        display: none !important;
    }
    .hide {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .img {
        width: 107px;
    }
}
@media (max-width : 1072px) and (min-width : 990px) {
    .function-adapt {
        height: 378px !important;
    }
}
@media (max-width : 989px) and (min-width : 822px) {
    .function-adapt {
        height: 379px !important;
    }
}
@media (max-width : 821px) and (min-width : 801px) {
    .function-adapt {
        height: 375px !important;
    }
}