@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body
{
	font-family: 'Oswald', sans-serif;
}
.party-item .centered {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    font-size: 25px;
    color:darkred;
  }
  .party-item img{
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  /*.parties1{*/
  /*    margin-top:4rem;*/
  /*}*/
  
  .zoom {
    padding: 30px;
    transition: transform .2s; /* Animation */
    margin: 0 auto;
  }
  
  .zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
.product{
    width:100% !important;
}




  /*end of combos*/
  /*end of combos*/
.combo-btn{
    display: flex;
    gap: 10px;
}
.combo-btns{
    margin-bottom: 1rem;
    margin-top:1rem;
}
.combo-btn button{
    border-radius: 6px;
}
.combo-button:hover{
    background-color: #f7d231;
	color: white;
}
.combo-button-align
{
	background-color: #f7d231;
	color: white;
}
.combo-button {
   
	padding: 10px 40px 10px 40px;
}
.product{
    margin-bottom: 2rem;
}
.combos h2{
    text-align: center;
    margin-top: .5rem;
	letter-spacing: 1px;

} 
@media (max-width:800px){
    .combo-btn{
    display: grid;
    
    width:100%;
   
}
}







/*end of combos*/






  body{
	 background-color: white !important;
}
*{
    font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 600px){
	.body{
		width: 100%;
	}
}
/*navbar*/
.navbar {
    background-color: rgb(0, 0, 0) !important;
    width: 100%;
    box-shadow: 0px 1px 1px #f6d030;
    position: fixed !important;
}
.navbar-brand img{
  align-items: center !important;
  height:60px;
  width:120px;
}
.navbar-collapse a:hover{
	color: white !important;
	border-bottom: 1px solid white;
  }
  .navbar-collapse a{
  font-size: 18px !important;
  color: rgb(247,210,49) !important;
	text-decoration: none !important;
	font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  }
@media only screen and (max-width: 600px){
    .nav-item a{
        display:flex !important;
    }
	.header{
		width: 100%;
	}
}
 @media screen and (max-width: 1000px){
    .fa-bars:before {
  content: "\f0c9";
  color: white;
}
}

/*end of navbar*/

/*footer*/


.footer-section {
	background: #151414;
	position: relative;
	}
	.footer-cta {
	border-bottom: 1px solid #373636;
	}
	.single-cta i {
	color: #f7d231;
	font-size: 30px;
	float: left;
	margin-top: 8px;
	}
	.cta-text {
	padding-left: 15px;
	display: inline-block;
	}
	.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
	}
	.cta-text span {
	color: #757575;
	font-size: 15px;
	}
	.footer-content {
	position: relative;
	z-index: 2;
	}
	.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
	}
	.footer-logo {
	margin-bottom: 30px;
	}
	.footer-logo img {
	  max-width: 200px;
	}
	.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
		color: #7e7e7e;
	line-height: 28px;
	letter-spacing: 1px;
	}
	.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
	letter-spacing: 1px;
	}
	.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
	}
	.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	}
	.facebook-bg{
	background: #3B5998;
	}
	.twitter-bg{
	background: #55ACEE;
	}
	.google-bg{
	background: #DD4B39;
	}
	.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
	}
	.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #f7d231;
	}
	.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
	}
	.footer-widget ul li a:hover{
	color: #f7d231;
	}
	.footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
	    letter-spacing: 1px;
	}
	.subscribe-form {
	position: relative;
	overflow: hidden;
	}
	.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
	}
	.subscribe-form button {
	  position: absolute;
	  right: 0;
	  background: #f7d231;
	  padding: 13px 20px;
	  border: 1px solid #f7d231;
	  top: 0;
	}
	.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
	}
	.copyright-area{
	background: #202020;
	padding: 25px 0;
	}
	.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
	}
	.copyright-text p a{
	color: #f7d231;
	}
	.footer-menu li {
	display: inline-block;
	margin-left: 20px;
	}
	.footer-menu li:hover a{
	color: #f7d231;
	}
	.footer-menu li a {
	font-size: 14px;
	color: #878787;
	}
	/* end */
.hide
{
  display: none;
}
.close{
  cursor: pointer;
  padding: .5rem;
}
.justify
{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.popcorn_parties
{
	letter-spacing: 1px;
}


/*end of footer*/

/*banner section*/



#banners {
	text-align: center;
	height: 400px;
	width:100%;
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/bannerparties.jpg);
	background-size: cover;
	}
	
	.headline {
	  padding-top: 30px;
	}
	
	.headline h2 {
	  font-size: 50px;
	  padding-top: 15%;
	  text-align: center;
	  font-family: 'Oswald', sans-serif;
	  color: white;
	  letter-spacing: 1px;
	}
	.headline p{
	  text-align: center;
	  font-weight: 500;
	  font-size: medium ;
	  font-family: 'Oswald', sans-serif;
	}
	div#banner.smaller {
	  opacity: 0;
	}
	
  /*end of banner*/
    .footer-widget ul {
    margin: 0px;
    padding: 0px;
}
.footer-text a
{
    color: #838787;
    font-size: 15px;
    letter-spacing: 1px;
}
.footer-text a:hover
{
    color: #f6d130;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
@media only screen and (max-width: 600px)
{
.headline h2 {
    font-size: 33px !important;
    padding-top: 15% !important;
    text-align: center !important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    color: white !important;
    padding-top: 50% !important;
}
}