:root {
  --main-color: hsl(209, 75%, 40%);
  --secondary-color: #18bce9;
  --bg-color: #0E1636;
  --sec-bg-color: #0d1220;
  --primary-gd: linear-gradient(360deg, var(--main-color), var(--secondary-color));
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: 'varelaRound';
  font-size: 16px;
  line-height: 1.5;
}
*{
  scroll-behavior: smooth;
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
  .selector-for-some-widget {
  box-sizing: content-box;
}

/* Global elements start */
/* Scrollbar styles */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track:vertical {
  background: #fff }

::-webkit-scrollbar-track:horizontal {
  background: #fff  }

::-webkit-scrollbar-thumb {
  background-image: var(--primary-gd);
}

.typewriter {
border-right: 4px solid var(--bg-color);
white-space: nowrap;
width: 100%;
overflow: hidden;
animation: typing 2s steps(21), cursor .4s step-end infinite alternate;
animation-delay: 2s;
}
img.amr-taha {
object-position: top;
}
@keyframes cursor {
50% {border-color: transparent;}
}
@keyframes typing {
from {width: 0;}
}
iconify-icon {
font-size: 2.5rem;
border-radius: 10px;
background-color: var(--bg-color);
padding: 0.5rem;
box-shadow: 0px 0px 4px 0px black;
cursor: pointer;
}
iconify-icon:active {
box-shadow: 0px 0px 4px 0px var(--main-color);
}
a.explore {
  text-align: center;
  font-weight: bold;
  display: block;
  color: #fff;
  text-decoration: underline;
}
span.bef-header {
display: block;
text-align: center;
opacity: 0.6 !important;
margin: 0.5rem 0;
}
.social-bar {
display: flex;
justify-content: center;
}
.social-link {
padding: 0 1rem;
}
.social-link a {
font-size: 26px;
color: var(--main-color);
transition: 0.2s;
}
.social-link a:hover {
filter: drop-shadow(2px 4px 6px black);
}
.bt {
color: white;
background-image: var(--primary-gd);
padding: 0.7rem 0.9rem;
transition: 0.5s;
margin: 1rem 2rem;
border-radius: 30px;
width: fit-content;
}
.bt:hover {
box-shadow: 0 0 10px #2f51eb;
scale: 1.05;
}
.text-link {
color: white;
}
.text-link:hover {
color: var(--main-color);
}
section {
padding: 2rem;
}
section h2 {
width: fit-content;
font-family: 'Monsterrat';
font-size: 2rem;
letter-spacing: 1.3px;
margin: auto;
position: relative;
text-align: center;
padding: 0 1rem;
}
section h2::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0%;
  border: none;
  border-radius: 20px;
  border-right: 4px solid var(--main-color);
  border-left: 4px solid var(--main-color);
}
section .container {
margin: 2.5rem auto;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
position: relative;
padding: 0 3rem;
}
.callout {
background-color: hsl(229deg 82% 55% / 17%);
width: 100%;
padding: 2.5rem 1.5rem;
font-size: 1.3rem;
font-style: italic;
font-weight: bold;
}
.preload {
width: 100%;
height: 100%;
margin: 0;
padding: 0; 
display: flex;  
justify-content: center;
align-items: center;
background-color: var(--bg-color);
background-image: url('imgs/sl_031420_28950_10.png');
position: fixed;
z-index: 1000;
}
.preload-finish {
  opacity: 0;
  pointer-events: none;
  transition-delay: 1s;
}

.loader {
  color: var(--secondary-color);    
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader span {
display: inline-block;
animation: pulse 0.4s alternate infinite ease-in-out;
}
.loader span:nth-child(odd) {
animation-delay: 0.4s;
font-size: 1.5rem;
}

@keyframes pulse {
to {
  transform: scale(0.8);
  opacity: 0.5;
}
}
/* Gloabl elements end */


@font-face {
font-family: varelaRound;
src: url(Fonts/VarelaRound-Regular.ttf);
}
@font-face {
  font-family: Monsterrat;
  src: url(Fonts/Montserrat-VariableFont_wght.ttf);
}

a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* header start */
header {
height: 100vh;
background-color: var(--bg-color);
background-image: url(imgs/sl_031420_28950_10.png), linear-gradient(293deg,#0093ff57 0%,#05056800 100%);
background-size: cover;
background-position: center;
background-blend-mode: difference;
}
nav {
height: 10vh;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
position: fixed;
width: 100%;
z-index: 999;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
}

nav .logo {
height: 90%;
display: flex;
justify-content: center;
align-items: center;
}

nav .logo img {
  height: 100%;
  width: 100%;
}
nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
}
nav ul li {
  padding: 0 0.7rem;
}
.dropdown {
float: left;
overflow: hidden;
}

.dropdown .dropbtn {
font-size: 16px;  
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}

.dropdown:hover .dropbtn {
color: var(--main-color);
}

.dropdown-content {
display: none;
position: absolute;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
}

.dropdown-content a {
float: none;
color: #ddd;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.dropdown-content a:hover {
color: cornflowerblue;
}

.dropdown:hover .dropdown-content {
display: block;
}
.nav-extra {
display: flex;
align-items: center;
justify-content: center;
}
.nav-extra i.discord.fa-brands.fa-discord {
font-size: 1.5rem;
color: var(--secondary-color);
}
/* hero-section */
header .hero-section {
padding: 0 2rem;
display: flex;
justify-content: center;
height: inherit;
padding-top: 10vh;
overflow: hidden;
align-items: center;
flex-wrap: nowrap;
}
header .hero-section .hero-content {
padding: 1.5rem 0;
width: 45rem;
display: flex;
text-align: center !important;
flex-direction: column;
align-items: center;
/* transform: translate(0px, -60px); */
z-index: 1;
}
header .hero-section .hero-content h1 {
font-size: 2.2rem;
letter-spacing: 3px;
margin: 0;
}
.hero-content .welcome {
font-size: 2rem !important;
}
.hero-section .social-bar .social-link {
padding: 0 0.6rem;
  background-color: var(--bg-color);
  border-radius: 5px;
  margin: 1rem;
}
.hero-section .hero-content p {
font-size: 1.5rem;
margin: 0;
}
.community {
margin: 0;
color: white;
width: 100%;
font-size: 1.6rem;
background: var(--bg-color);
left: 50%;
bottom: 5px;
text-align: center !important;
padding: 1rem;
border-radius: 30px;
}
.discord {
animation: rotate 0.5s ease-in-out 0.5s infinite;
animation-direction: alternate;
color: var(--main-color);
}
@keyframes rotate {
from{
  rotate: 15deg;
}
to{
  rotate: -15deg;
}
}
.hero-section .hero-stats {
padding: 1rem 0;
width: fit-content;
display: flex;
justify-content: space-evenly;
}
.hero-section .hero-stats div {
height: 120px;
width: 120px;
background-image: var(--primary-gd);  
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0 1rem;
font-size: 0.8rem;
text-transform: uppercase;
box-shadow: 0 0 10px #2f51eb;
transition: all 0.5s;
}
.hero-section .hero-stats div span {
font-size: 1.4rem;
}
/* header end */
/* Tech start */
section#tech {
background-color: var(--bg-color);
}
#tech ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#tech li {
margin: 1rem;
}
#tech li iconify-icon {
/* background-color: var(--main-color); */
color: var(--main-color);
}
#tech li iconify-icon:hover {
background-color: var(--main-color);
color: Var(--bg-color);
}
/* Tech end */

