/*common css*/
html {
  scroll-behavior: inherit !important;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}
* {
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  padding: 0;
  background: var(--White);
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-family: "neue-haas-unica",sans-serif;
  font-weight: normal;
  color: var(--Black);
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
ol,
ul {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

::placeholder {
  color: var(--Black);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--Black);
  opacity: 1;
}
::-ms-input-placeholder {
  color: var(--Black);
  opacity: 1;
}
::placeholder {
  color: var(--Black);
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
}
button:focus {
  outline: none;
}
textarea {
  resize: none;
}
a {
  transition: all 0.33s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: var(--Black);
}
/*common css end*/
:root {
  --Black: #000000;
  --White: #FFFFFF;
  --Gray: #9FADAC4D;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: "neue-haas-unica",sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 150%;
  color: var(--Black);
  margin-top: 0;
  margin-bottom: 20px;
}

h2,.h2 {
  font-size: 32px;
}

h5,.h5{
  font-size: 24px;
}

p {
  font-family: "neue-haas-unica",sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: var(--Black);
}
p:empty {
  display: none;
}
body .content{
  padding-top: 80px;
}
/* home-page start */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--Black);
  /* box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.2); */
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
header .menu-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .main_menu > ul {
  display: flex;
  gap: 10px;
}

header .logo-container a.navbar-brand {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.main_menu > ul > li > a {
  display: block;
  text-decoration: none;
  margin-bottom: 0px;
  position: relative;
  color: var(--White) !important;
  text-transform: capitalize;
  font-family: 'neue-haas-unica';
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 5px 20px;
}
.main_menu > ul > li:first-child > a{
  padding-left: 0;
}
.main_menu > ul > li:last-child > a{
  padding-right: 0;
}
header .logo-container img {
  max-width: 260.87px;
  width: 100%;
  object-fit: contain;
  transition: all .3s linear;
}

.hero-home .slick-track,.slider-with-content .slick-track{
  display: flex;
}
.hero-home .itm-wrp{
  position: relative;
  overflow: hidden;
  min-height: 732px; 
  display: flex;
  align-items: flex-end;
}
.hero-home .itm-wrp::before,.slider-with-content .item::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(107, 107, 107, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}
.hero-home .itm-wrp .bg-img img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;   
}
.hero-home .itm-wrp .cnt-wrp{
  position: relative;
  z-index: 2;
  padding: 0 60px 30px;
  width: 100%;
}
.hero-home .cnt-wrp h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: var(--White);
  margin-bottom: 0;
}
.hero-home .cnt-wrp h6 span{
  font-weight: 350;
}
.hero-home .slick-dots {
  bottom: 30px;
  display: flex;
  justify-content: flex-end;
  right: 60px;
  align-items: center;
}
.hero-home .slick-dotted.slick-slider,.slider-with-content .slick-dotted.slick-slider {
  margin-bottom: 0;
}
/* Add zoom animation */
.hero-home .itm-wrp .bg-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  transform: scale(1);
}

/* Zoom effect on active slide */
.hero-home .slick-active .bg-img img {
  animation: kenBurnsZoom 6s ease-out forwards;
}

/* Keep the zoomed state during transition */
.hero-home .slick-slide .bg-img img {
  transform: scale(1);
}

.hero-home .slick-current .bg-img img {
  animation: kenBurnsZoom 6s ease-out forwards;
}

@keyframes kenBurnsZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.slick-dots li {
  width: 16px;
  height: 4px;
  margin: 0 5px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  background: #FFFFFF80;
  padding: 0;
}
.slick-dots li button::before {
  width: 100%;
  height: 100%;
  background: var(--White);
  padding: 0;
  opacity: 0;
  font-size: 0;
  transition: all 0.3s linear;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}
.slick-dots li:first-child{
  margin-left: 0;
}
.slick-dots li:last-child{
  margin-right: 0;
}

