@import url(https://fonts.googleapis.com/css2?family=Work+Sans&display=swap);

.text {
    margin: -.5rem 0 -.5rem;
    width: 100%;
    padding: .5rem;
    font-family: "Work Sans", sans-serif;
    text-decoration: none;
}

.text_center {
    text-align: center
}

.text_large {
    font-size: 1.5rem;
    line-height: 2rem
}

@media (min-width:640px) {
    .text_large {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.main {
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow-x: hidden;
    background-attachment: fixed;
    color: var(--text-color);
    font-family: var(--font-family);
    font-size: 13px;
    flex-direction: column;
    --button-height: 2.5rem;
    --button-margin: 0.3rem;
    --icon-width: 1.5rem
}

@media (min-width:640px) {
    .main {
        font-size: 18px;
        --button-height: 3rem;
        --button-margin: 0.5rem;
        --icon-width: 1.8rem
    }
}

.bg {
    --dark-color: #000;
    --light-color: #fff;
/*    background-color: rgb(209 213 219 / 1);*/
    --text-color: #fcfcfc;
    --link-color: 51, 51, 51;
    --link-background: 239, 239, 239;
    --link-shadow: 102, 102, 102;
    --link-border: 51, 51, 51;
    color: 51, 51, 51;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.background_image {
    background-image: url(https://static.cdn.phobos.id/assets/svg/black_wallpaper.svg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    position: fixed;
    top: -2.5rem;
    left: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem
}

.bg_container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

.container {
    position: relative;
    margin: auto;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    width: 90%;
    padding-bottom: 50px;
}

@media (min-width:500px) {
    .container {
        max-width: 640px
    }
}

.container_component {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    /* justify-content: center; */
    /* padding: 2.5rem 0 .75rem .75rem; */
}

.profile {
    display: flex;
    flex-wrap: wrap;
    margin: -.5rem;
    position: relative;
    z-index: 10
}

.profile_image {
    background-image: url(https://static.cdn.phobos.id/assets/svg/user.svg);
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .75rem auto;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 9999px
}

.container_social {
    margin-top: .75rem;
    width: 100%
}

.social {
    margin: .5rem 0 .5rem 0;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: .5rem 0;
}

.social_link {
    margin: 0 .25rem 0 .25rem;
    padding: .25rem;
    opacity: 1;
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.social_link:hover {
/*    opacity: .8*/
}

.social_link_circle {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    opacity: 1;
    background-color: rgba(var(--link-background), 1);
    color: rgba(var(--link-color), 1);
    border-radius: 9999px
}

.social_link_circle:hover {
    filter: brightness(1.25)
}

.social_icon {
    max-width: 60%;
    height: auto;
    filter: invert(16%) sepia(1%) saturate(35%) hue-rotate(314deg) brightness(97%) contrast(87%)
}

.container_link {
    position: relative;
    z-index: 10;
    margin: .5rem 0;
    width: 100%
}

.link_outer {
    width: 93%;
    margin: auto;
}

.link {
    width: 100%;
    display: flex;
    align-items: stretch;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    overflow-wrap: break-word;
    -moz-appearance: none;
    appearance: none;
    color: rgba(var(--link-color), 1);
    text-decoration: none;
}

/*.link_circle {
    border-radius: 1.65rem;
    background-color: rgba(var(--link-background), 1);
    border-color: var(--text-color);
    border: .1rem solid rgba(var(--link-border), 1);
    box-shadow: 0 .35rem 0 rgba(var(--link-shadow), 1)
}*/

.link_circle {
    border-radius: 1.65rem;
    background-color: rgb(255 255 255);
    /* border-color: #aa5c5c; */
    border: 7px solid rgb(38 38 38);
    box-shadow: 0 4px 0 rgb(60 59 59);
}

@media (min-width:640px) {
    .link_circle {
        border-radius: 50px
    }
	.media-container {
	    margin-top:50px;
	}
}



.link_circle:hover {
    box-shadow: 0 0 0 rgba(var(--link-shadow), 1)
}

.link_circle_shadow:hover {
    transform: translateY(2px);
    filter: brightness(.94)
}

.link_icon {
    flex-shrink: 0;
    border-radius: .5rem;
    background-color: rgb(0 0 0);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: var(--button-height);
    height: var(--button-height);
    margin: var(--button-margin);
    border-radius: 9999px;
    /* border: 3px solid #000000; */
}

.link_image {
    max-width: 60%;
    height: auto;
/*    filter: invert(16%) sepia(1%) saturate(35%) hue-rotate(314deg) brightness(97%) contrast(87%);*/
    filter: invert(100%) brightness(100%);
}

.link_outer_text {
    display: flex;
    align-items: center;
    padding: .5rem;
    width: 100%;
    text-decoration: none;
}

.link_end {
    width: var(--button-height);
    height: var(--button-height);
    margin: var(--button-margin);
    flex-shrink: 0
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box
}


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

/*	.background_image {
	    background-image: url("{{ image_url }}");
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    width: 400%;
	    height: 400%;
	    transform: translate(-50%, -50%);
	    filter: blur(20px);
	    z-index: -1;
	    display: flex;
	    border: 10px solid rgba(255, 255, 255, 0.7);
	    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
	}
	.background_image::after {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.5)
	    z-index: 1;
	    pointer-events: none;
	}*/

.background_image {
/*    background-image: url("{{ image_url }}");*/
	background-image: url("https://cdn.memecartel.io/assets/bgsquare.jpg");
	opacity: 0.4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 125%;
    height: 125%;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: flex;
    border: none;
    box-shadow: none;
}

/*.background_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
    background-size: inherit;
	filter: blur(70px);
    z-index: -1;
}*/

/*.background_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}*/



	.media-container {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0 auto;
	    max-width: 500px;
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	    position: relative;
	    flex-direction: column;
	    clear: both;
	    margin-top: 1rem;
	    clear: both;
	    display: block;
	    margin-top:50px;
	}
	.media-container img,
	.media-container video {
		border-radius: 20px;
	    max-width: 100%;
	    max-height: 100%;
	    width: 100%;
	    height: auto;
	    object-fit: contain;
	}

	#dextools-widget {
	    display: block; /* Ensures block-level behavior for centering */
	    margin: 0 auto; /* Centers the iframe horizontally */
	    max-width: 1200px; /* Sets the maximum width */
	    width: 100%; /* Makes the iframe responsive */
	    height: 500px; /* Adjusts height proportionally */
	    border: none; /* Removes any border or white box around the iframe */
	    background: none; /* Ensures no background color appears around it */
/*	   	padding-left: 10px;*/
	   	padding-top: 40px;
	}


body {
	background: #000;
}


/*body {
    margin: auto;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}*/


.media-container {
    position: relative; /* Ensures child elements can be positioned relative to this container */
    padding-bottom: 60px; /* Space for the overlapping profile image */
    overflow: hidden; /* Prevents content overflow */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px; /* Adjust as needed */
    height: 300px; /* Banner height */
    border-radius: 10px; /* Rounded corners */
/*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.media-container img,
.media-container video {
    width: 100%; /* Full width of the container */
    height: 100%; /* Full height of the container */
    object-fit: cover; /* Maintain aspect ratio while filling the container */
    border-radius: inherit; /* Match container's rounded corners */
}

.profile {
    position: absolute;
    bottom: 0px; /* Overlap the media container */
    left: 19%; /* Center horizontally */
    transform: translateX(-50%);
}

.profile_image {
    width: 150px;
    height: 150px;
    background-image: url("{{ avatar_image }}"); /* Dynamic avatar image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; /* Circular image */
    border: 5px solid white; /* White border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.social-icon-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    /* background-color: white; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
/*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    z-index: 10;
}

.social-icon-overlay img {

    height: 100%;
    object-fit: contain; /* Maintain icon aspect ratio */
}


.social_link_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px; /* Adjust size as needed */
    width: 50px; /* Adjust size as needed */
    border: 2px solid white; /* White border around the circle */
    border-radius: 50%; /* Make the element circular */
    background-color: transparent; /* Transparent background */
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

.social_link_circle:hover {
    transform: scale(1.1); /* Slight zoom effect on hover */
/*    background-color: rgba(255, 255, 255, 0.2); /* Subtle hover background */*/
}

.social_icon {
    width: 24px; /* Adjust size of the SVG icon */
    height: 24px;
    filter: invert(100%) brightness(100%); /* Makes the SVG white */
    transition: filter 0.3s ease;
}

.social_link_circle:hover .social_icon {
    filter: invert(100%) brightness(85%); /* Slight dimming effect on hover */
}


.btn_text{
	font-size: 22px;
}

.logo {
	width:120px;
	margin-right:10px;
}

.header-text {
	font-size: 20px;
	margin-left: -8px;
}

@media (min-width:640px) {
	.logo {
		display: none;
	}
}

@media (max-width:640px) {
	.link_outer {
	    width: 97%;
	    margin-right: 10px;
	}
	.profile {
	    position: absolute;
	    bottom: 15px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.social-icon-overlay {
		display: none;
	}
	.media-container {
	    margin-top:20px;
	}
}

