:root {
  --lightgray: #efefef;
  --blue: steelblue;
  --white: #fff;
  --black: rgba(0, 0, 0, 0.8);
  --bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);

  --font-familyMain: "CopyrightKlimTypeFoundry";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  box-sizing: border-box;
}

h1 {
  font-family: var(--font-familyMain);
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Courier Prime", monospace;
}

p {
  /* font-family: 'Cutive Mono', monospace; */
  font-family: var(--font-familyMain);
  color: #0000009c;
}

.wrapper {
}

/* Model */

.open-modal {
  font-weight: bold;
  background: var(--blue);
  color: var(--white);
  padding: 0.75rem 1.75rem;
  margin-bottom: 1rem;
}

/* END Model */


.home__container_mobile {
  /* border: 1px solid green; */
  margin: 2em 5em 0 5em;
}

.logoHome {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  width: 100%;
}

.logo1 {
  width: 50%;
}

.hero__contant {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.5px;
}
.hero__contant p {
  margin-bottom: 10px;
}

.logo2 {
  width: 75%;
}

.mainImgDiv_mobile {
  margin-top: 10%;
  width: 100%;
  height: 900px;
  position: relative;
}
/* .home_container_desktop{
    display: none !important;
} */

.mainImgDiv_mobile img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.text_demo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Courier Prime", monospace;
  font-weight: 200;
  font-size: 3em;
}

.story {
}
.story__wrapper {
  /* border: 1px solid greenyellow; */
  margin: 10% 1em 0 1em;
}

.story_content {
  margin: 0 5em 0 5em;
}

.star {
  width: 25px;
  height: 25px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
}

.story_content h1 {
  text-align: center;
  margin-top: 10%;
  font-size: 3.5em;
}
.story_content p {
  margin-top: 10%;
}

.aj_div {
  width: 95%;
  margin: 5% auto;
}

.aj_div img {
  width: 100%;
  padding: 0 2%;
}

.menu__wrapper {
  margin: 20% 0;
}
.menu_content {
  margin: 0 6em 0 6em;
}
.menu_content h1 {
  text-align: center;
  margin-top: 10%;
  font-size: 3.5em;
}
.menu_content p {
  margin-top: 10%;
}

.menu_img {
  width: 100%;
  height: 100%;
  margin-top: 10%;
}
.menu_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn__div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.btn {
  background-color: #000000;
  color: #fff;
  border: none;
  margin-top: 10%;
  padding: 30px 20px;
  width: 50%;
  font-size: 0.9em;
  cursor: pointer;
  font-family: var(--font-familyMain);
  
}

.diary_content_full {
  margin-top: 20%;
}

.c_diary_content {
  margin: 0 6em 0 6em;
}
.c_diary_content h1 {
  text-align: center;
  margin-top: 10%;
  font-size: 2.5em;
}
.c_diary_content p {
  margin-top: 10%;
}

.diary__header {
  font-size: 1.3em;
}

.team__content {
  margin-top: 20%;
  margin: 20% 6em 0 6em;
}

.team__content h1 {
  text-align: center;
  margin-top: 10%;
  font-size: 2.5em;
}
.team__content p {
  margin-top: 10%;
}

.all__teams {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20%;
}
.all__teams img {
  width: 70%;
}

.team_header {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin: 0;
}
.team_subheader {
  text-align: center;
  margin: 2% 0 0 0 !important;
}

.os__content {
  margin-top: 20%;
  margin: 20% 6em 0 6em;
}

.os__content h1 {
  text-align: center;
  margin-top: 10%;
  font-size: 2.5em;
}

.os_div {
  border: 5px solid #000;
  display: flex;
  justify-content: center;
  align-items: end;
  border-top: 0px;
  margin-top: 40%;
}

.os_div img {
  margin-top: 45%;
  width: 85%;
}

.os__p {
  margin-top: 20%;
  line-height: 140%;
}

