/*
Theme Name: Astra Child
Template: astra
*/


body {
  background-color: #737373 !important;
  font-family: "Amaranth";
}

.elementor-slide-heading {
  position: relative;
}
h3.elementor-heading-title.elementor-size-default {
    color: #ffff;
    /* font-family: 'Roboto'; */
    margin-top: 15px;
}
.slider-main .elementor-slide-heading::before {
  content: " ";
  display: block;
  width: 60%;
  height: 1px;
  top: 50%;
  right: 100%;
  border: 1px solid #fff;
  position: absolute;
}
.slider-main .elementor-slide-heading::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  top: 50%;
  left: 100%;
  border: 1px solid #fff;
  position: absolute;
}
.chip {
  width: 130px;
  height: 130px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #00000042;
  transform: rotate(45deg);
}
.chip:hover,.chip-inner:hover,.box-chip-inner:hover {
    background-color: #B21E23;
}

.button-slider1 {
  position: absolute;
  left: 12%;
  top: 12%;
  transform: rotate(315deg);
  font-size: 20px;
}
.button-slider2 {
  position: absolute;
  left: 26%;
  top: 14%;
  transform: rotate(315deg);
  font-size: 20px;
}

.slider-d-flex {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.slider-d-flex i.icon.icon-down-arrow1 {
  font-size: 30px;
}
.bottom-d-flex {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}

.ekit-wid-con .fasicon,
.ekit-wid-con .icon,
.ekit-wid-con .icon::before,
.fasicon,
.icon,
.icon::before {
  font-weight: 700 !important;
}

.chip-inner {
  width: 130px;
  height: 130px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #00000042;
  transform: rotate(45deg);
}

.button-inner {
    position: absolute;
    left: 6%;
    top: 15%;
    transform: rotate(315deg);
    font-size: 20px;
}
.chip-inner i {
  position: absolute;
  bottom: 8%;
  left: 68%;
  font-size: 30px;
  transform: rotate(316deg);
}

.box-chip-inner {
  width: 130px;
  text-align: center;
  height: 130px;
  border: 1px solid #fff;
  background-color: #00000042;
  transform: rotate(45deg);
}
.box-chip-inner1 {
  width: 130px;
  text-align: center;
  height: 130px;
  border: 1px solid #fff;
  background-color: #00000042;
  transform: rotate(45deg);
}
.box-chip-inner1 i {
  position: absolute;
  bottom: 8%;
  left: 68%;
  font-size: 30px;
  transform: rotate(316deg);
}
.box-button-inner {
  position: absolute;
  left: 11%;
  top: 17%;
  transform: rotate(315deg);
  font-size: 20px;
}
.box-button-inner1 {
  position: absolute;
  left: 2%;
  top: 17%;
  transform: rotate(315deg);
  font-size: 20px;
}
.box-button-inner2 {
  position: absolute;
  left: 12%;
  top: 14%;
  transform: rotate(315deg);
  font-size: 20px;
}
.box-chip-inner i {
  position: absolute;
  bottom: 8%;
  left: 68%;
  font-size: 30px;
  transform: rotate(316deg);
}
.dishes-title {
  background-color: #737373;
  color: #ffffff;
  -webkit-clip-path: polygon(100% 0, 88% 100%, 0 100%, 0% 0%);
  clip-path: polygon(100% 0, 88% 100%, 0 100%, 12% 0%);
  padding: 5px 60px;
}
.dishes-title-red {
  background-color: red;
  color: #ffffff;
  -webkit-clip-path: polygon(100% 0, 88% 100%, 0 100%, 0% 0%);
  clip-path: polygon(100% 0, 88% 100%, 0 100%, 12% 0%);
  padding: 5px 60px;
}
.image-text-bottom .button-slider1 {
  position: absolute;
  left: 23%;
  top: 22%;
  transform: rotate(315deg);
  font-size: 20px;
}
.image-text-bottom .button-slider1 i.icon.icon-down-arrow1 {
  font-size: 30px;
  position: absolute;
  left: 30%;
  bottom: -18px;
}
.image-text-bottom .slider-d-flex {
    display: flex;
    justify-content: center;
    padding-top: 70px;
}
.table-flex li {
  color: #fff;
  padding: 10px 10px !important;
}
.table-flex {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.border-white {
  border-bottom: 1px solid #fff;
}

/*.menu-list {*/
/*    border: 1px solid #fff;*/
/*}*/
.tab-content .tab-pane {
    padding: 0px 0px 20px 0px;
}

.english-menu .elementkit-nav-link {
    justify-content: space-between;
}
@media screen and (min-width: 767px) {
     .slider-d-flex{
         width:500px;
     }
     
     .image-text-bottom .slider-d-flex{
         width:auto;
     }
    
}

@media screen and (max-width: 575px) {
  .slider-d-flex {
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
  }

  .chip {
    margin-bottom: 60px;
  }
  .chip-inner {
    margin: 40px 0;
  }
}



