*{
    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{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 110vh;
    width: 100vw;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background-image: url(img/1.JPG);
    background-position: 0px -150px;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: inset 0px -300px 25px 0px #1e1e1e,
    inset 0px -600px 100px 0px #1e1e1eb4;
}

.tp{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    width: 100%;
    height: 410px;
}


.bttm{
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    gap: 10px;
    height: 300px;
    width: 100%;
    padding-top: 0px;
    background-color: #1e1e1e;
    box-shadow: -250px 0px 80px 80px #1e1e1e,
    250px 0px 80px 80px #1e1e1e;
}

h1{
    margin-top: 0px;
    margin-bottom: 10px;
    z-index: 10;
    font-size: 1.8rem;
}
a{
    display: flex;
    width: 90%;
    justify-content:center ;
    align-items: center;
    text-decoration: none;

}
.locs{
    display: flex;
    gap: 12px;
}

.un{
  
    padding: 6px 8px;
    border-radius: 24px;
    background-color: white;
    border: none;
    color: #222222 ;
}

.insidebtn{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    color: #222222;
    font-weight: 500;
}
.js{
    height: 12px;

}

#city{
    font-size: 12px;
    color: 		#222222;
    font-weight: 500;
}

.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);
}

.social:hover{
    cursor: pointer;
}

#id:hover{
    cursor: pointer;
}

.icons{
    height: 14px;
    margin-right: 12px;
}
.iconsof{
    height: 24px;
    margin-right: 12px;
}
#xi{
    height: 30px;
}

#x18{
    position: absolute;
    height: 20px;
    left: 10px;
    top: 2px auto;
    margin-bottom: 20px;
    transform: rotate(-50deg);
}
#of{
    background-color: #039BE5;
    position: relative;
    height: 60px;
    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;
}

#telegram #plus{
    opacity: 1;
    visibility: visible;
}
#plus{
    opacity: 1;
    position: absolute;
    z-index: 100;
}

#amz{
    background-color:rgb(255, 255, 255);
    border: solid orange;
    color: #1e1e1e;
    display: flex;
    width: 100%;
    border-radius: 40px;
    padding: 0 12px;
    height: 48px;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.02);
}

#heart{
    padding-left: 5px;
}

@media (min-width: 420px){
    .top{
        padding-top: 0px ;
    }
    .bttm{
        padding-bottom: 20px;
        align-items: bottom;
        height: 350px;
        background-color: #1e1e1e;
        box-shadow: -250px 0px 100px 80px #1e1e1e,
        250px 0px 100px 80px #1e1e1e;
    }
}

@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;
    }
    .tp{
        height: 520px;
        
    }
    h1{
        margin-top: 0px;
        margin-bottom: 10px;
        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{
        background-color: #039BE5;
        position: relative;
        height: 60px;
        font-size: 1.2rem;
        padding: 36px;
        animation: shake 2s infinite;
        z-index: 2;
    }
}

@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 80px -80px #1e1e1e,
        inset 0px -600px 100px -20px #1e1e1eaf;
        border-radius: 24px;
    }
    .tp{
        height: 550px;
    }
    .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{
        background-color: #039BE5;
        position: relative;
        height: 60px;
        font-size: 1.2rem;
        padding: 36px;
        animation: shake 2s infinite;
        z-index: 2;
    }
}