@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Telugu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

*,
*:before,
*:after{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root{
	--text-color: rgb(51, 51, 51);
	--span-color: rgb(66,221,178);
	--grey-color: #767676;
}

::selection{
	background-color: rgb(198,241,233);
}

html{
	height: 100%;
	scroll-behavior: smooth;
}

body{
	height: 100vh;
	color: var(--text-color);
}

main{
	margin-left: 300px;
}

header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 78px;
	padding: 0 103px;
	padding-right: 130px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 4px 30px rgba(0,0,0,0.1);
	backdrop-filter: blur(5px);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}

header img{
	cursor: pointer;
}

.nav_button{
	position: relative;
	border: none;
	font-size: 1.15rem;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	color: var(--text-color);
	transition: 250ms;
	cursor: pointer;
	padding: 13px 25px;
	background-color: white;
}

.ham_button{
	display: none;
	border: none;
	font-size: 1.15rem;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	transition: 250ms;
	cursor: pointer;
	background-color: var(--span-color);
	padding: 13px 25px;
	border-radius: 25px;
}

.active_nav_button{
	border: none;
	font-size: 1.15rem;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	transition: 250ms;
	cursor: pointer;
	background-color: var(--span-color);
	padding: 13px 25px;
	border-radius: 25px;
}

header button:hover{
	transform: scale(1.1);
}

.navlinks{
	list-style: none;
}

.navlinks li{
	display: inline-block;
	padding: 0 20px;
	transition: 250ms;
}

.navlinks li:hover{
	transform: scale(1.1);
	color: var(--text-color);
}

.navlinks li a{
	font-size: 1.2rem;
	text-decoration: none;
	color: #767676;
	font-weight: 500;
	font-family: 'Source Sans Pro', sans-serif;
}

.firstpage{
	display: flex;
	justify-content: space-between;
	margin-right: 200px;
	margin-bottom: 150px;
}

.firstpage-left{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 120px;
	margin-top: 100px;
}

.firstpage-left h1{
	font-size: 5rem;
	font-family: 'Roboto', sans-serif;
	width: 13ch;
}

.firstpage-left h3{
	font-size: 2rem;
	font-family: 'Roboto', sans-serif;
	width: 30ch;
	font-weight: 100;
}

.buttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px;
}

.buttons button{
	padding: 15px 45px;
	border: none;
	border-radius: 30px;
	color: white;
	background-color: var(--span-color);
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	transition: 300ms;
	cursor: pointer;
}

.buttons h4{
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	color: var(--span-color);
	transition: 300ms;
	cursor: pointer;
}


.buttons button:hover{
	transform: scale(1.07);
}

.buttons h4:hover{
	transform: scale(1.07);
}

.span{
	color: var(--span-color);
}

.span2{
	color: var(--text-color);
}

.secondpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 150px;
}

.secondpage h1{
	font-size: 5rem;
	font-family: 'Roboto', sans-serif;
}

.secondpage h3{
	font-size: 2rem;
	font-family: 'Roboto', sans-serif;
	width: 50ch;
	font-weight: 100;
}

.center{
	display: block;
	margin-right: auto;
	transform: translateX(-100px);
	padding: 15px;
	background-color: white;
	border-radius: 50px;
	box-shadow: 0px 15px 100px grey;
	margin-bottom: 100px;
	width: 100%;
	height: auto;
}

.thirdpage{
	display: flex;
	flex-direction: row;
	margin-bottom: 100px;
	align-items: center;
	gap: 50px;
}

.thirdpage :is(.third-one, .third-two, .third-three){
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.thirdpage :is(.third-one i, .third-two i, .third-three i){
	color: white;
	height: 60px;
	width: 60px;
	border-radius: 20px;
	padding: 18px 20px;
	font-size: 1.5rem;
	background-color: rgb(87,222,180);
}

.thirdpage :is(.third-one h3, .third-two h3, .third-three h3){
	font-size: 1.5rem;
	font-weight: 800;
	font-family: 'Source Sans Pro', sans-serif;
}

.thirdpage :is(.third-one p, .third-two p, .third-three p){
	font-size: 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 30ch;
}

.fourthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 100px;
}

