body{
	font-size:18px;
	color: #535250;
	font-family: "Outfit", sans-serif;
	font-weight: 100;
	font-optical-sizing: auto;
	font-style: normal;	
}

a {
    text-decoration: none !important;
    color: inherit !important; 
}

.linkactive{
	font-weight:200;
}

.linkhover:hover{
	font-weight:200;
}

.w-60{
	width: 60%;
}

.w-80{
	width: 80%;
}

.w-90{
	width: 90%;
}

.subheader-S{
	font-size: 22px;
}

.subheader-M{
	font-size: 24px;
}

.subheader-L{
	font-size: 26px;
}

.bg-top{
	background: #d0ecf3;
	color: #535250;
	font-size: 18px;
}



#topbanner{
	position: relative;
}



.phone-move img{
	animation: float 3s ease-in-out infinite;
}

@keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0);
            }
        }

.main-banner{
	position: absolute;
	z-index:-1;
	width:100%;
}

.main-banner img{
	width: 100%;
}


img.mall-img{
	border-radius: 15%;
	filter: drop-shadow(0px 10px 11px #9b9797);
	max-width:80%;
}

.yellow-bg{
	background: #f9f9e8;
}

.beige-bg{
	background: #f9f8e4;
}

img.screen-img{
	
	transition: transform .5s;
	width:80%;
}

img.screen-img:hover{
    transform:scale(1.1);
}

.bottom-round{
	background-color: #ffffff;
	border-bottom-left-radius: 80px 80px;
	border-bottom-right-radius: 80px 80px;
	height: 50px;
	-webkit-box-shadow: 0 8px 11px -6px rgba(0,0,0,0.50);
       -moz-box-shadow: 0 8px 11px -6px rgba(0,0,0,0.50);
            box-shadow: 0 8px 11px -6px rgba(0,0,0,0.50);
}

.top-round{
	background-color: #ffffff;
	border-top-left-radius: 80px 80px;
	border-top-right-radius: 80px 80px;
	height: 50px;
	-webkit-box-shadow: 0 -5px 11px -6px rgba(0,0,0,0.50);
       -moz-box-shadow: 0 -5px 11px -6px rgba(0,0,0,0.50);
            box-shadow: 0 -5px 11px -6px rgba(0,0,0,0.50);
}

.scan-bg{
	 background-image: url("../img/download-bg4.jpg");
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
	background-color: #f9f8e4;
}

.fix-height{
	height:340px;
}


img.mvclub-icon{
	width:160px;
}

img.mvclub-social{
	width:40px;
}

.accordion-button:not(.collapsed) {
      background-color: transparent !important;
      color: inherit;
    }

button.accordion-button:focus{
      box-shadow: inherit;
}

.accordion-button{
	font-size: 24px;
	font-weight:100;
}

.accordion-button::after {
  background: url("../img/arrow_down.png");
  background-repeat: no-repeat;
  background-size: contain;
  height:28px;
  width: 28px;
}

.accordion-button:not(.collapsed)::after {
   background: url("../img/arrow_down.png");
  background-repeat: no-repeat;
  background-size: contain;
  height:28px;
  width: 28px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.w-80{
		width: 90%;
}
	
img.mvclub-brand{
	max-width: 5rem;
   margin: 0;
   	padding-left:0.8rem;
}

img.mvclub-os{
	max-width: 100px;
    margin: 0;
}
	
	.phone-move{
	position: absolute;
	z-index: 100;
	right: 0;
	top: 100px;
}

.phone-move img{
	width: 150px;
}

.subheader-XS{
	font-size: 16px;
}

.subheader-S{
	font-size: 18px;
}

.subheader-M{
	font-size: 20px;
}

.subheader-L{
	font-size: 22px;
}


.malls{
	margin-top:330px;
}


img.mall-img{
	border-radius: 15%;
	filter: drop-shadow(0px 3px 5px #9b9797);
	max-width:80%;
}

img.screen-img{
	
	width:50%;
}

.fix-height{
	height:200px;
}


.accordion-button{
	font-size: 18px;
	font-weight:100;
}

.accordion-body{
	font-size: 16px;
}

.accordion-button::after {
	height: 20px;
	width: 20px;
  }
  
  .accordion-button:not(.collapsed)::after {
	
	height:20px;
	width: 20px;
  }

.bottom-round{
	border-bottom-left-radius: 40px 40px;
	border-bottom-right-radius: 40px 40px;
		height: 20px;
}

.top-round{
	border-top-left-radius: 40px 40px;
	border-top-right-radius: 40px 40px;
		height: 20px;
}


}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
img.mvclub-brand{
	max-width: 100px;
	margin: 0;
	padding-left:30px;
}

	
img.mvclub-os{
	max-width: 100px;
    margin: 0;
}
	
.phone-move{
	position: absolute;
	z-index: 100;
	right: 0;
	top: 200px;
}

.phone-move img{
	width: 300px;
}

.malls{
	margin-top:700px;
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	img.mvclub-brand{
	max-width: 120px;
    margin: 0;
}
img.mvclub-os{
	max-width: 120px;
    margin: 0;
}
.phone-move{
	position: absolute;
	z-index: 100;
	right: 0;
	top: 300px;
}

.phone-move img{
	width: 500px;
}

.malls{
	margin-top:950px;
}

.bottom-round{
	border-bottom-left-radius: 80px 80px;
	border-bottom-right-radius: 80px 80px;
		height: 40px;
}

.top-round{
	border-top-left-radius: 80px 80px;
	border-top-right-radius: 80px 80px;
		height: 40px;
}

}

/* Large devices (laptops/desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {

img.mvclub-brand{
		max-width: 150px;
		margin: 0;
	}
	
	.phone-move{
	position: absolute;
	z-index: 100;
	right: 0;
	top: 500px;
}

.phone-move img{
	width: 700px;
}

.malls{
	margin-top:1300px;
}

}

/* Large devices (desktops, 2400px and up) */
@media only screen and (min-width: 2400px) {

	img.mvclub-brand{
		max-width: 300px;
		margin: 0;
	}
	

	.malls{
		margin-top:2000px;
	}

	.fix-height{
		height:600px;
	}

	.subheader-S{
		font-size: 26px;
	}
	
	.subheader-M{
		font-size: 28px;
	}
	
	.subheader-L{
		font-size: 30px;
	}

	.phone-move{
		position: absolute;
		z-index: 100;
		right: 0;
		top: 800px;
	}
	
	.phone-move img{
		width: 1000px;
	}
	
}