html{
  scroll-behavior: smooth;
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: Normal;
    src: url('../fonts/roboto_slab.otf') format('opentype');

}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: Normal;
    src: local('Roboto Condensed'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
            font-family: "Snell Roundhand";
            src: local('Snell Roundhand'), url("../fonts/SnellRoundhandRegular.woff2") format("woff2"),
                url('../fonts/SnellRoundhandRegular.ttf') format('truetype'),
                url('../fonts/SnellBT-Regular.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
          }
:root{
	--red:#CD1C18;

}
*{
	margin: 0;
	font-style: normal;
	font-family: 'Roboto Slab';
	color: white;
	
}
a{
	text-decoration: none;
	color: white;
	
}
a:hover {
    color: white;
/*    text-decoration: none;*/
}

body{
	background: #2B2525;
}

.nav-font{
	
	font-family: Roboto Slab;
	font-weight: 700;
	font-weight: Bold;
	font-size: 1.5vw;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;

}
.item2{
  position: relative;
}
.item2-sub{
  position: absolute;
}
.nav-area{
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-gap: 10px;
	padding: 1vw 5vw;
	justify-items: center;
 }
 
#full-menu-open-001{
  display: none;
}
.hamburger-icon{
	display: none;
  position: relative;
}
.nav-items{
	display: grid;
	grid-template-columns: 1fr 1.2fr 1fr 1fr 2fr;
	justify-self: end;
  grid-gap: 0.5vw;
	justify-items: center;
	align-self: center;
	height: 24px;
/*	margin-top: 4%;*/
}
.brand-logo{
/*	width: 22vw;*/
  height: auto;
}
.brand-logo img{
	width: 115%;

 
  max-width: 220px;
}
.card{
	position: absolute;
/*	width: 15%;*/
	--bs-card-bg: none;
  background-color: #2B2525;
    text-align: center;
    gap: 1vw;
}
#menu-items, #full-menu-open {
         /*width: fit-content; 
        border-radius: 5px;
        text-align: center;
        top: 72px;
       padding: 0 2vw;
        position: absolute;
        background-color: #2B2525;
        right: 73px;*/
        animation-name: myAnimation;
        animation-fill-mode: forwards;
        animation-duration: 500ms;
       /* z-index: 1;
        left: 50%;
   
    transform: translate(-50%,0);*/
    }
    @keyframes myAnimation {
  0%   {height: 0}
  100% {height: auto}
}
#collapse-menu-option{
  display: none;
}
#cross, #cross0{
  position: relative;
  right: -94%;
  width: 45px;
  height: 30px;
  top: -10%;
  margin-top: -3%;
}
#cross svg, #cross0 svg{
  width: 32px;
height: auto;
}
#cross:hover{
  cursor: pointer;
  background-color: #CD1C18;
}
#item1,#item01{
  opacity: 0;
  animation-name: itemanimate;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
#item2,#item02{
  opacity: 0;
  animation-name: itemanimate;
  animation-fill-mode: forwards;
  animation-delay: 100ms;
  animation-duration: 100ms;
}
#item3, #item03{
  opacity: 0;
  animation-name: itemanimate;
  animation-fill-mode: forwards;
  animation-delay: 200ms;
  animation-duration: 100ms;
}
#item4, #item04{
  opacity: 0;
  animation-name: itemanimate;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
  animation-duration: 100ms;
}
 @keyframes itemanimate {
0%   {opacity: 0}
100% {opacity: 1}
}
.item2 svg{
	width: 1.6vw;
  height: auto;
  margin-top: -0.5vw;
  stroke-width: 15%;
  margin-left: -4px;
}
.item2 span{
	width: 24px;
  height: 24px;
  display: inline-block;
  padding-left: 5px;
}
.item5{
	background-color: var(--red);
    padding: 1vw 2vw;
    /* height: 44px; */
    margin-top: -1.2vw;
    /* border: 2px; */
    border: 2px solid var(--Primary-Chili-Red, #CD1C18);
    border-radius: 8px;
    height: 2.8em;
}
#menu-items{
	display: none;
}
.menu-block{
	transition: width 5s;
}
.fm-items-block{
	
  display: flex;
  flex-direction: column;
  background-color: #2B2525;
  padding: 10px 20px;
  width: fit-content;
}
.fm-items-block a{
  padding: 1% 0;
}
.fm-items-block a{
  margin-bottom: 0.3vw;
}
.flavors-menu{
  position: relative;
}
#full-menu-open{
	display: none;
	
}
.nav-mob-v1{
  width: 100%;
  display: grid;
  align-content: center;
}
#full-menu-desktop-content{
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
}



