@import url(../fonts/stylesheet.css);
.container {
  width: 100%;
  max-width: 1680px;
  margin: auto;
  padding: 0;
}

a {
  text-decoration: none;
}

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

:root {
  --light: "OswaldLight";
  --regular: "OswaldRegular";
  --medium: "OswaldMedium";
  --semi: "OswaldSemiBold";
  --bold: "OswaldBold";
  --popRegular: "PoppinsRegular";
  --popMedium: "PoppinsMedium";
  --red: #d70920;
  --black: #2f2f2f;
  --white: #ffffff;
  --gray: #555555;
}

/*Header*/
.top-bar {
  width: 100%;
  background: var(--red);
  padding: 10px 0;
}
.top-bar .lft ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.top-bar .lft ul li a {
  text-decoration: none;
  font: 18px/24px var(--regular);
  color: var(--white);
}
.top-bar .rft ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-bar .rft ul li a {
  color: var(--white);
  transition: 0.5s all ease-in-out;
  border: 1px dashed transparent;
  width: 30px;
  height: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar .rft ul li a svg {
  font-size: 20px;
  transition: 0.5s all ease-in-out;
}
.top-bar .rft ul li a:hover {
  border-radius: 100%;
  border-color: var(--white);
}
.top-bar .rft ul li a:hover svg {
  transform: rotateX(360deg);
}

nav.navbar {
  background: #ebebeb;
}
nav.navbar .container {
  justify-content: space-between;
}
nav.navbar .container .navbar-collapse {
  flex-grow: 0;
}
nav.navbar .container .navbar-nav li.nav-item:not(:last-child) {
  margin-right: 70px;
}
nav.navbar .container .navbar-nav li.nav-item .nav-link {
  font: 20px/24px var(--semi);
  color: var(--black);
  text-transform: uppercase;
  padding: 0;
  transition: 0.5s all ease-in-out;
}
nav.navbar .container .navbar-nav li.nav-item .nav-link:hover {
  color: var(--red);
}
nav.navbar .container .navbar-brand {
  margin: 0;
}
nav.navbar .container .navbar-brand img {
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
nav.navbar .container a.btn.order-btn {
  margin-left: 70px;
  font: 24px/24px var(--semi);
  color: var(--white);
  background: var(--red);
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid var(--red);
  height: 48px;
  padding: 10px 15px;
}
nav.navbar .container a.btn.order-btn:hover {
  background: transparent;
  color: var(--red);
}

/*Header*/
/*Main*/
section.banner {
  width: 100%;
  position: relative;
}
section.banner .ban-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner .ban-cnt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 85px 0;
}
section.banner .ban-cnt h5 {
  font: 26px/36px var(--regular);
  color: var(--black);
  text-transform: uppercase;
}
section.banner .ban-cnt h4 {
  font: 50px/50px var(--semi);
  color: var(--black);
  margin-bottom: 20px;
}
section.banner .ban-cnt h2 {
  font: 60px/75px var(--semi);
  color: var(--black);
  margin-bottom: 20px;
}
section.banner .ban-cnt h2 span {
  color: var(--red);
}
section.banner .ban-cnt p {
  font: 20px/32px var(--popRegular);
  color: var(--gray);
  max-width: 685px;
  margin-bottom: 35px;
}
section.banner .ban-cnt a {
  font: 24px/24px var(--semi);
  color: var(--white);
  background: var(--red);
  padding: 10px 20px;
  height: 48px;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
  border: 1px solid var(--red);
}
section.banner .ban-cnt a:hover {
  background: transparent;
  color: var(--red);
}

section.our-menu {
  padding: 75px 0;
  background: #f9f9f9;
}
section.our-menu .hd {
  text-align: center;
  margin-bottom: 50px;
}
section.our-menu .hd span {
  font: 30px/30px var(--regular);
  color: var(--black);
  text-transform: uppercase;
}
section.our-menu .hd h3 {
  font: 50px/60px var(--semi);
  color: var(--red);
  margin: 15px 0;
}
section.our-menu .hd p {
  font: 20px/30px var(--popRegular);
  color: var(--gray);
  margin: 0;
}
section.our-menu .bdy .d-flex {
  gap: 25px;
}
section.our-menu .bdy .d-flex .box {
  width: 25%;
  position: relative;
}
section.our-menu .bdy .d-flex .box .img {
  z-index: 0;
  width: 100%;
}
section.our-menu .bdy .d-flex .box .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.our-menu .bdy .d-flex .box .cnt {
  width: 80%;
  margin: -100px auto 0;
  background: var(--white);
  padding: 30px;
  z-index: 5;
  position: relative;
  box-shadow: 0 10px 20px 0 #e1e1e1;
}
section.our-menu .bdy .d-flex .box .cnt h4 {
  font: 30px/30px var(--semi);
  color: var(--black);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--black);
}
section.our-menu .bdy .d-flex .box .cnt p {
  font: 16px/24px var(--popRegular);
  color: var(--gray);
  margin-bottom: 20px;
}
section.our-menu .bdy .d-flex .box .cnt a {
  color: var(--red);
  font: 18px/24px var(--popMedium);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
section.our-menu .bdy .d-flex .box .cnt a svg {
  transition: 0.5s all ease-in-out;
}
section.our-menu .bdy .d-flex .box .cnt a:hover svg {
  transform: translateX(8px);
}

section.about {
  padding: 85px 0;
}
section.about .d-flex .img {
  width: 38%;
}
section.about .d-flex .txt {
  width: 62%;
  padding-left: 165px;
}
section.about .d-flex .txt > span {
  font: 30px/30px var(--regular);
  color: var(--black);
  text-transform: uppercase;
}
section.about .d-flex .txt h2 {
  font: 50px/60px var(--semi);
  color: var(--red);
  margin: 15px 0;
}
section.about .d-flex .txt p {
  font: 18px/28px var(--popRegular);
  color: var(--gray);
  margin-bottom: 30px;
}
section.about .d-flex .txt ul {
  margin-bottom: 20px;
}
section.about .d-flex .txt ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font: 26px/36px var(--regular);
  color: var(--black);
}
section.about .d-flex .txt ul li:not(:last-child) {
  margin-bottom: 15px;
}
section.about .d-flex .txt ul li .icon {
  width: 70px;
  height: 70px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.about .d-flex .txt a {
  font: 24px/24px var(--semi);
  color: var(--white);
  background: var(--red);
  padding: 10px 20px;
  height: 48px;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
  border: 1px solid var(--red);
  border-radius: 0;
}
section.about .d-flex .txt a:hover {
  background: transparent;
  color: var(--red);
}

section.we-off {
  padding: 75px 0;
  background: #f9f9f9;
}
section.we-off .d-flex .img {
  width: 24.5%;
  text-align: right;
}
section.we-off .d-flex .img img {
  width: 100%;
}
section.we-off .d-flex .txt {
  width: 75.5%;
  padding-right: 100px;
}
section.we-off .d-flex .txt > span {
  font: 30px/30px var(--regular);
  color: var(--red);
  text-transform: uppercase;
}
section.we-off .d-flex .txt h2 {
  font: 50px/60px var(--semi);
  color: var(--black);
  margin: 15px 0 40px;
}
section.we-off .d-flex .txt .box {
  width: 38.515%;
  padding: 25px;
  background: var(--black);
}
section.we-off .d-flex .txt .box p {
  margin: 20px 0 0;
  font: 16px/26px var(--popRegular);
  color: var(--white);
  padding-top: 25px;
  position: relative;
}
section.we-off .d-flex .txt .box p::before {
  content: "";
  width: 100px;
  height: 5px;
  background: var(--white);
  position: absolute;
  left: 0;
  top: 0;
}
section.we-off .d-flex .txt .lists {
  width: 61.485%;
  padding-left: 100px;
  position: relative;
}
section.we-off .d-flex .txt .lists::before {
  content: "";
  width: 5px;
  height: 100px;
  background: var(--red);
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
}
section.we-off .d-flex .txt .lists h4 {
  font: 30px/30px var(--semi);
  color: var(--black);
  margin-bottom: 40px;
}
section.we-off .d-flex .txt .lists a {
  font: 24px/24px var(--semi);
  color: var(--white);
  background: var(--red);
  padding: 10px 20px;
  height: 48px;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
  border: 1px solid var(--red);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.we-off .d-flex .txt .lists a:hover {
  background: transparent;
  color: var(--red);
}
section.we-off .d-flex .txt .lists ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.we-off .d-flex .txt .lists ul li {
  width: 50%;
  font: 18px/24px var(--popRegular);
  color: var(--black);
  margin-bottom: 35px;
  padding-left: 35px;
  background: url(../images/check.png) no-repeat left center;
  background-size: contain;
}

section.event {
  padding: 100px 0;
  background: url(../images/inner-banner-2.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
section.event .box {
  width: 54%;
  background: var(--white);
  margin-left: auto;
  padding: 35px 50px;
}
section.event .box > span {
  font: 30px/30px var(--regular);
  text-transform: uppercase;
  color: var(--red);
}
section.event .box h2 {
  font: 50px/60px var(--semi);
  color: var(--black);
  margin: 10px 0 20px;
}
section.event .box h3 {
  font: 30px/36px var(--semi);
  color: var(--black);
  margin-bottom: 0;
}
section.event .box h3 span {
  color: var(--gray);
}
section.event .box p {
  font: 18px/26px var(--popRegular);
  color: var(--gray);
  margin: 20px 0;
}
section.event .box a {
  font: 24px/24px var(--semi);
  color: var(--white);
  background: var(--red);
  padding: 10px 20px;
  height: 48px;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
  border: 1px solid var(--red);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.event .box a:hover {
  background: transparent;
  color: var(--red);
}

section.testi {
  padding: 100px 0;
}
section.testi .hd {
  text-align: center;
  margin-bottom: 50px;
}
section.testi .hd span {
  font: 30px/30px var(--regular);
  text-transform: uppercase;
  color: var(--red);
}
section.testi .hd h2 {
  font: 50px/60px var(--semi);
  color: var(--black);
  margin: 10px 0 0;
}
section.testi .bdy .item .box {
  background: #f9f9f9;
  padding: 30px;
}
section.testi .bdy .item .box img {
  width: auto;
}
section.testi .bdy .item .box p {
  margin: 20px 0;
  font: 16px/26px var(--popRegular);
  color: var(--gray);
}
section.testi .bdy .item .box .icon {
  width: 70px;
}
section.testi .bdy .item .box .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.testi .bdy .item .box .txt {
  width: calc(100% - 70px);
  padding-left: 15px;
}
section.testi .bdy .item .box .txt h4 {
  margin: 0;
  font: 20px/20px var(--medium);
  color: var(--black);
}
section.testi .bdy .item .box .txt span {
  font: 18px/20px var(--medium);
  color: var(--red);
}

/*contact us */
.map-container iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    transition: transform 0.5s;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
}
section.about .d-flex .map-container {
    width: 58%;
}
section.event .box .form .submit_btn{
    font: 24px / 24px var(--semi);
    color: var(--white);
    background: var(--red);
    padding: 10px 20px;
    height: 48px;
    text-transform: uppercase;
    transition: 0.5s all ease-in-out;
    border: 1px solid var(--red);
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section.event .box .form .submit_btn:hover {
  background: transparent;
  color: var(--red);
}
section.event .box .form form label {
    font-weight: 600;
    margin-top: 16px;
    display: inline-block;
    color: #fff;
}

section.event .box .form input,
section.event .box .form select {
    width: 100%;
    padding: 10px;
    margin-top: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 4px;
    background-color: #fff;
}
section.event .box .form input[type="submit"] {
    margin-top: 24px;
}
.submit-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.submit-wrapper .submit_btn {
    width: auto;
    min-width: 160px;
    padding: 10px 20px;
}
/*gallery*/
.gallery_container {
     display: flex;
     flex-direction: column;
     gap: 40px;
     padding: 100px;
 }
.own_gallery {
     border-radius: 15px;
     padding: 30px;
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
 }
 
 .own_gallery h2 {
     text-align: center;
     margin-bottom: 20px;
     color: var(--red);
     font-size: 2.5rem; /* Larger title */
     text-transform: uppercase; /* Uppercase title */
 }
 
 .gallery {
     display: grid;
     grid-template-columns: repeat(12, 1fr);
     gap: 20px;
 }
 
 .gallery-item {
     grid-column: span 4; /* 3 items per row */
     text-align: center; /* Center align text */
 }
 
 .gallery-item img {
     width: 100%;
     height: auto; /* Maintain aspect ratio */
     border-radius: 10px; /* Rounded corners for images */
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Shadow effect */
     transition: transform 0.3s;
 }
 
 .gallery-item img:hover {
     transform: scale(1.05); /* Slightly zoom on hover */
 }

 .videos {
     display: grid;
     grid-template-columns: repeat(2, 1fr); /* 2 videos per row */
     gap: 30px;
     margin-top: 20px; /* Space above videos */
     padding: 130px;
 }
 
 .videos h2 {
     text-align: center;
     color:green; /* Video title color */
     font-size: 2.5rem; /* Larger title */
     margin-bottom: 20px; /* Space below title */
 }
 
 .video-item {
     position: relative;
 }
 
 .videos iframe {
     width: 100%;
     height: 300px;
     border: none;
     border-radius: 10px;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
     transition: transform 0.4s ease, box-shadow 0.4s ease;
 }
 
 .videos iframe:hover {
     transform: scale(1.05) rotate(1deg);
     box-shadow: 0 12px 30px rgba(0, 255, 255, 0.5);
 }
 
 /* Responsive adjustments */
 @media (max-width: 1024px) {
     .gallery-item {
         grid-column: span 6; /* 2 items per row on medium screens */
     }
 
     .videos {
         grid-template-columns: 1fr; /* Stack videos on smaller screens */
     }
 }
 
 @media (max-width: 768px) {
     .gallery-item {
         grid-column: span 12; /* 1 item per row on small screens */
     }
 }
 
/*Videos*/
 .videos {
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* 12-column grid */
  gap: 20px; /* Gap between items */
}

.video-item {
  grid-column: span 12; /* Default span for small screens */
}

@media (min-width: 768px) {
  .video-item {
      grid-column: span 6; /* Span for medium screens */
  }
}

@media (min-width: 1024px) {
  .video-item {
      grid-column: span 4; /* Span for large screens */
  }
}
/*Main*/
/*Footer*/
footer {
  background: var(--black);
}
footer .ft-top {
  padding: 60px 0 30px;
  border-bottom: 2px dashed var(--red);
}
footer .ft-top .d-flex {
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
footer .ft-top .d-flex .blk {
  width: 20%;
}
footer .ft-top .d-flex .blk:first-child {
  width: 25%;
}
footer .ft-top .d-flex .blk:nth-child(2), footer .ft-top .d-flex .blk:nth-child(3) {
  width: 15%;
}
footer .ft-top .d-flex .blk .map img {
  border: 2px solid var(--red);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .ft-top .d-flex .blk h4 {
  font: 25px/25px var(--medium);
  color: var(--white);
  margin-bottom: 25px;
}
footer .ft-top .d-flex .blk h3 {
  font: 40px/40px var(--semi);
  color: var(--red);
}
footer .ft-top .d-flex .blk span {
  font: 20px/20px var(--regular);
  color: var(--gray);
}
footer .ft-top .d-flex .blk p {
  font: 16px/27px var(--popRegular);
  color: var(--white);
  margin: 10px 0 15px;
}
footer .ft-top .d-flex .blk form {
  width: 85%;
  position: relative;
}
footer .ft-top .d-flex .blk form input {
  width: 100%;
  background: var(--white);
  height: 58px;
  font: 16px/26px var(--popRegular);
  color: var(--black);
  padding: 10px 65px 10px 15px;
  border: none;
}
footer .ft-top .d-flex .blk form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red);
  color: var(--white);
  transition: 0.5s all ease-in-out;
}
footer .ft-top .d-flex .blk form button svg {
  font-size: 25px;
}
footer .ft-top .d-flex .blk form button:hover {
  background: transparent;
  color: var(--red);
}
footer .ft-top .d-flex .blk > ul li {
  font: 16px/20px var(--popRegular);
  color: var(--white);
}
footer .ft-top .d-flex .blk > ul li:not(:last-child) {
  margin-bottom: 25px;
}
footer .ft-top .d-flex .blk > ul li a {
  color: var(--white);
  transition: 0.5s all ease-in-out;
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .ft-top .d-flex .blk > ul li a svg {
  font-size: 12px;
}
footer .ft-top .d-flex .blk > ul li a:hover {
  color: var(--red);
}
footer .ft-top .d-flex .blk .social-media ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .ft-top .d-flex .blk .social-media ul li a {
  color: var(--red);
  transition: 0.5s all ease-in-out;
  border: 1px dashed transparent;
  width: 30px;
  height: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ft-top .d-flex .blk .social-media ul li a svg {
  font-size: 20px;
  transition: 0.5s all ease-in-out;
}
footer .ft-top .d-flex .blk .social-media ul li a:hover {
  border-radius: 100%;
  border-color: var(--red);
}
footer .ft-top .d-flex .blk .social-media ul li a:hover svg {
  transform: rotateX(360deg);
}
footer .ft-bt {
  padding: 30px 0;
}
footer .ft-bt p {
  margin: 0;
  text-align: center;
  font: 18px/27px var(--popRegular);
  color: var(--white);
}
footer .ft-bt p a {
  color: var(--white);
}
footer .ft-bt p a:hover {
  color: var(--red);
}

/*Footer*/
/*Responsive*/
@media (max-width: 1680px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 1440px) {
  nav.navbar .container .navbar-brand img {
    max-width: 215px;
  }
  section.banner .ban-cnt h4 {
    font-size: 50px;
    line-height: 50px;
  }
  section.banner .ban-cnt h2 {
    font-size: 55px;
    line-height: 70px;
  }
  section.banner .ban-img img {
    min-height: 600px;
  }
}
@media (max-width: 1360px) {
  nav.navbar .container .navbar-nav li.nav-item:not(:last-child) {
    margin-right: 50px;
  }
  nav.navbar .container .navbar-brand img {
    max-width: 190px;
  }
  section.banner .ban-cnt h2 {
    font-size: 45px;
    line-height: 55px;
  }
  section.banner .ban-cnt h4 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  section.banner .ban-cnt h5 {
    font-size: 24px;
  }
  section.banner .ban-cnt p {
    max-width: 575px;
  }
  section.banner .ban-cnt a {
    display: inline-flex;
  }
  section.banner .ban-cnt, section.our-menu, section.about, section.we-off, section.event, section.testi {
    padding: 70px 0;
  }
  section.banner .ban-img img {
    min-height: 520px;
  }
  section.our-menu .hd span, section.about .d-flex .txt > span, section.we-off .d-flex .txt > span, section.event .box > span, section.testi .hd span {
    font-size: 24px;
    line-height: 24px;
  }
  section.our-menu .hd h3, section.about .d-flex .txt h2, section.we-off .d-flex .txt h2, section.event .box h2, section.testi .hd h2 {
    font-size: 40px;
    line-height: 50px;
  }
  section.our-menu .bdy .d-flex .box .cnt p, section.our-menu .bdy .d-flex .box .cnt a, section.about .d-flex .txt p, section.we-off .d-flex .txt .lists a, section.banner .ban-cnt a, section.event .box a {
    font-size: 18px;
  }
  section.about .d-flex .img img {
    width: 100%;
  }
  section.about .d-flex .txt {
    padding-left: 90px;
    width: 55%;
  }
  section.about .d-flex .img {
    width: 45%;
  }
  section.about .d-flex .txt ul li .icon {
    width: 60px;
    height: 60px;
  }
  section.about .d-flex .txt ul li .icon img {
    width: 60%;
  }
  section.about .d-flex .txt a {
    font-size: 20px;
  }
  section.we-off .d-flex .txt .lists {
    padding-left: 70px;
  }
  section.we-off .d-flex .txt .lists::before {
    left: 30px;
  }
  section.we-off .d-flex .txt .lists ul li {
    background-size: 20px;
  }
  section.we-off .d-flex .txt {
    padding-right: 15px;
  }
  section.event .box h3 {
    font-size: 26px;
  }
  section.testi .bdy .item .box .icon {
    width: 50px;
  }
  section.testi .bdy .item .box .icon img {
    width: 100%;
  }
  section.testi .bdy .item .box .txt {
    width: calc(100% - 50px);
  }
  nav.navbar .container a.btn.order-btn {
    margin-left: 50px;
  }
  footer .ft-top .d-flex .blk h3 {
    font-size: 34px;
  }
  section.our-menu .hd p {
    font-size: 18px;
  }
  section.we-off .d-flex .txt .lists ul li {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  nav.navbar .container .navbar-nav li.nav-item .nav-link {
    font-size: 18px;
  }
  nav.navbar .container a.btn.order-btn {
    font-size: 18px;
    margin-left: 40px;
  }
  nav.navbar .container .navbar-brand img {
    max-width: 175px;
  }
  section.about .d-flex .txt {
    padding-left: 60px;
  }
  footer .ft-top .d-flex .blk > ul li {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  nav.navbar .container .navbar-nav li.nav-item:not(:last-child) {
    margin-right: 40px;
  }
  footer .ft-top .d-flex .blk h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
  footer .ft-top .d-flex .blk span {
    font-size: 18px;
  }
  footer .ft-top .d-flex .blk p, footer .ft-top .d-flex .blk > ul li {
    font-size: 16px;
  }
  section.banner .ban-cnt p {
    max-width: 520px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  section.our-menu .bdy .d-flex .box .cnt p, section.about .d-flex .txt p, section.event .box p {
    font-size: 16px;
  }
  section.our-menu .bdy .d-flex .box .cnt {
    padding: 20px;
  }
  section.about .d-flex .txt ul li {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  nav.navbar .container > .navbar-nav {
    display: none;
  }
  .navbar-toggler {
    width: 45px;
    height: 45px;
    padding: 0;
    background: var(--red);
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    padding: 30px;
    width: 300px !important;
    height: 100vh;
    background: #fff;
    display: block !important;
    left: -300px;
    transition: 0.5s all ease-in-out;
    z-index: 10;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-collapse .d-none {
    display: block !important;
  }
  .navbar-collapse ul {
    margin: 0;
  }
  .navbar-collapse ul li {
    margin: 0 0 30px 0;
  }
  nav.navbar .container a.btn.order-btn {
    margin-left: 0;
  }
  section.banner .ban-cnt, section.our-menu, section.about, section.we-off, section.event, section.testi {
    padding: 50px 0;
  }
  section.banner .ban-cnt h5 {
    font-size: 20px;
  }
  section.banner .ban-cnt h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  section.banner .ban-cnt h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  section.banner .ban-cnt p {
    font-size: 18px;
    line-height: 30px;
    max-width: 420px;
    margin-bottom: 20px;
  }
  section.banner .ban-img img {
    min-height: 455px;
  }
  section.our-menu .hd span, section.about .d-flex .txt > span, section.we-off .d-flex .txt > span, section.event .box > span, section.testi .hd span {
    font-size: 22px;
    line-height: 22px;
  }
  section.our-menu .hd h3, section.about .d-flex .txt h2, section.we-off .d-flex .txt h2, section.event .box h2, section.testi .hd h2 {
    font-size: 36px;
    line-height: 46px;
  }
  section.our-menu .hd p, section.our-menu .bdy .d-flex .box .cnt h4, section.about .d-flex .txt ul li {
    font-size: 20px;
  }
  section.our-menu .hd {
    margin-bottom: 30px;
  }
  section.our-menu .bdy .d-flex {
    gap: 25px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  section.our-menu .bdy .d-flex .box {
    min-width: 370px;
  }
  section.our-menu .bdy .d-flex .box .cnt p {
    white-space: normal;
  }
  section.our-menu .hd p, section.our-menu .bdy .d-flex .box .cnt h4, section.about .d-flex .txt ul li {
    font-size: 18px;
  }
  section.we-off > div > .d-flex {
    flex-direction: column-reverse;
  }
  section.we-off .d-flex .img {
    width: 50%;
    text-align: center;
    margin-bottom: 50px;
  }
  section.we-off .d-flex .txt {
    padding-right: 0;
    width: 100%;
  }
  section.event .box {
    width: 65%;
  }
  footer .ft-top {
    padding: 40px 0 30px;
  }
  footer .ft-top .d-flex {
    flex-wrap: wrap;
  }
  footer .ft-top .d-flex .blk:first-child {
    width: 50%;
  }
  footer .ft-top .d-flex .blk:nth-child(2), footer .ft-top .d-flex .blk:nth-child(3) {
    width: 22%;
  }
  footer .ft-top .d-flex .blk {
    width: 35%;
  }
}
@media (max-width: 767px) {
  section.banner .ban-cnt {
    position: relative;
    text-align: center;
  }
  section.banner .ban-img img {
    min-height: auto;
    width: 225%;
    position: absolute;
    right: 0px;
    top: 0;
  }
  section.banner {
    padding-top: 600px;
  }
  section.banner .ban-cnt p {
    max-width: 100%;
  }
  section.about .d-flex, section.we-off .d-flex .txt .d-flex {
    flex-direction: column;
  }
  section.about .d-flex .img {
    width: 60%;
    margin-bottom: 50px;
  }
  section.about .d-flex .txt {
    padding-left: 0;
    width: 100%;
  }
  section.we-off .d-flex .txt .box {
    width: 100%;
    margin-bottom: 50px;
  }
  section.we-off .d-flex .txt .lists {
    width: 100%;
    padding: 0;
  }
  section.we-off .d-flex .txt .lists::before {
    display: none;
  }
  footer .ft-top .d-flex .blk:first-child, footer .ft-top .d-flex .blk:nth-child(2), footer .ft-top .d-flex .blk:nth-child(3), footer .ft-top .d-flex .blk:nth-child(4) {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed var(--red);
  }
  footer .ft-top {
    border-width: 1px;
  }
  footer .ft-top .d-flex .blk {
    width: 100%;
  }
  footer .ft-top .d-flex .blk .map img {
    width: 50%;
  }
  footer .ft-bt p {
    font-size: 16px;
  }
  footer .ft-bt {
    padding: 25px 0;
  }
}
@media (max-width: 575px) {
  .top-bar .lft ul li a span {
    display: none;
  }
  nav.navbar .container .navbar-brand img {
    max-width: 125px;
  }
  section.banner {
    padding-top: 400px;
  }
  section.we-off .d-flex .img {
    width: 70%;
  }
  section.event .box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section.banner {
    padding-top: 330px;
  }
  section.banner .ban-cnt h2 {
    font-size: 30px;
    line-height: 40px;
  }
  section.banner .ban-cnt h4 {
    font-size: 24px;
  }
  section.our-menu .hd span, section.about .d-flex .txt > span, section.we-off .d-flex .txt > span, section.event .box > span, section.testi .hd span {
    font-size: 20px;
    line-height: 20px;
  }
  section.our-menu .hd h3, section.about .d-flex .txt h2, section.we-off .d-flex .txt h2, section.event .box h2, section.testi .hd h2 {
    font-size: 30px;
    line-height: 40px;
  }
  section.our-menu .bdy .d-flex .box {
    min-width: 300px;
  }
  section.our-menu .bdy .d-flex .box .cnt h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  section.about .d-flex .img, section.we-off .d-flex .img {
    width: 85%;
  }
  section.about .d-flex .txt ul li .icon {
    width: 50px;
    height: 50px;
  }
  section.about .d-flex .txt ul li {
    gap: 10px;
  }
  section.we-off .d-flex .txt .lists h4 {
    font-size: 24px;
  }
  section.we-off .d-flex .txt .lists ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  section.event .box {
    padding: 25px 35px;
  }
  footer .ft-top .d-flex .blk:first-child, footer .ft-top .d-flex .blk:nth-child(2), footer .ft-top .d-flex .blk:nth-child(3), footer .ft-top .d-flex .blk:nth-child(4) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  footer .ft-top .d-flex .blk .map img {
    width: 100%;
  }
  footer .ft-bt p {
    font-size: 16px;
  }
  footer .ft-bt {
    padding: 20px 0;
  }
}

section.banner .ban-cnt {
	top: 50%;
	transform: translateY(-50%);
}
section.banner .ban-img img {
	max-height: 700px;
    object-fit: cover;
}
 
@media (max-width: 767px) {
    section.banner .ban-cnt {top: unset;transform: unset;}
}
 
@media (max-width: 660px) {
	section.banner {padding-top: 525px;}
}
 
@media (max-width: 380px) {
	section.banner {padding-top: 285px;}
}
/*Responsive*//*# sourceMappingURL=style.css.map */