*{
    margin: 0;
    box-sizing: border-box;
}
span , a , title{
    display: inline-block;
}
img{
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
.big{
    display: flex;
}
.right{
    background-color: wheat;
    padding: 30px;
    width: 95%;
    overflow-y: scroll;
    height: 100dvh;
}
.icon1{
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}
.left{
    width: 5%;
    background-color: darkslateblue;
    padding: 15px;
    text-align: center;
}
.ID{
    display: flex;
    justify-content: space-between;
    width: 50px;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 150px 0;
}
.I{
    width: 5px;
    background-color: darkslateblue;
    height: 22px;
}
.D{
    width: 22px;
    height: 22px;
    background-color: darkslateblue;
    display: flex;
    align-items:end;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.i{
    width: 20px;
    height: 20px;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    border-radius: 50%;
}
.fa-user{
    color: white;
}
.titlebox{
    background-image: linear-gradient(
        160deg,
        dodgerblue,
        teal 50% 80%,
        dodgerblue
    );
    text-align: center;
    padding: 30px ;
    border-radius: 15px;
    
    box-shadow: 5px 10px 10px black ;
}
.p1{
    font-size: 22px;
    color: white;
}
.p2{
    color: white;
    margin: 20px 0;
}
.fa-check{
    background-color: white;
    padding: 5px;
    color: teal;
}
.btn{
    width: 120px;
    height: 35px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.55);
    border: none;
    color: white;
}
.fa-telegram{
    color: dodgerblue;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 60%;
}
.fa-facebook{
    color: blue;
    width: 18px;
    height: 17px;
    background-color: white;
    border-radius: 60%;
}
.fa-instagram{
    color:rgb(255, 0, 43);
}
.fa-youtube{
    color: red;
}
.loginbox{
    display: flex;
    justify-content: center;
}
.signup{
    width: 730px;
    margin: 20px 0;
}
.h1{
    font-family:Arial, Helvetica, sans-serif;
    margin-left: 30px;
}
.login{
    margin: 30px 0;
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 5px 10px 10px black ;
    position: relative;
}
.img{
    position: absolute;
    width: 250px;
    bottom: -85px;
    right: -100px;
    transform: rotate(15deg);
    box-shadow: 15px 15px 15px solid darkmagenta;
}
.form{
    margin: 15px 0;
}
.input{
    width: 200px;
    height: 35px;
    font-size: 16px;
    margin-right: 20px;
}
.send{
    width: 120px;
    height: 35px;
    font-size: 16px;
    border: 3px solid darkmagenta;
    border-radius: 3px;
    background-color: white;
    color: darkmagenta;
}
.span5{
    font-size: 18px;
}
.label{
    width: 100%;
}
.btn2{
    padding: 10px 20px;
    border:none;
    color: white;
    background-color: gray;
    font-size: 16px;
    border-radius: 5px;
}
.signin{
    background-color: white;
    font-size: 17px;
    padding: 25px;
}
.h2{
    font-size: 35px;
}
.bold{
    font-weight: bold;
    margin: 10px 0;
}
.text{
    margin-bottom: 15px;
}
.p3{
    margin-bottom: 10px;
}
.last{
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
.link2{
    color: blueviolet;
    text-decoration: none;
    font-weight: bold;
}
.link1{
    width: 100%;
    font-weight: bold;
    color: blueviolet;
    text-decoration: none;
}
.icon{
    color: blueviolet;
}
.calls{
    width: 230px;
}
.click{
    display: flex;
}
.dot{
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 3px;
    margin-right:10px;
}