.castoro-regular {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.headers-line {
  position: relative;
}

.headers-line:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 80px;
  height: 5px;
  background-color: #b38d3c;
}

.category-img,
.category-img-left {
  position: relative;
  margin-bottom: 50px;
}

.category-img img {
  padding: 5px;
  border: 4px solid #b38d3c;
}

.category-padding {
  padding-top: 20px;
}

.about-wrapper .about-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 0px 200px;
  border: 5px solid #b38d3c;
  padding: 5px;
}

.interest-margin-bottom {
  margin-bottom: 120px;
}

.specialization-section {
  background-color: #16243e;
  padding: 50px 0px;
}

.specialize-list li {
  margin-top: 30px;
  color: #fff;
}

.specialize-list li p {
  padding-left: 40px;
  margin-top: 10px;
}

.specialize-list h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
}

.specialize-list h4 i[class*=" fa-"] {
  font-size: 24px;
  margin-right: 10px;
  color: #b38d3c;
  margin-top: 5px;
}

.project-thumb {
  position: relative;
  transition: 500ms;
}

.project-thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  transition: 500ms;
}

.project-thumb:hover:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.60);
  transition: 500ms;
}

.project-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.project-thumb .project-name {
  opacity: 0;
  text-decoration: none;
  position: absolute;
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
  z-index: 10;
  transition: 1s;
}

.project-thumb:hover .project-name {
  opacity: 1;
  transition: 1s;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
}

.video-thumbnail img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 90px;
  padding: 0 0 0 15px;
  border: 4px solid #fff;
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
}

.video-modal iframe,
.video-modal video {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 8px;
}

.close-button {
  position: absolute;
  top: -20px;
  right: -20px;
  background: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: black;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  background: #fff;
  padding: 10px 30px;
  border-radius: 50px;
}

.about-text strong {
  color: #b38d3c;
}

.video-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.video-banner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, rgb(253 10 10 / 10%), rgba(13, 20, 210, 0.1));
  z-index: 1;
}

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

.banner-text {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 999;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-shadow: 2px 2px 1px #000;
  width: auto;
  height: 50px;
  transform: translate(-50%, -50%);
}

.swiper-slide .about-wrapper {
  background-color: #eee;
}

.banner-quote {
  position: absolute;
  z-index: 99;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(360deg, black, #00000000);
  padding: 80px 0 20px;
  color: #fff;
  text-align: center;
}

.banner-quote span {
  display: block;
  font-size: 52px;
  font-family: 'Bonheur Royale', cursive;
  padding: 50px 10px 20px;
  line-height: 1.3;
}

.banner-quote p {
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.header-main .main-menu ul li a {
  color: var(--st-white);
  /* text-shadow: -1px -1px 3px #000; */
}
.header-main .main-menu ul li.active a, .header-main .main-menu ul li a:hover {
    color: var(--st-white) !important;
    border-bottom: 2px solid var(--st-white);
}
.header-1.sticky .header-main .main-menu ul li.active a, .header-1.sticky .header-main .main-menu ul li a:hover {
    color: var(--st-theme2) !important;
    border-bottom: 2px solid var(--st-theme2);
}
.header-1 {
  width: 100%;
  z-index: 899;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: none;
  position: absolute;
}
.header-1.sticky {
  background-color: rgba(255, 255, 255, 0.85);
}

.header-main .main-menu ul li a:hover {
  color: var(--st-white) !important;
  border-bottom: 2px solid #b38d3c;
}

@media (max-width: 500px) {
  .video-banner {
    height: 70vh;
  }

  .project-thumb .project-name {
    font-size: 3rem;
  }
}

@media (max-width: 1199px) {
  .propertie-box-image .propertie-content-item {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }

  .project-thumb:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }

  .project-thumb .project-name {
    opacity: 1;
  }
}