/* Global css */
body {
  font-family: "Roboto", sans-serif;
}
a {
  color: #363636;
  text-decoration: none;
}

/* Global css */

.current-route {
  color: #ffbd27;
}

.details_header {
  padding: 8px 78px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

.details_contnet {
  padding: 24px 157px;
  display: flex;
  gap: 23px;
  align-items: flex-start;
}

.content_image img {
  /* height: 456px; */
}

.content_image {
  overflow: hidden;
}

.content_carousel {
  .owl-carousel {
    width: 100%;
    overflow: hidden;
  }
  .owl-carousel .owl-item img {
    height: 128px;
  }

  .owl-carousel .item {
    width: 100%;
  }
  .owl-carousel {
    width: 100% !important;
  }

  .owl-item, .content_image_flex_item_flex ,.owl-item .content_image_flex_item_flex img{
    width: 128px;
    height: 128px;
  }
}


#owl-demo .owl-stage-outer {
  padding-left: 0 !important; /* Remove left padding */
  margin-left: -40px; /* Negative margin equal to stagePadding to compensate for the removed left padding */
}

.content_image_flex {
  display: flex;
  align-items: stretch;
  justify-content: start;
  width: 100%;
  gap: 12px;
}
.content_image_flex_item_one {
  width: 100%;
}

.content_image_flex_item {
  transition: all 0.5s ease;
}
.content_image_flex_item img:hover,
.content_image_flex_item_flex.active img {
  outline: 3px solid #ffbd27;
  outline-offset: -3px;
}

.content_carousel {
  display: flex ;
  justify-content: center;
  align-items: center;
  margin: 20px 0px 50px 0;

  display: none;
}


.content_carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

body #wrapper .content_carousel .owl-nav .owl-prev {
  position: absolute;
  background: #c4c4c4;
  opacity: 0.7;
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -30px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper .content_carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}
body #wrapper .content_carousel .owl-nav .owl-next {
  position: absolute;
  background: #c4c4c4;
  opacity: 0.7;
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: -30px;
}
body #wrapper .content_carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
body #wrapper .content_carousel .owl-nav .disabled {
  display: none;
}
body #wrapper .content_carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.content_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.content_item_img {
  width: 168px;
  height: 168px;
}

.content_item_img:hover {
  opacity: 0.7;
}

.content_image_flex_item_one {
  padding-bottom: 4px;
}

.content_image_flex_item img ,.content_image_flex_item_one {
  /* width: 100%; */
  /* object-fit: cover; */
  height: 456px;
  width: 456px;
}
.content_image{
  width: 456px;

}
.content_image_flex_item_flex img {
  height: 100%;
}
.details_map {
  padding: 24px 157px;
}
.content_text {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
  /* flex-basis: 60%; */
  flex:1

  
}


.content_text_title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}
.ratings {
  display: none;
  align-items: stretch;
  justify-content: start;
  gap: 24px;
  margin-top: 8px;
}

.star {
  color: #ffea00;
  font-size: 30px;
}

.rating_point {
  /* padding: 17px; */
  background-color: #ffbd27;
  color: #fff;
  font-size: 26px;
  border-radius: 4px;
  width: 72px;
  height: 72px;
  /* text-align: center; */
  display: grid;
  place-items: center;
}

.rating_star {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}