.location_content {
  margin: 20% 6em 0 6em;
}
.location_content h1 {
  text-align: center;
  font-size: 2.5em;
  margin: 20% 0;
}

.location_div {
  margin-top: 20%;
}

.location_div p {
  font-size: 18px;
  line-height: 140%;
}

.footer_content {
  margin: 20% 6em 0 6em;
}

.m_menu_content {
  margin: 10% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_menu_content ul {
  list-style: none;
  text-align: center;
  font-size: 20px;
  line-height: 180%;
  font-family: var(--font-familyMain);
}
.m_menu_content ul a {
  text-decoration: none;
  color: #000;
}

.social_icon {
  /* border: 1px solid; */
  margin-top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.social_icon img {
  width: 15%;
}

.footer_logo {
  display: flex;
  justify-content: center;
  margin: 30% 0 15% 0;
}
.footer_logo img {
  width: 60%;
}

.footer_p {
  text-align: center;
  line-height: 140%;
  margin-bottom: 40%;
}
.home_container_desktop {
  display: none;
}

/* Story */
#story {
  display: block;
}
#story_desktop {
  display: none;
}

/* Menu */
#menu {
  display: block;
}
#menu_desktop {
  display: none;
}

/* Chef's Diary */
#c_diary {
  display: block;
}
#c_diary_desktop {
  display: none;
}

/* Team */
#team {
  display: block;
}
#team_desktop {
  display: none;
}

/* Opening Shortly */
#opening_shortly {
  display: block;
}
#opening_shortly_desktop {
  display: none;
}

/* Location */
#location {
  display: block;
}
#location_desktop {
  display: none;
}

/* Location */
#footer {
  display: block;
}
#footer_desktop {
  display: none;
}

