*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	border: none;

}

:root{
	--welcome-height: 450px;
}

html{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	border: none;
}

body {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	border: none;
}

.background-development{ 
	background: linear-gradient(to bottom, #2e3e58 0%, #21283c 100%);
}

.globalHeader{
    position: relative;
    display: grid;
    height: 58px;
    place-items: center;
}

.headerNav{
    position: relative;
    display: grid;
    place-items: center;
    height: 58px;
    width: 100%;
    background: rgba(0,0,25,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: azure;
    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: azure;
    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: azure;
    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: azure;
	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: 100%;
	height: fit-content;
	place-items: center;
}

.hero-section{
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.section-content{
	width: 87.50%;
}

.section-header{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	height: 10vh;
	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;
	place-items: center;
	text-align: center;
}

.header h1{
	font-family: "Protest Riot";
	font-size: 72px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -.002em;
	color: #FFF;
}

.hero em{
	background-image: linear-gradient(320deg, #d3655d 0%, #e2a856 100%);
	color:transparent;
	-webkit-background-clip:text;
	font-style: normal;
	font-family: "Protest Riot";
	letter-spacing: 0.05em;
}

.develop em{
	color: #489e9f;
	font-style: normal;
	font-family: "Protest Riot";
	letter-spacing: 0.05em;
}

.header h2{
	font-family: "Protest Riot";
	font-size: 54px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -.002em;
	color: #E3F0F8;
}

.software em{
	color: #2F304F;
	font-style: normal;
	font-family: "Protest Riot";
	letter-spacing: 0.05em;
	background: #7BCF6A;
	background: linear-gradient(to bottom right, #50C79D 0%, #5DCF6D 50%, #83D05D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.content{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	text-align: center;
	height: 50vh;
	min-height: 250px;
	max-height: 350px;
	width: 100%;
}

.content h3{
	font-family: "Montserrat";
	font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: .009em;
	color: #E3F0F8;
	width: 75%;
}

.content em{
	font-family: "Montserrat";
	color: #FFF;
	font-weight: 600;
	font-size: 30px;
	font-style: normal;
}


.welcome-video{
	position: relative;
	/*width: 100%;
	width: 845px;
	height: 535px;*/
	width: 60vw;
    height: 38.25vw;
	max-width: 1536px;
	max-height: 976px;
	border-radius: 15px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-video2{
	position: relative;
	width: 100%;
	height: var(--welcome-height);
	border-radius: 15px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-video-container{
	height: 100%;
	width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 15px;
}

.welcome-video-container2{
	height: 100%;
	width: 100%;
    display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
    justify-content: center;
	grid-gap: 25px;
}


#media{
	background-image: url(../media/img/development.webp);
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#media2{
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 15px;
	-webkit-box-shadow: 4px 12px 40px 6px rgba(0,0,0,0.09);
    box-shadow: 4px 12px 40px 6px rgba(0,0,0,0.09);
	background: #1D1D1F;
}

.mediatxt{
	display: grid;
	width: 90%;
	height: 90%;
	place-items: center;
	
}

.mediatxt h2{
	font-family: "Archivo Black", sans-serif;
	font-size: 28px;
	text-transform: uppercase;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: .015em;
	text-align: center;
	text-align: justify;
}

.mediatxt-color{
	background: linear-gradient(90deg, #245536, #69bf74 25%, #b8ce66 84%);
	background: -webkit-linear-gradient(right, #245536, #69bf74 25%, #b8ce66 84%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mediatxt-light{
	color: #FFF;
}

.mediatxt-grey{
	color: #1D1D1F;
}

#media3{
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 15px;
	-webkit-box-shadow: 4px 12px 40px 6px rgba(0,0,0,0.09);
    box-shadow: 4px 12px 40px 6px rgba(0,0,0,0.09);
	background: radial-gradient(ellipse at 5% 5%, #7bcf6a 0%, rgba(123, 207, 106, 0) 75%), radial-gradient(ellipse at 95% 5%, #aec154 0%, rgba(174, 193, 84, 0) 75%), radial-gradient(ellipse at 95% 95%, #68a9bb 0%, rgba(104, 169, 187, 0) 75%), radial-gradient(ellipse at 5% 95%, #5fc28a 0%, rgba(95, 194, 138, 0) 75%);
}

#media4{
	display: grid;
	place-items: center;
	background-image: url(../media/img/footer_gradient__d5jtmfwmiqqa_small_2x.jpg);
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 15px;
	-webkit-box-shadow: 4px 12px 40px 6px rgba(0,0,0,0.09);
    box-shadow: 4px 12px 40px 6px rgba(0,0,0,0.09);
}

#media5{
	background-image: url(../media/img/development-software.jpg);
	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%;
}




@media screen and (max-width: 1023px) {
	.welcome-video-container2{
		grid-template-columns: 1fr ;
		grid-template-rows: 1fr 1fr 1fr;
	}

	.welcome-video2{
		height: calc(3 * (var(--welcome-height)));
	}
	
}

@media screen and (max-width: 1023px) and (min-width: 768px) {

	.header{
		height: 20vh;
		min-height: 140px;
		max-height: 200px;
	}

	.header h1{
		font-size: 60px;
	}

	.header h2{
		font-size: 54px;
		line-height: 1.5;
	}

	.content{
		height: 50vh;
		min-height: 200px;
		max-height: 280px;
		justify-items: center;
		text-align: start;

	}

	.content h3{
		font-size: 30px;
		justify-self: center;
		width: 85%;
		margin-left: 0;

	}

	.content em{
		font-size: 28px;
	}

	.welcome-video{
		max-width: 80vw;
		max-height: 51vw;
	}

	.section-footer{
		height: 5vh;
		min-height: 50px;
	}

	.mediatxt h2{
		font-size: 28px;
		text-align: justify;
	}

}

@media screen and (max-width: 734px) and (min-width: 0px) {
	.headerNav{
        display: none;
    }

    .mainMobPortNav {
        display: grid;
		background: #2e3e58;
		;
    }

    .mobNav{
		position: -webkit-sticky;
		position: fixed;
        display: flex;
		flex-direction: column;
		padding: 0px;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 0vh;
        background: #2e3e58;
        z-index: 999;
		justify-content: start;
		overflow: hidden;
		z-index: 250;
		transition: all 600ms ease;
	}
	
	.mobServices{
		display: flex;
		height: 100vh;
		width: 100%;
		background: #2e3e58;
	}
	
	
	.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: azure;
		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: azure;
		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: 768px) and (orientation: portrait){
	:root{
		--welcome-height: 760px;
	}

	.welcome-video-container2{
		place-items: center;
	}

	#media2,
	#media3,
	#media4{
		max-width: 600px;
	}

	.content h3{
		max-width: 600px;
	}

}


@media screen and (max-width: 767px) and (min-width: 481px){

	.header{
		height: 20vh;
		min-height: 140px;
		max-height: 200px;
	}

	.header h1{
		font-size: 48px;
	}

	.header h2{
		font-size: 42px;
		line-height: 1.5;
	}

	.content{
		height: 50vh;
		min-height: 200px;
		max-height: 280px;
		justify-items: center;
		text-align: start;
	}

	.content h3{
		font-size: 22px;
		justify-self: center;
		width: 85%;
		margin-left: 0;
	}

	.content em{
		font-size: 22px;
	}

	.welcome-video{
		width: 80vw;
		height: 51vw;
	}

	.section-footer{
		height: 5vh;
		min-height: 50px;
	}

	.mediatxt h2{
		font-size: 28px;
		text-align: justify;
	}

}

@media screen and (max-width: 767px) and (min-width: 481px) and (orientation: landscape){

	

	.welcome-video-container2{
		place-items: center;
	}

	#media2,
	#media3,
	#media4{
		max-width: 80vw;
	}

	.content h3{
		max-width: 80vw;
	}
}

@media screen and (max-width: 767px) and (min-width: 481px) and (orientation: portrait){
	.welcome-video-container2{
		place-items: center;
	}

	#media2,
	#media3,
	#media4{
		max-width: 80vw;
	}

	.content h3{
		max-width: 80vw;
	}

}

@media screen and (max-width: 480px) and (min-width: 321px) and (orientation: portrait){
	.header{
		height: 20vh;
		min-height: 100px;
		max-height: 135px;
	}

	.header h1{
		font-size: 38px;
	}

	.header h2{
		font-size: 32px;
		line-height: 1.5;
	}


	.content{
		height: 50vh;
		min-height: 150px;
		max-height: 220px;
		justify-items: center;
		text-align: start;
	}

	.content h3{
		font-size: 18px;
		justify-self: center;
		width: 80%;
		margin-left: 0;
	}

	.content em{
		font-size: 18px;
	}

	.welcome-video{
		max-width: 80vw;
		max-height: 51vw;
	    min-width: 250px;
	    min-height: 159px;
	}

	.section-footer{
		height: 5vh;
		min-height: 50px;
	}

	.mediatxt h2{
		font-size: 30px;
		text-align: justify;
	}

}




@media screen and (max-width: 320px) and (min-width: 0px) and (orientation: portrait){
    
    :root{
        --welcome-height: 380px;
    }

	.header{
		height: 15vh;
		min-height: 90px;
		max-height: 115px;
	}

	.header h1{
		font-size: 34px;
	}

	.header h2{
		font-size: 28px;
		line-height: 1.5;
	}

	.content{
		height: 50vh;
		min-height: 150px;
		max-height: 200px;
		justify-items: center;
		text-align: start;
	}

	.content h3{
		font-size: 16px;
		justify-self: center;
		width: 80%;
		margin-left: 0;
	}

	.content em{
		font-size: 16px;
	}

	.welcome-video{
		max-width: 80vw;
		max-height: 51vw;
		min-width: 200px;
	    min-height: 127px;
	}

	.section-footer{
		height: 5vh;
		min-height: 50px;
	}

	.mediatxt h2{
		font-size: 24px;
		text-align: justify;
	}

}
