*{
    margin: 0;
    padding: 0;
}
 
@font-face{
    font-family: 'fonts';
    src: url(../fonts2/12061.ttf);
}

@font-face{
    font-family: 'Polonium-Bold';
    src: url(../fonts2/Polonium-Bold.otf);
}

@font-face{
    font-family: 'Evolventa-Bold';
    src: url(../fonts2/Evolventa-Bold.ttf);
}

@font-face{
    font-family: 'Evolventa-Regular';
    src: url(../fonts2/Evolventa-Regular.ttf);
}

h1,h2,h3,h4,h5,h6,p,a,ul,li{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    
}

body{
    /* min-height: 1500px; */
    background: #ffffff;
    min-width: 320px;
    -moz-user-select: none; 
    user-select: none; 
}

body::-webkit-scrollbar {
    width: 15px;              
  }
  
  body::-webkit-scrollbar-track {
    background: rgba(200, 60, 60, 0); 
    display: none;     
  }
  
  body::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #020d1a, #034725);    
    border-radius: 5px;       
  }


.block__title{
    font-family: 'Polonium-Bold';
    font-size: 8.5vw; 
    text-align: end;
    padding: 0 15px;
    color: #2d2d2d;  
 
}

.block__svg-text{
    font-size: 8px;
    font-family: 'Polonium-Bold'; 
}
 
.block__svg-logo{
    position: relative;
}

.block__svg{
    position: absolute;
    right: 15%;
    bottom: 0;
}

.block__svg-icon{
    position: absolute;
    top: 50%;
    left: 75%;
    margin-right: -50%;
    transform: translate(-50%, -50%) rotate(271deg);
    font-size: 200px;
    color: #000;
   
}

.header__video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block__svg-img{
    animation: block__svg-img 10s linear infinite;
}

@keyframes block__svg-img{
    0%{
        transform: rotate(0deg);
    }
    
    100%{
        transform: rotate(360deg);
    }
}

.block__box{
    position: relative;
    cursor: pointer;
    transition: 0.5s;
}

