
#customGallerySec {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
}
#customGallerySec:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    background: var(--image-background-gradient);
    position: absolute;
    top: 0;
    left: 0;
}
#customGallerySec .topContent {
	position: relative;
	width: 70%;
	margin: 0 auto 50px auto;
	text-align: center;
}
#customGallerySec .topContent h2 {
    margin: 0;
    font-size: 50px;
    color: var(--primary-color);
	font-weight: 300;
    line-height: 70px;
}
#customGallerySec .topContent h2 br {
	display: block;
}
#customGallerySec .topContent p {
    margin: 20px 0 0 0;
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 28px;
}
#customGallerySec .topContent a.button {
	display: inline-block;
	margin-top: 20px;
    padding: 18px 43px;
    border: 2px solid var(--secondary-color);
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 20px;
	letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
#customGallerySec .topContent a.button:hover {
	background-color: var(--secondary-color);
	color: #ffffff;
}
#customGallerySec .customGallery-slider {
	padding-bottom: 85px;
}
#customGallerySec .customGallery-slider .owl-stage-outer {
	overflow: visible;
}
#customGallerySec .customGallery-slider .item img {
	box-shadow: 0px 7px 15px rgb(0 0 0 / 10%);
	transform: scale(1);
    transition: all .7s ease-in-out;
}
#customGallerySec .customGallery-slider .item:hover img {
	transform: scale(1.1);
}
#customGallerySec .customGallery-slider .owl-dots {
	position: absolute;
    bottom: 0;
    right: 0;
}



/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

#customGallerySec .topContent h2					{ font-size: 50px; line-height: 60px; }
#customGallerySec .topContent p					{ font-size: 16px; line-height: 26px; }
#customGallerySec .customGallery-slider					{ width: calc(100% + var(--container-padding) * 2); margin-left: calc(0px - var(--container-padding)); }
#customGallerySec .customGallery-slider .owl-dots		{ right: var(--container-padding); }

}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

#customGallerySec									{ padding-top: 70px; padding-bottom: 70px; }
#customGallerySec .topContent						{ width: 100%; }
#customGallerySec .topContent h2					{ font-size: 40px; line-height: 50px; }
#customGallerySec .topContent p					{ font-size: 16px; line-height: 26px; }
#customGallerySec .topContent a.button			{ padding: 10px 15px; }
#customGallerySec .customGallery-slider					{ width: calc(100% + 30px); margin-left: -15px; padding-bottom: 82px; }
#customGallerySec .customGallery-slider .owl-dots		{ right: 15px; left: 15px; }
#customGallerySec .customGallery-slider .owl-dots .owl-dot { width: 32px; height: 32px; margin: 0 5px; }
#customGallerySec .customGallery-slider .owl-dots .owl-dot:first-child { margin-left: 0; }
#customGallerySec .customGallery-slider .owl-dots .owl-dot:last-child { margin-right: 0; }
#customGallerySec .customGallery-slider .owl-dots .owl-dot:before, #customGallerySec .customGallery-slider .owl-dots .owl-dot:after { display: none; }
#customGallerySec .customGallery-slider .owl-dots .owl-dot span { width: 8px; height: 8px; }

}



/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

#customGallerySec									{ padding-top: 50px; padding-bottom: 50px; }
#customGallerySec .topContent						{ width: 100%; margin-bottom: 30px; }
#customGallerySec .topContent h2					{ font-size: 30px; line-height: 40px; }
#customGallerySec .topContent h2 br				{ display: none; }
#customGallerySec .topContent p					{ font-size: 16px; line-height: 26px; }
#customGallerySec .topContent a.button			{ padding: 10px 15px; }
#customGallerySec .customGallery-slider					{ width: calc(100% + 30px); margin-left: -15px; padding-bottom: 62px; }
#customGallerySec .customGallery-slider .owl-dots		{ right: 15px; left: 15px; }
#customGallerySec .customGallery-slider .owl-dots .owl-dot { width: 32px; height: 32px; margin: 0 5px; }
#customGallerySec .customGallery-slider .owl-dots .owl-dot:first-child { margin-left: 0; }
#customGallerySec .customGallery-slider .owl-dots .owl-dot:last-child { margin-right: 0; }
#customGallerySec .customGallery-slider .owl-dots .owl-dot:before, #customGallerySec .customGallery-slider .owl-dots .owl-dot:after { display: none; }
#customGallerySec .customGallery-slider .owl-dots .owl-dot span { width: 8px; height: 8px; }
}
