:root{
    --border-color:#282828;
    --background-color:#ffffff;
    --text-color:#000000;
    --button-background-vai-al-post:#282828;
    --color-link-vai-al-post:#efefef;
}
.relative{
    position: relative;
}
.container-slider{
    position: relative;
}
#instafeedSlider .carousel-inner{
    display: flex;
  }
  .preview{
    cursor: pointer;
  }
#instafeed > .slick-list > .slick-track > .slick-slide{
    cursor:pointer;
    object-fit: cover;
   
    width: 100%;
    aspect-ratio: 4/5;
}
#instafeed > .slick-list > .slick-track > .slick-slide img{
    cursor:pointer;
    object-fit: cover;
   
    width: 100%;
    aspect-ratio: 4/5;
}
#instafeed > .slick-slide > div > div {
    height: 100%;
}
.insta-item{
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block; 
}
.slider{
    overflow: x;
    position: relative;
    
}
.slider-gallery{
    position: relative;
    aspect-ratio: 1/1;
}
.icon-overlay{
    transition: ease-in-out 0.1s;
    font-size: 8rem;
    position: absolute;
    top:0;
    z-index: 9;
    left:0;
    right:0;
    margin:auto;
    text-align: center;
    top:45%;
    color:rgba(179, 179, 179, 0.661);
    opacity: 0;
}
.slick-slide img{
    width: 100%!important;
    max-height: 1100px;
    object-fit: cover;
}
.slick-slide video{
    width: 100%!important;
   
    object-fit: cover;
}
.box-rz-ig{
    opacity: 1;
    transition: ease-in-out 0.2s;
}
.box-rz-ig:hover{
    transition: ease-in-out 0.2s;
}
.box-rz-ig:hover .icon-overlay{
    
    opacity:90%;
    transition: opacity ease-in-out 0.2s;
    
}
.box-rz-ig:hover img, .box-rz-ig:hover video{
    transition: ease-in-out 0.2s;
    opacity:60%;
}

.col-video, .col-img, .col-carousel{
    min-height: 1180px;
    max-height: 1180px;
    overflow: hidden;
    position:relative;
}
.col-video > video{
    aspect-ratio: 9/16;
    width:90%;
    max-height: 1200px;
    object-fit:cover;
}

.col-img > img{
    width: 100%;
    min-height: 1200px;
    max-height: 1200px;
    object-fit: cover;
}
.carousel-item img{
    height:100%;}

