body {
    overflow-x: hidden !important;
}

/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap'); */
/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&amp;display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital@0;1&display=swap');

:root {
    --theme-colour: #018ed3;
    --common-colour: #77a521;
}

body,
html {
    font-family: "Jost", sans-serif !important;
    /* overflow-x: hidden; */
}

.navbar-scrolled .hover\:text-\[\#bd123e\],
.navbar-scrolled .group-hover\:italic,
.navbar-scrolled .scrolling-black
 {
    color: black !important;
}

.navbar-scrolled svg {
    color: black !important;
}

.navbar-scrolled .book-btn {
    color: black !important;
    border-color: black !important;
}
.book-btn:hover {
    color: white !important;
    border-color: white !important;
}
.book-btn {
  /* border-radius: 0.5rem !important; */
}

.navbar-scrolled {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateY(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
    /* top: var(--safe-top); */
}

.row,
.section,
section {
  position: relative;
  overflow: hidden;
}
.section,
section {
  text-align: center;
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.horiz-gallery-strip,
.horiz-gallery-wrapper {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
}

.project-wrap {
  width: 33vw;
  padding: 2rem;
  box-sizing: content-box;
}
.project-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.no-scrollbar::-webkit-scrollbar {
  display: none; 
}

.no-scrollbar {
  -ms-overflow-style: none;  
  scrollbar-width: none;    
}
/* custom scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
