*{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*--------------------------------------------Header*/

body{
    background: #091220;
}

.main-text{
    font-weight: bold;
    font-size: 25px;
    color: rgb(255, 80, 80);
    
}

header{
    height: 60px;
    background: rgb(50, 50, 71);
}

nav{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}





.main {
    display: flex;
    list-style: none;
    
       
}

ul li a{
    font-size: 15px;
    text-decoration: none;
    padding: 10px;
    color: white;
    transition: color 0.3s ease-in;
}

ul li a:hover{
    color: rgb(255, 43, 124);
}

/*-------------------------------------------- Education */



.education{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 700px;
    background: linear-gradient(90deg, black, rgb(18, 18, 58), rgb(20, 20, 82)) ;

}

.box-text .dot1{
   position: relative;
    top: 40px;
    background: rgb(64, 64, 172);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.2;
    box-shadow: 10px -10px 30px 50px rgb(64, 64, 172);
}

.box-text .dot2{
    position: relative;
    left: 30%;
    background: rgb(64, 64, 172);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.2;
    box-shadow: 10px -10px 30px 50px rgb(64, 64, 172);
}


.box-text .dot3{
     position: relative;
    left: 50%;
    background: rgb(64, 64, 172);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.2;
    box-shadow: 10px -10px 30px 50px rgb(64, 64, 172);
}

.box-text .dot4{
     position: relative;
    left: 600px;
    background: rgb(64, 64, 172);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.2;
    box-shadow: 10px -10px 30px 50px rgb(64, 64, 172);
}

.box-text .dot5{
    position: relative;
    left: 350px;
    top: -200px;
    background: rgb(64, 64, 172);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.2;
    box-shadow: 10px -10px 30px 50px rgb(64, 64, 172);
}

.box-text .dot6{
     position: relative;
    left: 300px;
    top: 100px;
    background: rgb(64, 64, 172);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.2;
    box-shadow: 10px -10px 30px 50px rgb(64, 64, 172);
}


.box-text .dot7{
     position: relative;
    left: -80px;
    top: 100px;
    background: rgb(64, 64, 172);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.2;
    box-shadow: 10px -10px 30px 50px rgb(64, 64, 172);
}


.box-text .dot8{
     position: relative;
    left: -100px;
    top: -10px;
    background: rgb(64, 64, 172);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.2;
    box-shadow: 10px -10px 30px 50px rgb(64, 64, 172);
}



.box-text{ 
    color: rgb(51, 0, 255);
    margin: 100px;
    font-size: 30px;
}

.box-text p:nth-of-type(2) {
    margin-top: 10px;
    color: rgb(0, 217, 255);
}


#learn{
    color: rgb(198, 202, 248);
    cursor: pointer;
    border: none;
    position: relative;
    left: 80px;
    top: 20px;
    margin: 20px;
    font-size: 18px;
    width: 120px;
    background: linear-gradient(90deg, rgb(21, 104, 228), rgb(28, 28, 196), rgb(32, 89, 248));
    background-size: 200% 200%;
    text-align: center;
    border-radius: 5px;
    transition: background-position 0.5s ease;
    
}

#learn:hover{
    background-position: 100% 50%;
}

.create-box{
   border-radius: 100% 0% 93% 7% / 29% 81% 19% 71% ;
    width: 800px;
    height: 550px;
    background: linear-gradient(90deg, rgb(18, 30, 88), rgb(13, 13, 53), rgb(10, 10, 51)) ;

}
.create-box img{
    position: relative;
    left: 40%;
    top: 20px;
}

.img-programm{
    display: flex; 
    gap: 15px;
    position: relative;
    left: -30px;
   
   
}

/* --------------------------------------------JS */

#java-script{
    transform: rotate(-6deg);
     border-radius: 20px;
     animation: shadow 2s infinite alternate;
    transition: transform 2s ease;

}

#java-script:hover{
    transform: rotate(20deg);
}



/*-------------------------------------------- HTML */

