@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px/25px "Poppins",
    sans-serif;
  color: #393939;
  overflow-x: hidden;
  background-image: url(../images/body-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  line-height: 25px;
  font-size: 14px;
  font-family: "poppins-text";
}

/***** Font Files *****/

@font-face {
  font-family: "american-font-sd";
  src: url(../font/American\ Captain.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "poppins-text";
  src: url(../font/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "poppins-heading";
  src: url(../font/Poppins-SemiBold.ttf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

.theme_btn {
  padding: 4px 4px 4px 16px;
  border: unset;
  border-radius: 42px;
  color: #ffff;
  z-index: 1;
  background: #d70e0e;
  position: relative;
  font-size: 13px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
  font-family: "poppins-text";
  text-transform: uppercase;
  border: 1px solid #d70e0e;
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 14px;
  background-color: #000000;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.theme_btn:hover {
  color: #ffffff;
}

.theme_btn:hover::before {
  width: 100%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "american-font-sd";
  font-size: 200px;
  line-height: 170px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "american-font-sd";
  font-size: 118px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  margin: 0 0 8px;
  text-transform: uppercase;
}

h3 {
  font-family: "american-font-sd";
  font-size: 79px;
  line-height: 1.1;
  color: #d70e0e;
  font-weight: 500;
  margin: 0px 0 8px;
  text-transform: uppercase;
}

h4 {
  font-family: "american-font-sd";
  font-size: 24px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "poppins-heading";
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  font-weight: 500;
  margin: 0 0 8px;
  text-transform: capitalize;
}

h6 {
  font-family: "poppins-text";
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0px 0 4px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 10px 0px 0px;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 24px;
  font-size: 13px;
  font-family: "poppins-text";
  text-transform: uppercase;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #d70e0e;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

/* Tab slider fix  */

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}

/* Tab slider fix  */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: start;
  background: rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

.blog_sec {
  padding: 5% 0;
}

/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Tabs  */

.dis-block {
  display: block;
}

/* Header And Banner Css Start */

.btn-sd {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-img {
  height: 32px;
  width: 32px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.header-btn {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: end;
}

.theme_btn:hover .btn-img {
  background: #d70e0e;
  transition: 0.4s;
}

.menuSec .row {
  border-bottom: 1px solid #ffffff3b;
  padding-bottom: 10px;
}
.banner_text h3 {
  font-size: 82px;
  color: red;
}

.banner-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner_img {
  display: inline-block;
  overflow: visible;
}

.banner_img img {
  width: 100%;
  height: auto;
  /* animation: rotateImg 38s linear infinite; */
  /* transform-origin: center center; */
}

/* Smooth rotation */
@keyframes rotateImg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container-fluid {
  padding: 0px 100px;
}

/* Header And Banner Css End */

/* From Pacific Sec Css Start */
section.form-pacific-sec {
  padding: 100px 0px 100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

section.form-pacific-sec:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  background-image: url(../images/about-img-before.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  animation: slideLeft 5s ease-in-out forwards;
  animation-iteration-count: 1;
}
/* Animation: right → left only */
@keyframes slideLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.form-pacific-img-two {
  position: absolute;
  bottom: 40px;
  left: -60px;
}

.form-pacific-img-two-text {
  position: absolute;
  top: 32%;
  left: 18%;
  transform: rotate(-7deg);
}

.form-pacific-img-two-text h5 {
  color: #d70e0e;
}

.form-pacific-img-two img {
  width: 96%;
}

.form-pacific-img-two-text h4 {
  color: #000;
  font-family: "poppins-heading";
  font-size: 27px;
}

.form-pacific-img {
  position: relative;
  margin: 0 auto;
  text-align: end;
}
/* vvvvvvvvvvvv */
.form-pacific-img-two {
  display: inline-block;
  animation: moveLR 10s ease-in-out infinite alternate;
}

.form-pacific-img-two img {
  /* width: 200px;  */
  display: block;
  margin-bottom: 10px;
}

/* Left â†” Right Animation */
@keyframes moveLR {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(40px); /* movement distance */
  }
}

.form-pacific-img > img {
  width: 56%;
  /* animation: rotateImg 200s linear infinite; */
  transform-origin: center center;
  margin: 0 auto;
}

/* From Pacific Sec Css End */

/* We Operate Sec Start Css Start */

/* .we-operate-box {
    background-image: url(../images/we-operate-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 90px 30px 90px 77px;
}

.we-operate-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.we-operate-box img {
    margin-bottom: 10px;
}
.we-operate-top-text {
    text-align: center;
}
.we-operate-box p {
    font-size: 13px;
}

.we-operate-btn {
    color: #d70e0e;
} */

.we-operate-box {
  background-image: url(../images/we-operate-bg-img.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 90px 70px 90px 70px;
  transition: all 0.5s ease-in-out;
  border-radius: 12px;
}
.we-operate-box:hover {
  background-image: url(../images/we-operate-bg-hover.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 100px;
  transition: all 0.5s ease-in-out;
  border-radius: 12px;
}

/* Hover Background Radial Red */
.we-operate-box:hover {
  color: #fff;
}

/* Text becomes white on hover */
.we-operate-box:hover h5,
.we-operate-box:hover p {
  color: #fff;
}

/* Main icon styling */
.we-operate-box .main-icon {
  margin-bottom: 10px;
  transition: all 0.6s ease;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7492%)
    hue-rotate(230deg) brightness(88%) contrast(96%);
}

/* Main icon changes to white + rotates */
.we-operate-box:hover .main-icon {
  filter: brightness(0) invert(1);
  transform: rotate(360deg);
}

/* Button styling */
.we-operate-btn {
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
}

/* Button hover becomes transparent & text white */
.we-operate-box:hover .we-operate-btn {
  background: transparent;
  color: #fff;
  /* border: 2px solid #fff; */
}

/* Button icon */
.btn-icon {
  transition: all 0.5s ease;
  /* filter: brightness(0) invert(0); */
}

/* On hover â†’ white + rotate */
.we-operate-box:hover .btn-icon {
  filter: brightness(0) invert(1);
  transform: rotate(360deg);
}
.we-operate-top-text {
  text-align: center;
}
section.we-operate-sec {
  margin-bottom: 100px;
}

/* We Operate Sec Start Css End */

/* Grand Opening Sec Css Start */

section.grand-opening-sec {
  padding: 100px 0px 100px;
  background-image: url(../images/grand-opening-bg-img.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
/* .grand-opening-sec {
    position: relative;
   
} */

.grand-opening-sec .grand-opening-box {
  transform: translateX(-180px);
  transition: transform 2s ease;
  opacity: 0;
}

/* On hover: Slide content to right smoothly */
.grand-opening-sec:hover .grand-opening-box {
  transform: translateX(0);
  opacity: 1;
}
.grand-opening-box h2 {
  font-size: 68px;
  color: #fff;
}

.grand-opening-box {
  color: #fff;
}

.grand-opening-box h6 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  font-family: "poppins-text";
}

.price-time ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.price-time ul li.price-time-one {
  background: #d70e0e;
  padding: 10px 38px;
  border-radius: 30px;
}

.price-time ul li {
  font-size: 22px;
  font-family: "poppins-text";
}

.grand-opening-box img {
  margin-bottom: 18px;
}
/* .grand-opening-before {
    
} */
.grand-opening-before {
  position: absolute;
  bottom: 0;
  right: 0;
}
.grand-opening-before img {
  width: 100%;
  animation: upDown 2s ease-in-out infinite;
}
/* Animation for rotate + up/down move */
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px); /* اوپر جائے */
  }
  100% {
    transform: translateY(0); /* واپس نیچے */
  }
}

/* Grand Opening Sec Css End */

/* Our Menu Css Start */

.our-menu-boxone {
  position: relative;
}

section.our-menu-sec {
  position: relative;
  z-index: 1;
  margin-bottom: 200px;
  padding: 0px;
}

section.our-menu-sec:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-image: url(../images/our-menu-bg.png);
  z-index: -1;
}
.our-menu-boxone h2 {
  margin-bottom: 20px;
}

.our-menu-boxone h6 {
  font-size: 31px;
  color: #000;
  font-weight: 500;
}

.our-menu-boxone p {
  width: 55%;
  color: #000;
}
.our-menu-boxone-imgsd {
  position: absolute;
  left: 14%;
  bottom: -40px;
}
.our-menu-imgthree {
  position: absolute;
  left: -240px;
  bottom: -70px;
  animation: upDown 2s ease-in-out infinite;
}

.our-menu-imgfour {
  position: absolute;
  bottom: 100px;
  left: 14%;
}

.our-menu-imgfive {
  position: absolute;
  top: 40px;
  right: 170px;
  /* animation: rotateImg 200s 
linear infinite; */
}

.our-menu-boxone.menu-boxtwo-img {
  margin-left: 80px;
}

.our-menu-boxone-imgsd img {
  width: 45%;
  /* animation: rotateImg 200s linear infinite; */
}

.our-menu-boxone-img.menu-boxtwo img {
  width: 76%;
  margin-left: 0px;
  /* animation: rotateImg 200s linear infinite; */
  height: 710px;
  object-fit: contain;
  object-position: top;
  margin-bottom: 30px;
}
.our-menu-imgfive img {
  animation: rotateImg 100s linear infinite;
}

/* Animation */
.our-menu-boxone * {
  opacity: 0;
  animation: slideRight 0.8s ease-out forwards;
}

.our-menu-boxone h3 {
  animation-delay: 2s;
}
.our-menu-boxone h2 {
  animation-delay: 2.3s;
}
.our-menu-boxone h6:nth-of-type(1) {
  animation-delay: 2.5s;
}
.our-menu-boxone p:nth-of-type(1) {
  animation-delay: 2.6s;
}
.our-menu-boxone h6:nth-of-type(2) {
  animation-delay: 2.8s;
}
.our-menu-boxone p:nth-of-type(2) {
  animation-delay: 3s;
}
.our-menu-boxone h6:nth-of-type(3) {
  animation-delay: 3.1s;
}
.our-menu-boxone p:nth-of-type(3) {
  animation-delay: 3.3s;
}

/* Keyframes Animation */
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Our Menu Css End */

/*  Catch Us Sec Css Start */

/* .catch-us-sec-box {
    text-align: center;
    padding: 70px 0px;
    margin-bottom: 100px;
    background-image: url(../images/catch-us.png);
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.catch-us-sec-box h2 {
    color: #fff;
}

.catch-us-sec-box p {
    color: #fff;
} */

.catch-us-sec-box {
  text-align: center;
  padding: 70px 0px;
  margin-bottom: 100px;
  background-image: url(../images/catch-us.png);
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.catch-us-sec-box h2,
.catch-us-sec-box p {
  color: #fff;
}

/* ========= Animation CSS ========== */

.fadeUp {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease-out forwards;
}

.delay1 {
  animation-delay: 0.3s;
}
.delay2 {
  animation-delay: 0.6s;
}
.delay3 {
  animation-delay: 0.9s;
}
.delay4 {
  animation-delay: 1.2s;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*  Catch Us Sec Css End */

/* What Our Sec Start */

.what-our-video-slider .slick-slide img {
  width: auto;
}
.what-our-video {
  position: relative;
}

.what-our-video-icon {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 92%;
  background: #ffffff;
  margin: 0 auto;
  padding: 16px 20px;
  border-radius: 160px;
}

ul.what-our-video {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

ul.what-our-video h5 {
  margin-bottom: 0px;
  font-size: 18px;
}

ul.what-our-video p {
  margin-bottom: 0;
}

.what-our-video-icon-play {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: anchor-center;
  justify-content: center;
}

.what-our-slider-box {
  position: relative;
}

.what-our-slider-box-one img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  margin-bottom: 20px;
}

.what-our-slider-box-one {
  background: #d70e0e;
  padding-bottom: 20px;
}

.what-our-slider-box-one p {
  padding: 0px 20px;
  color: #fff;
}

.what-our-slider-box-one h5 {
  padding: 0px 20px;
  font-size: 18px;
  color: #fff;
}

/* .what-our-slider-box-one img {
    margin-bottom: 20px;
} */

.what-our-slider-box-two {
  background: #000;
  padding: 60px 60px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
  height: 100%;
  width: 100%;
}

.what-our-slider-box-two-icon {
  display: flex;
  justify-content: end;
  margin-bottom: 44px;
}

.what-our-slider-box-two ul h5 {
  color: #fff;
}

.what-our-slider-box-two ul p {
  color: #fff;
}

.what-our-slider-box-two ul {
  margin-top: 50px;
}

.what-our-slider-box-two p {
  color: #fff;
  opacity: 0.8;
  line-height: 33px;
}

.what-our-slider-box:hover .what-our-slider-box-two {
  display: block;
  transition: 1s;
}

.what-our-video-icon-play img {
  border-radius: 50%;
}
.what-our-video-slider .slick-active {
  opacity: 1;
}
.what-our-top-heading {
  margin-bottom: 40px;
}

.what-our-video-slider .slick-prev:before {
  content: "";
  position: absolute;
  background-image: url(../images/what-our-left-slider.png);
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.what-our-video-slider .slick-next:before {
  content: "";
  position: absolute;
  background-image: url(../images/what-our-right-slider.png);
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.what-our-video-slider .slick-prev,
.what-our-video-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -17%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.what-our-video-slider .slick-next {
  right: 50px;
}
.what-our-video-slider .slick-prev {
  left: 87%;
}
section.what-our-sec {
  margin-bottom: 100px;
}
.what-our-slider-box-one img {
  width: 100% !important;
}

.what-our-video > img {
  width: 100%;
  height: 534px;
}
.what-our-slider-box-two p {
  font-size: 14px;
}
/* What Our Sec End */

/*HOme Contact Start*/

.home-contact-form input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
  padding: 10px 0;
  margin: 0 0 30px;
  background: transparent;
  font-family: "Poppins";
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.home-contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
  resize: none;
  margin: 100px 0 30px;
  background: transparent;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

section.home-contact-sec form {
  padding: 58px 0;
  position: relative;
}

.home-contact-head h6 {
  writing-mode: tb;
  color: #fff;
  font-size: 56px;
  line-height: 50px;
  margin: 0;
  transform: rotate(180deg);
  font-family: "Poppins";
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 0px;
  font-family: "poppins-text";
}

.home-contact-head {
  text-align: center;
  background: #d70e0e;
  /* border-radius: 0 20px 20px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: 60px;
  position: relative;
  right: 6px;
  border-radius: 0px 20px 20px 0px;
}

section.home-contact-sec form:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 77vw;
  height: 100%;
  z-index: -1;
  top: 0;
  right: -25%;
  border-radius: 0 20px 20px 0;
}

.home-contact-form button {
  font-size: 15px;
  border: 0;
  height: 50px;
  padding: 0 40px;
  font-family: "Poppins";
  text-transform: uppercase;
}

.cnt-button a.btn1 {
  width: 20%;
  margin-bottom: 0;
}

.contact-page {
  padding-top: 150px;
}

/*HOme Contact End*/

/*/Footer Start*/

footer {
  background: #000000;
  padding: 320px 0 40px;
  position: relative;
  overflow: hidden;
}

.f-newletter h4 {
  font-size: 42px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 76px;
}

.f-newletter input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin: 0 0 20px;
  color: #fff;
}

.f-newletter button {
  width: 100%;
  border: solid 0.5px #fff !important;
  height: 50px;
  font-size: 15px;
  letter-spacing: 6px;
  border: 0;
  background: transparent;
  text-align: center;
  font-family: "Roboto-Regular";
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-family: "Poppins";
}

.f-newletter input::placeholder {
  color: #fff;
  font-weight: 200;
}

.f-address h5 {
  font-size: 30px;
  color: #fff;
  font-family: "poppins-text";
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.f-address ul {
  display: flex;
  align-items: center;
  gap: 14px;
}

.f-address ul i {
  font-size: 20px;
  color: #fff;
}

.f-address ul li a {
  font-size: 15px;
  color: #fff;
  font-family: "poppins-text";
  font-weight: 300;
  line-height: 29px;
  opacity: 80%;
}

.f-address {
  position: relative;
  padding: 0 0px 0 30px;
}

.f-address:before {
  content: "";
  position: absolute;
  background: #111111;
  width: 1px;
  height: 338px;
  bottom: -117px;
  left: 0px;
}

.home-contact-form input::placeholder {
  color: #000000;
}

.home-contact-form textarea::placeholder {
  color: #000000;
}

section.home-contact-sec {
  margin-bottom: -250px;
  position: relative;
  z-index: 1;
  padding-top: 0px;
}

.copy-right p {
  background: #f2f2f2;
  border-radius: 10px;
  color: #000;
  width: 29%;
  margin: 0;
  writing-mode: tb;
  font-size: 16px;
  font-family: "Poppins";
  height: auto;
  padding: 20px 17px;
  margin-top: 170px;
  top: -85px;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.copy-right {
  text-align: right;
  transform: rotate(180deg);
}

.cnt-button button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  height: 50px;
  /* background: #000000; */
  color: #fff;
  padding: 0px 10px 0px 18px;
  font-weight: 300;
  transition: 0.4s;
  border: unset;
}

.cnt-button span {
  width: 48px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff9900;
  padding-left: 7px;
  clip-path: polygon(31% 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.5s;
}

.cnt-button span i {
  color: #fff;
}

.f-newletter h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}

/*Footer End*/
.banner_text {
  margin-bottom: 30px;
margin-top: 30px;
}

.banner-img.inner-banner img {
  height: 900px;
  object-fit: cover;
}

.banner_img.inner-banner-img img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

section.about-inner-sec {
  margin: 100px 0px;
}
.banner_text.inner-banner-text {
  margin-top: 40px;
}
.banner_img.inner-banner-img {
  width: 100%;
}
section.our-menu-sec.our-menu-inner {
  margin: 140px 0px;
}

/*Lastest Start*/

.lastest-sec {
  padding: 100px 0;
}
.lastest-heading h2 {
  color: #000;
  margin-bottom: 0px;
}
.lastest-heading p {
  width: 47%;
  margin: 0 auto;
  color: #000;
}
.no-padding {
  padding: 0 !important;
}
.lastest-number {
  background: #d70e0e;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: pulse-animation 2s infinite;
}
.lastest-number span {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}
.lastest-text-points-row {
  border: 2px solid #dadada;
  border-left: none;
  display: flex;
  align-items: center;
  height: 290px;
}
.lastest-text-points-row .row {
  width: 100%;
}
.lastest-text-points h2 {
  font-size: 26px;
  color: #000;
  /* font-weight: 700; */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.lastest-text-points {
  padding-left: 35px;
}

.lastest-text-points ul li img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-top: -2px;
}
.lastest-text-points ul {
  line-height: 35px;
  margin-bottom: 0;
}
.lastest-text-points ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 900;
  color: #333333;
  text-transform: uppercase;
}

.lastest-text-btn {
  text-align: end;
  margin-top: 20px;
}
.lastest-row {
  margin-top: 50px;
}
.lastest-text-btn a {
  background: #d70e0e;
  padding: 14px 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  animation: pulse-animation 2s infinite;
}
.lastest-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

/*Lastest End*/

/*Community Detail Start*/

.community-detail-sec {
  padding: 100px 0;
}
.community-detail-text h2 {
  font-size: 70px;
}
.community-detail-sec p {
  color: #000;
  margin-bottom: 20px;
}
.community-detail-images img {
  width: 100%;
  height: 410px;
  object-fit: cover;
}
.community-detail-row {
  margin-top: 20px;
}
.community-detail-sec .row {
  align-items: center;
}

/*Community Detail End*/

/*Catering- Page Start*/

.cater-serv-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.cater-serv-img {
  position: relative;
}

.catering-services-sec {
  position: relative;
  padding: 100px 0px;
}

.text-catering-ser h2 {
  font-family: "relationship-of-melodrame";
  font-size: 64px;
  color: #000;
}

.text-catering-ser p {
  /* font-family: "Montserrat"; */
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}

.text-catering-ser ul li {
  /* font-family: "Montserrat"; */
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.text-catering-ser ul {
  column-count: 2;
  margin-top: 30px;
}

.text-catering-ser {
  margin-top: 70px;
}

.catering-services-sec .row {
  justify-content: center;
}
.catering-services-sec .catering-btn .theme-btn1 {
  width: 28%;
}
.catering-services-sec img.chilli-product {
  top: 110px;
  width: 130px;
}
/*Catering Page End*/
.gallery-img-box img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

section.gallery-sec {
  margin: 100px 0px;
}
.gallery-img-box {
  position: relative;
  z-index: 1;
}

/* .gallery-img-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #d70e0e54;
  z-index: 0;
}

.gallery-img-box:hover:before {
  height: 100%;
  transition: 0.5s;
} */
/*book Page Start*/

section.booking-wrap {
    padding: 100px 0;
    position: relative;
}

.booking-in input {
    width: 100%;
    margin-bottom: 5%;
    border: 1px solid #80808080;
    background: #fff;
    height: 55px;
    padding: 15px;
    color: #000;
    border-radius: 10px;
}

.booking-in textarea::placeholder {
   text-transform: uppercase;
    font-size: 14px;
    color: #808080f2;
    font-family: 'Montserrat';
}

.booking-in textarea {
    width: 100%;
    margin-bottom: 3%;
    border: 1px solid #80808080;
    padding: 15px 10px;
    height: 150px;
    background: #fff;
    border-radius: 10px;
    color: #000;
}

.booking-btn button {
    margin: 0 auto;
}

.booking-btn {
    text-align: center;
}

section.booking-wrap button.theme-btn {
    border: unset;
}

.apointment-head {
    text-align: center;
    margin-bottom: 3%;
}

.apointment-head h4 {
    /* font-family: 'relationship-of-melodrame'; */
    font-weight: 400;
    font-size: 100px;
    color: #000;
    margin-bottom: 6px;
}

.apointment-head p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    /* font-family: 'Montserrat'; */
    font-weight: 400;
}

.booking-in {
    position: relative;
}

.booking-in i {
    position: absolute;
    right: 1px;
    width: 15%;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d70e0e;
    font-size: 26px;
    top: 1px;
    color: #fff;
    pointer-events: none;
    border-radius: 10px;
}

.booking-in select {
    width: 100%;
    height: 55px;
    border: 1px solid #80808080;
    padding-left: 15px;
    background: #fff;
    color: #808080f2;
    border-radius: 10px;
}

section.booking-wrap .row {
    width: 90%;
    margin: 0 auto;
}

section.booking-wrap button.theme-btn1 {
    width: 18%;
}

section.booking-wrap img.chilli-product {
    top: 90px;
    right: 50px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Book Page End*/
footer.inner-footer {
    padding-top: 80px;
}


/*CONTACT PAGE CSS START*/

.contact_page {
    padding: 12% 0 130px;
    position: relative;
}

.contact_form {
    padding: 50px;
    position: relative;
}

.contact_form h2 {
    font-size: 90px;
    /* font-family: 'relationship-of-melodrame'; */
    /* font-weight: 400; */
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #000;
}

.contact_form p {
    font-size: 14px;
    color: #969696;
    /* font-family: 'Montserrat'; */
    margin-bottom: 20px;
    /* padding-right: 50px; */
}

.contact_form form input {
    width: 100%;
    height: 54px;
    padding-left: 15px;
    font-size: 15px;
    color: #000;
    border: 1px solid #00000075;
    border-radius: 7px;
    margin-bottom: 20px;
}

.contact_form form textarea {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    color: #000;
    border: 1px solid #00000075;
    border-radius: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 140px;
}

.contact_form form input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}

.contact_form form textarea::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}

.contact_form form button {
    text-transform: uppercase;
}

.contact_form::after {
    content: '';
    position: absolute;
    width: 140%;
    height: 105%;
    background: #fff;
    box-shadow: 0 0 20px #00000021;
    left: 0;
    top: 22px;
    z-index: -1;
    transform: translateY(-5%);
    border-radius: 30px;
}

.contact_detail {
    background-color: #d70e0e;
    color: #fff;
    padding: 60px 50px 60px;
    /* height: 100%; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 30px;
    margin-right: 0px;
    margin-top: 70px;
}

.contact_detail ul li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact_detail ul li img {
    margin-right: 20px;
}

.contact_detail h2 {
    font-size: 90px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 40px;
    text-align: left;
}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 29px;
    margin-bottom: -5px;
    gap: 20px;
    width: 100%;
}

.ctct-detl ul li {
    display: inline-block;
}

.ctct-detl ul li a {
    color: #fff;
}

.ctct-detl ul li span {
    display: block;
}
section.contact_page img.chilli-product {
    top: 150px;
    right: 40px;
}
/*CONTACT PAGE CSS END*/

.catch-us-sec-img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}
section.catch-us-sec {
    margin-bottom: 100px;
}
.about-btm-img img {
    width: 56%;
    height: 600px;
    object-fit: contain;
}

.about-btm-img {
    display: flex;
    align-items: center;
    justify-content: end;
}