.fourthpage h1{
	font-size: 3.5rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.fourthpage p{
	font-size: 2rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 50ch;
}

.fifthpage{
	display: flex;
	margin: 0 150px;
	gap: 50px;
	align-items: center;
	margin-bottom: 250px;
}

.fifthpage :is(.card1, .card2, .card3){
	display: flex;
	flex-direction: column;
	width: 300px;
	height: 400px;
	background-color: white;
	border: none;
	border-radius: 50px;
	box-shadow: 0px 10px 20px grey;
	gap: 25px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.fifthpage :is(.card1 h3, .card2 h3, .card3 h3){
	font-size: 1.6rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.fifthpage :is(.card1 p, .card2 p, .card3 p){
	font-size: 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 20ch;
}

.card1 h5{
	padding: 5px 10px;
	background-color: rgb(87,222,180);
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 15px;
	color: white;
	font-size: 0.85rem;
	letter-spacing: 3px;
}

.fifthpage :is(.card2 h5, .card3 h5){
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 3px;
}

.fifthpage :is(.card1 h5, .card3 h5){
	margin-top: 20px;
}

.sixthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
}

.sixthpage h1{
	font-size: 5rem;
	font-family: 'Roboto', sans-serif;
}

.sixthpage p{
	font-size: 2rem;
	font-family: 'Roboto', sans-serif;
	width: 42ch;
}

.seventhpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.seventhpage h1{
	font-size: 3.5rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.seventhpage p{
	font-size: 2rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 50ch;
}

.eighthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-left: 500px;
}

.eighthpage h1{
	font-size: 3.5rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.eighthpage p{
	font-size: 2rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 50ch;
}

.ninthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 250px;
}

.ninthpage h1{
	font-size: 3.5rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.ninthpage p{
	font-size: 2rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 50ch;
}

.tenthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100vh;
	position: relative;
	margin-bottom: 150px;
}

.tenthpage h1{
	font-size: 5rem;
	font-family: 'Roboto', sans-serif;
}

.tenthpage p{
	font-size: 2rem;
	font-family: 'Roboto', sans-serif;
	width: 42ch;
}

.tenthpage a{
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	color: var(--span-color);
	transition: 300ms;
	cursor: pointer;
	text-decoration: none;
}

.tenthpage a:hover{
	transform: scale(0.99);
}

.AWS{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(251,153,1);
	left: -200px;
	top: 60px;
	transition: 300ms;
}

.Windows{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(250,202,11);
	left: 1095px;
	top: 20px;
	transition: 300ms;
}

.iOSmacOS{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(36,35,35);
	left: 1000px;
	top: 210px;
	transition: 300ms;
}

.TensorFlowLite{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(254,209,2);
	left: -145px;
	top: 320px;
	transition: 300ms;
}

.Azure{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(20,137,214);
	left: 145px;
	top: 380px;
	transition: 300ms;
}

.Framer{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(14,56,177);
	left: 670px;
	top: 320px;
	transition: 300ms;
}

.GoogleCloud{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(228,75,75);
	left: 1250px;
	top: 340px;
	transition: 300ms;
}

.ONNX{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(134,75,255);
	left: 425px;
	top: 485px;
	transition: 300ms;
}

.Arduino{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(66,221,178);
	left: 900px;
	top: 480px;
	transition: 300ms;
}

.Python{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(59,195,122);
	left: -10px;
	top: 620px;
	transition: 300ms;
}

.TensorFlow{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(248,60,46);
	left: 665px;
	top: 660px;
	transition: 300ms;
}

.RaspberryPi{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(225,15,0);
	left: 1135px;
	top: 640px;
	transition: 300ms;
}

.Unity{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(51,51,51);
	left: 280px;
	top: 730px;
	transition: 300ms;
}

.CoreML{
	position: absolute;
	text-align: center;
	padding-top: 20px;
	color: white;
	height: 100px;
	width: 100px;
	border-radius: 40px;
	font-size: 1.5rem;
	background-color: rgb(167,187,195);
	left: 930px;
	top: 840px;
	transition: 300ms;
}

.platforms :is(.AWS, .Windows, .iOSmacOS, .TensorFlowLite, .Azure, .Framer,
			   .GoogleCloud, .ONNX, .Arduino, .Python, .TensorFlow, .RaspberryPi,
			   .Unity, .CoreML):hover{
	transform: scale(1.07);
}

.eleventhpage{
	display: flex;
	flex-direction: row;
	gap: 100px;
	margin-bottom: 200px;
}

.eleventh-two{
	margin-top: 50px;
}

.eleventh-three{
	margin-top: 100px;
}

.eleventhpage :is(.eleventh-one img, .eleventh-two img, .eleventh-three img){
	border-radius: 50px;
	height: auto;
	width: 60px;
}

.eleventhpage :is(.eleventh-one, .eleventh-two, .eleventh-three){
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	gap: 20px;
	height: 500px;
	width: 350px;
	border-radius: 25px;
	box-shadow: 0px 10px 20px grey;
	transition: 250ms;
}

.eleventhpage :is(.eleventh-one p, .eleventh-two p, .eleventh-three p){
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5rem;
	width: 25ch;
}

.eleventhpage :is(.eleventh-one, .eleventh-two, .eleventh-three):hover{
	transform: scale(1.07);
}

.eleventh-one p{
	margin-bottom: 50px;
}

.eleventh-two p{
	margin-bottom: 20px;
}

.eleventh-three p{
	margin-bottom: 80px;
}

.eleventhpage :is(.eleventh-one h5, .eleventh-two h5, .eleventh-three h5){
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5rem;
}

.span3{
	color: var(--grey-color);
}

.twelfthpage{
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-right: 400px;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 150px;
}

.twelfthpage h1{
	font-size: 5rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 15ch;
	line-height: 90px;
	font-weight: 700;
}

.twelfthpage button{
	padding: 15px 45px;
	font-size: 1.75rem;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 50px;
	border: none;
	color: white;
	background-color: rgb(66,221,178);
	font-weight: 700;
	cursor: pointer;
	transition: 250ms;
}

.twelfthpage button:hover{
	transform: scale(1.07);
}

.line{
	width: 100%;
	margin:0;
	margin-bottom:50px;
}

footer{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
	height: 600px;
}

footer :is(.foot1, .foot2, .foot3, .foot4){
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.25rem;
}

footer :is(.foot1 a, .foot2 a, .foot3 a, .foot4 a){
	text-decoration: none;
	color: var(--text-color);
}

.foot1 img{
	width: 86px;
	height: 27px;
}

.foot5{
	display: flex;
	flex-direction: row;
	padding-bottom: 150px;
	gap: 20px;
}

.foot5 i{
	background-color: var(--span-color);
	font-size: 1.5rem;
	color: white;
	text-align: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	padding-top: 12px;
	padding-left: 1px;
}

footer :is(.foot2 a, .foot3 a, .foot4 a, .foot5 a){
	transition: 250ms;
}

footer :is(.foot2 a, .foot3 a, .foot4 a, .foot5 a):hover{
	transform: scale(1.07);
}

.second-video{
	margin: 0 -200px;
	width: 100%;
}

.third-video{
	margin: 0 -200px;
	width: 100%;
}

.third-video{
	margin: 0 -200px;
	width: 100%;
}

.fourth-video{
	margin: 0 -200px;
	width: 100%;
}

@media only screen and (max-width: 1657px){
	.firstpage{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 200px;
	margin-bottom: 150px;
	}

	.firstpage-left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20px;
	padding-top: 0;
	margin-top: 0;
	order: 2;
	}

	.firstpage video{
	height: auto;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	}

	.center{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	background-color: white;
	border-radius: 50px;
	box-shadow: 0px 15px 100px grey;
	margin-bottom: 100px;
	width: 100%;
	height: auto;
	}

	.thirdpage{
		justify-content: space-around;
		gap: 0;
	}

	:is(.second-video, .third-video, .fourth-video){
		margin: 0 -100px;
		width: 100%;
	}
}

@media only screen and (max-width: 1515px){
	.center{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	background-color: white;
	border-radius: 50px;
	box-shadow: 0px 15px 100px grey;
	margin-bottom: 100px;
	height: auto;
	width: 100%;
	}

	.secondpage{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
	margin-bottom: 150px;
	margin-right: 200px;
}

.secondpage h1{
	font-size: 4rem;
	font-family: 'Roboto', sans-serif;
}

.secondpage h3{
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	width: 50ch;
	font-weight: 100;
}

.thirdpage{
	justify-content: center;
}

:is(.second-video, .third-video, .fourth-video){
		margin: 0;
		width: 80%;
}

.sixthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
}

.sixthpage h1{
	font-size: 4rem;
	font-family: 'Roboto', sans-serif;
}

.sixthpage p{
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	width: 42ch;
}

.eleventhpage{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px;
	margin-bottom: 200px;
	margin-right: 200px;
}

.eleventh-two{
	margin-top: 0px;
}

.eleventh-three{
	margin-top: 0px;
}

.eighthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-left: 70px;
}

