@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');


@font-face {
  font-family: 'HandelGotD-Bold';
  src:	url('../fonts/HandelGotD-Bold.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/HandelGotD-Bold.otf')  format('opentype'),
		url('../fonts/HandelGotD-Bold.woff') format('woff'),
		url('../fonts/HandelGotD-Bold.ttf')  format('truetype'),
		url('../fonts/HandelGotD-Bold.svg#HandelGotD-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


html,body { height:100%; }
bodyhtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}
ol, ul { list-style: none; }
fieldset,img { border:0; }
img{ max-width:100%; }


#wrapper {
	position:relative;
	display:block;
	padding:0;
	min-height:100%;
}




#products-austrak, 
#products-sherings,
#products-austmark {
	position: relative;
	 display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

/* Responsive */
@media (min-width: 600px) {
    #products-austrak, 
#products-sherings,
#products-austmark {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    #products-austrak, 
#products-sherings,
#products-austmark  {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1280px) {
   #products-austrak, 
#products-sherings,
#products-austmark {
        grid-template-columns: repeat(4, 1fr);
    }
}
#products-austrak a,
#products-sherings a,
#products-austmark a {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    text-align: left;
}
#products-austrak a img,
#products-sherings a img,
#products-austmark a img {
   width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
}

#products-austrak a:hover img,
#products-sherings a:hover img,
#products-austmark a:hover img {
transform: scale(1.1);
}

#products-austrak a .overlay{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #bb8fe7;
  border-radius: 10px;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 0;
}
#products-austrak a .ovlay h3{ color: #fff; font-size: 17px; text-align: center;
    line-height: 7em; }


#products-austrak a:hover .gall-block {
        opacity: 1;
    }

#products-austrak .gall-block {
        position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;

}

#products-austrak .gall-block .gallery-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    color: #fff;
}
#products-austrak .gall-block .gallery-content .imgcat-wrap .imgcat {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #fff;
}
#products-austrak .gall-block .gallery-content .gallery-title {
    font-size: 32px;
    line-height: 1.4;
    margin: 0;
    color: #fff;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#products-austrak .gall-block * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-tabs{
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 575px){
    .gallery-tabs{
        flex-wrap: wrap;
    }
}
.gallery-tab{
    padding: 8px 24px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #f2f2f2;
    color: #0b0b0b !important;
}
 .gallery-tab:hover{
    background-color: #ff5a1f1a;
}
.gallery-tab.active{
    background: #ff5a1f;          /* primary */
    color: #ffffff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}







#products-austrak a .caption,
#products-sherings a .caption,
#products-austmark a .caption {
	position: relative;
	margin: 0;
	z-index: 2;
}
#products-austrak a h2, 
#products-sherings a h2,
#products-austmark a h2 {
	position: relative;
	font-family:'Open Sans', sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: 600;
	letter-spacing: normal;
	margin: 0;
	padding-left: 10px;
}
#products-austrak a h3,
#products-sherings a h3,
#products-austmark a h3 {
	font-family:'Open Sans', sans-serif;
	font-size: 100%;
	color: #000000;
	text-transform: none;
	letter-spacing: normal;
	padding-left: 10px;
	padding-bottom: 10px;
}

.product{
	color: #FFFFFF;
	margin: 0px;
}
.desp{
	color: #FFFFFF;
	margin: 0px;
}