/* Profile Section */

.profile {
    padding: 5rem 0;
}

.profile::after {
    content: "";
    display: block;
    clear: both;
}

.profile-image {
    float: left;
    width: calc(33.333% - 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3rem;
}

.profile-image img {
    border-radius: 50%;
}

.profile-user-settings,
.profile-stats,
.profile-bio {
    float: left;
    width: calc(66.666% - 2rem);
}

.profile-user-settings {
    margin-top: 1.1rem;
}

.profile-user-name {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 300;
}

.profile-edit-btn {
    font-size: 1.4rem;
    line-height: 1.8;
    border: 0.1rem solid #dbdbdb;
    border-radius: 0.3rem;
    padding: 0 2.4rem;
    margin-left: 2rem;
}

.profile-settings-btn {
    font-size: 2rem;
    margin-left: 1rem;
}

.profile-stats {
    margin-top: 2.3rem;
}

.profile-stats li {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-right: 4rem;
    cursor: pointer;
}

.profile-stats li:last-of-type {
    margin-right: 0;
}

.profile-bio {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2.3rem;
}

.profile-real-name,
.profile-stat-count,
.profile-edit-btn {
    font-weight: 600;
}

/* Gallery Section */

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
    padding-bottom: 2rem;
}

.gallery-item {
    position: relative;
    flex: 1 0 22rem;
    margin: 1rem;
    color: #fff;
    cursor: pointer;
	
}

.gallery-item:hover .gallery-item-info,
.gallery-item:focus .gallery-item-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
	padding: 5px !important;
}

.gallery-item-info {
    display: none;
}

.gallery-item-info li {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 600;
}

.gallery-item-likes {
    margin-right: 2.2rem;
}

.gallery-item-type {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2.5rem;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.fa-clone,
.fa-comment {
    transform: rotateY(180deg);
}

.gallery-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Loader */

.loader {
    width: 5rem;
    height: 5rem;
    border: 0.6rem solid #999;
    border-bottom-color: transparent;
    border-radius: 50%;
    margin: 0 auto;
    animation: loader 500ms linear infinite;
}

/* Media Query */


    .profile::after {
        display: none;
    }

    .profile-image,
    .profile-user-settings,
    .profile-bio,
    .profile-stats {
        float: none;
        width: auto;
    }

    .profile-image img {
        width: 7.7rem;
    }

    .profile-user-settings {
        flex-basis: calc(100% - 10.7rem);
        display: flex;
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .profile-user-name {
        font-size: 2.2rem;
    }

    .profile-edit-btn {
        order: 1;
        padding: 0;
        text-align: center;
        margin-top: 1rem;
    }

    .profile-edit-btn {
        margin-left: 0;
    }

    .profile-bio {
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }

    .profile-edit-btn,
    .profile-bio,
    .profile-stats {
        flex-basis: 100%;
    }

    .profile-stats {
        order: 1;
        margin-top: 1.5rem;
    }

    .profile-stats ul {
        display: flex;
        text-align: center;
        padding: 1.2rem 0;
        border-top: 0.1rem solid #dadada;
        border-bottom: 0.1rem solid #dadada;
    }

    .profile-stats li {
        font-size: 1.4rem;
        flex: 1;
        margin: 0;
    }

    .profile-stat-count {
        display: block;
    }
}

/* Spinner Animation */

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

/*

The following code will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox & floated styling. 

*/

@supports (display: grid) {
    .profile {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: repeat(3, auto);
        grid-column-gap: 3rem;
        align-items: center;
    }

    .profile-image {
        grid-row: 1 / -1;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
        grid-gap: 2rem;
    }

    .profile-image,
    .profile-user-settings,
    .profile-stats,
    .profile-bio,
    .gallery-item,
    .gallery {
        width: auto;
        margin: 0;
    }

    @media (max-width: 40rem) {
        .profile {
            grid-template-columns: auto 1fr;
            grid-row-gap: 1.5rem;
        }

        .profile-image {
            grid-row: 1 / 2;
        }

        .profile-user-settings {
            display: grid;
            grid-template-columns: auto 1fr;
            grid-gap: 1rem;
        }

        .profile-edit-btn,
        .profile-stats,
        .profile-bio {
            grid-column: 1 / -1;
        }

        .profile-user-settings,
        .profile-edit-btn,
        .profile-settings-btn,
        .profile-bio,
        .profile-stats {
            margin: 0;
        }
    }
}

.target {
  
  display:none;
  float: left;
}

.Hide {
  display:none;
}

.fa-instagram:before {width: 1em; margin-right: 7px; margin-bottom: -1px;}
	

.gallery-image-1:before {
	
	    content: url("https://cdn.discordapp.com/attachments/703633748431732766/716298121419817071/31th-MAY-2.png");
		width: 100%;
    height: 100%;
    object-fit: cover;
		

}

.container-2{
	
	 margin-top: 5px;
}

#gallery-item-comments-1:after {
	
	 content: "2";
}

