@font-face {
	font-family: "HT Rakik SemiBold";
	src: url("../fonts/HT_Rakik_SemiBold.woff2");
	font-display: swap
}
@font-face {
	font-family: "HT Rakik Bold";
	src: url("../fonts/HT_Rakik_Bold.woff2");
	font-display: swap
}
@font-face {
	font-family: "HT Rakik Medium";
	src: url("../fonts/HT_Rakik_Medium.woff2");
	font-display: swap
}
@font-face {
	font-family: "HT Rakik Regular";
	src: url("../fonts/HT_Rakik_Regular.woff2");
	font-display: swap
}

:root {
  --bs-primary: #761627;
  --bs-primary-rgb: 118, 22, 39;
}

.navbar-brand {
    margin-right: 0;
}

/* Override Bootstrap primary color classes */
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.btn-primary:hover {
  background-color: #5a1120 !important;
  border-color: #5a1120 !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.btn-outline-primary {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.btn-outline-primary:hover {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: white !important;
}


body {
	color: #696969;
}

body, a, p, li, label, button, .hero-tag, .achievement-label {
	font-family: "HT Rakik Medium", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, bold, b, strong {
	font-family: "HT Rakik SemiBold", sans-serif;
}

h1, h2, h3, h4, h5, h6, bold, b, strong {
	color: #000;
}

.dropdown-menu {
	text-align: right !important;
}

.hero-video-section {
  height: 100vh;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('https://solu.code-surgeon.com/wp-content/uploads/2025/11/overlay.webp') center/cover no-repeat;
  opacity: 0.3;
  z-index: 2;
  display: block;
  height: 100%;
  width: 30%;
}

.hero-content {
  position: relative;
  z-index: 3;
}

.our-projects h2 {
    font-size: 100px;
    color: #113356;
}

.big-title {
    font-size: 100px !important;
    color: #113356;
}

.project-title h3 {
    font-size: 14px;
    color: #000;
}

.project-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eee;
    padding: 18px 24px;
    border-radius: 18px;
}

.project-title span {
    font-size: 12px;
}

.project-bg {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.project-logo {
    position: absolute;
    z-index: 4;
    width: 100%;
    text-align: center;
}

.project-logo img {
    width: 30%;
}

.project-thumb img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-thumb {
    overflow: hidden;
    filter: blur(0px);
    transform: none;
    transform-origin: 50% 50% 0px;
    will-change: transform;
    height: 412px;
    position: relative;
	transition: all 0.3s ease-in-out;
}

.project-overlay {
    background: #000;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.15;
}

.project-cats {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 3;
}

.project-cats span {
    border-radius: 20px;
    text-align: center;
    font-size: 10px;
    padding: 4px 10px;
    color: #fff;
	margin-right: 5px;
}

.project-wrapper {
    display: flex;
    gap: 4px;
    flex-flow: column;
}

a.project-wrapper:hover .project-thumb {
    filter: blur(7px);
    transition: all 0.3s ease-in-out;
    all 0.3s animation-timing-function: ease-in-out;
    transform: scale(1.13, 1.13);
}

.swiper {
  overflow: hidden;
}

.swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  height: 60px;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
	max-width: 100%;
}

.swiper-slide img:hover {
  transform: scale(1.1);
  opacity: 1;
}

.clients-logo1 .swiper-slide, .clients-logo2 .swiper-slide {
    background: #eee;
    padding: 30px;
    border-radius: 14px;
}



@media only screen and (max-width: 768px) {
	.hero-video-section {
    height: 50vh;
}
	.our-projects h2 {
    font-size: 50px;
}
	.clients-logo1 .swiper-slide, .clients-logo2 .swiper-slide {
    padding: 15px;
}
	.our-services span {
    font-size: 22px;
    margin-bottom: 10px !important;
}
	.our-services h2 {
    font-size: 70px;
}
	.our-stats .subtitle, .our-blog .subtitle {
    font-size: 20px;
    margin-bottom: 0 !important;
}
	.stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
	.stats-thumb {
    margin-bottom: 10px;
}
	.our-stats {
    padding: 2rem 0 !important;
}
	span.about-top-right {
    top: unset;
    bottom: 15px;
}
	.about-img {
    margin-top: 10px;
}
	.our-contact h2 {
    font-size: 50px;
}
	footer#footer .col-md-3 {
    margin-bottom: 40px;
}
	footer#footer .col-md-3:last-child {
    margin-bottom: 0;
}
	.dropdown-toggle:after {
    margin-right: .255em;
}
	a.header-book {
    display: block;
    text-align: center;
    margin: 20px 0 10px;
}
	.big-title {
    font-size: 50px !important;
}
	h1.blog-title {
    font-size: 40px;
}
	section.single-blog.mt-5.py-5 {
    padding-top: 0 !important;
}
	img.blog-thumb {
    width: 100%;
    height: auto;
}
	.stats-box .number {
		font-size: 50px;
	}
}