@import url('https://fonts.googleapis.com/css2?family=Dosis&family=Molle:ital@1&family=Roboto&display=swap');

:root {
    --swiper-theme-color: #0c57aa;
}


*{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

body{
    text-align:center;
    overflow-x: hidden;
    background-color: rgb(255 217 178);
    margin: 0;
    padding: 0;
    }
main{
    padding: 1rem 1.5rem;
}
h2{
    font-size: 1.5rem;
    color: blue;
}
 img{
    height: 500px;
    width: 245px;
    object-fit: cover;
    }

.text{
    text-align: left;
    color: #202020;
    line-height: 1.5;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
}
ul{
    margin: 0.3rem;
}
.svg{
    width: 100%;
    height: 100%;
    object-fit: unset;

}
.landing{
    min-height: 100vh;
    align-items: center;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    position: relative;
}
.title{
    color: #b00505;
    width: 100%;
    font-size: 2rem;
    margin: 0;
}
article{
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.download{
    font-weight: 500;
    text-decoration: none;
    background-color: green;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    display: flex;
    place-items: center;
    border: 3px solid #147014;
}
.download:hover{
  background: #125312;
}
.download img{
    width: 30px;
    height: 30px;
    margin-right: 3px;
}
mark{
    background-color: transparent;
    font-weight: 600;
    color: #205220;
}
.over{
    position: absolute;
    background: url(bg.svg) no-repeat;
    background-size: cover;
    z-index: -1;
    bottom: 25px;
    right: 0;
    width: 100%;
    height: 84%;
    /* transform: rotate(180deg); */
}
h3{
    font-weight: 500;
}
picture{
    position: relative;
    width: 50%;
    /* align-self: baseline; */
    height: auto;
    max-width: 530px;
    min-width: 300px;
}
.icon-down{
    position: absolute;
    bottom: 28px;
    right: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    object-fit: unset;
    z-index: -1;
}
.swiper-slide h3{
    color: white;
    background-color: rgba(0, 0, 0, 0.521);
    width: 100%;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.bottom-btn{
    margin: 15px 0;
    width: 100%;
    text-align: center;
    max-width: unset;
}
.chec{
    font-weight: 500;
    margin: 15px;
    font-family: 'Dosis', sans-serif;
    color: green;
}
@media screen and (max-width: 500px){
    main{
        padding: 15px;
    }
    h2 {
        font-size: 1.3rem;
        margin: 0;
    }
    .title {

        font-size: 1.7rem;

    }
}