*
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'Nunito', sans-serif;
}
::-webkit-scrollbar
{
   width: 0;
}
body
{
   width: 100vw;
   height: 100vh;
   background: linear-gradient(to right,#681fa379,#681fa379),url(../img/tools/user-bg.jpeg) center center no-repeat;
   background-size: cover;
   overflow-x: hidden;
   pointer-events: none;
   user-select: none;
   overflow-y: hidden;
   backdrop-filter: blur(15px);
   top: 0 !important;
}
.skiptranslate iframe {
   display: none !important;
}
#preloader
{
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 5000;
   user-select: none;
   pointer-events: none;
   background: #e0e0e0;
   display: flex;
   align-items: center;
   justify-content: center;
   filter: hue-rotate(360deg);
   opacity: 1;
   bottom: 0;
   scale: 1;
   overflow: hidden;
}
#loader
{
   position: fixed;
   width: 150px;
   height: 150px;
   background-size: 100%;
   transition: 1.2s;
   display: flex;
   align-items: center;
   justify-content: center;
}
#loader span
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   transform: rotate(calc(18deg * var(--i)));
}
#loader span::before
{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   background: #1c99cb;
   box-shadow: 0 0 5px #1c99cb,
               0 0 10px #1c99cb,
               0 0 15px #1c99cb,
               0 0 20px #1c99cb,
               0 0 40px #1c99cb,
               0 0 60px #1c99cb,
               0 0 80px #1c99cb,
               0 0 100px #1c99cb;
   animation: loadanimate 2s linear infinite;
   animation-delay: calc(0.1s * var(--i));
}
@keyframes loadanimate {
   50%
   {
      transform: scale(1);
   }
   80%,100%
   {
      transform: scale(0);
   }
}
#loader img
{
   width: 120px;
}
:root
{
   --studentcolor1:#2A0869;
   --studentcolor2:#9130D8;
}
.students-col::-webkit-scrollbar
{
   width: 8px;
   scroll-behavior: smooth;
}
.students-col::-webkit-scrollbar-thumb
{
   background-color: rgba(255, 255, 255, 0.7);
   border-radius: 10px;
}
.students-col::-webkit-scrollbar-track
{
   border-radius: 10px;
   margin-bottom: 1.3em;
   margin-top: 1.3em;
}
/*Translate*/
.goog-te-gadget-icon {
   border-radius: 50px;
 }
 
 