.video-post{
    width:100%;
    max-height: 1000px;
    object-fit:cover;
    
}
.col-carousel{
    
    object-fit: cover;
    aspect-ratio: 4/5;
}
.container-slider{
    display: flex;
    align-items: center;
}
.prev, .next{
    width:60px;
    cursor:pointer;
    position: absolute;
    z-index: 8;
    top:50%;  
}
.col-caption{
    padding-top:2vh;
}
.caption{
    text-overflow: ellipsis;
    overflow: hidden;
}
.row-profile{
    padding-top:1vh;
}
.post-details{
    position: relative;
}
.col-go-to-post{
    position: absolute;
    bottom:0rem;
}
.row-post-info{
    padding:1vh;
}
.icon-type{
    width: 4vw;
    height:4vh;
    position: absolute;
    bottom:2vh;
    left:0vh;
    opacity:80%;
}
.icon-type-video{
    opacity: 0;
    width: 12vw;
    height:12vh;
    position: absolute;
    left:0;
    height: 100%;
    right:0;
    margin:auto;
    transition: 0.5s ease;
}
.link-fancy:hover .icon-type-video{
    
    opacity: 1;
}
.row-post{
    background-color: var(--background-color);
}
.slider-carousel{
    visibility: hidden;
}
.slick-track,
.slick-list {
perspective: 2000px;
-webkit-perspective: 2000px;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.slick-initialized { visibility: visible; }
.prev-carousel, .next-carousel{
    width:60px;
    cursor:pointer;
    position: absolute;
    z-index: 99;
    top:50%;
}
.prev, .prev-carousel{
    left:1%;
}
.next, .next-carousel{
    right:1%;
}
.prev:hover,.next:hover{
    transition: ease-in-out 1s;
    opacity:80%;
}
/*----------------Slider Carousell Start----------------------*/

.carousel-control-next-icon {
    background-image: url("../img/resources/next.svg");
}
.carousel-control-prev-icon {
    background-image: url("../img/resources/prev.svg");
    
}
.iframe{
    height:80vh!important;
    width:30vw!important;
    overflow:hidden;
}

.fancybox__content{
    background: transparent;
    color:var(--text-color);
    padding:0;
    max-width:55%;
}
.col-go-to-post a{
    margin:0;
    color:var(--button-background-vai-al-post);
    text-decoration: none;
    
}
.profile-link{
   
    text-decoration:none;
    color:var(--border-color);
    
    font-weight: 400;
}
.col-go-to-post a p{
    margin:0;
}
.col-go-to-post{
    cursor:pointer;
    padding-top:1vh;
    padding-bottom:1vh;
    border-top:1px solid rgba(72, 72, 72, 0.218);
    transition: 0.4s ease;
}
.col-go-to-post:hover{
    transition: 0.4s ease;
}
.col-go-to-post:hover .icon-go-to{
    transition: 0.4s ease;
    stroke:var(--border-color)
}
.icon-go-to{
    transition: 0.4s ease;
    position: absolute;
    right:1rem;
    width: 2vh;
}
.col-go-to-post:hover {
    background-color: #7d7d7d46;
}

.row-user{
    align-items: center;
    padding-top:2em;
}
.img-profile{
    border-radius:55%;
    border:2px solid radial-gradient(circle, rgba(205,63,200,1) 8%, rgba(228,65,85,1) 37%, rgba(229,68,84,1) 45%, rgba(255,142,58,1) 72%, rgba(255,145,60,1) 73%, rgba(255,227,115,1) 97%);
    width:80%;
}
.post-details{
    flex-direction: column;
}
.brd-bottom{
    border-bottom: var(--border-stoke) solid var(--border-color);
}
.img-slide{
    aspect-ratio: 4/5;
    width:100%;
    height:100%;
    object-fit: cover;
}
@media only screen and (max-width: 1920px) {
    .fancybox__content{
        
        max-width:75%;
    }
    .col-video, .col-carousel, .col-img{
       
        height:100%;
    }
}
@media only screen and (max-width: 1830px) {
    .col-video, .col-img, .col-carousel{
        height: auto!important;
        width: 100%;
        min-height: unset;
        max-height: unset;
    }
    .slick-slide img {
        width: 100%!important;
        max-height: 700px;
        object-fit: cover;
    }
    .col-video, .col-carousel, .col-img{
        width:66.666%;
        height:66%;
    }
    .caption{
        
        font-size: 0.8rem;
    }
}
@media only screen and (max-width:1660px){
    
    .col-video video, .col-img img, .col-carousel img{
        height: auto!important;
        width: 100%;
        min-height: unset;
        max-height: unset;
    }
    .fancybox__content{
        
        max-width:55%;
    }
    .col-caption{
        height:450px;
        overflow:scroll;
    }
    .col-img > img, .col-img{
        height:auto;
        max-width: 100%;
        min-height:unset;
        max-height:unset;
    }
    
}
@media only screen and (max-width: 1200px) {
    .fancybox__content{
        
        max-width:85%;
    }


}
@media only screen and (max-width: 1024px) {
    .img-profile{
        width: 100%;
    }
    .row-profile{
        align-items: center;
    }
    .fancybox__content{
        max-width: 65%;
        
    }
    .col-go-to-post{
        position: unset;
    }
    
    .col-video, .col-carousel, .col-img{
        height: auto;
        width: 100%;
        
    }
    .post-details{
        width: 100%;
    }
    .video-post{
        aspect-ratio: 4/5;
    }
    .caption{
        overflow: hidden;
        padding-bottom:1em;
        font-size: 1rem;
    }
    .f-thumbs__track{
        display: none;
    }
    .img-profile{
        width: 60%;
    }
    .row-profile{
       
        align-items: center;
    }
}
@media only screen and (max-width: 768px) {
    
    .col-video, .col-img, .col-carousel{
        height: auto!important;
        width: 100%;
        min-height: unset;
        max-height: unset;
    }
    .col-video video, .col-img img, .col-carousel img{
        min-height: unset;
        max-height: unset;
        height: auto!important;
        width: 100%;
    }
    .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{
        padding-top:0;
    }
    .fancybox__content{
        max-width: 75%;
        height: auto;
    }
   
    .col-img img{
        
        width: 100%;
    }
    .col-img{
        height: auto;
        min-height: unset;
        max-height: unset;
    }
    .col-img > img{
        max-width: 100%!important;
        height:auto!important;
        min-height: unset;
        max-height: unset;
    }
    
}
@media only screen and (max-width: 590px) {
   
    .col-img > img{
        max-width: 100%!important;
        height:auto!important;
        min-height: unset;
        max-height: unset;
    }
    .username{
        margin:0;
    }
    .icon-go-to{
        width:3vh;
    }
    .caption{
        overflow: scroll;
        padding-bottom:1em;
        font-size: 1rem;
    }
    .fancybox__content{
        max-width: 85%;
        
    }
    .col-img{
        height: auto;
        min-height: unset;
        max-height: unset;
    }
    
}

