
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
@import './animations.css';
@import './popUp.css';
@import './structure.css';
@import './queries.css';
@import './var.css';

 a, a:focus, a:active {
      text-decoration: none;
      color: inherit;
      transition: .5s ease-in-out;
 }

html{
	overflow-y: scroll;
	scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height: 100vh;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	line-height: 1.5;
}

/*Colors*/
.bg-white{
	background-color: white;
}.bg-blur{
	background-color: rgba(255, 255, 255, .5);
}.bg-dark{
	background-color: rgba(255, 255, 255, 0.85);
}.clr-wht{
	color: white;
}.clr-dark{
	color: black;
}.bg-grad{
	background-image: var(--grad);
	background-size: cover;
}.bg-toL{
	background-image: var(--botl);
	position: relative;
}.bg-toR{
	background-image: var(--botr);
	position: relative;
}.bgSvg path{
	filter: blur(4px);
}.popUp:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(10px);	
  z-index: -1;
  box-shadow: inset 0 0 300px rgba(255,255,255,.6);
}

.glass{
	border: 1px solid transparent;
}.glass:hover,.glassBtn:hover{
	cursor: pointer;
	border: 1px solid white;
}.glassBtn{
	background-image: var(--botr);
	background-size: cover;
	border: 1px solid transparent;
}.drk-glass{
	background-color: transparent;
	border: 1px solid transparent;
}.drk-glass:hover{
	cursor: pointer;
	border: 1px solid black;
}

.bg-toL::before,.bg-toR::before{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
	filter: blur(2rem);
}

.btn-fb{
	background-color: #3b5998;
}.btn-gh{
	background-color: #2b2b2b;
}.btn-g{
	background-color: #ff4242;
}.btn-lnk{
	background-color: #0072b1;
}

.slide{
	transform: rotate(30deg);
	height: calc(100% + 20px);
	background-color: white;
	width: 25px;
	top: -15%;
	left: -20%;
	opacity: .3;
}


.logo{
	height: 50px;
	width: auto;
	margin-left: 2%;
	position: absolute;
	top: 2%;
	left: 0;
}

.shadow {
  -webkit-box-shadow: 2px 2px 3px #6a6a6a14;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 3px #6a6a6a14;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 3px #6a6a6a14;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}.img-shdw{
	-webkit-box-shadow: 0 2px 2px 2px #5555550f;
  -moz-box-shadow:    0 2px 2px 2px #5555550f;
	 box-shadow: 0 2px 2px 2px #5555550f;
}.popShdw{
	box-shadow: 0 3px 5px 1px rgba(0,0,0,.1);
}

.bg-trans{
	background-color: transparent;
}

/*Fonts*/

.lato,.lato-r{
	font-family: 'Lato', sans-serif;
}.lato{
	font-weight: 100;
}.lato-r{
	font-weight: 300;	
}.robo{
	font-family: 'Roboto',sans-serif;
}

.mont{
	font-family: 'Montserrat', sans-serif;
}

.bold{
	font-weight: bold;
}

.exit,.exit-1{
	font-size: 24px;
}.exit{
	top: 2%;
	right:0;
}.exit-1{
	top: 0;
	right: 0;
}.exit-1:hover{
	cursor: pointer;
	opacity: .8;
}


/*Hover*/

.cursor:hover{
	cursor: pointer;
}.vio:hover{
	color: #d53a9d;
}.clr-vio:hover path{
	fill: #743ad5;
	cursor: pointer;
}

/* Grid display */

.des-grid{
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  	grid-gap: 1rem;
  	grid-auto-flow: dense;
  	margin-top: 2%;
}.des-grid img:nth-child(4n) {
  grid-column: span 1;
  grid-row: span 1;
}.des-grid img.long {
  grid-column: span 1;
  grid-row: span 1;
}.des-grid img.shirt,.des-grid img.filt{
  grid-column: span 2;
  grid-row: span 2;	
}.des-grid img:hover{
	opacity: 0.8;
	transition: .5s;
	cursor: pointer;
}

#des-main .tech1{
	font-size: 16px;	
	transition: .5s;
}.filter{
	justify-content: center;
	align-items: center;
	width: 50%;
	transition: .5s;
}

.circ {
 height: clamp(2em,5vw,15em);
}.circ-bot{
	bottom: 2%;
	left: 2%;
}.circ-top{
	top: 2%;
	right: 2%;
}

