@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: linear-gradient(80deg, #F5F7F5, #F5F7F5);
    margin: 0;
    padding: 0;
    font-weight: normal;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    font-family: "Poppins", sans-serif;
}

.container {

    max-width: 1100px;
    margin: auto;
}

header {
    z-index: 10;
}

.logoHeading {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* font-size: larger; */
    font-weight: bolder;
    font-size: 32px;
    text-shadow: 0 0 5px rgb(9, 25, 169);
}

.logoHeading {
    /* width: 150px; */

    position: relative;

    img {
        height: 50px;

    }
}

h2 {
    position: absolute;
    transform: translate(0%, -50%);
    margin: 0;
}

.first {
    color: transparent;
    -webkit-text-stroke: 2px #25f305b8;
}

.second {
    color: #05a8f3;
    -webkit-text-stroke: 2px #cd11b4c5;
    animation: waves 4s ease-in-out infinite;
}

@keyframes waves {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}

.mt-5 {
    margin-top: 10px;
}

.naavBar {
    /* border-radius: 9px; */
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.text-center {
    text-align: center;
}

.commanBtn {
    margin: 5px 10px;
    padding: 5px 18px;
    border-color: #c3512f;
    border: var(--g1-hbb-2-bg-color);
    background-color: #c3512f;
    /* background-color: var(--g1-hbb-2-bg-color); */
    color: #ffffff;
    font: 700 14px / 22px serif;
    font-family: Poppins, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 4px;
    /* color: var(--g1-hbb-2-itxt-color); */
}

.links,
.card-btns {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    display: flex;
    list-style-type: none;

    li {
        list-style-type: none;

        a {
            text-decoration: none;
            padding: 7px 10px;
            line-height: 16px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: normal;
            color: #ffffff;

            &:hover {
                color: #00dba3;

            }
        }

        .active {
            color: #00dba3 !important;
        }

        ul {
            display: none;
            list-style-type: none;
            position: absolute;
            /* top: 40px; */
            padding-inline-start: 0px;
            border-radius: 9px;

            li {
                margin: 0px 10px;
                padding: 5px 0px;
                float: none;
                display: list-item;
                position: relative;
            }
        }
    }

    li:hover>ul {
        display: inherit;
    }
}

.dropDownUl {
    background-color: rgb(232, 237, 247);
    backdrop-filter: blur(11px);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.5);
}

.dropDown {
    display: inline-block;
    background-color: unset;
    backdrop-filter: unset;

    box-shadow: unset;
    /* background-color: #e21b1b; */

    li {
        width: auto;
    }
}


.navIcon {
    height: 30px;
    font-size: 25px;
    padding: 5px;
    margin: 0 10px;
    color: #ffffff;
}

a:has(.reactionsImg) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* .reactionlinks { */
/* width: 500px; */
/* } */

.reactionsImg {
    height: 50px;
    background-color: #ffda6a;
    border-radius: 50%;
    margin: 5px 10px;
}

.fullyWidth {
    width: 100%;
    position: sticky;
    top: -1px;
    z-index: 10;
    background-color: #ff0036;
}

.displyblock {
    display: block !important;
}

.tag {
    background-color: #c3c3c3;
    position: sticky;
    top: -15px;
    margin-left: -15px;
    color: #2f2020;
    font-weight: bolder;
    padding: 5px;
    border-radius: 9px;
    min-width: 15px;
    text-align: center;
}

.tagLink {
    text-decoration: none;
    color: #2f2020;
    font-weight: bolder;
    padding: 5px;
    border-radius: 9px;
    min-width: 15px;
    text-align: center;
    display: inline-block;
    background-color: #caeeed;
    margin: 5px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}

.Notifications {
    background-color: rgb(236, 236, 236);
    box-shadow: 10px 10px 25px rgba(134, 133, 133, 0.5);
    width: 300px;
    padding: 9px;

    a {
        color: #2f2020 !important;
    }
}

.notifications {
    max-height: 400px;
    overflow-y: auto;

    a {
        padding: 2px 2px !important;
        text-decoration: none;
        font-weight: bold;
        color: #2f2020 !important;
    }
}

.readed {
    background-color: #ffffffc6;
}

.searchForms {
    background-color: rgb(232, 237, 247);
    backdrop-filter: blur(11px);
    padding: 20px 30px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.5);
    position: relative;
    /* left: -100px; */
    width: fit-content;
    overflow: hidden;
}

.searchForm {
    display: flex;
    /* margin: 20px 30px; */
    border: 0.5px solid rgb(135, 135, 135);
    border-radius: 6px;
}

