.gallery-title-section {
    margin-bottom: 100px;
    padding-top: 102px;
    position: relative;
    overflow: hidden;
}
.gallery-title-section .title-div {
    text-align: center;
    max-width: 702px;
    margin: 0 auto 77px;
}
.gallery-title-section .title-div h3 {
    margin-top: -71px;
    margin-bottom: 3px;
}
.gallery-title-section .gallery-blue-blob {
    width: 235px;
    height: 240px;
    left: -77px;
    top: 25px;
    transform: rotate(26deg);
}
.gallery-title-section .gallery-orange-blob {
    width: 224.82px;
    height: 212.19px;
  top:150px;
    right: -57px;
    left: auto;
    transform: rotate(290deg);
}

.showcase-section {
    margin-bottom: 100px;
}
.showcase-section .gallery-video {
    position: relative;
    margin-bottom: 20px;
}
.showcase-section .showcase-row {
    row-gap: 30px;
}
.showcase-section .showcase-row .gallery-video {
    position: relative;
}
.showcase-section .showcase-row .gallery-image {
    width: 100%;
    height: auto;
}

/* gallery slider*/
.paragraph{
	max-width: 848px;
	margin:0 auto;
	text-align:center;
}
.gallery-container{
	max-width:100%;
	margin: 0 auto 50px;
}
.gallery-container .owl-prev {
    position: absolute;
    left: -70px;
    top: 35%;
}
.gallery-container .owl-next {
    position: absolute;
    right: -70px;
    top: 35%;
}
.owl-carousel .owl-item .item-video video{
margin: 0 15px ;
}
.gallery-container .owl-carousel .owl-item img{
    height: 230px;
    width: 336px;
}
.owl-carousel .owl-item  .play-btn img{
	width:40px;
	height:40px;
}
.owl-carousel .owl-item .poster{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	width: 100% !important;
	height: 100% !important;	
}

@media screen and (max-width:1299px) and (min-width:768px) {
    .gallery-title-section {
        margin-bottom: 80px;
        padding-top: 80px;
    }
    .gallery-title-section .title-div {
        text-align: center;
        max-width: 560px;
        margin: auto;
    }
    .gallery-title-section .title-div h3 {
        margin-top: -45px;
    }
    .gallery-title-section .gallery-blue-blob {
        width: 220px;
        height: 200px;
        left: -110px;
        top: 25px;
    }
    .gallery-title-section .gallery-orange-blob {
        width: 164.82px;
        height: 183.19px;
        bottom: auto;
        top: 11px;
    }
		.gallery-container .owl-prev { 
	     left:-33px; 
		top:45%;
	}
	.owl-nav img{
		width:30px;
		height:30px;
	}
	.gallery-container .owl-next { 
	     right:-33px; 
		top:45%;
	}
}
@media screen and (max-width:767px) and (min-width:320px) {
    .gallery-title-section {
        margin-bottom: 50px;
        padding-top: 73px;
    }
    .gallery-title-section .title-div {
        text-align: center;
        max-width: 560px;
        margin: auto;
    }
    .gallery-title-section .title-div h3 {
        margin-top: -35px;
        font-size: 100px;
    }
    .gallery-title-section .gallery-blue-blob {
        width: 90px;
        height: 92px;
        left: -45px;
        top: 25px;
		z-index: -1;
    }
    .gallery-title-section .gallery-orange-blob {
        width: 83px;
        height: 78px;
        top: 108px;
        right: -40px;
    }
    .showcase-section {
        margin-bottom: 50px;
    }
    .showcase-section .showcase-row {
        row-gap: 20px;
    }
    .showcase-section .gallery-video {
        margin-bottom: 10px;
    }
	.gallery-container .owl-carousel .owl-item img{
		margin:auto;
	}
	.gallery-container{ 
		margin: 0 20px 30px;
	}
	.gallery-container .owl-prev { 
	     left:-11%; 
		top:45%;
	}
	.owl-nav img{
		width:30px;
		height:30px;
	}
	.gallery-container .owl-next { 
	     right:-11%; 
		top:45%;
	}
}