@charset "utf-8";
/* CSS Document */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* Reset.css */

/* Box-sizing reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Remove default list styling */
ul, ol {
    list-style: none;
}

/* Remove default margins and paddings */
body, h1, h2, h3, p, blockquote, pre, dl, dd, ul, ol, figure {
    margin: 0;
    padding: 0;
}

/* Reset headings and links */
h1, h2, h3, a {
    color: inherit;
    text-decoration: none;
}

/* Reset images */
img {
    max-width: 100%;
    height: auto;
}

/* Remove underlines for links */
a {
    text-decoration: none;
}

.form-control::placeholder{
	color: #8A9CB2;
}
.form-control::-ms-input-placeholder{
	color: #8A9CB2;
}

/*Heading Styles*/
h1{
	font: 700 50px 'Poppins', sans-serif;
	color: #FFC000;
	margin: 10px 0;
}
h2{
	font: 700 3rem 'Poppins', sans-serif;
	color: #FFC000;
	margin: 20px 0;
}
h3{
	font: 700 1.8rem 'Poppins', sans-serif;
	color: #FFC000;
	text-align: center;
	margin: 20px 0;
}
h4{
	font: 1.2rem 'Poppins', sans-serif;
	color: #FFC000;
}
h5{
	font: 1rem 'Poppins', sans-serif;
	color: #FFF;
	margin: 0;
}
h6{
	font: 600 1.8rem 'Poppins', sans-serif;
	color: #FFF;
	margin: 10px 0;
}

p{
	font: 1rem 'Poppins', sans-serif;
	color: #FFF;
}

body{
	background: #fff;
	font: 14px 'Poppins', sans-serif;
	color: #8A8A8A;
}
.container{
	max-width: 1200px;
	padding: 0 20px;
}
.wrapper{
	width: 100%;
}
.btn-primary{
	font: 600 18px 'Poppins', sans-serif;
	color: #000;
	min-width: 204px;
	padding: 15px 30px;
	border-radius: 50px;
	background: #FFC000;
	border: none;
	transition: 1s !important;
	text-align: center;
}
.btn-primary:hover{
	background: #FFF;
}

.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 40px 0;
    z-index: 1;
	transition: all 1s ease;
}
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    animation: slideDown 0.35s ease-out;

	/* Actual backdrop-filter for supporting browsers */
	backdrop-filter: blur(10px);
	
	/* Fallback for browsers that do not support backdrop-filter */
	background-color: rgba(0, 0, 0, 0.5); /* Adjust alpha (fourth value) for transparency */
}

header .logo{
	width: 250px;
	float: left;
}

/* Navigation */
nav {
	float: right;
}
nav ul {
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
nav ul li {
    display: inline-block;
    margin: 0 15px;
}
nav ul li a {
    padding: 10px 0;
    font: 1rem 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    transition: all 1s ease;
}
nav ul li a:hover {
  color: #FFC000;
}
a.active {
	color: #FFC000;
	border-bottom: 2px solid #FFC000;
}

.banner-section{
	height: 100vh;
	background: url("../img/banner-img.jpg") #fff no-repeat center;
	background-size: cover;
}

.line {
	width: 100%;
	position: absolute;
	opacity: 0;
	text-align: center;
	margin-top: -100px;
}
.banner-section h6{
	width: 100%;
	text-align: center;
	margin-bottom: -20px;
}
.banner-section .btn-primary{
	position: absolute;
	left: 50%;
	top: 55%;
	margin-left: -100px;
}
.animated-mouse{
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: 40px;
	animation: nudge 1s linear infinite alternate;
}

@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -20px);
  }
}
.banner-border{
	width: 100%;
	height: 2px;
	margin-top: -2px;
	background: #FFC000;
}

.about-section, .work-section, .brands-section{
	width: 100%;
	background: #000;
	padding: 100px 0 115px 0;
	border-bottom: 2px #FFC000 solid;
}
.who-section, .what-section{
	padding: 0 10%;
}
.who-section .heading, .what-section .heading{
	padding: 50px 0 30px 100px;
	background: url("../img/info-icon.svg") no-repeat left top;
	background-size: contain;
	margin-bottom: 20px;
}
.who-section .heading h3, .what-section .heading h3{
	text-align: left;
	margin: 0;
}
.what-section .heading{
	background: url("../img/what-icon.svg") no-repeat left top;
	background-size: contain;
}

