*{
	margin: 0px;
	padding: 0px;
}

.profile-card-social {
    width: auto;
    height: 100%;
    position: relative;
    top: -85px;
}

.item {
    display: inline-flex;
    width: 55px;
    height: 55px;
    margin: 15px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    font-size: 21px;
    flex-shrink: 0;
    transition: all 0.3s;
    border: 1px solid white;
    animation-name: ImagesLoad;
    animation-duration: 1s;
    transition: 0.3s ease;
}

.item:hover{
    scale: 1.3;
    transition: 0.3s ease;
}

p.name-title {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 400px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
    top: -190px;
    left: 240px;
    background: #547bf766;
    animation-name: NameLoad;
    animation-duration: 2s;
    overflow: hidden;
}

@keyframes NameLoad{
    0% {
    	width: 0px;
    }
    100%{
    	width: 400px;
    }
}

p.name-desc{
    color: #6c757d!important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 535px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
    top: -190px;
    left: 230px;
}
.name-text{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 535px;
    height: auto;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
    top: -190px;
    left: 230px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
img.profile-img {
    width: 200px;
    border-radius: 50%;
    border: 3px solid pink;
    animation-name: ImagesLoad;
    animation-duration: 1s;
}
.SpinColor {
  width: 207px;
  height: 207px;
  border: 3px solid rgba(108, 240, 255, 0.5);
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  top: -213px;
  left: -4px;
  animation-name: ImagesLoad, spin;
  animation-duration: 0.85s, 10s;
  animation-timing-function: linear;
  animation-iteration-count: 1, infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ImagesLoad{
    0%{
        scale: 0;
    }
    50%{
        scale: 1.1;
    }
    100%{
        scale: 1;
    }
}
body{
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.background-page {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
div {
	display: block;
}

.profile-container {
    width: 800px;
    height: 300px;
    //background: #00ffff2e;
    margin-left: 500px;
    margin-top: 100px;
}
.background{
	background: #292836 repeating-linear-gradient(45deg, #1f1d29, #1f1d29 1px, transparent 0px, transparent 15px) left top;
}

.profile-text{
    margin-left: 0;
    margin-top: -220px;
}

.JSAnimation{
    opacity: 0;
    transition: all 0.4s ease;
}


.JSAnimation.fade{
    opacity: 1;
}


.Sb-input {
  width: 250px;
  color: white;
  background-color: #3e3e3e;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 50px;
  font-size: 16px;
  padding: 12px 20px 12px 20px;
  transition: 0.4s ease;
  margin-left: 300px;
}

.Sb-input.shrink {
  width: 95%;
  margin-left: 0;
}

.Sb-input:focus{
    width: 95%;
    margin-left: 0;
}


.SearchBar {
    margin-top: -70px;
    animation-name: SearchLoad;
    opacity: 1;
    animation-duration: 1s;
}

@keyframes SearchLoad{
    0% {
    	margin-top: 130px;
    	opacity: 0;
    }
    50%{
    	margin-top: -90px;
    }
    100%{
    	margin-top: -70px;
    	opacity: 1;
    }
}

.getsearchicon{
    color: white;
    margin-left: -40px;
    background-color: transparent;
    border: none;
}

.getsearchicon:hover{
    color: yellow;
    cursor: pointer;
}

@media screen and (max-width: 1299px) {
    body{
		background: #292836 repeating-linear-gradient(45deg, #1f1d29, #1f1d29 1px, transparent 0px, transparent 15px) left top;
	}
	.profile-container {
        width: 100%;
        margin-left: 50px;
        margin-top: 50px;
    }
	.getsearchicon {
		color: white;
		margin-left: -40px;
		background-color: transparent;
		border: none;
	}
	.Sb-input {
        width: 30%;
        margin-left: 15%;
		
    }

    .Sb-input.shrink, .Sb-input:focus {
        width: 90%;
        margin-left: 5%;
		background: #00000000
    }
	
	p.name-title, p.name-desc, .name-text {
        width: 500px;
    }
}
/* Media queries for different screen sizes */
@media screen and (max-width: 414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
	body{
		background: #292836 repeating-linear-gradient(45deg, #1f1d29, #1f1d29 1px, transparent 0px, transparent 15px) left top;
	}
    .profile-container {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
	.profile-img{
		margin-top: 10px;
		margin-left: 150px;
	}
	.SpinColor{
		margin-left: 150px;
	}

    p.name-title, p.name-desc, .name-text {
        width: 100%;
        left: 0%;
		margin-top: -60px;
    }

    .Sb-input {
        width: 90%;
        margin-left: 15%;
		
    }

    .Sb-input.shrink, .Sb-input:focus {
        width: 90%;
        margin-left: 5%;
		background: #00000000
    }

    .profile-card-social {
        top: 0;
		width: 400px;
    }

    img.profile-img {
        width: 100px;
    }

    .SpinColor {
        width: 107px;
        height: 107px;
        top: -113px;
    }

    .item {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .profile-text {
        margin-top: 0;
    }

    p.name-title {
        top: 0;
		width: 400px;
    }

    p.name-desc {
        top: 80px;
    }

    .name-text {
        top: 120px;
		width: 375px;
    }

    .SearchBar {
        padding-top: 400px; 
    }

    .profile-card-social {
        top: 250px; 
		left: 7%
    }
	
	.getsearchicon {
    color: white;
    margin-left: -40px;
    background-color: transparent;
    border: none;
	}
}

.playermusicclass{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: -60px;
	opacity: 0.3;
	transition: 1s ease;
	overflow: hidden;
	left: 0px;
	animation-name: MusicLoading;
    animation-duration: 1s;
}
.playermusicclass:hover{
	opacity: 1;
	transition: 1s ease;
	bottom: 0px;
}
@keyframes MusicLoading{
	0% {
		left: -2000px;
	}
	50% {
		left: 100px;
	}
	100% {
		left: 0px;
	}
}