html,body{
    width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #f0f1ff;
}

.navigation-clean-search .action-button,
.navigation-clean-button .action-button:active {
    background: #56c6c6;
    border-radius: 20px;
    font-size: inherit;
    color: #fff !important;
    box-shadow: none;
    border: none;
    text-shadow: none;
    padding: 8px 20px;
    transition: background-color 0.25s;
}

.navigation-clean-button {
    background: #222222;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #f2f5f8;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .navigation-clean-button {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.navigation-clean-button .navbar-brand {
    font-weight: bold;
    color: inherit;
}

.navigation-clean-button .navbar-brand:hover {
    color: #1485ee;
}

.navigation-clean-button .navbar-collapse,
.navigation-clean-button .navbar-form {
    border-top-color: #ddd;
}

.navigation-clean-button.navbar .navbar-nav>li>a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
}

.navigation-clean-button .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background-color: #222222;
    border-radius: 2px;
}

.navigation-clean-button .actions {
    /*margin-top: 7px;*/
    margin-bottom: 0;
}

.navigation-clean-button .actions .login {
    margin-right: 7px;
    text-decoration: none;
    color: #ffffff;
}

.navigation-clean-button .action-button,
.navigation-clean-button .action-button:active {
    background: transparent;
    border-radius: 0;
    color: #e04c40;
    box-shadow: none;
    border: 1px solid #e04c40;
    text-shadow: none;
    padding: 10px 22px;
    transition: background-color 0.25s;
}

.navigation-clean-button .action-button:hover {
    background: #e04c40;
    color: #fff;
    font-weight: 400;
    border: 1px solid #df4c40;
}

.navbar {
    margin-bottom: 0;
}

.marquee {
    width: 100%;
	/* background-color: #ff5867; */
    background: radial-gradient(circle at top left,#2f3a9a,#ff5867);
	color: #fff;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    margin: 0;
    font-size: 14px;
    animation: marquee 150s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.btn {
    border-radius: 0;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1485ee;
    border: none;
}

.btn {
    font-family: 'Roboto';
    font-weight: 400;
}

.slider {
    width: 100%;
    height: 500px;
    /*margin: auto;*/
    position: relative;
}
@media (max-width:768px) {
    .slider {
        height: 300px;
    }
    .cards-top h3{
        font-size: 14px!important;
    }
}
@media (max-width:480px) {
    .slider {
        height: 180px;
    }
    .cards-top h3{
        font-size: 14px!important;
    }
    .card1 i{
        font-size: 30px!important;
    }
    .go-corner {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 40px!important;
        height: 40px!important;
        overflow: hidden;
        top: 0;
        right: 0;
        background-color: #2f3a9a;
        border-radius: 0 4px 0 40px!important;
    }
    .play-section .pick{
        padding: 2px 15px !important;
    }
}
.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide1 {
    background: url(/img/CHEZA_BOX.jpg)no-repeat center;
    background-size: cover;
    animation: fade 8s infinite;
}

.slide2 {
    background: url(/img/CHEZA_BOX.jpg)no-repeat center;
    background-size: cover;
    animation: fade2 8s infinite;
}

.slide3 {
    background: url(/img/lucky_no.jpg)no-repeat center;
    background-size: cover;
    animation: fade3 8s infinite;
}

* {
    transition: all 0.3s ease-out;
    /*margin-top: 0px;*/
}

p.small {
    font-size: 14px;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #2f3a9a;
    border-radius: 0 4px 0 50px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: #fff;
    font-family: courier, sans;
    font-weight: bolder;
    font-size: 20px;
}

.card1 {
    display: block;
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 5px 3px;
    margin: 6px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: none;
    height: 150px;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #2f3a9a;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1 i {
    font-size: 50px;
    margin-bottom: 15px;
    color: #ff5867;
}

.card1:hover:before {
    transform: scale(21);
}

.card1:hover p,
.card1:hover i {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}

.card1:hover i {
    color: #ff5867;
    transition: all 0.3s ease-out;
}

.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}


.btn {
    border-radius: 0;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1485ee;
    border: none;
}

.btn {
    font-family: 'Roboto';
    font-weight: 600;
}

.cards-top {
    margin-top: -45px;
    justify-content: center;
}

.cards-top h3 {
    font-size: 20px;
}

p {
    font-size: 16px;
}

.play-section {
    background-color: #fff;
}

.play-section .pick {
    padding: 15px 40px;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 4px;
    background-color: #ff5867;
    border: none;
}

.swal2-actions button{
    margin: 0 8px;
}

#footerpad {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #272829;
    color: #fff;
}
