*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-weight: 300;
	font-family: "Poppins", sans-serif;

}
#content
{
	display: none;
}
#content img{
	width: 100%;
}
#preloader
{
	width: 80%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
html{
	width: 100%;
}
::-webkit-scrollbar{
	width: 5px;
}

.record{
	color: rgb(255, 0, 0);
}
.text{
	width:100%;
	margin: 20px;

}
.img{
	width: 30%;
	margin-top: -1%;
}
.main{
	display: flex;
	float: left;
	width: 110%;
}

.greetings{
	margin-left: -35%;
	margin-top: -1.5%;
}
header a{
	text-decoration: none;
	padding: 20px;
	margin-top: -1%;
}
header a#links{
	text-decoration: none;
	padding: 5px;
	color: #000000;
	border-radius: 3px;
	font-size: x-large;
	margin-left: -20px;
}
header a#links:hover{
	background-color: rgb(255, 255, 255);
	transition: 0.5s;
	color: black;
	border: 1px solid;
}
#cart a:hover{
	transform: scale(0.5);
	background-color: #009688;
	transition: 0.5s;
	border-radius: 50px;
}
#course .images img{
	display: none;
}
header{
	padding:  40px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	backdrop-filter: blur(5px);
	margin-top: -3%;
	box-shadow: 10px 10px 20px -7px rgba(0,0,0,0.63);
-webkit-box-shadow: 10px 10px 20px -7px rgba(0,0,0,0.63);
-moz-box-shadow: 10px 10px 20px -7px rgba(0,0,0,0.63);
position: fixed;
z-index: 5;
top: 30px;
}
#brand{
	font-weight: bold;
	font-size: 18px;
	display: flex;
	align-items: center;
	width: 40%;
	margin-top: -1%;
	
}
#brand img{
	width: 35%;
}
.links{
	list-style: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.links a{
	color: black;
}
.links .link {
	padding: 5px;
	margin-left: 10px;
}
.links .link:hover{
	transform: scale(1.1);
}

#log-in,#sign-in{
	padding: 5px 8px;

} 


nav ul li{
	list-style: none;
	margin: 50px 20px;
 }
 nav ul li a{
	text-decoration: none;
	color: #F0F0F1;
	font-weight: 300;
	font-size: x-large;
 }
.logo{
	z-index: -2;
	width: 200px;
 }
h1.heading{
	background: linear-gradient(#ffaa43,#00ffee,0.5);
}

 .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 6;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	display: none;
   }
   
   .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
	font-weight: 800;
   }
   
   .sidenav a:hover {
	color: #f1f1f1;
   }
   .drops{
	background-color: #ffff;
   }
   .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
   }
   .sidenav ul li{
	position: relative;
   }
   .sidenav ul ul{
	display: none;
	position: absolute;
   }
   .sidenav ul li:hover > ul
   {
	display: block;
   }



   @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}

   }

   span{
   background:#eee;
   padding:.1rem 1rem;
   border-radius:5px;
   display: none;
   font-size: 500px;
   margin-right: 40%;
   }



#banner{
	background: linear-gradient(rgb(244, 67, 67, 0.5),rgb(107, 104, 104)),url(banner.gif);
	background-size: cover;
	height: 100vh;
	background-position: center;
	width: 120%;
	background-attachment: fixed;

}
.banner-text{
	text-align: center;
	color: #fff;
	padding-top: 180px;
}


.banner-text p {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 30px;
	font-style: italic;
   }
   .banner-text h1 {
	font-family: "Kaushan Script", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 150px;
   }
#aboutme{
	width: 100%;
	padding: 70px 0;

}

.title-text{
	text-align: center;
	padding-bottom: 70px;
}
.title-text h1{
	margin: auto;
	font-size: 80px;
	font-weight: 300;
	color: #000000;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-right: -80px;
	border-bottom: 1px solid;
}


