*{
    font-family: Inter;
    font-weight: 400;
    color: white;
    padding: 0;
    margin: 0;
}

body{
    background-color: #1e1e1e;
}

@font-face {
    font-family: 'Inter';
    src: url('font/Inter_28pt-Regular.woff') format(woff),
     url(font/Inter_28pt-Regular.woff2) format(woff2);
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'Inter';
    src: url('font/Inter_24pt-Medium.woff') format(woff),
     url(font/Inter_24pt-Medium.woff2) format(woff2);
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Inter';
    src: url('font/Inter_24pt-SemiBold.woff') format(woff),
     url(font/Inter_24pt-SemiBold.woff2) format(woff2);
    font-weight: 600;
    font-style: normal;
  }



.container{
    display: flex;
    flex-direction: column; 
    align-items: start;
}
.inner-container{
    display: flex;
    justify-content: start;
    align-items: start;
}
.top{
    display: flex;
    flex-direction: column;
    height: 110vh;
    width: 100vw;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background-image: url(img/IMG_6015.PNG),
    linear-gradient(rgba(238, 4, 4, 0),rgba(209, 30, 30, 0));
    background-blend-mode: overlay;
    background-position: 0px -80px;
    background-repeat: no-repeat;
    background-size: 100%;

    box-shadow: inset 0px -300px 25px 0px #1e1e1e,
    inset 0px -500px 100px 0px #1e1e1eb4;
}
h1{
    margin-top: 200px;
    margin-bottom: 30px;
    z-index: 10;
    font-size: 1.8rem;
}
a{
    display: flex;
    width: 90%;
    justify-content:center ;
    align-items: center;
    text-decoration: none;
}
.social{
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 40px;
    border: none;
    padding: 0 12px;
    height: 40px;
    font-size: 1.1rem;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.02);
}

button:hover{
    cursor: pointer;
}

.icons{
    height: 14px;
    margin-right: 12px;
}
#xi{
    height: 30px;
}

#x18{
    position: absolute;
    height: 20px;
    left: 10px;
    top: 2px auto;
    margin-bottom: 20px;
    transform: rotate(-50deg);
}
#of{
    position: relative;
    height: 60px;
    background-color: #00aeef;
    font-size: 1.2rem;
    padding: 36px;
    animation: shake 2s infinite;
    z-index: 2;
}
@keyframes shake {
    10% { transform: scale(1.05) rotate(3deg); }
    20% { transform: scale(1.05) rotate(-3deg); }
    30% { transform: scale(1.05) rotate(3deg); }
    40% { transform: none }
}
#x{
    background-color: rgb(255, 255, 255);
}
#ig{
    background-color: rgb(193, 53, 132);
}

#tt{
    background-color: rgb(0, 0, 0);
}
#reddit{
    background-color:rgb(255, 69, 0) ;
}
#telegram{
    background-color: #039BE5;
    position: relative;
    height: 60px;
    font-size: 1.2rem;
    padding: 36px;
    animation: shake 2s infinite;
    z-index: 2;
    
}
@media (min-width: 410px){
    .top{
        box-shadow: inset 0px -450px 25px 0px #1e1e1e,
        inset 0px -600px 100px 0px #1e1e1eb4;
    }
}

@media (min-width: 480px) { 
  body{
    background-color: white;
    }
    .container{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 100vh;
    }

    .inner-container{
        height: 95vh;
        width: 80%;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        border-radius: 24px;

    }
    .top{
        display: flex;
        flex-direction: column;
        height: 1100px;
        width: 550px;
        gap: 10px;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        background-blend-mode: overlay;
        background-repeat: no-repeat;
        background-size: 120%;
        background-position: 0px -10px;
        box-shadow: inset 0px -500px 150px -80px #1e1e1e,
    inset 0px -600px 350px -100px #1e1e1eaf;
        border-radius: 24px;
    }
    h1{
        margin-top: 300px;
        margin-bottom: 30px;
        z-index: 10;
        font-size: 2.3rem;
    }
    a{
        display: flex;
        width: 80%;
        justify-content:center ;
        align-items: center;
        text-decoration: none;
    }
    .social{
        display: flex;
        width: 100%;
        border-radius: 40px;
        border: none;
        padding: 0 12px;
        height: 50px;
        font-size: 1.2rem;
        justify-content: center;
        align-items: center;
        padding: 0 18px;
        box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.02);
    }
    .icons{
        height: 24px;
        margin-right: 12px;
    }
    #xi{
        height: 42px;
    }
    #x18{
        display: none;
    }
    #x19{
        display: none;
    }
    
    #of{
        height: 60px;
        background-color: #00aeef;
        font-size: 1.5rem;
        padding: 36px;
    }
}

@media (min-width: 655px) { 
    body{
    background-color: white;
    }
    .container{
        height: 120vh;
    }
    .top{
        display: flex;
        flex-direction: column;
        height: 900px;
        width: 550px;
        gap: 8px;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        background-blend-mode: overlay;
        background-repeat: cover;
        background-size: 100%;
        background-position: 0px -100px;
        box-shadow: inset 0px -350px 150px -80px #1e1e1e,
        inset 0px -600px 300px -20px #1e1e1eaf;
        border-radius: 24px;
    }
    .inner-container{
        height: 100%;
        width: 80%;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        border-radius: 24px;
    }
    .social{
        display: flex;
        width: 100%;
        border-radius: 40px;
        border: none;
        padding: 0px;
        height: 40px;
        font-size: 1.1rem;
        justify-content: center;
        align-items: center;
        padding: 0 12px;
        box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.02);
    }
    a:hover{
        transform: scale(1.1);
        cursor: pointer;
    }
    .icons{
        height: 14px;
        margin-right: 12px;
    }
    #xi{
        height: 30px;
    }
    
    #x18{
        display: none;
    }
    #x19{
        display: none;
    }
    #of{
        height: 60px;
        background-color: #00aeef;
        font-size: 1.2rem;
        padding: 0 12px;
    }
}