/* Photo Carousal Starts Opt1 */
.nx-photo-carousal-opt1 {
    margin: 40px 0 0;
    max-height: 630px;
}
.nx-photo-carousal-opt1 .owl-item .item {
   transform: translate3d(0, 0, 0); 
  margin: 50px 0; 
 }
.nx-photo-carousal-opt1 .screenshot_slider .owl-item .item img, .screenshot_slider .owl-item .item span {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.nx-photo-carousal-opt1 .screenshot_slider .owl-item.center .item img, .screenshot_slider .owl-item.center .item span {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: 1.5em;
}
.nx-photo-carousal-opt1 .screenshot_slider .owl-item .item span{
    display:block;
    width:100%;
    padding:15px;
    font-weight: 500;
}

.nx-photo-carousal-opt1 .screenshot_slider .owl-nav {
    text-align: center;
}

.nx-photo-carousal-opt1 .screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: var(--nx-primary-color) !important;
}
.nx-photo-carousal-opt1 .screenshot_slider .owl-nav button .fa{
    color:#515151;
}
.nx-photo-carousal-opt1 .screenshot_slider .owl-item.active .item span {
    margin-top: -30px;
}
.nx-photo-carousal-opt1 .screenshot_slider .owl-item.active.center .item span {
    margin-top: 30px;
}
.nx-photo-carousal-opt1 .screenshot_slider .owl-item .item img {
    height: 300px;
    object-fit: cover;
}
.nx-photo-carousal-opt1 .owl-item .activeLine{
    display:none;
    width: 100%;
    height: 6px;
    position: absolute;
    background-color: var(--nx-primary-color);
    border-radius: 6px;
    display: none;
}
.nx-photo-carousal-opt1 .owl-item.active.center .activeLine{
    display:none;
    top: auto !important;
}
.nx-photo-carousal-opt1 .lineCarousel{
    height: 2px;
    border-radius: 6px;
    background-color: #d7d7d7;
    margin: 2px auto;
    display: none;
}
.nx-photo-carousal-opt1 .owl-nav{
    position: absolute;
    top: 30%;
    right: 4px;
    width: 100%;
    transform: translateY(-50%);
}
.nx-photo-carousal-opt1 .owl-nav button.owl-prev, 
.nx-photo-carousal-opt1 .owl-nav button.owl-next{
    border-radius: 3px;
    padding: 4px 8px !important;
    background-color: #f9f9f9;
    width: 40px;
    height: 60px;
    translate: .4s all;
}
.nx-photo-carousal-opt1 .owl-carousel .owl-dots.disabled, 
.nx-photo-carousal-opt1 .owl-carousel .owl-nav.disabled{
    display:block
}
.nx-photo-carousal-opt1 .owl-nav button.owl-prev{
    box-shadow: 0px 0px 3px 0px #515151;
    margin-left: 0px;
    position: absolute;
    left: -12px;
}
.nx-photo-carousal-opt1 .owl-nav button.owl-next{
    box-shadow: 0px 0px 3px 0px #515151;
    margin-left: 0px;
    position: absolute;
    right: -30px;
}
.nx-photo-carousal-opt1 .owl-nav button.owl-prev:hover, .nx-photo-carousal-opt1 .owl-nav button.owl-next:hover{
    background-color:#fff;
}

@media (max-width: 600px){
    .nx-photo-carousal-opt1 .screenshot_slider .owl-item .item span{
        padding: 5px 25px;
    }
    .nx-photo-carousal-opt1 .owl-nav button.owl-prev{
       left: 0%;
    }
    .nx-photo-carousal-opt1 .owl-nav button.owl-next{
        right:-5%;
     }
}
/* Photo Carousal Starts Ends */