@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');


p
{
  color:white;
  font-family:'Poppins', sans-serif;
  font-size:35px;
}


img.center
{
  display:block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  border: solid white;
}

img.center2
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.container{
  position: relative;
  overflow: hidden;
  width: 100%;
}

video{
  width:100%;
  height: auto;
  -moz-border-radius: 10px;
  border-radius:50px;
  -khtml-border-radius: 10px;
}

.footerImage{
  height: 10px;
}

.sticky{
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky+.work-content
{
  padding-top: 102px;
}

footer{
  font-family: verdana;
  font-size: .65rem;
  min-height: 3rem;
  border: 1px solid #ffffff;
  background-color: #000000;
  height: auto;
  width: auto;
  text-align: left;
  padding: 12px;
}



img.center
{
  padding: 20px;
  margin: 0 0 16px 0;
  font-family: verdana;
  font-size: 1.25rem;
}

h5{
  color: #ffffff;
  font-family: verdana;
  text-align: left;
  font-size: 20px;
}

u{
  color:#ffffff;
}

.box
{
  padding: 10px;
  margin: 10px;
  flex-basis: 3in;
  min-width: 1px;
}
.fbox
{
  padding: 10px;
  margin: 10px;
  flex-basis: 3in;
  min-width: 1px;
}

.box1{
  order: 1;
  border: 5px solid #ffffff;
  flex-grow: 1;
  width: auto;
  height: auto;
  -moz-border-radius: 10px;
  border-radius: 50px;
  -khtml-border-radius: 10px;
  background-color: #000000;
}

.box2{
  flex-grow: 1;
  order: 2;
  height: auto;
  width: auto;
  border:5px solid #ffffff;
  -moz-border-radius: 10px;
  border-radius: 50px;
  -khtml-border-radius: 10px;
  background-color: #000000;
}

.box2a
{
  flex-grow: 2;
  background-color: #000000;
  order: 2;
  border: solid white;
  text-align: center;
  padding-top:10px;
  -moz-border-radius: 10px;
  border-radius: 50px;
  -khtml-border-radius: 10px;
}

.box3{
  order: 3;
  width:auto;
  height:auto;
  border: 5px solid #ffffff;
  flex-grow: 1;
  -moz-border-radius: 10px;
  border-radius: 50px;
  -khtml-border-radius: 10px;
  background-color: #000000;
}

.box3a
{
  order: 3;
  width: auto;
  height: auto;
  border: solid white;
  flex-grow:2;
  text-align:center;
  -moz-border-radius: 10px;
  border-radius: 50px;
  -khtml-border-radius: 10px;
  background-color:#000000;
}

.flex_parent_container
{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  -moz-border-radius: 10px;
  border-radius: 50px;
  -khtml-border-radius: 10px;
}

h4{
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  text-align: center;
}
h1{
  font-family: Brush Script MT;
  color:#ffffff;
  font-size: 60px;
  text-align:center;
  height: auto;
  width: auto;
  text-shadow:  5px 5px 10px purple;
}

h2{
  font-family: 'Poppins', sans-serif;
  text-align:center;
  font-size: 30px;
  color: var(--main-fonts-color);
}
:root{
	--main-background: #0b0c0f;
	--main-fonts-color: #fff;
	--main-decor-color: purple;
    --main-header-background:#21252e;
	--main-font-family: verdana;
}

*{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

main{
	padding: 0;
	width: auto;
	height: auto;
	background: var(--main-background);
}

body{
  background-image: url("../images/stars_bkgrd.jpg");
  width:auto;
  height:auto;
}

/*────────────────── 
       header
──────────────────*/

header{
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: flex;
  align-items: center; 
	justify-content: space-around; 
  background: transparent;
  font-family: 'Poppins', sans-serif;
	position: fixed;
	top: 0;
	transition: 0.3s;
	z-index: 5;
  background-image: url(../images/galaxy.jpg);
}
.nav-show{
	opacity: 0;
}

header:hover{
	opacity: 1;
	background: var(--main-header-background);
}

.logo img{
	padding-top: 5px;
	height: 50px;
	cursor: pointer;
}

.nav-bar{
	list-style:none;
	position: relative;
	display: inline-flex;
}

a.nav-link{
	margin: 2px;
	padding: 5px 10px;
	text-decoration: none;
	color: var(--main-fonts-color);
	font-family: var(--main-font-family);
	cursor: pointer;
	text-transform: uppercase;
}

.active{
	background: var(--main-decor-color);
}

.nav-link:hover {
	color: #000000;
    background: var(--main-decor-color);
}

/*──────────────────
       home
──────────────────*/

#home{ 	
	margin: auto;
	height: 100vh;
	color: var(--main-fonts-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

#home .filter{
	background-size: cover;
	background-position:center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
	opacity:.20;
}  

.intro {
	text-align:center;
    color: var(--main-fonts-color);
	z-index: 1;
	margin: auto;
	padding: 20px;
}

.intro  p{
    margin: 5px;
	font-size:1.2rem;
	font-family: var(--main-font-family);
	text-align:center;
}

 h3{
	padding-bottom: 15px;
    letter-spacing: normal;
    font-family: Brush Script MT;
	font-style: normal;
	font-size: 60px;
	color: var(--main-fonts-color);
  text-shadow:  5px 5px 10px purple;
  text-align:center;
}



/*──────────────────
      planets
──────────────────*/

#projects{
	margin-top:100px;
    height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	text-align:center;
	color: var(--main-fonts-color);
}
#projects h3{
    padding-top: 70px;
}
#projects p{
	font-family: var(--main-font-family);
	font-size:1.2rem;
	padding: 10px;
}

