@font-face{
    font-family: cairo;
    src: url('../fonts/Cairo-Regular.ttf');
}

body{
    font-family: cairo;
    color: #4f5051;
    height: 2000px;;
}
.navbar-brand span{
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.navbar-brand span.en,
.carousel-caption h5.en

{
    letter-spacing: 2px;
}

.navbar-brand span:first-child{
    color:#EA752B;
}

.navbar-brand span:last-child{
    color: #fff;
}
.navbar-brand img{
    width: 75px;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    /*font-weight: bold;*/
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link{
    color: #EA752B;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link{
    font-weight: bold;
}

.navbar-light .navbar-toggler{
    color: #fff;
    border-color: rgba(255, 255, 255, 0.54);
}

.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.bg-dark{
    background: rgba(0, 0, 0, 0.95) !important;
}

.carousel-indicators li{
    height: 6px;
    cursor: pointer;
}

.carousel-item{
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center;
    -webkit-background-size : cover;
    -moz-background-size : cover;
    -o-background-size : cover;
    background-size : cover;
}

.carousel-one{
    background: url('../imgs/5-Scaled.jpg');
}
.carousel-two{
    background: url('../imgs/6-Scaled.jpg');
}
.carousel-three{
    background: url('../imgs/4-Scaled.jpg');
}
.carousel-four{
    background: url('../imgs/3-Scaled.jpg');
}
.carousel-five{
    background: url('../imgs/2-Scaled.jpg');
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.carousel-caption{
    bottom: 225px;
}

.carousel-caption h5{
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 25px;
}

.carousel-caption p{
    width: 75%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

/*
    About
*/

.about, .products, .contacts{
    padding: 60px 0;
}

.about{
    position: relative;
    margin-top: 50px;
    margin-bottom: 0px;
    min-height: 500px;
    background: url('../imgs/about-bg.webp') no-repeat fixed 100%;
    background-size: cover;
}
.about-overlay{
    margin: -60px 0;
    position : absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.tari-logo-container{
    padding-top: 25px;
}
.tari-logo{
    height: 300px;
}
.about-desc{
    padding-top: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-desc p{
    font-size: 20px;
}

/*
    products
*/
[type="radio"]{
    display: none;
  }
  label{
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: 0.25s;
    font-weight: bold;
  }
  .products [type="radio"]:checked + label{
      background: #EA752B;
      color: #fff;
  }
  .products [type="radio"]:nth-of-type(2):checked ~ .gallery .card:not(.main),
  .products [type="radio"]:nth-of-type(3):checked ~ .gallery .card:not(.sub),
  .products [type="radio"]:nth-of-type(4):checked ~ .gallery .card:not(.drink)
  {
    display: none;
  }
  .gallery{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 300px);
    grid-auto-rows: 1fr;
    grid-gap: 1rem;
    padding: 0.5rem;
    margin-top: 1rem;
  }
  .card{
    margin: 0;
    background: #EA752B;
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 0 0 10px silver;
    transition: box-shadow 0.35s;
  }
  .card:hover{
    box-shadow: 0 0 25px #0009;
  }
  .card__image{
    width: 100%;
    object-fit: cover;
  }
  .card__caption{
      font-weight: bold;
    font-variant: small-caps;
    padding: 0.5rem;
    text-align: center;
    color: #fff;
  }



.products{
    padding-top: 75px;
}

.products h2, .contacts h2{
    display: inline-block;
    color: #EA752B;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
    border-bottom: solid 1px #EA752B;
}

.products img{
    padding-top: 10px;
    height: 200px;
}

.products h3{
    padding: 15px 0;
    color: #EA752B;
}

.products p{
    color: #4f5051;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
}

.contacts{
    /*background: #4f5051;*/
}

.contacts .branch{
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    min-height: 250px;
    width: 50%;
    transition-duration: 0.5s;
    cursor: pointer;
}

.contacts .branch:hover{
    background: #EA752B;
}

.contacts .branch:hover i.fa-map-marker-alt,
.contacts .branch:hover p,
.contacts .branch:hover h3{
    color: #fff;
}


.contacts h2{
    color: #EA752B;
    margin-bottom: 50PX;
    border-bottom: solid 1px #EA752B;
}
.contacts h3{
    color: #8e8e8e;
    font-weight: bold;
}
.contacts .branch i.fa-map-marker-alt{
    display: block;
    font-size: 50px;
    color: #EA752B;
    margin-bottom: 30px;
}

.contacts .branch p{
    color: #8e8e8e;
}

.contact-i{
    color: #4f5051;
    font-size: 30px;
    margin: 0 10px;
    cursor: pointer;
    transition-duration: 0.5s;
}
.contact-i:hover{
    color: #EA752B;
}
.contact-mail{
    color: #4f5051;
    font-size: 18px;
    transition-duration: 0.3s;

}
.contact-mail:hover{
    color: #EA752B;
    text-decoration: none;
}
.social-area{
    margin-top: 10px;
}
.footer{
    background-color: #EA752B;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
}

/*.branch::before, .branch::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .center:hover {
    color: #9d1b20;
  }
  .center::before, .center::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: center;
  }
  .center::before {
    border-top: 2px solid #9d1b20;
    border-bottom: 2px solid #9d1b20;
    transform: scale3d(0, 1, 1);
  }
  .center::after {
    border-left: 2px solid #9d1b20;
    border-right: 2px solid #9d1b20;
    transform: scale3d(1, 0, 1);
  }
  .center:hover::before, .center:hover::after {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
  }*/