body{
    background:
    radial-gradient(circle at top,
    rgba(59,130,246,.12),
    transparent 40%),
    #020617;
    color:white;
    overflow-x:hidden;
    font-family:'Segoe UI',sans-serif;
}
*{
    scroll-behavior: smooth;
}
.navbar{
    width:max-content;
    height:65px;
    padding:0 25px;

    display:flex;
    justify-content:center;
    align-items:center;

    position:relative;
    left:50%;
    transform:translateX(-50%);
    top:15px;

    background:rgba(255,255,255,.05);
    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:16px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.3);

    color:white;
    transition:.3s;
}

.navbar:hover{
    box-shadow:
    0 15px 40px rgba(37,99,235,.25);
}

.navbar > li{
    flex-direction:column;
    display:flex;
    justify-content:center;
    align-items:center;

    list-style:none;

    height:65px;

    width:max-content;

    padding-left:15px;
    padding-right:15px;

    position:relative;
}

.navbar > li::after{
    content:'';
    position:absolute;
    bottom:8px;

    width:0%;
    height:3px;

    background:#60A5FA;

    border-radius:20px;

    transition:.3s;
}

.navbar > li:hover::after{
    width:70%;
}

.navbar > li > a{
    text-decoration:none;
    color:white;
    font-weight:600;
    font-size:18px;
    transition:.3s;
}

.navbar > li > a:hover{
    color:#60A5FA;
}

.home{
    margin-top:80px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    gap:40px;
}

