@font-face {
  font-family: ppneuemontreal_bold;
  src: url(../fonts/ppneuemontreal-bold.woff);
}
@font-face {
  font-family: ppneuemontreal_book;
  src: url(../fonts/ppneuemontreal-book.woff);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  padding: 10px 0;
}
dl,
ol,
ul {
  margin-bottom: 0;
}
menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
menu ul li {
  position: relative;
  transition: 0.3s;
  height: 50px;
  line-height: 50px;
}
menu ul li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-family: "ppneuemontreal_bold";
  font-size: 16px;
  transition: 0.3s;
}
menu ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
  height: 3px;
  background: #fff;
  width: 0;
}
menu ul li a:hover::after {
  width: 100%;
}

/*  */
/* cta btn */

.cta-btn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-color: #fff;
  border-radius: 3px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  margin: 20px 0;
}

.cta-btn:hover,
.cta-btn:focus {
  color: #000 !important;
  /* outline: none; */
  border-color: #fff;
  border-radius: 3px 30px;
}

.cta-btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
.cta-btn:hover {
  color: #000;
}
.cta-btn:hover:after {
  width: 110%;
}
.cta-btn-light {
  border-color: #000;
  border-radius: 3px 30px;
  color: #000;
}
.cta-btn-light:after {
  background: #000;
}
.cta-btn-light:hover {
  color: #fff !important;
}

.desc {
  font-family: "ppneuemontreal_book", Arial, Helvetica, sans-serif;
  /* font-size: 14px; */
}
/* Header */

header.active {
  background: #000;
  z-index: 999;
  animation: headerAnim 0.3s ease forwards;
}

@-webkit-keyframes headerAnim {
  0% {
    top: -4rem;
  }
  100% {
    top: 0;
  }
}
@keyframes headerAnim {
  0% {
    top: -4rem;
  }
  100% {
    top: 0;
  }
}

/* Glance */
.section-title {
  font-size: 38px;
  font-family: "ppneuemontreal_bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
}
.section-subtitle {
  font-size: 20px;
  font-family: "ppneuemontreal_bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.check-icon img {
  width: 25px;
}
/* connecting-section */
.connecting-section {
  background: url(../media/connecting-with-fearless-souls-bg-image.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  text-align: center;
}
.connecting-innner {
  width: 60%;
  margin: auto;
}
/* cocktails-section */
.cocktails-section {
  background: #000;
}
.white-circle {
  width: 480px;
  height: 480px;
  border: 60px solid #fff;
  border-radius: 50%;
  position: relative;
}
.white-circle img {
  position: absolute;
  left: 15%;
  top: -52%;
}
/* newslatter section */
.newslatter-section {
  background: #000;
}
.newsletter-form .input-data {
  width: 100%;
  height: 40px;
  margin: 40px 20px;
  position: relative;
}
.newsletter-form .textarea {
  height: 70px;
}
.input-data input,
.input-data select {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 1px solid #fff;
  outline: 0;
  background: transparent;
  color: #fff;
  padding: 10px;
}
.input-data input:focus ~ label,
.input-data select:focus ~ label,
.input-data input:valid ~ label,
.input-data select:active ~ label {
  transform: translateY(-30px);
  font-size: 14px;
  color: #ffffff98;
}
.input-data select {
  resize: none;
  padding-top: 10px;
  background: #000;
}
.input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #fff;
}
.textarea label {
  width: 100%;
  bottom: 40px;
  background: #fff;
}

.input-data input:focus,
.input-data input:valid,
.textarea select:focus,
.textarea select:valid {
  border: 1px dotted #fff;
}
/*  */
.eml-latter p {
  font-size: 14px;
  font-family: " ppneuemontreal_book", Arial, Helvetica, sans-serif;
}
/* .form-group {
  display: block;
  margin-bottom: 15px;
} */
/* 
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
} */

/* .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
} */

/* .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
} */