.searchInput {
    font-size: 22px;
    width: 250px;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    opacity: .666;
}

.searchButton {
    width: 40px;
    border: 0;
    border-radius: 8px;
    color: #565656;
}

.linkList {
    max-width: 200px;
    background-color: rgb(232, 237, 247);
    backdrop-filter: blur(11px);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.5);
    padding: 20px;

    li {
        a {
            color: rgb(0, 0, 0);

        }
    }
}

.btnLink {
    border: 0;
    margin: 5px;
    font-size: 20px;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;

    &:hover {
        color: #db3700;
    }
}

.titleLink {
    color: #565656;
    text-decoration: none;
}

.mr50 {
    margin: 5px 0 !important;
}

.card-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: -5px 0px;

    .card-action {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
}

.card-title {
    font-size: larger;
    margin: 5px 0px;

    border-bottom: 1px solid #ccc;
}

.card-text {
    margin: 0px 0px;
}

.card-btns {
    padding-inline-start: 0%;
    margin-block-start: 0px;
    margin-block-end: 0px;

    li {
        ul {
            list-style-type: none;
            /* display: unset; */
            position: absolute;
            top: unset;
            right: unset;
            z-index: 1;
        }
    }
}

.profileLink {
    text-decoration: none;
    font-weight: bold;
    color: #565656;
}

.buttonsImg {
    height: 20px;
    display: flex;
}

.PostInfo {
    /* border: 1px solid black; */
    margin-top: 15px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    max-width: 700px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: fit-content;
    justify-content: space-between;
}

.postandHot {
    /* background-color: #c52626; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot {
    /* background-color: #bf4545; */
    flex-grow: 1;
    max-width: 450px;
}

.Trending {
    width: calc(100% - 10px);
    /* background-color: #984444; */
    /* min-height: 200px; */
    width: calc(100% - 30px);
    margin: auto;

    h3 {
        font-size: larger;
        padding: 0;
        margin-bottom: 5px;
    }
}

.imgbox {
    height: 200px;
    overflow: hidden;
    width: calc(100% - 0px);

    img {
        width: 100%;
    }
}

.TrendingBtns {
    margin: auto;
    /* background-color: #c62323; */
    text-align: center;

    span {
        background-color: #e8e8e8;
        padding: 0 5px;

        a {
            text-decoration: none;
            margin: 0 -5px;
            background-color: #d4d4d4;
            color: blue;
            font-weight: bold;
        }
    }
}

.postInfos {
    /* background-color: #fff; */
    padding: 5px 10px;
}

.infos {
    /* background-color: #1755e7; */
    margin: 0 5px;

}

.category {
    margin: 0px 10px;
    padding: 8px;
    font-weight: 600;
    font-size: small;
    background-color: #d5d5d5;
}

.posttitle {
    padding: 0 15px;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0px;
}

.postuserinfo {
    display: flex;
    justify-content: space-between;
}

.Userinfo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;

    p {
        padding-left: 10px;
    }
}

.usericon {
    height: 50px;
    border-radius: 10px;
}

.postInfo {
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    padding: 5px;
    padding-bottom: 10px;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    border-radius: 10px;
    column-break-inside: avoid;
    width: 600px;

}

.comment {
    padding: 5px;
    /* background-color: #565656; */
    /* min-height: 500px; */
    max-height: 200px;
    overflow: auto;
    max-width: 600px;
}

.commenthead {
    padding: 5px;
}

.display-comment {
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);

    p {
        margin: 5px;
    }
}

.AddPostComment {
    width: calc(100% - 10px);
    /* display: flex; */
}

.postCommentTextArea {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    height: 50px;
}

.AppCommentBtn {
    padding: 5px;
    background-color: #c1c1c1;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;

    &:hover {
        background-color: #acacac;
    }
}

.commentReplyBox {
    display: none;
    background-color: #d8b6b6;
}

.menuBtn {
    display: none;
}

.dropdownSearch {
    right: 105px;
}

.dropdownLoginBtns {
    right: 50px;
    width: 250px;

    li {
        margin: 5px auto;
    }
}

.dropdownNotifications {
    right: 100px;
}

