@font-face {
  font-family: 'Satoshi';
  src: url('assets/OTF/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/OTF/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/OTF/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/OTF/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/OTF/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lyzero';
  src: url('assets/lyzero-demo.regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Paranoid';
  src: url('assets/paranoid-starting-demo.regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

body{
    background-color: #36643F;
  
}
ul, li{
    color: #FAF3DD;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Satoshi';
    font-size: 17px;
}
h3{
    font-family: 'Satoshi';
  color: #FAF3DD;
  padding-left: 60px;
  font-size: 19px;
}
h4{
  font-family: 'Satoshi';
  color: #FAF3DD;
  padding-left: 60px;
  font-size: 19px;
}
h5{
  font-family: 'Satoshi';
  color: #36643F;
  font-size: 17px;
  padding: 15px;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;

}
h6{
  font-family: 'Satoshi';
  color: #36643F;
  font-size: 22px;
 margin-bottom: 10px;
  padding-top: 0px;

}
nav{
    color: #FAF3DD;
    padding-top: 15px;
    position: sticky;
    top: 0;
    background-color: #36643F;
}
.nvbar ul {
  margin: 0;
  padding: 5;
  display: flex;           
  gap: 2rem;               
  align-items: center;
}
.nvbar li {
  padding: 10px;

}
a{
    color: #FAF3DD;
    text-decoration: none;
    font-family: 'Satoshi';
   
}
p{
  padding: 50px;
  width: 90%;
  padding-top: 9px;
  font-size: 17px;
}

#big_g{
    color: #FAF3DD;
    font-family: 'Lyzero', sans-serif;
     font-size: 113px;
     letter-spacing: 10px;
     text-align: center;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}

p{
    color: #FAF3DD;
    font-family: 'Satoshi';
}
#big_c{
    color: #FAF3DD;
    font-family: 'Lyzero', sans-serif;
     font-size: 200px;
     letter-spacing: 8px;
     text-align: center;
     display:flex;
     justify-content: center;
     flex-wrap: wrap;
    
}
.sectitle{
    color: #FAF3DD;
    font-family: 'Satoshi';
    font-weight: 500;
    padding-left: 40px;
    padding-top: 20px;
}
#top_about{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 50px;
    padding-left: 10px;
}
#bt{
    width: 878px;
    padding: 35px;
    padding-right: 100px;
}
#selfie{
    width: 329px;
    border-radius: 200px;
    
}
#bio_text{
    font-family: 'Satoshi';
    color: #FAF3DD;
    font-weight: 500;
    font-size: 25px;
}
#images{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.stack {
     position: relative;
     width: 266px;
    height: 264px;
    padding: 10px;
            
}

.card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);

    }

.card:nth-child(1) {
    transform: rotate(-5deg);
    z-index: 3;
    object-fit: contain;
 }
 .card img {
   width: 100%;
   height: 100%;
   border-radius: 10px;
 }

.card:nth-child(2) {
   
    transform: rotate(2deg);
    z-index: 2;
}

.card:nth-child(3) {
  
    transform: rotate(-2deg);
    z-index: 1;
}

.stack:hover .card:nth-child(1) {
    transform: rotate(-10deg) translateX(-20px);
}

.stack:hover .card:nth-child(2) {
    transform: rotate(5deg) translateX(20px);
}

.stack:hover .card:nth-child(3) {
    transform: rotate(0deg);
}

.card {
    transition: transform 0.3s ease;
}

/*footer*/
.foot{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 40px;
    flex-wrap: wrap;
}
/*projects*/
.list {
  display: flex;
  gap: 15px;
  padding: 16px;

  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.list::-webkit-scrollbar {
  display: none;
}

.item {
  flex-shrink: 0;
  width: 30%;
  height: 490px;
  border-radius: 15%;
  

  background-color: #91af91;

  scroll-snap-align: center;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;


  font-family: sans-serif;
  font-size: 64px;
  font-weight: bold;
}
button{
    background-color: #91af91;
    border: #91af91;
    border-radius: 3px;
    height: 46px;
    margin-left: 39px;
   
}
button:hover{
    background-color:#152518;
    border-radius: 3px;
    height: 46px;
    margin-left: 39px;
}
#fctpar{
display: flex;
flex-direction: column;
flex-wrap: wrap;
padding-left: 35px;
}
.ft_ans{
font-size: 20px;
padding-left: 10px;
padding-bottom: 2px;
}
.bull{
    
    list-style-type:circle;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
}
.work_job{
    padding-left: 7%;
}
.ft_sec{
    padding-left: 50px;
}
#actft{
    max-width: 90%;
   
   
}
.ft_ans{
    font-size: 20px;
}
.ft_ans2{
    font-size: 17px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: 100%;
}
hr{
    width: 93%;
    justify-content: left;
   
}
.nvbar li:hover{
   text-decoration: underline;
   text-underline-offset: 8px;
}
.socials li:hover:nth-child(1){
    text-decoration: underline;
   text-underline-offset: 5px;
}
.socials li:hover:nth-child(2){
    text-decoration: underline;
   text-underline-offset: 5px;
}
.socials li:hover:nth-child(3){
    text-decoration: underline;
   text-underline-offset: 5px;
}
.socials li:hover:nth-child(4){
    text-decoration: underline;
   text-underline-offset: 5px;
}

