
body{
	/* background-color:#222 ; */	
  background: url("https://png.pngtree.com/thumb_back/fh260/back_our/20190620/ourmid/pngtree-gourmet-pizza-big-sale-texture-hand-painted-black-banner-image_170751.jpg") no-repeat center fixed;
background-size: cover;
background-color: #000000dc;
background-blend-mode: overlay;
}

/* slider area  */

.slider-imgs {
    width: 400px;
    height: 300px;
    border: 2px solid black;
}

/* right side content  */

.first-heading {
    color: orange;
}

.second-heading {
    color: purple;
    text-decoration: underline green;
    font-size: 46px;
    font-weight: 900;
}

.right-paragraph {
    font-size: 13px;
    color: #ffff;
}

.right-content-btns {
    border-radius: 24px;
    font-weight: 500;
    transition: linear .5s;
}

.right-content-btns:hover{
    transform: scale(1.1);
}

/* home page inimated title  */
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );


  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 55px;
	  font-weight: 900;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}



 /* The animation code */
 @keyframes pizza-animation {
    0%   { left:0px; top:0px;transform: rotate(-180deg);}
    50%  { left:73%; top:0px;transform: rotate(190deg);}
    100% { left:0px; top:0px;transform: rotate(-180deg);}
  }
  
  /* The element to apply the animation to */
  .pizza-img {
    width: 100px;
    height: 100px;
    position: relative;
    animation-name: pizza-animation;
    animation-duration: 8s;
    transition:cubic-bezier(0.215, 0.610, 0.355, 1);
    animation-iteration-count: infinite;
    
  }



/* media queries logo */
         @media (min-width: 988px) {
            .media-logo{
  margin-right: 15%;
}}


  

/* nav bar  */

.nav-pages-name{
	color: #ffffffb6;
	padding-bottom: 5px;	
	transition:linear .5s;
}
.dropdown-item{
	color: #ffffffb6;
}
.nav-pages-name:hover{
	transform: scale(1.1);
	color: rgb(255, 255, 255);
	text-shadow: 0px 3px 3px white;
}


.nav-item{
	padding-left: 15px;
}

.feedback-contact-btn{
border: none; 
background-color:inherit;
color:#ffff;
line-height: 40px;
cursor: pointer;}


/* feedback page  */

.feedback-title{
font-size: 40px;
 font-weight: bolder;
-webkit-text-stroke: 1px black;
text-shadow:0px 2px 7px black; 
color: #ffff; 
width: 100%; 
text-align: center;
}

/* feedback submit btn */

.feedback-submit-btn{
background-image: linear-gradient(90deg, blue, purple); 
border: none; 
color: #ffff; 
font-weight: 900; 
font-size: 20px;
}

/* feedback form  */

.form-control, .form-select{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  }

.number-92{
  border: none; 
  color: #ffff; 
  font-size: 20px; 
  background-color:rgba(0, 0, 0, 0.3);
}

/* contact us page  */

.contact-title{
font-size: 40px; 
font-weight: bolder;
-webkit-text-stroke: 2px black; 
text-shadow:0px 2px 7px black; 
color: #ffff; 
width: 100%; 
text-align: center;
}

.contact-title-only{
-webkit-text-stroke: 2px gold;
text-shadow:0px 2px 7px gold;
}

.contact-us-icons{
width: 60px;
margin-bottom: 20px; 
margin-left: 20px; 
margin-right: 30px;
}

.contact-us-links{
text-decoration: none; 
color:black;
}

.contact-us-text{
font-size: 20px; 
font-weight: 900;
}

/*floating order button */

.order-btn-icon{
background-color: red;
padding: 0px 10px 0px 5px;
border-radius: 0px 0px 0px 0px;
font-size: 40px; 
color: #ffff;
}

.order-btn-contact{
	font-size: 20px;
	font-weight: 900;
	padding: 0px 5px 0px 5px; 
	border-radius: 0px 5px 5px 0px;
}

.whatsapp-btn:hover{
	transition: ease-in-out.5s;
	transform: rotate(360deg);
}
/* + and - btn in menu card */
.quentity-btn{
background-color: inherit;
color: white;
border: none;
}

/* footer */
.footer-distributed{
	background: #666;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}



/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
	margin-bottom: 20px;
}

.footer-distributed .footer-links a{
	display: inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
	font-size: 18px;
}

.footer-center i:hover{
	transition: .5s;
transform: rotate(360deg);
}