.goog-te-gadget-simple {
     background-color: transparent !important;
     border:0 !important;
     font-size: 10pt;
    font-weight:800;
     display: inline-block;
     padding:0 10px !important;
     cursor: pointer;
     zoom: 1;
     border-radius: 12px;
 }
 
 .goog-te-gadget-simple  span {
    color:white !important;
}
.goog-te-gadget-simple span:nth-child(3)
{
   display: none;
}
.translate
{
   color:white;
   font-size: 16px;
   font-weight: bolder;
   position: relative;
   height: 30px;
   width: 90%;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: 0.3s;
}
.translate:hover
{
   background: rgba(255, 255, 255, 0.4);
   box-shadow: 0 0 5px black;
   border-radius: 100px;
}
/*Translate*/
nav
{
   position: absolute;
   z-index: 2000;
   padding:10px 1.5%;
   padding-left: 10%;
   width: 100%;
   transition: 0.3s;
}
.nav-anim
{
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    padding: 4px 1%;
    padding-left: 5%;
}
nav .logo_img
{
    margin-left: 50px;
}
nav img
{
   height: 42px;
   transition: 0.3s;
}
.nav-wrapper
{
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
nav .menu ul
{
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 15px;
   flex-wrap: wrap;
   height: 15px;
}
nav .menu ul li
{
   list-style-type: none;
}
#MenuBtn
{
   display: none;
   font-size: 24px;
   color: white;
}
.hider
{
   display: none;
   color: white;
   font-size: 24px;
}
.vh_line
{
   background: white;
   height: 25px;
   width: 4px;
   border-radius: 15px;
   opacity: 1;
   margin: 0;
   padding: 0;
   margin-right: 15px;
   box-shadow: 0 0 5px black;
}
nav .menu .menu-link
{
   color:white;
   font-size: 17px;
   position: relative;
   text-decoration: none;
   transition: 0.3s;
}
nav .menu .menu-link:hover
{
   color: #22b5f0;
}
nav .menu .menu-link::after
{
   content: '';
   display: block;
   width: 0;
   height: 3px;
   background: white;
   border-radius: 10px;
   margin: auto;
   transition: 0.3s;
}
nav .menu .menu-link:hover::after
{
   background:#22b5f0;
   width: 100%;
}
footer
{
   width: 100%;
   justify-content: center;
   user-select: none;
   display: flex;
}
footer p
{
   color: white;
   opacity: 1;
   position: absolute;
   bottom: -12px;
   width: 100%;
}
.bist
{
   text-align: center;
   opacity: 0.5;
}
.trinsyca
{
   position: absolute;
   text-align: end;
   padding-right: 10px;
   font-size: 14px;
   color: white;
   bottom: -50px;
   width: 100%;
   animation: trinsyca 1s forwards ease-in-out;
   animation-delay: 1.2s;
}
@keyframes trinsyca {
   0%
   {
      bottom: -50px;
   }
   100%
   {
      bottom: -12px;
   }
 }
.trinsyca g
{
   opacity: 0.5;
}
.trinsyca a
{
   color: #E4B063;
   font-size: 18px;
   letter-spacing: 1px;
   text-shadow: 0 0 10px #E4B063,0 0 10px #E4B063,0 0 10px #E4B063;
   opacity: 1;
   text-decoration: none;
   transition: all 0.2s ease-in-out;
}
.trinsyca a:hover
{
   color: red;
   text-shadow: 0 0 10px red,0 0 10px red,0 0 10px red,0 0 10px red;
}
.trinsyca a:active
{
   text-shadow: 0 0 10px red,0 0 10px red,0 0 10px red,0 0 10px red,0 0 10px red,0 0 10px red;
}
.spayai {
   text-align: center;
   font-size: 16px;
   color: white;
}

.spayai g {
   opacity: 0.6;
}

.spayai a {
   color: #000;
   font-size: 18px;
   letter-spacing: 1px;
   text-shadow: 0 0 10px #000, 0 0 10px #000;
   opacity: 1;
   text-decoration: none;
   transition: all 0.2s ease-in-out;
}

.spayai a:hover {
   color: #000;
   text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}

.spayai a:active {
   text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}
@media (max-width: 1100px)
{
   footer
   {
      flex-direction: column;
   }
   .bist
   {
      bottom: 0.8%;
   }
   .trinsyca
   {
      text-align: center;
   }
   .trinsyca a
   {
      font-size: 14px;
   }
}
.wrapper
{
   width: 100vw;
   height: 100vh;
}
.content-border
{
   margin: auto;
   width: 99%;
   height: 85%;
   max-height: 85%;
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
   border-radius: 35px;
   overflow: hidden;
   border: 0.5em solid #9130D8;
   position: absolute;
   top: 40%;
   left: 50%;
   transform: translate(-50%,-50%);
   animation: content-border 1.8s forwards ease-in-out;
   opacity: 0;
}
@keyframes content-border 
{
   0%
   {
      top: 40%;
      opacity: 0;
   }
   100%
   {
      top: 52%;
      opacity: 1;
   }
}
.content
{
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: row;
}
.classes
{
   min-width: 200px;
   width: 15%;
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   overflow: auto;
}
.classes::-webkit-scrollbar
{
   width: 0;
   height: 0;
}
.class
{
   height: 100%;
   width: 100%;
   background: #2a08697c;
   transition: 0.3s;
   border-right: 0.5em solid #9130D8;
   color: white;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   position: relative;
   text-decoration: none;
   user-select: none;
   padding: 0 7px;
}
.class:hover
{
   background: #9130D8;
}
.class.active
{
   background: #9130D8;
   pointer-events: none;
}
.class.active::after
{
   box-shadow: 0 0 0 0;
}
.class h3
{
   font-size: 48px;
   font-weight: bold;
}
.class::after
{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   box-shadow: inset 0 0 50px -20px black;
   cursor: pointer;
}
.students-bg
{
   width: 100%;
   height: 100%;
   position: relative;
}
.students
{
   width: 100%;
   height: 100%;
   background: #2a08697c;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}
.students::after
{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   box-shadow: inset 0 0 50px -20px black;
   border-radius: 0 30px 30px 0;
   z-index: 1;
}
.students-wrapper
{
   width: 100%;
   height: 100%;
   position: relative;
}
.students-col
{
   display: flex;
   justify-content: center;
   position: absolute;
   z-index: 2;
   transition: 0.5s;
   width: 100%;
   height: 100%;
   flex-wrap: wrap;
   scroll-behavior: smooth;
   overflow-y: scroll;
   padding: 20px 20px;
   padding-right: 12px;
   scroll-behavior: smooth;
   overflow-x: hidden;
}
.students-btn
{
   position: absolute;
   width: 42%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.students-btn a
{
   color: white;
   font-size: 22px;
   padding: 12px;
}
.student
{
   position: relative;
}
.student a
{
   text-decoration: none;
}
.student a:hover .student-img
{
   top: 22%;
   width: 150px;
   height: 150px;
   box-shadow: 0 0 10px  var(--studentcolor2),0 0 10px  var(--studentcolor2),0 0 10px 3px black;
}
.student-inf
{
   color: white;
   padding: 10px;
   text-align: center;
   position: absolute;
   top: 82%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 170px;
   font-weight: bold;
   transition: 0.4s;
   display: flex;
   flex-direction: column;
   gap: 0;
}
.student-card p
{
   font-style: italic;
   font-size: 14px;
   color: rgba(255, 255, 255, 0.85);
   height: 20px;
   position: absolute;
   bottom: 10%;
   left: 50%;
   transform: translate(-50%,-50%);
   transition: 0.4s;
}
.student a:hover .student-card p
{
   bottom: 22%;
}
.student a:hover .student-inf
{
   top: 68.5%;
   gap: 4px;
}
.student-card button
{
   width: 97%;
   border-radius: 50px;
   padding: 5px 0;
   background: var(--studentcolor2);
   color: white;
   font-size: 18px;
   font-weight: bold;
   text-shadow: 0 0 2px black,0 0 2px black;
   opacity: 0;
   transition: 0.4s;
   border: none;
   position: absolute;
   bottom: -10%;
   left: 50%;
   transform: translateX(-50%);
}
.student a:hover .student-card button
{
   bottom: 5px;
   opacity: 1;
}
.student-card button:hover
{
   background: #a03de7;
}
.student a:hover .student-banner-bg
{
   opacity: 0.5;
}
.student-banner-bg
{
   position: absolute;
   background: var(--studentcolor1);
   width: 100%;
   height: 100%;
   top: 0;
   opacity: 0.25;
   transition: 0.5s;
}
.student a:hover .student-card
{
   outline: 6px solid var(--studentcolor2);
}
.student-border
{
   width: 319px;
   height: 400px;
   position: relative;
   background: linear-gradient(to right,var(--studentcolor2) ,#511080,var(--studentcolor2));
   border-radius: 24px;
   padding: 5px;
   transition: 0.5s;
   scale: 0.96;
}
.student-card
{
   width: 100%;
   height: 100%;
   background: linear-gradient(to bottom, var(--studentcolor1) 50%,#511080);
   border-radius: 20px;
   overflow: hidden;
   position: relative;
   outline: 6px solid transparent;
   transition: 0.5s;
}
.student-card:active
{
   opacity: 0.8;
   transition: 0.25s;
}
.student-inf h3
{
   font-size: 20px;
   text-shadow: 0 0 1px white,0 0 1px white,0 0 1px white,0 0 1px white,0 0 1px white;
}
.student-card span
{
   background-color: #63159b;
   box-shadow: 0 0 15px -5px black;
   border-radius: 12px;
   padding: 5px 12px;
   width: fit-content;
   margin: auto;
   height: 33px;
   width: 70px;
   color: white;
   position: absolute;
   text-align: center;
   bottom: -5px;
   left: 50%;
   transform: translate(-50%,-50%);
   transition: 0.4s;
}
.student a:hover .student-card span
{
   bottom: 11%;
}
.student a:hover .student-nav
{
   height: 175px;
   padding: 0;
}
.student-nav
{
   width: 100%;
   height: 180px;
   background: linear-gradient(to right,var(--studentcolor2) ,var(--studentcolor1),var(--studentcolor2));
   padding-bottom: 5px;
   transition: 0.5s;
}
.student-banner
{
   width: 100%;
   height: 100%;
   position: relative;
}
.student-banner img
{
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.student-img
{
   background: linear-gradient(to right,var(--studentcolor2) ,var(--studentcolor1),var(--studentcolor2));
   position: absolute;
   top: 45%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 110px;
   height: 110px;
   border-radius: 100%;
   overflow: hidden;
   padding: 4px;
   transition: 0.45s;
   box-shadow: 0 0 10px 3px black;
}
.student-img img
{
   width: 100%;
   height: 100%;
   border-radius: 100%;
   transition: 0.5s;
   background-color: #210753;
   object-fit: cover;
   object-position: center;
}
.students-detail .title h2
{
   color: white;
   font-size: 38px;
   font-weight: bold;
   text-shadow: 0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white;
   letter-spacing: 1px;
   opacity: 0;
   scale: 0;
   transition: 0.35s;
}
.students-detail .btn a
{
   border-radius: 50px;
   padding: 10px 20px;
   background: var(--studentcolor2);
   color: white;
   font-size: 20px;
   font-weight: bold;
   text-shadow: 0 0 1px white,0 0 2px white,0 0 2px white;
   letter-spacing: 1px;
   text-decoration: none;
   box-shadow:0 0 15px 5px #511080;
   transition: 0.35s;
   scale: 0.1;
   opacity: 0;
}
.students-detail .btn a:hover
{
   box-shadow:0 0 15px 5px #a03de7;
   background: #a03de7;
   font-size: 22px;
   padding: 12px 22px;
}
.students-detail .btn
{
   width: fit-content;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: none;
}
@media (max-width: 960px)
{
   .content
   {
      flex-direction: column;
   }
   .content-border
   {
      border: 0.35em solid #9130D8;
      border-radius: 30px;
      top: 51%;
      height: 88%;
      max-height: 88%;
   }
   .classes
   {
      width: 100%;
      height: 8%;
      flex-direction: row;
   }
   .class
   {
      width: 100%;
      border-right: 0;
      border-bottom: 0.35em solid #9130D8;
   }
   .students::after
   {
      border-radius: 0 0 28px 28px;
   }
   .students-wrapper::after
   {
      opacity: 1;
   }
   .students-wrapper:hover::after
   {
      position: '';
      background: '';
   }
   .student-inf h3
   {
      font-size: 24px;
      text-shadow: 0 0 1px white,0 0 1px white,0 0 1px white,0 0 1px white,0 0 1px white;
   }
   .student-card
   {
      outline: 6px solid var(--studentcolor2);
   }
   .student-inf
   {
      top: 68.5%;
      gap: 4px;
   }
   .student-card button
   {
      bottom: -39.5%;
      opacity: 1;
   }
   .student-banner-bg
   {
      opacity: 0.5;
   }
   .student-nav
   {
      height: 195px;
      padding: 0;
   }
   .student-img
   {
      top: 25%;
      border-radius: 45px;
      width: 150px;
      height: 150px;
      box-shadow: 0 0 10px  var(--studentcolor2),0 0 10px  var(--studentcolor2),0 0 10px 3px black;   
   }
   .student-img img
   {
      border-radius: 45px;
   }
   .class h3
   {
      font-size: 20px;
      font-weight: 400;
   }
   footer .bist
   {
      font-size: 12px;
   }
}
@media (max-width:960px)
{
   #MenuBtn
   {
      display: block;
   }
   nav .menu
   {
      display: none;
      position: fixed;
      top: 0;
      left: 100%;
      height: 100vh;
      width: 100vw;
      background: rgba(0, 0, 0, 0.3);
      transition: 0.4s;
      display: flex;
      align-items: center;
      justify-content: center;
      backdrop-filter: blur(3px);
   }
   nav .menu ul
   {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
   }
   .hider
   {
      display: flex;
   }
   nav
   {
      padding: 10px 4.5%;
   }
   .nav-anim
   {
      padding: 4px 4.5%;
   }
}