@font-face {
  font-family: 'CustomFont';
  src: url('../Font/Bodoni-72.ttc') format('truetype');
}

* {
  font-family: 'CustomFont', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.5px;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  /* color: #000000; */
}

/* For Webkit browsers */
::-webkit-scrollbar {
  width: 10px;
  /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
}

::-webkit-scrollbar-thumb {
  background: #757575;
  /* Thumb color */
  border-radius: 0px;
  /* Rounded edges */
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Darker on hover */
}


.row {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

a {
  text-decoration: none !important;
  color: #000;
}


.scroll-area {
  max-width: 100%;
  height: 100lvh;
  overflow: hidden;
  position: relative;
}

.page1 {
  height: 100%;
  position: relative;
  z-index: 1;
}

.navbar {
  background-color: transparent;
  transition: background-color 0.3s;
  margin: 0;
  padding: 2rem 3rem;
  position: fixed;
  width: 100%;
  z-index: 999;
  translate: -1rem 1rem;
  top: 0;
}

.pdng {
  padding: 15rem 2rem 0 2rem;
}

.logo img {
  height: 60px;
  width: auto;
}

ul li {
  color: #000000;
  list-style-type: none;
  padding: 0px 10px;
  transition: background-color 0.3s;
}

ul li a {
  color: #707070;
  text-decoration: none;
  font-size: 1.2rem;
}

.Active-Menu {
  border-bottom: 4px solid #000;
  padding-bottom: 5px;
}


/* Basic styles for the dropdown */
ul.dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0;
  list-style: none;
  margin: 0px 0px 0 -10px;
  z-index: 1000;
  width: max-content;
}

/* Styles for each dropdown item */
ul.dropdown li {
  padding: 5px 10px;
  /* Add padding to dropdown items */
}

ul.dropdown li:hover {
  background-color: #cfcfcf;
}

ul.dropdown li a {
  text-decoration: none;
  /* Remove underline from links */
  display: block;
  /* Make links block-level elements to fill the dropdown width */
  font-size: 1.1rem;
  color: #707070;
}

/* Change background on hover */
ul.dropdown li a:hover {
  /* background-color: #f0f0f0; Light background color on hover */
}

/* Show dropdown on hover */
li:hover>ul.dropdown {
  display: block;
  /* Show dropdown when parent list item is hovered */
}

/* Adjust the positioning of the dropdown if needed */
li {
  position: relative;
  /* Position parent list item relative for dropdown positioning */
}


.down-arrow {
  font-size: medium !important;
  top: 16px !important;
  right: -2px !important;
}

.dropdown2 {
  background: #3f3f3f96;
  background: #3f3f3f96;
  padding: 1rem 1rem;
}

/* Hide the dropdown when the user clicks outside it */

.pdesign {
  height: 100lvh;
}

.menu-box {
  width: 100%;
  height: 100vh;
  background-color: #000000da;
  top: 0%;
  right: 0%;
  position: absolute;
  padding: 4rem 4rem;
  right: -104%;
}

/* .Mob-a
{
  color: #fff !important;
} */
a:hover {
  color: #000000 !important;
}


.menu-btn {
  display: none;
}

.menu-box a {
  font-size: 1.5rem;
  color: #000000;
}

.menu-box i {
  color: #ffffff;
  font-size: 3rem;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}



/* Second Video CSS */

#fullScreenButton {
  position: absolute;
  border: none;
  bottom: 4%;
  right: 2%;
  background-color: transparent;
  padding: 0;
  font-weight: 600;
  font-size: 2rem;
}

#fullScreenButton1 {
  position: absolute;
  border: none;
  bottom: 4%;
  right: 2%;
  background-color: transparent;
  padding: 0;
  font-weight: 600;
  font-size: 2rem;
}


#fullScreenButton2 {
  position: absolute;
  border: none;
  bottom: 4%;
  right: 2%;
  background-color: transparent;
  padding: 0;
  font-weight: 600;
  font-size: 2rem;
}

#fullScreenButton3 {
  position: absolute;
  border: none;
  bottom: 4%;
  right: 2%;
  background-color: transparent;
  padding: 0;
  font-weight: 600;
  font-size: 2rem;
}

.about-container3 {
  display: flex;
  justify-content: center;
  /* Centers content horizontally */
  align-items: center;
  /* Centers content vertically */
  position: relative;
  /* Allows absolute positioning of child elements */
  height: 80lvh;
  /* Full viewport height */
  width: 100%;
  /* Full viewport width */
  overflow: hidden;
  /* Ensures no scrollbars are visible */
}

.about-video {
  width: 100%;
  /* Make video fill the container width */
  height: auto;
  /* Make video fill the container height */
  object-fit: contain;
  /* Ensures the video covers the entire container */
  position: relative;
  /* Positioned relative to .container */
  top: 0;
  left: 0;
  border: 0px solid #d5d5d5;
}