/* Why us start */
#why-us {
background-color: var(--sec-bg-color);
}
#why-us .intro {
padding: 0 3rem;
font-size: 1.2rem;
margin: 1rem;
}
#why-us .container {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
}
.right {
display: flex;
flex-direction: column;
width: 50%;
}
.left {
  display: flex;
  flex-direction: column;
  width: 45%;
  justify-content: center;
  align-items: center;
}
.p_right {
display: flex;
background-color: var(--main-color);
background-image: url('imgs/sl_031420_28950_10.png');
background-size: cover;
background-position: center;
padding: 1rem;
margin: 1rem 0;
border-radius: 15px;
}
.p_right span {
font-size: 1.3rem;
color: #fff;
font-weight: bold;
}
#why-us .container .right p {
margin: 0 0 0 1rem;
color: #e1e1e1;
}
#why-us .container .headers {
font-family: 'Monsterrat';
font-weight: 900;
letter-spacing: 1.3px;
border: none;
padding: 0 1rem;
border-left: 2px solid var(--main-color);
background-color: hsl(229deg 82% 55% / 5%);
}
.slider {
  position: relative;
  background: #000116;
  width: 100%;
  height: 420px;
  margin: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.slider .slide{
position: absolute;
width: 100%;
height: 100%;
clip-path: circle(0% at 0 50%);
}
.slide::after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-image: linear-gradient(180deg,#0093ff7d 0%,#040405CC 100%);
z-index: 1;
}

.slider .slide.active{
clip-path: circle(150% at 0 50%);
transition: 2s;
}

.slider .slide img{
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}

.slider .slide .info{
display: none;
position: absolute;
color: #222;
background: rgba(255, 255, 255, 0.3);
width: 75%;
margin-top: 50px;
margin-left: 50px;
padding: 20px;
border-radius: 5px;
box-shadow: 0 5px 25px rgb(1 1 1 / 5%);
}

.slider .slide .info h2{
font-size: 2em;
font-weight: 800;
}

.slider .slide .info p{
font-size: 1em;
font-weight: 400;
}

.navigation{
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
opacity: 0;
transition: opacity 0.1s ease;
}

.slider:hover .navigation{
opacity: 1;
}

.prev-btn, .next-btn{
z-index: 999;
font-size: 2em;
color: #222;
background: rgba(255, 255, 255, 0.8);
padding: 10px;
cursor: pointer;
}

.prev-btn{
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

.next-btn{
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.navigation-visibility{
bottom: 2px;
z-index: 999;
display: flex;
justify-content: center;
position: absolute;
left: 50%;
translate: -50%;
}

.navigation-visibility .slide-icon{
z-index: 999;
background: rgba(255, 255, 255, 0.5);
width: 20px;
height: 10px;
transform: translateY(-50px);
margin: 0 6px;
border-radius: 2px;
box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
}

.navigation-visibility .slide-icon.active{
background: #4285F4;
}

@media (max-width: 900px){
.slider{
  width: 100%;
}

.slider .slide .info{
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
}

@media (max-width: 500px){
.slider .slide .info h2{
  font-size: 1.8em;
  line-height: 40px;
}

.slider .slide .info p{
  font-size: 0.9em;
}
}

/*css for automatic navigation*/

.navigation-auto{
position: absolute;
display: flex;
width: 800px;
justify-content: center;
margin-top: 460px;
}

.navigation-auto div{
border: 2px solid #40D3DC;
padding: 5px;
border-radius: 10px;
transition: 1s;
}

.navigation-auto div:not(:last-child){
margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
background: #40D3DC;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
background: #40D3DC;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
background: #40D3DC;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
background: #40D3DC;
}

/* Why us end */

/* tracks start */
#tracks {
background-color: var(--bg-color);
}
#tracks .container {
justify-content: space-evenly !important;
}
#tracks .container .card {
color: #fff;
}
#tracks .container .card .face {
width: 350px;
height: 200px;
transition: 0.5s;
}
.container .card .face.face-1 {
background-color: var(--bg-color);
position: relative;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
transform: translateY(100px);
border-bottom: 2px solid var(--main-color);
}
.container .card:hover .face.face-1 {
transform: translateY(0);
}
.container .card .face.face-1 .content {
opacity: 0.2;
transition: 0.5s;
flex-direction: column;
display: flex;
align-items: center;
}
.container .card:hover .face.face-1 .content {
opacity: 1;
}
.container .card .face.face-1 .content h3 {
margin: 10px 0 0;
padding: 0;
text-align: center;
text-transform: capitalize;
font-size: 1.5em;
}
.container .card .face.face-1 .content img {
max-width: 100px;
}
.container .card .face.face-2 {
text-align: center;
flex-direction: column;
background-color: var(--main-color);
position: relative;
display: flex;
justify-content: center;
align-items: center;
padding: 4px;
box-sizing: border-box;
box-shadow: 0 20px 50px rgba(0,0,0,0.8);
transform: translateY(-100px);
}
#tracks .container .card:hover .face.face-2 {
transform: translateY(0);
}
#tracks .container .card .face.face-2 p {
padding: 0;
margin: 0;
}
.track-stats {
display: flex;
width: 100%;
margin-top: 8px;
justify-content: space-evenly;
}
.track-stats li {
color: #fff;
transition: 0.5s;
background-color: hsl(0deg 0% 0% / 50%);
border-radius: 12px;
padding: 2px 4px;
}
/* tracks end */

