html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

article,
aside,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

sub,
sup {
  vertical-align: baseline;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ul,
ol {
  list-style-position: inside;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul>li {
  list-style-type: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slick-dots li {
  width: 11px;
  height: 11px;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots button {
  text-indent: -9999px;
  border: 0;
  border-radius: 100%;
  padding: 0;
  width: inherit;
  height: inherit;
}

.slick-dots li+li {
  margin-left: 5px;
}

.slick-active button {
  background-color: #16529E;
}

body {
  font: 500 14px/1.7em "Karla", Helvetica, Arial, Lucida, sans-serif;
  background-color: #fff;
  min-width: 320px;
  color: #666;
  margin: 0;
  font-style: normal;
  -ms-overflow-style: scroll-bar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "ZCOOL XiaoWei", Georgia;
  font-weight: 500;
  color: #fff;
  font-style: normal;
  margin: 0;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 1em;
}

h2,
.h2 {
  font-size: 31px;
  line-height: 1em;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1em;
}

h4,
.h4 {
  font-size: 29px;
  line-height: 1em;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 1em;
}

h6,
.h6 {
  font-size: 19px;
  line-height: 1em;
}

.container,
.small-container,
.medium-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.container {
  max-width: 1330px;
}

.medium-container {
  max-width: 1280px;
}

.small-container {
  max-width: 1080px;
}

#page-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.btn {
  font: 500 20px/1.7em "Karla", Helvetica, Arial, Lucida, sans-serif;
  display: inline-block;
  padding: 12px 0px;
  color: #FFF;
  text-align: center;
  line-height: 21.191px;
  border: 1px solid transparent;
  height: 45px;
  border-radius: 3px;
  transition: all .3s ease;
}

.btn-primary {
  font-size: 20px;
  font-weight: 500;
  padding: .6em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  background-color: #0693e3;
  color: #fff;
  position: relative;
}

.btn-primary svg{
  display: none;
}

.btn-primary:hover svg{
  display: block;
  width: 16px;
  height: 16px;
  rotate: 90deg;
  fill: #fff;
  position: absolute;
  top: 13px;
  left: 80px;
}

.btn-primary:hover {
  border: 2px solid transparent;
  padding: .6em 2em .6em .7em;
  background-color: #1c5c93;
}

.logo-heading a h1{
  font-family: "Alegreya SC", Georgia;
}

#page-header {
  background-color: #1b5b92;
  padding-block: 10px;
}

.home-banner{
  position: relative;
}

.home-banner h1{
  font-family: "Inter", "Arial";
  font-size: 84px;
  line-height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  text-align: center;
  bottom: 35px;
}

.header-list {
  color: #fff;
}

.header-list li {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-block: 10px;
}

.header-list li+li {
  padding-top: 5px;
}

.header-list li svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.header-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-list-2 li {
  align-items: flex-start;
}

.home-banner img {
  width: 100%;
  object-fit: cover;
}

.video-content-sec {
  position: relative;
  padding-block: 85px;
  color: #fff;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #1c5c93;
  margin-bottom: 3px;
  background-size: initial;
  background-repeat: repeat;
  background-blend-mode: multiply;
  background-image: url(https://web.archive.org/web/20240319195046im_/http://mdelights.sg/wp-content/uploads/2022/02/whitey_@2X.png) !important;
  margin-top: -7px;
}

.row {
  display: flex;
  margin-inline: -30px;
}

.col1 {
  width: 50%;
  padding-inline: 30px;
}

.col2 {
  width: 25%;
  padding-inline: 30px;
}

.hotel-video iframe {
  width: 100%;
}

.left-content,
.right-content,
.video-txt {
  text-align: center;
}

.video-txt h2,
.video-txt p {
  padding-bottom: 10px;
}

.left-main-head {
  margin-bottom: 40px;
}

.left-center-head h2 {
  margin-bottom: 10px;
}

.left-content p,
.right-content p {
  margin-bottom: 20px;
}

.left-content-btn {
  background-color: #0C71C3;
  padding-block: 24px;
  color: #fff;
}

.left-content-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.broucher-link {
  display: block;
  padding-bottom: 20px;
}

.right-main-head {
  margin-bottom: 20px;
}

.price-box {
  margin-bottom: 10px;
}

.fave-section {
  padding-block: 54px;
}

.faveSlider .slides {
  padding-inline: 10px;
}

.faveSlider .slides .home-banner img {
  border-radius: 7px;
}

.fave-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
  margin-bottom: 40px;
}

.fave-header h3 {
  font-family: "Adamina", Georgia;
  color: #1c5c93;
  letter-spacing: 2px;
  font-size: 24px;
}

.fave-header span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

.faveSlider {
  position: relative;
}

.faveSlider .slickPrev {
  position: absolute;
  top: 36%;
  left: 12px;
  z-index: 2;
  background-color: #000;
  opacity: 70%;
  padding: 17px 10px;
  border-radius: 8px;
}

.faveSlider .slickNext {
  position: absolute;
  top: 36%;
  right: 10px;
  z-index: 2;
  background-color: #000;
  opacity: 70%;
  padding: 17px 10px;
  border-radius: 8px;
}

.faveSlider .slickPrev i,
.faveSlider .slickNext i {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.feature-section {
  padding-block: 30px;
}

.feature-head+.feature-head {
  margin-top: 40px;
}

.feature-head h3,
.menu-header h3 {
  font-family: "Adamina", Georgia;
  font-size: 30px;
  color: #1c5c93;
  margin-bottom: 30px;
}

.feature-head ul li b{
  color: #000;
}

.feature-head ul li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.bold-feature {
  color: #000;
}

.menu-section {
  padding-block: 54px 90px;
  background-color: #f9f9f9;
}

.package-head h4 {
  color: #1c5c93;
  margin-bottom: 10px;
}

.package-list+.package-list {
  margin-top: 30px;
}

.package-list ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
}

.addittional-dishes-sec {
  position: relative;
  padding-top: 177px;
  padding-bottom: 48px;
  background-color: #0693e380;
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
	margin-top: -55px;
}

.addittional-dishes-sec::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, #0c71c3 0%, #001d63 100%), url(https://web.archive.org/web/20250217101649im_/http://mdelights.sg/wp-content/uploads/2022/02/whitey_@2X.png);
  z-index: -5;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}

.Col3 {
  width: 30%;
  padding-left: 30px;
  padding-right: 30px;
}

.col4 {
  width: 70%;
  padding-left: 30px;
  padding-right: 30px;
}

.dishes-detail-left {
  text-align: end;
}

.dishes-detail-right ul {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}

.dishes-detail-right ul li+li{
  padding-top: 16px;
}

.dishes-detail-left h4 {
  font-family: "Adamina", Georgia;
  line-height: 35px;
  border-width: 0px 7px 0 0;
  border-color: #FFF;
  padding-right: 38px !important;
  border-style: solid;
  padding-block: 15px;
}

.dishes-detail {
  border-bottom: 1px solid #fff;
  padding-block: 27px;
}

.live-station {
  margin-bottom: 30px;
}

.live-station h5 {
  font: 700 25px/25px "Adamina", Georgia;
  margin-bottom: 20px;
}

.live-station {
  color: #fff;
}

.live-station h6 {
  font-family: "Adamina", Georgia;
  margin-bottom: 10px;
  font-weight: 700;
}

.live-station p {
  font-size: 16px;
  line-height: 24px;
}

.all-station h5 {
  margin-bottom: 0;
}

.all-station span {
  display: block;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.live-station-area {
  border-bottom: 0;
}

.location-section {
  padding-block: 54px;
  background-color: #474747;
}

.location-detail {
  padding-block: 27px;
  text-align: center;
}

.location-detail span {
  font-size: 14px;
  letter-spacing: 2px;
  font-style: italic;
  color: #fff;
}

.location-detail h6 {
  font: 500 30px/30px "Adamina", Georgia;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#page-footer {
  background-color: #1c5c93;
  padding-block: 27px;
}

.footer-txt {
  text-align: center;
}

.footer-txt h6 {
  font-family: "Alegreya", Georgia;
  margin-bottom: 10px;
  font-size: 39px;
}

.footer-txt span {
  color: #fff
}

.bannerSlider .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
}

.bannerSlider .slickPrev{
  position: absolute;
  top: 84%;
  left: 4%;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  display: flex;
  gap: 10px;
}

.bannerSlider .slickNext {
  position: absolute;
  top: 84%;
  right: 4%;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  display: flex;
  gap: 10px;
}

  .slides{
	height: inherit;
}

@media (min-width: 992px) {
  .bannerSlider .slick-arrow{
    width: 50px;
    height: 50px;
  }

  .bannerSlider .slick-arrow i{
    font-size: 21px;
  }
}

@media (min-width: 1280px) {
 .home-banner h1{
   font-size: 120px;
 }

  .bannerSlider .slickPrev{
	top: 88%;
    left: 17%;
  }
	
  .bannerSlider .slickNext{
	top: 88%;
    right: 17%;
  }
	
	.faveSlider .slickNext{
	 right: 12px;
	}
}

@media (max-width:991px) {
  .header-sec {
    padding-block: 13px;
    gap: 30px;
  }

  .header-list li {
    gap: 10px;
  }

  .video-content.row {
    flex-direction: column;
    row-gap: 40px;
  }

  .video-content .col1,
  .video-content .col2 {
    width: 100%;
  }
	
  .video-content-sec{
	padding-inline: 91px;
  }
	
  .feature-section,
  .menu-section,
  .addittional-dishes-sec{
   padding-inline: 20px;
	}
	
  .dishes-detail.row{
    flex-direction: column;
	}
	
  .dishes-detail-right.col4,
  .dishes-detail-left.Col3{
	width: 100%;
	}
	
  .dishes-detail-left h4{
	text-align: start;
	}
}

@media (max-width:767px) {
	body{
	font-size: 13px;
	}
  .header-sec {
    padding-block: 13px;
  }

  .home-banner h1{
	font-size: 24px;
	line-height: 30px;
    bottom: 50px;
  }
	
  .header-sec ul {
    display: none;
  }

  .logo-heading {
    width: 100%;
    text-align: center;
  }

  .home-banner img {
    height: 270px;
  }

  .col1,
  .col2,
  .Col3,
  .col4 {
    width: 100%;
  }

  .video-content-sec {
	border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .fave-section col2{
    padding-bottom: 20px;
  }

  .package-list+.package-list {
    margin-top: 50px;
  }

  .dishes-detail-left h4 {
    text-align: start;
  }

  .live-station {
    margin-bottom: 40px;
  }

  .package-menu.row,
  .dishes-detail.row,
  .feature-list.row {
    flex-direction: column;
  }

  .feature-list.row {
    row-gap: 40px;
  }

  .dishes-detail-left h4 {
    margin-bottom: 30px;
  }

  .addittional-dishes-sec {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
  }
  
  .addittional-dishes-sec::before{
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
  }
	
  .feature-section,
  .menu-section,
  .addittional-dishes-sec{
   padding-inline: 0;
	}
	
  .video-content-sec{
	padding-inline: 11px;
	}
	
  .fave-section{
	border-top: 0;
  }
	
	.fave-section .medium-container,
	.faveSlider .slides,
	.location-section .medium-container{
		padding-inline: 0;
	}
	
	.faveSlider .slickPrev,
	.faveSlider .slickNext{
		display: none !important;
	}
	
	.feature-section{
		padding-top: 0;
	}
	
	.location-detail h6 {
      font-size: 24px;
   }
	
	.location-detail p{
	  font-size: 14px;
   }
	.package-menu.row{
		row-gap: 50px;
	}
	
	.package-head h4{
		font-size: 24px;
	}
	
	.features-left div:nth-child(2) h3,
	.features-right .feature-head h3{
		font-size: 25px;
	}
}