/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Athelas";
  color: #41393d;
  font-size: 18px;
  letter-spacing: 0.26px;
  font-weight: 400;
  background: #ffffff;
  height: unset;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

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

.container-fluid {
  padding: 0px;
  height: 100%;
}

.container {
  max-width: 1225px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}

* {
  box-sizing: border-box;
}

p, tr td, li, span {
  font-family: "Athelas";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.26px;
  line-height: 27px;
  color: #41393d;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Majesti Banner";
  color: #41393d;
  font-size: 45px;
  font-weight: 700;
}

a {
  font-family: "Athelas";
  text-decoration: none;
  display: block;
  margin: 0px;
  color: #41393d;
  font-weight: 700;
  text-transform: capitalize;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: none !important;
}

button {
  cursor: pointer;
  background: transparent;
  border: 0px;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

section {
  position: relative;
  padding: 100px 0;
}

dialog {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: relative;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.secheadlin {
  text-align: center;
}

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

.o_zero {
  opacity: 0;
}

.d_none {
  display: none;
}

.color_one {
  color: #17B0C3;
}

.bold_p {
  font-weight: 700;
}

header {
  background: #d7e4c2;
}
header nav.navbar {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
}
header nav.navbar .logo a {
  width: 220px;
}
header nav.navbar .logo a img {
  width: 100%;
  object-fit: cover;
}
header nav.navbar #menuToggle {
  display: none;
}
header nav.navbar .menu-icon {
  display: none;
}
header nav.navbar ul {
  text-align: center;
  width: 100%;
}
header nav.navbar ul li {
  display: inline-block;
  padding: 15px;
}
header nav.navbar ul li a {
  color: #41393d;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 5;
  padding: 8px 15px;
}
header nav.navbar ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #be1e2d;
  transform: scaleX(0);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
header nav.navbar ul li a:hover {
  color: #d7e4c2;
  transition: all 0.3s ease-in-out;
}
header nav.navbar ul li a:hover::before {
  transform: scaleX(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.banner {
  height: calc(100vh - 106px);
  background: url("../images/hero1.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  z-index: 5;
}
.banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(190, 30, 45, 0.15);
  z-index: -1;
}
.banner .banner_content {
  text-align: center;
}
.banner .banner_content p {
  font-size: 22px;
  font-weight: 700;
  color: #d7e4c2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.banner .banner_content h1 {
  font-weight: 900;
  font-size: 92px;
  margin: 40px 0 50px;
  letter-spacing: 1.5px;
  line-height: 110px;
  color: rgb(255, 255, 255);
}
.banner .banner_content .banner_btn a {
  background: #be1e2d;
  color: rgb(255, 255, 255);
  padding: 20px 40px;
  font-size: 24px;
  display: inline-block;
  letter-spacing: 1.3px;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.banner .banner_content .banner_btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8a8c8f;
  left: 0%;
  transform: translate(0%, 0%) scaleX(0);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.banner .banner_content .banner_btn a:hover::before {
  transform: translate(0, 0%) scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.our-special {
  background: url("../images/home-bg-2.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 125px;
}
.our-special .our-s-box {
  padding: 100px 120px;
  padding-bottom: 0;
  text-align: center;
  margin-top: 50px;
}
.our-special .our-s-box p {
  color: #d4a18d;
  font-size: 18px;
  margin-bottom: 20px;
}
.our-special .our-s-box h2 {
  font-size: 50px;
  font-weight: 400;
}

.go-menu {
  background: rgb(255, 255, 255);
}
.go-menu .go-menu-box {
  height: 500px;
  width: 100%;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.go-menu .go-menu-box .menubox_item {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.go-menu .go-menu-box .menubox_item h3 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  position: relative;
}
.go-menu .go-menu-box .menubox_item h3::before {
  position: absolute;
  font-size: 40px;
  color: #d4a18d;
  transform: scale(1.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.go-menu .go-menu-box .menubox_item:hover {
  transition: all 0.3s ease-in-out;
}
.go-menu .go-menu-box .menubox_item:hover h3::before {
  transform: scale(1);
  opacity: 1;
}
.go-menu .go-menu-box .m-one {
  background: url("../images/go-menu1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.go-menu .go-menu-box .m-one h3::before {
  content: "Sushi";
}
.go-menu .go-menu-box .m-two {
  background: url("../images/go-menu2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.go-menu .go-menu-box .m-two h3::before {
  content: "Sashimi";
}
.go-menu .go-menu-box .m-three {
  background: url("../images/go-menu3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.go-menu .go-menu-box .m-three h3::before {
  content: "Hosomaki";
}
.go-menu .go-menu-box .m-four {
  background: url("../images/go-menu4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.go-menu .go-menu-box .m-four h3::before {
  content: "Udon";
}

.our-menu {
  background: url("../images/home-bg-3.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-menu .our-menu-box {
  display: flex;
  justify-content: space-between;
  min-height: 500px;
  width: auto;
}
.our-menu .our-menu-box .box-one {
  padding: 10px 0;
  width: 575px;
}
.our-menu .our-menu-box .box-one h2 {
  font-size: 36px;
  font-weight: 400;
  color: #be1e2d;
  margin-bottom: 20px;
}
.our-menu .our-menu-box .box-one .menu-item-box {
  min-height: 100px;
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.our-menu .our-menu-box .box-one .menu-item-box .item-img {
  height: 90px;
  width: 90px;
  background: #000;
  margin-right: 5px;
}
.our-menu .our-menu-box .box-one .menu-item-box .item-img img {
  height: 100%;
  width: 100%;
}
.our-menu .our-menu-box .box-one .menu-item-box .item-name {
  min-height: 90px;
  width: 380px;
  margin-right: 5px;
  padding: 0 5px;
}
.our-menu .our-menu-box .box-one .menu-item-box .item-name .i-n {
  display: flex;
  justify-content: space-between;
}
.our-menu .our-menu-box .box-one .menu-item-box .item-name .i-n h3 {
  font-size: 25px;
  margin-right: 5px;
}
.our-menu .our-menu-box .box-one .menu-item-box .item-name .i-n .line {
  height: 1.5em;
  flex: 1;
  border-bottom: 2px dotted #41393d;
}
.our-menu .our-menu-box .box-one .menu-item-box .item-name p {
  font-size: 16px;
}
.our-menu .our-menu-box .box-one .menu-item-box .price {
  height: 90px;
  width: 90px;
  padding: 0px 5px;
  text-align: center;
}
.our-menu .our-menu-box .box-one .menu-item-box .price h5 {
  font-size: 25px;
  font-weight: 400;
}
.our-menu .our-menu-box .box-one .menu-item-box .price a {
  padding: 10px 15px;
  background: #be1e2d;
  color: rgb(255, 255, 255);
  font-size: 12px;
}
.our-menu .my-btn {
  text-align: center;
  margin-top: 20px;
}
.our-menu .my-btn a {
  background: #be1e2d;
  color: rgb(255, 255, 255);
  padding: 20px 40px;
  font-size: 24px;
  display: inline-block;
  letter-spacing: 1.3px;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.our-menu .my-btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8a8c8f;
  left: 0%;
  transform: translate(0%, 0%) scaleX(0);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.our-menu .my-btn a:hover::before {
  transform: translate(0, 0%) scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.grid-gallery {
  max-width: 1340px;
  margin: 0 auto;
  padding: 20px 0;
}
.grid-gallery.menu_gallery {
  padding-bottom: 100px;
}

.media-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.media-wrap .item img {
  aspect-ratio: 3/2.5;
  object-fit: cover;
  height: 100%;
}
.media-wrap .item a {
  position: relative;
  z-index: 5;
  height: 100%;
}
.media-wrap .item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "View";
  font-size: 30px;
  font-family: "Majesti Banner";
  font-weight: 700;
  width: unset;
  height: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0;
  color: #d7e4c2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.media-wrap .item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(65, 57, 61, 0.7);
  z-index: 0;
  transform: scaleX(0.3);
  opacity: 0;
  pointer-events: none;
}
.media-wrap .item a:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.media-wrap .item a:hover::after {
  transform: scaleX(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.event {
  background: rgb(255, 255, 255);
  text-align: center;
}
.event .event-titel {
  margin-bottom: 20px;
}
.event .event-box {
  min-height: 300px;
  width: 100%;
  padding: 10px 120px;
}
.event .event-box .e-box {
  min-height: 100px;
  width: 100%;
  padding: 10px 30px;
  background: rgba(212, 161, 141, 0.3294117647);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  transition: all 0.3s ease-in-out;
}
.event .event-box .e-box .event-date {
  min-width: 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.event .event-box .e-box .event-date h3 {
  font-size: 3rem;
  color: #be1e2d;
  margin: 0;
}
.event .event-box .e-box .event-date p {
  font-size: 1rem;
  line-height: 1rem;
  color: #be1e2d;
  margin: 0;
}
.event .event-box .e-box .celebration h2 {
  font-weight: 400;
  font-size: 1.875rem;
  transition: all 0.3s ease-in-out;
}
.event .event-box .e-box a {
  background: #be1e2d;
  color: rgb(255, 255, 255);
  padding: 20px 40px;
  font-size: 24px;
  display: inline-block;
  letter-spacing: 1.3px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  font-size: 1.125rem;
  padding: 15px 30px;
  margin: 0;
}
.event .event-box .e-box a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8a8c8f;
  left: 0%;
  transform: translate(0%, 0%) scaleX(0);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.event .event-box .e-box a:hover::before {
  transform: translate(0, 0%) scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.event .event-box .e-box:hover {
  background: #be1e2d;
  transition: all 0.3s ease-in-out;
}
.event .event-box .e-box:hover .event-date {
  transition: all 0.3s ease-in-out;
}
.event .event-box .e-box:hover .event-date h3 {
  color: rgb(255, 255, 255);
}
.event .event-box .e-box:hover .event-date p {
  color: rgb(255, 255, 255);
}
.event .event-box .e-box:hover .celebration h2 {
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.event .event-box .e-box:hover a {
  background: #d4a18d;
  transition: all 0.3s ease-in-out;
}
.event .event-box a {
  background: #be1e2d;
  color: rgb(255, 255, 255);
  padding: 20px 40px;
  font-size: 24px;
  display: inline-block;
  letter-spacing: 1.3px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  margin-top: 30px;
}
.event .event-box a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8a8c8f;
  left: 0%;
  transform: translate(0%, 0%) scaleX(0);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.event .event-box a:hover::before {
  transform: translate(0, 0%) scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.footer {
  background: url("../images/footer.png") #282f40;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.footer .part {
  min-height: 450px;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.footer .part .footer-box {
  min-width: 320px;
  text-align: center;
  padding: 10px;
}
.footer .part .footer-box h3 {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 400;
}
.footer .part .footer-box h4 {
  color: rgb(255, 255, 255);
  margin-top: 30px;
  font-size: 25px;
  margin-bottom: 5px;
}
.footer .part .footer-box p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.footer .part .footer-box .footer-menu {
  text-align: center;
  margin-top: 40px;
}
.footer .part .footer-box .footer-menu a {
  font-size: 25px;
  color: #be1e2d;
  padding: 5px;
  margin: 20px 30px;
  transition: all 0.3s ease-in-out;
}
.footer .part .footer-box .footer-menu a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.footer .part .footer-box2 {
  min-width: 320px;
  text-align: center;
  padding: 10px;
}
.footer .part .footer-box2 img {
  height: 50px;
  width: auto;
  margin-bottom: 25px;
}
.footer .part .footer-box2 .info {
  margin-bottom: 20px;
}
.footer .part .footer-box2 .info h4 {
  color: rgb(255, 255, 255);
  font-size: 25px;
  margin-bottom: 5px;
}
.footer .part .footer-box2 .info p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.footer .part .footer-box2 .info a {
  color: #be1e2d;
  padding: 2px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-transform: none;
}
.footer .part .footer-box2 .info a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.footer .part .footer-box2 .footer-social {
  text-align: center;
  margin-top: 30px;
}
.footer .part .footer-box2 .footer-social ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .part .footer-box2 .footer-social ul li {
  margin: 10px;
}
.footer .part .footer-box2 .footer-social ul li a {
  color: #d4a18d;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
}
.footer .part .footer-box2 .footer-social ul li a:hover {
  color: #be1e2d;
  transition: all 0.3s ease-in-out;
}
.footer .copyright {
  height: 50px;
  width: auto;
  padding: 20px;
  text-align: center;
}
.footer .copyright span {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.contact-us {
  background: url("../images/contact-bg.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 450px;
  z-index: 5;
}
.contact-us::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(4, 10, 28, 0.6);
  z-index: -1;
}
.contact-us .contack-us-titel {
  text-align: center;
}
.contact-us .contack-us-titel p {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.contact-us .contack-us-titel p a {
  color: rgb(255, 255, 255);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.contact-us .contack-us-titel p a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.contact-us .contack-us-titel p span {
  color: rgb(255, 255, 255);
  margin-left: 5px;
}
.contact-us .contack-us-titel h1 {
  font-weight: 900;
  font-size: 70px;
  letter-spacing: 1.5px;
  color: rgb(255, 255, 255);
}

.main-contact {
  background: #f3ffff;
}
.main-contact ul {
  min-height: 180px;
  width: auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-contact ul li {
  min-height: 130px;
  width: 350px;
  display: flex;
  margin: 0 5px;
}
.main-contact ul li svg {
  height: 70px;
}
.main-contact ul li .c-text {
  margin-left: 20px;
}
.main-contact ul li .c-text h5 {
  color: #be1e2d;
  font-size: 16px;
  margin: 0;
}
.main-contact ul li .c-text p {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 600;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.main-contact ul li .c-text a {
  color: #be1e2d;
  margin-top: 5px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.main-contact ul li .c-text a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.main-contact ul li .c-text2 {
  margin-left: 20px;
}
.main-contact ul li .c-text2 h5 {
  color: #be1e2d;
  font-size: 16px;
  margin: 0;
}
.main-contact ul li .c-text2 a {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 600;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease-in-out;
}

.our-map {
  background: #f3ffff;
}
.our-map .map-box {
  min-height: 600px;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-map .map-box .map {
  height: 600px;
  width: 700px;
}
.our-map .map-box .we-are-open {
  height: 600px;
  width: 400px;
  background: #be1e2d;
  padding: 40px 20px;
  text-align: center;
}
.our-map .map-box .we-are-open h2 {
  color: rgb(255, 255, 255);
}
.our-map .map-box .we-are-open h4 {
  color: rgb(255, 255, 255);
  margin-top: 30px;
  font-size: 25px;
  margin-bottom: 5px;
}
.our-map .map-box .we-are-open p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.our-map .map-box .we-are-open a {
  background: #be1e2d;
  color: rgb(255, 255, 255);
  padding: 20px 40px;
  font-size: 24px;
  display: inline-block;
  letter-spacing: 1.3px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background: #d4a18d;
  font-size: 16px;
  padding: 15px 30px;
  margin-top: 50px;
}
.our-map .map-box .we-are-open a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8a8c8f;
  left: 0%;
  transform: translate(0%, 0%) scaleX(0);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.our-map .map-box .we-are-open a:hover::before {
  transform: translate(0, 0%) scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.contact-from {
  background-color: #d4a18d;
  background-image: url("../images/fon_contact.png");
  background-position: top left;
  background-repeat: no-repeat;
}
.contact-from .cf-titel {
  text-align: center;
  margin-bottom: 50px;
}
.contact-from .cf-titel h2 {
  color: rgb(255, 255, 255);
}
.contact-from .cf-titel p {
  color: rgb(255, 255, 255);
}
.contact-from .fa {
  min-height: 300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-from .fa .my-mail {
  min-height: 270px;
  width: 580px;
}
.contact-from .fa .my-mail .mail input {
  height: 65px;
  width: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 25px;
  outline: none;
  border: none;
}
.contact-from .fa .my-mail textarea {
  height: 250px;
  min-width: 100%;
  padding: 20px;
  font-size: 16px;
  outline: none;
  border: none;
  margin-bottom: 25px;
}
.contact-from .s-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-from .s-btn input {
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  color: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-bottom: 25px;
  border: 2px solid #be1e2d;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.contact-from .s-btn input:focus {
  transition: all ease-in-out 0.3s;
  border-radius: 20px;
}
.contact-from .s-btn input:hover {
  background: #be1e2d;
  transition: all 0.3s ease-in-out;
}

.about-us {
  background: url("../images/about-bg.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 450px;
  z-index: 5;
}
.about-us::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(4, 10, 28, 0.6);
  z-index: -1;
}
.about-us .about-us-titel {
  text-align: center;
}
.about-us .about-us-titel p {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.about-us .about-us-titel p a {
  color: rgb(255, 255, 255);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.about-us .about-us-titel p a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.about-us .about-us-titel p span {
  color: rgb(255, 255, 255);
  margin-left: 5px;
}
.about-us .about-us-titel h1 {
  font-weight: 900;
  font-size: 70px;
  letter-spacing: 1.5px;
  color: rgb(255, 255, 255);
}

.our-story {
  background: rgb(255, 255, 255);
}
.our-story .story-box {
  min-height: 360px;
  width: 100%;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-story .story-box .story {
  min-height: 350px;
  width: 650px;
  text-align: center;
}
.our-story .story-box .story h2 {
  margin-bottom: 40px;
}
.our-story .story-box .story p {
  line-height: 30px;
  margin-bottom: 40px;
}

.history {
  padding: 80px 0;
}
.history .history_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.history .history_area .history_img, .history .history_area .history_content {
  flex: 1;
}
.history .history_area .history_content h2 {
  margin-bottom: 20px;
}
.history .history_area .history_content p {
  margin-bottom: 15px;
}
.history .history_area .history_img {
  width: 100%;
  height: 650px;
  padding-right: 40px;
}
.history .history_area .history_img img {
  height: 100%;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}

.wceh {
  background: rgb(255, 255, 255);
}
.wceh .wceh-box {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.wceh .wceh-box .w-b-item {
  height: 220px;
  min-width: 150px;
  padding: 0 5px;
  text-align: center;
}
.wceh .wceh-box .w-b-item svg {
  height: 70px;
}
.wceh .wceh-box .w-b-item h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 65px;
}

.menu-us {
  background: url("../images/contact-bg.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 450px;
  z-index: 5;
}
.menu-us::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(4, 10, 28, 0.6);
  z-index: -1;
}
.menu-us .menu-us-titel {
  text-align: center;
}
.menu-us .menu-us-titel p {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.menu-us .menu-us-titel p a {
  color: rgb(255, 255, 255);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.menu-us .menu-us-titel p a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.menu-us .menu-us-titel p span {
  color: rgb(255, 255, 255);
  margin-left: 5px;
}
.menu-us .menu-us-titel h1 {
  font-weight: 900;
  font-size: 70px;
  letter-spacing: 1.5px;
  color: rgb(255, 255, 255);
}

.menu-one {
  background: white;
}
.menu-one .our-menu-box {
  display: flex;
  justify-content: space-between;
  min-height: 500px;
  width: auto;
}
.menu-one .our-menu-box .box-one {
  padding: 10px 0;
  width: 575px;
}
.menu-one .our-menu-box .box-one h2 {
  font-size: 36px;
  font-weight: 400;
  color: #be1e2d;
  margin-bottom: 20px;
}
.menu-one .our-menu-box .box-one .menu-item-box {
  min-height: 100px;
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.menu-one .our-menu-box .box-one .menu-item-box .item-img {
  height: 90px;
  width: 90px;
  background: #000;
  margin-right: 5px;
}
.menu-one .our-menu-box .box-one .menu-item-box .item-img img {
  height: 100%;
  width: 100%;
}
.menu-one .our-menu-box .box-one .menu-item-box .item-name {
  min-height: 90px;
  width: 380px;
  margin-right: 5px;
  padding: 0 5px;
}
.menu-one .our-menu-box .box-one .menu-item-box .item-name .i-n {
  display: flex;
  justify-content: space-between;
}
.menu-one .our-menu-box .box-one .menu-item-box .item-name .i-n h3 {
  font-size: 25px;
  margin-right: 5px;
}
.menu-one .our-menu-box .box-one .menu-item-box .item-name .i-n .line {
  height: 1.5em;
  flex: 1;
  border-bottom: 2px dotted #41393d;
}
.menu-one .our-menu-box .box-one .menu-item-box .item-name p {
  font-size: 16px;
}
.menu-one .our-menu-box .box-one .menu-item-box .price {
  height: 90px;
  width: 90px;
  padding: 0px 5px;
  text-align: center;
}
.menu-one .our-menu-box .box-one .menu-item-box .price h5 {
  font-size: 25px;
  font-weight: 400;
}
.menu-one .our-menu-box .box-one .menu-item-box .price a {
  padding: 10px 15px;
  background: #be1e2d;
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.menu-two {
  background: rgb(255, 255, 255);
  padding-top: 0px;
}
.menu-two .our-menu-box {
  display: flex;
  justify-content: space-between;
  min-height: 500px;
  width: auto;
}
.menu-two .our-menu-box .box-one {
  padding: 10px 0;
  width: 575px;
}
.menu-two .our-menu-box .box-one h2 {
  font-size: 36px;
  font-weight: 400;
  color: #be1e2d;
  margin-bottom: 20px;
}
.menu-two .our-menu-box .box-one .menu-item-box {
  min-height: 100px;
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.menu-two .our-menu-box .box-one .menu-item-box .item-img {
  height: 90px;
  width: 90px;
  background: #000;
  margin-right: 5px;
}
.menu-two .our-menu-box .box-one .menu-item-box .item-img img {
  height: 100%;
  width: 100%;
}
.menu-two .our-menu-box .box-one .menu-item-box .item-name {
  min-height: 90px;
  width: 380px;
  margin-right: 5px;
  padding: 0 5px;
}
.menu-two .our-menu-box .box-one .menu-item-box .item-name .i-n {
  display: flex;
  justify-content: space-between;
}
.menu-two .our-menu-box .box-one .menu-item-box .item-name .i-n h3 {
  font-size: 25px;
  margin-right: 5px;
}
.menu-two .our-menu-box .box-one .menu-item-box .item-name .i-n .line {
  height: 1.5em;
  flex: 1;
  border-bottom: 2px dotted #41393d;
}
.menu-two .our-menu-box .box-one .menu-item-box .item-name p {
  font-size: 16px;
}
.menu-two .our-menu-box .box-one .menu-item-box .price {
  height: 90px;
  width: 90px;
  padding: 0px 5px;
  text-align: center;
}
.menu-two .our-menu-box .box-one .menu-item-box .price h5 {
  font-size: 25px;
  font-weight: 400;
}
.menu-two .our-menu-box .box-one .menu-item-box .price a {
  padding: 10px 15px;
  background: #be1e2d;
  color: rgb(255, 255, 255);
  font-size: 12px;
}
.menu-two .my-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.menu-two .my-btn a {
  background: #be1e2d;
  color: rgb(255, 255, 255);
  padding: 20px 40px;
  font-size: 24px;
  display: inline-block;
  letter-spacing: 1.3px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  margin: 10px;
  padding: 15px 30px;
  font-size: 18px;
}
.menu-two .my-btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8a8c8f;
  left: 0%;
  transform: translate(0%, 0%) scaleX(0);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.menu-two .my-btn a:hover::before {
  transform: translate(0, 0%) scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}/*# sourceMappingURL=style.css.map */