/*<----------Footer Start------> */
.footer-area{

display: flex;
flex-direction: column;
padding: 20px 80px 40px;
width: 100%;
overflow: auto;
}
.footer-top{
	display: flex;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px;
gap: 4vw;
width: 100%;
}
.brand-logo{
/*	width: 30%;*/
}
.footer-right, .footer-center{
	display: flex;
	gap: 1%;
}
.footer-center{
	
	width: 100%;
 
  justify-content: center;
  gap: inherit;
}
.footer-right{
	width: 30%;
}
.footer-right a{
	margin: 0 1% 0 1%  ;
}

 .footer-bottom{
 text-align: center;
  margin-top: 3vmin;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 5px;
}
.text-end{
	text-align: right !important;
  font-family: "Roboto Condensed";
  line-height: 140%;
  letter-spacing: 6%;
}
.footer-top img {
    
    min-width: 100px;
   /* height: 100%;
    max-width: 193px;*/
}

/*<----------Footer END------> */

@media screen and (min-width: 900px){
  .nav-font {
    font-size: 1.3vw;
}
  .item2 svg {
    width: 1.2vw;
    margin-top: -0.2vw;
}
  


}


@media screen and (max-width: 600px) {
  .nav-area {
   /* padding-left: 3vw;
    display: grid;*/
    grid-template-columns: 1fr 1fr;
   /* grid-gap: 10px;
    padding: 1vw 5vw;
    justify-items: center;*/
  }
	.nav-items{
		display: none;
	}
  .brand-logo img {
  width: 300%;
}
	.hamburger-icon{
	display: block;
	justify-self: end;
	padding-right: 20px;
	display: flex;
	gap: 10px;
	
}
	.hamburger-icon svg{
		width: 32px;
    margin-top: 10px;
    background-color: #CD1C18;
    padding: 1px;
    padding: 5px;
    border-radius: 5px;

		
  }
 
  .card{
  	position: absolute;
  }
  .menu-block{
  	display: flex;
  	flex-direction: column;
  }
#menu-items, #full-menu-open {
      
  top: 8vh;
  position: absolute;
  animation-name: myAnimation;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  z-index: 1;
  overflow: hidden;
  right: 0vw;
  text-align: end;
    }
@keyframes myAnimation {
  0%   {height: 0}
  30%  {height:5vh}
  60%  {height:10vh}
  100% {height: auto}
}
#cross, #cross0{
	position: relative;
  right: -94%;
  width: 45px;
  height: 30px;
  top: -10%;
  margin-top: -3%;
}
#cross svg, #cross0 svg{
	width: 32px;
height: auto;
}
#cross:hover{
	cursor: pointer;
	background-color: #CD1C18;
}
#item1,#item01{
	opacity: 0;
	animation-name: itemanimate;
 	animation-fill-mode: forwards;
	animation-duration: 2s;
}
#item2,#item02{
	opacity: 0;
	animation-name: itemanimate;
 	animation-fill-mode: forwards;
 	animation-delay: 100ms;
	animation-duration: 100ms;
}
#item3, #item03{
	opacity: 0;
	animation-name: itemanimate;
 	animation-fill-mode: forwards;
 	animation-delay: 200ms;
	animation-duration: 100ms;
}
#item4, #item04{
	opacity: 0;
	animation-name: itemanimate;
 	animation-fill-mode: forwards;
 	animation-delay: 300ms;
	animation-duration: 100ms;
}
 @keyframes itemanimate {
0%   {opacity: 0}
100% {opacity: 1}
}
.footer-content-1{
	font-size: 3vw;
}
.cpy-icn svg{
	width: 4vw;
    height: auto;
    margin-top: -1vw;
    stroke-width: 2vw;
    fill: white;
}
.item5 {
    
    border-radius: 2px;
     height: auto; 
    font-size: 2vw;
}
.footer-top img {
    width: 130%;
   /* height: 100%;
    max-width: 193px;*/
}
.footer-right, .footer-center {
    display: flex;
    flex-direction: column;
}
.footer-center{
  width: 100%;
    justify-content: center;
    gap: 0;
}
.footer-area {
   
    padding: 2vw 5vw;
    
    text-align: center;
}
.fm-items-block {
  margin-top: 6%;
}
}


 .hide-home{
    visibility: hidden;
  }


  
	