#gallery-item-comments-2:after {
	
	 content: "0";
}

#gallery-item-comments-3:after {
	
	 content: "1";
}

#gallery-item-comments-4:after {
	
	 content: "1";
}

#gallery-item-comments-5:after {
	
	 content: "0";
}

#gallery-item-comments-6:after {
	
	 content: "0";
}

#gallery-item-comments-7:after {
	
	 content: "7";
}

#gallery-item-comments-8:after {
	
	 content: "2";
}

#gallery-item-comments-9:after {
	
	 content: "2";
}

#gallery-item-comments-10:after {
	
	 content: "4";
}

#gallery-item-comments-11:after {
	
	 content: "5";
}

#gallery-item-comments-12:after {
	
	 content: "2";
}

#gallery-item-comments-13:after {
	
	 content: "4";
}

#gallery-item-comments-14:after {
	
	 content: "1";
}

#gallery-item-comments-15:after {
	
	 content: "2";
}

#gallery-item-comments-16:after {
	
	 content: "0";
}

#gallery-item-comments-17:after {
	
	 content: "2";
}

#gallery-item-comments-18:after {
	
	 content: "0";
}

.post-link-1:after {
	
	 content: "2";
}

.gallery a {color: white;}

.gallery-item-type {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 4rem;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.fa-clone, .fa-comment {
    transform: rotateY(180deg);
    font-size: 4rem;
}

.gallery-item-type {

    position: absolute;
    top: .5rem;
    right: .5rem;
    font-size: 1rem;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);

}

.profile-image, .profile-user-settings, .profile-stats, .profile-bio, .gallery-item, .gallery {

    width: auto;
    margin: -2px;

}

.gallery-item {

    position: relative;
    
    color: #fff;
    cursor: pointer;

}

/*UPDATE*/

.gallery {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    grid-gap: .8rem;

}

.gallery-item-comments:after {
	
	 font-size: 1rem;
}

.fa-clone, .fa-comment {
    transform: rotateY(180deg);
    font-size: .8rem;
}

.gallery-item-comments:after {
	
	 font-size: .8rem;
}

@media only screen and (max-width: 768px) {
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
    grid-gap: .8rem;
}
}

/*svg control*/

.svg-inline--fa {
			   
			   box-sizing: unset;
				overflow: visible;
				width: 1em;
				margin-right: 7px;
				font-size: 15px;

			}
			
			.fa-instagram:before {
				
				content: "\f16d";
				
			}

			#sb_instagram .sbi_follow_btn svg {
				
				margin-bottom: -1px;
				margin-right: 7px;
				font-size: 15px ;
				
			}
				
			.svg-inline--fa {
			
				display: inline-block;
				font-size: inherit;
				height: 1.1em;
				overflow: visible;
				vertical-align: -.125em;
				
			}										
			
			.sbi_follow_btn {
   
				float: left;
				clear: both;
				width: 100%;
				text-align: center;
				
			}

			.sbi_follow_btn a {
    
				display: -moz-inline-stack;
				display: inline-block;
				vertical-align: top;
				zoom: 1;
				*: ;
				display: inline;
				padding: 7px 14px;
				margin: 5px auto 0 auto;
				background: #333;
				color: #eee;
				border: none;
				color: #fff;
				text-decoration: none;
				font-size: 12px !important;
				line-height: 1.5;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px !important;
				border-radius: 4px !important;
				-webkit-box-sizing: border-box !important;
				-moz-box-sizing: border-box !important;
				box-sizing: border-box !important;
				margin-top: 7px;
	
			}
			
			.fa-instagram:before {
    content: "\f16d";
}