.bodyCenter {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.delete {
    text-align: center;
    z-index: 11;
    background-color: #fff;
    height: fit-content;
    width: 250px;
    box-shadow: 1px 1px 10px black;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.delTitle {
    font-size: larger;
    color: #000000b1;
}

.delBtns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.delBtn {
    margin: 5px;
    padding: 5px;
    flex-grow: 1;
    border-radius: 5px;
    border: 0;
    /* background-color: #86868637; */
    cursor: pointer;
    color: #ffffff;
}

.delDelete {
    background-color: #e83333;

    &:hover {
        background-color: #ff2d2d;
    }
}

.delCancel {
    background-color: #333333b8;

    &:hover {
        background-color: #333333da;
    }
}

.toast {
    background-color: #8bfd27;
    margin: 5px;
    padding: 5px;
    float: right;
    color: rgb(0, 0, 0);
    clear: both;
}

/* //////////////////////////////////////////////////// */
@media screen and (max-width: 1140px) {

    .dropdownSearch {
        right: 5px;
    }

    .dropdownLoginBtns {
        right: 10px;
    }

    .dropdownNotifications {
        right: 5px;
    }

    .postandHot {
        justify-content: center;
    }

    .PostInfo {

        width: calc(65% - 20px)
    }

    .postInfo {
        width: calc(100% - 10px);
    }

    .hot {
        width: calc(25% - 20px);
    }
}

/* //////////////////////////////////////////////////// */
@media screen and (max-width: 950px) {
    h2 {
        transform: translate(0%, -10%);
    }

    .fullyWidth {
        margin-top: -10px;
        top: 0px;
    }

    .logoHeading {
        height: 50px;
    }

    .naavBar {
        /* background-color: #fff; */
        flex-direction: column;
    }

    .container {
        margin-top: 5px;
        padding-top: 5px;
    }

    .dropdownSearch {
        right: 305px;
    }

    .dropdownLoginBtns {
        right: 310px;
    }

    .dropdownNotifications {
        right: 305px;
    }
}

/* //////////////////////////////////////////////////// */
@media screen and (max-width: 800px) {
    .PostInfo {

        width: calc(100% - 20px)
    }

    /* .postInfo {
        width: unset; 
    } */

    .comment {
        max-width: calc(100% - 20px);
    }

    .hot {
        width: calc(100% - 20px);
        max-width: calc(100% - 10px);
    }

    .dropdownSearch {
        right: 85px;
    }

    .dropdownLoginBtns {
        right: 160px;
        width: 400px;
    }

    .dropdownNotifications {
        right: 140px;
    }

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    /* padding: 5px 2px; */
    z-index: 10;
    border-radius: 3px;
    /* overflow: hidden visible; */
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content-notification {
    right: -30px;
}

.dropdown-content-loginBtns {
    right: 10px;
    min-width: 160px;
    background-color: #8635f0;
}

.dropdown-content-search {
    left: -50px;
    width: 350px;
}

.dropdown-content-loginBtn {
    background-color: unset !important;
    margin: 10px auto;
}

.phoneBtns {
    display: none;
}

/* PopUp */

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: calc(50% - 200px);
    left: 50%;
    transform: translate(-50%, 0);
    border: 3px solid #f1f1f1;
    box-shadow: 0px 1px 25px 0px rgba(21, 4, 4, 0.686);
    z-index: 11;
    min-width: 300px;
    border-radius: 15px;
    overflow: hidden;
}

.bgWhite {
    background-color: #fff;
}

#myRegisterForm {
    bottom: calc(50% - 260px);
}

.sign-form-heading {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}

#toast-container {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 11;
}

.tos {
    margin: 15px 0;
    /* margin: 0 auto; */
    min-height: 35px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    /* position: fixed;
    top: 100px; */
    min-width: 300px;
    /* right: 50px; */
    box-shadow: 0px 1px 25px 0px rgba(100, 100, 100, 0.686);

    .tostTimmer {
        width: 100%;
        padding: 2px;
        background-color: #ff2626;
        display: inline-block;
    }

    .tosValue {
        display: inline-block;
        margin-left: 10px;
        width: calc(100% - 50px);
        max-width: 250px;
    }

    .close {
        background-color: #c4c4c4;
        color: #000000;
        padding: 5px 10px;
        border-radius: 5px;
        float: right;
        cursor: pointer;
    }
}

.socialSigns {
    text-align: center;
}

.socialSign {
    padding: 8px 12px;
    background-color: #ffffff;
    border: #000000 1px solid;
    /* border: 2px solid rgba(81, 81, 235, 0.679); */
    box-shadow: 2px 2px 10px;
    margin: 5px auto;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #2f2020;

    img {
        margin-right: 5px;
    }

    &:hover {
        text-decoration: dotted;
        background-color: #a2b1f274;
    }
}

