@charset "utf-8";
/* CSS Document */

html,body {
    background-color:#4f0d57 !important;
}

* , *:active , *:focus {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style:none;
    outline:none !important;
}

.container {
    width:1200px;
    min-height: 100vh;
    position:relative;
    float: none;
    margin: 120px auto;
}

.logo {
    width: 354px;
    float: right;
    margin-top: 40px;
}

.logo .namaz-logo {
    width: 354px;
    height: 205px;
    float: right;
    background-image: url("../image/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.logo a {
    width: 100%;
    height: 113px;
    float: right;
    background-image: url("../image/goToHome.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 60px;
    cursor: pointer;
    /*transition: all ease-in 0.3s;*/
}

.logo a:hover {
    /*filter: sepia(1);*/
}

.human {
    width: 462px;
    height: 543px;
    float: right;
    background-image: url("../image/human.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.bag {
    width: 400px;
    height:543px;
    position: absolute;
    left:0px;
    top:0px;
    z-index: 100;
}

.bag .bag-1 {
    /*width: 1400px;*/
    /*position: absolute;*/
    /*right: -830px;*/
    /*bottom: -450px;*/
    /*opacity: 0;*/
    width: 205px;
    height:192px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.icons {
    position: absolute;
    z-index: 200;
    width: 40px;
    right: 100px;
    bottom: 100px;
    opacity: 0;
}