*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.navbar-brand{

	font-size: 2.5rem;
	font-family: 'Pattaya', sans-serif;
	color: black;
}
.navbar-brand:hover{
	color: black;

}

.nav-link{
     margin-right: 10px;
     margin-left: 10px;
     color: black;
     font-family: 'Rubik', sans-serif;
     text-transform: uppercase;

}
.nav-link:hover{
	color: black;

}

.search{
	height: 40px;
	width: 80%;
	border-radius: 60px;
	outline: none;
	margin-right: -35px;
	font-family: 'Rubik', sans-serif;
	border: 2px solid rgb(248, 26, 92);

}

.btn0{
	height: 40px;
	width: 40%;
	outline: none;
	border: none;
	background: rgb(248, 26, 92);
	color: #fff;
	border-radius: 60px;
	font-weight: 700;


}

.main{

	
	background-size: cover;
	height: 80vh;
	background-position: 50% 50%;
	width: 100%;
	

}

.main h1{
	font-size: 4rem;
	font-weight: 700;
	color: #000;
}

.btn1{
	height: 45px;
	width: 35%;
	border: none;
	outline: none;
	background-color: rgb(248, 26, 92);
	color: #fff;
	font-weight: 700;
	border-radius: 60px;
}
.btn1:hover{
	background-color: rgb(223, 15, 77);
	transition: 0.5s;

}


h1{
	font-weight: 700;
}

.card:hover{
	-webkit-box-shadow: -1px 3px 19px -6px #000000; 
     box-shadow: -1px 3px 19px -6px #000000;
     transition: 0.5s;
}

.balloon{

	background: url('../img/gift.png') no-repeat;
	background-size: cover;
	height: 50vh;
	width: 100%;
}

.balloon h1{
	font-family: 'Lobster', cursive;


}

.news {

	background-color: #000;
	color: #fff;
}

.btn2 {

	height: 45px;
	width: 100px;
	background: white;
	margin-left: -15px;
	border: 2px solid white;
	font-weight: 600;
}

.news input {

	height: 45px;
	width: 55%;
	border: 2px solid white;
	outline: none;
	background: black;
	color: white;
	margin-top: 20px;
	font-weight: 600;

}

.news::placeholder {

	color : white;
}

.news p{

	margin: 0;
}

.sosmed{
	font-size: 2rem;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
}
.menu{
	font-size: 2.5rem;
	cursor: pointer;
	padding-right: 5px;
}

.floating-btn{
  width: 50px;
  height: 50px;
  background: rgb(248, 26, 92);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
  position: fixed;
  right: 12px;
  bottom: 20px;
  transition: background 0.25s;

}

 .floating-btn:hover {

  color: #000;
 }

 .navbar-toggler:focus {

 	box-shadow: none;
 }

 .tjeplis {

 	font-size: 2.5rem;
	font-family: 'Pattaya', sans-serif;
	color: black;
 }