body {
  font-family: 'Times New Roman', Times, serif;
}

.parallax-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;

  /*  this is where the magic happens:  */
  background-attachment: fixed;
  background-image:  url(../images/home/wallpaperhome.JPG);
  background-position: center;
  background-size: cover;
  color: rgb(63 63 63);
  padding-bottom: 500px;
  text-align: center;
}

.parallax-container2 {
  display: flex;
  background-attachment: fixed;
  background-image: url(../images/home/taeh.JPG);
  background-position: center top;
  background-size: cover;
  gap: 1.6em;
  padding-bottom: 300px;
  flex-direction: column;
}
.parallax-container3 {
  display: flex;
  background-attachment: fixed;
  background-image: url(../images/home/wallpaper2.JPG);
  background-position: center top;
  background-size: cover;
  gap: 1.6em;
  padding-bottom: 250px;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .parallax-container {
    padding-bottom: 350px;
  }
  .parallax-container2 {
    padding-bottom: 200px;
  }
  .parallax-container3 {
    padding-bottom: 175px;
  }
}
@media screen and (max-width: 768px) { 
  .parallax-container2 { padding-bottom: 150px; }
  .parallax-container3 { padding-bottom: 150px; }
}
@media screen and (max-width: 600px) { 
  .parallax-container { padding-bottom: 300px; }
  .parallax-container2 { padding-bottom: 120px; }
  .parallax-container3 { padding-bottom: 120px; }
}
@media screen and (max-width: 500px) { 
  .parallax-container { padding-bottom: 275px; }
  .parallax-container2 { padding-bottom: 80px; }
  .parallax-container3 { padding-bottom: 80px; }
}
@media screen and (max-width: 400px) { 
  .parallax-container { padding-bottom: 260px; }
  .parallax-container2 { padding-bottom: 70px; }
  .parallax-container3 { padding-bottom: 70px; }
}
@media screen and (max-width: 350px) { 
  .parallax-container { padding-bottom: 240px; }
  .parallax-container2 { padding-bottom: 60px; }
  .parallax-container3 { padding-bottom: 60px; }
}

@media screen and (max-width: 300px) { 
  .parallax-container { padding-bottom: 220px; }
  .parallax-container2 { padding-bottom: 50px; }
  .parallax-container3 { padding-bottom: 50px; }
}
/***/
body {
  background-color: hsl(38, 44%, 96%);
}
.mainbanner {
  position: relative;
  overflow: hidden;
  height: auto;  
  color: #fff; 
  display: grid;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .mainbanner video{ margin-top: 55px ;  }
}
@media screen and (max-width: 700px) {
  .mainbanner video{ margin-top: 50px ;  }
}

/****SEction body***/

.bodybanner {
  height: auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; 
}

.mainbanner1 {
  display: flex;
  height: 450px;
  overflow: hidden;
  background-color: #ffffff;
}
.banner1col1 {
  flex: 1;
  padding: 20px; 
  display: flex;
  justify-content: flex-end;
  align-items: center; 
}
.banner1col2 {
  flex: 1;
  padding: 20px;

  display: flex;
  align-items: center; 
  justify-content: flex-start;
}
.b1col1container1 {
  height: auto;
  width: 80%;
  padding: 20px; 
}
.b1col1container1 h2{
  font-size: 30px;
  color: #000;
  padding-bottom: 20px;
  font-weight: 100;
}
.b1col1container1 p{
  font-size: 20px;
  color: #857f7f;
  padding-bottom: 20px;
  font-weight: 100;
  text-align: justify;
}
.b1col2container2 {
  height: auto;
  width: 400px;
  margin-left: 45px;
  box-sizing: border-box;
  border-radius: 10px;
  border-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
}

.b1col2container2 img {  max-width: 100%;  max-height: 100%;}


@media screen and (max-width: 1100px) {
  .b1col1container1 {  width: 90%; padding: 20px;   }
}
@media screen and (max-width: 1000px) {
  .mainbanner1 {  height: auto;}
  .b1col2container2 {  width: 80%;  margin-left: 0px;}
  .b1col1container1 h2{ font-size: 24px;  padding-bottom: 20px;  }
  .b1col1container1 p{font-size: 20px; padding-bottom: 20px; }
}
@media screen and (max-width: 900px) {
  .b1col2container2 {  width: 80%;  margin-left: 0px;}
  .b1col1container1 h2{ font-size: 22px;  padding-bottom: 20px;  }
  .b1col1container1 p{font-size: 18px; padding-bottom: 20px; }
}
@media screen and (max-width: 810px) {
  .b1col2container2 {  width: 90%;  margin-left: 0px;}
  .b1col1container1 h2{ font-size: 20px;  padding-bottom: 18px;  }
  .b1col1container1 p{font-size: 16px; padding-bottom: 18px; }
}