/* .modal.show .modal-dialog
  {
    max-width: 95%;
    margin: 0 auto;
  } */

.play-button {
  position: absolute;
  background: #e3dfdf;
  color: #000000;
  border: none;
  padding: 5px 30px;
  font-size: 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 2px;
  font-weight: 600;
  z-index: 0;
}

.play-button:hover {
  background: #c2acac;
  /* Hover color */
  box-shadow: 0px 0px 0 2px #39698c;
  transition: 0.0s;
}

.container:hover .play-button {
  opacity: 1;
  /* Show button on hover */
}

.play-button.hidden {
  opacity: 0;
  /* Hide button by default */
}

/* Second Video End */


.footer {
  color: #000;
  padding: 0rem 1rem 1rem;
}

.footer-info {
  /* background: #f4e6d0; */
  padding: 2% 0;
}

.footer-info h1 {
  font-size: 4rem;
  margin: 0;
}

.Kings {
  width: 85%;
  padding: 3rem 1.5rem 3rem 4.5rem;
}

.info {
  display: flex;
  justify-content: space-evenly;
}

.links {
  display: flex;
  flex-direction: column;
}

.links a {
  padding: 0 0 1rem 0;
  font-weight: 500;
  width: fit-content;
  font-size: 1.2rem;
}

.add p {
  /* padding: 0 0 1rem 0; */
  font-weight: 500;
  margin: 0 0 2rem 0;
  font-size: 1.2rem;
}

.social {
  /* display: flex;
  justify-content: space-between; */

}

.social i {
  font-size: 2.2rem;
}

.bi-linkedin {
  padding-right: 20%;
}

.main-footer {
  background-color: #000;
  color: #fff;
}

.nextandprevious {
  color: #000;
}

.nextandprevious p {
  font-size: 1.3rem;
  font-weight: normal;
}

.nextandprevious p img {
  height: 1.2rem;
}

.tab-mob-view {
  display: none;
}

/* Video Modal CSS */
.modal-content {
  background: transparent;
  border: none;
}

.modal-header {
  border: none;
  align-self: end;
}

/* Video Modal CSS End */


@media (max-width: 1400px) {
  .Kings {
    width: 82%;
    padding: 3rem 1.5rem;
  }

    /* .pdng {
      height: 12lvh !important;
    } */
}

@media (max-width: 1200px) {
  .Kings {
    width: 76%;
    padding: 3rem 0rem;
  }

  .about-container3 {
    height: auto;
  }
}

/* @media (max-width: 1024px) {
  .pdng {
    height: 14lvh !important;
  }
} */

@media (max-width: 992px) {

  /* .navbar {
      padding: 5rem 3.5rem;
  } */
  .footer-info h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: left;
  }

  .wdth {
    max-width: 90% !important;
    margin: 0 !important;
  }

  .footer-info {
    display: grid;
    justify-items: center;
  }

  .Kings {
    /* width: 80%; */
    padding: 3rem 0rem;
  }

  .links {
    width: 50%;
  }

  .info {
    display: flex;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {

  /* .navbar
  {
    padding: 3rem; 
  } */
  .tab-mob-view {
    display: block;
  }

  .desk-view {
    display: none;
  }

  .menu-btn {
    display: block;
    font-size: 1.5rem;
    color: #000;
  }

  .desk-menu {
    display: none !important;
  }

  .menu-box a {
    color: #fff !important;
  }

  .Kings {
    width: 100%;
    padding: 3rem 0rem;
  }

  .info {
    display: flex;
    justify-content: space-between;
  }

  .add {
    padding-right: 2rem;
  }

  .footer-info h1 {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .add {
    padding-right: 0rem;
  }
}

@media (max-width: 540px) {
  .footer-info {
    padding: 8% 0;
  }

  .footer-info h1 {
    font-size: 2.6rem;
  }

  .Kings {
    /* width: 30%; */
    padding: 3rem 1.2rem 3rem;
  }

  .links a {
    font-size: 1.2rem;
  }

  .add p {
    font-size: 1.2rem;
  }

  .navbar {
    padding: 1.5rem;
  }

  .pdng {
    padding: 12rem 2rem 0 2rem;
  }
}

@media (max-width: 430px) {
  .menu-btn {
    padding: 0 30px;
  }

  .Kings {
    padding: 3rem 1.5rem 3rem 0;
  }

  .pdng {
    padding: 8.5rem 0rem 0;
  }
}


@media (max-width: 375px) {
  /* .pdng {
    height: 12lvh !important;
  } */

  .nextandprevious p {
    font-size: 1rem;
  }

  .nextandprevious p img {
    height: 1rem;
  }
}

@media (max-width: 320px) {
  .hero_section {
    padding: 0;
  }

  /* .pdng {
    height: 10lvh !important;
  } */
}