body {
    overflow-x: hidden;
}
.insta-feed img {
    width: 100%;
}
.insta-feed {
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 16px;
}
.insta-feed video {
    height: 550px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.insta-feed .insta-video a {
    height: 550px;
    object-fit: cover;
    display: block;
    position: relative;
}
.insta-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    justify-content: center;
}
.insta-feed .insta-video a::before {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.223);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}
.insta-feed .insta-video a::after {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    content: '\f16d';
    font-family: 'FontAwesome';
    left: 50%;
    top: 50%;
    font-size: 34px;
    transform: translate(-50%, -50%);
    color: #fff;
}
.insta-feed:hover .insta-video a::before {
    opacity: 1;
}
.insta-feed:hover .insta-video a::after {
    opacity: 1;
}

.insta-btn {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 14px;
}
.sppb-addon-title {
    font-size: 38px;
    font-weight: 800;
    color: #252525;
    margin-bottom: 40px;
    text-align: center;
}
a {
    text-decoration: none;
}
.profile-name {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background-color: #fff;
}
.profile-name a {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.profile-name .insta-icon {
    width: 25px;
    height: auto;
    display: none;
}
.profile-name .profile-image {
    display: flex;
    gap: 15px;
    align-items: center;
}
.profile-name .profile-image img {
    width: 35px;
    border-radius: 100%;
    border: 1px solid #E3B055;
}
.insta-reel .row .col-lg-2.even-column .insta-feed {
    transform: scaleY(0.9);
}
.reel-info {
    padding: 10px;
}
.reel-info p{
    margin-bottom: 0px;
}
.btn-glow {
    position: relative;
    padding: 12px 30px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    transition: all 0.4s ease-in-out;
    z-index: 1;
    overflow: hidden;
    margin-top: 15px;
}
.btn-glow:hover {
    background: #000;
}
.btn-load{
    padding: 12px 30px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    background: #E3B055;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    overflow: hidden;
    margin-top: 15px;
}
.insta-reel .row .col-lg-2.even-column  .insta-feed .profile-name .profile-image img {
    height: 39px;
}
.insta-banner{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.extra-space{
    flex: 0 0 auto;
    width: 8.33333333%;
}
.insta-account-image{
    width: 80px;
    border-radius: 50%;
    border: 2px solid #feda75;
    padding: 0;
}
.insta-account {
    position: absolute;
    bottom: -55px;
    left: 50%;
    display: flex;
    width: 70%;
    gap: 20px;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    padding: 20px 25px;
    border-radius: 15px;
    z-index: 2;
    box-shadow: 0px 0px 8px -5px #000;
}
.insta-account .account-info{
    width: 100%;
    color: #fff;
}
.insta-account .account-info a{
    color: #fff;
    font-weight: bold;
}
.insta-reel{
    margin-top: 60px;
}
.banner-insta-btn{
    padding: 8px 30px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    background: #000;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    margin-left: 20px;
}
.insta-account .account-info p{
    margin-bottom: 0;
    line-height: 20px;
    font-size: 16px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#sp-page-title .sp-page-title .breadcrumb{
    justify-content: center;
}
#sp-page-title .sp-page-title {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-top: 90px;
    background-repeat: no-repeat;
    background-size: 100% 100% ;
    background-position: unset;
    background-attachment: unset;
}
.insta-reel .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.d-flex {
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.mt-3{
    margin-top: 1rem;
}

.insta-btn {
            text-transform: uppercase;
            text-decoration: none;
            font-weight: bold;
            padding: 8px 14px;
        }
        .sppb-addon-title {
            font-size: 38px;
            font-weight: 800;
            color: #252525;
            margin-bottom: 40px;
            text-align: center;
        }
        a {
            text-decoration: none;
        }
        .instaRow-section{
		background-color: #E3B055;
		padding-bottom: 40px;
		padding-top: 40px;
	}
        
        .btn-glow {
            position: relative;
            padding: 12px 30px;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            border-radius: 15px;
            background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
            transition: all 0.4s ease-in-out;
            z-index: 1;
            overflow: hidden;
            margin-top: 15px;
        }
        .btn-glow:hover {
            background: #000;
            color: #fff !important;
            text-decoration: none !important;
        }