

body {
    padding: 0;
    margin: 0;
    background-color: rgb(255, 255, 255);

}

h1 h2 h3 h4 h5 h6 p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.1;

}

.headding {
    color: #76050b;
}

.light-dark {
    color: rgba(59, 59, 59, 0.575);
}

.white-title {
    color: white;
}

.dark-title {
    color: black;
}

.center-item {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.title-color {
    color: brown;
    ;
}

.title-color:hover {
    color: black;
}

.bottom-space {

    padding-bottom: 30px;
}

.card {
    border: 1px solid rgba(107, 103, 103, 0.685);
}

.img-text {
    width: 100%;
    height: 300px;
    display: block;
    text-align: center;
    padding: 45% 5%;
    border: rgba(0, 0, 0, 0.363) solid 1px;
    border-radius: 15px;
    

}

.img-text h2 {
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.img-text p {
    font-size: 14px;

}
.img-text i{
    color: orange;
    margin-bottom: 10px;
}
.img-text .buttons span{
    text-align: left;
}

.dish-box {
    position: relative;
    margin-bottom: 30px;
}

.img-area {
    position: absolute;
    width: 150px;
    height: 150px;
    overflow: hidden;
    top: 15px;
    left: 120px;
    border-radius: 50%;
}

.img-area img {
    width: 100%;
}

.carousel-indicators {
    left: 0;
    top: auto;
    bottom: -10px;
}


/*new one */
.color-light {
    color: rgb(83, 83, 83);
}

.navbar-toggler {
    background: #000;
}

.header {
    padding: 1rem 7%;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;


}

/*
.logo img{
    width: 50px;
}
*/
.navbar a {
    color: black;
    margin: 0.5rem;
    padding: 0.5rem;
    font-size: 1.5rem;
}

.navbar a:hover {
    transform: scale(1.1);
    color: crimson;
}

.icons a {
    color: black;
    padding: 0.6rem 1.5rem;
    border: 1px solid #ffb300;
    border-radius: 50px;
    font-size: 18px;
}

.icons a:hover {
    transform: scale(1.1);
    background: #ffb300;


}

.main {
    background: #fef6e3;

}

.dish-buttons a {
    color: black;
    padding: 0.6rem 1.5rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 18px;
}

.item-center {
    justify-content: center;
    align-items: center;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.head-content h3 {
    writing-mode: vertical-lr;
    padding-top: 40px;
    padding-left: 0px;
    font-size: 120px;
    color: orange;
}

.animate img {
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
}

.dish-buttons {
    text-align: center;

    text-align: center;
    padding-top: 100px;
    padding-left: 0px;
}

.pizza-img {
    width: 350px;
    height: 100%;
    margin-top: -110px;
    margin-left: 0px;
    aspect-ratio: 1/1;
    object-fit: contain;

}

.shape {
    height: 500px;
    width: 100%;
    background: #68b984;
    border-radius: 50px 0px 0px 50px;
}

.shape1 {
    height: 350px;
    width: 100%;
    background: #68b984;
    border-radius: 0px 50px 50px 0px;
}

.shape1 .chilli img {
    width: 150px;
    left: -20px;
    align-items: flex-start;
    margin-left: -60px;
}
.shape1 .tomatos img {
   
    width: 80px;
    margin-left: -40px;
    margin-top: 0px;
    
}

.shape1 .chef img {
    width: 300px;
    height: 100%;
    margin-top: -244px;
    margin-left: 70px;
  

}

.text-start {
    justify-content: first baseline;
    align-items: flex-start;
    text-align: start;
}

.padding {
    padding-top: 60px;
    padding-bottom: 20px;
}

/*
menu-carousels
*/


.comment-box {
    position: relative;
    margin-bottom: 30px;
}



.carousel-indicators {
    left: 0;
    top: auto;
    bottom: -10px;
}

.carousel-indicators li {
    background: #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.carousel-indicators .active {
    background: rgb(255, 0, 0);
}

/*
menu-carousels
*/
.cart {
    position: relative;
    background: #fff;
    border-radius: 20px;
    width: 296px;
    height: 460px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

section {
    position: relative;
    width: 450px;
    width: 1075px;
    display: flex;
    align-items: center;
}

.cart .cart-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
}

section .cart .image {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
    box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.25);
}

section .cart .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px #fff;
}

.box1 {
    position: absolute;
    width: 100%;
    height: 30%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(106.32deg, #f3a60f 14.23%, rgba(225, 25, 25, 0)139.97%);
}

.box2 {
    position: absolute;
    width: 100%;
    height: 30%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(106.32deg, #5b2ed8 14.23%, rgba(225, 25, 25, 0)139.97%);
}

.box3 {
    position: absolute;
    width: 100%;
    height: 30%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(106.32deg, #f36a0f 14.23%, rgba(225, 25, 25, 0)139.97%);
}

.box4 {
    position: absolute;
    width: 100%;
    height: 30%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(106.32deg, #0fd8f3 14.23%, rgba(225, 25, 25, 0)139.97%);
}

.cart .name-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.name-item .itme {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.name-item .name {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.cart .rating {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.cart .rating i {
    font-size: 18px;
    margin: 0 2px;
    color: orange;
}

.cart .button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;

}

.cart .b1 button {
    background: orange;
}

.cart .b2 button {
    background: #5b2ed8;
}

.cart .b3 button {
    background: #f36a0f;
}

.cart .b4 button {
    background: #0fd8f3;
}

.cart .button span {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.cart .button button {
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cart .button button:hover {
    opacity: 0.8;
}

.profile-box {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
}

.img-profile {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    padding-top: 0px;
    border-radius: 15px 15px 0px 0px;
}

.img-profile img {

    width: 100%;
}

.img-name {
    width: 100%;
    height: 100px;
    display: block;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
    padding: 60% 5%;
    border: rgba(0, 0, 0, 0.363) solid 1px;
    border-radius: 15px;

}

.img-name h5 {
    padding: 10% 5%;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.img-name .social-media i {
    color: #000 ;
    font-size: 20px;
    margin: 6px;
    
}
.img-name .starz i {
    color: orange ;
    font-size: 14px;
    margin: 2px;
    
}

.total-bg {
    background: #b1f3c8;
}

.mobile-app img {
    width: 400px;
    height: 100%;
    margin-top: -50px;

}

.play-buttons {
    padding: 10px;
    justify-content: space-around;
}

.breakfast img {

    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.background-dark {
    background: #222;
    border-radius: 20px;
}
.subscribe{
    color: #424242;
    font-size: 80px;
}
.subscribe:hover{
    color: #635223;
    font-size: 80px;
}
.media{
    

}
.media a{
    font-size: 20px;
    margin: 10px;
    color: #000;
}
.media a:hover{
    color: rgb(255, 0, 0);
}
.animation img{
 
    width: 450px;
    height: 450px;
    margin-left: -300px;
    margin-top: -550px;
  
    animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 

}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.tomato img{
    width: 100px;
    margin-top: 100px;
}
.border-bottom{
    border-bottom: 1px solid rgb(63, 63, 63);
}
/*menu-page-here*/
.menu-bar{
    width: 100%;
}
.hr-red{
    border-bottom: 2px solid red;
    
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.float .my-float{
    padding-top: 100px;
   text-align: center;
	margin-top:50%;
}