.slider-with-content {
  padding: 92px 0;
  background: #9FADAC4D;
}
.slider-with-content h2{
	margin-top: 0;
}
.slider-with-content .col-md-6:first-child{
  width: 48%;
}
.slider-with-content .col-md-6:last-child{
  width: 52%;
}
.slider-with-content .cnt-wrp{
  max-width: 564px;
  margin-right: auto;
}
.slider-with-content h6 {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 20px;
}
.slider-with-content .imgs-list {
  max-width: 680px;
  margin-left: auto;
}
.slider-with-content .row {
  align-items: center;
}
.slider-with-content .cnt-wrp p:last-child{
  margin-bottom: 0;
}
.slider-with-content .item{
  position: relative;
}
.slider-with-content .img-wrp{
  width: 100%;
  height: 100%;
}
.slider-with-content .img-wrp img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  min-height: 500px;
}
.slider-with-content .slick-dots {
  bottom: 20px;
  display: flex;
  justify-content: flex-end;
  right: 20px;
  align-items: center;
}

.logo-list {
  padding: 100px 0;
}
.logo-list .col-md-4{
  width: 30%;
}
.logo-list .col-md-8{
  width: 70%;
}
.logo-list .img-wrp {
  max-width: 912px;
  margin-left: auto;
}
.logo-list .img-wrp img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


footer{
  padding: 50px 0;
  background: var(--Black);
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  width: 100%;
}
footer .left-col{
  display: flex;
}
.footer-col{
  max-width: 160px;
}
.footer-col h5{
  font-weight: 300;
}
.footer-col h5 ,.footer-col a,.footer-col li p{
  color: var(--White);
}
.footer-col li p{margin-bottom: 0;}
.footer-col.footer-contact {
  margin-right: 72px;
}
.footer-col.footer-contact p{
  margin-bottom: 24px;
}
.footer-col.footer-contact p:last-child{margin-bottom: 0;}
.footer-col.footer-contact p:last-child a{
  text-decoration: underline;
}
footer .right-col{
  max-width: 448px;
  margin-left: auto;
}
footer .right-col p, footer .right-col a {
  color: var(--White);
  font-size: 12px;
  margin-bottom: 0;
}
footer .right-col a {
	text-decoration: underline;
}
footer .right-col .copyright{
  margin-top: 50px;
}
footer .logo-wrp {
  margin-top: 251px;
}
footer .logo-wrp img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* home-page end */
.image-gallery {
  padding-top: 100px;
}
.image-gallery .ig-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.image-gallery .ig-heading h2 {
  margin-bottom: 0;
}
.image-gallery .ig-heading .ig-content {
  max-width: 564px;
  margin-left: auto;
  font-weight: 350;
}

.image-gallery .ig-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 50px;
}

.image-gallery .ig-item {
  position: relative;
  width: calc((100% - (16px * 2)) / 3);
  cursor: url('../images/cursor.svg') 32 32, auto;
}

.image-gallery .ig-img-wrapper {
  position: relative;
  overflow: hidden;
}

.image-gallery .ig-img-wrapper img {
  width: 100%;
  height: 253px;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

.image-gallery .ig-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  color: var(--White);
}

.image-gallery .ig-img-wrapper:hover .ig-overlay {
  opacity: 1;
}

.image-gallery .ig-overlay h6 {
  font-size: 14px;
  font-weight: 700;
  color: var(--White);
  margin-bottom: 0px;
}
.image-gallery .ig-overlay h6 span{
  font-weight: 300 !important;
  margin: 0 !important;
}

.image-gallery .ig-overlay p {
  font-weight: 350;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--White);
}
.image-gallery .ig-overlay div:first-child {
  display: flex;
  flex-wrap: wrap;
}
.image-gallery .ig-overlay>div span {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 350;
}
.image-gallery .ig-overlay div:last-child {
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  width: 100%;
}


/* fancybox-model */
.fancybox-container {
  top: 80px !important;
  height: calc(100% - 80px) !important;
}
.fancybox-button {
  background: transparent !important;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: var(--White) !important;
  padding: 0px !important;
}
.fancybox-bg{
  background: var(--Black) !important; 
}
.fancybox-toolbar button:not(:last-child) {
  margin-right: 20px;
}
#fancybox-1{display: none !important;}