.eighthpage h1{
	font-size: 3.5rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.eighthpage p{
	font-size: 2rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 50ch;
}

.twelfthpage{
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-right: 200px;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 150px;
}

.AWS{
	left: -130px;
	top: 60px;
}

.Windows{
	left: 895px;
	top: 20px;
}

.iOSmacOS{
	left: 850px;
	top: 210px;
}

.TensorFlowLite{
	left: -145px;
	top: 320px;
}

.Azure{
	left: 245px;
	top: 380px;
}

.Framer{
	left: 570px;
	top: 320px;
}

.GoogleCloud{
	left: 1050px;
	top: 340px;
}

.ONNX{
	left: 425px;
	top: 545px;
}

.Arduino{
	left: 750px;
	top: 480px;
}

.Python{
	left: -10px;
	top: 620px;
}

.TensorFlow{
	left: 600px;
	top: 660px;
}

.RaspberryPi{
	left: 935px;
	top: 640px;
}

.Unity{
	left: 280px;
	top: 730px;
}

.CoreML{
	left: 800px;
	top: 840px;
}

}

@media only screen and (max-width: 1317px){
.AWS{
	left: -110px;
	top: 60px;
}

.Windows{
	left: 655px;
	top: 20px;
}

.iOSmacOS{
	left: 550px;
	top: 210px;
}

.TensorFlowLite{
	left: -105px;
	top: 320px;
}

.Azure{
	left: 145px;
	top: 380px;
}

.Framer{
	left: 370px;
	top: 320px;
}

.GoogleCloud{
	left: 700px;
	top: 340px;
}

.ONNX{
	left: 75px;
	top: 545px;
}

.Arduino{
	left: 550px;
	top: 480px;
}

.Python{
	left: -100px;
	top: 620px;
}

.TensorFlow{
	left: 400px;
	top: 660px;
}

.RaspberryPi{
	left: 735px;
	top: 640px;
}

.Unity{
	left: 180px;
	top: 730px;
}

.CoreML{
	left: 550px;
	top: 840px;
}
}

