body {
    width: 1590px;
    height: 900px;
    margin-left: 130px;
    margin-top: 50px;
    border: 2px solid black;
    border-radius: 23px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

nav {
    height: 100%;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 2px solid rgb(55, 71, 86);
    background-color: #081c2f;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#logo {
    color: azure;
    font-size: 40px;
    padding-left: 19%;
    padding-top: 3%;
    margin-bottom: 20px;
}

#logo_one {
    margin-top: 20px;
}

#logo_one div {
    height: 40px;
    width: 58%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10%;
    margin-left: 19%;
    font-size: 23px;
    color: azure;
    cursor: pointer;


}

#logo_one h4 {
    margin-left: 30px;
}

h4 {
    color: azure;
}

#logo_one div:hover,
h4:hover {
    color: #1DA1F2;
}

#logo_1 div {
    margin-right: 10%;
}

#button_one {
    font-size: 20px;
    font-weight: 400;
    font-stretch: extra-expanded;
    color: azure;
    width: 60%;
    height: 6%;
    margin-bottom: 50px;
    margin-left: 60px;
    background-color: #1DA1F2;
    border: none;
    border-radius: 26px;
    cursor: pointer;
}

#part-1-2 {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    padding-left: 9%;
    padding-top: 30%;

}

/* ----------------------------------Part-2------------------------------------------- */

main {
    width: 50%;
    height: 100%;
    border-right: 2px solid rgb(55, 71, 86);
    background-color: #081c2f;
    overflow-y: scroll;
}

#part-2-1 {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgb(55, 71, 86);

}

#home h2 {
    color: azure;
    font-size: 23px;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 20px;
}

#theme-change {
    color: #1DA1F2;
    font-size: 26px;
    padding-right: 30px;
    padding-top: 20px;
}

#part-2-2 {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
}

#main_profile_icon_1 {
    width: 8%;
    height: 46%;
    border-radius: 60px;
    margin: 20px;
    margin-top: -10px;
    border: 2px solid white;
}

#main_profile_icon_1 img {
    border-radius: 60px;
    width: 100%;
    background-color: aliceblue;
}


[contenteditable] {
    height: 70%;
    width: 68%;
    margin-top: 2%;
    overflow-y: scroll;
    outline: 0;
    font-size: 30px;
    color: azure;
    line-height: 1.4em;
    -webkit-appearance: textfield;
    appearance: textfield
}

#part-2-3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 110px;
    padding-right: 50px;
    padding-top: 2px;
    border-bottom: 4px solid rgb(55, 71, 86);
}

#part-2-3-left {
    width: 20%;
    height: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#part-2-3-left image {
    position: relative;
    display: inline-block;
}

.emoji-box.active {
    width: 34vh;
    height: 36vh;
    background-color: #2e8bc5;
    position: absolute;
    top: 93%;
    left: 26%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.emoji-box {
    display: none;
}

#input-container-emoji {
    width: 100%;
    height: 20%;
}

#input-container-emoji input {
    width: 86%;
    height: 70%;
    margin-left: 7%;
    margin-top: 4%;
    border: 0;
    outline: 0;
    border-radius: 8px;
    padding-left: 10px;
    font-size: 17px;
    background-color: #8eaece;
}

#emoji-container {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: scroll;
    list-style-type: none;
    padding-left: 15px;
}

#emoji-container li {
    width: 30px;
    height: 30px;
    border-radius: 0.24rem;
    font-size: 1.5rem;
    margin-left: 10px;
    cursor: pointer;

}


.gif-box.active {
    width: 34vh;
    height: 36vh;
    background-color: #2e8bc5;
    position: absolute;
    top: 93%;
    left: 3%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.gif-box {
    display: none;
}

#input-container-gif {
    width: 100%;
    height: 20%;
}

#input-container-gif input {
    width: 86%;
    height: 70%;
    margin-left: 7%;
    margin-top: 4%;
    border: 0;
    outline: 0;
    border-radius: 8px;
    padding-left: 10px;
    font-size: 17px;
    background-color: #8eaece;
}

#gif-container {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    overflow-y: scroll;
    list-style-type: none;
    padding-left: 15px;
    margin-top: 20px;
}

#gif-container li {
    width: 150px;
    height: 130px;
    border-radius: 0.24rem;
    font-size: 1.5rem;
    margin-left: 8px;
    margin-top: 20px;
    cursor: pointer;

}

#gif-container li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#gif-container li:last-child {
    margin-bottom: 20px;
}

#part-2-3-left i {
    font-size: 27px;
    color: #2e8bc5;
    cursor: pointer;
}

#part-2-3-right {
    height: 100%;
    width: 80%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

#button-2 {
    background-color: #1DA1F2;
    border: none;
    width: 20%;
    height: 50px;
    border-radius: 23px;
    font-size: 17px;
    color: azure;
    cursor: pointer;
}

#part-2-4-main {
    width: 100%;
    height: auto;
}

#part-2-4 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid rgb(55, 71, 86);
}

#left {
    width: 12%;
    height: 100%;
    margin-top: 3%;
    margin-left: 3%;
}