.comment_amount {
  color: #999;
  font-size: 18px;

  /* label_big */
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.comment_amount_bracket {
  display: none;
}

.details_contnet_para {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans Myanmar", "Roboto", sans-serif;
  line-height: 26px;
  letter-spacing: 0.15px;
  width: 80%;
}

.details_content_contact {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  padding-bottom: 20px;

  width: 100%;

  overflow: hidden;
}

.contact_child {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 16px;
  border-bottom: .495px solid #c4c4c4;
  width: 100%;
  padding: 16px 0px 8px 4px;
  transition: 0.2s ease;
  min-height: 44px;
}
.contact_child_opening {
  user-select: none;
  display: none;
}

.down_icon {
  font-size: 14px;
  color: #000;
}
.contact_child:hover {
  background-color: #f7f7f7;
}
.contact_child_contact_container {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-direction: column;

  width: 100%;
}

.contact_child_title,
.opening_span {
  color: #999;
  font-size: 12px;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.contact_child_para,
.opeinig_container {
  color: #363636;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.25px;
  padding-top: 4px;

  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;

  /* body_small */
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}

.contact_child_para_open {
  flex-basis: 15%;
  color: #89c57b;
}

.contact_icon {
  font-size: 25px;
}
.detail_btn {
  background: #ffbd27;
  color: #363636;
  font-size: 12px;
  border: none;
  /* font-family: "Noto Sans Myanmar", sans-serif; */
  padding: 4px 8px;
  border-radius: 40px;
  line-height: 22px;
  transition: all 0.1s ease;

  /* label_small */
  font-style: normal;
  font-weight: 500;
}

.detail_btn_container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.detail_btn:hover {
  background: #fee123;
}
.opening_hour_dropdown {
  display: none;
}
.opening_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opeinig_container {
  padding: 20px 20px 20px 50px;
  border-bottom: 0.03px solid #e7e4e4;
}
.opeinig_container h6 {
  flex-basis: 15%;
}
.opeinig_container_closed {
  color: red;
}

.small_screen_contact {
  display: none;
}

.big_screen_show {
  display: block;
}
/* Default styles for .contact_text_header */
.contact_text_header.big {
  display: block; /* Default to block */
}

.contact_text_header.small {
  display: none; /* Default to none */
}


@media only screen and (max-width: 1400px) {
  .content_image_flex_item img, .content_image {
    height: 320px;
    width: 320px;
  }
  .content_carousel{
    display: none;
  }
}
/* Media query for screens with a max width of 1200px */
@media only screen and (max-width: 1200px) {
  .current-route {
    display: none;
  }
  .details_header {
    padding: 8px 32px;
  }
  .content_image_flex_item img, .content_image {
    height: 36.2vw;
    width: 36.2vw;
  }
 
  .content_image_flex_item img {
    /* height: 286px; */
  }
  .content_image_flex_item_one{
    /* height: 286px; */
    /* width: 286px; */
    height: 100%;
    width: 100%;

  }
  .yello_page_route {
    color: #ffbd27;
  }
  .detail_btn_container {
    display: flex;
    justify-content: flex-start; /* Changed 'start' to 'flex-start' */
    align-items: flex-start; /* Changed 'start' to 'flex-start' */
    gap: 10px;
    flex-direction: column;
  }

  .details_contnet {
    padding: 16px 24px 0 24px;
  }

  .details_map {
    padding: 24px;
  }

  .rating_point {
    padding: 12px;
  }

  .star {
    width: 16px !important;
    height: 16px !important;
  }

  .rating_star {
    justify-content: flex-end;
  }
  .comment_amount {
    padding-top: 2px;
  }
  .comment_amount_bracket {
    display: block;
    display: inline-block;
  }

  .details_contnet_para {
    width: 100%;
  }
  .content_carousel {
    display: none;
  }
}

/* Media query for screens with a max width of 768px */
@media only screen and (max-width: 768px) {
  .content_image_flex {
    display: none;
  }
  .content_carousel {
    display: none;
  }

  .content_image_flex_item,.content_image {
    height: 184px;
    width: 184px;
  }

  .content_image_flex_item img {
    height: 184px;
    width: 184px;
  }

  .small_screen_contact {
    display: block !important;
    padding: 24px 24px;
  }

  .big_screen_show {
    display: none !important;
  }

  .details_contnet {
    padding: 16px 32px 0 32px;
  }

  .content_text {
    /* flex-basis: 80%; */
    flex: 1;
  }

  .rating_point {
    padding: 0 !important;
    background-color: transparent !important;
    color: #999;
  }

  .star {
    font-size: 15px;
  }

  .contact_text_header.big {
    display: none !important; 
  }

  .contact_text_header.small {
    display: block !important;
    padding: 16px 32px 0 32px;
  }

  .detail_btn_container {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-direction: row;
  }
  .rating_star {
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  .details_contnet_para {
    color: #000;

    /* body_small */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 216.667% */
    letter-spacing: 0.15px;
  }
}

@media only screen and (max-width: 581px) {
  .content_image {
    /* flex-basis: 65%; */
  }
  .detail_btn_container {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
    flex-direction: column;
  }

  .ratings {
    gap: 2px;
    align-items: center;
  }

  .star {
    width: 7.92px !important;
    height: 7.92px !important;
  }

  .content_text_title {
    color: #000;
    font-size: 12.874px;
    line-height: 19.807px; /* 153.846% */
  }

  .comment_amount {
    font-size: 6.932px;
    padding-top: 0;
  }
  .rating_point {
    font-size: 6.932px;
    font-style: normal;
    font-weight: 500;
  }
  .rating_star {
    gap: 4px;
  }
  .rating_star_container {
    display: flex;
    gap: 4px;
  }
  .details_contnet_para {
    color: #000;
    font-family: "Noto Sans Myanmar";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 166.667% */
    letter-spacing: 0.124px;
  }

  .details_contnet{
    gap: 12px;
  }

 .content_image ,.content_image_flex_item_one{
    width: 91.115px;
    height: 91.115px;
  }
  .content_image_flex_item_one img{
    width: 100%;
    height: 100%;
  }
  .contact_child_para,.contact_child_title{
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: 14px; /* 166.667% */
letter-spacing: 0.124px;
  }
}
