* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root{
    --primary-color: black;
    --secondary-color:#cac7c7;
}
.darktheme{
    --primary-color: rgb(220, 217, 217);
    --secondary-color:#111010;
}
/*splash screen*/
.intro {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--primary-color);
  transition: 1s;
}
.logo-header {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--secondary-color);
}
.logo1 {
  position: relative;
  display: inline-block;
  bottom: -20px;
  opacity: 0;
}
.logo1.active {
  bottom: 0;
  opacity: 1;
  transition: ease-in-out 0.5s;
}
.logo1.fade {
  bottom: 150px;
  opacity: 0;
  transition: ease-in-out 0.5s;
}

#shapes {
  background-color: var(--primary-color);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /*overflow: hidden;
  display: flex;*/
}
section .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  justify-content: center;
  align-items: center;
}
.content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5% 10%;
}
.layer1 {
  position: relative;
  color: var(--secondary-color);
  font-size: 8em;
  /*top: 18%;
  padding-left: 600px;*/
  display: flex;
  text-align: left;

  flex-direction: column;
  cursor: pointer;
}
.meditate {
  position: relative;
  width: 38%;
  height: auto;
  /*margin: 170px;
  width: 600px;
  height: 800px;*/
}
.layer1 span {
  transition: 0.5s;
}
.layer1:hover span:nth-child(1) {
  margin-right: 20px;
}
.layer1:hover span:nth-child(2) {
  margin-left: 40px;
  text-shadow: 0 0 10px #65d5df, 0 0 20px #65d5df, 0 0 50px #65d5df,
    0 0 90px #65d5df, 0 0 120px #65d5df;
}

.options {
  text-align: right;
  background-image: linear-gradient(360deg, var(--primary-color), #5d5e60);
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 200px;
}
#icon{
    width: 40px;
    cursor: pointer;
    
}

ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  flex: 1;
  text-align: right;
}
.options ul li a {
  text-decoration: none;
  color: white;
  font-size: 25px;
  margin: 20px;
}
.options .logo {
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 45px;
}
.options .logo:hover {
  text-shadow: 0 0 8px var(--secondary-color);
}
.myintro{
  position: relative;
  /*margin-bottom: 10%;
  margin-right: 5%;*/
}
.myintro p {
  position: relative;
  color: var(--secondary-color);
  font-size: 2.2em;
  /*top: 21%;
  left: 50%;
  font-size: 2.2em;
  display: flex;*/
  
  
}
.explore:link, .explore:visited{
   margin-top: 25px;
   background: var(--secondary-color);
    color: orangered;
    font-size: 2rem;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 5px;
    
    
}
.myintro a:hover{
    color: var(--primary-color);
}
.info-container1{
  background-color: #444444;
  display: flex;
  margin: 5%;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 1000px;
  justify-content: center;
  text-align: left;
  animation: slideRight 2s ease forwards;
 
}
.div1{
  color: var(--secondary-color);
  text-decoration: none;

}
.div1 h3{
  color: rgb(210 157 255);
  font-size: 36px;
  font-family: 'Sen', sans-serif;
}
.div1 h1{
  color: rgb(210 157 255);
  font-size: 3.5em;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.div1 h4{
  font-family: 'Sen', sans-serif;
  
  font-weight: 100;
  font-size: 25px;
  color: var(--secondary-color);
}
.div1 h6{
  
  padding-top: 50px;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 20px;
}
.social1 {
  display: flex;
  flex-wrap: wrap;
}
.social1 a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width:50px ;
  height: 50px;
  text-decoration: none;
  color: greenyellow;
  background: transparent;
  border: 2px solid greenyellow;
  border-radius: 50%;
  font-size: 30px;
  margin: 50px 15px 30px 0;

}
.social1 a:hover{
  background: greenyellow;
  color: #18191a;
  box-shadow: 0 0 20px greenyellow;
}
.social2 {
  display: flex;
  flex-wrap: wrap;
}
.social2 a{
  
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  font-weight: 700;
  background: greenyellow;
  border: 2px solid greenyellow;
  border-radius: 10%;
  font-size: 20px;
  padding: 6px;
  margin: 10px;

}
.college {
  display: flex;
  justify-content: center;
  align-items: center;
}

