* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

#main {
    height: 100%;
    width: 100%;
}

#navbar {
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    background-color: white;
}

#navbar h1 {
    margin-left: 5%;
    font-weight: 700;
}

#navbar button {
    margin-right: 5%;
    border: none;
    background-color: transparent;
    color: black;
}

#navbar button i {
    font-size: 30px;
}

#navbar h1 svg {
    width: 45px;
    color: blue;
    margin-left: 5px;
}

.offcanvas-body h1 {
   margin-left: 100px;
    font-size: 35px;
    margin-bottom: 20px;
}

#lists li p a{
    font-weight: 900;
    font-size: 20px;
}


.offcanvas-body h1 a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

#img1 {
    height: 87%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


#img1 #fornt {
    height: 95%;
    width: 100%;
    padding: 5px 30px;
}

#fornt button a {
    text-decoration: none;
    color: white;
}

#fornt button {
    padding: 15px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 30px;
    background-color: rgb(54, 54, 252);
    border: none;
}

#part2 {
    height: 87%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(New\ message-bro.svg);
    background-repeat: no-repeat;
    background-position: center;
}



#btn1 {
    padding: 10px 25px;
    font-size: 20px;
    border-radius: 20px;
    background-color: rgb(140, 2, 140);
    color: white;
    border: none;
}

#login {
    /* height: 550px; */
    width: 400px;
    padding: 20px 30px;
    /* border: 2px dotted black; */
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    display: none;
}

#login button {
    float: right;
    border: none;
    background-color: transparent;
    font-size: 30px;
}

#login label {
    display: block;
    font-size: 25px;
    font-weight: 700;
}

#login input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid black;
}

#login #name {
    margin-top: 25px;
}

#login textarea {
    width: 100%;
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
}

#login #btn3 {
    width: 100%;
    background-color: rgb(140, 2, 140);
    font-size: 20px;
    padding: 10px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#thangs {
    min-width: 350px;
    min-height: 100px;
    border-radius: 15px;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.453);
    backdrop-filter: blur(10px);
    display: none;
    padding: 10px;
}

#thangs i {
    font-size: 80px;
}

#thangs p {
    font-weight: 600;
}

#thangs h1 {
    font-size: 50px;
    font-weight: 600;
}
/* 
#selacter{
    width: 60%;
} */