
/* HOME PAGE MEDIA CSS */

@media screen and (min-width:1200px) {
    .cover {
        height: 100dvh;
    }
    .cover img {
        object-fit: cover;
    }
}
@media (max-width:768px) and (min-width:1199px) {
    .cover {
        height: 100dvh;
    }
    .cover img {
        object-fit: cover;
    }
}
@media (max-width:576px) and (min-width:767px) {
    .cover {
        height: 100dvh;
    }
    .cover img {
        object-fit: cover;
    }
}
@media (max-width:575px) {
    .cover {
        height: 100dvh;
    }
    .cover img {
        object-fit: cover;
    }
}
@media (max-width:1000px) {
    .ct {
        position: absolute;
        top: 80%;
        left: 35%;
        z-index: 1;
    }

    .km {
        position: absolute;
        top: 80%;
        left: 55%;
        z-index: 1;
    }
}

@media (max-width:768px) {
    .ct {
        position: absolute;
        top: 80%;
        left: 30%;
        z-index: 1;
    }

    .km {
        position: absolute;
        top: 80%;
        left: 55%;
        z-index: 1;
    }

    .cover h1 {
        position: absolute;
        top: 50%;
    }
}

@media (max-width:620px) {
    .ct {
        position: absolute;
        top: 80%;
        left: 27%;
        z-index: 1;
    }

    .km {
        position: absolute;
        top: 80%;
        left: 55%;
        z-index: 1;
    }

    .cover h1 {
        position: absolute;
        top: 50%;
    }
}

@media (max-width:540px) {
    .ct {
        position: absolute;
        top: 80%;
        left: 22%;
        z-index: 1;
    }

    .km {
        position: absolute;
        top: 80%;
        left: 55%;
        z-index: 1;
    }

    .cover h1 {
        position: absolute;
        top: 50%;
    }

}

@media (max-width:500px) {
    .ct {
        position: absolute;
        top: 80%;
        left: 22%;
        z-index: 1;
    }

    .km {
        position: absolute;
        top: 80%;
        left: 55%;
        z-index: 1;
    }

    .cover h1 {
        position: absolute;
        top: 50%;
    }

    .cover h2 {
        position: absolute;
        top: 68%;
        left: 35%;
        z-index: 1;
    }
}

@media (max-width:500px) {
    .ct {
        position: absolute;
        top: 72%;
        left: 35%;
        z-index: 1;
    }

    .km {
        position: absolute;
        top: 80%;
        left: 35%;
        z-index: 1;
    }

    .cover h2 {
        position: absolute;
        top: 58%;
        left: 35%;
        z-index: 1;
    }

    .cover h1 {
        position: absolute;
        top: 40%;
    }
}

@media (max-width:430px) {
    .cover h2 {
        position: absolute;
        top: 68%;
        left: 38%;
        z-index: 1;
        font-size: 3vw;
    }

    .cover h1 {
        position: absolute;
        top: 50%;
    }
}

@media (max-width:380px) {
    .cover h2 {
        position: absolute;
        top: 68%;
        left: 45%;
        z-index: 1;
        font-size: 2.5vw;
        width: fit-content;
    }

    .cover h1 {
        position: absolute;
        top: 50%;
    }
}
@media (max-width:800px) {

    .container1 p,
    .container3 p {
        padding: 0 5vw;
        font-size: 17px;
    }

    .container1 h1,
    .container3 h1 {
        padding: 0 5vw;
    }
}

@media (max-width:500px) {

    .container1,
    .container3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 232px;
    }

    .container1 p,
    .container3 p {
        width: 100%;
        font-size: 2.5vw;
        padding-top: 3vw;
        text-align: start;
    }

    .container1 h1,
    .container3 h1 {
        width: 100%;
        text-align: center;
        font-size: 5vw;
        padding-bottom: 3vw;
    }
}
@media (max-width:960px) {
    .B1 img {
        width: 415px;
        height: 463px;
        /* border-radius: 0px 220px 0px 0px; */
    }

    .B2 img {
        width: 413px;
        height: 459px;
        /* border-radius: 220px 0px 0px 0px; */
    }
}

@media (max-width:880px) {
    .B1 img {
        width: 395px;
        height: 443px;
        /* border-radius: 0px 220px 0px 0px; */
    }

    .B2 img {
        width: 393px;
        height: 439px;
        /* border-radius: 220px 0px 0px 0px; */
    }
}

@media (max-width:800px) {

    .container2,
    .container4 {
        height: auto;
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: auto;
    }

    .B1 img {
        width: 435px;
        height: 483px;
        /* border-radius: 0px 220px 0px 0px; */
    }

    .B2 img {
        width: 433px;
        height: 479px;
        /* border-radius: 220px 0px 0px 0px; */
    }
}

@media (max-width:500px) {

    .container2,
    .container4 {
        height: auto;
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: auto;
    }

    .B1,
    .B2 {
        width: 90vw;
        height: auto;
        display: flex;
        flex-direction: row-reverse;
    }

    .B11 {
        width: 60%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-right: 3vw;
    }

    .B1 img {
        width: 156px;
        height: 176px;
        border-radius: 22px 22px 22px 22px;
    }

    .B2 img {
        width: 156px;
        height: 176px;
        border-radius: 22px 22px 22px 22px;
    }

    .B11 p,
    .B2 p {
        width: 80%;
        text-align: justify;
        color: #484848;
        font-family: Roboto;
        font-size: 2.5vw;
        font-style: normal;
        font-weight: 500;
        line-height: 17px;
        padding-top: 2vh;
    }

    .B11 h1,
    .B2 h1 {
        width: 80%;
        color: #E3000F;
        font-family: Staatliches;
        font-size: 5vw;
        font-weight: 400;
        line-height: normal;
    }
}
@media (max-width:500px) {
    .C5 {
        font-size: 10vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .container5 p {
        text-align: center;
        color: #484848;
        text-align: center;
        font-family: Roboto;
        font-size: 2.5vw;
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
    }
}
@media (max-width: 620px) {
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

}
@media (max-width:500px) {
    .footer {
        height: auto;
        padding-top: 100px;
    }

    .footer1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 50px;
        text-align: justify;
        width: 350px;
    }

    .footer1 h1 {
        color: #FFF;
        font-family: Staatliches;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .footer1 p {
        color: #FFF;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
    }
}

@media (max-width:360px) {
    .footer {
        height: auto;
        padding-top: 100px;
    }

    .footer1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 50px;
        text-align: justify;
        width: 340px;
    }

    .footer1 h1 {
        color: #FFF;
        font-family: Staatliches;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .footer1 p {
        color: #FFF;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
    }
}

