@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #9b9b9b;
}
img.viewer-move {
  border-radius: 10px;
}
body {
    background-color: #060606;
    display: flex;
     justify-content: center;
     align-items: center;
    flex-direction: column;
}
button {
  margin: 10px;
  color: #fff;
  border: 0;
  padding: 10px 17px;
  font-size: 18px;
  border-radius: 50px;
  transition: ease-in-out .2s;
  cursor: pointer;
}
button:hover{
  background-color: rgb(133, 133, 133);
}
.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.intro img {
  position: absolute;
  width: 60px;
  height: auto;
  margin: 50px 20px;
}










.home{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}
.navbar {
    top: 0;
    margin: 10px;
    border-radius: 50px;
      z-index: 2;
      position: fixed;
      display: flex;
      align-items: center;
      max-width: 670px;
      height: 60px;
      justify-content: space-between;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      background-color: #23232395;
      border: 1px solid #414141;
  }
  .navbar .brand {
    cursor: pointer;
    margin-left: 30px;
    display: flex;
    align-items: center;
  }
  .navbar .brandname{
    display: flex;
    margin-right: 30px;
    font-size: 20px;
     font-weight: 500;
     color: #fff;
 } 
  .navbar img {
    filter: brightness(95%);
      height: 25px;
      width: auto;
      margin-right: 10px;
  }

.home h1{
  font-weight: 600;
  font-size: 50px;
    background-color: #3c5cb3;
  background-image: linear-gradient(60deg, #3c5cb3, #69659c);
  background-clip: text;
  color: transparent;
  transition: ease-in-out .2s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.home h5{
    margin: 10px;
    color: #fff;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  max-width: 600px;
}
.navbar .right{
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.right .navelem {
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  font-size: 17px;
  color: #fff;
  margin: 10px;
}
.buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.ds {
  background-color: #ffffffa2;
  border: 1px solid #ffffffdc;
  
}
.dl {
  background-image: linear-gradient(60deg, #3c5cb3, #69659c);
  border: 1px solid #9199e7;
}
.navelem.dl {
  padding: 5px 10px;
  border-radius: 50px;
  width: 150px;
}
.shapes{
  position: fixed;
  right: 30%;
  top: 30%;
  transform: rotate(-45deg);
  display: flex;
  align-items: end;
  gap: 5rem;
  z-index: -10;
}
.shape{
  mix-blend-mode: multiply;
  filter: blur(70px);
}

.shapes .shape.color2{
  height: 23rem;
  width: 100px;
  background-color: #69659c;
  animation-duration: 10s;
  animation-name: smoothopacity;
  transition: all 0.2s ease-in-out;
  animation-iteration-count: infinite;
  z-index: -10;
}

.shapes .shape.color1{
  animation-duration: 15s;
  animation-name: smoothopacity;
  transition: all 0.2s ease-in-out;
  animation-iteration-count: infinite;
  background-color: #3c5cb3;
  height: 17rem;
  width: 80px;
  z-index: -10;
}
@keyframes smoothopacity {
  from {
      opacity: 0;
  }
  50%{
    opacity: 1;
    
  }
  to {
    opacity: 0;
}
}
.intro.loaded {
  transition: all 0.2s ease-in-out;
    animation-name: fadeout;
    animation-duration: 1s;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 127px;
  height: 127px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 600px) {
  .navelem.hide {
    display: none;
  }
 .navbar .brandname, .navelem.dl{
    display: none;
  }
  .cards .card {
    width: 80vw;
  }
  iframe {
    width: 80vw;
  }
}
@media screen and (max-width: 1000px) {
  #next {
    right: 0px;
    margin-top: 300px;
    margin-right: 10px;
  }
  #prev {
    margin-top: 300px;
    margin-left: 10px;
    left: 0px;
  }
}

.section {
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
h3{
  font-size: 30px;
  margin: 20px;
  font-weight: 500;
  color: #fff;
}
.cards {
    display: flex;
    position: relative;
    width: 85%;
    height: 500px;
    overflow: hidden;
    margin-top: 50px;
    justify-content: center;
    
}
.cards .card {
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  max-width: 550px;
  margin: 10px;
  height: 400px;
  background-color: #23232395;
  border: 1px solid #414141;
}
.imgcontainer {
  margin: 20px;
  border-radius: 22px;
  border: 1px solid #414141;
  overflow: hidden;
  width: calc(100% - 40px);
  height: 300px;
}
.imgcontainer img {
  cursor: pointer;
  height: 100%;
  width: auto;
}
.imgcontainer.center {
  display: flex;
  justify-content: center;
}
.cardtext {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin: 5px 20px;
}
footer {
  bottom: 0;
  display: flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: static;
  margin-bottom: 0;
  bottom: 0;
}
footer p {
  text-align: center;
 font-weight: 300;
 margin: 20px;
 color: #fff;
}
a {
  color: white;
}
#next i, #prev i{
  margin: 40%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

#next, #prev{
  width: 25%;
  border: 0;
  background-color: transparent;
  z-index: 2;
  position: absolute;
  top: 20%;
  left: 10px;
  display: flex;
  justify-content: center;
}
#next{
    left: unset;
    right: 10px;
}
.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 10px;
}

.socials i {
  cursor: pointer;
  color:  #fff;
  font-size: 30px;
  margin: 10px;
  transition: ease-in-out .5s;
}

.socials i:hover{
  color:  #bbbbbb;
}

iframe {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin: 20px;
}

.videos {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}