*{
    font-family: 'Jost', sans-serif;
}

body{
    overflow-x:hidden;
}

h1{
    font-size: 50px;
    font-weight:bold;
}

h2,.h2{
    font-size: 39px;
    font-weight: bold;
}

h3{
    font: 20px;
    font-weight: bold;
}

.f-20{
    font-size:20px;
    font-weight:bold;
}

h5{
    font-size: 14px;
    font-weight: bold;
}

.font-para{
    font-size: 14px;
}

.font-big{
    font-size: 20px;
}
.orange{
    color: #F8C82C;
}

.grey{
    color: #303030;
}

.green{
    color: #ABC907;
}

.bg-orange{
    background-color: #F8C82C;
}

.bg-grey{
    background-color:#F5F5F5;
}


.bg-green{
    background-color: #ABC907;
}

.button-green{
    background-color: #ABC907;
    color: white;
    border: none;
}
.button-green:hover{
    background-color: #F8C82C;
}
.para-grey{
    color: #999999;
}

.navbar-brand , .nav-link{
    color: #303030 !important;
}

.navbar-brand:hover , .nav-link:hover{
    color: #F8C82C !important;
}

.nav-link:focus, .nav-link:hover{
    color: #F8C82C !important;
}

.nav-link{
    font-weight: 800;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #F8C82C !important;
    color: #FFF !important;
}

.nav-link{
    font-size: 18px;

}

.navbar-light .navbar-toggler{
    border: none;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.sandwich h1{
    color: #FFF;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 20px;
}

.mx-100{
    margin-top:100px;
    margin-bottom:100px;
}

.px-100{
    padding:100px 0;
}


.section-two img, .section-six-part-two img,.benifits img,.testimonials .card img,.vision img,.mission img,.contact img{
    width: 50px;
    height: auto;
}

.section-two .image,.section-six-part-two .image,.testimonials .card .image,.vision img,.mission img{
    width: 100px;
    height: 100px;
    background-color: #ABC907;
    display:flex;
    justify-content: center;
    border-radius: 100%;
    aspect-ratio: 1;
}



.price{
    width: 150px;
    height: auto;
    background-color: #FFF;
    color: #303030;
    border-radius: 100%;
    aspect-ratio: 1;
    display:grid;
    justify-items:center;
    align-items:center;
    transform:rotate(-30deg);
    transition:0.5s;
    box-shadow:4px 4px 20px #3030301A;
    z-index:1;
}

.price:hover{
   transform:rotate(0deg);
}

.feat-image{
    transform:rotate(0deg);
    transition:0.5s;
}

.feat-image:hover{
    transform:rotate(20deg);
}


.price div{
    margin:10px 0;
}

/* .breakfast{
    background-image:url(./images/breakfast.jpg);
    height:500px;
    background-size:cover;
} */

.breakfast2{
    border: 1px solid #FFF;
}

.form-control{
    height:50px !important;
    background-color:#F5F5F5;
}

.collaboration .card{
    box-shadow: 4px 4px 20px #F5F5F5;
}

.about{
    width:auto;
    height:300px;
}

.othermenu{
    display:flex;
    justify-content:space-between;
    flex-basis: 100%;
    align-items:center;
    margin:1rem 0
}

.othermenu .seperator{
    border-bottom:1px dotted #999999;
    flex-grow:1;
}

.othermenu .green{
    font-weight:bold;
}

.othermenu img{
    width:50px;
    height:auto;
}

.other-menu .card-body,.contact .card-body{
    box-shadow:4px 4px 20px #999 !important;
}

.productdetailheading h1{
    width:150px;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:100%;
    box-shadow:4px 4px 20px #303030;
    aspect-ratio:1;
    transform:rotate(-30deg);
    transition:0.5s;
}

.productdetail h1:hover{
    transform:rotate(0deg);
}

.success img{
    width: 100px;
    height: 100px;
}

.customize{
    color: #ABC907;
    border:1px solid;
    animation:color 4s infinite;
}

@keyframes color{
   0%{
    color: #FFF;;
   }15%{
    color: #FF0000;
   }30%{
    color:#FF7F00;
   }45%{
    color:#FFFF00;
   }60%{
    color:#00FF00;
   }75%{
    color:#0000FF;
   }90%{
    color:#4B0082;
   }100%{
    color:#9400D3;
   }
}

.customize:hover{
    background-color:inherit;
    border-color:inherit;
}

.order img{
    width:50px;
    height:auto;
    aspect-ratio:1;
}
.order a{
    background-color:#FFF;
}

.btn-outline-warning{
    border: 1px solid #FC8019;
    color: #FC8019;
}

.btn-outline-warning:hover{
    color: #FFF;
}

.intro-text{
    font-size: 4vw;
}

.order p {
    display: none;
}



@media screen and (min-width: 768px ){

.navbar  .nav-round{
    padding: 1em;
   width: 100%;
   background-color: white;
   border: 1px solid transparent;
   border-radius: 20px;
   padding: 1em;
   box-shadow: 4px 4px 20px #303030;
}

.div-wrapper{
    background-color: transparent;
    position: relative;
    padding: 0 2em;
    margin: 2em;
    z-index: 100;
}

.order p{
    display: block;
}

/* .navbar .navbar-expand-lg{
background-color: white !important;
padding: 0 2em !important;
border: 1px solid transparent !important;
border-radius: 20px !important;
left: 50% !important;
transform: translate(-50%) !important;
margin: 2em 0 0 0 !important;
width: 100% !important;
} */

.navbar {
    position: absolute !important;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width:480px){
    .sandwich h1,.breakfast-items h1{
        color: #FFF;
        text-align: center;
        border: 1px solid transparent;
        border-radius: 20px;
        font-size:20px;
    }
}