.title-text h1::after{
	content: '';
	width: 100px;
	height: 65px;
	background: linear-gradient(#e84444,#ffffff);
	position: absolute;
	top: -30px;
	left:0;
	z-index: -1;
	transform: rotate(15deg);
	border-top-left-radius:50px;
	border-bottom-right-radius: 50px;
}

.carrer{
	text-align: center;
	padding-bottom: 70px;
}

/* CSS */

/* CSS */
.button-63 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 10px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding:40px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-63:active,
.button-63:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-63 {
    font-size: 24px;
    min-width: 196px;
  }
}.carrer h1{
	margin: auto;
	font-size: 50px;
	font-weight: 300;
	color: #000000;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-right: -80px;
}


.carrer h1::after{
	content: '';
	width: 100px;
	height: 65px;
	background: linear-gradient(#e84444,#ffffff);
	position: absolute;
	top: -30px;
	left:0;
	z-index: -1;
	transform: rotate(15deg);
	border-top-left-radius:50px;
	border-bottom-right-radius: 50px;
}

.welcome h1{
	font-size: 50px;
}

.welcome-img{
	border-radius: 10px;
}

/* CSS */
.available {
  align-items: center;
  background: rgb(0, 0, 0);
  border: 1px solid;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 19px 204px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.available:active,
.available:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .available {
    font-size: 24px;
    min-width: 196px;
  }
}
  /* .chat{
	margin-left: 85%;
	text-decoration: none;
	position: fixed;
	margin-top: 150px;
  }
  .chat a{
	color: green;
	font-size: 50px;

  } */
.chat{
	margin-left: 95%;
	position: fixed;
}
.chat a{
	font-size: 50px;
	color: white;
	background-color: rgb(16, 197, 16);
	padding: 6px;
	margin-bottom: -90%;
}
#message{
	color: blue;
	border: 0.5px solid black;
	width: 50%;
	padding: 20px;
	margin-right: 370px;
}
#record{
	color: red;
}
  ::selection{
	background: rgba(255, 42, 0, 0.971);
  }
  .wrapper{
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
  }
  .wrapper .box{
	width: calc(33% - 10px);
	padding: 25px;
	border-radius: 3px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
  }
  .wrapper .box i.quote{
	font-size: 20px;
	color: #17a2b8;
  }
  .wrapper .box .content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
  }
  .box .info .name{
	font-weight: 600;
	font-size: 17px;
  }
  .box .info .job{
	font-size: 16px;
	font-weight: 500;
	color: #17a2b8;
  }
  .box .info .stars{
	margin-top: 2px;
  }
  .box .info .stars i{
	color: #17a2b8;
  }
  .box .content .image{
	height: 75px;
	width: 75px;
	padding: 3px;
	background: #17a2b8;
	border-radius: 50%;
  }
  .content .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #fff;
  }
  .box:hover .content .image img{
	border-color: #fff;
  }
  @media (max-width: 1045px) {
	.wrapper .box{
	  width: calc(50% - 10px);
	  margin: 10px 0;
	}
  }
  @media (max-width: 702px) {
	.wrapper .box{
	  width: 100%;
	}
	.title-text h1{
		margin-left: -50px;
	
	  }
	  .query h1{
		font-size: 50px;
	  }
	  .testimonial h1{
		font-size: 50px;
	  }

  }



  button.signup{
	background: rgb(255, 0, 140 );
	border: 1px solid rgb(255, 0, 140 ); 

	margin-right: 50px;
}
button{
	margin: 0 15px;
	width: 160px;
	height: 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	color: #fff;
	font-size: 15px;
	background-image: linear-gradient(top, #333 1px,#ffffff00 1px, #0000001a 100%);
	/* animation: anime 1s infinite ease-in-out alternate;
	-webkit-animation: anime 1s infinite ease-in-out alternate; */
}
button.signin{
	animation-delay: .3s;
}
button.signin{
	background-color: rgb(29, 216, 12);
	border: 1px solid rgb(29, 216, 12);
}
@keyframes anime{
	100%{
		transform: translateY(40px);
		-webkit-transform:  translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		box-shadow: 0 40px 10px -18px #333 0 40px 10px -18px #333;
	}
}

#footer{
	padding: 100px 0 20px;
	position: relative;
}
#testimonial{
	font-size: 1005%;
}
.footer-row{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-left, .footer-right{
	flex-basis: 45%;
	padding: 10px;
	margin: 20px;
}
.footer-right{
	text-align: right;
}
.footer-row h1{
	margin: 10px 0;
	}
.footer-row p{
	line-height: 35px;
}
.footer-left .fa, .footer-right .fa{
	font-size: 20px;
	color: #009688;
}
.footer-img{
	max-width: 370px;
	opacity: 0.3;
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, 10%);
}
.logo{
}
@media screen and (max-width: 900px)
{
	body{
		font-size: 200%;
	}
	header{
		width: 100%;
	}
	.link{
		display: none;
	}
	#sign-in{
		display: none;
	}
	h1.heading{
		font-size: 100px;
		margin-left: -5%;
	}

	#logo{
		display: block;
		margin-left: 3%;
		width: 800px;
	}
	.img{
		display: block;
		margin-top: 100%;
		margin-left: -30%;
		width: 300px;
	}
	span{
		display: block;
		margin-top: -20%;
		margin-left: -300%;
	}
	.sidenav{
		display: block;
	}
