/*
Theme Name: Ns Export
Author: Your Name
Description: Instead of ‘Bringing Gourmet Experiences to Every Celebration’, 
Version: 1.0
*/



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Inter', sans-serif;
}

header {
    transition: all .3s ease-in;
	position: fixed;
    width: 100%;
	z-index: 4;
	top:0;
}
header.active {
  --bs-bg-opacity: 1;
/*   background-color: #000000bf !important; */
  background-color: #a2a2a2bf !important;
	
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
      height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(80%);
}


#mainNav .navbar-nav .nav-link {
  color: #000 !important;
  transition: color 0.25s ease;
}

#mainNav .navbar-nav .nav-link:hover {
  color: #B7B7B7 !important;
}


nav {
  z-index: 10;
}

#mainNav {
  transition: transform 0.3s ease-in-out;
}

.navbar-hide {
  transform: translateY(-100%);
}

.holographic-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}


.holographic-image img {
  display: block;
  max-width: 100%;
  height: auto;
}


.holographic-image::before {
  content: '';
  position: absolute;
  inset: -60%;
  background: linear-gradient(0deg,
      transparent,
      transparent 30%,
      rgba(255, 255, 255, 0.35));
  transform: rotate(-45deg) translateY(-120%);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.5s ease;
  pointer-events: none;
}


.holographic-image:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
.holographic-image:hover {
  transform: scale(1.01);
  transition: .3s all ease;
}

/* .who-bg1 img:hover{
	transform: scale(1.01);
    transition: .3s all ease;
} */

.hero {
      height: 94vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
/*   padding-top: 80px;
  padding-bottom: 80px; */
  position: relative;
  z-index: 2;
}

/* h1 {
  font-size: 62px;
  font-weight: 600;
} */

nav a {
  color: white !important;
}

.btn {
  border-radius: 20px;
  font-weight: 600
}

.btn-black {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn-black:hover {
  background-color: #000;
  color: #fff;
}



.who-bg {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  overflow: hidden;
}

.who-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('./images/who-we-are.png');
  background-size: cover;
  background-position: center;
  filter: brightness(170%);
  z-index: 1;
}

.who-content {
  position: relative;
  z-index: 2;
}


.who-card {
  background: #161616B2;
  border-radius: 20px;
  padding: 16px;
  height: 100%;
}