.block__box::before{
    position: absolute;
    content: '';
    width: 277px;
    height: 205%;
    background: linear-gradient(to left, #ffffff00, #ffffffbe,#ffffff00);
    top: -100px;
    left: +130%;  
    transform: rotate(20deg);
    transition: 0.5s;
    z-index: 5;
}

.block__box:hover::before{
   left: -100%;
}

.block__box:hover{
   transform: scale(1.1);
}
 
.video__overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000079;
    cursor: pointer;
    z-index: 100;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block__box:hover .video__overlay{
    background: #00000000;
}

.header__title{
    font-family: 'Polonium-Bold';
    font-size: 8.5vw;
    margin-top: 25%;
}

.header__p{
    font-family: 'Evolventa-Bold';
    font-size: 1.5vw;
    text-transform: uppercase;
}

.video__overlay.hide{
    opacity: 0;
    visibility: hidden;
}

.video__icon{
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    animation: video__icon 1.5s infinite;
    transition: 1s;
    opacity: 0.5;
}

.block__box:hover .video__icon{
    animation: video__icon 55s infinite;transition: 1s;
}

.block__box{
    overflow: hidden;
}


.header{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__block{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
    color: #fff;
}
.header::after{
    position: absolute;
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgb(45, 45, 45) 0%, #2d2d2d 25%, rgba(45, 45, 45, 0.9) 42%, rgba(45, 45, 45, 0.645) 61%, rgba(45, 45, 45, 0.6) 78%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
}
 
.header__video{
    opacity: 0.5;
}

/* header::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  #00292c;
    z-index: 1000;
    mix-blend-mode: color;
} */

header > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.img_bg2{
    top: 100px;
    transition: 0.5s;
}

.img_bg3{
    top: 200px;
    transition: 0.5s;
}

.video__box{
    width: 100%;
    box-shadow: 15px 15px 25px 5px #000000;
    border-radius: 10px;
}

.video{
    padding: 200px 0 100px 0;
}

.video__text{
    font-family: 'fonts';
    color: #fffb00;
    font-size: 50px;
    text-shadow: 8px 8px 2px black, 0 0 10px red;
}

.video__text-end{
    font-weight: 100;
    font-size: 18px;
    color: beige;
    margin-top: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 25px;
}

.block__box{
    display: flex;
    position: relative;
    margin-left: 100px;
    height: 430px;
}

.block__text{
    display: flex;
}

.block{
    padding: 20px 0 100px 0;
    position: relative;
    overflow: hidden;
    height: 900px;
}

.block__box-img{
    width: 40%;
    top: 0;
    left: 30px;
    position: absolute;
    border-radius: 10px;
    box-shadow: 15px 15px 25px 5px #000000;
}

.block__box-text{
    background: rgb(31, 31, 31);
    margin-top: 50px;
    padding: 100px 30px 100px 350px;
    border-radius: 20px;
}

.block__text{
    width: 3000px;
}

.block__box-title{
    font-family: 'fonts';
    color: #fffb00;
    font-size: 25px;
    text-shadow: 8px 8px 2px black, 0 0 10px red;
}

.block__box-end{
    font-weight: 100;
    font-size: 14px;
    color: beige;
    margin-top: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 25px;
}
.paper-plane{
    position: absolute;
    top: 50%;
    left: -2000px;
}

.video__block{
    padding-bottom: 250px;
}

.video__block-box{
    margin-right: 70px;
}

.bl__img-img{
    width: 100%;
    background: url(../img/devushka-igra-art-kiborg-cd-projekt-red-cyberpunk-2077-kib-2.jpg) center center / cover;
    height: 100%;
    background-attachment: fixed;
}

.bl__img{
    width: 100%;
    height: 500px;
}


@keyframes video__icon {
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}

/* courses */
/* *************************************************************************************************** */

.courses__box-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}

.courses__box-title{
    font-family: 'Evolventa-Regular';
    text-transform: uppercase;
}

.courses__box{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
   overflow: hidden;
}

.courses__box-title{
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 20px;
    font-size: 1.5vw;
    text-transform: uppercase;
    color: #fff;
    z-index: 3;
}

.courses__box::before{
    position: absolute;
    content: '';
    width: 277px;
    height: 205%;
    background: linear-gradient(to left, #ffffff00, #ffffffbe,#ffffff00);
    top: -100px;
    left: +130%;  
    transform: rotate(20deg);
    transition: 0.5s;
    z-index: 5;
}

.courses__box::after{
    position: absolute;
    display: flex;
    width: 100%;
    height: 150px;
    content: '';
    background: linear-gradient(to top, #000000,#00000000);
    z-index: 2;
    bottom: 0;
    transition: 0.5s;
}

.courses__box:hover::after{
    height: 100%;
    background: linear-gradient(to top, #ff6600,#00f7ff00);
}

.courses__box-nth-last-2:hover::after{
    height: 100%;
    background: linear-gradient(to top, #02a36e,#00f7ff00);
}

.courses__box-nth-last-3:hover::after{
    height: 100%;
    background: linear-gradient(to top, #006eff,#00f7ff00);
}

.courses__box:hover .courses__box-img{
    transform: scale(1.5);
}

.courses__box:hover::before{
    left: -100%;
}


.courses{
    position: relative;
    width: 100%;
    height: 325px;
}

.courses__block{
    position: absolute;
    top: -180px;
    width: 100%;
    z-index: 12;
}
/* *************************************************************************************************** */
/* courses */


/* maps-images */
/* *************************************************************************************************** */

.maps-images{
    position: relative;
    width: 100%;
}

.maps-images::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 75px;
    background: #fff;
    top: 0;
    z-index: 2;
}
.maps-images::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    background: #fff;
    bottom: 0px;
    z-index: 2;
    display: flex;
}

.maps-images__iframe{
    width: 100%;
    height: 700px;
}

.maps__block{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.3;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maps__block-icon{
    font-size: 80px;
    color: #fff;
    animation: maps__block-icon 2s infinite;
}

@keyframes maps__block-icon{
    0%,100%{
        transform: scale(1);
    }
    
    50%{
        transform: scale(1.5);
    }
}

.maps-images:hover .maps__block{
    opacity: 0;
   height: 0;
}

.maps__title{
    text-align: start;
    padding: 5% 0;
}

/* *************************************************************************************************** */
/* maps-images */

/* why-us */
/* *************************************************************************************************** */

.why-us{
    padding-top: 100px;
}

.why-us__title{
    text-align: start;
}

.why-us__text{
    font-size: 2.5vw;
    font-family: 'Evolventa-Bold';
    text-transform: uppercase;
}

.why-us__p{
    font-size: 1.2vw;
    font-family: 'Evolventa-Regular';
    margin-top: 25px;
}

.why-us__img{
    width: 100%;
}

.why-us__title{
    text-align: end;
}

/* *************************************************************************************************** */
/* why-us */



/* graduates */
/* *************************************************************************************************** */

.graduates{
    padding: 150px 0;
}

.graduates__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.graduates__col{
    margin-top: 30px;
   height: 450px;
}

.graduates__title{
    margin-bottom: 5%;
    text-align: start;
} 

/* *************************************************************************************************** */
/* graduates */

/* footer */
/* *************************************************************************************************** */

.footer{
    margin-top: 5%;
    background: #242424;
    padding: 5% 0;
}
 
.footer__img{
    width: 100%;
}

.footer__block{
    display: flex;
    justify-content: space-between;
}

.footer__address, .footer__number{
    color: #fff;
    font-family: 'Evolventa-Regular';
    font-size: 18px;
}

.footer__number{
    font-size: 20px;
    font-weight: 900;
}

.footer__address:hover,  .footer__number:hover{
    color: #555555
}

/* *************************************************************************************************** */
/* footer */

/* menu */
/* *************************************************************************************************** */
 
.header__menu{
    position: fixed;
    top: 0;
    z-index: 15;
    width: 100%;
    background: #242424b0;
}

.header__menu-logo{
    width: 30px;
    margin-right: 10px;
}

.navbar-brand{
    font-size: 40px !important;
    font-family: 'Evolventa-Bold';
    color: #fff !important;
    display: flex;
    align-items: center;
}

.header__menu-span{
    color: #00ff15;
    font-family: 'Evolventa-Bold';
}

.header__number{
    color: #fff;
    font-family: 'Evolventa-Bold';
    font-size: 40px;
    transition: 0.5s;
}

.header__number:hover{
    color: #ff8080;
}

.header__nav-link{
    color: #fff;
    font-family: 'Evolventa-Bold';
    font-size: 40px;
    margin-right: 30px;
    transition: 0.2s;
}

.header__nav-link:hover{
    color: #242424;
}

.header__nav-drop{
    font-size: 30px;
    font-family: 'Evolventa-Bold';
    color: #fff;
    transition: 0.2s;
}

.header__nav-drop:hover{
    color:  #242424;
}

.navbar-nav .dropdown-menu {
    position: static;
    padding: 15px;
    border: none !important;
    background: #242424b0;
    top: 75px
}

html {
    scroll-behavior: smooth;
  }

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: transparent;
    font-size: 35px;
    border: 2px solid #fff;
    outline: none;
}

.navbar-toggler:focus { 
    box-shadow: transparent;
}

 
  
/* *************************************************************************************************** */
/* menu */

/* swiper */
/* ************************************************************************************************** */

.swiper {
    width: 100%;
    height: 100%; 
    margin-top: 55px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-pagination{
      bottom: -0px !important;
  }
  
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    background: #000000;
    width: 10px;
    height: 10px;
    border-radius: 2px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 2px;
}
 
  
  .swiper-slider{
      display: none;
  }

/* ************************************************************************************************** */
/* swiper */