:root {
    --smaller-font: 0.7rem;
    --small-font: 0.87rem;
    --normal-font: 1rem;
    --medium-font: 1.1rem;
    --large-font: 1.7rem;
    --x-large-font: 2rem;
 }

:root {
	--bg-color: #131313;
	--primary-color:#a00000;
	--secondary-color:#d9b504;
	--tertiary-gradient:46494e;
	--primary-gradient:linear-gradient(#a00000, #550404);
	--secondary-gradient:linear-gradient(#d9b504, #c68600);
	--tertiary-gradient: linear-gradient(180deg, #46494e 0%, #525863 100%);
	--white:#fff;
	--black:#000;
	--gold:#d9b504;
}

	
	
body {
    background: var(--bg-color);
    color: var(--white);
}

.logo img {
    width: 19rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}



.rtp-card {
    background: var(--primary-gradient);
    padding: 0.7rem;
    text-align: center;
    width: 24rem;
    max-width: 100%;
    height: 100%;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 1;
}

.rtp-card-img {
    max-width: 100%;
    width: 29rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.place-img-rtp {
    width: 100%;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-items: center;
    border-radius: 5px;
    box-shadow: 1px 0px 4px 2px #131313 inset;
}

.place-img-rtp:hover {
    cursor: pointer;
}

.btn-play {
    border-radius: 5px;
    padding: 0.3rem;
    width: 100%;
    font-size: 0.6rem;
    font-weight: bold;
    text-transform: capitalize;
    background: var(--secondary-gradient);
    color: var(--black);
    margin-top: 10px;
}

.btn-play:hover {
    background: var(--tertiary-gradient);
	color: var(--white);
}

.pola-wrapper {
    background: var(--black);
    padding: 0.7rem;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    position: relative;
}

.pola-wrapper h4 {
    font-size: 0.9rem;
}

.pola-wrapper h5 {
    font-size: 0.7rem;
}

.pola-wrapper h4 i, .pola-wrapper h5 i {
    color: var(--gold);
}

.jam-wrapper {
    background: #131313;
    border-radius: 50%;
    padding: 0.6rem;
}

.table-pola {
    max-width: 100%;
    width: 100%;
	margin:1rem 0;
}

.table-pola tr td {
    text-align: center;
    font-size: 0.6rem;
}

.top-game, .hot-game {
    background-repeat: no-repeat !important;
    position: absolute;
    width: 3rem;
    top: 0rem;
    z-index: 2;
    height: 2.9rem;
    left: 0.4rem;
}

.game-title{
	padding: 0.3rem;
	font-size: 0.6rem;
	font-weight:bold;
	text-transform:uppercase;
}

.top-game {
    background: url('../images/top.gif');
}

.hot-game {
    background: url('../images/hot.gif');
}

.icon-providers {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2rem;
    top: 0.2rem;
    right: 0.5rem;
}

.icon-providers img {
    width: 1.7rem;
}

.slider, .swiper {
    width: 100%;
    max-width: 100%;
}

.slider-img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider-wrapper {
    background: linear-gradient(0deg, var(--white) 0%, var(--white) 100%);
    height: 100%;
    border-bottom: 1px dashed var(--primary-color);
}

.running-text {
    background: var(--primary-gradient);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--white);
    padding: 0.1rem;
}

.btn-daftar {
	background: var(--primary-gradient);
    padding: 0.6rem;
    color: var(--white);
    border: none;
    font-weight: bold;
	width: 100%;
	text-shadow:1px 1px #000;
}


.btn-login {
    background: var(--secondary-gradient);
    padding: 0.6rem;
    color: var(--white);
    border: none;
    font-weight: bold;
	width: 100%;
	text-shadow:2px 1px #000;
}


.nav-bottom {
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 11;
    overflow: hidden;
    width: 100%;
    border-top: 3px solid var(--gold);
	text-transform:uppercase;
}

.item-nav-bottom {
    background:var(--primary-gradient);
    color: var(--white);
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.3rem;
}

.item-nav-bottom:hover {
    background:var(--secondary-gradient);
    cursor: pointer;
	color: black;
}



.item-nav-bottom p {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

.btn-up {
  display: none;
  position: fixed;
  bottom: 3.8rem;
  right: 0;
  z-index: 99;
  font-size: 0.9rem;
}

/* Percentage */
.percent{
    height: 19px;
    margin-top: 2rem!important;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.percent p{
    z-index: 15;    
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    top: -15px;
    font-weight: bold;
    transform: translateY(14px);
    color:var(--black);
}

.percent-bar{
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color:var(--white);
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}

.good{
    background-color: #ffc107;
}

.great{
    background-color: #28a745;
}

.bad{
    background-color: #dc3545;
}

.content-home {
    padding: 1rem;
    margin-bottom: 4rem;
    background: var(--white);
    color: var(--white);
}


.icon-prov {
			background: var(--primary-gradient);
			padding: 0 2.5rem;
			width:100%;
			margin:10px 0;
		}

        .icon-prov .item-prov {
            padding: 0.5rem 0;
		
        }
        
 .item-prov {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
  }
  
  .wrap-txt-prov {
    padding: 5px;
  }
  
  .txt-prov {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white; /* Warna default untuk hover */
    padding: 5px 0;
  }
  
  .item-prov:hover .txt-prov {
    transform: translateY(0);
    opacity: 1;
    color: white; /* Warna putih saat hover */
  }
  
  .item-prov.active .txt-prov {
    transform: translateY(0);
    opacity: 1;
    color: #FFD700; /* Warna kuning saat aktif */
  }
  
  .item-prov.active .icon-card-bg,
  .item-prov:hover .icon-card-bg {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .icon-card-bg {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
  }
        
        .owl-carousel .owl-stage {
        }
        
        /* Optional: Style navigation arrows */
        .owl-nav button {
            position: absolute;
            top: 50%;
		height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
            transform: translateY(-50%);
            color: var(--gold)!important;
            border: none !important;
			font-size:2rem!important;
			font-weight:bold!important;
        }
        
        .owl-nav button.owl-prev {
            left: 5px;

        }
        
        .owl-nav button.owl-next {
            right: 5px;
        }

        @media only screen and (max-width: 768px) {
    .icon-prov{
        padding: 0 25px;
    }
	
	.owl-nav button {
			font-size:1.3rem!important;
        }
		
}


/* Container */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px !important;
    }
}


@media only screen and (max-width: 600px) {
.table-pola{
    margin: 0;
}

.percent{
	margin-top:0!important;
}

.wrap-txt-prov {
    padding: 3px;
}

.txt-prov {
   font-size:8px;
}
}

/* popup style*/
.popup-container{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background: #080808b0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-body{
    width: 359px;
    height: auto;
    margin: 2% auto;
    background: #313131;
    border-radius: 0px;
    color: white;
}

.popup-wrapper{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    border: 1px solid #313131;
    background: #313131;
}

@media (max-width: 512px){
    .popup-body{
        width: 310px;
        margin: 10% auto;
		height:auto;
    }
}

.popup-img{
    width: 450px;
    height: 555px;
    margin: 8% auto;
}

.popup-img-close{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color:var(--black);
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-left: -7px;
    margin-top: -20px
}

@media (min-width: 993px){
    .popup-img-close{
        margin-left: 42px;
        margin-top: -12px;
    }
}

.popup-header{
    height: 48px;
    width: 100%;
    background: var(--primary-color);
    float: left;
}

.popup-header h6{
    margin: 13px;
}

.popup-content{
    width: 100%;
    height: auto;
    padding: 10px 15px;
    float: left;
    font-size: 14px;
}

.col2{
    width: 50%;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.mrtop10{
    margin-top: 10px;
}

.hr{
    width: 100%;
    height: 2px;
    background: #5e5e5e;
    float: left;
}

.popup-label{
    width: 100%;
    background: #313131;
    font-size: 12px;
	text-align:center;
}

.popup-close{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color:var(--black);
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-top: -10px;
    z-index: 100;
    margin-left: -9px;
}

.bg-blue-button{
    background: #084298;
}

.bg-black-button{
    background: #535353;
}

.popip-button{
    cursor: pointer;
    width: 50%;
    float: left;
    height: 40px;
	text-decoration:none;
}

.popip-button:hover{
    background: #9e6d06;
}



/* Slideshow container */
.slideshow-images-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 6px;
}

/* Hide the images by default */
.slideshow-images {
  display: none;
}

/* Next & previous buttons */
.prev-slideshow-images, .next-slideshow-images {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -14px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next-slideshow-images {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-slideshow-images:hover, .next-slideshow-images:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text-slideshow-images {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext-slideshow-images {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
}

/* The dots/bullets/indicators */
.dot-slideshow-images {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-slideshow-images, .dot-slideshow-images:hover {
  background-color: #717171;
}

/* Fading animation */
.fade-slideshow-images {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media (min-width: 993px){
    .numbertext-slideshow-images {
        top: 0;
    }
}

@media (max-width: 425px){
    .popup-img{
        max-width: 93%;
        margin: 25% auto;
    }
}


.header{
    width: 100%;
    height: 64px;
    margin-bottom: 6px;
    background-image: -webkit-linear-gradient(top, #ffe500 0%,#a16800 100%);
    position: fixed;
    z-index: 300;
}

.images-logo{
    padding: 3px;
    width: 122px;
    height: 43px;
    float: left;
    margin-top: 9px;
}

.header .title{
    float: right;
    width: auto;
    height: auto;
    margin: 15px;
    border-radius: 42px;
}

.red{
    background: #c73000;
}

.blue{
    background: #7d0000;
}

.header-buttom{
    color: white;
    padding: 5px;
    height: 42px;
}

.header-button-text{
    font-size: 14px;
    margin: 7px;
    float: left;
}

.popup-container-ads{
    background: url(assets/popup.html);
    background-repeat: no-repeat;
    margin: 10% auto;
    border-radius: 18px;
    background-size: 100%;
}

@media (max-width: 992px){
    .header .title {
        display: none;
    }

    .col{
        flex-basis: auto;
    }

    .header-button-text{
        font-size: 12px;
        margin: 9px;
    }
}


/* Menu Navigation Buttom */
.menu-bottom{
    display: none;
    height: 73px;
    width: 100vw;
    position: fixed;
    bottom: 0;
    border-top: 2px solid #707070;
    background-image: -webkit-linear-gradient(top, #ffe500 0%,#a16800 100%);
}

.sub-menu-bottom{
    width: 25vw;
    height: 100%;
    float: left;
}

.sub-menu-bottom:hover{
    background: #525252;
}

.icon-menu{
    width: 27px;
    height: 27px;
    margin: 8px;
}

.text-menu{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    color: white;
}

@media (max-width: 992px){
    .menu-bottom{
        display: block;
    }
}

@media (min-width: 768px){
    .menu-bottom{
        height: 82px;
    }
}


.navbar-search{
    height: 50px;
    width: 100%;
    background: #221d1c;
}

.search-button{
background: var(--primary-color);
    border: 0px;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.input-search{
    background: #46494e;
    border: 0px;
    color: white;
}

.search-besar{
    display: block;
}

.search-kecil{
    display: none;
    height: auto;
}

#running_text_header{
    display: flex;
}

.btn-title{
    bottom: 85px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
}

#header-besar{
    display: block;
}

#header-kecil{
    display: none;
}


p{
    margin: 0px;
}

#popup-container-filter{
    overflow-y: scroll;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 12220000;
    background: #000000cf;
    top: 0;
}

.title-filter{
    color: white;
    text-align: center;
}

.container-demo{
    width: 650px;
    background: #0c0909;
    margin: 4% auto;
    height: auto;
}

.iframe-demo{
    border: 0px;
    width: 650px;
    height: 451px;
}

.header-demo{
    background: #1b1d1e;
}

.btn-fullscreen{
    margin: 6px;
    position: initial;
    width: auto;
    font-size: 12px;
    height: auto;
    border-radius: 10px;
}

.footer-demo{
    display: block;
}

.btn-popup-demoplay{
    height: auto;
    font-size: 14px;
    padding: 0px 20px;
    margin-bottom: 6px;
}

.popup-body-ads-yt{
    width: 606px;
    height: 390px;
    margin: 8% auto;
    padding: 20px;
    background: gray;
    border-radius: 20px;
}

@media (max-width: 992px){
    .slot .slot-sidebar {
        float: left;
        width: 100%;
        flex: 0 0 20%;
        max-width: 100%;
        margin-top: 5px;
        background-color: #0e1b22;
    }

    .search-besar{
        display: none;
    }

    .search-kecil{
        display: block;
    }

    .images-logo {
        width: 107px;
        height: 42px;
        float: left;
        margin-top: 7px;
    }

    #running_text_header{
        display: none;
    }

    .hover-btn {
        opacity: 1;
    }

    .btn-title{
        bottom: 30px;
        position: absolute;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 12px;
    }

    .play-btn {
        display: none;
        font-size: 12px;
        text-decoration: none;
        color: white;
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 3px;
        background-image: -webkit-linear-gradient(top, #ffe500 0%,#a16800 100%);
        bottom: 22px;
        position: absolute;
    }

    .demo-btn{
        background: #417cff;
        bottom: 45px;
        height: auto;
    }

    #header-besar{
        display: none;
    }

    #header-kecil{
        display: block;
    }

    .container-demo{
        width: 95%;
        background: #0c0909;
        margin: 1% auto;
        height: auto;
    }

    .iframe-demo{
        border: 0px;
        width: 95vw;
        height: 82vh;
    }

    .footer-demo{
        display: none;
    }

    .popup-body-ads-yt{
        width: 100%;
        height: 40%;
        margin: 20% auto;
    }
}


/* Slideshow container text*/
.slideshow-containerText {
  position: relative;
}

/* Slides */
.mySlidesText {
  display: none;
  padding: 11px 34px;
  text-align: center;
}

/* Next & previous buttons */
.prevText{
  cursor: pointer;
  position: absolute;
  top: 50%;
  left:0;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.nextText {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right:0;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

a.prevText, 
a.nextText{
  text-decoration:none!important;
}

/* Position the "next button" to the right */
.nextText {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevText:hover, .nextText:hover {
  color:var(--black);
  transform: scale(1.5);
}

/* Add a background color to the active dot/circle */
.activeText {
  background-color: #717171;
}

/* Add a blue color to the author */
.sliderTextTitle {color:var(--black);}


/* width */
@media (max-width: 600px) {
    ::-webkit-scrollbar {
        display: none;
    }
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.logo-filter-kecil{
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    background-size: 20px;
}

.btn-provider{
    background: #7d0000;
}

.btn-provider:active, .btn-provider:focus{
    background: #605f5f;
}


.container-tmp{
    padding-top: 79px;
}

.logo-profider-kecil{
    background-size: 15px;
    background-color: #f4313f;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    width: 25px;
    float: right;
    background-position: center;
}


.bg-black{
    width: 24%;
    background: #202020;
    margin: 3px;
}

@media (max-width: 992px){
    .bg-black{
        width: 31.5%;
    }
}

.bg-transparan{
    background: transparent;
}

.text-wrap{
    font-size: 14px;
    word-break: break-all;
    white-space: normal;
    text-transform: capitalize;
}

.colors span{
    width:15px;
    height:15px;
    border-radius:50%;
    cursor:pointer;
    display:flex;
}

.colors span .red {
    background-color:red;
}

.colors span .green {
    background-color:green;
}

.colors span .yellow {
    background-color:yellow;
    color:var(--black);
}

.ratings i{
    color:orange;   
}

.btn-pola-main-custom{
    width: 100%;
    height: 30px;
    padding: 2px;
    background-image: -webkit-linear-gradient(top, #ffe500 0%,#a16800 100%);
    border: 0px;
    font-size: 14px;
}

.img-100{
    width: 100%;
}

.img-50{
    width: 50%;
}

.image-container{
    position: relative;
}

.thumbnail-image{
    border-radius: 10px !important;
}

.discount{
    background-color: red;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    border-radius: 6px;
    color:var(--white);
}

.wishlist{
    height: 25px;
    width: 25px;
    background-color:var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.first{
    position: absolute;
    width: 100%;
    padding: 4px;
}

.dress-name{
    font-size: 13px;
    font-weight: bold;
    width: 75%;
    margin-bottom: 0px;
    text-align: left;
}

.rating-star{
    font-size: 10px !important;
}
.rating-number{
    font-size: 10px;
    color: grey;

}
.buy{
    font-size: 12px;
    font-weight: 500;
}

.voutchers{
    border: none;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(top, #ffe500 0%,#a16800 100%);
}
.voutcher-divider{
    display: flex;

}
.voutcher-left{
    width: 65%;
    padding-top: 2px;
}
.voutcher-name{
    color:var(--black);
    font-size: 9px;
    font-weight: 500;
}
.voutcher-code{
    color: white;
    font-size: 10px;
    font-weight: bold;
}
.voutcher-right{
    width: 35%;
    color:var(--white);
    background-image: -webkit-linear-gradient(top, #ffe500 0%,#a16800 100%);
}

.discount-percent{
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: 9px;
}

.off{
    font-size: 10px;
    position: relative;
    bottom: 5px;
}


.border-top{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


.semi-container {
    width: 100%;
    height: auto;
}

.container-semi-text{
    padding: 5px;
    color: white;
    font-size: 12px;
}

.cs-height{
    height: 130px;
}

@media (max-width: 992px){
    .cs-height{
        max-height: 95px
    }
}

 .btn-up {
            position: fixed;
            bottom: 70px;
			right: 15px;
            display: none; 
            z-index: 99;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.3);
        }
        
        .btn-up i {
            font-size: 1.5rem;
        }
		
.desktop {
  display: block; 
}

.mobile {
  display: none;
}


@media (max-width: 767px) {
  .desktop {
    display: none;
  }
  
  .mobile {
    display: block; 
  }
}