body {
  font-weight: 400;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #f6f3ec;
  font-family: Satoshi-Regular;
  transform: none !important;
}

@font-face {
  font-family: Satoshi-Regular;
  src: url(../fonts/Satoshi-Regular.otf);
}

@font-face {
  font-family: Satoshi-Bold;
  src: url(../fonts/Satoshi-Bold.otf);
}

@font-face {
  font-family: Satoshi-Medium;
  src: url(../fonts/Satoshi-Medium.otf);
}

@font-face {
  font-family: SoleilBook;
  src: url(../fonts/SoleilBook.otf);
}

@font-face {
  font-family: SoleilLight;
  src: url(../fonts/SoleilLight.otf);
}

@font-face {
  font-family: NanumMyeongjo;
  src: url(../fonts/NanumMyeongjo-Regular.ttf);
}

a {
  text-decoration: none;
  color: inherit;
}

.contact_mini_heading {
  font-weight: 900;
  font-family: Satoshi-Regular;
}

.bolderText {
  font-weight: 900 !important;
  font-family: Satoshi-Regular;
}

#header_menu {
  position: fixed;
  /* Required for the slide effect to work */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Added transform to the transition list */
  transition: transform 0.4s ease-in-out, background-color 0.4s ease,
    backdrop-filter 0.4s ease, padding 0.4s ease;
  background-color: rgba(255, 255, 255, 0);
  transform: translateY(0);
  /* Default state */
}

/* This class hides the menu by sliding it up */
.header-hidden {
  transform: translateY(-100%) !important;
}

#header_menu a {
  transition: 0.3s ease-in-out;
  font-size: 14px;
}

#header_menu a:hover {
  color: #959595 !important;
}

.hoverState:hover .contact_mini_heading {
  color: #f69519 !important;
  cursor: pointer;
}

.scrolled a {
  transition: 0.3s ease-in-out;
}

.scrolled a:hover {
  color: #959595 !important;
}

#header_menu.scrolled {
  transform: translateY(0);
  /* Ensure it is visible when scrolled class is active */
  /* background-color: rgba(51, 50, 50, 0.5); */
  /* backdrop-filter: blur(8px); */
  /* -webkit-backdrop-filter: blur(8px); */
  padding: 15px 0 !important;
  /* box-shadow: 0 10px 8px rgba(0, 0, 0, 0.2); */
}

.whiteMenu1.scrolled a,
.whiteMenu1.scrolled p,
.whiteMenu1.scrolled span,
.whiteMenu1.scrolled i {
  color: black !important;
}


.whiteMenu1 a {
  color: black !important;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90%;
  }

  .enquire_link {
    margin-top: 40px !important;
  }

  .keepingTogether h3 {
    font-size: 25px !important;
  }

  .keepingTogether p {
    font-size: 19px !important;
  }

  /* p {
    font-size: 19px !important;
  } */

  .h6 {
    font-size: 26px !important;
  }

  #header_menu .container {
    max-width: 95%;
  }

  .work_image_box {
    height: 60vh !important;
  }

  .painting_card_title {
    font-size: 35px !important;
  }

  .all_projects_items p {
    font-size: 17px !important;
  }

  .workDetails h2 {
    font-size: 40px !important;
  }


  .footer .container {
    max-width: 95% !important;
  }

  .painting_collection {
    font-size: 12px !important;
  }
}

.whiteMenu p,
.whiteMenu a,
.whiteMenu i {
  color: black !important;
}

/* Class to hide the header by sliding it up */

.scrolled a,
.scrolled p,
.scrolled i {
  color: white !important;
}

.menu-open .whiteMenu p,
.menu-open .whiteMenu a,
.menu-open .whiteMenu i {
  color: white !important;
}

.header_menu_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  color: white;
}

.header_heading {
  /* font-size: 25px; */
  font-size: clamp(28px, 2vw, 3vw) !important;
  color: white;
  position: relative;
  z-index: 10000;
  display: flex;
}