.featc{

    width: 400px;
    height: 400px;
    background: #FAF3DD;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    
    
  

}

.feat{
   display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px;
}


.featc2 h5{

    width: 295px;
    height: 150px;
    background: #FAF3DD;
    border-radius: 10px;
    text-align: center;
    font-family: 'Satoshi';
  color: #36643F;
  font-size: 23px;
  text-align: center;
  padding: 25px;
  
 

    
  

}

.feat2{
   display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px;
}
.featc3 {

    width: 300px;
    height: 450px;
    background: #FAF3DD;
    border-radius: 10px;
    text-align: center;
    font-family: 'Satoshi';
    color: #36643F;
    font-size: 10px;
    text-align: center;

     display: flex;
    flex-direction: column;
 
  
 

    
  

}







/*galleries*/
.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    gap: 10px;
    padding-left: 10%;
    padding-right: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
    max-width: 80%;
    
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  
    
}

img.four-grid-cells {
    grid-row: span 2 / auto;
    grid-column: span 2 / auto;
    
}

img.wide-image {
    grid-column: span 2 / auto;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  background-color: #36643F;
  padding: 10px 16px;
  z-index: 1001;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #FAF3DD;
  font-size: 28px;
  cursor: pointer;
  align-self: flex-end;
}

.mobile-nav-links {
  display: none;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
  padding-left: 0;
}

.mobile-nav-links li a {
  font-family: 'Satoshi', sans-serif;
  font-size: 18px;
  color: #FAF3DD;
}

.mobile-nav-links li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.mobile-nav-links.active {
  display: flex;
}

.ptit{
  justify-content: center;
  text-align: center;
  font-size: 30px;
 
}

.ighor {
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* center instead of space-between */
  align-items: center;
  flex-wrap: wrap;
  gap: 20px; /* adds space between images */
  padding: 50px;
  max-width: 850px; /* gives your row enough space */
  width: 100%; /* full width or you can use a fixed value */
  margin: auto;
  flex-wrap: wrap;
}
.ighor img{
 height: auto;
 width:300px;
}
.ighor2{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; /* center instead of space-between */
  align-items: center;
 flex-wrap: wrap;
  gap: 50px; /* adds space between images */
  padding: 50px;
   /* gives your row enough space */
  width: 90%; /* full width or you can use a fixed value */


  
}
.ighor2 img{
 height: auto;
 width:500px;
}
.igvert {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%; /* or a specific width if needed */
  flex-wrap: wrap;
 
  gap: 0px; /* adds space between images */
}

.igvert img {
  width: 450px; /* allows two images to sit side-by-side with spacing */
  height: auto;
  border-radius: 10px; /* optional, just for aesthetics */
  padding: 5px;
}
.disp{
  width: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.dp{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#leghor{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
}
#leghor img{

  width: auto;
  height: 350px;
  border-radius: 10px;
}


.center-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; /* optional for spacing */
  width: 100%;
  flex-wrap: wrap;
}

.center-frame iframe {
  max-width: 100%;
  border: none;
}








@media screen and (max-width: 768px) {
   .gallery {
        grid-template-columns: 1fr 1fr;
    }
    .list {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: visible;
   

  }

  .item {
    width: 100%;
    height: 300px; 
    scroll-snap-align: start;
  }
  #big_c {
    font-size: 80px;
    letter-spacing: 4px;
  }
    #big_g{
   
     font-size: 40px;
     letter-spacing: 5px;
   
}
   .stack{
    padding-bottom: 15%;
   }
    .nvbar {
    display: none;
  }

    .mobile-nav {
    display: flex;
  }

   .mobile-menu-toggle {
    display: block;
    }
    .disp{
  width: 400px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

}
@media screen and (max-width: 480px) {


    div.gallery {
        grid-template-columns: 1fr;
    }


    img.four-grid-cells {
        grid-row: auto;
        grid-column: auto;
    }


    img.wide-image {
        grid-column: auto;
    }
    
    .nvbar{
        max-width: fit-content;
    }
    .list {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: visible;

  }

  .item {
    width: 100%;
    height: 300px;
 
  }
  #big_c {
    font-size: 50px;
    letter-spacing: 2px;
    padding-bottom: 45%;
    padding-top: 45%;
  }
  #big_g{
   
     font-size: 28px;
     letter-spacing: 5px;
     padding-top: 35%;
     padding-bottom: 35%;
   
}
.foot{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: left;
    padding-right: 0px;
}
.stack{
    padding-bottom: 5%;
}
.nvbar {
    display: none;
  }

  .mobile-nav {
    display: flex;
  }

  .mobile-menu-toggle {
    display: block;
  }
  .dp{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 400px;
  height: auto;
}
.disp{
  width: 400px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ighor {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.ighor img {
  width: 90%;
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}

.ighor2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.ighor2 img {
  width: 90%;
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}


}