/* Articles start */
#articles {
background-color: var(--sec-bg-color);
}
#articles .container {
display: flex;
}
#articles .container .cards-article-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 20px;
margin: 20px 0;
}
.cards-article-grid .article-card .card-top img {
display: block;
width: 100%;
}
.article-card {
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: var(--bg-color);
padding: 20px;
border-radius: 20px;
box-shadow: 0 0 10px rgba(0 0 0 / 20%);
transition: 0.5s;
}
.article-card:hover {
box-shadow: 0 0 10px #2f51eb;
/* scale: 1.01; */
transition: all 0.3s ease-in-out;
}
.article-card .card-top {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
overflow: hidden;
}
.article-card .card-info h3 {
font-size: 20px;
margin: 10px 0 2px 0;
}
.article-card .card-info {
color: #fff;
}
.article-card .card-info .intro {
color: #909090;
max-height: 140px;
overflow: hidden;
}
.article-card .card-info .date {
margin-bottom: 10px;
}
.article-card .card-info span {
font-size: 12px;
display: block;
font-style: italic;
}
.article-card .card-info p {
font-size: 15px;
display: block;
}
.article-card .card-bottom {
margin-top: 0.6rem;
display: flex;
align-items: center;
justify-content: center;
}
.read-more {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
  background-color: var(--main-color);
  padding: 8px 8px;
  text-wrap: nowrap;
  color: #fff;
  font-size: 12px;
  margin: 0 15px;
}

