<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.text-box {
  position: relative;
  /* left: 10%; */
  top: 194px;
  color: white;
  font-weight: 900;
  width: 1110px; 
  margin-left: auto; 
  margin-right:auto;
}
.text-box h2{
  
  font-size: 72px;
}
.menu-search{

  position: relative;
  top: 465px;
  width:1110px;
}
.menu-box{
  width:100%;
  max-height: 96px;
  min-height: 83px;
  /* height: auto; */
  margin-left: auto;
  margin-right: auto;
  background-color: #9E0620;
  border-radius: 12px; 
  position: relative;
}
.menu-box img{
  width: 46px;
  height: 46px;
  margin-left: 16px;
  
}
.menu-box li{
 margin-right: 16px; 
  
}

.menu-box button{
  position: relative;
  right: 0px;
  height: 48px;
  width: 156px;
  border-radius: 12px;
  margin-left: 16px;
  border-color: #FFFFFF;
  color: #9E0620;
}
.menu-box button i{
  margin-left:16px; 
  height: 12px; 
  width: 40px;
}
.menu-box h2{
  font-size: 14px;
  /* position: relative;
  left: 12%; */
  font-weight: bolder;
  color: #FCFCFC;
}
.menu-box h3{
  color: #FCFCFC;
  font-size: 14px;
  font-weight: lighter;
}
.menu-search-input{
  height: 50px;
}
.menu-search-input i{
  background-color: #9E0620;
  color: white;

}
.menu-search-input span{
  background-color: #9E0620;

}
.box-nav{
  width: 100%;
}
.box-nav i{
  color: #000000;
  display: inline;
  background-color: #FFFFFF;
}
.box-nav a{
  color: #000000;
  display: inline;
}
.box-nav li{
  color: #000000;
  margin-left: 6%;
  margin-top: 2%;
}
.box-nav button{
  color: white;
  border: #80051A;
  background-color: #80051A;

}
.ayo-box{
  /* background-color: #9E0620; */
}
.ayo-box h2{
  font-weight: 500!important;
  font-size: 14px!important;
  padding-left: 2%;
}
.ayo-box h3{
  opacity: 0.85!important;
  font-weight: 300!important;
  font-size: 16px!important;
}

.ayo-nav{
  background-color: #FCFCFC;
  /* width: 100%; */
  /* font-size: 16px; */
  height: 60px;

}
.ayo-nav img{
  /* position: relative; */
  /* left: 10%; */
  /* top: 1%;
  margin-right: 2%; */
  height: 40px;
}
/* .ayo-nav ul{
  margin-right:10%;
} */
.ayo-nav li{
  margin-right: 0%;
  margin-left: 0%;
}
.ayo-nav ul button{
  border-radius: 12px; 
  background-position: center;
  background-repeat: no-repeat;
  background-color: #9E0620;
}

.devider{
  width: 1px;
  background-color: #FCFCFC;
  height: 40px;
  opacity: 0.8;
}
.search-home{
    background-color: #9E0620;
    border: none;
    color: #FFFFFF;
    border-radius: 12px;
    
font-weight: 300;
font-size: 16px;
line-height: 26px;
/* identical to box height, or 162% */

display: flex;
align-items: center;
letter-spacing: 0.25px;


opacity: 0.85;
}
.search-home::placeholder {
  color: #FFFFFF;
  
font-weight: 300;
font-size: 16px;
line-height: 26px;
/* identical to box height, or 162% */

display: flex;
align-items: center;
letter-spacing: 0.25px;


opacity: 0.85;
}
.search-home option {
  padding: 20px;
}</pre></body></html>