@charset "UTF-8";

body {
	font-family: montserrat, sans-serif;
/*	font-weight: 400;
	overflow-y: scroll;
	overflow-x: hidden;*/
	height: 100%;
	margin:0;
	background-color: #f4f4f4;
}
.header {
	background-color: #999999;
	height: 100px;

}
.agency-logo {
	position:relative;
	z-index:2;
	margin:0 auto;
	
}
.agency-logo img {
		width:220px;
	height:auto;
	padding:10px 0;
	/*align-content: center;*/
	margin: 0 2% 0 10%;
	float: left;
	
}
.agency-logo-1 img {
		width:140px;
	height:auto;
	/*align-content: center;*/
	margin: 0;
	float: left;
	padding: 10px 0;
	
}
.sub-header {
	height: 150px;
	overflow:hidden;
	background-image: url("../images/background-football.jpg");
	background-size:cover;
}
.sub-header h2 {
	    font-size: 30px;
    padding-bottom: 17px;
    line-height: 1;
    font-weight: 800;
    font-style: italic;
    padding-top: 30px;
    text-transform: uppercase;
    text-align: left;
	color: white;
	margin: 0 10% 0 10%;
}
.h_line {
	width:40%; height:2px; background: #fff ;
	margin: 0 0 0 10%;
	display:block;
}