.onLine {
    margin: 10px auto;
    display: flex;
    flex-direction: row;
}

.onLine:before,
.onLine:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}

.onLine:before {
    margin-right: 10px
}

.onLine:after {
    margin-left: 10px
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width input fields */
.form-container input[type=text],
.form-container input[type=password] {
    width: calc(100% - 30px);
    padding: 12px;
    margin: 3px 0 8px 0;
    border: none;
    border-radius: 10px;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

.is-invalid {
    background: rgba(238, 50, 50, 0.592) !important;
    color: #f42323;
    font-weight: bold;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #4CAF50;
    color: white;

    padding: 14px 18px;
    margin: 8px auto;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: calc(100% - 0px);
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .clink {
    background-color: rgb(255, 0, 123);
    padding: 10px 15px;
}

.form-container .cancel {
    padding: 10px 15px;
    background-color: #f44336;
    color: white;
    height: fit-content;
    width: fit-content;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 4px;

    &:hover {
        background-color: #d32f2f;
    }
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.changeSignFormBtn {
    background-color: #c1c1c1;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px;

    &:hover {
        background-color: #acacac;
    }
}

.linkBtns.dropdown-content {
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 2px;
    right: -20px;

    li {
        margin: 5px auto;

        a {
            color: #000000;

            &:hover {
                color: #00dba3;
            }
        }
    }
}

.desktopDropdown {
    li {
        color: #ffffff;
        font-weight: bold;
        font-size: 17px;

        &:hover {
            color: #00dba3;
        }
    }
}

/* PopUp */
@media screen and (min-width: 1500px) {
    .dropdownLoginBtns {
        right: unset;
    }
}

/* //////////////////////////////////////////////////// */
@media screen and (max-width: 600px) {
    .phoneBtns {
        display: block;
    }

    .desktopDropdown {
        display: none;
    }

    input#menu {
        display: none;
    }

    .descbtns {
        display: none;
    }

    .menuBtn {
        display: inline-block;
        position: absolute;
        padding: 8px;
        z-index: 11;
        /* right: 10px; */
        top: 5px;
        left: 8px;
        color: white;
        font-weight: 600;
        border-radius: 8px;
        background-color: #a54848;
    }

    .fitWeight {
        width: fit-content;
        display: flex;
        margin-left: 0;
        padding-inline-start: 0px;

        li {
            margin: 0 5px;
        }
    }

    .iconsBtns {
        margin-left: 45px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-inline-start: 0%;
        margin-block-start: 0;
        margin-block-end: 0;

        li {
            color: beige;
            background-color: #a7a7a774;
            padding: 5px;
            min-width: 20px;
            text-align: center;
            border-radius: 8px;
            font-size: larger;
            cursor: pointer;
            list-style: none;
        }
    }

    .Notifications {
        width: 270px;
    }

    .contestBtns {
        display: none;
    }

    .menu-content {
        overflow: hidden;
        max-height: 0;
    }

    .menu-content-line {
        max-height: 50px;
    }

    input:checked~.menu-content-line {
        max-height: 100%;
    }

    input:checked~.menu-content {
        max-height: 100%;
    }


    .dropdown-content-search {
        width: 280px;
    }

    .searchInput {
        width: 190px;
    }

    .fullyWidth {
        /* overflow: hidden; */
    }

    .overflowLinks {
        max-height: calc(100vh - 195px);
        overflow-y: auto;
    }

    .links {
        flex-direction: column;
        /* align-items: center; */
        width: calc(100% - 10px);

        li {
            width: calc(100% - 0px);

            a {
                display: inline-block;
                /* background-color: #7c7c7c48; */
                margin: 5px;
                width: calc(100% - 30px);
            }
        }
    }

    .reactionlinks {
        flex-direction: row;
    }

    .commanBtn {
        width: calc(100% - 0px);
        margin: auto;
    }

    .naavBar {
        overflow: hidden;
    }
}

/* ///////////////////////////////////////////////////////// */
.social-btn-sp #social-links {
    margin: 0 auto;
    max-width: 500px;
}

.social-btn-sp #social-links ul li {
    display: inline-block;
}

.social-btn-sp #social-links ul li a {
    padding: 15px;
    border: 1px solid #ccc;
    margin: 1px;
    font-size: 30px;
}

table #social-links {
    display: inline-table;
}

table #social-links ul li {
    display: inline;
}

table #social-links ul li a {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 1px;
    font-size: 15px;
    background: #e3e3ea;
}