.web-3-header {
    height: 100vh;
    background-image: url('../images/web-3/bg-header.png');
    background-repeat: no-repeat;
    background-size: cover;

}

.web-3-logo {
    width: 80px;
    height: 80px;

}

.web-3-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.web-3-header .web-menu a {
    color: white;
}

.web-menu {
    font-weight: 600;
}

.web-menu:hover .web-sub-menu {
    display: block;
}

.web-sub-menu {
    display: none;
    position: absolute;
    z-index: 99;
    width: auto;
    height: auto;
    top: 100%;
    left: 0;
    background-color: #FFFFFF;
}

.web-sub-menu a:hover {
    background-color: grey;
    color: white !important;

}

.web-3-header .web-menu {
    font-size: 18px;
}

.web-3-head-text-title {
    width: 1000px;
    font-family: "Inter", sans-serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 84px;
    text-align: center;

}

.web-3-head-text {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}

.web-3-btn {
    padding: 0.75rem 1.5rem;
    background-color: #5D638F;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: white;


}

.web-3-post-start {
    font-family: "Inter", sans-serif;

}

.web-3-post-start-left {
    width: 55%;
}

.web-3-post-start-left .pt {
    padding-top: 75%;
}

.web-3-post-start-right {
    width: 40%;
}

.web-3-post-start-right--p {
    font-size: 20px;
    font-weight: 400;
    line-height: 55px;

}

.web-3-post-start-right--title {
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -1px;
    text-align: left;

}

.web-3-post-start-right--d {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;

}

.web-3-credo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 0 100px;

}

.web-3-item-credo {

    font-family: "Inter", sans-serif;

}

.web-3-item-credo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.web-3-credo-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0.10000000149011612px;
    text-align: center;
    color: #252B42;

}

.web-3-credo-content {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #252B42;
}

.web-3-title {
    font-family: "Rubik", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -1px;
    text-align: left;

}

.item3-member-ass-img .pt {
    padding-top: 123%;
}

.item3-member-ass-name {
    background-color: #5D638F;
    padding: 1rem 1.25rem;
    font-family: Roboto, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
    text-align: left;
    color: #fff;

}

.item3-member-ass--footer {
    bottom: 0;
    left: 0;
    background: linear-gradient(95deg, rgba(255, 182, 41, 0.7) -1.19%, rgba(255, 218, 86, 0.7) 57.78%, rgba(255, 215, 166, 0.7) 115.08%);
    height: 200px;
    width: 100%;
    z-index: -1;
}

.web-3-group {
    width: 80%;
    height: 1000px;
    overflow-y: auto;
}

.web-3-group::-webkit-scrollbar {
    width: 12px;
}

.web-3-group::-webkit-scrollbar-track {
    border-radius: 33px;
    background: white;
}

.web-3-group::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #F6BA33;
}

.web-3-group-item--left {
    padding-right: 1rem;
    border-right: 1px solid #D6D6D6;
}

.web-3-group-item--left img {
    width: 450px;
    height: 300px;
    object-fit: cover;
}

.web-3-group-item--right {
    width: 400px
}

.web-3-group-item--right-title {
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.63px;
    text-align: left;
    color: #1C1F35;

}

.web-3-group-item--right-description {
    font-family: Krub, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.24px;
    text-align: left;
    color: #666C89;
}

.web-3-group-item--right-text {
    font-family: Krub, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26.64px;
    text-align: left;
    color: #1C1F35;
}

.web-3-group-item--right ul li {
    list-style-type: disc;

}

.web-3-group-item-content {
    display: inline-block;
    padding-top: 2.5rem;
    border-top: 1px solid #D6D6D6;
}

.web-form-res {
    height: 470px;
}

.web-form-res--left {
    width: 50%;
}

.web-form-res--title {
    font-family: "Rubik", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #252B42;
}

.web-form-res--text {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #374754;

}

.web-form-res--right {
    width: 50%;
}

.web-form-res--right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-icon {
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.web-3 .btn-x {
    background-color: #5D638F;
}

.web-3-wechoice {
    background: url("../images/web-3/bg-wechoice.png");
    background-size: cover;
}

.web-3-vote-content-right {
    width: 49%;
}

.web-3-vote-content-left {
    width: 49%;
}

.web-3 .vote {
    height: auto;
}

.web-3-wechoice-text {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.63px;
    text-align: left;

}

.web-3-wechoice-p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: #51AEFB;

}

.web-3 .vote-context {
    height: 47px;
    background-color: rgba(120, 185, 245, 0.5);
}

.web-3 .bg-vote {
    background-color: #78B9F5;
}

.web-3-event {
    padding: 3rem 2.5rem 2rem 5rem;
    background-color: #FFE4A8;
}

.web-3-event--left {
    width: 40%;
}

.web-3-event--right img {
    width: 100%;
    height: 680px;
    object-fit: cover;
}

.web-3-event--right {
    width: 45%
}

.web-3-event--left-p {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: #1C1F35;

}

.web-3-event--left-title {
    font-family: "Rubik", sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #252B42;
}

.web-3-event--left-text {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #737373;
}

.web-3-btb-event {
    padding: 0.5rem 1.5rem;
    background-color: #1C1F35;
}

.web-3 .hdh-w {
    width: 150px;
    height: 2px;
    background-color: #5D638F;
}

.web-3 .btn.btn-dark.bg-black {
    background-color: #5D638F !important;
}

.web-3 .web-2--btn {
    background-color: #5D638F;
}

.web-3-join {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web-3-join-title {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #252B42;
}

.web-3-join-text {
    font-family: Raleway, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #737373;

}

.web-3-join-head {
    width: 94px;
    height: 7px;
    background-color: #FFE4A8;
}

.web-3-join-icon {
    width: 62px;
    height: 62px;
    object-fit: cover;
}

.web-3-join-icon-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: #252B42;

}

.web-3-icon {
    width: 23%;
}

.web-3-join-content {
    width: 48%;

}


.web-3-join-icon-active {
    width: 50px;
    height: 2px;
    background-color: #E74040;

}

.web-3-join-icon-text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #737373;
}

.web-3-icon {
    box-shadow: 0px 13px 19px 0px #00000012;

}

.web-3-footer {
    background-color: #1C1F35;
    color: white;
}
.web-3-theme .data-article{
   display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.web-3-theme .title-articles{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
}
.web-3-theme .content-articles{
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 35px;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
    color: #686868;
}
.web-3-theme .button-theme{
    padding: 19px 38px;
    border-radius: 35px;
    background-color: #5D638F;
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Inter", sans-serif;
}
.footer-logo img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.footer-active {
    height: 26px;
    width: 1px;
    background-color: white;
}

.footer-logo-text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;

}

.link-active {
    width: 2px;
    height: 16px;
    background-color: white;

}
.web-3-footer {
    padding: 3rem 0;
}
.web-3-footer a {
    color: white;
    font-family: Roboto, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;

}
.web-3-footer-text{
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.1em;
    text-align: center;

}
.footer-hr{
    height:2px;
    background-color: white;
    width: 90%;
}
.web-3 .menu-active a {
    border-bottom: 1px solid black;
    font-size: 14px !important;
}
.web-3 .web-3-header .header-mb #menuToggle span {
    background: white   ;
}
.web-3-video{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:20px
}

.web-3-vote{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px
}

