
@font-face {
    font-family: Main;
    src: url(Gewtymol.ttf);
 }

 html {
    background-color: #4044CF;
    scroll-behavior: smooth;
 }
body {
    margin: 0;
    z-index: 1;
    background-color: #4044CF;
    background: url("PortalerBG.svg") top center;
    background-position: center;
    background-repeat: repeat;
    background-size: 50%;
    position: relative;
    z-index: -100; 
    
}


.divider {
    
    display: block;
      margin-left: auto;
      margin-right: auto;
    margin-top: 40vh;
    
    justify-content: center;
    max-width: fit-content;
    width: 70%;
}
.dividersmall {
    
    display: block;
      margin-left: auto;
      margin-right: auto;
    margin-top: 10vh;
    
    justify-content: center;
    max-width: fit-content;
    width: 70%;
}
.abtmecontainerorigin {
    display: flex;
      align-items: center; 
      justify-content: flex-start;
      gap: 20px;
      padding: 20px;
      margin-left: 10%;
      margin-top: 40vh;
    
}
.abcontainer {
    display: inline;
    
    margin-right: 120px;
}
h2  {
    
    font-family: Main;
    color: #ffffff;
    font-size: 500%;
    text-align: left;
    font-weight: normal;
    top: -50%;
    margin-bottom: -3%;
}
p {
    font-family: Main;
    color: #ffffff;
    font-size: 250%;
    text-align: left;
    word-wrap: normal;
    
}
.socialhead {
    text-align: center;
    margin-bottom: 30px;
    text-decoration: none;
    text-decoration-thickness: 0px;
}
.social {
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    text-decoration-thickness: 0px;
}
.socialp {
    display: inline;
    font-size: 30px;
    text-decoration: none;
    text-decoration-thickness: 0px;
    
}
.sociali {
    width: 30px;
    text-decoration: none;
}
.jumpani {
    position: absolute;
    transform: translateY(-34.5vh) translateX(540px);
    width: .128%;
}

 .tbsgchar {
    width: 140%;
    max-width: 500px;
    transform: scaleX(-1) translateX(80px);
    filter: hue-rotate(0);
 }
 .titletext {
    margin-top: 40vh;
    margin-bottom: 40vh;
    font-family: Main;
    color: #ffffff;
    font-size: 1000%;
    text-align: center;
    font-weight: normal;
 }

.navbar {
    text-align: center;
    background-color: #4044CF;
    border: solid 7px #4142B6;
    padding: 20px 20px;
    border-radius: 10px;
    margin: auto;
    max-width: fit-content;
    transform: translate(0px, 30px);
}
.navbar a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 36px;
    border-radius: 10px;
    font-family: Main;
    transition-duration: 0.4s;
    border: solid 0px #a79dff00;
}
.navbar a:hover {
    background-color: #6663ff;
    border: solid 7px #a79dff;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .projectcontainer {
    max-width: 1100px;
  margin: auto;
  
  display: grid;
  gap: 1rem;
  
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .projecti {
    width: 340px;
    height: 191.25px;
    margin-bottom: -30px;
    margin-left: 15px;
    transition: 0.2s;
    perspective: 10;
    border-radius: 5px;
  }
  .projecti:hover {
    transform: scale(1.1);
    z-index: -2;
    
    transition: 0.2s;
  }
  .projectp {
    text-align: center;
    text-decoration-line: none;
  }
  .cubeicon {
    width: 90px;
    transform: translateY(4px);
    margin-left: 0;
    margin-right: auto;
    overflow: hidden;
  }
  ::-webkit-scrollbar {
    display: none;
  }