.fancybox-inner {
  max-width: 1376px;
  margin: 30px auto;
  display: flex;
  max-height: 671px;
}
.fancybox-slide--image .fancybox-content {
  transform: unset !important;
  top: 0px !important;
  height: auto !important;
  width: 100% !important;
  padding-top: 80px !important;
}
/* .fancybox-slide--image .fancybox-content {
  transform: translateY(-50%) !important;
  top: 50% !important;
  height: auto !important;
  width: 100% !important;
  padding-top: 0px !important;
} */
.fancybox-slide--image {
  padding: 30px 0 !important;
  overflow: scroll !important;
}
.fancybox-container .main-wrp{
  display: flex;
  align-items: center;
}
.fancybox-container .main-wrp .content-wrp {
  width: 30%;
  max-width: 332px;
  margin-right: auto;
}
.fancybox-container .main-wrp .content-wrp *{
  color: var(--White);
}
.fancybox-container .main-wrp .content-wrp h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}

.fancybox-container .main-wrp .content-wrp h4 {
  font-weight: 300;
  font-size: 16px;
}

.fancybox-container .main-wrp .content-wrp .description {
  overflow-y: scroll !important;
  max-height: 309px;
  padding-right: 15px;
  margin-right: -15px;
  scrollbar-width: thin !important;
  scrollbar-color: #FFFFFF rgba(255, 255, 255, 0.2) !important;
  position: relative !important;
}

/* Fake scrollbar track - always visible */
.fancybox-container .main-wrp .content-wrp .description::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 0;
  width: 4px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  pointer-events: none;
  z-index: 10;
}

/* Custom scrollbar thumb - always visible */
.custom-scrollbar-thumb {
  position: absolute;
  right: 2px;
  width: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  pointer-events: none;
  z-index: 11;
  transition: background 0.2s ease;
}

.fancybox-container .main-wrp .content-wrp .description:hover + .custom-scrollbar-thumb,
.custom-scrollbar-thumb.scrolling {
  background: #FFFFFF;
}

.fancybox-container .main-wrp .content-wrp .description::-webkit-scrollbar {
  width: 0px !important; /* Hide native scrollbar */
}

.fancybox-container .main-wrp .image-wrp {
  width: 70%;
  max-width: 912px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.fancybox-container .main-wrp .image-wrp::before, .fancybox-container::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(107, 107, 107, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}
.fancybox-container .main-wrp .image-wrp img {
  width: 100%;
  height: 513px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.fancybox-infobar {
  position: absolute !important;
  bottom: -2px !important;
  right: 15px !important;
  top: auto !important;
  height: 24px !important;
  line-height: 24px !important;
  left: auto !important;
  color: var(--White) !important;
  font-size: 16px !important;
  font-weight: 350;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.fancybox-toolbar 
.fancybox-button svg ,.fancybox-navigation .fancybox-button--arrow_left div,.fancybox-navigation .fancybox-button--arrow_right div{
  display: none !important;
}
.fancybox-toolbar .fancybox-button{
  width: 24px !important;
  height: 21px !important;
}
.fancybox-toolbar .fancybox-button--zoom {
  background: url("../images/zoom.svg") no-repeat center !important;
  background-size: contain !important;
}
.fancybox-toolbar .fancybox-button--fsenter,.fancybox-toolbar .fancybox-button--fsexit{
  background: url("../images/full-screen.svg") no-repeat center !important;
  background-size: contain !important;
}
.fancybox-toolbar .fancybox-button--close{
  background: url("../images/close.svg") no-repeat center !important;
  background-size: contain !important;
}

.fancybox-navigation .fancybox-button--arrow_left,.fancybox-navigation .fancybox-button--arrow_right {
  background: url(../images/prev-arrow.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  width: 10px !important;
  height: 18px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  top: unset !important;
  bottom:  0px !important;
  transition: all 0.3s linear !important;
}
.fancybox-navigation .fancybox-button--arrow_left{
  left: auto !important;
  right: 64px !important;
}
.fancybox-navigation .fancybox-button--arrow_right{
  transform: rotateY(-180deg);
  right: 0px !important;
}
.fancybox-can-pan .fancybox-content{
  cursor: unset !important;
}

