@font-face {
  font-family: font-regular;
  src: url('./font/OpenSans-Regular.ttf');
}

@font-face {
  font-family: font-semi;
  src: url('./font/OpenSans-SemiBold.ttf');
}

@font-face {
  font-family: font-medium;
  src: url('./font/OpenSans-Medium.ttf');
}

@font-face {
  font-family: font-bold;
  src: url('./font/OpenSans-Bold.ttf');
}

.body,


img {
  width: 100%;
}

:root {
  --bs-font-sans-serif: font-regular, font-semi, font-medium, font-bold;
}

html {
  scroll-behavior: smooth;
}

:root {
  --bs-font-sans-serif: font-regular, font-semi, font-medium, font-bold;
}


img {
  width: 100%;
}

body {
  font-family: var(--bs-font-sans-serif);
  background-color: #0F0F0F;
}

.body,
html {
  overflow-y: scroll;
  overflow-x: hidden; 
}

/*! default page end */
.works-collection {
  margin-top: 7rem;
  margin-left: 10rem;
}

.nav-pills .nav-link.active {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  width: 280px;
  height: 150px;
  border-radius: 0;
  background-color: #EDB21B;
  /* Change the background color */

  border-color: #EDB21B;
  /* Change the border color */
}

/* Custom styles for the inactive buttons */
.nav-pills .nav-link {
  width: 220px;
  height: 120px;
  border-radius: 0;
  background-color: #020202;
  /* Change the background color for inactive buttons */
  color: #ffffff;
  /* Change the text color for inactive buttons */
  border-color: #ccc;
  /* Change the border color for inactive buttons */
}

.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery p {
  color: #7d8285;
}

.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

.mobile-work{
  display: none;

}
@media (max-width:1210px) {
  .mobile-work{
    display: block;
    
  }
  .works-col{
    display: none;
  }

  #h-scroll-menu {
    overflow-x: scroll;
    white-space: nowrap;
}
.scroll-menu {
  width: 100%;
  overflow-x: hidden; 
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; 
}

.nav-link {
  margin: 0;
    display: inline-block;
    margin: auto; /* Adjust as needed for spacing between items */
    white-space: nowrap;
}



.nav-pills .nav-link.active {
  
  font-size: 16px;
  font-weight: bold;
background-color: transparent;
height: 20px;
color: #EDB21B;

}

/* Custom styles for the inactive buttons */
.nav-pills .nav-link {
  font-size: 16px;
  height: 2%;
  max-width: 100px;
  font-weight: bold;
  background-color: transparent;
  /* Change the background color for inactive buttons */
  color: #ffffff;
  /* Change the text color for inactive buttons */
 
  /* Change the border color for inactive buttons */
}
/* Adjust button styles as needed */

}
@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}