@media screen and (min-width: 780px) {
  body {
    /* background-color: lightgreen; */
  }

  .modal-dialog{
    overflow: hidden;
  }
  .modal-header{
    margin: 0;
  }
  .modal-dialog > * {
    padding: 0.2em;
  } 
  .modal-content{
    padding: 0;
  }
  .menuCard img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home__container {
    /* border: 1px solid red; */
  }

  .home__container_mobile {
    display: none;
  }
  .mainImgDiv_mobile {
    display: none;
  }

  .home_container_desktop {
    /* border: 1px solid red; */
    display: block;
  }
  .home_wrapper_desktop {
    display: flex;
  }
  .home_left_desktop {
    /* border: 1px solid #000; */
    width: 50%;
  }

  .home_inner__desktop {
    display: flex;
    justify-content: space-evenly;
    margin: 10em 1em 0em 1em;
  }
  .inner_left_desktop {
    /* border: 1px solid red; */
    width: 50%;
    margin-top: 20%;
  }

  .m_menu_content ul {
    text-align: left;
    margin-left: 15%;
  }

  .deCenter_Div_desktop {
    margin-top: 15%;
    display: flex;
    justify-content: center;
  }
  .deCenter_img_desktop {
    width: 90%;
  }

  .home_left_img_desktop {
    /* border: 1px solid red; */
    width: 100%;
  }
  .home_left_img_desktop img {
    width: 95%;
    height: 240px;
  }
  .inner_right_desktop {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
  }
  .weildiwale_img_desktop {
    width: 55%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .home_content_desktop {
    font-size: 14px;
    width: 95%;
    line-height: 140%;
  }
  .width-50 {
    width: 40%;
    margin: 0 6.5% 0 0;
  }

  .home_left_img_desktop {
    margin-top: 5%;
  }
  .left_align_content_desktop {
    display: flex;
    justify-content: right;
    margin-top: 5%;
  }

  .home_right_desktop {
    width: 50%;
  }
  .home_hero_img_desktop {
    object-fit: cover;
    width: 100%;
    height: 1400px;
  }

  /* Story */

  #story {
    display: none;
  }
  #story_desktop {
    display: block;
    margin-top: 10%;
  }

  .story_container_desktop {
    display: flex;
  }
  .left_story_desktop {
    width: 60%;
  }
  .story_img__video_desktop {
    object-fit: cover;
    width: 100%;
    height: 1500px;
  }
  .right_story_desktop {
    width: 40%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .inner_right_story_desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .top_content_story_desktop {
    width: 60%;
    text-align: center;
    margin: 10% 0 0% 0;
  }

  .top_content_story_desktop h1 {
    font-size: 3.5em;
    margin: 10% 0;
  }

  .content_story_desktop {
    width: 70%;
    line-height: 140%;
  }

  .img_container_story_desktop {
    width: 85%;
    margin: 10% 0;
  }
  .img_story_desktop {
    width: 100%;
  }

  #menu {
    display: none;
  }
  #menu_desktop {
    display: block;
    margin-top: 10%;
  }

  .menu_container_desktop {
    display: flex;
    /* border: 1px solid; */
    width: 100%;
  }
  .left_menu_desktop {
    width: 50%;
    /* border: 2px solid salmon; */
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .inner_right_menu_desktop {
    margin: 0 2em 0 5em;
  }
  .top_content_menu_desktop {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .top_content_menu_desktop h1 {
    font-size: 3.5em;
    margin: 5% 0;
  }
  .content_menu_desktop {
    width: 50%;
    margin: auto;
    line-height: 140%;
  }
  .img_container_menu_desktop {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% auto;
  }
  .img_menu_desktop {
    width: 85%;
    margin: 10% auto;
  }
  .button_container_menu_desktop {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .btn {
    background-color: #000;
    padding: 20px 20px;
    text-align: center;
    margin-top: 5%;
    font-family: var(--font-familyMain);
  }

  .right_menu_desktop {
    width: 50%;
    /* border: 1px solid red; */
  }
  .menu_img__video_desktop {
    object-fit: cover;
    width: 100%;
    height: 1500px;
  }

  /* c_diary_desktop  */
  #c_diary {
    display: none;
  }
  #c_diary_desktop {
    display: block;
    margin-top: 10%;
  }
  .c_diary_wrapper_desktop {
    /* border: 1px solid red; */
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }

  .c_diary_top_content_desktop {
    /* border: 2px solid seagreen; */
    width: 50%;
    margin: 0 auto;
  }
  .top_content_c_diary_desktop h1 {
    font-size: 3em;
    text-align: center;
    margin: 5% auto;
  }
  .top_content_c_diary_desktop p {
    margin: 2% auto;
    line-height: 140%;
  }

  .c_diary_bottom_box_content_desktop {
    margin: 5% auto;
    cursor: url(../assets/cursor/cursor-right.svg), default;
  }

  .c_diary_card_desktop {
    padding: 2px;
    display: flex;
    gap: 2em;
  }
  .card_c_diary {
    padding: 10px;
    flex-basis: 100%;
  }
  .div_img_card {
    width: 100%;
    height: 200px;
  }
  .card_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c_diary_card_header_desktop {
    margin: 5% 2% 5% 2%;
    font-weight: bold;
  }
  .c_diary_card_subheader_desktop {
    margin: 5% 2% 5% 2%;
    font-size: 14px;
  }
  .btn_div_c_diary_desktop {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn_card_desktop {
    padding: 20px 50px;
    border: none;
    background: #000;
    color: #fff;
    margin: 5% 2% 5% 2%;
    font-size: 12px;
    font-family: var(--font-familyMain);
    cursor: pointer;
  }

  /* Team */
  #team {
    display: none;
  }
  #team_desktop {
    display: block;
    margin-top: 10%;
  }
  .team_container_desktop {
    display: flex;
    width: 100%;
  }
  .left_team_desktop {
    width: 50%;
  }
  .team_img__video_desktop {
    width: 100%;
    height: 1400px;
    object-fit: cover;
  }

  .right_team_desktop {
    width: 50%;
  }
  .inner_right_team_desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 80%;
    margin: 0 auto;
  }
  .top_inner_right_team_desktop h1 {
    font-size: 3em;
    margin: 20% auto;
  }

  .team_img_content_desktop{
    display: flex;
    gap: 1em;
    padding: 0 0 3em 0;
  }
  .team_left_img_desktop{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6em;
    padding: 0 1em;
    width: 100%;
  }
  .team_left_img_desktop img{
    width: 220px;
  }
  .team_right_content_desktop{
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    padding: 0 1.5em;
  }

 /*END Team Desktop */


  #opening_shortly {
    display: none;
  }
  #opening_shortly_desktop {
    display: block;
    margin-top: 10%;
    padding: 10px;
  }
  .top_os_container_desktop {
    width: 70%;
    margin: 0 auto;
  }
  .top_os_container_desktop h1 {
    text-align: center;
    font-size: 3em;
    margin: 5% 0 10% 0;
  }
  .o_s_container_desktop {
    width: 70%;
    margin: 0 auto;
    padding: 1em 2em;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 1em;
  }
  .left_o_s_container_desktop {
    width: 40%;
  }
  .inner_left_o_s_container_desktop {
    border: 5px solid #000;
    border-top: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-top: 40%;
  }
  .img_inner_os_desktop {
    width: 90%;
  }
  .img_inner_os_desktop img {
    width: 100%;
  }
  .right_o_s_container_desktop {
    width: 40%;
    line-height: 140%;
  }
  .right_o_s_container_desktop p {
    margin: 5% 0;
  }

  .o_s_Container_Img_desktop{
    display: flex;
    width: 90%;
    margin: 5% auto 0 auto;
  }
  .o_s_Container_Img_desktop>div{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .o_s_Container_Img_desktop img{
    width: 90%;
  }

  /* Location */

  #location {
    display: none;
  }
  #location_desktop {
    display: block;
    margin-top: 10%;
  }
  .location_container_desktop {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0 2% 0;
  }
  .location_address_desktop {
    margin: 2% 0;
  }
  .location_address_desktop h1 {
    font-size: 3em;
    margin: 2% auto;
  }
  .loaction_container_address_desktop {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2em;
  }
  .loaction_container_address_desktop p {
    flex: 1 1 200px;
    line-height: 140%;
    font-size: 14px;
    /* border: 1px solid red; */
  }

  .bold-Text{
    font-size: 1.2em;
    color: #202020;
  }


  /* Footer */

  #footer {
    display: none;
  }
  #footer_desktop {
    display: block;
    margin-top: 5%;
  }
  .footer_container_desktop {
    width: 80%;
    margin: 5% auto;
    padding: 1px;
    display: flex;
    justify-content: space-between;
    gap: 2em;
  }

  .footer_left_contaier_desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    gap: 1em;
  }
  .footer_left_contaier_desktop p {
    font-size: 12px;
    margin: 4% 0;
    display: flex;
  }
  .social_link_footer_desktop {
    width: 18%;
    display: flex;
    justify-content: space-between;
  }
  .social_icon_link {
    width: 40%;
  }

  .footer_right_contaier_desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_menu_desktop {
    background-color: #000;
    color: #fff;
    padding: 15px 10px;
    font-family: var(--font-familyMain);
    font-size: 14px;
  }
  .footer_menu_desktop ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_menu_desktop ul li {
    margin: 0 2px;
    display: flex;
    justify-content: center;
    gap: 0.5em;
    align-items: center;
  }
  .footer_menu_desktop ul li a {
    text-decoration: none;
    color: #fff;
  }
  .footer_logo_desktop {
    width: 20%;
  }
  .footer_logo_desktop img {
    width: 100%;
  }

  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 1100px) {
  .home_left_img_desktop img {
    height: 300px;
  }

  .c_diary_top_content_desktop {
    width: 30%;
  }

  .o_s_container_desktop {
    width: 60%;
  }
  .left_o_s_container_desktop {
    width: 30%;
  }

  .loaction_container_address_desktop {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }

  .footer_left_contaier_desktop {
    width: 45%;
  }
}

