
/********************
Custome Css
*******************/
.nav-logo {
	width: 180px;
}
.mb-5{
  margin-bottom: 5rem;
}
.titleheading{
  color: #111;
  letter-spacing: -4px;
  font-size: 3em;
  line-height: 1.25;
  font-weight: 500
}
.brandtxt, .parablock{
  max-width: 900px;
  margin: 1rem 0 4rem .5rem;
  color: #111;
  font-size: 1em;
  line-height: 1.5;
}
.homepage-hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

.industy-hero-bg {
	z-index: -1;
	/* border-radius: 24px; */
	justify-content: center;
	align-items: center;
	width: 90%;
	min-height: 80vh;
	display: flex;
	position: relative;
	overflow: hidden;
	background: #000;
	border-radius: 30px;
	margin: 7rem 0 0;
    padding: 3rem 0 3rem;
}
.industy-hero-bg .industrywrapper{
width: 90%;
color: #fff;
}
.homepage-hero__image video, .homepage-hero__image img, .homepage-hero__video video, .homepage-hero__video img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
    opacity: .2;
}

.industy-hero-bg .parablock{
    max-width: 950px;
  }
.white{
    color: #fff;
}
.industrylist {
	align-items: start;
	gap: 30px;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	
}
.industryitem {
	background: #2d2d2d2e;
	padding: 25px 24px 25px 25px;
	border-radius: 20px;
	border: 1px solid #2c2c2c;
	transition: all .25s ease-out;
	position: relative;
	overflow: hidden;
    min-height: 320px;
}
.bg-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
    object-fit: cover;
  border-radius: 3px;
  aspect-ratio: 3/2;
  transition: transform .3s ease-in-out;
  opacity: 0;
}
.industryitem:hover .bg-img {
	transform: scale(1.2);
    opacity: 1;
}
.industryitem:hover p{
    opacity: 0;
}
.industryitem:hover {
	box-shadow: 0 0 40px rgba(41, 93, 101, 0.5);
	margin-top: -5px;
}
.industryitem p {
	font-size: 15px;
	line-height: 1.5;
}
.industryitem h3 {
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}
.industryitem:hover h3 {
	margin-top: 18px;
    margin-bottom: 0;
	font-size: 35px;
	color: rgba(186, 239, 233,.8);
	letter-spacing: -2px;
}
.ind-img img {
	width: 55px;
}

.marquee-image img {
	border-radius: 35px;
}

.section-3 {
	height: 200vh;
  }
  
  .grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 1vw;
	width: 100%;
  }
  
  .heading-xsm {
	font-size: 1rem;
	text-transform: uppercase;
	font-family: serif;
	font-weight: 700;
	color: #bf9959;
  }
  
  .heading-md {
	font-size: 5rem;
	line-height: 1.2;
	font-family: serif;
  }
  
  .venues {
	background-color: #faf5ef;
  }
  .venues-heading {
	grid-column: 2/9;
  }
  .venues-txt {
	grid-column: 9/12;
	align-self: end;
  }
  .venues-items {
	position: relative;
	grid-column: 2/12;
  }
  .venues-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #1f1f1f;
	cursor: pointer;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
  }
  .venues h6 {
	letter-spacing: 2px;
	pointer-events: none;
  }
  .venues h2 {
	pointer-events: none;
  }
  .venues-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	min-height: 345px;
	background-size: cover;
	background-image: url("/img/venue-1.jpg");
  }
  .venues-img-wrap {
	width: 500px;
	min-height: 345px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	visibility: hidden;
	padding-bottom: 0;
  }


  a:hover .follow-img {
	opacity: 1;
  }
  
  .imagelist{
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 345px;
	background: #ccc;
  }


  .follow-img {
	opacity: 0;
	top:0;
	width: 500px;
	height: auto;
	max-width: 400px;
	box-sizing: border-box;
	transition: ease .2s;
	position: absolute;
	/*transform: translate(-50%, -50%);*/
	z-index: 1;
	object-fit: cover;
	margin-top: -20%;
  }

  .category .heading-6 {
	letter-spacing: 0;
	font-size: .7em;
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
}
.category {
	margin: 0 1.15em  1.25em 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.project-category-wrap {
	inset: auto 3% 15px;
}
.project-para {
	max-width: 600px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.footerpara {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.1;
	margin-top: 1rem;
}
.footer .heading-2{
	font-size: 4em;
}

.service-txt {
    display: flex;
    column-gap: 10px;
}
.service-txt:before {
    content: "-";
    display: flex;
}
.category-tag li {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 20px !important;
	border-radius: 30px;
	font-size: 13px !important;
	text-transform: uppercase;
	margin: 0 !important;
}
.category-tag ul {
	gap: 10px 15px;
}

@media screen and (max-width: 800px) {
    .industrylist {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}

@media screen and (max-width: 600px) {

    .industrylist {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    
    .industy-hero-bg {
    margin: 1rem 0 0;
}
.titleheading {
    letter-spacing: 0;
    font-size: 5em;
    font-weight: 500;
}
.brandtxt, .parablock {
    font-size: 3.5em;
    line-height: 1.5;
}
.w-layout-grid {
    grid-row-gap: 0;
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;

}
.content-list-wrap {
    margin-top: 0;
    margin-bottom: 0;
}
.project-para .para-3 {
        font-size: 18px;
    }
    .project-para {
    margin-top: 1em;
}
.work-wrap {
    margin: 0;
    padding: 0 10px;
}
.category .heading-6 {
    font-size: 13px;
    font-weight: 500;

}
.about-content .main-para {
    font-size: 6em;
    line-height: 1.2;
}
.about-content .right-block p {
    width: 100%;
}
.footer .heading-2 {
    font-size: 30px;
}
p {
    font-size: 16px;
}
.footer p {
    font-size: 15px;
    color: #c0c0c0;
    display: block;
    width: 100%;
    margin: 20px 0 0;
}
.social-wrap {
    width: 100%;
    margin-right: 0;
}
.marque-wrap .heading-big {
    letter-spacing: 0;
    font-size: 5em;
}
}