.bm-works{
	border-radius: 30px;
	overflow: hidden;
	padding-bottom: 60px;
	border:  2px #FFC000 solid;
}
.carousel-item{
	position: relative;
}
.carousel-caption{
	position: absolute;
	z-index: 10;
	padding: 0;
	bottom: 0;
}
.play-button{
	position: absolute;
	width: 8rem;
	height: 8rem;
	left: 50%;
	top: 50%;
	margin: -4rem 0 0 -4rem;
	display: block;
	border-radius: 50%;
	background: url("../img/paly-icon.svg") no-repeat;
	background-size: 100%;
	z-index: 1;
	transition: 1s;
}
.play-button:hover{
	box-shadow: 0 0 50px rgba(255, 192, 0, 1);
}
.img-overlay {
    position: absolute;
    background: linear-gradient(rgba(255,255,255,.0), rgba(0,0,0,1)) no-repeat bottom;
    width: 100%;
    height: 100%;
    bottom: -1px;
    left: 0;
	background-size: 100% 30%;
}
/* Adjust the slide transition duration */
.carousel-inner .carousel-item {
  transition: transform 1s ease-in-out;
}
.bm-works .carousel-inner{
	overflow: visible;
}
.bm-works .carousel-control-next, .bm-works .carousel-control-prev {
    width: 10%;
    opacity: 1;
	top: auto !important;
	height: 25%;
	bottom: 0;
}
.bm-works .carousel-caption h4 span{
	padding-right: 15px;
}
.bm-works .carousel-caption h6{
	font: 600 1.8rem 'Poppins', sans-serif;
	color: #FFF;
	margin-bottom: -1.5rem;
}
.bm-works .carousel-caption h6 span{
	color: #FFC000;
}
.bm-works .carousel-indicators {
    margin-bottom: 2rem;
}
.bm-works .carousel-indicators [data-bs-target] {
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.carousel-indicators .active {
    background-color: #FFC000;
}
.brands-section{
	background: url("../img/banner-img.jpg") no-repeat;
	background-size: cover;
}
.brands figure{
	max-width: 80%;
	margin: 40px 0;
	text-align: center;
}


footer{
	background: #000;
	text-align: center;
}
footer .footer-content{
	padding: 100px 0;
	text-align: center;
}
footer figure.footer-logo{
	width: 130px;
	margin: 20px auto;
}
footer p.initiative{
	font: .8rem 'Poppins', sans-serif;
	color: #999;
}
footer figure.footer-logo img{
	width: 100%;
}
footer figure{
	margin-bottom: 20px;
}
footer p{
	font: .9rem 'Poppins', sans-serif;
	color: #fff;
	max-width: 300px;
	margin: 0 auto;
}
footer a{
	font: 14px 'Poppins', sans-serif;
	color: #fff;
	margin: 7px 0 7px 0;
	display: block;
}
footer strong, footer strong{
	color: #FFC000;
}
.copyright{
	font: .7rem 'Poppins', sans-serif;
	width: 100%;
	float: left;
	padding: 20px 0;
	border-top: 1px #FFC000 solid;
	color: #fff;
}
.bm-modeal .modal-content{
	border-radius: 20px !important;
	overflow: hidden;
	box-shadow: 0 0 50px rgba(255, 192, 0, 1);
	border: 1px #FFC000 solid;
}
.bm-modeal .modal-title{
	color: #000;
	margin: 0;
}
.bm-modeal .modal-title span{
	color: #FFC000;
}
.bm-modeal .modal-body{
	padding: 0px !important;
}



/**** Media Queries ****/

@media (max-width: 780px) {
	h2{
		font-size: 2.5rem;
	}
	h4{
		font-size: 1rem;
	}
	.page-header {
		padding: 30px 0;
	}
	header .logo{
		width: 200px;
		margin: 0 auto;
		display: block;
		float: none;
	}
	nav {
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	.who-section{
		margin-bottom: 80px;
	}
	.bm-works {
		padding-bottom: 45px;
	}
	.bm-works .carousel-caption h4{
		margin-bottom: 0;
	}
	.bm-works .carousel-caption h4 span{
		padding-right: 12px;
	}
	.bm-works .carousel-caption h6{
		font-size: 1.4rem;
		margin: 10px 0 -2rem 0;
	}
	.bm-works .carousel-indicators {
		margin-bottom: 1rem;
	}
	.play-button{
		width: 6rem;
		height: 6rem;
		margin: -3rem 0 0 -3rem;
	}
	.brands figure {
		max-width: 90%;
		margin: 20px 0;
	}
	.footer-content figure{
		margin-top: 60px;
	}
}
@media (max-width: 580px) {
	h2{
		font-size: 2rem;
	}
	h6{
		font-size: 1.4rem;
		margin: 0;
	}
	nav ul li {
		margin: 0 10px;
	}
	.banner-section .btn-primary{
		top: 57%;
	}
	.play-button{
		width: 4rem;
		height: 4rem;
		margin: -2rem 0 0 -2rem;
	}
		
}
@media (max-width: 480px) {
	h2{
		font-size: 1.8rem;
	}
	h3{
		font-size: 1.4rem;
	}
	h4{
		font-size: .8rem;
	}
	.btn-primary{
		font-size: 1rem;
		min-width: 180px;
		padding: 12px 24px;
		margin-left: -90px !important;
	}
	nav ul li a {
		font-size: .8rem;
		padding: 10px 0;
	}
	.line {
		margin-top: -80px;
	}
	.work-section figure img, .brands-section figure img{
		width: 80px;
	}
	.bm-works .carousel-caption h4 span img{
		width: 20px;
	}
	.bm-works .carousel-caption h4 span{
		padding-right: 10px;
	}
	.bm-works .carousel-caption h6{
		font-size: 1rem;
		margin: 5px 0 -2rem 0;
	}
	.bm-works .carousel-indicators {
		margin-bottom: 1rem;
	}
	.brands figure img{
		width: 100% !important;
	}
}