@media screen and (min-width: 1800px) {
  .star {
    width: 30px;
    height: 30px;
  }

  .m_menu_content ul {
    font-size: 1.5em;
  }
  .home_content_desktop {
    font-size: 1em;
    width: 85%;
  }

  .home_left_img_desktop img {
    height: 450px;
  }
  .home_hero_img_desktop {
    height: 1900px;
  }
  .width-50 {
    width: 38%;
  }

  /* Story */
  .top_content_story_desktop h1 {
    font-size: 4em;
  }
  .content_story_desktop {
    font-size: 1em;
    width: 50%;
  }
  .top_content_story_desktop {
    margin: 10% 0 0 0;
  }

  .inner_right_story_desktop {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .story_img__video_desktop {
    height: 1800px;
  }

  /* Menu */

  .top_content_menu_desktop h1 {
    font-size: 4em;
  }
  .content_menu_desktop {
    font-size: 1em;
  }

  .menu_img__video_desktop {
    height: 2000px;
  }
  .btn {
    font-size: 1em;
    padding: 35px 20px;
    margin-top: 5%;
    width: 25%;
  }

  /* Chef's Diary */
  .top_content_c_diary_desktop h1 {
    font-size: 4em;
    margin: 10% auto;
  }
  .top_content_c_diary_desktop p {
    font-size: 1em;
    line-height: 140%;
  }

  .c_diary_bottom_box_content_desktop {
    width: 80%;
    cursor: url(../assets/cursor/cursor-right.svg), default;
  }

  .div_img_card {
    height: 300px;
  }

  .c_diary_card_header_desktop {
    font-size: 1.2em;
  }
  .c_diary_card_subheader_desktop {
    font-size: 1em;
  }
  .btn_card_desktop {
    padding: 1em 3em;
    font-size: 1em;
  }

  .top_inner_right_team_desktop h1 {
    font-size: 4em;
  }

  .team_img__video_desktop {
    height: 1800px;
  }




  /* O_S */

  .top_os_container_desktop h1 {
    font-size: 4em;
  }
  .right_o_s_container_desktop p {
    font-size: 1em;
    line-height: 140%;
  }
  .img_inner_os_desktop {
    width: 75%;
  }

  .location_address_desktop h1 {
    font-size: 4em;
  }
  .loaction_container_address_desktop {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
  .loaction_container_address_desktop p {
    font-size: 1em;
  }

  .footer_left_contaier_desktop p {
    font-size: 1em;
  }
  .footer_menu_desktop ul li {
    margin: 0 10px;
    display: flex;
    justify-content: space-evenly;
    gap: 0.5em;
    align-items: center;
    font-size: 1em;
  }

  .social_link_footer_desktop {
    width: 12%;
  }
}

@media screen and (min-width: 2340px) {
  .home_content_desktop {
    width: 60%;
  }
  .home_left_img_desktop img {
    height: 520px;
  }
  .home_hero_img_desktop {
    height: 2100px;
  }
  .width-50 {
    width: 30%;
    margin: 0 9.5% 0 0;
  }

  .content_story_desktop {
    width: 35%;
  }
  .content_menu_desktop {
    width: 35%;
  }

  .menu_img__video_desktop {
    height: 2250px;
  }

  .c_diary_top_content_desktop {
    width: 25%;
  }



  .o_s_container_desktop {
    width: 50%;
  }
  .right_o_s_container_desktop {
    width: 25%;
  }

  .loaction_container_address_desktop {
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  }

  .footer_left_contaier_desktop p {
    font-size: 1.1em;
  }
  .footer_menu_desktop ul li {
    font-size: 1.5em;
  }
}
