*
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'Nunito', sans-serif;
}
html
{
   width: 100vw;
   height: 100%;
   overflow-x: hidden;
   overflow-y: hidden;
   pointer-events: none;
   user-select: none;
}
body
{
   overflow-x: hidden;
   background-color: #111;
   top: 0 !important;
}
.skiptranslate iframe {
   display: none !important;
}
.us
{
   user-select: text;
}
#preloader
{
   position: fixed;
   width: 100vw;
   height: 100%;
   z-index: 99999999999999999;
   user-select: none;
   pointer-events: none;
   background: #fff;
   display: flex;
   align-items: start;
   justify-content: center;
   filter: hue-rotate(360deg);
   opacity: 1;
   top: 0;
   scale: 1;
   overflow: hidden;
}
#loader
{
   margin-top: 380px;
   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;
}
::-webkit-scrollbar
{
   width: 0;
}
::selection
{
   background-color: #3586FF;
   color: white;
}
.linkbutton
{
  width: 135px;
  height: 40px;
  color: #fff;
  border-radius: 7px;
  padding: 7px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset -1px -1px 5px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  text-decoration: none;
  font-size: 19px;

   background-color: #3586ff;
   background-image: linear-gradient(315deg, #6996da 0%, #3586ff 74%);
  border: none;
  z-index: 1;
}
.linkbutton::after
{
   position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 7px;
   background-color: #689eee;
background-image: linear-gradient(315deg, #689eee 0%, #6cb0c9 74%);
  box-shadow:
   0 0 20px 0px #fff9,
   0 0 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.linkbutton:hover
{
   color: #fff;
}
.linkbutton:hover:after
{
   top: 0;
   height: 100%;
}
.linkbutton:active
{
   top: 2px;
}
/*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;
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
   opacity: 0;
   top: -4%;
}
.nav-anim
{
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    padding: 4px 1%;
    padding-left: 5%;
    top: 0;
}
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;
}
.menu ul
{
   display: flex;
   justify-content: space-between;
   align-items: start;
   gap: 15px;
   flex-wrap: wrap;
}
.menu ul li
{
   list-style-type: none;
   height: 35px;
}
#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;
}
.menu .menu-link
{
   color:white;
   font-size: 17px;
   position: relative;
   text-decoration: none;
   transition: 0.3s;
}
.menu .menu-link:hover
{
   color: #22b5f0;
}
.menu .menu-link::after
{
   content: '';
   display: block;
   width: 0;
   height: 3px;
   background: white;
   border-radius: 10px;
   margin: auto;
   transition: 0.3s;
}
.menu .menu-link:hover::after
{
   background:#22b5f0;
   width: 100%;
}
body:hover nav
{
   opacity: 1;
   top: -0.7%;
}
.nav-wrapper
{
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.swiper {
   width: 100%;
   height: 100%;
 }

 .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .swiper-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .swiper {
   width: 100%;
   height: 300px;
   margin-left: auto;
   margin-right: auto;
 }

 .swiper-slide {
   background-size: cover;
   background-position: center;
   background-color: #111;
 }

 .mySwiper2 {
   height: 100vh;
   width: 100%;
 }

 .mySwiper {
   height: 10vh;
   box-sizing: border-box;
   padding: 10px;
 }
 .mySwiper2 .swiper-slide::after
 {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background: linear-gradient(to bottom, transparent 85%, rgba(0, 0, 0, 0.6));
   width: 100%;
   height: 100%;
   z-index: 3;
   pointer-events: none;
   user-select: none;
   opacity: 0;
   transition: 0.35s;
 }
 body:hover .mySwiper2 .swiper-slide::after
 {
   opacity: 1;
 }
 .mySwiper .swiper-slide {
   width: 25%;
   height: 100%;
   opacity: 0.4;
 }

 .mySwiper .swiper-slide-thumb-active {
   opacity: 1;
 }
 .mySwiper .swiper-slide-thumb-active::after
 {
   content: '';
   position: absolute;
   top: 0; left: 0; right: 0; bottom: 0;
   box-shadow: inset 0 0 10px 2px black;
   border-radius: 15px;
 }

 .swiper-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: 0.3s;
 }
 .mySwiper .swiper-slide img
 {
   background: black;
   border-radius: 15px;
 }
 .mySwiper .swiper-slide img:hover
 {
   opacity: 0.6;
 }
 .swiper-button-prev
 {
   position: absolute;
   top: 45%;
   left: -4%;
   position: absolute;
   top: 0;
   left: 0;
   padding: 0 45px;
   height: 100%;
   opacity: 0;
   transition: 0.35s;
 }
.swiper-button-next:hover,
.swiper-button-prev:hover
{
   padding: 0 70px;
}
.swiper-button-next::after,
.swiper-button-prev::after
{
   font-size: 36px;
   font-weight: bold;
   transition: 0.35s;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after
{
   font-size: 60px;
}
body:hover .swiper-button-next,
body:hover .swiper-button-prev
{
   opacity: 0.5;
}
   .swiper-button-next
   {
     position: absolute;
     top: 45%;
     right: -4%;
     position: absolute;
      top: 0;
      right: 0;
      padding: 0 45px;
      height: 100%;
      opacity: 0;
      transition: 0.35s;
   }
footer .txt
{
   width: 100%;
   user-select: none;
   display: flex;
   justify-content: center;
   align-items: end;
   position: absolute;
   z-index: 1000;
   bottom: 0;
   opacity: 0;
   transition: 0.3s;
}
footer .txt p
{
   color: white;
   opacity: 0.6;
   position: absolute;
   z-index: 2000;
   text-align: center;
   padding: 0 8px;
}
body:hover footer .txt
{
   opacity: 1;
   bottom: 0.7%;
}
.trinsyca
{
   text-align: center;
   font-size: 16px;
   color: white;
   padding: 10px 0;
}
.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:900px)
{
   #MenuBtn
   {
      display: block;
   }
   .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);
   }
   .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%;
   }
}
@media (max-width:500px)
{
   footer p
   {
      font-size: 12px;
   }
   nav
   {
      opacity: 1;
      top: -0.7%;
   }
   .mySwiper2 .swiper-slide::after
   {
      opacity: 1;
   }
   .swiper-button-next,
   .swiper-button-prev
   {
      opacity: 0.5;
   }
   footer .txt
   {
      opacity: 1;
      bottom: 10px;
   }
   footer .txt
   {
      opacity: 1;
      bottom: 13.5%;
   }
   .swiper-button-next:hover,
   .swiper-button-prev:hover
   {
      padding: 0 45px;
   }
   .swiper-button-next:hover:after,
   .swiper-button-prev:hover:after
   {
      font-size: 36px;
   }
}