/* .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */
/* footer */
footer {
  padding: 20px 0;
  background: linear-gradient(180deg, #171b1d 0%, #000000 61.46%);
  text-align: center;
}
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  position: relative;
}
.footer-links div {
  color: #fff;
}
.footer-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  height: 1px;
  background: #fff;
  width: 0;
}
.footer-links a:hover::after {
  width: 100%;
}
/* hero-section */
.hero-section {
  background: url(../media/AboutHeader.jpeg);
  background-size: cover;
  /* height: 600px; */
}
.Our_story-bg {
  background: linear-gradient(#00000051, #00000070),
    url(../media/our-story-bg.jpg);
  background-size: cover;
  background-position: top center;
  height: 100vh;
}
.Our_production-supply-chain-bg {
  background: linear-gradient(#00000051, #00000070),
    url(../media/AboutHeader.jpeg);
  background-size: cover;
  background-position: top center;
  height: 100vh;
}
/* hero section */
.hero-section-about{
  background: linear-gradient(#00000051, #00000090), url(../media/AboutHeader.jpeg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
/* .hore_about{
  padding-left: 10px !important;
} */
.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-weight: 900;
  position: relative;
}
.slider-content {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9;
  color: #fff;
  left: 8%;
  text-align: left;
  max-width: 600px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
  margin-right: 20px;
}

.swiper-pagination-bullet {
  position: relative;
  width: 156px;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 20px;
  background-color: transparent;
}

.swiper-pagination-bullet em {
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -0.38px;
  color: #111;
}

.swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background-color: hotpink;
}

.swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 10px;
  background-color: #111111;
}

.swiper-pagination-bullet-active {
  background-color: transparent;
}

.swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes countingBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.swiper-pagination-bullet {
  width: 400px;
  margin-bottom: 20px;
}

.swiper-pagination-bullet em {
  line-height: 60px;
  font-style: normal;
  color: #fff;
}

.swiper-pagination-bullet i {
  width: 400px;
  position: absolute;
  left: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.swiper-pagination-bullet i {
  height: 3px;
  background: hsla(0, 0%, 100%, 0.3);
}

.swiper-pagination-bullet b {
  height: 3px;
  background: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 80px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  display: none;
}

video {
  height: 100%;
  width: 100%;
}


/* intro page */
.hero-section-coktails{
  background: linear-gradient(#00000051, #00000070),
    url(../media/hero-vodka-bg.png);
  background-size: cover;
  background-position: top center;
  height: 100vh;
}
.hero-section-vodka {
  background: linear-gradient(#00000051, #00000070),
    url(../media/Contct_hero.jpg);
  background-size: cover;
  background-position: top center;
  height: 100vh;
}
.hero-section-product {
  background: linear-gradient(#00000051, #00000070),
    url(../media/product-oage-cover.jpeg);
  background-size: cover;
  background-position: top center;
}
/* .hero-section-product {
  background: linear-gradient(#00000051, #00000070),
    url(../media/Contct_hero.jpg);
  background-size: cover;
  background-position: top center;
} */
.hero-content {
  max-width: 450px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.hero-content h2,
.hero-content p {
  background: #000;
  display: inline-block;
  /* padding: 10px; */
}
.pro-image img {
  height: 400px;
  /* width: 100%; */
}
.pro-image_update img{
  height: 350px !important;
}
.section-heading {
  text-align: center;
  font-size: 45px;
  font-family: ppneuemontreal_bold, Arial, Helvetica, sans-serif;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.section-padding {
  padding: 70px 0;
}
.section-padding-20 {
  padding: 0px 0;
}

/* gallay section */
.gallery-section .gl {
  position: relative;
}

.gallery-section .gl img {
  width: 100%;
  max-height: 91%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 10px;
}
.gap{
  margin-top: 85px;
}
.gallery-section .gl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(#00000060, #00000053);
  border-radius: 10px;
}

.gallery-section .gl .gl-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 9;
}
/* vodka page */
.hero-section-vodka2 {
  background: linear-gradient(#00000051, #00000090), url(../media/gallery-image.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
/* .liquid-sec-image {
  margin-top: -200px;
} */
/* BRAND SECTION  */
.brands-row img {
  height: 200px;
}

.gallery-brand-img {
  height: 450px !important;
  object-fit: cover;
}

/* video-inner */
.video-inner {
  position: relative;
}
.video-inner .play-icon {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
/* .video-inner .video-inner-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: auto;
  text-align: center;
  background: #00000057;
  padding: 20px 0;
} */
.video-inner .img-fluid {
  height: 500px !important;
  width: 100%;
  object-fit: cover;
} */
onscroll animation
Styling scrollable elements

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 0.5s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 0.5s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 0.5s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 0.5s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Our story */

.hover .our_story{
  position: absolute;
  top: 50px;
  left: 0;
  width: 80px;
  opacity: 0;
  
  transition: all linear .4s;
}
  .hover:hover .our_story{
  opacity: 1;
}

/* contact page design */


.text{
  /* font-size: 33px; */
  width: 598px;
  
}
.text2 {
  /* font-size: 22px; */
  width: 598px;
}
.padding{
  padding-right: 15px;
}

/* .desc{
  text-align: left !important;
} */



/* Investment Section */
.border{
  margin-top: 100px;
  padding: 20px;
  border: 1px solid #0d0d0d52 !important;
  border-radius: 10px;
}
.liquid-section .align-items-center {
	align-items: start !important;
}
.offcanvas_close_btn{
  background-color: red;
  color: white !important;
  
}
.offcanvas_close_btn i{
  color: white !important;

}
.offcanvas.offcanvas-start {
	width: 100vw;
}
/* .North p{
  padding-right: 277px;
  border-bottom: 1px solid red;
  padding-bottom: 15px;
} */
.nav_bar{
  font-size: 25px;
  font-weight: 600;
  color: #000;
  /* border-bottom: 3px solid #000000 !important; */
}
.nav-link.active{
  border: none;
  border-bottom: 3px solid #000000 !important;
}
.nav-link:focus{
  outline: none;
}
.nav-tabs .nav-link:hover{
  border-color: transparent;
}
.nav-link:hover{
  border-color: none !important;
}
.Ingredients{
  font-size: 35px;
  font-weight: 800;
  padding-top: 30px;
  text-transform: uppercase;
}
.vorka_bg{
  background: rgba(0, 0, 0, 0.12);
  padding: 20px 30px;
  margin-top: 30px;
  border-radius: 10px;
}
.vorka_bg .Bor_Buttom{
border-bottom: 1px solid #000000;
padding-bottom: 10px;
margin-bottom: 15px;
}
.btn{
  background: #000;
  padding: 15px 35px;
  border: 2px solid black;
  color: white;
  transition: all linear .5s;
}
.btn:hover{
  padding: 15px 35px;
  border: 2px solid black;
  color: #000;
}
.Image_style{
  display: flex;
  align-items: start;
  justify-content: end;
}
/* .image{
 position: absolute;
} */
 .ul li{
  list-style: none;
 }
 a{
  text-decoration: none;
  color: #000000;
 }

 .work figure img{
  /* overflow: hidden; */
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: all linear .5s;
}
.work figure {
  /* overflow: hidden; */
  /* object-fit: cover; */
}
figure:hover  img{
  cursor: pointer;
  transform: scale(1.1) ;
}
.work_item h3{
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
}
.work_item p{
  /* padding: 10px 42px 30px 42px; */
}
.letter{
  line-height: 30px;
}
.cookis{
  background: black;
  padding: 50px 0;
}
.cookis_btn{
  color: white;
}
.cookis_btn:hover{
  color: white;
}
.pad p{
  padding-top:20px ;
}
.shot{
  display: block;
  font-size: 15px !important;

}
.embrace{
  text-align: center !important;
}
.slider{
padding: 15px;
}
 .product_filttering{
  position: relative;
 }
 .product_filttering2{
  position: absolute;
  top: 0;
  left: 0;
 }
 .product_filttering{
  position: relative;
 }

 /* add  the other section start */
 .provided_services .pra{
  width: 1030px;
  margin: 0 auto;
  margin-bottom: 50px;
 }
 .provided_services .pra_teams{
  width: 730px;
  margin: 0 auto;
 }
 .provided_services .prapha{
  /* width: 1030px; */
  /* margin: 0 auto; */
  padding-bottom: 10px;
 }
 .services h2{
  text-align: center;
  padding-bottom: 20px;
}
.services_item{
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  /* width: calc(33.33% - 48px); */
  border-radius: 20px;
  transition: all linear .4s;
  box-shadow: 0 0 10px 2px  rgba(8, 8, 8, 0.25)
}
.services_item1{
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  /* width: calc(33.33% - 48px); */
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px 2px  rgba(8, 8, 8, 0.25)
}
.services_item:hover{
  box-shadow: 0 0 10px 2px  rgba(216, 123, 123, 0.589) ;
  cursor: pointer;
}
.services_item h2{
  font-size: 25px;
  padding-top: 40px;
}
.services_item p{
  color: #151515;
  /* padding: 20px 40px 47px 40px; */

}
 .img{
  /* padding-top: 80px; */
  width: 35%;
  /* box-shadow: 0 0 10px 2px  rgba(216, 123, 123, 0.589) ; */
}

 .img img{
  /* padding-top: 20px; */
  margin-top: 30px;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  overflow: hidden;
  border-radius: 100% ;
  
}
.review{
  padding: 15px !important;
}
.services_info span{
  color: red;
  font-weight: 600;

}
.services_info span i{
  /* color: red; */
  font-weight: 600;
  padding-bottom: 50px;

}
.services_info h3{
  /* color: red; */
  font-weight: 600;
  padding-top: 15px;

}
.services_info h2{
  width: 100%;

}
.services_info p{
  width: 100%;

}
.services_info .title{
  /* color: red; */
  font-weight: 600;
  text-align: center;

}
.services_info h3{
  /* color: red; */
  font-weight: 600;
  padding-top: 15px;
  font-size: 20px;
  

}
.meet_our_pack{
  margin-bottom: 60px;
  margin-top:80px ;
}
.icon i{
  font-size: 25px;
  color: #3b5998;
  padding: 5px;
}
 /* add  the other section end */


 /* Privacy Policy and Cookis section start */

 .policy{
  margin-top: 100px
 }

 /* Privacy Policy and Cookis section End */
 


 /* Last Edit 11 March 2025  Start*/
 .global{
  font-size: 23px;
  font-weight: 700;

 }
 .Global_img{
  transition: all linear .6s;
 }
 .Global_img:hover{
  box-shadow: 0 0 10px 5px  rgba(255, 255, 255, 0.788) ;
  cursor: pointer;
 }
 .brand_image_big-disply{
  display: none;
 }

/* Custom CSS for Sticky Positioning  */

.whatsapp-chat {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.whatsapp-chat.show {
  opacity: 1;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  background-color: #25D366; /* WhatsApp green */
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-btn:hover {
  background-color: #20bd57; /* Slightly darker green on hover */
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}


/* Privacy Policy Css */
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
}
.privacy-hero {
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(media/hero-vodka-bg.png);
  padding: 120px 0 60px;
  text-align: center;
}

.privacy-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #ffffff;
}

.section-block {
  margin-bottom: 50px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(184, 134, 11, 0.3);
}

.policy-title {
  font-family: 'ppneuemontreal_bold', sans-serif;
  color: #b8860b;
  font-size: 2rem;
  margin-bottom: 25px;
}

.content-block p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.content-block ul {
  padding-left: 30px;
  margin: 20px 0;
}

.content-block li {
  margin-bottom: 12px;
}

.highlight {
  color: #b8860b;
  font-weight: bold;
}


/* Popup Styling */
.popup {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  z-index: 1000; 
  overflow-y: auto; 
}

.popup-content {
  position: relative;
  background-color: #fff;
  width: 80%;
  max-width: 900px; 
  margin: 50px auto;
  padding: 30px;
  border-radius: 5px;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}


.popup-section h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.popup-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.popup-section .cta-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.popup_text span{
  font-weight: 600;
  color: #000000;
}


@media (max-width: 768px) {
 .popup .container{
    position: absolute;
    max-width: 740px;
    margin-left: 10px;
    z-index: 100;
  }
  .popup-content {
    width: 90%;
    margin: 30px auto;
    padding: 20px;
  }

  .popup-section h3 {
    font-size: 20px;
  }

  .popup-section p {
    font-size: 14px;
  }

  .close-btn {
    font-size: 25px;
    top: 10px;
    right: 15px;
  }
}


@media (max-width: 480px) {
  .popup-content {
    width: 95%;
    margin: 20px auto;
    padding: 15px;
  }

  .popup-section h3 {
    font-size: 18px;
  }

  .popup-section p {
    font-size: 12px;
  }

  .close-btn {
    font-size: 20px;
    top: 5px;
    right: 10px;
  }

  .popup-section .cta-btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}

.popup-content {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

.dropdown {
  position: relative;
  display: inline-block;
  transition:  all linear .4s;

}


.dropdown-btn {
  /* background-color: #3498db; */
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  /* border: none; */
  cursor: pointer;
  font-size: 16px;
}

.arrow i {
  margin-left: 10px;
  /* transition: transform 0.3s ease; */
  transition: all linear .4s;
  font-size: 16px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
  transition: all linear .4s;
}


.dropdown-content a {
  color: black;
  padding: 5px 20px;
  text-decoration: none;
  display: block;
  transition:  all linear .5s;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  border: 2px solid #000000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .arrow i {
  transform: rotate(180deg);
}


@media (max-width: 768px) {
/* Side display  items */

.pop{
  display: block !important;
}
.fixed-banner {
  display: block !important;
  position: fixed;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
  rotate: -90deg;
}
.left_side {
  display: block !important;
  position: fixed;
  top: 50%;
  left: -78px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
  rotate: 90deg;
}


.btn_design {
	width: 130px;
	height: 38px;
	padding: 3px 25px;
	border-radius: 2px 50px;
	background: #000000;
}
/* .btn_design  {
  background: red;
  width: 150px; 
  height: 35px;
  padding: 2px 20px;
  border-radius: 5px 20px;
} */
.btn_design p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
}


.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 2000;
  justify-content: center;
  align-items: center;
}

.popup-content {
  /* display: none !important; */
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 60%;
  max-width: 500px;
  position: relative;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  transition: all linear .3s;
}

.close-btn:hover {
  color: red;
}
}

/* @media (max-width: 768px) {
  .fixed-banner img {
      width: 80px; 
  }

  .popup-content {
      width: 95%;
      padding: 15px;
  }
} */

@media (max-width: 480px) {
  .popup-content {
    width: 75%;
    
  }
}

.lang_btn {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 25px;

}
.lang_btn li{
 list-style: none;
 max-width: 100%;
}

.custom_lnag_btn{
  font-size: 25px;
  font-weight: 700;
  color: #000;
  background: #fff;
  transition: all linear .4s;
}

.custom_lnag_btn:hover{
  /* color: #fff; */
  /* background: #000; */
  border: 2px solid #dcdde1;
  padding: 8px 40px;
  border-radius: 5px 30px;
}

.left_side{
  display: none;
}
.btn_design a {
  /* text-align: center; */
  font-size: 14px;
  font-weight: 600;
  display: flex ;
  justify-content: center;
  align-items: center;
  color: white;
}
.pop{
display: none;
}


/* Production & Supply Chain start */

.padding-left{
  padding-left: 50px;
  padding-top: 10px;
}
/* Production & Supply Chain close */

    .hero-section {
        position: relative;
        overflow: hidden;
    }

    .swiper-container {
        width: 100%;
        height: 100vh;
    }

    .swiper-slide video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* .slider-content {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-50%, -50%);
        z-index: 10;
        text-align: center;
        color: #fff;
        width: 100%;
        padding: 0 20px;
    } */

    .section-title,
    .desc,
    .cta-btn {
        opacity: 1 !important;
        visibility: visible !important;
    }