@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Nunito', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
}

.mg-logo {
	width: 300px;
}



.b10 {
	width: 10%;
}

.b20 {
	width: 20%;
}

.b30 {
	width: 30%;
}

.b40 {
	width: 40%;
}

.b50 {
	width: 50%;
}

.b60 {
	width: 60%;
}

.b70 {
	width: 70%;
}

.b80 {
	width: 80%;
}

.b90 {
	width: 90%;
}

.b100 {
	width: 100%;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}


header {
	background-image: url(../img/headerbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	display: block;
	width: 100%;
	height: 750px;
}

.header-overlay {
	background-image: url(../img/bg_o.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	display: block;
	background-position: 50% 50%;
}

.content {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-wrapper {
	font-size: 32px;
	color: #515151;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0px;
}

.slider {
	height: 50px;
	padding-left: 15px;
	overflow: hidden;
}

.slider div {
	color: #fff;
	height: 50px;
	margin-bottom: 50px;
	padding: 8px 15px 8px 15px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
	background-image: linear-gradient(45deg, #c72247 14.7%, #c72247 73%);
	background-size: 300% 200%;
}

.slider-text1 {
	background: lightcoral;
	animation: slide 5s linear infinite;
}

.slider-text2 {
	background: lightcoral;
}

.slider-text3 {
	background: lightcoral;
}

@keyframes slide {
	0% {
		margin-top: -300px;
	}
	5% {
		margin-top: -200px;
	}
	33% {
		margin-top: -200px;
	}
	38% {
		margin-top: -100px;
	}
	66% {
		margin-top: -100px;
	}
	71% {
		margin-top: 0px;
	}
	100% {
		margin-top: 0px;
	}
}

.containerbox {
  padding: 10px 0px;
  overflow: hidden;
}

.containerbox h2 {
  margin: 20px auto 5px auto;
  display: block;
  color: #c72247;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
}

div#phoneslider, div#footerblock {
  background-color: #c72247 !important;
}

div#phoneslider h2 {
  color: white !important;
}

input[type=radio] {
  display: none;
}

.card {
  position: absolute;
  width: 250px;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 800px;
  max-height: 600px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cards {
  position: relative;
  width: 100%;
  height: 500px;
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ripped {
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none;
}

.ripped.u {
  background-image: url(../img/ripped_u.png);
}

.ripped.o {
  background-image: url(../img/ripped_o.png);
}

#item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-1, #item-3:checked ~ .cards #song-2 {
  transform: translatex(-70%) scale(0.8);
  opacity: 0.8;
  z-index: 0;
}

#item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-3, #item-3:checked ~ .cards #song-1 {
  transform: translatex(70%) scale(0.8);
  opacity: 0.8;
  z-index: 0;
}

#item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
}
#item-1:checked ~ .cards #song-1 img, #item-2:checked ~ .cards #song-2 img, #item-3:checked ~ .cards #song-3 img {
  
}

.player {
  min-width: 320px;
  padding: 0px 10px;
  max-width: 35%;
  margin: 0 auto;
  text-align: center;
}

.upper-part {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 80px;
  overflow: hidden;
}

.song-info {
  width: calc(100% - 28px);
  display: block;
  height: 100px;
  color: #ffd8d8;
}

.song-info .title, .containerbox h3 {
  font-size: 23px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  text-align: center;
}

.song-info .subtitle {
  color: inherit;
}


.sub-line {
  justify-content: space-between;
  width: 100%;
}


.info-area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  transition: transform 0.4s ease-in;
}

#item-2:checked ~ .player #test {
  transform: translateY(0);
}

#item-2:checked ~ .player #test {
  transform: translateY(-100px);
}

#item-3:checked ~ .player #test {
  transform: translateY(-200px);
}


#rowcont {
  max-width: 60%;
  margin: 30px auto;
  display: block;
  position: relative;
}

#rowcont .subrow {
  margin: 1%;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

#rowcont .subimg {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 250px;
  border-top-left-radius:  20px;
  border-top-right-radius:  20px;
  position: relative;
}

#rowcont .subtxtcontainer {
  padding: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 3px 0px #c72247;
  min-height: 267px;
}

#rowcont .subtxtcontainer h1 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 5px;
}

#rowcont .subicon {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fafafa;
  font-size: 22px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  top: -30px;
  color: #c72247;
}

#rowcont .subicon  i {
  vertical-align: middle;
}

#rowcont .subrow:nth-child(1) .subimg {
  background-image:url(../img/theme01.jpg);
}

#rowcont .subrow:nth-child(2) .subimg {
  background-image:url(../img/theme02.jpg);
}

#rowcont .subrow:nth-child(3) .subimg {
  background-image:url(../img/theme03.jpg);
}

.footer p {
  color: #ffffff;
}

.footer a {
  color: #dbdbdb;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
	.slider {
		  padding: 0px;
	}
  
	.slider-wrapper {
    display: block;
    font-size: 18px;
    margin: 18px 12px;
    text-align: center;
	}
  
	.slider div {
   padding: 15px;
	}
  
  header {
    background-position: 60% 50%;
    height: 600px;
  }
  
  .player {
    max-width: 95%;
  }
  
  #rowcont {
    max-width: 100%;
  }

  #rowcont .subrow {
    width: 90%;
    margin: 25px auto 50px auto;
    display: block;
  }
  
  .containerbox {
    padding: 10px 10px;
  }
  
  .subtitle {
    display: none;
  }
  
  #rowcont .subtxtcontainer {
    min-height: 1px;
  }
}