* {
    border: 0;
    margin: 0;

}

body {
    overflow: hidden;
    overflow-y: scroll;
    bottom: 0;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    backdrop-filter: blur(45px);
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 12px 4px rgba(128, 128, 128, 0.471);
    z-index: 10;
}


.partner h1 {
    color: red;
    padding-left: 20px;
}

.partner h3 {
    display: inline-block;
    padding: 20px;
}

.partner {
    margin-top: 60px;
}

.line {
    width: 200px;
    border-bottom: 2px solid red;
    position: relative;
    bottom: 15px;
    left: 220px;

}

.navbar img {
    width: 40px;
    height: 40px;
    position: relative;
    bottom: 5px;


}

.circle {
    height: 500px;
    width: 600px;
    border: 100px solid rgba(255, 0, 0, 0.122);
    border-radius: 100%;
    position: absolute;
    right: -40px;
    top: 0px;
    z-index: 5;
}

.img1 img {
    width: 600px;
    height: 700px;
}

.img1 {
    position: absolute;
    right: 10px;
}

.navbar ul,
li {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.navbar ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 40%;
}

.navbar a {
    text-decoration: none;
    color: black;

}

.items {
    width: 200px;
    height: 200px;
    background-color: aqua;
    margin: 20px;
}

.box {
    background-color: rgba(255, 0, 0, 0.245);
    display: inline-block;
    width: 130px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 10px;
    color: red;
    font-size: 22px;
    border-radius: 4px;

}

.content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    margin-top: 60px;

}

.content p {
    width: 700px;
}

.hcontent {
    display: inline-block;
}

.hcontent h2 {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    animation:
        typing 2s steps(40),
        cursor .7s step-end infinite alternate;
}

.img2 img {
    width: 400px;
    height: 600px;
}

.img2 {
    margin-top: 70px;
    position: relative;
    bottom: 550px;
}

.circle2 {
    width: 400px;
    height: 400px;
    border: 100px solid rgba(255, 0, 0, 0.127);
    position: relative;
    top: 100px;
    right: 75px;
    border-radius: 100%;
}

.service {
    display: flex;
    flex-wrap: wrap;

}

.item1 {
    width: 150px;
    height: 100px;
    border: 2px solid red;
    border-radius: 5px;

}

.item1 h2 {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 10px;

}


.item2 {
    width: 150px;
    height: 100px;
    border: 2px solid red;
    margin-left: 20px;
    border-radius: 5px;
}


.item2 h2 {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 10px;

}

.item-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


@keyframes typing {
    from {
        width: 0;
    }

}

@keyframes cursor {
    50% {
        border-color: transparent;
    }
}

.btn1 {
    background-color: red;
    color: white;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 10px;
    border-radius: 4px;
    width: 150px;
}

.btn1:hover {
    background-color: transparent;
    border: 2px solid red;
    color: red;
}

.topic {
    display: flex;
    flex-direction: row;
}

.h {
    color: red;
}

.navbar a:hover {
    color: red;
    text-decoration: underline;
}

.btn {
    position: absolute;
    right: 20px;
    background-color: red;
    color: white;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    border-radius: 10px;
}



.navbar button:hover {
    background-color: transparent;
    color: red;
    border: 2px red solid;
    box-shadow: 0px 0px 10px 2px rgba(255, 0, 0, 0.173);
}

.subnav {
    background-color: rgba(0, 0, 0, 0.645);
    color: white;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: -60%;
    transition: 0.5s ease-in;
    

}



.subnav h5 {
    padding-left: 20px;
    padding-top: 20px;
}

.subnav a {
    text-decoration: none;
    color: white;
    font-size: 25px;
}

.subnav a:hover {
    color: red;
    text-decoration: underline;
}

.footer{
    position: absolute;
    bottom: -220%;
}

.topic1,.topic2,.topic3{
    padding: 20px;
}

.topic1 h1{
    color: red;
}

.topic2 h1{
    color: red;
}

.topic3 h1{
    color: red;
}

.footer-box{
    background-color: red;
    color: white;
    width: 1530px;

}

.footer-box h2{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}



#x {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
}

#bars {
    position: absolute;
    left: 400px;
    top: 10px;
    font-size: 25px;
    display: none;
}

.service {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    position: absolute;
    right: 10%;
    top: 120%;

}

.service p {
    width: 700px;
}

.hservice {
    display: inline-block;
}

.hservice h2 {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    animation:
        typing 2s steps(40),
        cursor .7s step-end infinite alternate;
}

.reach {
    position: relative;
    bottom: 540px;
}

.circle1 {
    width: 400px;
    height: 400px;
    border: 100px solid rgba(255, 0, 0, 0.127);
    position: absolute;
    right: -20px;
    border-radius: 100%;
}

.form{
    width: 600px;
    height: 400px;
    background-color: rgb(235, 233, 233);
    text-align: center;
    position: relative;
    left: 450px;
    top: 150px;
    border-radius: 10px;
    padding-top: 20px;
}

.heading h3{
     color:red;
     position: absolute;
     font-size: 30px;
     top: 60px;
     left: 45%;

}

.form input{
    width: 80%;
    padding: 20px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid black;
    display: flex;
    flex-wrap: wrap;
    margin-left: 35px;
}

.form input::placeholder{
    color: red;
    font-size: 15px;
}

.form input:focus{
    outline: none;
}

.form button{
    background-color: red;
    color: white;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 10px;
    margin-top: 20px;
    border-radius: 5px;
    margin-left: 10px;

}

.form button:hover{
    background-color: transparent;
    border: 2px solid red;
    color: red;
    box-shadow: 0px 0px 12px 4px red;
}



.popup{
    background-color: rgba(128, 128, 128, 0.837);
    height: 130%;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 40;
    display: none;

}

.message  h1{
    padding: 20px;
}



@media screen and (max-width:450px) {
    body{
        
    }

    .body{
        display: none;
    }

    .message{
        padding: 20px;

    }

    

}


@media screen and (max-width:600px) {
    body{
        
    }

    .body{
        display: none;
    }

    .message{
        padding: 20px;
        
    }

    

}