body{
    margin: 0;
    padding: 0;
    display: flex; 
    flex-direction: column;
    background: #ed7029;
    
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(221,7,7,1) 0%, rgba(246,231,82,1) 90% );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100lvh;
    box-sizing: border-box;
    overflow-x: hidden; 
}
header{
    margin-top: 0;
    padding: 0px 0 0px 50px;
    background-color: #fffffcbd;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-family: "Silkscreen", sans-serif;
    color: #ff7f11;
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    z-index: 10000;
    justify-content: space-around;
}
a{
    text-decoration: none;
    color: #ff7f11;
}
.boss{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 150px;
}
.main{
    width: 50%;
    height: auto;
    background: #4d4c4c38;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    border-radius: 12px;
    position: relative;
    overflow-x: hidden;
}
.open{
    position: relative;
    text-align: center;
    width: 60%;
    font-family: "Roboto", sans-serif;
    color: #fff; 
}
.open h1{
    font-size: 4rem;
    font-weight: 700;
}
.open p{
    
    color: #fff;
    font-size: 1.5rem;
}
.open span {
    font-family: "Silkscreen", sans-serif;
    color: #002a79;
    text-decoration: underline;
}
button{
padding: 10px 10px;
 background: lightblue;
color: darkcyan;
border: none;
z-index: 999;
  outline: none;
border-radius: 5px;
  }
button:active{
    box-shadow: 0 0 12px #d90368,
    0 0 10px #d90368,
    0 0 10px #d90368,
    0 0 10px #d90368;
}
 .bell{
 width: 25px;
  height: 25px;
 display: none;
 justify-content: center;
 align-items: center;
 border-radius: 45%;
 margin-left: 20px;
margin-top: -12px;
position: absolute;
background: lightcoral;
color:black;
text-align: center;
}
.bells{
margin-top: 30px
}
.search{
padding: 5px 10px;
width: 90%;
border-radius: 5px; 
align-items: center;
display: flex;
flex-direction: row-reverse ;
}
.send{
background: #002a79;
color: #eee;
position: absolute;
padding: 15px 15px;
font-weight: 999;
border-radius: 0 12px 12px 0; 
cursor: pointer;
}
#text{
padding: 15px 10px;
width: 85%;
border-radius: 0px;
border: solid 2px #ffd400;
outline: #ffd400;
border-radius: 12px; 
                                                                                                                                                                            
}
.senter{
padding: 10px 10px;
background: #ff8011cc;
color: #fff;
border: none;
z-index: 999;
width: 60%;
font-size: 1.3rem;
border-bottom-right-radius: 0px;
overflow-x: hidden;
outline: none;
margin-top: 20px;
border-radius: 5px;
float: right;
}
.recieve{
padding: 10px 10px;
background: #7392b7;
width: 60%;
color: #fff;
font-size: 1.3rem;
border: none;
z-index: 999;
outline: none;
margin-top: 40px;
border-radius: 5px;
border-bottom-left-radius: 0px;
float: left;
}


.input{
padding: 10px 15px;
border-radius: 5px;
background: transparent;
color: darkblue;

}
.senn {
border: 1px solid darkcyan;
float: left;
padding: 5px 10px;
}
                                                                                                                                                                                            
.sen{
border: 1px solid darkcyan;
float: right;
padding: 5px 10px;
}
a i{
    color: #fff;
    margin:0 20px 20px 0;
}
a i:hover{
    margin-top: -30px;
}
@media (max-width: 768px) {
    .open{
        width: 90%;
    }
    .open h1{
        font-size: 2.5rem;
        font-weight: 700;
    }
    .open p{
        font-weight: 500;
        color: #f1e9da;
        font-size: 1rem;
    }   
    .main{
        width: 95%;
    }
    .search{
        padding: 3px 5px;
         
        }
}  
                                                                                                                                                                                               