@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,300&display=swap');

*{
	box-sizing: border-box;
	margin:0;
	padding:0;
}

h1 {
	font-family: "poppins", sanserif;
	display:hidden;
	color:#00acd7;
	padding-top: 70px;
	border-bottom: 1px solid;
	margin-bottom: 5px;
	padding-bottom:10px;
	line-height:100%;
}

h2 {
	font-family: "poppins", sanserif;
	display:hidden;
}

h3 a {
	padding-top: 12px;
	color:white;
}


h3 {
	font-family: 'poppins', sans-serif;
	color:#00acd7;
	font-weight:300;
	font-style: italic;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10%;
	padding-right:10%;
	line-height:200%;
}

h4, h4 a {
	color:#00acd7;
	margin-top: 20px;
	font-size: 8px;
}

p {
	font-family: "poppins", sanserif;
	color:white;
	line-height:120%;
}
footer p u {
	color:white;
}
footer p u:hover{
	cursor:pointer;
}

#about_me p {
	padding-top:20px;
	margin:auto;
}

#tags a:hover {
	cursor:pointer;
}

#overlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.75); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	scrollbar-color:#00acd7 rgb(20,20,20,1);
}


#overlay iframe {
	border:0;
	margin-top: 5%;
	height:1980px;
	max-height: 85%;
	width:1000px;
	max-width:80%;
	z-index:2;
	
}

#close-btn-2 {
	position:fixed;
	visibility:hidden;
	margin-top: 5%;
	height:1980px;
	max-height: 85%;
	width:1000px;
	max-width:80%;
	z-index:3;
}

#close-btn-3 {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	height:100%;
	z-index:1;
}

#close-btn-3:hover {
	cursor:pointer;
}

#overlay a {
	visibility: visible;
	position:absolute;
	top:3%;
	right: 3%;
}


body {
	background-color: rgba(20,20,20,1);
	box-sizing:border-box;
	
}

::-webkit-scrollbar {
  	background-color: rgb(20,20,20,1);
	width:5px;
}

::-webkit-scrollbar-thumb {
  	background: #00acd7;
  	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover webkit-scrollbar {
  	width:10px;
}

#body {
	height:100%;
	overflow:auto;
	scrollbar-color:#00acd7 rgb(20,20,20,1);
}

header {
	position: -webkit-sticky;
	position:sticky;
	top:0;
	align-items:center;
	padding:15px 10%;
	background-color: rgba(0,0,0,0.8);
	z-index:1;
}
header .navbar{
	display:flex;
	justify-content: space-between;
}

header img{
	height:30px;
}

header summary img {
	height:20px;
}


.nav_btns{
	display:none;
}

.dropdown_btn {
	display:block;
	position:relative;
}

.dropdown{
	font-family: 'poppins', sans-serif;
	font-size:25px;
	font-weight: 600;
	list-style: none;
	text-align: right;
	padding-top:25px;
}

.dropdown li{
	padding:5px;
}
.dropdown a{
	color:white;
	text-decoration: none;
	width:100%;
}

.contact-hero{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#00acd7;
}

form {
	font-family: "poppins", sanserif;
	padding-top: 30px;
	width: 500px;
	font-size:18px;
	
}

form input, textarea {
	background:none;
	border-top:none;
	border-left: none;
	border-right:none;
	border-bottom: 1px solid #00acd7;
	outline: none;
	font-size:18px;
	color: #FFFFFF;
	width:90%;
	font-family: "poppins", sanserif;
	
}

.input-field {
	width: 100%;
	padding-bottom: 50px;
	
}
form span{
	font-size:40px;
	padding-right: 10px;

}
.send-btn {
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	width:100%;
	border: 1px solid #00acd7;
	color:#00acd7;
	transition: 0.25s;
	
}
.send-btn:hover {
	border-color: rgba(20,20,20,1);
	color: rgba(20,20,20,1);
	background: #00acd7;
	transition: 0.25s;
}

details {
	transition: all 1s;
	max-height:50px;
	overflow: hidden;
	padding-top:5px;
}
.home-btn{
}
.home-btn:hover{
	
}
.view-btn{
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	border: 1px solid;
	text-decoration: none;
}
.view-btn:hover{
	border: rgb(20,20,20,1);
	background: #00acd7;
	color: rgb(20,20,20,1);
}