.track-tag {
text-wrap: nowrap;
color: #fff;
transition: 0.5s;
background-color: hsl(0deg 0% 0% / 50%);
border-radius: 12px;
padding: 4px 8px;
margin: 0 15px;
text-transform: capitalize;
}
.track-tag:hover {
color: var(--main-color);
}
/* Articles end */

/* Projects start */
#projects {
background-color: var(--sec-bg-color);
}
#projects .container {
display: flex;
justify-content: space-around;
}
.project-card {
margin: 1.5rem 0;
padding: 2rem 1rem;
background-color: var(--bg-color);
position: relative;
display: flex;
width: 320px;
align-items: flex-end;
box-shadow: 2px 2px 10px black;
transition: 0.5s ease-in-out;
}
.project-card:hover {
transform: translateY(20px);
}
.project-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: var(--primary-gd);
z-index: 2;
transition: 0.5s all;
opacity: 0;
}
.project-card:hover::before{
opacity: 0.9;
}
.project-card img {
width: 100%;
height: 100%;
object-fit: contain;
position: absolute;
top: 0;
left: 0;
}
.project-card h4 {
font-size: 1.5rem;
margin: 1rem 0;
text-shadow: 2px 2px black;
}
.project-card .info {
position: relative;
z-index: 3;
color: #fff;
opacity: 0;
transform: translateY(30px);
transition: 0.5s all;
}
i.fa-solid.fa-user {
margin: 0 8px;
}
.project-card:hover .info {
opacity: 1;
transform: translateY(0px);
}
.project-card .social-link a {
color: var(--sec-bg-color);
}
/* Projects end */

/* team section start */
.our_team {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
background-color: var(--bg-color);
}
.our_team .team-info {
width: 50%;
}
.team-info h3 {
font-family: 'Monsterrat';
font-weight: 900;
letter-spacing: 1.3px;
border: none;
padding: 0 1rem;
border-left: 2px solid var(--main-color);
background-color: hsl(229deg 82% 55% / 5%);
}
.team-info p {
text-align: justify;
}
.team-container {
padding: 2rem 0;
}
.swiper {
position: relative;
width: 240px;
height: 320px;
}

.swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 18px;
}
.swiper-container {
width: 280px;
height: 440px;
}