#main-profile-icon-1-1 {
    width: 70px;
    height: 70px;
    border-radius: 80vh;
    border: 2px solid white;
}

#main-profile-icon-1-1 img {
    border-radius: 80%;
    width: 100%;
    background-color: aliceblue;
}

#right {
    width: 88%;
    height: 100%;
    padding-top: 2%;
}

#section-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#section-1 h3 {
    color: azure;
    font-size: 19px;
    margin-right: 10px;
}

#section-1 h4 {
    color: rgb(151, 154, 154);
}

#arrow-down-icon {
    margin-left: 50%;
    margin-top: 5px;
    color: rgb(151, 154, 154);
    font-size: 24px;
}

#section-2 {
    margin-top: 8px;
    width: 88%;
    overflow-wrap: break-word;
}

#section-2 h2 {
    font-size: 20px;
    color: rgb(202, 206, 206);
}

#section-2 img {
    width: 100%;
    height: 30vh;
    margin-top: 30px;
    background-color: rgb(151, 154, 154);
    object-fit: contain;
    border-radius: 16px;
}

#section-3 {
    margin-top: 4%;
    margin-bottom: 3%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#section-3 i {
    font-size: 22px;
    color: gray;
}

#section-3 img {
    width: 24px;
}

/* --------------------------------------part-3------------------------------------------ */
footer {
    height: 100%;
    width: 30%;
    overflow-y: scroll;
    background-color: #081c2f;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#part-3-1 {
    margin-top: 12%;
    margin-left: 6%;
    width: 85%;
    height: 6%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 30px;
    background-color: #31404f;
}

#part-3-1 input {
    position: relative;
    display: inline-block;
    width: 74%;
    height: 92%;
    background-color: #31404f;
    border: 0;
    outline: 0;
    font-size: 18px;
    padding-left: 10px;
    border-radius: 30px;
    color: aliceblue;
}

#part-3-1 input::placeholder {
    color: rgb(135, 139, 142);
}

#part-3-1 button {
    width: 10%;
    height: 70%;
    position: relative;
    display: inline-block;
    font-size: 100%;
    cursor: pointer;
    background-color: #31404f;
    color: grey;
    border: 0;
}

#part-3-2 {
    width: 85%;
    height: auto;
    margin-top: 9%;
    margin-left: 6%;
    padding-bottom: 2%;
    border-radius: 10px;
    background-color: #34475b3c;
}

#trends-intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-top: 27px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-bottom: 2px solid rgb(68, 87, 106);
}

#settings-icon i {
    color: #1DA1F2;
    font-size: 22px;
    padding-right: 50px;
}

#trends-intro h2 {
    color: azure;
    font-weight: 500;
}

.trend.active {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(68, 87, 106);

}

.trend {
    display: none;
}

#show-trend:nth-last-child(2) {
    border-bottom: none;
}

#trend-details h5 {
    color: rgb(164, 173, 173);
    font-weight: 500;
    margin-bottom: 4px;
    margin-left: 12px;
}

#trend-details h4 {
    color: rgb(220, 231, 231);
    font-weight: 500;
    margin-bottom: 3px;
    margin-left: 12px;
}

#trend-details h3 {
    color: rgb(164, 173, 173);
    font-size: 16px;
    font-weight: 500;
    margin-left: 12px;
}

#more-trend-details i {
    font-size: 24px;
    color: azure;
    margin-right: 50px;
}

.show-more-trend {
    width: fit-content;
    margin-left: 29px;
    margin-top: 22px;
    margin-bottom: 30px;
    cursor: pointer;
}

.show-more-trend h3 {
    color: #1DA1F2;
    font-weight: 400;
    font-size: 16px;
}

.show-more-trend.activated {
    display: none;
}

#part-3-3 {
    width: 85%;
    margin-top: 9%;
    margin-left: 6%;
    margin-bottom: 10%;
    padding-bottom: 2%;
    border-radius: 10px;
    background-color: #34475b3c;
}

#followers-intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-top: 27px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-bottom: 2px solid rgb(68, 87, 106);
}

#followers-intro h2 {
    color: azure;
    font-weight: 500;
}

.follower.active {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid rgb(68, 87, 106);
}

.follower {
    display: none;
}

#active-follower:nth-child(3) {
    border-bottom: none;
}

.follower.active:nth-last-child(2) {
    border-bottom: none;
}

#follower-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#main-profile-icon {
    background-color: azure;
    width: 85px;
    height: 85px;
    border-radius: 38px;
    margin-right: 20px;
}

#main-profile-icon img {
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 12px;
    width: 95%;
    height: 95%;
}

#user-details {
    color: azure;
}


#follow-button {
    width: 96px;
    height: 38px;
    background-color: #34475b3c;
    border: 2px solid #1DA1F2;
    color: #1DA1F2;
    margin-right: 60px;
    margin-top: 20px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
}

.show-more-followers {
    width: fit-content;
    margin-left: 29px;
    margin-top: 22px;
    margin-bottom: 30px;
    cursor: pointer;
}

.show-more-followers h3 {
    color: #1DA1F2;
    font-weight: 400;
    font-size: 16px;
}

.show-more-followers.activated {
    display: none;
}