@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;  
}

.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 {
    gap: 3rem !important;
    
}
.custom-nav a{
    color: #232323;
    font-size: 20px;
}

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

.image{
    width: 7%;
}

/* 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);
}

.home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 98vh;
  background-image: url('images/aron-van-de-pol-hXOGHaGCtdA-unsplash.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1000 !important;
}


.home img{
    position: fixed;
    background-repeat: no-repeat !important;
}

.home2{
    color: white;
}

.home2 h1{
 font-family: CBold;
 font-size: 70px;
}

.home2 p{
    font-size: 20px;
}


button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: "CLight", sans-serif !important;
   }
   
   button.learn-more {
    width: 12rem;
    height: auto;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #ffffff;
    border-radius: 1.625rem;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000000;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #000000;
    border-right: 0.125rem solid #000000;
    transform: rotate(45deg);
   }
   
   button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fbfbfb;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   button:hover .circle {
    width: 100%;
   }
   
   button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   button:hover .button-text {
    color: #000000;
   }

   @media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}


.about{
    color: white !important;
    font-family: "CLight";

}

.about h1{
    color: white !important ;
    font-family: "CMedium", sans-serif;
}

.about1{
    margin-top: 13% !important;
}

.lead {
font-size: 25px !important;

}


.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; }






input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000000f8;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000000f8;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000f8;
  font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #000000f8;
}

input::placeholder, textarea::placeholder {
  color: #000000f8;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #000000f8;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #000000f8;
  font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #000000f8;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #ffffff;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #ffffff;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #ffffff;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #ffffff;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #ffffff;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #ffffff;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #ffffff;
}



.heade {
  position: relative;
  margin: 100px 0 25px 0;
  font-size: 2.3em;
  text-align: center;
  letter-spacing: 7px;
  color: rgb(0, 0, 0) ;
  margin-top: 10% !important;
}

#form {
  position: relative;
  width: 500px;
  margin: 50px auto 100px auto;
}

input {
  font-family: 'CRegular', sans-serif;
  font-size: 0.875em;
  width: 470px !important;
  height: 50px;
  padding: 0px 15px 0px 15px;
  
  background: transparent;
  outline: none;
  color: #262422;
  
  border: solid 1px #9c4646;
  border-bottom: none;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #9c4646;
  color: #e2dedb;
}

textarea {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  
  background: transparent;
  outline: none;
  
  color: #0000009b !important;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  
  border: solid 1px #9c4646;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #9c4646;
  color: #e2dedb;
}

#submit {
  width: 502px;
  font-family: 'CBold', sans-serif !important;
  padding: 0;
  margin: -5px 0px 0px 0px;
  
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #0000009b;
  
  outline:none;
  cursor: pointer;
  
  border: solid 1px #9c4646;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}

@media only screen and (max-width: 600px) {
  .menu{
    display: flex;
  }

  .image{
    width: 15%;
  }

  .heade{
    margin-top: 30% !important;
  }

    #form {
    width: calc(100% - 32px);
    margin: 30px auto;
    padding: 0 16px;
  }

  input,
  textarea,
  #submit {
    width: 100% !important;
    max-width: 100%;
  }

  /* optional: reduce field heights for tight screens */
  input { height: 44px; }
  textarea { height: 120px; }

.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: 40px !important; /* change to desired size */
    height: auto !important;
    border: none !important;
    display: inline-block;
  }
}