#html{
    transform: rotate(20deg);
    animation: shadow 2s infinite alternate;
    transition: transform 2s ease;
      
}

#html:hover{
    transform: rotate(10deg);
}

/* --------------------------------------------ANIMATION*/

@keyframes shadow{
    100%{
        filter: drop-shadow(0 0 20px);
    }

    100%{
        filter: drop-shadow(0 0 30px);
    }
}

/*-------------------------------------------- PYTHON */

#python{
     transform: rotate(-15deg);
     animation: shadow 2s infinite alternate;
    transition: transform 2s ease;
     
}


#python:hover{
    transform: rotate(10deg);
}

.about-us{
    position: relative;
    top: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    color: rgb(249, 249, 249);
}

.box-about{
    margin: 80px 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-about1{
    box-shadow: 0 0 10px;
    border-radius: 20px;
    width: 200px;
    height: 150px;
    background: linear-gradient(90deg, rgb(34, 50, 75), rgb(37, 37, 116), rgb(33, 59, 129));
    transition: transform 0.5s ease;
}

.box-about1:hover{
    transform: translateY(-10px);
}


.text{
    color: rgb(0, 225, 255);
    text-align: center;
    margin: 20px;
    font-size: 22px;
}

.box-about-text{
    text-align: center;
    color: white;
}

.box-about-text p:nth-of-type(2) { 
   position: relative;
   top: -8px;
   cursor: pointer;
   width: 100%;
   opacity: 0;
   transition: opacity 0.3s ease;
}

.box-about-text p:nth-of-type(2):hover {
    opacity: 1;
} 

#go{
    border-radius: 10px;
    cursor: pointer;
    width: 70px;
    height: 25px;
    text-align: center;
    color: rgb(0, 217, 255);
    background: none;
    transition: background 0.3s ease-in;

}

#go:hover{
    background: rgb(12, 12, 80);
}


.course{
    margin: 20px;
    font-size: 30px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.flex{
    margin: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-box{
    background: rgb(8, 23, 130);
    width: 100%;
    height: 400px;
}

#img-itpro{
    margin-top: -95px;
    border-radius: 20px;
}

.phone-model{
    outline-offset: 3px;
    outline: 2px solid black;
    border: 3px solid black;
   
    width: 280px;
    height: 500px;
    background: rgb(253, 253, 253);
    border-radius: 50px;
    box-shadow: 0 0 15px rgb(184, 176, 176);

}

#top{
    border-radius: 0 0 10px 10px;
    margin-left: 36%;
    width: 80px;
    height: 20px;
    background-color: rgb(0, 0, 0);
}

.AI-programm{
    margin: 100px;
}

.AI-programm img{
    position: relative;
    top: 10px;
    left: -20px;
    filter: drop-shadow(0 0 15px rgb(99, 198, 255));
    
}

.AI-programm p:nth-of-type(1){
    color: rgb(0, 102, 255);
    position: relative;
    top: -50px;
    font-size: 40px;
    font-weight: bold;
}


#typing{
    font-family: monospace;
    font-size: 20px;
    color: black;
    margin-top: 80px;
}

.cursor{
    border-right: 2px solid black;
    animation: blink 0.5s infinite;
}

@keyframes blink {
    50%{
        border-color: transparent;
    }
}


.floating-block{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 200px;
    height: 210px;
    padding: 15px;
    background-color: rgb(197, 229, 255);
    color: rgb(255, 0, 0);
    border-radius: 8px;
    box-shadow: 0 0px 10px rgb(79, 141, 255);
}

#question{
    cursor: pointer;
    margin-left: 90px;
    margin-top: 10px;
    text-align: center;
    width: 80px;
    border: 2px solid rgb(255, 43, 124);
    border-radius: 10px;
    transition: background-color 0.3s ease-in;
}

#question:hover{
    background-color: rgb(243, 198, 215);
}

/* --------------------------------------------Курс */

