/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}
/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .samsung__display__list p{
        width: 100%;
    }
}

/*// X-Large devices (large desktops, less than 1400px)*/
/*@media (max-width: 1399.98px) { ... }*/
/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.header-top .something-new{
		display:none !important;
	}
	.header-top.scrolled .main-logo {
    max-width: 180px;
}
	.menu-text-button {
    color: #fff;
    font-size: 14px;
	}
	.sec_services .item {
		height: 400px;}
.swiper1 .swiper-button-prev {
    top: 32px;
    right: 0;
    width: 82%;
	}
    .sec-title h3,.sec-contact-form h3, .clients h3{
        font-size: 24px;
    }
    .contact-form {
        width: 100%;
        margin: auto;
    }
    .clients .item img {
        width: 100%;
        max-width: 150px;
    }
    .clients .item{
       margin-bottom: 20px;
    }
    .samsung__display__list{
        padding: 50px;
    }
    .header-top .navbar{
        padding: 10px;
    }
    .navbar-brand img {
        width: 100%;
        max-width: 250px;
    }
    .section_banner .banner-content h1 {
        font-size: 36px;
    }
    .sec-contact-form {
        background: #6B1FF5;
        padding: 50px 20px;
     }
    .sec-footer >.container >.row {
        padding: 0 30px;
        justify-content: space-between;
        padding-bottom: 50px;
    }
    .samsung__display__list h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact-form .form-check-label, .contact-form .form-check-label a {
        font-size: 12px;
    }
    .sec_banner .banner-content {
        display: flex;
        flex-direction: column;

    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.7rem) !important;
        padding-left: var(--bs-gutter-x, 0.7rem) !important;
    }
    .sec_banner .banner-content h1 {
        margin-bottom: 20px;
    }
	.swiper-scrollbar{
	display:block;
}
	.netflix-slider{
		overflow:visible !important;
	}
		.swiper-button-prev {
        top: -27px !important;
    }
.swiper-button-next {
    top: -27px;
    z-index: 999;
}
	.netflix-slider .swiper-container {
		padding-top:30px !important;
	}
.portfolio-slider h4 {

                 padding-right: 80px;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -15px !important;
    height: var(--swiper-scrollbar-size, 7px);
}
.portfolio-slider {
    margin-bottom: 60px;
}
.swiper2 .swiper-button-prev {
    top: 32px;
    right: 0;
    width: 95%;
    display: flex;
    justify-content: flex-end;
    z-index: 99999;
    right: 0;
    width: 82%;
}
.sec_footer {
    padding: 40px 20px;
}
	.last-div{
		    padding: 0 20px;
    text-align: center;
	}
	.sec_footer .footer-logo {
    margin-bottom: 30px;
    text-align: center;
}
.history-image-model .modal-content {
    position: relative;
    background-color: #ff000000;
    margin: auto;
    padding: 0;
    width: 66%;
	}
	.mobile-service .item{
		    background-size: cover !important;
    background-repeat: no-repeat !important;
	}
}

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .samsung__display__list{
        padding: 30px;
    }
 .small-logo{
		display:block !important;
	}
	/*.big-logo{*/
	/*	display:none;*/
	/*}*/
    .section_banner .banner-content h1 {
        font-size: 26px;
    }
    .navbar-brand img {
        width: 100%;
               max-width: 190px;
    }
	.samsung__lists .samsung__list__item p{
		font-size:20px;
	}
	.img-fil, #gifs-rows:hover .gif-file {
    height: 131px;
	}
	.mySlides0 iframe{
	height:400px;
	}
	.history-image-model .prev, .history-image-model .next{
		top: 50%;
        right: -50px !important;
	}
	.history-image-model .prev{
		
    left: -50px !important;
	}
	.banner-form.active {
                 right: -21%;
        bottom: -10px;
        opacity: 1;
        z-index: 9999;
}
	.banner-form{
		    width: 330px;
	}
}
