@font-face {
    font-family: 'PaulSlab';
    src: url('src/PaulSlab.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'HankBT';
    src: url('src/HankBT.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'HankBT';
    src: url('src/HankBT.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'HankBT';
    src: url('src/HankBT.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'HankBT';
    src: url('src/HankBT.ttf') format('truetype');
    font-weight: 700;
}
*, *::before, *::after {
    box-sizing: border-box;
}
h1{
    color: white;
    font-size: 5em;
    margin-bottom:0;
}

h2{
    margin-top:30px;
    font-size: 2em;
    font-family: 'PaulSlab', sans-serif; 
    margin-bottom:0px;
}
p {
    margin-top:10px;
    color: white;
    font-size: 1.5em;
    margin-bottom: 20px;
    max-width: 800px;

} 

body {
    margin: 0;
    font-family: 'HankBT', sans-serif;
    background-color: #f4f4f4;
    color:white;
    overflow-x: hidden;
}

.copy{
    margin-left:5px;
    width:24px;
    height:auto;
    fill:white;
    cursor: pointer; 
}

.contract-container{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'PaulSlab', sans-serif; 
}

.contract-container h2{
margin-bottom:0;
}

code {
display:flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top:10px;
font-size: 1.5em;
}

.site-header {
    background-color: #1a1a1a;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.social-container {
    display:flex;
    flex-direction:row;
    justify-content: flex-end;
    align-items: center;
}

.logo-container{
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
}

.logo img{
    width:150px;
    height:auto;
    
}
.footer-logo img{
    width:75px;
    height:auto;
}

.social-links a{
    display:flex;
    width:30px;
    height:30px;
    flex-direction:row;
}

.social-links{
    display:flex;
    flex-direction:row;
    gap:10px;
    margin-right:20px;
}

.social-links img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.footer-social-links .social-links img{
    width: 48px;
    height: 48px; 
    margin-right: 10px;
}

.footer-social-links .social-links {
    gap: 30px;
    
}
.footer-social-links{
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    margin-top:100px;
    margin-bottom:50px;
}
.section-container{
    display:flex;
    width:100%;
    margin: 0 auto;
    justify-content: flex-start;
    position: relative;
    min-height:500px;
    

    
    }

.cta .section-container{
align-items: center;
justify-content: center;
}
.hero,.hero-image, .community, .coin, .roadmap, .faq {
    background: linear-gradient(to top, rgba(95,104,105,255), rgba(111,120,121,255));
    padding: 50px;
    padding-top:0;
    text-align: center;
}
.coin .section-container {
    justify-content: flex-end;
}

.roadmap .section-container, .faq .section-container{
    justify-content:center;
    
}

.roadmap .description{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    
}




.faq .section-container{
    width:80%;
}

.roadmap{
padding-top:50px;
padding-bottom:0;
}
.roadmap .content{
max-width:unset;


}
.faq .content{
    max-width:unset;


}

.roadmap .image{
   
        z-index: 1;

    
        width:auto;
        height:500px;
    
}


.roadmap p{
    text-align: left;
}
.collection {
    background: linear-gradient(to top, rgba(95,104,105,255),rgba(75,84,85,255));
    padding: 50px;
    padding-top:95px;
    text-align: center;
    padding-bottom:150px;

}
.cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #414b4d, #414b4d);
    padding: 50px 20px;
    padding-top:50px;
    flex-direction: row;
    height:350px;
}

.content{
    display:flex;
    flex-direction: column;
    max-width:70%;
    min-width:30%;
    text-align: center;
    z-index: 2;
    padding: 0 10%;
    justify-content: center;
    align-items: center;
}

.roadmap .content{
    width:100%;
}

.community .content{
    width:100%
}
.collection .content{
    max-width:unset;
    min-width:unset;
}
.description {
    margin-bottom: 20px;

}

.social-links a:hover, .copy:hover {
    filter: brightness(0) saturate(10%) invert(72%) sepia(40%) saturate(500%) hue-rotate(132deg) brightness(95%);
}
.button {
    background-color: #a4ebf3;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 15px;

    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    box-shadow: 0px 4px #171717;
    text-transform: uppercase;
    min-width:180px;
    min-height:75px;
    transition: background-color 0.3s, transform 0.1s;
}

.button:hover{
    background-color: #89dce2;
}

a:hover p {
    color: #89dce2;
}
.button:active {
    transform: translateY(4px);
    box-shadow: 0 0 #888888;
}

.section-container .button{

}

.button-container{
    display:flex;
    flex-direction: row;
    gap:20px;
    justify-content: center;
}

#ContactAdress {
    font-size: calc(12px + 1vw); 
}
.hero .image {
    z-index: 1;
    position: absolute;
    bottom: -50px; 
    right: 30%;
    transform: translateX(80%) translateY(0);      
    width: 400px;
    height:auto;
}

.hero-image-section{
    background-image: url('img/ofc_wallpaper.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:cover;

    height:50vh;
}

.hero-image{
padding:0;
object-fit: cover;
width:100%;
height:auto;

}

.mint-button{

   position:relative;
   top:75%;
   left:50%;
   transform:translateX(-50%)
}

.mint-button:active{
  
    position:relative;
    top:75%;
    left:50%;
    transform:translateY(4px)  translateX(-50%)!important;
 
}

.nft-button{


 }
a{
    text-decoration: none;
}


.buy-button, .mint-button, button{
    min-width: 160px !important;;
    min-height:75px;
    padding:16px 24px;
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    gap:15px;
    text-decoration-line: none!important;
    font-family: 'PaulSlab', sans-serif; 

    
}

.buy-button-image, .social-button-icon{

    width:48px;
    height:48px;
}

.social-button-icon{
    filter:brightness(0);
}

.coin .image {
    z-index: 1;
    position: absolute;
    bottom: 70px;
    left: 30%;
    transform: translateX(-80%) translateY(20%);
    width: auto;
    height: 500px;
}
.faq .image {
    z-index: 1;
    position: relative;
    bottom: -54px;
    left: 50%;
    margin-top:-50px;
    transform: translateX(-50%) translateY(0);
    width: auto;
    height: 400px;
}

.community .image {
     
        width:500px;
        height:auto;


        z-index: 1;
        position: absolute;
        bottom: -73px; 
        right: 30%;
        transform: translateX(80%);      
}

.collection .section-container, .cta .section-container{
    flex-direction:column;
    }


.collection p{
margin-bottom:40px!important;
}

.collection-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px; 
        margin-bottom: 30px;
        justify-content: center; 
    
       
        margin-left: auto;
        margin-right: auto;
        max-width: calc(250px * 3 + 15px * 2);
}
    
.collection-item img {
        width: 100%;
        max-width:300px;
        border-radius: 15px;
        border: 2px solid black;
}

.contact-adress-container{

    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contact-adress-container a{
margin-top:10px;
}
 .copied {
    color: #a4ebf3;
}
.site-footer {

    background: linear-gradient(to right, #2b3233, #1a1a1a);
    color: white;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.site-footer p, .site-footer code {
    margin: 10px 0;
}

.footer-social-links {
  margin-top:0;
}

.empty{
    width:75px;
}

.copyright{
    font-family: 'PaulSlab', sans-serif; 
    font-size:1em;
}

@media (max-width: 768px) { 

    .content {
        min-width: unset; 
        max-width: unset;
        width: unset;
        padding:unset;
    }

    .community .content{
        width:100%;
    }
    .body{
        max-width:768px;
        transform: none; 

    }

    .hero .image, .community .image, .roadmap .kitchen{
        opacity:0.6;
        display:none;
    }

    .collection-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .image {
        opacity:0.6;
            position: relative; 
            width: 100%;
            height: auto;
            bottom: auto;
            right: auto;
            transform: none;
    }
    .roadmap .image{
        opacity: 1 !important;

    }
    .social-container{
            flex-direction: column-reverse;
    }

    .social-container .button{
            margin-top:10px;
            margin-bottom:10px;
    }

    .collection .content{
            width:unset;
    }

    .empty{
            width:0;
    }
    .copy{
        display:none;
    }
}