.swiper-slide {
display: flex;
align-items: flex-end;
justify-content: center;
border-radius: 18px;
font-size: 22px;
font-weight: bold;
text-align: center;
color: #fff;
position: relative;
border-radius: 18px;
width: 270px !important;
height: 360px !important;
}
.swiper-slide::after {
content: '';
display: block;
width: 100%;
height: 60px;
background-color: var(--bg-color);
position: absolute;
bottom: 0;
left: 0;
opacity: 0.6;
} 
.swiper-slide p {
width: 100%;
position: absolute;
bottom: 8px;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
margin: auto;
font-size: 16px;
font-weight: 300;
flex-direction: column;
}
.swiper-slide p span {
display: block;
font-size: 12px;
}
/* slider for mobile view */
.wrapper {
width: 300px;
position: relative;
display: none;
}
.wrapper i {
top: 50%;
height: 50px;
width: 50px;
cursor: pointer;
font-size: 1.25rem;
position: absolute;
text-align: center;
line-height: 50px;
opacity: 0.8;
background: var(--bg-color);
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0,0,0,0.23);
transform: translateY(-50%);
transition: transform 0.1s linear;
}
.wrapper i:active{
transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
left: -22px;
}
.wrapper i:last-child{
right: -22px;
}
.wrapper .carousel{
display: grid;
grid-auto-flow: column;
grid-auto-columns: calc((100% / 3) - 12px);
overflow-x: auto;
scroll-snap-type: x mandatory;
gap: 16px;
border-radius: 8px;
scroll-behavior: smooth;
scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
display: none;
}
.carousel.no-transition {
scroll-behavior: auto;
}
.carousel.dragging {
scroll-snap-type: none;
scroll-behavior: auto;
}
.carousel.dragging .card {
cursor: grab;
user-select: none;
}
.carousel :where(.card, .img) {
display: flex;
justify-content: center;
align-items: center;
}
.carousel .card {
scroll-snap-align: start;
height: 334px;
list-style: none;
background-image: url(imgs/sl_031420_28950_10.png);
background-image: url(imgs/sl_031420_28950_10.png), var(--primary-gd);
background-size: cover;
cursor: pointer;
padding-bottom: 15px;
flex-direction: column;
border-radius: 8px;
}
.carousel .card .img {
background: var(--secondary-color);
height: 188px;
width: 188px;
border-radius: 50%;
}
.card .img img {
width: 90%;
height: 90%;
border-radius: 50%;
object-fit: cover;
border: 4px solid var(--bg-color);
}
.carousel .card h2 {
font-weight: 500;
font-size: 1.2rem;
margin: 20px 0 5px;
}
.carousel .card span {
padding: 0.5rem 0;
font-size: 0.75rem;
margin-top: 0.5rem;
text-align: center;
background-color: var(--bg-color);
box-shadow: 2px 2px 2px var(--bg-color);
width: 94%;
border-radius: 20px;
border: none;
border-right: 4px solid var(--secondary-color);
border-left: 4px solid var(--secondary-color);
}
@media screen and (max-width: 900px) {
.wrapper .carousel {
  grid-auto-columns: calc((100% / 2) - 9px);
}
}
@media screen and (max-width: 600px) {
.wrapper .carousel {
  grid-auto-columns: 100%;
}
}
.contact-form {
background-color: var(--bg-color);
position: relative;
padding: 2rem;
}
.contact-img {
width: 100%;
height: 100%;
opacity: 0.2;
position: absolute;
left: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
form#contactform {
display: flex;
flex-direction: column;
width: 100%;
justify-content: center;
align-items: center;
margin: auto;
z-index: 1;
}
.contact-form input {
border: 1px solid var(--bg-color);
padding: 0.5rem;
border-radius: 10px;
outline: 0;
width: 40%;
margin: 1rem;
z-index: 1;
}
.contact-form input[type="submit"] {
border-radius: 10px;
}
/* team section end */

/* Footer Start */
footer {
background-color: var(--sec-bg-color);
padding: 2rem;
display: flex;
flex-direction: column;
}
footer .upper-footer {
display: flex;
  justify-content: space-evenly;
  align-items: center;
}
footer .upper-footer .footer-logo {
width: 80px;
height: 80px;
}
footer .upper-footer .footer-hyperlinks {
display: flex;
justify-content: space-between;
}
footer .upper-footer .footer-hyperlinks ul {
padding: 0 1rem;
}
footer .upper-footer .footer-hyperlinks ul li {
margin: 8px 0;
}
/* .footer-hyperlinks ul li a {
font-size: 1rem;
color: #fff;
} */
.subscribe {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem 0;
}
.extra-contact ul {
display: flex;
justify-content: space-between;
align-items: center;
}
.extra-contact ul li {
display: flex;
align-items: center;
}
.extra-contact a {
margin: 0 1rem;
color: #fff;
}
footer .lower-footer {
display: flex;
justify-content: space-between;
align-items: center;
}

/* Footer end */







canvas.particles-js-canvas-el {
width: 100% !important;
height: 100vh !important;
background-color: #00000096;
position: absolute;
top: 0;
left: 0;
}

.hero-img {
position: absolute;
top: 15%;
right: 0;
width: 625px;
z-index: 2;
}

:root {
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-moz-tap-highlight-color: transparent;
-ms-tap-highlight-color: transparent;
-o-tap-highlight-color: transparent;
}

*,
:before,
:after {
box-sizing: inherit;
}

* {
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

canvas {
opacity: 0.1;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
-webkit-contain: strict;
-moz-contain: strict;
-ms-contain: strict;
-o-contain: strict;
contain: strict;
}

.contact-form form input:not([type="submit"]):focus::-webkit-input-placeholder,
.contact form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: .3s;
}


.years {
  margin: 45px 0 0 25px;
  
}

.year {  
  cursor: pointer;
  background-color:transparent;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 20px;
}

.year:hover {
  border: 2px solid #169acd;
  transition: .3s;
}

.selected {
  background-color: #169acd;
  border: 2px solid #fff;
}

.hidden {
  display: none;
}

/* background: linear-gradient(45deg, rgba(255,175,189,.7), rgba(100,216,243,.7), rgba(234,236,198,.7), rgba(245,146,176,.7), rgba(52,219,216,.7)) 0 0 / 1000% no-repeat, url(https://picsum.photos/g/2000/1200?image=443) 0 0 / cover no-repeat; */