.title-text {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.card-text {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

 .card-title-min {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.card-title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.who-bg1 {
	background-color:#d4d1d1;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 0;
}
.who-bg1 .title-text {
    color: #000;
}
.who-bg1 img{
	border-radius:10px;
	 transition: .3s all ease;
}

.title-text1 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}


.contact-section {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('./images/footer-bg.png');
  background-size: cover;
  background-position: center;
/*   filter: brightness(200%); */
  z-index: 1;
}


.contact-content {
  position: relative;
  z-index: 2;
  color: white;
}

.contact-logo {
  max-width: 120px;
}

.contact-heading {
  font-size: 28px;
  font-weight: 600;
}

.contact-item {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-item i {
  margin-right: 8px;
  font-size: 18px;
}


.about {
  height: 328px;
  background-image: url("./images/about-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
	filter: brightness(300%);

}
.blogpage{
	background-image: url("./images/blog-bg.jpg");
}
.about h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 600;
}



.leader {
  padding: 50px 0;
  background:
    /* linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75)), */
    url("images/leader.png");
  background-size: cover;
  background-position: center;
}

.leader-img {
  width: 410px;
  height: 532px;
  object-fit: cover;
  border-radius: 10px;
}

.leader p {
  font-size: 18px;
  font-weight: 400;
  color: #A2A2A2;
  line-height: 1.7;

}


.policy-section {
  padding: 50px 0;
  background-image: url("./images/policy.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-title {
     font-size: 30px;
    font-weight: 700;
  color: #111;
}

.section-title-about {
     font-size: 30px;
    font-weight: 700;
  color: #4e4d4d;
}

.section-text{
	font-size:18px;
}
.policy-card {
  background: #343434;
  color: #bfbfbf;
  padding: 35px 40px;
  border-radius: 18px;
  text-align: center;
}

.policy-card h4 {
/*   color: #A2A2A2; */
  color: #FFF;
  margin-bottom: 24px;
  font-weight: 600;
}

.policy-card p {
  font-size: 18px;
  font-weight: 400;
/*   color: #A2A2A2; */
  color: #FFF;
}

.em {
  font-size: 18px;
  font-weight: 600;
/*   color: #A2A2A2; */
  color: #FFF;
}


.custom-card-img {
  width: 100%;
  height: 252px;
  object-fit: cover;
  border-radius: 14px;
}

.title-bold {
  font-size: 16;
  font-weight: 600;
  color: #000000;
}

.custom-card-text {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 400;
  color: #000000;
}

.cards-wrapper {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-item img {
  width: 18px;
  margin-right: 5px;
}


.final-strip {
  width: 100%;
  background-color: #000;
  border-top: 1px solid #2e2e2e;
  padding-top: 30px;
  padding: 18px 0;
}

.strip-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #9d9d9d;
}

.thin-line {
  width: 74%;
  margin: 0 auto;
  border-top: 2px solid grey;
  opacity: 0.6;
}

.left-text,
.right-text {
  opacity: 0.85;
}

.who-card img {
  width: 100%;
  height: auto;
}


.custom-card-big {
  max-width: 1172px;
  /* height: 382px; */
  background: #1a1a1a;
  color: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}


.space_for {
  margin-right: 120px;
}

.obj {
  visibility: hidden;
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
}

.card-img-container img {
  max-height: 300px;
}

.p-10 {
  padding: 35px;
  /* padding-bottom: 15px; */
}

.no-underline {
  text-decoration: none;
  color: #fff;
}


.contact-section1 {
  position: relative;
  min-height: 100vh;
  padding: 60px 15px;
  overflow: hidden;
}

.contact-section1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./images/contact-bg.png") center/cover no-repeat;
  filter: brightness(200%);
  z-index: 0;
}

.contact-section1 > * {
  position: relative;
  z-index: 1;
}

.contact-header1 {
  text-align: center;
  color: #fff;
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 40px;
	padding-top: 40px;
}


.contact-wrapper1 {
  background: rgba(255, 255, 255, 0.20);
  /* backdrop-filter: blur(10px); */
  border-radius: 14px;
  padding: 64px 55px;
  max-width: 1086px;
  margin: auto;
}

.contact-box1 {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
}

.contact-box2 {
  border-radius: 20px;
/*   margin-left: 37px; */
  padding: 35px;
}

.contact-box1 h4 {
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  margin-top: 7px;
}

.form-control {
  margin-bottom: 8px;
  padding: 13px;
  font-size: 12px;
  border: 1px solid #484848;
}

.btn-custom {
  background: #000;
  font-weight: 600;
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.btn-custom:hover {
  background: #333;
  color: #fff;
}

.contact-info1 {
  background-color: #E2E2E2;
  text-align: center;
  justify-content: center;
  border-radius: 20px;
  margin-top: 30px;
padding: 14px 0;
  font-size: 14px;
}

.form {
  margin-top: 30px;
}

iframe {
  margin-right: 0px;
  border: none;
  border-radius: 20px;
}

.header-line {
  width: 835px;
  height: 1px;
  background: #FFFFFF66;
  margin: -20px auto 60px;
  border-radius: 2px;
}
.wpcf7-spinner {
    position: absolute;
	    margin: auto;
    left: 0;
    right: 0;
    bottom: 27%;
}
.blog-content {
  background: #ffffff;
  border-radius: 5px;
  margin-top: -36px;
    width: calc(100% - 2rem);
    position: relative;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
  position: relative;
}
.blog-content p{
	font-weight:700;
	margin-bottom:0;
	padding: 1rem 0;
}
.blog-date {
  font-size: 14px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}

.blog-title {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 22px;
  line-height: 1.35;
}

.btn-read {
    background: #1d4ed8;
    color: #fff;
    padding: 8px 19px;
    border-radius: 5px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    font-size: .875rem;
}
.font-14{
	font-size:14px;
}
.btn-read:hover {
  background: #1e40af;
  color: #fff;
}
.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form br {
    display: none;
}
.blog-page .pagination{
	display:flex;
	justify-content:center;
}
.blog-page .pagination .next, .blog-page .pagination .prev{
	display:none;
}
.blog-page .pagination .page-numbers{
	    padding: 0 5px;
	    margin: 0 5px;
	text-decoration:none;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    transition: all .3s;
    text-align: center;
    line-height: 35px;
	color:#000;
}
.blog-page .pagination .page-numbers:hover{
	background-color:#000000bf;
	color:#fff;
}
.blog-page .pagination .page-numbers.current{
	background-color:#000000bf;
	color:#fff;
}
.navbar-toggler:focus{
	box-shadow:none;
}
.single-blogpage{
	background-image: url("./images/singlr-blogbg.png");
}
.backtotop {
    background: 0 0;
    border: 0;
    position: fixed;
    right: 30px;
    bottom: 120px;
    font-size: 10px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
    z-index: 1000;
}
.backtotop.show {
    opacity: 1;
    visibility: visible;
}
.backtotop span {
    width: 48px;
    height: 48px;
    background: #6e6c6b;
    border-radius: 50%;
    display: block;
    margin: 0 auto 6px;
    box-shadow: 0 0 28px #20181866;
    display: flex;
    justify-content: center;
    align-items: center;
}
.backtotop:hover span{
    background: #6e6c6b;
}
.blog_sec a{
	text-decoration:none;
	color:#000;
}


.elementor-widget-image-gallery .gallery-item img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    display: block;
}

.elementor-widget-image-gallery .gallery-item {
    width: 33% !important;
    float: left;
    overflow: hidden;
    padding: 5px;
	border: none;
}

@media (max-width: 768px) {
    .elementor-widget-image-gallery .gallery-item {
        width: 50% !important;
    }
}
@media (max-width: 600px) {
    .elementor-widget-image-gallery .gallery-item {
        width: 100% !important;
		float: none !important;
    }
}
.elementor-widget-image-gallery br {
	display: none !important
}



