/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/VideoGallery/VideoGallery.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap");
.videoGallery_container {
  font-family: Nunito, sans-serif;
  padding: 70px 0;
}
.videoGallery_container .title_wrap h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  padding-bottom: 13px;
  position: relative;
}
.videoGallery_container .title_wrap h3::after {
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin: 0 auto 5px;
  transition: 0.5s;
  animation: moving_line 2s linear infinite alternate;
}
@keyframes moving_line {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.videoGallery_container .video_card .video_frame {
  box-shadow: 0 0 10px #DCDCDC;
}
.videoGallery_container .video_card .video_frame iframe {
  width: 100%;
  height: 300px;
}
.videoGallery_container .video_card .video_title_box {
  background: #F4F0EC;
}
.videoGallery_container .video_card .video_title_box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}

@media screen and (max-width: 768px) {
  .videoGallery_container .title_wrap h3 {
    width: auto;
    white-space: unset;
    font-size: 30px;
  }
  .videoGallery_container .title_wrap h3::before {
    margin: 0 auto 5px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/CommonBanner/CommonBanner.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap");
.common_banner_video_wrapper {
  height: 70vh;
  width: 100vw;
  box-shadow: inset 0 0 0 2000px rgba(18, 13, 0, 0.72);
  position: relative;
  font-family: Nunito, sans-serif;
}
.common_banner_video_wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.common_banner_video_wrapper .content_wrapper {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  max-width: 80%;
}
.common_banner_video_wrapper .content_wrapper h6 {
  font-size: 24px;
  font-weight: 700;
  color: #D7B56D;
}
.common_banner_video_wrapper .content_wrapper h3 {
  font-size: 50px;
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .common_banner_video_wrapper {
    height: 30vh;
  }
  .common_banner_video_wrapper .content_wrapper {
    width: 80%;
  }
  .common_banner_video_wrapper .content_wrapper h3 {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .common_banner_video_wrapper {
    height: 40vh;
  }
  .common_banner_video_wrapper .content_wrapper {
    width: 80%;
  }
  .common_banner_video_wrapper .content_wrapper h3 {
    font-size: 28px;
  }
}
@media (max-width: 540px) {
  .common_banner_video_wrapper .content_wrapper h3 {
    font-size: 24px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/Loader/Loader.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.loader_wrapper {
  width: 100%;
  height: auto;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loader_wrapper .gif_wrapper .gif_box {
  width: 150px;
  height: 150px;
  position: relative;
  background: #f6fc00;
  border-radius: 50%;
  animation: anime1 3.2s linear infinite;
}
.loader_wrapper .gif_wrapper .gif_box iframe {
  border: none;
  position: absolute;
  bottom: 12px;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: scale(0.7);
}
@keyframes anime1 {
  from {
    box-shadow: 0px 0px 0px 6px #878700;
  }
  to {
    box-shadow: 0px 0px 0px 60px #e3e2e2;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/Header/Header.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header_container .top_header {
  background: #1F3F58;
}
.header_container .top_header span {
  font-size: 16px;
  color: #DCDCDC;
}
.header_container .middle_header {
  padding: 16px 6px;
  background: #F4F0EC;
}
.header_container .middle_header .logo_wrapper {
  height: 70px;
  width: auto;
}
.header_container .middle_header .logo_wrapper:first-child {
  height: 84px;
}
.header_container .middle_header .logo_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_container .middle_header .middle_logo_content small {
  color: #000000;
  font-size: 12px;
}
.header_container .middle_header .middle_logo_content h3 {
  color: #E31E25;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
.header_container .middle_header .middle_logo_content span {
  font-size: 12px;
  font-weight: 500;
}
.header_container .middle_header .iconWrapper a {
  color: #000000;
  font-size: 16px;
  cursor: pointer;
}
.header_container .middle_header .iconWrapper a svg {
  fill: #000000;
  cursor: pointer;
}
.header_container .middle_header .iconWrapper:hover a {
  color: #E31E25;
}
.header_container .middle_header .iconWrapper:hover a svg {
  fill: #E31E25;
}
.header_container .bottom_header {
  position: relative;
}
.header_container .bottom_header .header_wrapper {
  background: #D7B56D;
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
}
.header_container .bottom_header .header_wrapper .navbar-brand {
  width: auto;
  height: 80px;
  display: none;
}
.header_container .bottom_header .header_wrapper .navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_container .bottom_header .header_wrapper nav {
  background: #D7B56D;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header_container .bottom_header .header_wrapper nav .navbar-toggler {
  box-shadow: none;
  color: #FFFFFF;
}
.header_container .bottom_header .header_wrapper nav .navbar-toggler:hover {
  color: #E31E25;
}
.header_container .bottom_header .header_wrapper nav ul li .nav-link {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  position: relative;
  width: max-content;
}
.header_container .bottom_header .header_wrapper nav ul li .nav-link::after {
  content: "";
  display: none;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background: #1F3F58;
  animation: hoveText 0.2s linear forwards;
}
@keyframes hoveText {
  0% {
    left: 36%;
  }
  100% {
    left: 50%;
  }
}
.header_container .bottom_header .header_wrapper nav ul li .nav-link:hover {
  color: #1F3F58;
}
.header_container .bottom_header .header_wrapper nav ul li .nav-link:hover::after {
  display: block;
}
.header_container .bottom_header .header_wrapper nav ul li .nav-link.activeLink {
  color: #1F3F58;
}
.header_container .bottom_header .header_wrapper nav ul li .nav-link.activeLink::after {
  display: block;
}
.header_container .bottom_header .header_wrapper nav .bookBtn {
  min-height: 42px;
  font-weight: 600;
  background: #FFFFFF;
  color: #1F3F58;
  border-radius: 6px;
  border: none;
  padding: 0 20px;
  cursor: pointer;
}
.header_container .bottom_header .header_wrapper nav .bookBtn:hover {
  background: #1F3F58;
  color: #FFFFFF;
}
.header_container .bottom_header .header_wrapper nav .navbar-text {
  display: flex;
  gap: 6px;
}
.header_container .bottom_header .header_wrapper nav .navbar-text .header_btn {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 48px;
  border: none;
  padding: 4px 18px;
  color: #FFFFFF;
  border-radius: 5px;
  background: #1F3F58;
  box-shadow: 0px 8px 24px 0px rgba(18, 13, 0, 0.35);
}
.header_container .bottom_header .header_wrapper nav .navbar-text .header_btn:hover {
  background: #000000;
  transition: 0.3s ease-in-out;
}
.header_container .bottom_header .header_wrapper nav .navbar-text .dropdown-menu {
  min-width: 100%;
  padding: 0;
  background: #000000;
}
.header_container .bottom_header .header_wrapper nav .navbar-text .dropdown-menu .dropdown-item {
  padding: 0;
}
.header_container .bottom_header .header_wrapper nav .navbar-text .dropdown-menu .dropdown-item a {
  display: flex;
  width: 100%;
  padding: 6px 16px;
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.header_container .bottom_header .header_wrapper nav .navbar-text .dropdown-menu .dropdown-item a:hover {
  background: #1F3F58;
  color: #FFFFFF;
}
.header_container .bottom_header .header_wrapper nav .navbar-text .dropdown-menu .dropdown-item:first-child {
  border-radius: 4px 4px 0 0;
}
.header_container .bottom_header .header_wrapper nav .navbar-text .dropdown-menu .dropdown-item:first-child:hover a {
  border-radius: 4px 4px 0 0;
}
.header_container .bottom_header .header_wrapper nav .navbar-text .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 4px 4px;
}
.header_container .bottom_header .header_wrapper nav .navbar-text .dropdown-menu .dropdown-item:last-child:hover a {
  border-radius: 0 0 4px 4px;
}
.header_container .bottom_header .header_wrapper .cart_btn {
  position: relative;
}
.header_container .bottom_header .header_wrapper .cart_btn .badge_wrapper {
  background: #E31E25;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 4px;
}
.header_container .bottom_header .header_wrapper .cart_btn .badge_wrapper .badge {
  font-size: 10px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header_container .top_header span {
    font-size: 14px;
  }
  .header_container .bottom_header .header_wrapper {
    min-height: auto;
  }
  .header_container .bottom_header .header_wrapper nav .navbar-brand {
    height: 60px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header_container .middle_header .logo_wrapper {
    height: 50px;
  }
  .header_container .middle_header .middle_logo_content h3 {
    font-size: 22px;
  }
  .header_container .middle_header .iconWrapper a {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .top_header span {
    font-size: 12px;
  }
  .header_container .middle_header .logo_wrapper {
    height: 45px;
  }
  .header_container .middle_header .middle_logo_content h3 {
    font-size: 18px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/Footer/Footer.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer_container {
  background-image: url(/_next/static/media/footer_bg.9fc50679.jpg);
  background-size: cover;
  position: relative;
}
.footer_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(220, 220, 220, 0.95), rgba(255, 255, 255, 0.92));
  z-index: 0;
}
.footer_container::before {
  content: "";
  width: 100%;
  min-height: 150px;
  height: 100%;
  background-image: url("/assest/images/pngs/veges1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.08;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  transform: scale(0.6);
}
.footer_container .footer_main_section {
  padding: 0 20px;
  z-index: 1;
  position: relative;
}
.footer_container .footer_main_section .main_container {
  padding-top: 100px;
}
.footer_container .footer_main_section .main_container .top_alignment {
  padding-bottom: 55px;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .image-wrapper {
  width: 180px;
  height: 180px;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .image-wrapper img {
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  object-fit: contain;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid p {
  color: #120D00;
  font-size: 16px;
  padding-bottom: 68px;
  line-height: 24px;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .horizontal_line {
  width: 100%;
  height: 1px;
  background: #A9A9A9;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .follow_us_section p {
  padding-bottom: 17px;
  color: #1F3F58;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  margin: 0;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .all_icon_alignment {
  cursor: pointer;
  display: flex;
  padding-right: 0px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items h4 {
  color: #E31E25;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  padding-bottom: 18px;
  margin: 0;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items p {
  color: #120D00;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 8px;
  margin: 0;
  cursor: pointer;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items p:hover {
  color: #D7B56D;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items ul li a {
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items ul li a:hover {
  color: #E31E25;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items span {
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 8px;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items .address_text {
  color: #555555;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  cursor: default;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items .address_text:hover {
  color: #555555;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items .iconWrapper a {
  color: #000000;
  font-size: 14px;
  cursor: pointer;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items .iconWrapper a svg {
  fill: #000000;
  cursor: pointer;
  font-size: 18px;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items .iconWrapper:hover a {
  color: #E31E25;
}
.footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items .iconWrapper:hover a svg {
  fill: #E31E25;
}
.footer_container .whatsappicon,
.footer_container .phoneicon {
  font-size: 26px;
  color: #555555;
  cursor: pointer;
  margin-right: 16px;
}
.footer_container .whatsappicon:hover,
.footer_container .phoneicon:hover {
  color: #E31E25;
}
.footer_container .whatsappicon {
  font-size: 30px;
}
.footer_container .mailData {
  color: #555555;
  font-size: 16px;
  font-weight: 600;
}
.footer_container .mailData .phoneicon {
  color: #000000;
}
.footer_container .mailData:hover {
  color: #E31E25;
}
.footer_container .mailData:hover .phoneicon {
  color: #E31E25;
}
.footer_container .developByLine a {
  color: #E31E25;
}
.footer_container .developByLine a:hover {
  color: #000000;
}

@media screen and (max-width: 576px) {
  .footer_container .mailData {
    font-size: 16px;
  }
  .footer_container .mailData .phoneicon {
    font-size: 16px;
  }
}
@media screen and (max-width: 340px) {
  .footer_container .footer_main_section .main_container .top_alignment .footer_grid .subgrid_items .iconWrapper a {
    font-size: 12px;
  }
}
