*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	border: none;

}

html{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	border: none;
}

body {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	border: none;
}

.globalHeader{
    position: relative;
    display: grid;
    height: 58px;
    place-items: center;
}

.headerNav{
    position: relative;
    display: grid;
    place-items: center;
    height: 58px;
    width: 100%;
    background: rgba(232,235,240,0.8);
    z-index: 999;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.navMenu{
	position: fixed;
	display: grid;
	grid-template-columns: 20% 60% 20%;
	height: 50px;
    width: 100%;
    max-width: 1024px;
}


.cL{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.cLLogo{
	display: flex;
    cursor: pointer;
    opacity: 0.8;
}

.cLLogo:hover{
    opacity: 1;
    transition: opacity 400ms;
}

.cC{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.services{
	display: flex;
	height: 100%;
	width: 100%;
}

.desktopNav {
	display: flex;
	width: 100%;
    justify-content: space-between;
    align-items: center;
	list-style: none;
	
}

.desktopNav li a {
    color: #1D1D1F;
    text-decoration: none;
    font-size: 14px;
	font-family: "Montserrat";
	font-weight: 500;
    letter-spacing: 0.8px;
	opacity: 0.8;
    text-transform: uppercase;
	cursor: pointer;
    transition: opacity 400ms;
}

.desktopNav li a:hover {
	color: #1D1D1F;
    opacity: 1;
}

.cR{
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	left: 0;
	bottom: 0;
}

.socialMediaIcons {
	position: absolute;
	display: flex;
	justify-content: space-between;
    align-items: center;
	list-style: none;
	height: 100%;
	width: 120px;
	z-index: 20;
}

.fb{
    background-image: url(../media/img/fb.svg);
    background-size: cover;
}

.ln{
    background-image: url(../media/img/ln.svg);
    background-size: cover;
}

.ig{
    background-image: url(../media/img/ig.svg);
    background-size: cover;
}

.fb,
.ln,
.ig{
    height: 16px;
	width: 16px;
	opacity: 0.8;
    transition: opacity 400ms;
	fill: #1D1D1F;
}

.fb:hover,
.ln:hover,
.ig:hover {
	cursor: pointer;
	opacity: 1;
}

.mobNav{
	display: none;
}


.mainMobPortNav {
	position: relative;
	display: none;
    place-items: center;
	height: 58px;
    width: 100%;
    z-index: 999;
}

.mainMobPortNavMenu {
	display: grid;
	grid-template-columns: 15% 70% 15%;
	width: 95%;
    place-items: center;
}

.mainMobPortCL {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.mainMobPortCC {
	display: grid;
    place-items: center;
	transition: all 100ms ease;
	z-index: 400;
}

.mainMobPortCR {
	display: grid;
    place-items: center;
	width: 100%;
	z-index: 400;
}

.menu-icon{
	display: grid;
    place-items: center;
	cursor: pointer;
}

.menu-icon .line-1,
.menu-icon .line-2 {
	position: absolute;
	height: 1.5px;
	width: 22px;
	background: #1D1D1F;
    z-index: 999;
}

.menu-icon .line-1 {
	margin-top: -7px;
}
	.menu-icon .line-2 {
	margin-top: 7px;
}

/* ---------------------- */

.close-icon{
	display: none;
    place-items: center;
	cursor: pointer;
	}

.close-icon .close-1,
.close-icon .close-2 {
	position: absolute;
	height: 1.5px;
	width: 22px;
	background: #1D1D1F;
	z-index: 999;
	}

.close-icon .close-1 {
	transform: rotate(45deg);
	}

.close-icon .close-2 {
	transform: rotate(-45deg);
	}







.main {
	display: grid;
	width: 100%;
    max-width: 2560px;
    margin: 0;
	margin-top: 0px;
	place-items: center;
}

.section-page{
	display: grid;
    grid-template-columns: 1fr;
	width: 87.5%;
	height: fit-content;
	place-items: center;
}

.section-header{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	height: 5vh;
	width: 100%;
}

.main-frame{
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	place-items: center;
}

.header{
	height: 20vh;
	min-height: 180px;
	max-height: 250px;
	width: 100%;
	display: grid;
	align-items: center;
	justify-items: start;
}

.header h1{
	font-family: "Montserrat";
	font-size: 72px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -.002em;
	color: #1D1D1F;
}

h2{
	font-family: "Montserrat";
	font-size: 54px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -.002em;
	color: #1D1D1F;
	justify-self: start;
	align-self: center;
}


.welcome-video{
	position: relative;
	/*width: 100%;
	width: 775px;
	height: 685px;*/
	width: 70vw;
	height: 61.25vw;
	border-radius: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-header{
	position: absolute;
	display: flex;
	height: 100%;
	width: 100%;
	place-items: center;	
}

.welcome-header h2{
	display: block;
	font-family: "Montserrat";
	font-size: 62px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -.002em;
	color: #1D1D1F;
	width: 100%;
	text-align: center;
	margin-bottom: 10%;
}


.welcome-header em{
	font-family: "Protest Riot";
	color: #6D1D6F;
	font-style: normal;
	letter-spacing: 0.01em;
}

.welcome-video-container{
	height: 100%;
	width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 25px;
}

#media1{
	background-image: url(../media/img/features__eycgjbkikqky_large.png);
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.section-footer{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	height: 10vh;
	min-height: 100px;
	width: 100%;
}


.header h2{
	font-family: "Montserrat";
	font-size: 54px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -.002em;
	color: #1D1D1F;
	justify-self: start;
	align-self: center;
}
.content{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	align-items: start;
	height: 50vh;
	min-height: 250px;
	max-height: 350px;
	width: 100%;
}

.content h3{
	font-family: "Montserrat";
	font-size: 32px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: .009em;
	justify-self: start;
	align-self: center;
	color: #505055;
	width: 60%;
}

.content em{
	color: #1D1D1F;
	font-weight: 600;
	font-size: 30px;
	font-style: normal;
}

.strategy em{
	color: #007AFF;
	font-style: normal;
	font-family: "Protest Riot";
	letter-spacing: 0.05em;
}

.digital-marketing em{
	color: #C44DFF;
	font-style: normal;
	font-family: "Protest Riot";
	letter-spacing: 0.05em;
}

.branding em{
	color: #F0CD67;
	font-style: normal;
	font-family: "Protest Riot";
	letter-spacing: 0.05em;
}

.web em{
	color: #007AFF;
	font-style: normal;
	font-family: "Protest Riot";
	letter-spacing: 0.05em;
}

.video-aspect-ratio2{
	width: 60vw;
	height: 30vw;
}

.welcome-video2{
	position: relative;
	/*width: 936px;
	height: 462px;*/

	border-radius: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#media2{
	background-image: url(../media/img/ccamera_endframe__e7lmrnr9dmaa_large_2x.jpg);
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.welcome-video3{
	position: relative;
	border-radius: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#media3{
	background-image: url(../media/img/dframe__edr5dc9jkb6u.jpg);
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.welcome-video4{
	position: relative;
	border-radius: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#media4{
	background-image: url(../media/img/frame__edr5dc9jkb6u.jpg);
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.welcome-video-container4{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	height: 100%;
	width: 100%;
    overflow: hidden;
	place-items: center;

}

.welcome-video5{
	position: relative;
	border-radius: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#media5{
	background-image: url(../media/img/left_endframe__ci3supeee55y.jpg);
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#media6{
	background-image: url(../media/img/right_endframe__ci3supeee55y.jpg);
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 734px) and (min-width: 0px) {
	.headerNav{
        display: none;
    }

    .mainMobPortNav {
        display: grid;
    }

    .mobNav{
		position: -webkit-sticky;
		position: fixed;
        display: flex;
		flex-direction: column;
		padding: 0px;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 0vh;
        background: rgba(232,235,240,1);
        z-index: 999;
		justify-content: start;
		overflow: hidden;
		z-index: 250;
		transition: all 600ms ease;
	}
	
	.mobServices{
		display: flex;
		height: 100vh;
		width: 100%;
	}
	
	
	.mobServicesNav {
		position: absolute;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 40vh;
		top: 15vh;
		justify-content: space-between;
		list-style: none;
		padding-left: 15%;
		z-index: 400;
	}

	.mobServicesNav li a {
		color: #1D1D1F;
		text-decoration: none;
		font-size: 28px;
		font-family: "Montserrat";
		font-weight: 600;
		opacity: 1;
		text-transform: uppercase;
		cursor: pointer;
		line-height: 2.5;
	}

	.mobServicesNav li a.active{
		color: azure;
		opacity: 1;
		cursor: default;
	}

	.mobServicesNav li a:hover {
		color: #1D1D1F;
		opacity: 1;
	}
	
	.mobServicesNav .mediaIcons{
		padding-top: 10%;
	}
	
	.mediaIcons {
		display: flex;
		width: 30vw;
		justify-content: space-between;
		align-items: center;
        max-width: 145px;
	}

	
	.mediaIcons img {
		height: 20px;
		width: 20px;
	}
	
    .fb,
    .ln,
    .ig{
        height: 20px;
        width: 20px;
        opacity: 1;
    }
}

@media screen and (max-width: 1023px) and (min-width: 481px){
    .header h1{
		font-size: 42px;
	}

	.welcome-header h2{
		font-size: 36px;
	}

	.header h2{
		font-size: 32px;
	}

	.header{
		height: 15vh;
		min-height: 140px;
		max-height: 200px;
		justify-items: center;
	}

	.content{
		height: 50vh;
		min-height: 250px;
		max-height: 350px;
		justify-items: center;
		text-align: center;
	}

	.content h3{
		font-size: 29px;
		justify-self: center;
		width: 90%;
		margin-left: 0;
	}

	.content em{
		font-size: 29px;
	}
	

	.header{
		justify-items: center;
		text-align: center;
	}

	.header h2{
		justify-self: center;
	}


	.section-footer{
		height: 5vh;
		min-height: 50px;
	}
}

@media screen and (max-width: 480px) and (min-width: 321px) and (orientation: portrait){

	
	.header h1{
		font-size: 28px;
	}

	.welcome-header h2{
		font-size: 24px;
	}

	.header h2{
		font-size: 22px;
	}

	.header{
		height: 15vh;
		min-height: 80px;
		max-height: 90px;
		justify-items: center;
	}

	.content{
		height: 50vh;
		min-height: 150px;
		max-height: 220px;
		justify-items: center;
		text-align: center;
	}

	.content h3{
		font-size: 17px;
		justify-self: center;
		width: 90%;
		margin-left: 0;
	}

	.content em{
		font-size: 17px;
	}
	

	.header{
		justify-items: center;
		text-align: center;
	}

	.header h2{
		justify-self: center;
	}

	.section-footer{
		height: 5vh;
		min-height: 50px;
	}

}




@media screen and (max-width: 320px) and (min-width: 0px) and (orientation: portrait){

	.header h1{
		font-size: 21px;
	}

	.welcome-header h2{
		font-size: 19px;
	}

	.header h2{
		font-size: 19px;
		line-height: 1.5;
	}


	
	.header{
		height: 15vh;
		min-height: 55px;
		max-height: 65px;
		justify-items: center;
	}

	.content{
		height: 50vh;
		min-height: 150px;
		max-height: 200px;
		justify-items: center;
		text-align: center;
	}

	.content h3{
		font-size: 15px;
		justify-self: center;
		width: 90%;
		margin-left: 0;
	}

	.content em{
		font-size: 15px;
	}

	.header{
		justify-items: center;
		text-align: center;
	}

	.header h2{
		justify-self: center;
	}


	.section-footer{
		height: 5vh;
		min-height: 50px;
	}

}
