* {
    touch-action: manipulation;
}

 

body {

    background: #242129 0% 0% no-repeat padding-box;

}

 
.content {


    background: transparent url('img/background.svg');
    background-size: cover;

}


@media only screen and (max-width: 600px) {

    .content {

        background: none;

    }

}



.left-content {


    height: 100vh;
    overflow: hidden;
    position: relative;

}



@media only screen and (max-width: 600px) {

    .left-content {

        height: 100vh;
        background: transparent url('img/background-mobil.svg');
        background-size: cover;


    }

}


 

.logo {

    margin-top: 20px;
    margin-left: 20px;
}

@media only screen and (max-width: 600px) {

    .logo {

        margin-top: 20px;
        margin-left: -8px;


    }
}



.slider {

    max-width: 500px;
    margin-top: 170px;
    margin-left: 40px;
}


@media only screen and (max-width: 600px) {

    .slider {

        max-width: 380px;
        margin-top: 30px;
        margin-left: 10px;


    }

}


.slider-title {


    font-weight: 800;
    font-size: 36px;
    letter-spacing: 0.6px;
    color: white;

}


@media only screen and (max-width: 600px) {

    .slider-title {

        font-weight: 800;
        font-size: 27px;
        letter-spacing: 0.6px;
        color: white;


    }

}



.slider-desc {

    color: #959297;
    letter-spacing: 0.6px;
    margin-top: 30px;
    font-size: 23px;


}

@media only screen and (max-width: 600px) {

    .slider-desc {

        color: #959297;
        letter-spacing: 0.6px;
        margin-top: 30px;
        font-size: 16px;


    }

}



.slider-btn {

    width: 35px;
    height: 35px;
    border: 4px solid #464646;
    border-radius: 5px;
    background-color: transparent;
}

.slider-active {

    background-color: #D94646;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 2px #242129 inset;

}


.slider-btn-ul {


    list-style: none;
    padding: 0px;
    margin-top: 50px;
    margin-left: 40px;

}



@media only screen and (max-width: 600px) {

    .slider-btn-ul {

        list-style: none;
        padding: 0px;
        margin-top: 30px;
        margin-left: 20px;


    }

}



.slider-btn-ul li {


    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;

}





.app-link-div {

    margin-top: 100px;
    margin-left: 30px;

}

@media only screen and (max-width: 600px) {

    .app-link-div {

        margin-top: -90px;
        margin-left: 10px;

    }

}


.app-link {

    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}


.googleplay {

    display: inline;
}


@media only screen and (max-width: 600px) {

    .googleplay {

        display: none;
    }

}


.app-link img {

    width: 200px;
    height: 60px;
}




.slider-img {

    position: absolute;
    bottom: -300px;
    display: inline-block;
    width: 90%;
    height: 90%;
    object-fit: contain;
    transition: opacity 0.5s ease-in-out;


}

@media only screen and (max-width: 600px) {

    .slider-img {

        position: absolute;
        left: 0px;
        bottom: 100px;
        width: 100%;
        height: auto;
        object-fit: cover;

    }

}

@media only screen and (min-width: 700px) and (max-width: 900px) {


    .slider-img {

        bottom: 100px;
        width: 100%;

    }
}




.slider-img:not(:first-child) {
    opacity: 0;
}

.social-div {


    text-align: right;
    margin-right: 100px;
}

@media only screen and (max-width: 800px) {

    .social-div {

        display: none;
    }

}


.social-link {

    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: white;
    border: 1px solid #FFFFFF66;
    border-radius: 5px;
    margin-left: 20px;
    background-color: #D94646;


}

.social-link:hover {
    color: #DBDBDB;
}