.footer-links:hover a:not(:hover) {
    color: rgba(255, 255, 255, 0.479);	
}
.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 20px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.footer-icons a:hover{
	transition: .5s;
	transform: rotate(-360deg)
	translatey(15px);
	color: black;
	background-color: white;
}

/* these media queries added for doing responsive */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


/* css for menu pages */

.menu-card {
	width: 220px;
    margin-left: 30px;
	margin-right: 30px;
    margin-bottom: 50px;
	position:relative;
    background-color: inherit;
    color: white;
    border: none;
	font-family: sofia;
}

.img-card {
    width: 220px;
	height: 240px;
	border-radius: 10%;
}
.overlay {
  position: absolute;
  top: 0;
  border-radius: 20px;
  bottom: 0;
  left: 12px;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.521);
}
.overlay:hover {
  opacity: 1;
}


@media (max-width:851px)  { 
.overlay {
  position: relative;
  opacity: 1;
  height: 220px;
}	
}


.my-card-body{
	margin: 0px; 
	width: 100%;
	text-align: center;
	padding:10px 0px 0px 0px; 
	position: absolute;
	top: 20px;
	font-family: "Alfa Slab One";
	font-weight: 800;
	
	}

.page-title {
	width: 220px;
	height: auto; 
	cursor: pointer;
}
.my-card-ul{
	position: absolute;
	
	top: 80px;
	width: 100%;
	text-align: center;
}



.card-item-price-area {
	border: none;
    background-color: inherit;
    padding: 3px;
    color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.card-select-tag {
    background-color: inherit;
    color: #ffff;
    border: none;
}

.select-options {
    background-color: inherit !important;
}

.card-price {
    color: rgb(243, 116, 116);
    font-family: monospace;
    font-size: 22px;
}

.card-quenity-bar {
    border: none;
    background-color: transparent;
    padding: 3px;
    color: white;
}

.quentity-value {
    color: rgb(69, 126, 250);
    font-weight: 900;
    font-size: 22px;
}

.my-card-btn {
	position: absolute;
	
	width: 100%;
	bottom: 10px;
}

.card-body{
	padding: 0px 12px;
}

.order-btn {
    border-radius: 30px;
	/* position: absolute; */
    background-color: #222;
	border: none;
    color: #ffffff;
    font-weight: 600;
	transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) .8s;
	margin-top: 0%;
	padding: 5px 0;
	left: auto;
	font-family: "Alfa Slab One";

	box-shadow:-1px -1px 5px 1px rgb(0, 0, 0),  2px 2px 5px 2px rgba(255, 255, 255) ;
	
	right: auto;
	transition: .3s ease-in-out;
}

.order-btn:hover {
    transform: translateY(-4px);
	background-color: rgba(255, 255, 255);
	color: black;
	border: none;
	box-shadow: -1px -1px 5px 1px rgba(255, 255, 255), 2px 2px 5px 2px rgb(0, 0, 0) ;
}

/* images hover effect */

.img-card{
	transition: 1s ease-in-out;
}



/* css for our locations page */

.our-page-title {
    font-weight: 900;
    font-size: 60px;
    text-align: center;
    -webkit-text-stroke: 1px gold;
    color: #ffff;
    margin-top: 100px;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
    text-align: center;
}

.location-page-title {
    color: gold;
    text-align: center;
    -webkit-text-stroke: 1px #ffff;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
}

.card-location {
    max-width: 32rem;
    background-color: inherit;
    color: #ffff;
    border: none;
    margin-top: 40px;
}

.card-img {
    
    border-radius: 20px;
	cursor: pointer;
	transition: ease-in-out 1s;
	border-radius: 20px;
	overflow: hidden;
}
.card-img:hover{
transform: scale(1.1) skew(2deg);
overflow: hidden;
}

.card-icons {
    width: 30px;
}

/* media queri for location images in location pages */
@media (max-width:765px)  {
	.card-img{width:90%;}
	.card-img:hover{
		scale: 1;
		border-radius: 1px;
	}

}

.additional a{
	font-size: 18px;
	padding-left: 20px;
	text-decoration: none;
	color: white;
	font-weight: 900;
	opacity: .5;
	transition: cubic-bezier(0.19, 1, 0.22, 1)1s;
}

.additional a:hover{
	opacity: 1;
transform: scale(1.2);
}

#location_page{
flex-direction: column;
justify-content: center;
align-items: center;
}