@media screen and (max-width: 724px) {
  .mainbanner1 {  flex-direction: column; }
  .banner1col1 {
    justify-content: center;
    align-items: center; 
    padding-bottom:0px;
  }
  .banner1col2 {
    padding: 15px;
    align-items: center; 
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .b1col1container1 { width: 90%; padding: 10px;  }
  .b1col2container2 {  width: 90%;  margin-left: 0px;}
  .b1col1container1 h2{ font-size: 18px;  padding-bottom: 18px;  }
  .b1col1container1 p{font-size: 14px; padding-bottom: 0px; }
}

@media screen and (max-width: 300px) {
  .b1col1container1 { width: 90%; padding: 0px;  }
  .b1col1container1 h2{ font-size: 16px;  padding-bottom: 18px;  }
  .b1col1container1 p{font-size: 14px; padding-bottom: 0px; }
}


/*banner for Opening hours*/
.opening-hours-image1 {
  width: 80%; 
  height: auto; 
}

.opening-hours-image2 {
  display: none;
  width: 80%;
  height: auto;
}

.openHourbanner{
  position: relative;
  display: flex;
  height: auto;
  overflow: hidden;
  margin-bottom: 200px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  flex-direction: column; 
}
.hourcontainer1 {
  position: absolute;
  padding: 20px; 
  display: flex;
  justify-content: center; 
  align-items: center; 
  margin: auto; 
  max-width: 80%;
  flex-direction: column; 
}
.hourcontainer1 h3{
  color:#000;
  text-align: center;
  font-size: 28px;
}
.hourcontainer1 h4{
  padding-top: 10px;
  color:#000;
  text-align: center;
  font-size: 20px;
}
.hourcontainer1 p{
  color:#575757;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .opening-hours-image1 { width: 80%;  height: 550px;  }
  .openHourbanner{ height: 600px; }
}

@media screen and (max-width: 1050px) {
  .opening-hours-image1 { width: 90%;  height: 550px;  }
  .openHourbanner{ height: 600px; }
}
@media screen and (max-width: 890px) {
  .opening-hours-image1 { width: 95%;  height: 550px;  }
  .openHourbanner{ height: 600px; }
}
@media screen and (max-width: 768px) {
  .opening-hours-image1 { width: 95%;  height: 600px;  }
  .openHourbanner{ height: 620px; }
  .hourcontainer1 h3{ font-size: 24px;  }
  .hourcontainer1 h4{ padding-top: 10px; font-size: 18px;  }
  .hourcontainer1 p{ font-size: 18px; }
}
@media screen and (max-width: 670px) {
  .opening-hours-image { width: 95%;  height: 630px;  }
  .openHourbanner{ height: 630px; }
  .hourcontainer1 h3{ font-size: 24px;  }
  .hourcontainer1 h4{ padding-top: 10px; font-size: 18px;  }
  .hourcontainer1 p{ font-size: 18px; }
}
@media screen and (max-width: 500px) {
  .opening-hours-image1 {display: none;}

  .opening-hours-image2 { width: 95%;  height: 540px; display: block;  }
  .openHourbanner{ height: 600px; }
  .hourcontainer1 h3{ font-size: 22px;  }
  .hourcontainer1 h4{ padding-top: 10px; font-size: 16px;  }
  .hourcontainer1 p{ font-size: 16px; }
}

@media screen and (max-width: 360px) {
  .opening-hours-image2 { width: 95%;  height: 500px;  }
  .openHourbanner{ height: 550px; }
  .hourcontainer1 h3{ font-size: 20px;  }
  .hourcontainer1 h4{ padding-top: 10px; font-size: 14px;  }
  .hourcontainer1 p{ font-size: 14px; }
}

@media screen and (max-width: 310px) {
  .opening-hours-image2 { width: 95%;  height: 520px;  }
  .openHourbanner{ height: 550px; }
  .hourcontainer1 h3{ font-size: 18px;  }
  .hourcontainer1 h4{ padding-top: 10px; font-size: 14px;  }
  .hourcontainer1 p{ font-size: 14px; }
}
/*Section location*/
.reservation{
  display: flex;
  height: auto;
  margin-bottom: 200px;
  overflow: hidden;
  background-color: #ffffff;
}
.reserveleft {
  flex: 1;
  display: flex;
  padding: 20px;
  justify-content: flex-end; 
}
.rleftcontrainer {
  padding: 40px; 
  display: flex;
  justify-content: flex-start; 
  max-width: 75%;
  flex-direction: column; 
  color:#000;
}

.rleftcontrainer h4{
  font-size: 34px;
  padding-bottom: 25px;
  font-weight: 300;
}

.rleftcontrainer p{
  font-size: 18px;
  color: #535353;
  line-height: 1.5;
}
.rleftcontrainer h5{
  padding-top: 10px ;
  padding-bottom: 10px ;
  font-size: 30px;
  font-weight: 500;
}
.detailinfo p{
  font-size: 20px;
  color: #535353;
  line-height: 2;
}
.detailinfo i {
  margin-right: 10px; 
  vertical-align: middle; 
}

.reserveright{
  flex: 1;
  padding-bottom: 20px;
  display: flex;
  align-items: center; 
  justify-content: flex-start; 
}
.r-reservercontrainer {
  height: 380px;
  width: 75%;
  box-sizing: border-box;
  border-radius: 10px ;
  background-color: #ffffff;
  flex-direction: column; 
  overflow: hidden;
  border: 2px solid  #dfdbdb;
}

.col-right-image iframe {
  width: 100%;
  height: 380px; 
  border-radius: 10px;
}


@media screen and (max-width: 1240px) {
  .rleftcontrainer {
    padding: 40px; 
    display: flex;
    justify-content: center; 
    max-width: 90%;
    flex-direction: column; 
  }
  .reserveright{
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center; 
    justify-content: center; 
  }
  .r-reservercontrainer {   height: 100%;   width: 75%; }
  .col-right-image iframe { width: 100%;  height: 400px; }
}

@media screen and (max-width: 1120px) {
  .r-reservercontrainer {   width: 85%; }
  .rleftcontrainer {
    padding: 40px; 
    justify-content: center; 
    max-width: 95%;}

  .reserveright{
    flex: 1;
    padding: 30px;}
  .col-right-image iframe { width: 100%;  height: 400px; }
}

@media screen and (max-width: 1020px) {
  .r-reservercontrainer {   width: 85%; }
  .rleftcontrainer {
    padding: 30px; 
    justify-content: center; 
    max-width: 95%;}

  .reserveright{
    flex: 1;
    padding: 30px;}
  .col-right-image iframe { width: 100%;  height: 380px; }
}

@media screen and (max-width: 900px) {
  .r-reservercontrainer {   width: 90%; }
  .rleftcontrainer { padding: 10px;  justify-content: center;  max-width: 95%;}
  .reserveright{   flex: 1;  padding: 30px;}
  .col-right-image iframe { width: 100%;  height: 380px; }
}

@media screen and (max-width: 768px) {
  .reservation{
    flex-direction: column;
  }
  .reserveleft {
    flex: 1;
    display: flex;
    padding: 20px;
    justify-content: center; 
  }
  .reserveright{
    justify-content: center; 
  }
  .rleftcontrainer { padding: 10px;  justify-content: center;  
    max-width: 85%;}
  
}


@media screen and (max-width: 500px) {
  .rleftcontrainer h4{
    font-size: 34px;
    padding-bottom: 25px;
  }
  .rleftcontrainer p{ font-size: 18px; line-height: 1.5;  }
  .rleftcontrainer h5{
    padding-top: 10px;
    padding-bottom: 10px;font-size: 30px;
  }
  .detailinfo p{
    font-size: 20px;
    line-height: 1.5;
  }
  .col-right-image iframe { width: 100%;  height: 300px; }
}
@media screen and (max-width: 400px) {
  .rleftcontrainer h4{
    font-size: 34px;
    padding-bottom: 10px;
  }
  .rleftcontrainer p{ font-size: 18px; line-height: 1.5;  }
  .rleftcontrainer h5{
    padding-top: 10px;
    padding-bottom: 5px;font-size: 30px;
  }
  .detailinfo p{
    font-size: 18px;
    line-height: 1.5;
  }
  .col-right-image iframe { height: 250px; }
}
@media screen and (max-width: 350px) {
  
  .rleftcontrainer {  max-width: 90%;}
  .rleftcontrainer h4{
    font-size: 30px;
    padding-bottom: 10px;
  }
  .rleftcontrainer p{ font-size: 16px; line-height: 1.5;  }
  .rleftcontrainer h5{
    padding-top: 10px;
    padding-bottom: 5px;font-size: 26px;
  }
  .detailinfo p{
    font-size: 16px;
    line-height: 1.5;
  }
  
  .col-right-image iframe { height: 220px; }
}
@media screen and (max-width: 300px) {
  
  .rleftcontrainer {  max-width: 90%;}
  .rleftcontrainer h4{
    font-size: 30px;
    padding-bottom: 10px;
  }
  .rleftcontrainer p{ font-size: 14px; line-height: 1.5;  }
  .rleftcontrainer h5{
    padding-top: 10px;
    padding-bottom: 5px;font-size: 26px;
  }
  .detailinfo p{
    font-size: 14px;
    line-height: 1.5;
  }
  
  .col-right-image iframe { height: 200px; }
}