.header_heading span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 1s ease, opacity 0.2s ease;
}

.header_heading:hover span {
  max-width: 150px;
  /* enough to fit "ARTIST" */
  opacity: 1;
  margin-right: 8px;
}

.otherworksHeading {
  font-size: clamp(30px, 3vw, 4.5vw);
  letter-spacing: 2px;
   
}

.header_menu_wrap a {
  color: white;
  text-decoration: none;
  font-size: clamp(16px, 1.9vw, 1.2vw);
}

.header_video_wrap,
.second_video_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
}

.header_video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;

}

.second_video_wrap video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.second_video_wrap .container {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
}

.second_video_wrap h2 {
  font-size: clamp(37px, 4vw, 5vw);
  font-weight: 800;
}

.second_video_wrap h4 {
  font-size: clamp(25px, 1vw, 2vw);
  font-weight: 800;
  text-transform: uppercase;
}

.second_video_wrap p {
  font-size: clamp(16px, 20px, 20px);
}

.second_video_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}

#horizontal-scoll {
  padding: 150px 0;
  display: flex;
  align-items: center;
  position: relative;
}

#horizontal-scoll-work-detail {
  /* padding: 150px 0; */
  display: flex;
  align-items: center;
  position: relative;
}

.worksheading {
  position: absolute;
  left: 5%;
  top: 50px;
  font-size: clamp(60px, 4vw, 3.5vw);
  font-family: Satoshi-Medium;
  font-weight: 400;
  letter-spacing: 2px;
}

.horizontal-scoll-wrapper {
  overflow: hidden;
  min-height: 550px;
  padding-top: 80px;
  /* border: 1px solid red; */
}

.borderBottoms {
  border-bottom: 1px solid red !important;
}

.horizontal-scoll-wrapper-work-detail {
  overflow: hidden;
  min-height: 550px;
  padding-top: 80px;
  width: 100%;
  /* border: 1px solid red; */
}

.horizontal {
  display: flex;
  min-height: 450px;
}

.horizontal-work-detail {
  display: flex;
  gap: 10px;
  min-height: 450px;
}

.horizontal>div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
}

.horizontal>div:first-child {
  padding: 0 5px 0 15px;
}

.horizontal>div:last-child {
  padding: 0 15px 0 5px;
}