.college img {
  height: auto;
  max-width: 80%;
  border-radius: 10px;
}
#shapes2 {
  background-color: var(--primary-color);
  overflow: auto;
  width: 100%;
  height: 100vh;
  
  display: flex;
  flex-direction: column;
}
.info-container2{
  background-color: #444444;
  display: flex;
  margin: 5%;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 1000px;
  justify-content: center;
  text-align: left;
  animation: slideRight 2s ease forwards;
  align-self: flex-end;
}
#social{
 margin-top: -10%;
 margin-bottom: 10%;
}
#social a{
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 50px;
  padding: 8px;
}
#social a:hover{
  color: aqua;
}
.project-container1{
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
  display: flex;
  margin: 5% 2%;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 2000px;
  justify-content: center;
  text-align: left;
  animation: slideRight 2s ease forwards;
 
}
.project-container2{
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
  display: flex;
  margin: 5% 2%;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 2000px;
  justify-content: center;
  text-align: left;
  animation: slideRight 2s ease forwards;
  align-self: flex-end;
}
@keyframes slideRight{
  0%{
      transform: translateX(-100px);
      opacity: 0;
  }
  100%{
      transform: translateX(0);
      opacity: 1;
  }
}
@keyframes slideLeft{
  0%{
      transform: translateX(100px);
      opacity: 0;
  }
  100%{
      transform: translateX(0);
      opacity: 1;
  }
}

/* Large screens (desktops, 1200px and up) */
@media (max-width: 1200px) {
  .meditate {
    width: 70%;
    height: auto;
  }
  
  .myintro {
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
  }
  
  .myintro p {
    font-size: 2.0em;
    left: auto;
    top: auto;
    margin: 0;
  }
  
  .layer1 {
    font-size: 5em;
    padding-left: 0;
    top: 0;
  }
  .options {
    padding: 0 50px;
  }

  .options ul li a {
    font-size: 20px;
    margin: 10px;
  }

  .options .logo {
    font-size: 35px;
  }

  #icon {
    width: 30px;
  }
  
  
}

/* Medium screens (tablets, 992px to 1199px) */
@media (max-width: 992px) {
  .content {
    flex-direction: column;
    align-items: center;
  }

  .meditate {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  
  .myintro {
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
  }
  
  .myintro p {
    font-size: 1.2em;
  }
  
  .layer1 {
    font-size: 5em;
    padding-left: 0;
    top: 0;
  }
  .options {
    padding: 0 20px;
  }

  .options ul li a {
    font-size: 18px;
    margin: 8px;
  }

  .options .logo {
    font-size: 30px;
  }

  #icon {
    width: 25px;
  }
  
  
}

/* Small screens (landscape phones, 768px to 991px) */
@media (max-width: 768px) {
  .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .meditate {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }
  
  .myintro {
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
  }
  
  .myintro p {
    font-size: 1.1em;
    left: auto;
    top: auto;
    margin: 0;
  }
  
  .layer1 {
    font-size: 1em;
    padding-left: 0;
    top: 0;
  }
  .options {
    flex-direction: column;
    height: auto;
    padding: 10px 20px;
  }

  .options .logo {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .options ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .options ul li {
    width: 100%;
    text-align: left;
  }

  .options ul li a {
    font-size: 16px;
    margin: 5px 0;
  }

  #icon {
    width: 20px;
  }
  
 
}

/* Extra small screens (portrait phones, less than 768px) */
@media (max-width: 576px) {
  .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .meditate {
    width: 30%;
    height: auto;
    margin: 0 auto;
  }
  
  .myintro {
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
  }
  
  .myintro p {
    font-size: 1.1em;
    left: auto;
    top: auto;
    margin: 0;
  }
  
  .layer1 {
    font-size: 1.1em;
    padding-left: 0;
    top: 0;
  }
  .options ul li a {
    font-size: 14px;
    margin: 4px 0;
  }

  .options .logo {
    font-size: 20px;
  }

  #icon {
    width: 18px;
  }
  
 
}

/* Very small screens (less than 480px) */
@media (max-width: 480px) {
  .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .meditate {
    width: 20%;
    height: auto;
    margin: 0 auto;
  }
  
  .myintro {
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
  }
  
  .myintro p {
    font-size: 1.2em;
    left: auto;
    top: auto;
    margin: 0;
  }
  
  .layer1 {
    font-size: 2em;
    padding-left: 0;
    top: 0;
  }
  .options ul li a {
    font-size: 14px;
    margin: 4px 0;
  }

  .options .logo {
    font-size: 20px;
  }

  #icon {
    width: 18px;
  }
  
  
}

/* Very small screens (less than 360px) */
@media (max-width: 360px) {
  .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .meditate {
    width: 10%;
    height: auto;
    margin: 0 auto;
  }
  
  .myintro {
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
  }
  
  .myintro p {
    font-size: 1em;
    left: auto;
    top: auto;
    margin: 0;
  }
  
  .layer1 {
    font-size: 1.1em;
    padding-left: 0;
    top: 0;
  }
  .options ul li a {
    font-size: 10px;
    margin: 2px 0;
  }

  .options .logo {
    font-size: 10px;
  }

  #icon {
    width: 10px;
  }
  
}
