*
{
   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;
   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.3), transparent);
}
.nav-anim
{
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    padding: 4px 1%;
    padding-left: 5%;
    backdrop-filter: blur(10px);
}
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%;
}
.swiper {
   width: 100%;
   height: 42vh;
   transition: 0.35s;
 }

 .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;
 }
.blue_line
{
    width: 100%;
    height: 70px;
    padding-top: 5px;
    background: #007aff;
    opacity: 1;
    margin: 0;
    color: white;
    position: relative;
    top: 41%;
    transform: translateY(0%);
    gap: 5px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.blue_line .btns
{
   text-align: center;
   display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.blue_line marquee
{
   width: 62.5%;
   margin: auto;
}
.blue_line marquee div
{
  display: flex;
}
.blue_line marquee a
{
   color: white;
   text-decoration: none;
}
.blue_line marquee a:hover
{
   color: white;
   text-decoration: underline;
}
.blue_line .btns a
{
   color: white;
   height: 30px;
   font-size: 20px;
   text-decoration: none;
   background: rgba(255, 255, 255, 0.2);
   padding: 0 7px;
   border-radius: 10px;
   transition: 0.2s;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   text-transform: capitalize;
}
.blue_line .btns a:hover
{
   transition: 0.35s;
   box-shadow: 0 0 7px 2px rgba(255, 255, 255, 0.5);
}
.blue_line .btns a:active
{
   background: rgba(255, 255, 255, 0.5);
}
.row
{
    padding-top: 28px;
}
.news
{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.haber_href
{
    text-decoration: none;
    color: #000;
    display: flex;
}
.haber_short
{
    width: 305px;
    height: 175px;
    border-radius: 15px;
}
.haber_short .pic
{
    overflow: hidden;
    width: 100%;
    height: 160px;
    border-radius: 15px;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.25);
}
.pic p
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   font-size: 22px;
}
.pic i
{
   color:rgba(0, 0, 0, 0.15);
}
.haber_long
{
    width: 636px;
    height: 410px;
    border-radius: 15px;
    position: relative;
}
.haber_long .pic
{
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.25);
}
.haber_long h3
{
    position: absolute;
    bottom: -10px;
    padding: 10px;
    padding-top: 20px;
    border-radius: 0 0 15px 15px;
    color: white;
    width: 100%;
    background: linear-gradient(to top,rgba(0, 0, 0, 0.8),transparent);
}
.full
{
   background: linear-gradient(to top, rgba(0, 0, 0, 0.8) ,transparent);
}
.haber img
{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: 0.3s;
}
.haber:hover img
{
    scale: 1.1;
}
.haber:hover .pic
{
    box-shadow: 0 0 10px 2px black;
}
.haber_short h3
{
    font-size: 20px;
    margin-top: 10px;
    border-radius: 20px;
    width: 305px;
    height: 20px;
}
.news-2-side
{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    position: relative;
}
.news-cube-side
{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 636px;
}
.haber_cube
{
   width: 636px;
   height: 585px;
   border-radius: 15px;
   position: absolute;
   right: -660px;
   top: -200px;
}
.haber_cube .pic
{
   overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.25);
}
.haber_cube h3
{
   position: absolute;
    bottom: -10px;
    padding: 10px;
    border-radius: 0 0 15px 15px;
    color: white;
    width: 100%;
}
.empty_news
{
   opacity: 0;
   pointer-events: none;
   user-select: none;
}
.wrapper
{
   position: relative;
   padding-top: 0;
}
.ads
{
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 48px;
   background: rgba(0, 0, 0, 0.25);
   color: white;
   text-align: center;
   border-radius: 15px;
}
.left_add
{
   left: 60px;
   border-radius: 15px;
}
.left_add p
{
   transform: rotate(270deg);
}
.right_add
{
   right: 60px;
   border-radius: 15px;
}
.right_add p 
{
   transform: rotate(-270deg);
}
.add-list
{
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
}
.add-list-h
{
   display: flex;
   flex-direction: column;
}
.news-add-side
{
   width: 100%;
   display: flex;
   position: relative;
}
.news-add-side #size_300x600
{
   position: absolute;
   top: 0;
   right: 3px;
   width: 305px;
   height: 590px;
}
.news-add-side .haber_cube
{
   width: 636px;
   height: 590px;
   border-radius: 15px;
   position: absolute;
   left: 0;
   top: 0;
}
.news-w305
{
   width: 305px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.empty_title
{
   background: rgba(0, 0, 0, 0.25);
}
footer
{
   position: relative;
   width: 100%;
   background: #3586ff;
   min-height: 100px;
   padding: 20px 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   margin-top: 120px;
}
footer .wrapper
{
   display: flex;
   flex-direction: column;
   gap: 20px;
}
footer .social-icon,
footer .menu
{
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 25px;
   text-transform: capitalize;
   flex-wrap: wrap;
}
footer .menu
{
   margin-right: 20px;
}
footer .social-icon span a
{
   font-size: 2.2em;
   color: white;
   display: block;
   text-decoration: none;
   transition: 0.35s;
   width: 50px;
   height: 50px;
}
footer .menu span
{
   display: flex;
   flex-direction: row;
   gap: 25px;
}
footer .menu span a
{
   font-size: 1.6em;
   color: white;
   display: block;
   text-decoration: none;
   transition: 0.35s;
   opacity: 0.4;
}
footer .menu span a:hover
{
   opacity: 1;
}
footer .social-icon span a:hover
{
   transform: translateY(-8px);
   scale: 1.18;
}
footer .bist
{
   color: white;
   text-align: center;
   font-size: 1.1em;
   opacity: 0.5;
   pointer-events: none;
   user-select: none;
}
.trinsyca
{
   text-align: center;
   font-size: 16px;
   color: white;
}
.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;
}
footer .wave
{
   position: absolute;
   top: -95px;
   left: 0;
   width: 100%;
   height: 100px;
   background: url(../img/tools/wave.png);
   background-size: 1000px 100px;
}
footer .wave#wave1
{
   z-index: 800;
   opacity: 1;
   bottom: 0;
   animation: animateWave 4s linear infinite;
}
footer .wave#wave2
{
   z-index: 799;
   opacity: 0.5;
   bottom: 10px;
   animation: animateWave_2 4s linear infinite;
}
footer .wave#wave3
{
   z-index: 800;
   opacity: 0.2;
   bottom: 15px;
   animation: animateWave 3s linear infinite;
}
footer .wave#wave4
{
   z-index: 799;
   opacity: 0.7;
   bottom: 20px;
   animation: animateWave_2 3s linear infinite;
}
@keyframes animateWave {
   0%
   {
      background-position-x: 1000px;
   }
   100%
   {
      background-position-x: 0;
   }
}
@keyframes animateWave_2 {
   0%
   {
      background-position-x: 0;
   }
   100%
   {
      background-position-x: 1000px;
   }
}
@media (max-width:1399px)
{
   .blue_line .btns a span
   {
      display: none;
   }
   .blue_line .btns a
   {
      width: 36px;
   }
   .blue_line marquee
   {
      width: 91.5%;
   }
}
@media(max-width:1180px)
{
   footer .menu
   {
      gap: 12px;
   }
   footer .menu span
   {
      gap: 12px;
   }
   footer .menu span a
   {
      font-size: 1.4em;
   }
   footer
   {
      padding: 20px 15px;
   }
   footer .bist
   {
      font-size: 1em;
   }
}
@media (max-width:900px)
{
   #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%;
   }

   .swiper
   {
      height: 29vh;
   }
}
@media (max-width:570px) 
{
   footer .menu
   {
      gap: 10px;
      flex-direction: column;
      margin-right: 15px;
   }
   footer .menu span
   {
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 20px;
   }
   footer .menu span:nth-child(2)
   {
      gap: 45px;
      margin-right: 10px;
   }
   footer .menu span a
   {
      font-size: 1.3em;
   }   
}