@media only screen and (max-width: 1261px){
	.tenthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	text-align: center;
	height: 100vh;
	position: relative;
	margin-bottom: 150px;
	margin-right: 200px;
}

.tenthpage h1{
	font-size: 4rem;
	font-family: 'Roboto', sans-serif;
}

.tenthpage p{
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	width: 42ch;
}

.tenthpage a{
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	color: var(--span-color);
	transition: 300ms;
	cursor: pointer;
	text-decoration: none;
}

.fifthpage{
	display: flex;
	margin: 0;
	margin-right: 200px;
	gap: 50px;
	align-items: center;
	margin-bottom: 250px;
}

.fifthpage :is(.card1, .card2, .card3){
	display: flex;
	flex-direction: column;
	width: 300px;
	height: 400px;
	background-color: white;
	border: none;
	border-radius: 50px;
	box-shadow: 0px 10px 20px grey;
	gap: 25px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.thirdpage{
	display: flex;
	flex-direction: row;
	margin-bottom: 100px;
	margin-right: 200px;
	align-items: center;
	gap: 50px;
}

.thirdpage :is(.third-one, .third-two, .third-three){
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.thirdpage :is(.third-one i, .third-two i, .third-three i){
	color: white;
	height: 60px;
	width: 60px;
	border-radius: 20px;
	padding: 18px 20px;
	font-size: 1.5rem;
	background-color: rgb(87,222,180);
}

.thirdpage :is(.third-one h3, .third-two h3, .third-three h3){
	font-size: 1.5rem;
	font-weight: 800;
	font-family: 'Source Sans Pro', sans-serif;
}

.thirdpage :is(.third-one p, .third-two p, .third-three p){
	font-size: 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 20ch;
}

.fourthpage{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
	margin-bottom: 100px;
	margin-right: 200px;
}

.AWS{
	left: 60px;
	top: 60px;
}

.Windows{
	left: 755px;
	top: 20px;
}

.iOSmacOS{
	left: 600px;
	top: 210px;
}

.TensorFlowLite{
	left: -105px;
	top: 320px;
}

.Azure{
	left: 145px;
	top: 200px;
}

.Framer{
	left: 370px;
	top: 320px;
}

.GoogleCloud{
	left: 750px;
	top: 340px;
}

.ONNX{
	left: 175px;
	top: 445px;
}

.Arduino{
	left: 550px;
	top: 480px;
}

.Python{
	left: -100px;
	top: 620px;
}

.TensorFlow{
	left: 400px;
	top: 660px;
}

.RaspberryPi{
	left: 735px;
	top: 640px;
}

.Unity{
	left: 100px;
	top: 730px;
}

.CoreML{
	left: 550px;
	top: 840px;
}

}

@media only screen and (max-width: 1165px){
	.foot5{
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
	gap: 20px;
}

	footer{
		gap: 70px;
	}
}

@media only screen and (max-width: 1208px){
	.AWS{
		left: 0;
	}
}

@media only screen and (max-width: 1096px){
	.AWS{
		left: -100px;
	}
}

@media only screen and (max-width: 1021px){
	.fifthpage{
	display: flex;
	flex-direction: column;
	margin: 0;
	margin-right: 200px;
	gap: 30px;
	align-items: center;
	margin-bottom: 100px;
}

.fifthpage :is(.card1, .card2, .card3){
	display: flex;
	flex-direction: column;
	width: 300px;
	height: 400px;
	background-color: white;
	border: none;
	border-radius: 50px;
	box-shadow: 0px 10px 20px grey;
	gap: 25px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.sixthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
}

.sixthpage h1{
	font-size: 3rem;
	font-family: 'Roboto', sans-serif;
}

.sixthpage p{
	font-size: 1.25rem;
	font-family: 'Roboto', sans-serif;
	width: 42ch;
}

.seventhpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.seventhpage h1{
	font-size: 3rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.seventhpage p{
	font-size: 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 40ch;
}

.eighthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-left: 70px;
}

.eighthpage h1{
	font-size: 3rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.eighthpage p{
	font-size: 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 45ch;
}

.ninthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 250px;
}

.ninthpage h1{
	font-size: 3rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.ninthpage p{
	font-size: 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 40ch;
}

.line{
	margin: 0;
	margin-bottom:50px;
	width: 100%;
}
}

@media only screen and (max-width: 1013px){
.Windows{
	left: 605px;
	top: 20px;
}

.iOSmacOS{
	left: 500px;
	top: 210px;
}

.TensorFlowLite{
	left: -105px;
	top: 320px;
}

.Azure{
	left: 45px;
	top: 200px;
}

.Framer{
	left: 300px;
	top: 320px;
}

.GoogleCloud{
	left: 650px;
	top: 340px;
}

.ONNX{
	left: 175px;
	top: 445px;
}

.Arduino{
	left: 450px;
	top: 480px;
}

.Python{
	left: -100px;
	top: 620px;
}

.TensorFlow{
	left: 400px;
	top: 660px;
}

.RaspberryPi{
	left: 635px;
	top: 640px;
}

.Unity{
	left: 100px;
	top: 730px;
}

.CoreML{
	left: 550px;
	top: 840px;
}
}

/*HAMBURGER MENU*/
#check{
	display: none;
}

.checkbtn{
	font-size: 16px;
	color: black;
	cursor: pointer;
	display: none;
}
/*HAMBURGER MENU*/

@media only screen and (max-width: 946px){
	.checkbtn{
		display: block;
	}

	.ham_button{
		display: block;
		width: 80%;
	}

	.navlinks{
		display: flex;
		place-items: flex-start;
		padding-left: 80px;
		gap: 20px;
		height: 300px;
		width: 110%;
		position: fixed;
		flex-direction: column;
		text-align: center;
		left: 0%;
		top: -750%;
		transition: all 0.5s;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 4px 30px rgba(0,0,0,0.1);
		backdrop-filter: blur(5px);
	}

	#check:checked ~ ul{
		top: 100%;
	}

	header button{
		display: none;
	}

	nav ul li{
		font-size: 1rem;
		margin-top: 0px;
		padding: 0;
	}

	header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 78px;
	padding: 0 30px;
	padding-right: 50px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 4px 30px rgba(0,0,0,0.1);
	backdrop-filter: blur(5px);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}
}

