body{font-family:Montserrat,sans-serif;box-sizing:border-box;margin:0;padding:0;background:linear-gradient(135deg,#eef2f3,#cfd9df);color:#333;height:100vh;display:flex;flex-direction:column}.container1{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:18px;gap:20px}.sub-cont{display:flex;flex:1;gap:1rem;justify-content:space-between;align-items:stretch;flex-wrap:wrap}.canvas1,.display-panel{flex:1;min-width:300px;border-radius:20px;box-shadow:0 8px 20px #00000040}.canvas1{background:#fff;aspect-ratio:16 / 9;object-fit:contain;height:auto;max-height:100%}.display-panel{display:flex;flex-direction:column;background:linear-gradient(135deg,#160f47,#251c6c);color:#fff;padding:20px;border-radius:20px;box-shadow:0 8px 20px #0000004d;max-width:500px}.top-panel{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #52dd52;padding-bottom:10px;margin-bottom:10px}.display-panel h1{font-size:1.4em;margin:0;color:#52dd52}.mode-name{color:#ffea00;font-weight:700}.operations{max-height:100%;min-height:100px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ffffff24 transparent;text-wrap:nowrap}.operations::-webkit-scrollbar{width:6px}.operations::-webkit-scrollbar-thumb{background:#52dd52;border-radius:10px}.controls1{background:#f1f3f6;padding:20px;border-radius:15px;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:15px;box-shadow:0 4px 10px #0000001a;width:100%;color:#000}.controls1 form input,.start-node1{height:2rem;width:100px;border-radius:10px;padding-left:10px;border:1px solid #ccc;font-size:1rem}.controls1 button{border:none;padding:10px 18px;background:#d72e33;color:#fff;font-weight:700;border-radius:12px;font-size:1rem;box-shadow:0 2px 6px #32323233;transition:background .3s,transform .2s,box-shadow .2s}.controls1 button:hover{cursor:pointer;background:#e2db13;box-shadow:0 4px 12px #32323266;transform:translateY(-2px)}.controls1 button[data-clicked=true]{background:#0b28c9}.controls1 button:focus{outline:none}.left1{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.right1 form label{padding:0 10px 0 0}@media (max-width: 1024px){.sub-cont{flex-direction:column;align-items:center}.canvas1,.display-panel{width:100%;height:auto}.display-panel{max-width:100%}.operations{height:100px}.controls1{flex-direction:column;gap:10px;padding:15px}.left1{flex-direction:column;align-items:center;width:100%}.right1 form{width:100%;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.controls1 form input,.start-node1,.controls1 button{width:100%;max-width:200px}}@media (max-width: 375px){.top-panel h1{font-size:medium}}.main-box{min-height:80vh;background:linear-gradient(135deg,#f5f7fa,#e4ecf4);display:flex;justify-content:center;align-items:center;padding:2rem}.sub-box{width:100%;max-width:850px;background-color:#fff;border-radius:20px;box-shadow:0 8px 25px #0000001a;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;gap:2rem}.Page-head h1{font-size:2.7rem;color:#343a40;margin-bottom:.8rem}.para-data{font-size:1.15rem;color:#6c757d}.visoBtn{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.visoBtn button{padding:.9rem 2.2rem;border-radius:12px;border:2px solid #00ff88;font-size:1.05rem;background-color:#fff;color:#0c7;transition:all .3s ease;cursor:pointer;font-weight:600;box-shadow:0 4px 10px #00ff881a}.visoBtn button:hover{background-color:#0f8;color:#fff;transform:translateY(-3px);box-shadow:0 6px 14px #00ff884d}.visoBtn button:active{transform:scale(.96)}@media (max-width: 600px){.Page-head h1{font-size:2rem}.para-data{font-size:1rem}.visoBtn button{width:100%;max-width:250px}}.container{font-family:Montserrat,sans-serif;box-sizing:border-box;margin:0;background:linear-gradient(135deg,#eef2f3,#cfd9df);color:#333;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;gap:20px;height:100vh}.canvas{height:100%;width:100%;border-radius:20px;box-shadow:0 8px 20px #00000040;background:#fff}.controls{background:#f1f3f6;margin-top:20px;padding:20px;border-radius:15px;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:15px;box-shadow:0 4px 10px #0000001a;width:100%}.controls form input{height:2rem;width:100px;border-radius:10px;padding-left:10px;border:1px solid #ccc;font-size:1rem;text-overflow:ellipsis}.controls button{border:none;padding:10px 18px;background:#d72e33;color:#fff;font-weight:700;border-radius:12px;font-size:1rem;box-shadow:0 2px 6px #32323233;transition:background .3s,transform .2s,box-shadow .2s}.controls button:hover{cursor:pointer;background:#e2db13;box-shadow:0 4px 12px #32323266;transform:translateY(-2px)}.controls button[data-clicked=true]{background:#0b28c9}.controls button:focus{outline:none}.left{display:flex;gap:1rem;flex-wrap:wrap}.right form label{padding:0 10px 0 0}.start-node{height:2rem;width:100px;border-radius:10px;padding-left:10px;border:1px solid #ccc;font-size:1rem}.selectbtns{border-radius:10px;padding:.6rem .4rem;color:#fff;background:#d72e33;border:none;outline:none;font-size:1rem;font-weight:700;text-align:center;transition:all .3s ease-in-out}.selectbtns:hover{cursor:pointer;background:#e2db13;box-shadow:0 4px 12px #32323266;transform:translateY(-2px)}.selectbtns option{background:#d72e33}.deleteBTN.active{background-color:red;color:#fff}@media (max-width: 1024px){.container{flex-direction:column;align-items:center}.canvas{width:95vw}.controls{flex-direction:column;gap:10px;width:100%}.controls form input{width:100%}.left,.right{flex-direction:column;align-items:center;width:100%}}@media (max-width: 600px){.canvas{height:60vh;width:95vw}.controls{padding:15px}.controls button,.selectbtns,.start-node{width:100%;max-width:250px}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0;color:#fff}.main{min-height:100vh}.sub-main{min-height:95vh;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000}.home-conatiner{width:100%;height:50vh;display:flex;align-items:center;padding:0 16rem;justify-content:space-between}.home-conatiner img{width:35vh;height:27vh;object-fit:contain;animation:bouncing infinite ease-in-out 1.5s alternate}@keyframes bouncing{0%{transform:translateY(-5px)}to{transform:translateY(5px)}}.title button{padding:.5rem 1rem;border-radius:20px;border:none;margin-top:8px;cursor:pointer;transition:all .2s ease-in-out;background-color:#0ccbff80}.title button>a{transition:all .2s ease-in-out;text-decoration:none;color:#000}.title button:hover{background-color:#0c85ff}.title button:hover>a{color:#fff}.title h1{font-size:xxx-large;font-family:Poppins,sans-serif;font-weight:600}.title p{font-size:x-large;font-family:Roboto,sans-serif;font-weight:400;padding:0 5px}.movementtext{color:#3827ff;font-weight:bolder}.about-Attack{display:flex;flex-direction:column;align-items:center;gap:3em;background:#006581bf;padding:9rem 12rem}.about-Attack>h1{text-align:center;font-size:xxx-large;font-weight:500;font-family:Poppins,sans-serif;font-weight:600}.context-attack{align-items:stretch;justify-content:center;display:grid;grid-template-columns:1fr 1px 1fr;gap:5px}.diffline{width:1.5px;background-color:gray}.attack-1,.attack-2{display:flex;flex-direction:column;gap:1.5em;align-items:center;padding:0 0 1em}.attack-1>h1,.attack-2>h1{font-size:30px;font-weight:500;color:#3827ff;font-family:Poppins,sans-serif;font-weight:600;text-align:center}.attack-1 p,.attack-2 p{width:85%;font-size:large;letter-spacing:1px;line-height:1.6;overflow-y:scroll;scrollbar-width:none;padding:0 1em;text-align:center}.prevent-box{background-color:#fff;display:flex;justify-content:center;align-items:center;padding:9em 16em;color:#000}.prevent-content{display:flex;flex-direction:column;gap:3rem;align-items:center}.prevent-content h1{text-align:center;font-size:xxx-large;font-weight:500;font-family:Poppins,sans-serif;font-weight:600}.prevent-box ul{list-style:disc;padding:0px 1.5rem;height:100%;letter-spacing:2px;width:80%;overflow-y:scroll;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / 9%) #1a1a1a00}.prevent-box li{padding:.5rem 0}.protection-list{max-width:800px;margin:0 auto;text-align:left;list-style-type:disc;padding-left:20px;line-height:1.8}.protection-list li{margin-bottom:20px;font-size:1.05rem}.protection-list strong{color:#3827ff}.user-card{background:#006581bf;padding:9rem 16rem}.user-card h1{text-align:center;font-size:xxx-large;font-weight:500}.user-content{display:flex;flex-direction:column;gap:3rem;align-items:center}.user-content h1{font-size:xxx-large;font-weight:500;font-family:Poppins,sans-serif;font-weight:600}.card-box{display:flex;flex-wrap:wrap;justify-content:space-around;gap:40px}.card{background-color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 0 25px #ffffff14;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;padding:1em}.card:hover{box-shadow:0 0 35px #ffffff8a}.data-box{display:flex;flex-direction:column;gap:.5rem;padding:20px;text-align:center;color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.card img{width:180px;height:180px;border-radius:50%;margin-top:20px;border:2px solid #ffffffb3;background-color:#2b2b2b}.abt-box{text-wrap:nowrap}@media (max-width: 1440px){.home-conatiner{padding:0 10rem}}@media (max-width: 1300px){.home-conatiner{padding:0 5rem}}@media (max-width: 1125px){.about-Attack>h1{font-size:2.5rem}.attack-1>h1,.attack-2>h1{font-size:24px}}@media (max-width: 1080px){.title h1{font-size:2.5rem}.title p{font-size:1.5rem;padding-left:4px}}@media (max-width: 1024px){.about-Attack{padding:9rem 6rem}.prevent-box{padding:9em 0}}@media (max-width: 900px){.title h1{font-size:2.2rem}.title p{font-size:1.2rem;padding-left:4px}}@media (max-width: 815px){.about-Attack h1{font-size:2.2rem}.attack-1>h1,.attack-2>h1{font-size:22px}}@media (max-width: 768px){.title h1{font-size:2rem}.prevent-content h1{font-size:36px}.title p{font-size:1rem;padding-left:2px}.home-conatiner img{width:25vh;height:auto}.about-Attack h1{font-size:2rem}.attack-1>h1,.attack-2>h1{font-size:20px}.attack-1>p,.attack-2>p{font-size:medium}}@media (max-width: 660px){.home-conatiner{padding:0 3rem;gap:3rem}.user-content h1{font-size:36px}.user-card{padding:5rem 3rem}}@media (max-width: 640px){.about-Attack{padding:6rem 4rem}.about-Attack h1{font-size:1.8rem}.attack-1>h1,.attack-2>h1{font-size:18px}.attack-1>p,.attack-2>p{font-size:15px}}@media (max-width:584px){.about-Attack{padding:4rem 1rem}.prevent-content h1{font-size:30px}.context-attack{display:block}.attack-1{padding:0 0 2.5rem}.diffline{display:none}}@media (max-width: 515px){.about-Attack{padding:3rem 1rem;gap:3rem}.home-conatiner{flex-direction:column;justify-content:space-around}.home-conatiner img{width:40vh;height:auto}}@media (max-width: 475px){.home-conatiner{padding:0 1rem;gap:3rem}}@media (max-width: 400px){.title h1{font-size:2.2rem}.title p{font-size:.9rem;padding-left:4px}.home-conatiner img{width:40vh;height:auto}}@media (max-width: 320px){.home-conatiner{padding:0 .2rem;gap:3rem}.title h1{font-size:1.4rem}.title p{font-size:.7rem;padding-left:3px}.home-conatiner img{width:35vh;height:auto}}footer{background:#fefefe;color:#222;min-height:10vh;padding:10px 40px;text-align:center;display:flex;align-items:center;gap:.5rem;box-shadow:0 -4px 20px #0000000d;border-top:1px solid #e2e2e2}footer p{margin:5px 0}footer a{color:#0c8;text-decoration:none;font-weight:700}footer a:hover{text-decoration:underline}.foot-cont{padding:.5rem 16rem;width:100%;display:flex;justify-content:space-between;align-items:center;font-size:.9em}.foot-cont>div{color:#3827ff}@media (max-width: 1024px){.foot-cont{padding:.5rem 7rem}}@media (max-width: 768px){footer{padding:10px 20px}footer p,footer a{font-size:14px}.foot-cont{padding:.5rem 4rem}}@media (max-width: 600px){.foot-cont{padding:0 .5rem}}@media (max-width: 361px){.foot-cont{flex-direction:column;text-align:center;gap:.5rem}.foot-cont img{display:none}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:15px 16em;background:#fefefe;box-shadow:0 -5px 15px #1db0ffcf;position:sticky;top:0;z-index:999;height:10vh;transition:background-color .3s ease,box-shadow .3s ease}.navbar.scrolled{background-color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 15px #0000000d}.logo{font-size:24px;font-weight:700;color:#3827ff;cursor:pointer}.nav-links{list-style:none;display:flex;gap:30px}.nav-links li a{text-decoration:none;color:#222;font-weight:500;transition:color .3s ease;position:relative;padding-bottom:3px;cursor:pointer}.nav-links li a:hover,.nav-links li a.highlight{color:#005dff}.nav-links li a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#005dff;transition:width .4s ease-in-out}.nav-links li a:hover:after{width:100%}.nav-links li a.highlight:after{width:100%}.nav-buttons{display:flex;gap:1rem}.hamburger{display:none;color:#000}.heading-close{display:none}@media (max-width: 768px){.navbar{height:10.5vh;padding:15px 6em}.nav-links{display:none}.hamburger{display:inline-block}.mobile-ham{padding-top:5rem;position:absolute;top:0;left:-100%;z-index:999;display:flex;flex-direction:column;width:100%;height:100vh;gap:2rem;background-color:#fefefe;transition:left .4s ease-in-out}.mobile-ham.Active{left:0%}.heading-open{display:flex;justify-content:space-between;margin:0 2rem}.heading-open img{margin-left:1rem}.heading-open h2{color:#005dff}.mobile-ham li{list-style:none;padding:.5rem 1rem;margin:0 2.5rem;border-radius:.8rem;transition:background .3s ease}.mobile-ham li:hover{background-color:#eaeaea}.mobile-ham li a{text-decoration:none;color:#222;font-weight:500;transition:color .3s ease}.mobile-ham li a:hover{color:#005dff}}@media (max-width: 1024px){.navbar{padding:15px 11em}}@media (max-width: 600px){.navbar{padding:15px 2rem}}@media (max-width: 320px){.navbar{width:100%}}*{padding:0;margin:0;box-sizing:border-box;font-family:Arial,sans-serif;scroll-behavior:smooth}