.horizontal .card {
  align-items: stretch;
  width: 50vw;
  height: 70vh;
  /* padding: 50px 40px; */
  /* background: #6e4ce1; */
  border-radius: 0px;
  color: #f6f2e8;
  /* background-image: url("../images/paint1.jpg"); */
  background-size: cover;
  position: relative;
  z-index: 1000;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .content {
  transition: 1.5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  z-index: 10000;
}

.content_overly {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 1.5s ease-in-out;
}

.miniheading1 {
  font-family: Satoshi-Medium;
  font-weight: 400;
  font-size: 50px !important;
}

.card:hover .content,
.card:hover .content_overly {
  opacity: 1;
}

.content p {
  font-size: 14px;
}

.content span {
  font-size: 25px;
}

.viewAllWorksBtn {
  position: absolute;
  text-align: center;
  font-size: 20px;
  left: 3.5%;
  bottom: 90px;
}

.footer {
  width: 100%;
  overflow: hidden !important;
  min-height: 100vh;
  padding: 50px 0;
  display: flex;
  align-items: end;
  position: relative;
}

.footer .footer_items {
  position: relative;
  z-index: 100;
}

.footer video {
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.footer_items {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 25px;
  color: white;
}

.footer_line {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}

.footer_big_heading {
  /* font-size: 50px; */
  font-size: clamp(35px, 3vw, 5vw);
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
}

.header_menu_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  color: white;
}

.mobile-menu-toggle {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  row-gap: 50px;
  margin: 30px 0;
}

.all_project_header {
  width: 100%;
  min-height: 550px;
  height: 50vh;
  display: flex;
  align-items: center;
}

.all_project_header h1 {
  /* font-size: 60px; */
  font-size: clamp(28px, 4.5vw, 4.5vw);
  font-weight: 600;
  letter-spacing: 3px;
}

.work_image_box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.work_image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.work_image_box:hover img {
  transform: scale(1.05);
}

.painting_collection {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

.painting_card_title {
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.all_projects_items {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 20px 0;
  margin-bottom: 50px;
}

.all_projects_items p {
  margin: 0;
  font-weight: 400;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-size: 17px;
}

.all_projects_items p:hover {
  color: grey;
  scale: 1.01;
}

.homeAboutus {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeAboutus span {
  position: absolute;
  color: white;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 3px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 900;
}

.homeAboutus span:hover {
  scale: 1.05;
}

.homeAboutus img {
  max-width: 100%;
  height: auto;
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* transform: translateX(-50%); */
  z-index: 1;
  object-fit: cover;
}

.homeAboutus p {
  position: relative;
  z-index: 100;
  color: white;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.detail_hero_image {
  width: 100%;
  height: 100vh;
}

.detail_hero_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work_image_left {
  width: 100%;
  height: 800px;
}

.work_image_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work_image_right {
  width: 100%;
  min-height: 500px;
}

.work_image_right img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

.enquire_link {
  width: 80px;
  height: 40px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 2px solid #000;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
}

.enquire_link:hover {
  color: #959595;
  border-bottom: 2px solid gray;
  cursor: pointer;
}

.videoBarSection {
  width: 100%;
  min-height: 500px;
  position: relative;
}

.painting_image {
  /* width: 50vw; */
  width: 50vw;
  height: 70vh;
}

.painting_image img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.painting_video {
  position: relative;
  top: 00%;
  right: 0%;
  width: 50vw;
  height: 70vh;
  /* background-color: red; */
}

.painting_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.painting_video p {
  position: absolute;
  top: 50%;
  color: white;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: underline;
  z-index: 1000;
}

/* @media screen and (min-width:1200px) and (max-height:992px) {
  .painting_video {
  position: relative;
  top: 00%;
  right: 0%;
  width: 50vw;
  height: 70vh;
}

.painting_image {
  width: 1000px;
  height: 70vh;
}

} */

.mobileVideo {
  display: none;
  width: 100%;
  height: auto;
}

.slider_painting_box {
  width: 100%;
  min-height: 500px;
  height: 40vh;
  max-height: 550px;
  overflow: hidden;
  /* border: 1px solid red; */
}

.slider_painting_box img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.slider_painting_box video {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

@media (min-width:992px) {
  .workDetails {
    padding: 50px !important;
  }

  .desktopPadding2 {
    padding-top: 70px !important;
    /* padding-bottom: 70px !important; */
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 42px !important;
    margin: 30px 0;
  }

  .painting_collection {
    font-size: 14px !important;
  }

  .workDetails .category_text {
    font-size: 14px !important;
    font-weight: 900 !important;
    font-family: Satoshi-Bold;
  }

  .workDetails .description_text {
    font-size: 14px !important;


  }



}

.fs-14 {
  font-size: 14px !important;
}

@media (max-width:992px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {
  .footer {
    height: 80vh;
    display: flex;
    align-items: start;
  }

  .workDetails .category_text {
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: Satoshi-Bold;

  }

  .workDetails .description_text {
    /* font-size: 16px !important; */

  }



  .homeAboutus {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }

  .homeAboutus img {
    width: 100%;
    height: 100vh;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
  }

  .homeAboutus p {
    position: relative;
    z-index: 100;
    color: white;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px;
  }

  .painting_image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
  }

  .mobileVideo {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .all_projects_items {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    border: none;
  }

  .all_project_header h1 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: left !important;
  }

  .all_projects_items .menuMobileItems {
    font-size: 18px;
    border-top: 1px solid #000;
    /* padding: 15px 0; */
    font-weight: 500;
    width: 100%;
  }

  .header_video_wrap {
    width: 100%;
    height: 100dvh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .header_video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: fill;

  }

  .all_projects_items p:last-child {
    border-bottom: 1px solid #000;
  }



  .contact_mini_heading {
    margin-top: 30px;
    /* color: #f69519;
     */
  }

  .footer_line {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .footer_big_heading {
    margin-top: -20px;
    font-size: 35px;
  }

  .footer_items {
    gap: 15px;
  }

  body.menu-open {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
    /* mobile */
  }

  .mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 1.3rem;
    color: white;
    z-index: 2000;
  }

  .horizontal .card {
    align-items: stretch;
    width: 70vw;
    height: 500px;
    border-radius: 0px;
    color: #f6f2e8;
    background-size: cover;
  }

  #desktop-menu-wrap {
    display: none;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1500;
    background-color: rgba(136, 135, 135, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  #desktop-menu-wrap a {
    font-size: 20px;
    padding: 18px 0;
    color: white;
    text-decoration: none;
  }

  .homeAboutus img {
    max-width: 100%;
    height: auto;
    max-height: 90%;
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
    /* transform: translateX(-50%); */
    z-index: 1;
    object-fit: cover;
  }
}

.work_link:hover {
  cursor: pointer;
}

.video-parallax-section {
  position: relative;
  width: 100%;
  /* Define how tall you want the parallax window to be */
  height: 100vh;
  overflow: hidden;
}

.video-parallax-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parallax_box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
}

.video-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* This 'clip' logic ensures the fixed video only shows inside this div */
  clip: rect(0, auto, auto, 0);
}

.video-window video {
  position: fixed;
  /* The magic for parallax */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-window img {
  position: fixed;
  /* The magic for parallax */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* 40% Overlay */
.video-window::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/* Default */
.desktop-only {
  /* display: block; */
}

.mobile-only {
  display: none;
}

.aboutusHeading {
  font-size: clamp(35px, 2.4vw, 4.5vw);
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
}

.aboutContainer {
  margin-top: 200px;
}

.aboutContent h5 {
  margin: 0;
  font-size: clamp(22px, 24px, 35px) !important;
  font-weight: 700;
  color: white;
  margin-bottom: 40px;
}

.aboutContent p {
  margin: 0;
  font-size: clamp(16px, 18px, 20px) !important;
}

.aboutusQoute {
  font-size: clamp(28px, 5vw, 5vw);
  font-weight: 500;
  font-style: italic;
  margin: 50px 0;
  color: #fff;
  text-transform: uppercase;
}

#play_video {
  font-size: 14px;
}

.custom_bold {
  font-weight: 900 !important;
  color: black !important;
}

.text_grap {
  color: gray !important;
}

/* Mobile */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .mobileProjectVideo{
    height: 820px !important;
  }

  .work_image_left {
    width: 100%;
    height: auto;

  }

  .workDetails h2 {
    font-size: 27px !important;
    font-weight: 900 !important;
    font-family: Satoshi-Bold;
  }

  .work_image_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
  }

  #horizontal-scoll-work-detail {
    display: none !important;
  }

  #header_menu a:hover {
    color: #fff !important;
  }

  .work_image_left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .work_image_right {
    object-fit: contain !important;
  }


  .painting_collection {
    font-size: 14px !important;
  }

  .video-parallax-section {
    position: relative;
    width: 100%;
    height: 422px;
    overflow: hidden;
  }

  .hideOnMobile {
    display: none !important;
  }

  .work_image_box {
    width: 100%;
    height: 283px;
  }

  .painting_video {
    position: relative;
    top: 00%;
    right: 0%;
    width: 100vw !important;
    height: auto;

  }

  .painting_video video {
    height: auto;

  }

  .painting_image {
    width: 100vw !important;
    height: auto;
    object-fit: contain;
  }

  .painting_image img {
    height: auto;
    object-fit: contain;
  }

  .mobileLogo {
    position: relative;
    z-index: 100000;
  }

  .content p {
    font-size: 14px;
    text-align: center;
  }

  .content span {
    text-align: center;
    font-size: 20px;
  }

  .aboutusHeadingIndex {
    max-width: 300px;
    font-size: 60px !important;
  }

  .homeAboutus span {
    bottom: 40px !important;
  }

  .container {
    padding: auto 5%;
  }

  .viewAllWorksBtn {
    bottom: 50px;
  }

  .mobpadding1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mobilepadding {
    padding: 0 24px !important;
  }

  .grid-container {
    margin: 0px 0 !important;
    margin-top: 20px !important;
  }

  .grid-container {

    row-gap: 20px;

  }

  .mobmargins {
    margin-bottom: 40px !important;
  }

  .grid-container-mobile {
    row-gap: 30px !important;
    margin-top: -40px !important;
  }

  .mobile_project_header {
    min-height: 350px;
    height: 35vh;
    padding-left: 14px;
    padding-right: 14px;
  }

  .work_image_right {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .horizontal-scoll-wrapper {
    overflow: hidden;
    height: 550px;
    padding-top: 0px;
  }

  .mobile-only {
    display: block;
    margin-top: -70px;
  }

  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
  }

  .mobile-header p {
    border: none !important;
  }

  .mobile-dropdown {
    display: none;
    margin-top: 10px;
  }

  .mobile-dropdown p {
    padding: 8px 0;
    cursor: pointer;
  }

  .mobile-open .mobile-dropdown {
    display: block;
    margin-top: -1px;
  }

  .mobile-open .dropdown-toggle i {
    transform: rotate(180deg);
  }

  .dropdown-toggle i {
    transition: transform 0.3s ease;
    font-size: 22px;
    margin-top: 10px;
  }

  .whiteMenu1.scrolled a,
  .whiteMenu1.scrolled p,
  .whiteMenu1.scrolled span,
  .whiteMenu1.scrolled .menu-icon {
    color: black !important;
  }


  .whiteMenu1 a,
  .whiteMenu1 .menu-icon {
    color: black !important;
  }

  .mobileheaders a {
    color: #fff !important;
  }

  .aboutContainer {
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-top: 100px !important;
  }

  .aboutuslastimage {
    height: 500px;
    object-fit: cover;
    object-position: center;
  }

  .aboutussliderheading {
    font-size: 50px !important;
    top: 10px;
  }

}

@media (max-width: 550px) {
  .mobileEmail {
    font-size: 25px !important;
  }
}

.noBorder {
  border: none !important
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  display: none;
}

.header_heading {
  /* font-size: 25px; */
  font-size: clamp(28px, 2vw, 3vw) !important;
  color: white;
  position: relative;
  z-index: 10000;
}

.scrolled a:hover {
  color: #959595 !important;
}

.whiteMenu1 .header_heading {
  color: #000 !important;
}

.header_menu_wrap a:hover {
  color: #959595 !important;
}

.home_video_scroll {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  color: white;
  letter-spacing: 1px;
  height: 50px;
  cursor: pointer;
}

.lineAnimation {
  width: 1px;
  height: 35px;
  background-color: white;
  animation: lineGrow 3s ease-in-out infinite;
  transform-origin: top;
  display: block;
  margin: auto;
}

@keyframes lineGrow {

  0%,
  100% {
    height: 5px;
  }

  50% {
    height: 30px;
  }
}



/* Initial state (opacity: 0 by default for AOS elements) */
[data-aos="new-opacity-animation"] {
  opacity: 0;
  transition-property: opacity;
  /* Specify the property to transition for performance */
  transition-duration: 2s;
  /* Set a default duration */
}

/* State when the element is in the viewport */
[data-aos="new-opacity-animation"].aos-animate {
  opacity: 1;
}