.home > .one{
    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.home > .one > h1{
    font-size:72px;
    font-weight:800;
    background: linear-gradient(to right, #3b5bff, #00c2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width:70%;

    text-align:center;

    line-height:1.2;

    margin-bottom:15px;
}

.home > .one h4{
    width:65%;

    text-align:center;

    font-size:24px;

    color:#1f73e7;

    line-height:1.8;

    font-weight:400;
}

#logo{
    height:70px;
    width:70px;

    position:absolute;

    left:40px;
    top:20px;

    border-radius:50%;

    box-shadow:
    0 0 25px rgba(37,99,235,.35);
}

.home > .two img{
    width:1000px;
    max-width:90%;

    border-radius:24px;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
    0 25px 80px rgba(37,99,235,.18);

    transition:.4s;
}

.home > .two img:hover{
    transform:translateY(-5px) scale(1.01);
}


.home > .three > a button::after{
content: '';
    width: 0%;
    background: rgb(1, 5, 46);
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 1;
   border-radius: 5px;
   height: 100%;
}
.home > .three > a button:hover::after{
width: 100%;
z-index: -1;
transition: all .5s ease-in;
cursor: pointer;
}
.home > .three > a button{
    width: 200px;
background: linear-gradient(
135deg,
#0B1120,
#1D4ED8,
#60A5FA
);
z-index: 2;
    color: white;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid white;
    border-radius: 5px;
    height: 50px;
}
.home > .three{
    display: flex;
    gap: 15px;
}
.service{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
}
.service > .main1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.service > h1{
    font-size: 50px;
        background: linear-gradient(to right, #3b5bff, #00c2ff);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.service > .main1 .one > h1{
margin-bottom: -10px;
}
.service > .main1 .one{
    display: flex;
      background:
    radial-gradient(circle at top,
    rgba(23, 105, 238, 0.12),
    transparent 40%),
    #031152;
    justify-content: center;
text-align: right;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    height: 320px;
    width: 450px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 10px 0px blue;
}
.service > .main1 > .one > img{
    height: 80px;
    width: 90px;
    position: absolute;
    top: -50px;
    border-radius: 20px;
    margin-top: 20px;
}
.service > .main1 > .one a > button{
    position: absolute;
    bottom: 40px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    background-color: #0B1120;
    font-weight: bold;
    color: white;
    font-size: 17px;
    border: 1px solid blue;
    border-radius: 10px;
}
.service > .main1 > .one a> button:hover{
    width: 300px;
    transition: all .5s ease-in;
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px blue;
}
.whyus{
    background-color: #031152;
    padding: 10px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 50px;
    height: max-content;
}
.whyus > h1{
    font-size: 50px;
    margin-bottom: 50px;
        background: linear-gradient(to right, #3b5bff, #00c2ff);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.whyus > .main1{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
height: max-content;
gap: 20px;
}
.whyus > .main1 > .one{
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: right;
    position: relative;
    border-radius: 10px;
    border: 1px solid white;
    width: 400px;
    background-color: #0B1120;
    padding: 20px;
}
.whyus > .main1 > .one img{
width: 80px;
height: 80px;
position: absolute;
top: -60px;
border: 1px solid blue;
margin-top: 20px;
border-radius: 50%;
}
.whyus > .main1 > .one p{
    margin-top: -10px;
}
.whyus > .main1 > .one:hover{
    transition: all .5s ease-in;
    width: 500px;
    box-shadow: 0px 0px 20px 0px #0048ff;
    border: 2px solid blue;
    cursor: pointer;
}
.developers{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;

    height: max-content;
    margin: 40px 0 60px 0;
    padding: 20px;
}

.developers > h1{
    font-size: 52px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 40px;

    background: linear-gradient(to right, #3b5bff, #00c2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.developers > .main1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    gap: 30px;
    height: max-content;
    margin-top: 40px;
}

/* CARD */
.developers > .main1 > .one{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 420px;
    min-height: 340px;
    padding: 30px 20px 25px;

    border-radius: 18px;
    background: linear-gradient(145deg, #031152, #050a2e);
    border: 1px solid rgba(173, 216, 230, 0.3);

    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    position: relative;

    transition: all 0.4s ease;
}

/* hover effect */
.developers > .main1 > .one:hover{
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 120, 255, 0.25);
}

/* IMAGE (FIXED — NO ABSOLUTE SO JS WON'T BREAK LAYOUT) */
.developers > .main1 > .one > img{
    width: 140px;
    height: 140px;

    border-radius: 50%;

    margin-top: -80px;

    border: 3px solid #1e90ff;
    box-shadow: 0 0 25px rgba(30,144,255,0.6);

    transition: all 0.3s ease;
}

.developers > .main1 > .one:hover > img{
    transform: scale(1.05);
}

/* NAME */
.developers > .main1 > .one h1{
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}

/* BUTTON */
.developers > .main1 > .one > a button{
    width: 160px;
    height: 44px;

    margin-top: 15px;

    background: linear-gradient(to right, #3b5bff, #00c2ff);
    color: white;
    font-size: 16px;
    font-weight: bold;

    border: none;
    border-radius: 10px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.developers > .main1 > .one > a button:hover{
    transform: scale(1.08);
    box-shadow: 0 0 20px rgba(0, 180, 255, 0.5);
}

.developers > .main1 > .one > a button:active{
    transform: scale(0.95);
}

/* o1 SECTION (UNCHANGED — JS SAFE) */
.developers > .main1 > .one .o1{
    display: none;

    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    width: 100%;
    height: 200px;

    margin-top: 25px;
}

/* images inside o1 */
.developers > .main1 > .one > .o1 > a > img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.developers > .main1 > .one > .o1 > a {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.outproduct{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
        background-color:#031152;
        padding-bottom: 50px;
}
.outproduct > h1{
        background: linear-gradient(to right, #3b5bff, #00c2ff);
    font-size: 50px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.outproduct > .main1{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
     background-color:#031152;
    height: max-content;
}
.outproduct > .main1 > .one{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #020617;
    border-radius: 10px;
    border: 2px solid blue;
    box-shadow: 0px 0px 10px 0px blue;
}
.outproduct > .main1 > .one > img{
    width: 500px;
    border: 2px solid white;
    border-radius: 10px;
    height: 300px;
}
.outproduct > .main1 > .one > a > button{
    width: 210px;
    height: 40px;
    background: linear-gradient(to left,blue,cyan);
    font-weight: bold;
    font-size: 17px;
   color: black;
   border-radius: 10px;
}
.outproduct > .main1 > .one > a > button:hover{
    background: linear-gradient(to left,cyan,blue);
    cursor: pointer;
    color: white;
}
.order{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
         background-color:#031152;
    flex-wrap: wrap;
    padding-top: 50px;
}
.order > .one{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:  center;
    width: 700px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.order > .one > h1{
font-size: 50px;
}
.order > .one > p{
    width: 60%;
    text-align: right;
    font-size: 20px;
}
.order > .two form{
    display: flex;
    border: 2px solid white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    height: max-content;
    width: 500px;
    background: #020617;
    gap: 20px;
    padding-bottom: 20px;
}
.order > .two > form:hover{
    box-shadow: 0px 0px 40px 0px white;
    cursor: pointer;
}
.order > .two > form input,select,button{
    height: 50px;
    width: 70%;
    background: linear-gradient(to left,darkblue,rgb(26, 4, 87));
    border: 0px;
    outline: 0px;
    border-radius: 10px;
    text-align: right;
    border: 2px solid white;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
textarea{
        background: linear-gradient(to left,darkblue,rgb(26, 4, 87));
        border: 2px solid white;
        border-radius: 10px;
        text-align: right;
        color: white;
}
textarea::placeholder{
    color: white;
    text-align: right;
    margin-right: 10px;
}
.order > .two > form input::placeholder{
    text-align: right;
    color: white;
    margin-right: 10px;
}
.way{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 50px;
    height: max-content;
}
.way > h1{
    font-size: 50px;
      background: linear-gradient(to left,rgb(0, 0, 255),rgb(0, 191, 255));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip :text;
}
.way > .main1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: max-content;
    gap: 20px;
    width: 100%;
}
.way > .main1 > .one{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 400px;
    height: 400px;
    background: #031152;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid blue;
}
.way > .main1 > .one > a button{
    width: 200px;
    height: 40px;
    text-align: center;
    margin-top: 10px;
}
.way > .main1 > .one > a > button:hover{
    width: 350px;
    transition: all .5s ease-in;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px white;
}
.way > .main1 > .one > img{
    height: 120px;
    width: 120px;
}
button{
    text-align: center;
}
.footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
}
.footer > h1,h3{
    margin-bottom: -10px;
}
.footer > .one{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.footer > .two{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer > .two > a img{
height: 50px;
width: 50px;
border: 2px solid blue;
border-radius: 5px;
}
.footer > .two > a img:hover{
    transform: scale(1.1);
}
.footer > h5{
color: rgb(201, 190, 190);
}
.english{
    position: absolute;
    top: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    background: linear-gradient(to left,#00c2ff,#0048ff);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}
.english:hover{
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0px 0px 15px 0px white;
}
.english > a{
    text-decoration: none;
    color: white;
}
select{
    background-color: black;
}

a > #gohome{
height: 80px;
width: 80px;
border-radius: 10px;
border: green 2px solid;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
}
#gohome:hover{
    box-shadow: 0px 0px 20px 0px green;
    cursor: pointer;
}
#light{
    height: 60px;
    width: 60px;
    position: absolute;
    top: 20px;
    background-color: #ffffff;
    right: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    color: black;
    align-items: center;
}
#light:hover{
    box-shadow: 0px 0px 20px 0px white;
cursor: pointer;
 }
 #delete,#menu{
    height: 60px;
    width: 60px;
    position: absolute;
    top: 20px;
    display: none;
 }
 #delete{
    right: 0px;
    top: 0px;
 }
 #menu{
    left: 20px;
    top: 20px;
    padding: 5px;
 }
 #delete:hover,#menu:hover{
    background: linear-gradient(to right,blue,darkblue);
    cursor: pointer;
    transform: scale(1.1);
 }
 @keyframes one {
    from{left: -1000px;}
    to{left: 0px;}
 }
@media screen and (max-width: 800px)
{
    #logo{
        display: none;
    }
    #delete,#menu{
        display: flex;
    }
   .navbar{
    animation: one ease-in .5s;
    z-index: 1000;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    transform: none;
    position: fixed;
   }
   .navbar > li{
    width: 100%;
   }
   .navbar > li:hover{
    background: linear-gradient(to left,darkblue,blue);
    cursor: pointer;
   }
   .home > .two{
    display: flex;
    justify-content: center;
    align-items: center;
   }
}
@media screen and (max-width: 450px)
{
    .home > .one > h1{
        font-size: 40px;
    }
    .home > .one > h4{
        font-size: 20px;
    }
    .home > .three > a button{
    width: 120px;
    }
    .service > h1{
        font-size: 40px;
    }
    .service > .main1 > .one{
        width: 200px;
        height: max-content;
        gap: 70px;
    }
    .service > .main1 > .one > p{
        margin-top: -30px;
    }
    *{
        text-align: center;
    }
    .service > .main1 > .one h1{
        font-size: 30px;
        text-align: center;
        padding-top: 15px;
    }
    .service > .main1 > .one a button{
        width: 120px;
    }
    .service > .main1 > .one a button:hover{
        width: 200px;
    }
    .whyus > h1{
 font-size: 40px;
    }
    .whyus > .main1 .one{
        width: 200px;
        height: max-content;
    }
    .whyus > .main1 .one:hover{
        width: 95%;
    }
    .developers > h1{
        font-size: 40px;
    }
    .developers > .main1 > .one{
        width: 200px;
    }
    .developers > .main1 > .one > img{
        width: 100px;
        height: 100px;
    }
    .outproduct > h1{
        font-size: 40px;
    }
    .outproduct > .main1 > .one{
        width: 200px;
        font-size: 17px;
    }
    .outproduct > .main1 > .one > img{
        width: 200px;
        height: 100px;
    }
    .way  > h1{
        font-size: 40px;
    }
    .way > .main1 > .one{
        width: 250px;
    }
    .way > .main1 > .one:hover{
        width: 95%;
        transition: all .5s ease-in;
        cursor: pointer;
    }
    .order > .one{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0px;
    }
    .order > .one > h1{
        font-size: 40px;
    }
    .order > .one > p{
        width: 90%;
        margin-top: -10px;
    }
    .order > .two > form > input,textarea{
        width: 90%;
    }
    .order > .two > form{
        width: 100%;
    }
}