@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap');
            
 /* generic styles */

 * {
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
 }



 /* menu styles */

 .menu {
  background-color: #f5ebdc;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
 }
 
 .menu .menu__banner__img  {
  height: 50px;
  width: 100%;
  border-radius: 15px;
 }

 .menu__logo {
  height: 80px;
  width: 80px;
  align-self: flex-start;
  margin-top: 55px;
  margin-left: 5px;
  position: absolute;
  z-index: 1;
 }

 .menu__links {
  padding: 18px ;
  display: flex;
  position: relative;
  gap: 15px;
 }

 .menu__links__items {
  font-family: 'Roboto', sans-serif;
  font-weight: 900 ;   
  padding: 5px 20px; 
  font-size: 22px;                          
  color: #502314;
 }


 /* nav scroll styles */
 .nav-down{
   opacity: 0;
 }

 .fixed {
   position: fixed;
   top: 0;
   z-index: 99;
 }


 /* carousel style */

 .carousel-control-prev , 
 .carousel-control-next {
    width: 50px !important;
 }

 .carousel {
    width: 100%;
    position: relative;
 }

 .carousel__second {
    width: 100%;
 }

 .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    margin: 5px !important ;
 }

 .carousel__btn {
    display: flex;
    position: absolute;
 }

 .carousel__btn_item {
    background-color: #d62300 ;
    font-family: 'Roboto', sans-serif;
    font-weight: 900 ;
    color: #f5ebdc;
    font-size: 1.1rem;
    padding: 12px 90px;
    border-radius: 10px;
    z-index: 10;
    margin-top: 530px;
    margin-left: 520px;
 }

 .carousel__btn_second_item {
  background-color: #d62300 ;
  font-family: 'Roboto', sans-serif;
  font-weight: 900 ;
  color: #f5ebdc;
  font-size: 1.1rem;
  padding: 12px 110px;
  border-radius: 10px;
  z-index: 10;
  margin-top: 490px;
  margin-left: 540px;
 }


 /* Stores section styles */

 .stores {
  background-color: #f5ebdc;
  height: 490px;
  text-align: center;
 }

 .stores__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900 ; 
  font-size: 2.8rem;
  color: #502314;
  padding-top: 40px;
 }

 .stores__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 900 ; 
  font-size: 1.3rem;
  color: #502314;
  padding-top: 20px;
 }

 .stores__text_little {
  display: flex;
  justify-content: center;
 }

 .stores__text_little_item {
  width: 21.5%;
  font-family: 'Roboto', sans-serif;
  font-weight: 600 ;
  font-size: 0.8rem;

 }

 .stores__input {
  background-color: #fff;
  border: thin solid black;
  padding: 12px 280px;
  border-radius: 10px;
 }

 .stores__input::placeholder {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 900 ;
  color: #757575;
  font-size: 1.2rem;
 }

 .input_icon{
  z-index: 2;
  position: relative;
  right: 35px;
  top: 2px;
  color: #757575;
 }

 .stores__btn {
  background-color: #d62300 ;
  font-family: 'Roboto', sans-serif;
  font-weight: 900 ;
  color: #f5ebdc;
  font-size: 1.1rem;
  padding: 12px 70px;
  border-radius: 10px;
 }


 /* App stores section styles */

 .app__store {
  display: flex;
  flex-direction: row;
  background-color: #d62300 ;
 }

 .app__store_items {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 60px;
 }

 .app__store_items_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900 ;
  color: #f5ebdc;
  font-size: 4.8rem;
  width: 70%;
  padding-top: 50px;
 }

 .app__store_items_img {
  display: flex;
  gap: 25px;
 }

 .app__store_items_img_item {
  height: 100px;
  width: 260px;
  padding-top: 20px;
 }

 .app__store_img {
  padding-left: 50px;
 }

 /* footer styles */

 .footer {
  background-color: #502314;
  min-height: 460px;
  text-align: center;
 }


 .footer__logo {
  height: 85px;
  width: 75px;
  margin-top: 30px;
  margin-bottom: 10px;
 }

 .bg-light {
  width:96%; 
 }

 hr {
  position: relative;
 }

 hr.bg-light { 
  margin:30px auto; 
  border-top:1px solid lightgrey; 
 }

 .footer__links {
  display: flex;
  justify-content: center;
 }

 .footer__links__items {
  color:#f5ebdc;
  font-family: 'Roboto', sans-serif;
  font-weight: 900 ;   
  font-size: 22px;  
  padding: 1px 10px;  
  margin-top: 15px;                       
 }

 .footer__links__items_second {
  color:#f5ebdc;
  font-family: 'Roboto', sans-serif;
  font-weight: 500 ;   
  font-size: 19px;  
  padding: 1px 10px;
  margin-top: 5px;

 }

 .footer__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900 ;   
  font-size: 20px;  
  color: #f5ebdc;
 }

 .footer_icons_items {
  width: 32px;
  height: 32px;
  margin: 10px 8px 20px;
 }

 .footer_text {
  color:#f5ebdc;
 }