.view-btn-container{
	margin-top:20px;
	margin-bottom:40px;
	
}

details summary::-webkit-details-marker {
	display:none;
}
summary img{
	transition: all 1s;
}

details[open]{
	transition: all 1s;
	max-height:500px;
}
details[open] summary img {
	content:url("images/close.png");
}



.media-scoller{
	scrollbar-color:#00acd7 rgb(20,20,20,1);
	display:grid;
	gap: 20px;
	grid-auto-flow: column;
	grid-auto-columns: 500px;
	grid-auto-columns: 75%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}

.media-scoller::-webkit-scrollbar {
  	background-color: rgb(20,20,20,1);
	height:5px;
}

.media-scoller::-webkit-scrollbar-thumb {
  	background: #00acd7;
  	border-radius: 2px;
}

.media-element {
	font-family: "poppins", sanserif, italic;
	display:hidden;
	color:white;
	font-size: 11pt;
	padding-top:20px;
}
.stars {
	padding-top: 10px;
	padding-bottom: 10px;
	color:#00acd7;
}

.snaps-inline {
	scroll-snap-type: inline mandatory;
}

.snaps-inline > * {
	scroll-snap-align: start;
}


@media only screen and (min-width: 768px){
header img{
	
	height:60px;
}
	details,.dropdown_btn, .dropdown{
		display:none;
	}
	.nav_btns{
		display:inline-block;
		margin-top:auto;
	}

.nav_links{
	list-style:none;
}

.nav_links li {
	display:inline-block;
	padding: 0px 20px;
	font-family: 'poppins', sans-serif;
	color:white;
}

.nav_links li a {
	text-decoration:none;
	color:white;
}
.nav_links img {
	height:20px;
}
.media-scoller{
	grid-auto-columns: 40%;
}

#about_me p {
	width:50%
}

}


.content{
	padding:10%;
	padding-top:40px;
	text-align: center;
	margin:auto;
}

div.gallery {
	position:relative;
	display:none;
 	width: 100%;
	max-width: 600px;
}

div.gallery:hover {
	cursor:pointer;
}

.media-element img{
	max-height: 300px;
	max-width: 300px;
	inline-size:100%;
}

#carousel {
	height:310px;
	display:flex;
	overflow:hidden;
	border-color:#00acd7;
	border-right-width:1px;
	border-right-style:solid;
	border-left-width:1px;
	border-left-style:solid;
}


.carousel::webkit-scrollbar {
	display:none;
}

.card img{
	position:block;
	height:300px;
	width:auto;
}
.card:hover{
	cursor:pointer;
}


.card {
	position:relative;
	flex: 0 0 300px;
	width:300px;
	height:300px;
	margin-left:10px;
	margin-right:10px;
	}

.card .image__overlay {
	background: transparent;
	opacity:1;
}

.group {
	display:flex;
	align-items:center;
	justify-content: center;
	animation: spin 40s infinite linear;
}

@keyframes spin {
	from {translate:0;}
	to {translate:-100%;}
}

@media only screen and (min-width: 768px){
div.gallery {
	width: 33%;
	max-width:600px;
}




}

div.gallery img {
	display:block;
  	width: 100%;
  	height: auto;
}



.image__overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,172,215, 0.75);
	color: #ffffff;
	font-family: 'poppins', sans-serif;
	font-weight: 600;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	opacity:0;
	transition: opacity 0.25s;
}
.image__overlay:hover {
	opacity:1;
}

.image__overlay span {
	position:absolute;
}

.desc {
	font-family: 'poppins', sans-serif;
	color:white;
	width:100%;
	margin:auto;
}

.desc h1 {
	font-weight: 800;
}

.desc h3 {
	font-weight:300;
	font-style: italic;
	padding-top:10px;
}

.desc p {
	font-weight: 400;
	padding-top:20px;
	padding-bottom: 40px;
}


.image img{
	width:100%;
	padding:20px;
}
@media only screen and (min-width: 768px){
.image img {
 	width: 50%;
	}
	.desc {
		width:50%;
	}
}

p a {
	color:white;
}


footer p {
	font-family: 'poppins', sans-serif;
	color:rgba(200,200,200,1.00);
	text-align:center;
	padding:20px;
}

.media-scoller{
		
	}
	

	