.elementor-element-3c96a992 a.premium-tab-link{
  text-decoration: none !important;
}

.recipe-section .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #DEB2B6;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
 display: none;
}

.recipe-section .dot-active, .recipe-section .dot:hover {
  background-color: #930C1A;
}

.recipe-section .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.recipe-section{
  max-width: 1286px;
  margin: 0 auto;
}

.recipe-section .all_slider_container{
  display: grid;
  grid: 'one one two two three three'
        'four four four five five five';
  gap: 20px;
  grid-template-columns: 6(1fr);
  transform: none !important;
}

.recipe-section .all_slider_container .main_slider:nth-child(1){
  grid-area: one !important;
}

.recipe-section .all_slider_container .main_slider:nth-child(2){
  grid-area: two !important;
}

.recipe-section .all_slider_container .main_slider:nth-child(3){
  grid-area: three !important;
}

.recipe-section .all_slider_container .main_slider:nth-child(4){
  grid-area: four !important;
}

.recipe-section .all_slider_container .main_slider:nth-child(5){
  grid-area: five !important;
}

.recipe-section .all_slider_container .main_slider:nth-child(1) .img_container img,
.recipe-section .all_slider_container .main_slider:nth-child(2) .img_container img,
.recipe-section .all_slider_container .main_slider:nth-child(3) .img_container img{
  max-width: 400px;
  width: 100%;
}

.recipe-section .all_slider_container .main_slider:nth-child(4) .img_container img,
.recipe-section .all_slider_container .main_slider:nth-child(5) .img_container img{
    max-width: 600px;
    width: 100%;
}

.recipe-section .all_slider_container .main_slider:nth-child(1) .content_container,
.recipe-section .all_slider_container .main_slider:nth-child(2) .content_container,
.recipe-section .all_slider_container .main_slider:nth-child(3) .content_container{
  text-align: center;
  max-width: 400px;
  width: 100%;
}

.recipe-section .all_slider_container .main_slider:nth-child(4) .content_container,
.recipe-section .all_slider_container .main_slider:nth-child(5) .content_container{
  max-width: 600px;
  width: 100%;
}
  
.recipe-section .all_slider_container .main_slider{
  position: relative;
}
  
.recipe-section .all_slider_container .main_slider .content_container{
  position: absolute;
  z-index: 99;
  /* left: 0; */
  width: 100%;
  bottom: 0px;
  padding: 0px 20px 20px 20px;
  transition: all 0.5s linear;
  opacity: 0;
  border-radius: 25px;
  background: url('http://chaska.hemangcodes.com/wp-content/uploads/2023/04/falafel-hummus-pita-middle-eastern-arabic-dishes11.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 95%;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.recipe-section .all_slider_container .main_slider:hover .content_container{
  opacity: 1;
  transition: all 0.5s linear;
  z-index: 1;
}

.recipe-section .all_slider_container .main_slider .content_container h1{
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 500;
  color: white;
  margin: 0 ;
}

.recipe-section .all_slider_container .main_slider .content_container p{
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  color: #A7A39F;
  line-height: 24px;
  margin-bottom: 0px;
}

.recipe-section .recipe-slider:not(:first-child){
  display: none;
}


@media only screen and (max-width:768px){
  .recipe-section .all_slider_container .main_slider .content_container h1{
    font-size: 18px;
  }

  .recipe-section .all_slider_container .main_slider .content_container p{
    font-size: 13px;
    line-height: 18px;
  }
  .recipe-section .all_slider_container .main_slider .content_container{
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
  }

}

@media screen and (min-width: 450px)and (max-width: 650px) {
  .recipe-section .all_slider_container{
    display: grid;
    grid: 'one two'
          'three three'
          'four five';
    gap: 20px;
    grid-template-columns: 4(2fr);
    transform: none !important;
  }

  .recipe-section .all_slider_container .main_slider:nth-child(3){
    display: flex;
    justify-content: center;
  }

  /* .recipe-section .all_slider_container .main_slider:nth-child(3) .content_container{
    max-width: 380px;
    width: 100%;
  } */
  
  .recipe-section .all_slider_container .main_slider:nth-child(4) .img_container img,
  .recipe-section .all_slider_container .main_slider:nth-child(5) .img_container img{
    height: 200px;
  }
}

@media only screen and (max-width: 450px){
  .recipe-section .all_slider_container{
    display: grid;
    grid: 'one'
          'two'
          'three'
          'four'
          'five';
    gap: 20px;
  }

  .recipe-section .all_slider_container .main_slider:nth-child(1) .content_container,
  .recipe-section .all_slider_container .main_slider:nth-child(2) .content_container, 
  .recipe-section .all_slider_container .main_slider:nth-child(3) .content_container {
    text-align: center;
    max-width: 380px;
  }
}

@media only screen and (max-width: 350px){
  .recipe-section .all_slider_container .main_slider:nth-child(1) .content_container,
  .recipe-section .all_slider_container .main_slider:nth-child(2) .content_container,
  .recipe-section .all_slider_container .main_slider:nth-child(3) .content_container,
  .recipe-section .all_slider_container .main_slider:nth-child(4) .content_container,
  .recipe-section .all_slider_container .main_slider:nth-child(5) .content_container{
    width: 93%;
  }
}