*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  transition: 0.50s;
}

header{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  box-shadow: 1px 1px 10px #080808a2;
  height: 45px;
  background: #333;
  width: 100%;
  place-items: center;
  position: fixed;
  color: #fff;
  top: 0px;
  z-index: 999999;
}
header a{
  color: #fff !important;
}
nav svg{
  height: 30px;
  fill: #fff;
  right: 150px;
  padding: 4px;
  top: 10px;
  position: absolute;
}
nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 1px 1px 10px #080808a2;
  height: 60px;
  background: #333;
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
}
span{
  color: #09B1B7;
}
.slideshow-container {
  position: relative;
  z-index: 9999;
  margin: auto;
  width: 100%;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #444;
  font-weight: bold;
  background: #FFFFFF75;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0px 5px 5px 0px;
  user-select: none;
}
.prev{
  left: 0;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: #FFFFFF8F;
}



.numbertext {
  color: #444;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background: #FFFFFF75;
  font-weight: bold;
}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {
    font-size: 11px;
  }
}

@media(max-width:1440px){
  nav{
    display: none !important;
  }
  header{
    display: flex !important;
  }

  .slideshow-container{
    margin-top: 45px !important;
    width: 600px !important;

  }
.about{
  display: flex !important;
}
.lg{
  margin-top: 0 !important;
}
.achievements img{
  width: 700px !important;
}
}

@media(max-width:900px){
  .slideshow-container{
    margin-top: 0 !important;
    width: 98% !important;
  }
  header{
    display: none !important;
  }
  nav{
    display: flex !important;
  }
  .lg{
     padding: 20px !important;
  }
  .about video{
    margin-top: 10px;
  }

  .lg{
    display: flex;
    flex-wrap: wrap !important;
    margin-top: 50px !important;
  }

  .about p{
    width: 400px !important;
    margin-top: 10px;

  }
  .about{
    margin-top: 100px !important;
    display: block !important;
  }
  .achievements img{
    width: 90% !important;
  }
}
#show{
  border: 1px #fff solid;
  margin-left: 20px;
  border-radius: 2px;
  padding: 5px;
  cursor: pointer;
}
.line{
  width: 25px;
  border-bottom: 3px #fff solid;
  border-radius: 1px;
}
.about{
  display: flex;
  align-items: center;
  justify-content: space-around;
  place-items: center;
  display: grid;
  margin-top: 30px;
}

.about h2{
  color: #09B1B7;
}

.about p{
  width: 450px;
  font-size: 17px;
}

button{
  background: none;
  width: 100px;
  height: 30px;
  border: 2px #09B1B7 solid;
  color: #09B1B7;
  border-radius: 2px;
}
header button{
  border-color: white;
  color: #fff;
}
::selection{
  color: white;
  background: #057377b0;
}

button:hover{
  background: #fff;
  color: #222;
}

.slideshow-container img{
  border: 1px lightgray solid;
}
.lg{
  display: flex;
  left: 0;
  align-items: center;
  position: relative;
  justify-content: space-around;
  overflow: scroll;
  flex-wrap: wrap;
  margin-top: 30px;
  background: #e9e9e9;
  height: 80vh;
}
.lg::-webkit-scrollbar{
  opacity: 0;
}
.icons .ul{
  display: grid;
  place-items: center;
  width: 150px;
  border-radius: 5px;
  background-size: 100% 100%;
  height: 130px;
  background-image: url(imgs/img1.webp);
  backdrop-filter: blur(20px);
  position: relative;
  color: #fff;
  z-index: 999;
  margin-top: 10px;
}

.icons{
  flex-wrap: wrap;
  justify-content: space-around;
}

.ul .ul2{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  place-items: center;
  backdrop-filter: blur(0.50px);
  background: #00000057;
  display: grid;
}

.goals{
  background: #09B1B7;
  align-items: center;
  color: #fff;
  justify-content: center;
  place-items: center;
  position: relative;
  width: 100%;
  padding: 0;
  display: grid;
}
.goals li{
  background: #0cbac0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  place-items: center;
}
.rtl{
  direction: rtl;  
}
section{
  display: flex;
  align-items: center;
  place-items: right;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
}
section img{
  margin-top: 10px;
  width: 400px;
}

seition p{
  margin-top: 10px;
}
section h2{
  color: #09B1B7;
}
.icons2{
  direction: rtl;
  right: 10%;
  text-align: right;
}
.icons2 .icon{
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.icon svg{
  height: 20px;
  fill: #09B1B7;
}
.icons2 h3{
  font-size: 15px;
  margin-right: 7px;
}
header a:hover{
  color: #09B1B7 !important;
}
header a:active{
  color: #09B1B7 !important;
}
.menu{
  top: -100%;
  position: fixed;
  z-index: 999999999999999;
  background: #002;
  color: #fff;
  width: 100%;
}
li a{
  padding: 10px;
  color: #fff;
  margin-top: 10px;

}
.menu li{
  text-anchor: none;
  background: #000021;
  height: 25px;
  padding: 10px;
}
.menu li:hover{
 background: #09B1B7;
}
.menu #remove{
  margin-left: 15px;
  font-size: 30px;
}
nav button{
  right: 30px;
  position: absolute;
  border-color: white;
  color: white;
  top: 15px;
}
nav button:hover{
  background: #fff;
  color: #222;
}
.menu #remove:hover{
  color: #09B1B7;
}
footer{
  place-items: center;
  bottom: 0;
  height: 100px;
  display: grid;
  color: #fff;
  background: #112;
}
footer a{
  color: #09B1B7;
  text-decoration: underline;
}
html{
  scroll-behavior: smooth;
}
.hover-underline-animation {
  position: relative;
  color: #333;
  padding: 10px;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background-color: #09B1B7;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  background: #09B1B7;
  color: #fff;
  transform-origin: bottom left;
}

#arrow-up {
  display: none;
  position: absolute;
  width: 50px;
  bottom: 20px;
  right: 50px;
  z-index: 99999999;
  color: white;
  position: fixed;
  cursor: pointer;
  border-radius: 1500px;
  transform: rotate(450deg);
  height: 50px;
  font-weight: bold;
  animation: kia 1s ease-in infinite normal;
  font-size: 20px;
  border: 2px #09B1B7 solid;
  backdrop-filter: blur(50px);
  background: #057074;
  outline: 1px white solid;
}
#arr{
  color: #fff;
}
@keyframes body{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
body{
  animation: 2s body normal;
  }
.about video{
  width: 370px;
  margin-top: 10px;
}
header svg{
  fill: white;
  height: 25px;
}

header a{
  font-size: 18px;
}
header h2{
  font-size: 27px;
}
nav svg:hover{
  filter: drop-shadow(1px 2px 10px #e2e2e293);
}
header svg:hover{
  filter: drop-shadow(1px 2px 10px #e2e2e293);
}
.achievements{
  background-image: url(imgs/achievements.webp);
  background-size: cover;
  height: 100vh;
  display: grid;
  place-items: center;
}
.achievements button:hover{
  background: #0cbac0;
  color: white;
}