.container1{
	width: 100%;
	height: 1200px;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.projcard-container {
  margin: 50px 0;
}

/* Actual Code: */
.projcard-container,
.projcard-container * {
  box-sizing: border-box;
}
.projcard-container {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
	padding: 20px;
}
.projcard-main-description {
	background-color: #333333;
	padding: 10px 40px;
	border: solid 1px #333333;
	border-radius: 20px;
	margin: 20px 0;
}
.projcard-container h2 {
	font-size: 13px;
	color: white;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.projcard {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #fff;
/*  border: 1px solid #a1cd3a;*/
  font-size: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.projcard:hover {
  box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
  transform: translate(0px, -3px);
}
.projcard::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 0.07;
}
/*.projcard:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #424242, transparent 50%);
}*/
.projcard-innerbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.projcard-img {
  position: absolute;
  height: auto;
  width: 400px;
  top: 0;
  left: 0;
  transition: transform 0.2s ease;
}
/*.projcard:nth-child(2n) .projcard-img {
  left: initial;
  right: 0;
}*/
.projcard:hover .projcard-img {
  transform: scale(1.05) rotate(1deg);
}
.projcard-video {
  position: absolute;
  height: auto;
  width: 400px;
  top: 0;
  left: 0;
  transition: transform 0.2s ease;
}
/*.projcard:nth-child(2n) .projcard-img {
  left: initial
  right: 0;
}*/
.projcard:hover .projcard-video {
  transform: scale(1.05) rotate(1deg);
}
.projcard:hover .projcard-bar {
  width: 70px;
}
.projcard-textbox {
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 430px;
  width: calc(100% - 470px);
  font-size: 17px;
	
}
/*.projcard:nth-child(2n) .projcard-textbox {
  left: initial;
  right: 430px;
}*/
.projcard-textbox::before,
.projcard-textbox::after {
  content: "";
  position: absolute;
  display: block;
  background: none;
/*  background: #fff;*/
  top: -20%;
/*  left: -55px;*/
  height: 140%;
  width: 60px;
/*  transform: rotate(8deg);*/
}

/*.projcard:nth-child(2n) .projcard-textbox::before {
  display: none;
}*/
/*.projcard-textbox::after {
  display: none;
  left: initial;
right: -55px;
}*/
/*.projcard:nth-child(2n) .projcard-textbox::after {
  display: block;
}*/
.projcard-textbox * {
  position: relative;
}
.projcard-title {
 font-size: clamp(22px, 2vmin, 32px);
	color: #660033;font-weight:800;
}
.projcard-subtitle {
  color: #4a4a4a;
	font-size:13px;
	font-weight: 800;
	padding: 5px 0;
}
.projcard-bar {
  left: -2px;
  width: 50px;
  height: 0;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}

.projcard-green .projcard-bar { background-color: white; z-index:10;}
.projcard-green::before { background-image: linear-gradient(-70deg, #cdcdcd, transparent 50%); }
.projcard-green:nth-child(2n)::before { background-image: linear-gradient(-250deg, #666666, transparent 50%); }

.projcard-description {
  z-index: 10;
/*  font-size: clamp(.1rem, 1vw, 2.5rem);*/
	font-size:12px;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
 padding-bottom: 10px;
}
.projcard-tagbox {
  position: absolute;
  bottom: 3%;
  font-size: 14px;
  cursor: default;
  user-select: none;
  pointer-events: none;
}
.projcard-tag {
  display: inline-block;
  background: #E0E0E0;
  color: #777;
  border-radius: 3px 0 0 3px;
  line-height: 26px;
  padding: 0 10px 0 23px;
  position: relative;
  margin-right: 20px;
  cursor: default;
  user-select: none;
  transition: color 0.2s;
}
.projcard-tag::before {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  height: 6px;
  left: 10px;
  width: 6px;
  top: 10px;
}
.projcard-tag::after {
  content: '';
  position: absolute;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #E0E0E0;
  border-top: 13px solid transparent;
  right: -10px;
  top: 0;
}
.projcard a {
	color: #fff;
	
}
.projcard a:hover {
	
}
.projcard .button-custom-color { background-color: var(--buttoncard-color); z-index:10; border-color: none; border:none;}
.projcard .button-custom-color:hover { background-color: #f4f4f4; color: #000; border: 1px solid var(--border-color);}
.button-style {
	text-transform: uppercase;  display:inline-block; margin-top: 5px; font-size: 14px; font-weight:700;line-height: 40px; padding: 5px 50px; width: 50%; text-align: center; text-decoration: none;
}
/*interior css end*/

/* Place text in the middle of the image */


/* CSS Document */
.contact-section {
	height: 200px;
	background-color: #660033;
	padding: 30px 0 0 0;
}


.contact-section a {
	display:block;
	font-weight:600;
	padding: 2px 0px;
	color: #ffffff;
	text-decoration: none;
		margin: 0 0 0 10%;
	font-size: 13px;

	}
.contact-section a:hover {
	color: #999999;
}
.contact-section h3 {
	float:none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 25px;
	font-weight:100;
		margin: 10px 0 20px 10%;
}
footer {

	height:50px;
	background-color: none;
	padding: 10px;
	font-size: 13px;
	text-align: right;
	margin-right: 10px;

}

	#desktop-button, #desktop-button-1, #desktop-button-2 {
	display:block;
}
#mobile-button, #mobile-button-1, #mobile-button-2 {
	display:none;
}


@media (max-width: 1250px){
	.hero-image{
		background-size: contain;
		top:50;
		height:80%;
	}
}

@media (max-width: 900px){
	
	.contact-section {
		height: 100px;
	}
.footer {

	height:80px;

}
	.button--slide-2 span {
		padding: 0 10px;
		font-size: 12px;
	}
	
	#desktop-button, #desktop-button-1, #desktop-button-2 {
	display:none;
}
#mobile-button, #mobile-button-1, #mobile-button-2 {
	display:block;
}
	
}

/*bootstrap*/

/*@media (min-width: 576px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}*/

/*@media (min-width: 768px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}*/

/*@media (min-width: 992px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}*/

@media (max-width: 800px){
	
	
	.grid-container {

  display: inline-block;
	 grid-template-columns: auto auto auto auto auto auto;
/*  gap: 10px;*/
 background-color: #f4f4f4;
	top:0px;
	position:relative;
		width: 100%;
		height:auto;


}
	.projcard-container{
		width: 100%;
		margin: 0 auto;
	}
	.projcard {
		width: 100%;
		margin: 0 0 25px 0;
		height: 500px;
		border: #000000 solid .2px
	}

.grid-container > div {
/*  background-color: rgba(255, 255, 255, 0.8);*/
  text-align: center;
  padding: 0;
  font-size: 30px;
	width: 100%;
}
.item1 {

  overflow-y: auto;	
	  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
	  grid-row: 1 / 10;
	grid-column: 1 /span 2;
	  background-color: #f4f4f4;
}


	.item3 {
	  grid-row: 1 / span 10;
	 grid-column: 3 / span 3;
	
	
	
	}
	
	
	.projcard-innerbox{
		display:inline-table;
	}
	.projcard-img {
		width:100%;
		overflow:hidden;
		position:relative;
	}
	.projcard-video {
		width:100%;
		overflow:hidden;
		position:relative;
		max-width: 550px;
	}
	.projcard-textbox {
position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    font-size: 12px;padding:10px;

	}
		
	.projcard-green .projcard-bar { background-color: #cdcdcd; opacity: .8; z-index:10; }
	.button-style {
		width:100%;
	}
	.contact-section a {
	
	font-size: 11px;

	}
.contact-section a:hover {
	color: black;
}
.contact-section h3 {

	font-size: 13px;

}
	.h_line {
		display:none;
	}
	}

@media (max-width: 600px){
	.agency-logo img {
		width:100px;
	height:auto;
		padding: 10px 0;

	/*align-content: center;*/
	

	}

	.agency-logo-1 img {
		width:80px;
	height:auto;
		padding: 10px 0;

	/*align-content: center;*/
	

	}
	.sub-header h2 {
	    font-size: 20px;
		padding-top: 20px;
		
   
}
	
}

