@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Thin.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-SemiBolditalic.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-SemiBolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal Book';
    src: url('../fonts/PPNeueMontreal-Book.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Italic.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family:"GrandSlang-Roman";
    src: url('../fonts/GrandSlang-Roman.woff2') format('woff2');
         font-weight:normal;
}   



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

html, 
 body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: rgb(164 114 105 / 17%);
    margin: 0;   
    font-family: 'PP Neue Montreal';
    font-weight: 100;
    font-style: normal;
    color: #3b3a2f;
}
 a {
     color: #3b3a2f;
      text-decoration: none;
 }
 
 a:hover {
     color: #3b3a2f; 
     text-decoration: none;
 }
 .paragraph {
    text-align: left;
    margin-top: 20px;
    max-width:70%;
}
 
 p.copy {
    font-family: 'PP Neue Montreal'; 
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 7.2px;
    padding-top: 50px;
    text-align: left;
    color:#E2D3CF;
    position: relative ;
    z-index: 999999999;
    
}
.copy span {
  display: inline-block;
/*   opacity: 0;
  transform: translate(50px, 0); */
}
.bg-light {
    background-color: rgb(226 212 207) !important;
    margin: 25px;
   
    /*z-index: 99999999999;*/
}
.navbar-brand {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    overflow:hidden;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 120px;
    padding-top: 50px;
    text-align: right!important;
    
}

h2 {
  font-family: 'PP Neue Montreal';
    font-weight: 100;
    font-style: normal;
}
h1 > div {
  position: relative;
  margin: 0;
}
h3 {
  font-family: 'GrandSlang-Roman';
  font-weight: normal;
  font-size: 90px;
  text-transform: uppercase;
  text-align: center;
} 

.bio {
    text-align: left;
    padding-top: 200px;
}
.contact {
    text-align: center;
    line-height: 50%;
}

.heading {
    position: absolute;
    bottom:0;
    right: 0;
    padding-right: 30px;
}
.split-parent {
  overflow: hidden;
}
.split-child {
  display: inline-block;
}

#bio {
    font-size:26px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}


#text-2 {
  padding-left: 5rem;
}

.logos-img {
  max-width: 70%;
  display: block;
}

.container-fluid{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  font-size: 5rem;
}
.section--large {
  width: 35vw!important
}

.project-list {
  padding-top: 150px;
  width: 80%;
  display: flex;
  align-items: center;
}

.project-item {
  border-bottom: 1px solid #3b3a2f;
  padding: 2em 2em;
  position: relative; /* Create positioning context */
}

.project-item p {
  font-family: 'PP Neue Montreal'; 
  font-weight: 100;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5; /* Adjust line height as needed */
  margin: 0; /* Remove default margins */
}
.project-image {
    position: absolute; /* Position project images absolutely */
    top: -10px; /* Adjust the top position to align properly */
    left: 50%; /* Align project images horizontally */
    transform: translateX(-50%); /* Center project images horizontally */
    width: 400px; /* Set the width of project images */
    height:auto; /* Set the height of project images */
    display: none; /* Hide images by default */
    z-index: 1; /* Ensure images are above project items */
}

.project-item .title {
  position: absolute; /* Position title absolutely */
  left: 0; /* Align title to the left */
  top: 50%; /* Align title vertically at 50% */
  transform: translateY(-50%); /* Center title vertically */
}

.project-item .description {
  width: 100%;
  text-align: center; /* Center align the description */
}

.project-item .view-link {
  position: absolute; /* Position link absolutely */
  right: 0; /* Align link to the right */
  bottom: 0; /* Align link to the bottom */
  color: #3b3a2f;
  padding: 2em 2em;
  text-decoration: none;
  border-radius: 5px;
  font-family: 'PP Neue Montreal';
  font-weight: 100;
  font-style: normal;
}

.text-center {
    font-size: 16px;
    color: #3b3a2f;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}



@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1440px)  
{
    span.line1 {
    left: 0;
    position: relative;
    font-family: 'GrandSlang-Roman';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 120px;
    }
    
span.line2 {
    font-family: 'PP Neue Montreal';
    font-weight: 100;
    font-style: normal;
    font-size: 90px;
}
  } 



span.line1 {
    left: 0;
    position: relative;
    font-family: 'GrandSlang-Roman';
    font-weight: normal;
    text-transform: uppercase;
    /*font-size: 160px;*/
    }
    
span.line2 {
    font-family: 'PP Neue Montreal';
    font-weight: 100;
    font-style: normal;
    /*font-size: 180px;*/
}

/* Original CSS */

/* @font-face and other rules */

/* Adjustments for mobile and tablets */
@media only screen and (max-width: 992px) {
  /* Override styles here */
  .text-heading {
    padding-top: 50px; /* Adjust padding for smaller screens */
  }
  
  span.line1 {
    font-size: 75px;
    }
    
    span.line2
    {
    font-size: 65px;
    }
  
  h1 {
    font-size: 45px; /* Decrease font size for smaller screens */
  }
  h3 {
    font-size: 50px;
  }
  p {
    font-size: 20px; /* Decrease font size for paragraphs */
  }
  
  .project-list {
    padding-top: 50px; /* Adjust padding for project list */
  }
  
  .container-fluid {
    max-width: 90%; /* Adjust container width for smaller screens */
  }
  
  .project-item p {
    font-size: 16px; /* Decrease font size for project items */
  }
  .description {
      display: none;
  }
  .logos-img {
      max-width: 100%;
      display: block;
}
  }

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 95%;
}
}



@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
      span.line1  {
        font-size: 100px;
    }
    
    span.line2 {
    font-size: 90px;
}
  }

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}


.preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #3b3a2f;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; /* Initially hidden */
    z-index: 9999; /* Ensure preloader is on top of other content */
}

.preloader-text {
    font-size: 22px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #f8e9df;
    opacity: 1; /* Initially hidden */
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 12px;
    transform: translateY(100%); /* Start position: below the page */
}

#website-content {
    opacity: 1; /* Initially hidden */
}
#preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #3b3a2f;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1; /* Initially shown */
    z-index: 9999; /* Higher z-index */
}
svg {
    height: 300px;
    top: 50%;
    left:50%;
}
.bio-text span {
    font-size: 22px;
    width: auto;
    height: auto;
    display: flex;
     font-family: 'PP Neue Montreal';
    font-weight: 100;
    font-style: normal;
}
.l-height {
    height: 70%;
}
.heading {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 30px;
    line-height: 1.2; /* Adjust line height as needed */
    text-overflow: ellipsis; /* Show ellipsis if content overflows */
}
.heading span {
        display: block; /* Display each line as block element */
    }