@media only screen and (max-width: 900px){
.Windows{
	left: 555px;
	top: 20px;
}

.iOSmacOS{
	left: 400px;
	top: 210px;
}

.TensorFlowLite{
	left: -105px;
	top: 320px;
}

.Azure{
	left: 45px;
	top: 200px;
}

.Framer{
	left: 200px;
	top: 320px;
}

.GoogleCloud{
	left: 550px;
	top: 340px;
}

.ONNX{
	left: 75px;
	top: 445px;
}

.Arduino{
	left: 350px;
	top: 480px;
}

.Python{
	left: -100px;
	top: 620px;
}

.TensorFlow{
	left: 250px;
	top: 660px;
}

.RaspberryPi{
	left: 505px;
	top: 640px;
}

.Unity{
	left: 50px;
	top: 730px;
}

.CoreML{
	left: 400px;
	top: 840px;
}
}

@media only screen and (max-width: 881px){
.thirdpage{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 100px;
	margin-right: 200px;
	align-items: center;
	gap: 50px;
}

.thirdpage :is(.third-one, .third-two, .third-three){
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 5px;
}

.thirdpage :is(.third-one i, .third-two i, .third-three i){
	color: white;
	height: 60px;
	width: 60px;
	border-radius: 20px;
	padding: 18px 20px;
	font-size: 1.5rem;
	background-color: rgb(87,222,180);
}

.thirdpage :is(.third-one h3, .third-two h3, .third-three h3){
	font-size: 1.5rem;
	font-weight: 800;
	font-family: 'Source Sans Pro', sans-serif;
}

.thirdpage :is(.third-one p, .third-two p, .third-three p){
	font-size: 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 20ch;
}

.fourthpage h1{
	font-size: 3rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.fourthpage p{
	font-size: 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 50ch;
}

}

@media only screen and (max-width: 893px){

.AWS{
	left: -150px;
}

.Windows{
	left: 535px;
	top: 20px;
}

.iOSmacOS{
	left: 350px;
	top: 210px;
}

.TensorFlowLite{
	left: -145px;
	top: 320px;
}

.Azure{
	left: -50px;
	top: 200px;
}

.Framer{
	left: 200px;
	top: 320px;
}

.GoogleCloud{
	left: 550px;
	top: 340px;
}

.ONNX{
	left: 75px;
	top: 445px;
}

.Arduino{
	left: 350px;
	top: 480px;
}

.Python{
	left: -100px;
	top: 620px;
}

.TensorFlow{
	left: 250px;
	top: 660px;
}

.RaspberryPi{
	left: 505px;
	top: 640px;
}

.Unity{
	left: 50px;
	top: 730px;
}

.CoreML{
	left: 400px;
	top: 840px;
}
}

@media only screen and (max-width: 841px){
.firstpage-left h1{
	font-size: 3.5rem;
	font-family: 'Roboto', sans-serif;
	width: 13ch;
}

.firstpage-left h3{
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	width: 30ch;
	font-weight: 100;
}

.secondpage h1{
	font-size: 3rem;
	font-family: 'Roboto', sans-serif;
}

.secondpage h3{
	font-size: 1.15rem;
	font-family: 'Roboto', sans-serif;
	width: 50ch;
	font-weight: 100;
}
}

@media only screen and (max-width: 831px){
.tenthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	text-align: center;
	height: 100vh;
	position: relative;
	margin-bottom: 150px;
	margin-right: 200px;
}

.tenthpage h1{
	font-size: 3rem;
	font-family: 'Roboto', sans-serif;
}

.tenthpage p{
	font-size: 1.25rem;
	font-family: 'Roboto', sans-serif;
	width: 42ch;
}

.tenthpage a{
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	color: var(--span-color);
	transition: 300ms;
	cursor: pointer;
	text-decoration: none;
}

.line{
	width: 100%;
	margin:0;
}
}

