@font-face {
	font-family: "Gotham Black";
	src: url(font/GOTHAM-BLACK.OTF);
}

@font-face {
	font-family: "Gotham Medium";
	src: url(font/GOTHAM-MEDIUM.OTF);
}

@font-face {
	font-family: "Gotham THIN";
	src: url(/GOTHAM-THIN.OTF);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

/* Title Section CSS */
.title {
	width: 100%;
}

.title__container {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.title__card {
	height: 784px;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.775)), url("/images/homepage/pic1bgTitle.jpg");

	background-size: cover;
	

	display: flex;
	flex-direction: column;
	align-items: center;

	text-align: center;
	color: white;

	padding: 100px 50px 50px 50px;
}

.title__img--container {
	display: flex;
	height: 121px;
	width: auto;
	margin: 10px 0 0 0;
}

.title h1 {
	font-family: "Gotham Black";
	font-weight: bold;
	font-size: 65px;
}

.title P {
	font-family: "Gotham Medium";
	font-size: 30px;
}

.title__card button {
	margin: 100px 10px 10px 10px;
	padding: 20px 20px;
	border: 50px #fff;
	background: transparent;
	border-radius: 50px;
	cursor: pointer;
	animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* #title__button {
	animation: ;
} */

/* Services Section CSS */
.services {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 50px;
	scroll-margin-top: 80px; 
}

.services h1 {
	font-family: "Gotham Black";
	color: #cc2d2d;
	background-size: 100%;
	margin: 0 0 25px 0;
	font-size: 4rem;
}

.services__container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.services__card {
	margin: 30px;
	height: 330px;
	width: 355px;
	border-radius: 15px;

	background-size: cover;
	position: relative;
	color: #fff;
}

.services h2 {
	position: absolute;
	top: 350px;
	left: 30px;
}

.services P {
	position: absolute;
	top: 400px;
	left: 30px;
}

.services__card button {
	color: #fff;
	padding: 10px 20px;
	border: none;
	outline: none;
	border-radius: 4px;
	background: #f77062;
	position: absolute;
	top: 440px;
	left: 30px;
	font-size: 1rem;
	cursor: pointer;
}

.services__card:hover {
	transform: scale(1.08);
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

/* Hero Section CSS */
.main {
	background-color: #ec0024;
	background-image: url(/images/pic5graphic.png);
}

.main__container {
	background-size: cover;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-self: center;
	height: 650px;
	z-index: 1;
	width: 100%;
	max-width: 1500px;
}

.main__content {
	margin: 0 60px;
}

.main__content h2 {
	font-family: "Gotham Black";
	font-size: 65px;
	background-color: #fff;
	background-size: 100%;
	margin: 0 0;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
}

.main__content p {
	font-family: "Gotham Medium";
	color: #fff;
	margin-top: 20px;
	font-size: 26px;
	text-align: left;
}

.main__btn {
	font-family: "Gotham Medium";
	padding: 14px 32px;
	border: 2px solid #fff;
	border-radius: 200px;
	margin-top: 30px;
	cursor: pointer;
	position: relative;
	transition: all 0.35s;
	outline: none;
	background: transparent;
	color: #fff;
}

.main__btn a {
	color: #fff;
	font-size: 25px;
	position: relative;
	z-index: 2;
	text-decoration: none;
}

.main__btn a:visited {
	color: inherit;
}

.main__btn:hover {
	background: rgba(7, 5, 5, 0.486);
}

.main__btn:hover:after {
	width: 100%;
}

.main__img--container {
	text-align: center;
}

#main__img {
	width: 90%;
}

.main__img--container:hover {
	transform: scale(1.075);
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

/* Coverage Section */
.coverage {
	background-color: #fff;
}

.coverage__container {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px 50px 150px 50px;
}

.coverage__video--container {
	text-align: center;
	display: flex;
	margin: 20px;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.377);
	
}

.coverage__container h1 {
	font-family: "Gotham Black";
	font-size: 65px;
	font-weight: bold;
	color: #cc2d2d;
}

/* Footer CSS */
.footer__container {
	background-color: #fff3d1;
	padding: 150px 0 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.26);
}

/* Sosial Icons */
.social__icons--links {
	color: #000;
	font-size: 50px;
}

.social__media {
	width: 100%;
}

.social__media--wrap {
	font-family: "Gotham Medium";
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 50px 20px 50px;
}

.social__icons {
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 250px;
}

.social__icons a,
.social__icons a:visited {
	color: inherit;
}

.social__icons a:hover {
	transform: scale(1.5);
	transition: 0.2s ease-in;
	cursor: pointer;
}

.website__rights {
	color: #000;
}

/* RESPONSIVE */

@media screen and (max-width: 960px) {
	.services {
		margin: 50px 50px;
	}

	.services h1 {
		font-size: 65px;
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	.services {
		height: 1400px;
	}

	.services h1 {
		font-size: 45px;
	}

	.services__card {
		width: 300px;
	}
}

/*@media screen and (max-width: 960px) {
    .services {
        height: 1600px;
    }

    .services h1 {
        font-size: 2rem;
        margin-top: 12rem;
    }
}

@media screen and (max-width: 480px) {
    .services {
        height: 1400px;
    }

    .services h1 {
        font-size: 1.2rem;
    }

    .services__card {
        width: 300px;
    }
} */

@media screen and (max-width: 768px) {
	.main__container {
		display: grid;
		grid-template-columns: auto;
		align-items: center;
		align-content: center;
		justify-self: center;
		width: 100%;
		margin: 0 auto;
		height: 800px;
	}

	.main__content {
		text-align: center;
		margin-bottom: 4rem;
	}

	#main__img {
		margin-top: 30px;
		width: 70%;
	}

	.main__content h2 {
		margin-top: 1.5rem;
		font-size: 50px;
	}

	.main__content p {
		font-size: 25px;
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 480px) {
	#main__img {
		margin-top: 30px;
		width: 70%;
	}

	.main__content h2 {
		font-size: 45px;
	}

	.main__content p {
		font-size: 20px;
		margin-top: 1.5rem;
	}

	.main__btn {
		padding: 12px 36px;
		margin: 2.5rem 0;
	}
}

@media screen and (max-width: 820px) {
	.website__rights {
		margin-bottom: 2rem;
	}

	.social__media--wrap {
		flex-direction: column;
	}
}

@media screen and (max-width: 480px) {
	/* .footer__links--items {
        margin: 0;
        padding: 10px;
        width: 100%;
    } */
}