.work{
	display: flex; 
	flex: 1;
    flex-wrap: wrap;
    justify-content:center;
	align-items: center;
	padding: 20px;
}

.card{
	display: flex;
	flex-direction: column;
	margin: 20px;
	width: 200px;
	height:250px;
	border-radius:12px;
    background:var(--main-decor-color);
}

.card img{
	width: 100%;
	height:70%;
	border-radius:10px 10px 0px 0px;
}

.card .work-content{
	text-align: center;
	padding: 10px 5px;
	font-size: 1rem;
	color: var(--main-fonts-color);
	font-family: var(--main-font-family);
	cursor: pointer;
}

.card a{
	text-decoration: none;
}

.card .work-content:hover{
    color:#202020;
}

.card:hover{
	box-shadow: 0 0 1.5rem gray;
}

/*──────────────────
      activities
──────────────────*/

#contact{
	margin: auto;
	padding-bottom: 20px;
	height: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--main-fonts-color);
}
	
#contact p{
	padding:10px;
	text-align:center;
	font-size:1.2rem;
	font-family: var(--main-font-family);
}

/*────────────────── 
       footer
──────────────────*/

footer {
	width: 100%;
	height: 100%;
  background-color: var(--main-header-background);
  color:#ffffff;
}

.copyright {
	color: #fff;
	font-size: 1.2rem;
	line-height: 40px;
	text-align: center;
}

.copyright a{
	color: #fff;
	font-size: 1rem;
	letter-spacing: 1px;
    text-decoration: none;
}

.copyright a:hover{
	color: var(--main-decor-color);
}

/*──── hr ─────*/

hr {
    background: var(--main-decor-color);
	margin: 2px;
	height: 3px;
	width: 150px;
    border-radius:5px;
	border: hidden;
	margin-inline-start: auto;
    margin-inline-end: auto;
}

/*────────────────── 
     Scrollbar
──────────────────*/
::-webkit-Scrollbar{
    width: 5px; 
	background: rgba(5,5,5,1);
}
::-webkit-Scrollbar-thumb{
	border-radius: 10px;
	background: var(--main-decor-color);
	box-shadow: inset 0 0 20px var(--main-decor-color);
}
::-webkit-Scrollbar-track{
	margin-top: 80px;
	border-radius: 10px;
}

body{
  overflow-x: hidden;
}

/*────────────────── 
     hamburger
──────────────────*/
.hamburger {
	display: none;
}

.hamburger div{
	width: 30px;
	height: 3px;
	background:#ffffff;
	margin: 5px;
	transition:all 0.3s ease;
}

.toggle .line1{
	transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2{
	opacity: 0;
}

.toggle .line3{
	transform: rotate(45deg) translate(-5px,-6px);
}

@keyframes navLinkFade{
	from{
		opacity:0;
		transform: translatex(50px);
	}
	to{
		opacity: 1;
		transform:translatex(0px);
	}
}

/*────────────────── 
    responsive
──────────────────*/



@media only screen and (max-width: 1484px) and (min-width: 1214px) {
	.work{
        padding:20px 20%;
    }
}
@media only screen and (max-width: 1214px) and (min-width: 1000px) {
	.work{
        padding:20px 12%;
    }
}
@media only screen and (max-width: 500px) {

	#home, #projects, #contact{
        overflow-x: hidden;
	}
	header{
		background-color: white;
	}
	.logo{
		position:absolute;
		top: 2px;
		left: 30px;
	}
	.nav-show{
		opacity: 0;
	}	 
	.nav-bar{
		position:absolute;
		top: 0px;
		right:0;
		width:60%;
		height: 100vh;
		display:flex;
		flex-direction: column;
		justify-content:space-evenly;
		background:var(--main-header-background);
		transform:translatex(100%);
		transition: transform 0.5s ease-in;
		z-index: -1;
    text-align: right;
	}
	.hamburger{
		position:absolute;
		top: 35px;
		right: auto;
		display: block;
		cursor:pointer;
		z-index: 5;
	}	
	.nav-bar li{
		opacity:0;
	}
}

.nav-active{
	transform:translatex(0%);
}

* {box-sizing:border-box}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  margin-left:75em;
  padding: 20px;
  color: blue;
  font-weight: bold;
  font-size: 100px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
