nav{position:fixed;width:40%;height:auto;display:flex;align-items:center;justify-content:space-between;z-index:1}.nav_link,.nav_link_home{color:#fff;font-size:1.1rem;font-weight:300;transition:all .8s ease-in-out;transform:scale(1)}.nav_link_home{font-weight:900}.nav_link_home:hover,.nav_link:hover{transform:scale(1.1);text-decoration:underline;text-shadow:1px 1px 2px whitesmoke}@media (max-width:770px){nav{width:100%;align-items:center;justify-content:space-around}}@media (min-width:770px) and (max-width:1400px){nav{width:100%;align-items:center}.nav_link{font-weight:500}}footer{width:100%;height:20vh;background-color:#f5f5f5;display:flex;flex-direction:column;align-items:center;justify-content:center}.home_main{width:100%;height:100vh;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:url(/assets/fond7-D-ei4t0X.png);background-position:center}.home_bt{position:relative;top:200px;left:700px;font-size:1.3rem;border:2px outset whitesmoke;border-radius:25px;height:70px;width:20%;background:#4a4a4a;color:#fff;animation:around 2s ease-in-out infinite alternate;transform:scale(1);transition:all .8s ease-in-out}.home_bt:hover{transform:scale(1.2);background:#f5f5f5;color:#4a4a4a;cursor:pointer}.home_bt2{position:relative;top:450px;left:300px;font-size:1.3rem;border:2px outset whitesmoke;border-radius:25px;height:70px;width:20%;background:#4a4a4a;color:#fff;animation:around 2s ease-in-out infinite alternate;transform:scale(1);transition:all .8s ease-in-out}.home_bt2:hover{transform:scale(1.2);background:#f5f5f5;color:#4a4a4a;cursor:pointer}@keyframes around{0%{box-shadow:0 0 #ffffffb3}to{box-shadow:0 0 10px 2px #f5f5f580,0 0 10px 5px #f5f5f54d}}@media (max-width:767px){.home_bt{top:250px;left:150px;font-size:1.2rem;width:50%;height:80px}.home_bt2{top:400px;left:-90px;font-size:1.2rem;width:50%;height:90px}}@media (min-width:767px) and (max-width:1400px){.home_bt{position:relative;top:250px;left:250px;font-size:1.2rem;width:40%;height:60px}.home_bt2{top:400px;left:-90px;font-size:1.2rem;width:40%;height:60px}}.course_main{width:100%;height:100vh;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:url(/assets/fond1-Bvn-RjZZ.png);background-position:center;display:flex;flex-direction:column;align-items:center}.course_title{color:#fff;position:relative;top:200px;font-weight:500;font-style:oblique;font-size:1.8rem}.course_cont{width:90%;height:auto;position:relative;top:350px;display:flex;justify-content:space-between;align-items:center}.course_box{width:20%;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease-in-out}.course_box:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000004d;background:#ffffff26}.course_text{color:#f5f5f5;text-align:center;transform:scale(1);transition:all .8s ease-in-out}.course_text:hover{transform:scale(1.1);text-decoration:underline;text-shadow:1px 1px 2px aliceblue}.course_img{width:30%}@media (min-width:767px) and (max-width: 1400px){.course_main{height:auto;min-height:150vh;padding:40px 0}.course_title{top:150px;font-size:1.5rem;text-align:center;padding:0 20px}.course_cont{top:200px;flex-wrap:wrap;justify-content:center;gap:30px}.course_box{width:45%;min-width:200px;margin-bottom:30px}.course_img{width:40%}}@media (max-width: 767px){.course_main{height:auto;height:300vh;gap:30px;padding:60px 0;position:relative;gap:200px}.course_title{font-size:1.3rem;padding:0 15px;position:relative;top:200px}.course_cont{top:120px;flex-direction:column;gap:40px}.course_box{width:80%;max-width:300px;height:auto;padding:20px 0}.course_img{width:30%}}.about_main{width:100%;height:150vh;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:url(/assets/fond6-RxCmSVdq.png);display:flex;justify-content:space-around;align-items:center}.about_cont{border:2px solid rgba(255,255,255,.3);width:320px;height:550px;text-align:center;display:flex;flex-direction:column;justify-content:space-around;color:#f5f5f5;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:25px;box-shadow:0 8px 32px #0003;transition:transform .3s ease,box-shadow .3s ease}.about_cont:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000004d;background:#ffffff26}ul li{padding:0 20px}@media (max-width:767px){.about_main{flex-direction:column;height:300vh}}@media (min-width:767px) and (max-width:1400px){.about_main{flex-direction:column;height:300vh}.about_cont{width:70%}}.py_main{width:100%;height:200vh;background-color:#deb887}.py_title{position:relative;top:100px;font-weight:900;width:100%;font-size:2.5rem;color:brown}.py_cont1{width:50%;height:12%;position:relative;top:150px;display:flex;flex-direction:column;justify-content:space-between}.py_text1{color:#fff;font-weight:600}.py_cont2{width:100%;height:auto;position:relative;top:250px;display:flex;flex-direction:column;justify-content:space-between}.py_list1,.py_list2{list-style:decimal;color:#fff;font-weight:600;padding:0 10px;margin:20px}@media (max-width:767px){.py_cont1,.py_cont2{width:100%;height:15%}}@media (min-width:767px) and (max-width:1400px){.py_cont1,.py_cont2{width:100%;height:15%}}*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none}*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}