@media only screen and (max-width: 800px){
footer{
	display: grid;
	grid-template-columns: 250px 250px;
	grid-template-rows: repeat(3, 175px);
	justify-content: center;
	align-items: center;
	gap: 0;
	grid-row-gap: 70px;
	height: 800px;
	margin-top: 100px;
}

.foot1{
	place-items: center;
	place-content: center;
	grid-column: 1 / 3;
	grid-row: 3 / 4;
}

.foot2{
	place-items: center;
	place-content: center;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.foot3{
	place-items: center;
	place-content: center;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.foot4{
	place-items: center;
	place-content: center;
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.foot5{
	place-items: center;
	place-content: center;
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.AWS{
	left: -150px;
}

.Windows{
	left: 455px;
	top: 20px;
}

.iOSmacOS{
	left: 250px;
	top: 210px;
}

.TensorFlowLite{
	left: -145px;
	top: 320px;
}

.Azure{
	left: -50px;
	top: 200px;
}

.Framer{
	left: 100px;
	top: 320px;
}

.GoogleCloud{
	left: 400px;
	top: 340px;
}

.ONNX{
	left: 0px;
	top: 445px;
}

.Arduino{
	left: 250px;
	top: 480px;
}

.Python{
	left: -100px;
	top: 620px;
}

.TensorFlow{
	left: 150px;
	top: 660px;
}

.RaspberryPi{
	left: 355px;
	top: 640px;
}

.Unity{
	left: 0px;
	top: 730px;
}

.CoreML{
	left: 250px;
	top: 840px;
}
}

@media only screen and (max-width: 757px){
.sixthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
}

.sixthpage h1{
	font-size: 2.75rem;
	font-family: 'Roboto', sans-serif;
}

.sixthpage p{
	font-size: 1.15rem;
	font-family: 'Roboto', sans-serif;
	width: 42ch;
}

.seventhpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.seventhpage h1{
	font-size: 2.75rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.seventhpage p{
	font-size: 1.15rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 40ch;
}

.eighthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-left: 70px;
}

.eighthpage h1{
	font-size: 2.75rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.eighthpage p{
	font-size: 1.15rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 45ch;
}

.ninthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 250px;
}

.ninthpage h1{
	font-size: 2.75rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.ninthpage p{
	font-size: 1.15rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 40ch;
}

.tenthpage h1{
	font-size: 2.75rem;
	font-family: 'Roboto', sans-serif;
}

.tenthpage p{
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	width: 42ch;
}

.Windows{
	left: 390px;
	top: 20px;
}
}

@media only screen and (max-width: 680px){
.tenthpage h1{
	font-size: 2.25rem;
	font-family: 'Roboto', sans-serif;
}

.buttons{
	flex-direction: column;
}

.fourthpage p{
	font-size: 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 30ch;
}

.sixthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
}

.sixthpage p{
	width: 30ch;
}

.seventhpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.eighthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-left: 0px;
}

.ninthpage{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 250px;
}

:is(.second-video, .third-video, .fourth-video){
		margin: 0 -70px;
		width: 100%;
	}
}

@media only screen and (max-width: 650px){
.AWS{
	left: -150px;
}

.Windows{
	left: 335px;
	top: 20px;
}

.iOSmacOS{
	left: 290px;
	top: 210px;
}

.TensorFlowLite{
	left: -145px;
	top: 320px;
}

.Azure{
	left: -50px;
	top: 200px;
}

.Framer{
	left: 100px;
	top: 320px;
}

.GoogleCloud{
	left: 250px;
	top: 370px;
}

.ONNX{
	left: 0px;
	top: 445px;
}

.Arduino{
	left: 220px;
	top: 520px;
}

.Python{
	left: -150px;
	top: 620px;
}

.TensorFlow{
	left: 100px;
	top: 660px;
}

.RaspberryPi{
	left: 300px;
	top: 640px;
}

.Unity{
	left: -50px;
	top: 730px;
}

.CoreML{
	left: 200px;
	top: 840px;
}
}

@media only screen and (max-width: 616px){
	.tenthpage p{
		width: 30ch;
	}
}

@media only screen and (max-width: 587px){
.Windows{
	left: 235px;
	top: 20px;
}

.Azure{
	left: -100px;
	top: 200px;
}

.RaspberryPi{
	left: 250px;
	top: 640px;
}

.secondpage h3{
	width: 30ch;
}

}

@media only screen and (max-width: 559px){
	.eighthpage p{
	font-size: 1.15rem;
	font-family: 'Source Sans Pro', sans-serif;
	width: 35ch;
}
}