#brand img{
	width: 200px;
}

	
	
}


/* CSS */
.button-6 {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
  background: red;
  color: #fff;
  font-weight: bolder;
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

@media screen and (max-width: 770px)
{
#footer{
	flex-basis: 50%;
}
	body{
		width: 110%;
	}

html{
	font-size: 55%;
	width: 120%;
}	

	
	
}
.footer{
	padding: 30px;
}



i.fa-shield{
	font-size: 70px;
	margin: 20px;
	color: #f84646;
	border: 1px solid #f84646;
	border-radius: 5px;
	padding: 13px 14px;

}
i.fa-code{
	font-size: 50px;
	margin: 20px;
	color: #f84646;
	border: 1px solid #f84646;
	border-radius: 5px;
	padding: 13px 14px;

}
i.fa-book{
	font-size: 50px;
	margin: 20px;
	color: #f84646;
	border: 1px solid #f84646;
	border-radius: 5px;
	padding: 13px 14px;

}
i.fa-computer{
	font-size: 50px;
	margin: 20px;
	color: #f84646;
	border: 1px solid #f84646;
	border-radius: 5px;
	padding: 13px 14px;

}
.why-choose-us{
	display: flex;
}
.why-choose-us h1{
	margin-top: 30px;
	font-size: 33px;
	border-bottom: 0.5px solid black;
}


hr{
	width: 120%;
}



/* CSS */
.button-76 {
	background-color: #cf245f;
	background-image: linear-gradient(to bottom right, #fcd34d, #ef4444, #ec4899);
	border: 0;
	border-radius: .25rem;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
	line-height: 1.75rem; /* 28px */
	padding: 1rem 1.25rem;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
   }
   
   .button-76:hover {
	box-shadow: none;
   }
   
   @media (min-width: 1024px) {
	.button-76 {
	  font-size: 1.5rem; /* 24px */
	  padding: 1rem 1.5rem;
	  line-height: 2rem; /* 32px */
	}
   }



   
   /* CSS */
   .button-63 {
	align-items: center;
	background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
	border: 0;
	border-radius: 8px;
	box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
	box-sizing: border-box;
	color: #FFFFFF;
	display: flex;
	font-family: Phantomsans, sans-serif;
	font-size: 25px;
	justify-content: center;
	line-height: 1em;
	max-width: 100%;
	min-width: 140px;
	padding: 19px 24px;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
   }
   
   .button-63:active,
   .button-63:hover {
	outline: 0;
   }
   
   @media (min-width: 768px) {
	.button-63 {
	  font-size: 24px;
	  min-width: 196px;
	}
   }