@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@font-face {
    font-family: CBlack;
    src: url(font/CabinetGrotesk-Black.otf);
}
@font-face {
    font-family: CBold;
    src: url(font/CabinetGrotesk-Bold.otf);
}
@font-face {
    font-family: CEBold;
    src: url(font/CabinetGrotesk-Extrabold.otf);
}
@font-face {
    font-family: CELight;
    src: url(font/CabinetGrotesk-Extralight.otf);
}
@font-face {
    font-family: CLight;
    src: url(font/CabinetGrotesk-Light.otf);
}
@font-face {
    font-family: CMedium;
    src: url(font/CabinetGrotesk-Medium.otf);
}
@font-face {
    font-family: CRegular;
    src: url(font/CabinetGrotesk-Regular.otf);
}

body {
    background: linear-gradient(to bottom, #F8F2DC, #d8d3bf);
    font-family: CMedium, sans-serif; 
    overflow-x: hidden;  
}


.image{
    width: 7%;
}

.custom-nav {
    gap: 3rem !important;
    
}

.dropdown{
  display: none;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
  z-index: 100000 !important;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}



.custom-nav a{
    color: #232323;
    font-size: 20px;
}

.custom-nav a:hover{
    color: #b56262;
}

/* Initial state: hidden and moved down */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.7s ease, transform 1.7s cubic-bezier(0.23, 1, 0.32, 1);
}

/* When revealed: visible and in place */
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


.footer-20192::before {
  content: "";
  display: block;
  width: 90%;               /* 👈 line length */
  border-top: 1px solid #232323;
  margin: 0 auto 2rem auto;   /* 👈 centers the line */
}

.footer-20192 {
  
  position: relative;
  color: #232323;
  font-family: "CBold", sans-serif;
  padding: 7rem 0;
}
  .footer-20192 .container {
    position: relative; }
  .footer-20192 h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; }
  .footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }
    .footer-20192 .links li a {
      color: #232323; 
      font-family: "CELight", sans-serif;
    }
      .footer-20192 .links li a:hover {
        color: #232323; }
  .footer-20192 .social li {
    display: inline-block;
    position: relative; }
    .footer-20192 .social li a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: #9c4646;
      color: #ffffff; }
      .footer-20192 .social li a > span {
        position: absolute;
        line-height: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .footer-20192 .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .footer-20192 .copyright {
    color: #9d9d9d; }
  .footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    padding: 20px;
    background-color: #494949;
    top: -150px;
    position: relative; }
    .footer-20192 .cta h2, .footer-20192 .cta h3 {
      line-height: 1.5; }
    .footer-20192 .cta h3 {
      font-size: 20px; }



.ph1 h1, .projects-header h1, h1.ph1 {
    color: #232323 !important;
    font-family: "CLight", sans-serif !important;
    font-size: 120px !important;
    margin: 0;
}

.projects{
  margin-top: 10% !important;
}

.projects-header{
  margin-top: 10%;
}

.btn1.active{
  color: #9c4646 !important;
}

.btn1 {
  background: none;
  border: none;
  cursor: pointer;
  padding-left: 30px;
  font-size: 20px;
  text-decoration: none;
}
.btn1 span{
  border-bottom: 2px solid #9c4646 !important;
  display: inline-block;
  padding-bottom: 4px;
}

.btn1:hover{
  color: #9c4646;
  transition: all 0.6s;
}

    .project-card {
      border: none;
      background-color: transparent;
      margin-bottom: 30px;
      text-align: center;
      text-decoration: none !important;
    }
    .project-card img {
      width: 100%;
      transition: transform 0.3s;
    }
    .project-card img:hover {
      opacity: 70%;
      transition: ease-in-out 0.3s;
    }
    .project-caption {
      margin-top: 10px;
      font-size: 0.95rem;
      text-decoration: none !important;
      color: #333;
    }



    
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {
  .hoh1{
    font-size: 50px !important;
  }

  .hoh1 .brkl{
    display: block;
  }

  .ph1 h1{
    font-size: 70px !important;
    margin-top: 30%;
  }

  .home{
    height: 80vh;
  }

  .image{
    width: 15%;
  }

  .projects-header h1{
    font-size: 70px !important;
    font-family: 'CBlack', sans-serif; 
  }

  .btn-group{
    display: none !important;
  }

  .menu{
    display: flex;
  }

.navbar-collapse {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: #f8f2dc !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;  /* Vertically centers children */
  align-items: center !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  box-sizing: border-box !important;
  padding-top: 0 !important; /* optionally reset padding if needed */
}

  .navbar-collapse.show {
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-collapse ul.custom-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  justify-content: center !important;
  margin-top: 0 !important;
  height: 100%; /* Make ul full height so it centers vertically */
    gap: 2rem !important;
    width: 100vw !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

    .navbar-collapse ul.custom-nav > li {
    width: 100vw !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
.navbar-collapse ul.custom-nav a.nav-link {
    display: inline-block !important;  /* change from block to inline-block */
    width: auto !important;             /* undo full width */
    border-bottom: 2px solid #9c4646 !important;
    font-size: 2rem !important;
    text-align: center !important;
    background: none !important;
    color: #232323 !important;
}


.menu-open {
  overflow: hidden !important;
  height: 100vh !important;
}

.custom-nav a{
  border-bottom: 2px solid #9c4646 !important;
  display: inline-block;
  padding-bottom: 2px;
}
  .footer-20192 .footer-logo,
  .footer-20192 .footer-logo img,
  .footer-20192 .social li a.footer-logo {
    width: auto !important;
    max-width: 80px !important; /* change to desired size */
    height: auto !important;
    border: none !important;
    display: inline-block;
  }

  .dropdown-menu{
    display: block;
    border: none !important;
    font-family: 'CRegular', sans-serif !important;
    border-radius: 0% !important;
    background-color: #F8F2DC !important;
  }


  .dropdown-toggle{
    border-radius: 0% !important;
    background: none !important;
    border: none !important;
    color: black !important;
    font-family: 'CBold', sans-serif !important;
    border-bottom: 2px solid #9c4646 !important;
    padding-bottom: 2px;
  }

  .dropdown{
    display: block;
  }

}




/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width: 601px) and (max-width: 900px) {
  /* Styles for tablets */
}