/*Border*/
.br-15{
	border-radius: 15px;
}.br-20{
	border-radius: 20px;
}.brd-bot{
	border-bottom: 1px solid black;	
}

/*Background below body*/

body > section:nth-child(1) {
 position: absolute;
 z-index: -1;
 right: 80%;
 opacity: 0;
 transition: .5s ease-in-out;
 display: flex;
 height: 100vh;
 align-items: center;
}body > section:nth-child(1) > img:nth-child(1) {
 height: calc(60vh - 10px);
}

/* Font tags */

h1{
  font-size: clamp(2rem, 5vw, 10rem);
}h2{
  font-size: clamp(1.75rem, 5vw, 3.5rem);
}h3{
  font-size: clamp(1.5rem, 5vw, 3rem);
}h4{
  font-size: clamp(1.3rem, 1.5vw, 2.5rem);
}p,label{
  font-size: clamp(1rem, 1.2vw, 1.25rem);
}

.icon-cont svg{
	cursor: inherit!important;
}

/*Side navbar*/

/* Arrow for portfolio */
.arw-web,.arw-des{
	font-size: 48px;
	position: absolute;
	opacity: 0;
	transition: .5s ease-in-out;
}.arw-des,.arw-web{
	bottom: 5%;
	left: 20%;
}

/* Background line */

.hor-line{
	width: 15vw;
	animation: 1s extend;
	height: 3px;
	background-color: black;
	position: absolute;
}.top-line{
	top: 15px;
}.bot-line{
	bottom: 15px;
	right: 0;
}

/* Button Gradient */

.btn-grd{
	background-image: var(--gradient);
}

.greet{
	font-size: 64px;
	transition: 1s ease-in-out;
}


.skill{
 opacity: 0;
 width: 75px;
 height: 75px;
}

.btn{
	width: 100%;
	background-size: 50%;
	background-repeat: no-repeat;
	border:1px solid black;
}

.white{
	color: white;
}.white:hover{
	text-decoration: underline;
	text-decoration-color: white;
}.dark{
	color: black;
}.dark:hover{
	text-decoration: underline;
	text-decoration-color: black;	
}

/* Button gradient right */
.right{
	background-position: 100% 0;
  	background-size:50%;
}

#des-main{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto;
}.prjBtn h4{
	background-size: 150%; 
}.prjBtn h4:hover{
	cursor: pointer;
	background-position: right;
}

/*Portfolio page*/
.port{
	display: none;
}

.txt-r{
	text-align: right;
}

.flx-rev{
	flex-direction: row-reverse;
}

.web-img{
	width: clamp(300px,1.5vw,600px);
	height: auto;
}

/*Web portoflio containers*/

div.web-des:nth-child(2) > div:nth-child(2) {
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 margin-right: 5%;
}div.web-des:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
 width: 100%;
 display: flex;
 justify-content: flex-end;
}div.web-des:nth-child(2) > img:nth-child(1) {
 width: 450px;
}

/* Icons  */

.tech{
	font-size: 24px;
	margin-left: 2%;
	transition: .5s;
}
.tech:hover{
	cursor: pointer;
	color: #d53a9d;
}
/* View Button */

.view{
	color: white;
	background-size: 150%; 
}.view:hover{
	background-position: right;
}


/*Contact Section*/
input,textarea {
  outline: 0;
  border-width: 0 0 1px;
  border-color: #353535;
  margin-top: 2%;
}
input:focus,textarea:focus {
  border-width: 0 0 2px;
}

/* Skill positions */

.skill-1{
	top:55%;
	left: 50%;	
}.skill-2{
	top:10%;
	right: 0;
}.skill-3{
	top:75%;
	left: 75%
}.skill-4{
	top:30%;
	left: 15%;
}

/* Circle BG */
.circTop,.circMid,.circBot{
	filter: blur(5px);
	border-radius: 100%;
	opacity: .8;
	position: fixed;
	z-index: -1;
}.circTop{
	width: 350px;
	height: 350px;
	background-image: var(--gradR);
	right: 0;
	top: 0;
}.circMid{
	width: 200px;
	height: 200px;
	background-image: var(--gradL);
	top: 45%;
}.circBot{
	width: 500px;
	height: 500px;
	background-image: var(--gradBL);
	bottom: 0;
	right: 25%;
}