.course-2{
    text-align: center;
    margin: 50px;
    font-size: 30px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.IT-go{
    display: flex;
    align-items: center;
    justify-content: center;
}

.IT-go-2{
    display: flex;
    padding: 50px;
    border-radius: 20px;
    width: 900px;
    height: 300px;
    background-color: rgb(22, 36, 85);
    box-shadow: 0 0 10px rgb(10, 5, 46);
}

#robot{
    border-radius: 20px;
    
}

.IT-go-2 p:nth-of-type(1) {
    position: relative;
    left: 20%;
    font-size: 25px;
    color: rgb(255, 255, 255);
}

.IT-go-2 p:nth-of-type(2){
    position: relative;
    left: 6%;
    top: 10%;
    font-size: 15px;
    color: rgb(255, 255, 255);

}

.button-2{
    cursor: pointer;
    padding-top: 8px;
    text-align: center;
    color: white;
    border: none;
    border-radius: 10px;
    background-color: rgb(0, 47, 255);
    width: 150px;
    height: 40px;
    margin: 50px;
    transition: background-color 0.3s ease;
}

.button-2:hover{
    background-color: rgb(0, 0, 0);
}

/* --------------------------------------------Scroll */


.direction{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.scheme{
    position: relative;
    width: 600px;
    height: 600px;
}

.circle{
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgb(255, 255, 255,0.1);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
    cursor: pointer;
}

.circle:hover{
    transform: scale(1.1);
    background: rgba(0, 140, 255, 0.3);
}

.center{
    top: 40%;
    left: 40%;
    width: 110px;
    height: 110px;
    font-weight: bold;
}

.frontend {
    box-shadow: 0 0 15px rgb(201, 81, 12);
    background: rgb(255, 94, 0);
    top: 250px; left: 20px;
}




.backend{
     box-shadow: 0 0 15px rgb(22, 96, 145);
     background: rgb(0, 153, 255);
    top: 80px; left: 250px;
}

.design{
     box-shadow: 0 0 15px rgb(191, 194, 16);
     background: rgb(251, 255, 0);
    top: 420px; left: 250px;
}

.ai{
     box-shadow: 0 0 15px rgb(0, 110, 255);
     background: rgb(0, 110, 255);
    top: 250px; right: 20px;
}

.lines path {
    fill: none;
    stroke: red;
    stroke-width: 2;
    stroke-dasharray: 10;
    animation: move 6s linear infinite;
}

@keyframes move{
    to{
        stroke-dashoffset: -100;
    }
}

.box-about2{
    display: flex;
    align-items: center;
    justify-content: center;
}


.search{
    color: black;
    font-size: 15px;
    padding: 10px;
    width: 50%;
    height: 35px;
    border-radius: 10px;
    border: none;
    background-color: rgb(181, 213, 255);
    box-shadow: 0 0 5px;

}

/* --------------------------------------------search*/



.box-about2 input{
    background: rgb(176, 215, 241);
    font-size: 15px;
    padding: 10px;
    width: 50%;
    height: 40px;
    border: none;
    border-radius: 10px;
}

.box-about2{

    display: flex;
    align-items: center;
    justify-content: center;
}

.container{
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
}

.card{
    border: none;
    color: blue;
    width: 250px;
    height: 250px;
    padding: 20px;
    border-radius: 20px;
    font-weight: bold;
}

.pro{
    opacity: 0.7;
    font-size: 15px;
    position: relative;
    top: -8px;
}

.subject{
    position: relative;
    top: 4px;
    font-size: 25px;
}

.price{
    padding: 10px;
    width: 100%;
    height: 70px;
    background-color: rgb(255, 197, 127);
    margin-top: 30px;
    border-radius: 15px;

}

.button-profession{
    cursor: pointer;
    margin: 13px 0 0 120px;
    border-radius: 10px;
    padding: 7px;
    border: none;
    background-color: blue;
    color: rgb(255, 255, 255);
}

footer{
    padding:20px;
    display: flex;
    justify-content: space-between;
    color: white;
    background: #0f172A;
    width: 100%;
    height: 250px;
}

footer ul li{
    list-style: none;

}




 



















