@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}
html {
    scroll-behavior: smooth;
	height: -webkit-fill-available;
}
a {
    text-decoration: none;
}
body{
    height: 100vh;
    display: grid;
    place-items: center;
    background-image: url('https://media.discordapp.net/attachments/483325612899958796/983077767241416734/DSC_0063.JPG?width=1013&height=671');
    background-color: #000000;
    font-family: 'Nunito', sans-serif;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: overlay;
    background-attachment:fixed;
    background-size: cover;
	background-position: center;
    transform: scale(1) rotateX(0);
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
	transform-origin: top center;
}
::-webkit-scrollbar {
	width: 6px;
    background-color: transparent;
    background-color: rgba(255,255,255,0.)
  }
  ::-webkit-scrollbar-track{
	background-color: transparent;
    background-color: rgba(255,255,255,0.)
  }
  ::-webkit-scrollbar-thumb {
	background: #c67309;
    width:10px;
	border-radius: 10px;
  }

.container{
    width: 30em;
}
@media only screen and (max-width: 390px) {
    body {
        transform: scale(3) rotateX(0);
    }
}
.head__section video{
    display: block;
    margin-top: 2;
    margin: -0 auto;
    height: 5rem;
    width: 5rem;
    object-fit: cover;
    border-radius: 50%;
}
.head__section p{
    text-align: center;
    color: #fff;
}
.head__section h1 {
    text-align: center;
    font-family: 'Dancing Script', cursive;
    color:  #c67309;;
    
}
.head__section h3 {
    text-align: center;
    color: #fff;
}
.social__links ul li{
    width: 100%;
    margin: 1.2rem 0;
    padding: 0.4rem 0.8rem;
    background: rgba( 255, 255, 255, 0.1 );
    backdrop-filter: blur( 0px );
    border-radius: 5px;
    transition: background 0.25s;
    transform-style: preserve-3d;
    perspective: 500px;
    box-shadow: 0 0 0.8rem  rgba(255, 255, 255, .12);
}
.js-tilt-glare{
    border-radius: 5px;
}
.social__links ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    color: #ffff;
    font-size: 1rem;
}
.social__links ul li a i{
    text-align: center;
    line-height: 4rem;
    font-size: 1.8rem;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
    transform: scale(1.4) translateZ(50px);
    transition: 0.25s;
}
.social__links ul li a span{
    line-height: 2rem;
}
.social__links ul .instagram:hover {
    box-shadow:0 200px 100px -100px  #5865F2 inset;
    transition: 1s ease,box-shadow 2s ease;
    -ms-transform: scale(0.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.);
}
.social__links ul .youtube:hover {
    box-shadow:0 200px 100px -100px  #FF0000 inset;
    transition: 1s ease,box-shadow 2s ease;
    -ms-transform: scale(0.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.);
}
.social__links ul .telegram:hover {
    box-shadow:0 200px 100px -100px  #121212 inset;
    transition: 1s ease,box-shadow 2s ease;
    -ms-transform: scale(0.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.);
}
.social__links ul .github:hover {
    box-shadow:0 200px 100px -100px #333 inset;
    transition: 1s ease,box-shadow 2s ease;
    -ms-transform: scale(0.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.);
}
.social__links ul .tiktok:hover {
    box-shadow:0 200px 100px -100px  #ff0050 inset;
    transition: 1s ease,box-shadow 2s ease;
    -ms-transform: scale(0.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.);
}
.social__links ul .twitch:hover {
    box-shadow:0 200px 100px -100px  #9146FF inset;
    transition: 1s ease,box-shadow 2s ease;
    -ms-transform: scale(0.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.);
} 
.social__links ul .roblox:hover {
    box-shadow:0 200px 100px -100px  #ea2219 inset;
    transition: 1s ease,box-shadow 2s ease;
    -ms-transform: scale(0.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.);
}
.social__links ul .minecraft:hover {
    box-shadow:0 200px 100px -100px  #477A1E inset;
    transition: 1s ease,box-shadow 2s ease;
    -ms-transform: scale(0.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.);
} 
  .input {
    color: #fff;
}
.input1 {
    color: #c67309;
}
