* {
    margin: 0px;
    padding: 0px;
    color: white;
    font-family: "Inter";
}

body {
    background-color: #212121;
}

a, a:hover, a:active, a:visited {
    color: #43997A;
    cursor: pointer;
    text-decoration: solid;
}

header {
    background-color: #403F3F;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .header {
    width: 1148px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    font-family: "Inter" !important;
    letter-spacing: 1px;
}

header img {
    width: 46px;
    height: 46px;
    margin-right: 15px;
    /* border: 1px solid #43997a; */
    border-radius: 15px;
}

.nav {
    display: flex;
    position: relative;
    /* right: 70px; */
}

.nav .nav-item {
    margin: 5px;
    /* border: 1px solid red; */
    border-radius: 8px;
    padding: 10px 7px;
    cursor: pointer;
    /* width: 75px; */
    text-align: center;
    transition: 0.3s;
    font-weight: 700;
}

.nav .nav-item:hover {
    transition: 0.3s;
    background-color: #2B2B2B;
}

.nav .nav-item.active {
    color: #46A07F;
    background-color: #2B2B2B;
}

.header .login-button {
    background: #46A07F;
    color: white;
    width: 170px;
    height: 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding-bottom: 0px;

    font-size: 18px;
    font-weight: 700;
}

/* 161 */

.info {
    width: 60%;
    margin: auto;
    display: flex;
    margin-top: 160px;
    margin-bottom: 130px;
}

.info .right {
    margin-left: 10px;
}

.info .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.info .left p {
    margin: 15px 0px;
}

.info .left p:nth-child(1) {
    font-size: 36px;
    font-weight: 700;
    /* font-family: initial; */
    font-family: 'IntroDemoBlackCaps', sans-serif !important;
}

.info .left p:nth-child(1) b {
    font-size: 36px;
    font-weight: 700;
    /* font-family: initial; */
    font-family: 'IntroDemoBlackCaps', sans-serif !important;
}

.info .left p:nth-child(2) {
    font-size: 23px;
}

.info .left p:nth-child(4) {
    text-align: center;
    width: 390px;
}

.info .left .buttons .button:nth-child(1) {
    background: #46A07F;
    color: white;
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 8px;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 15px;
    padding-bottom: 0px;

    font-size: 16px;
    font-weight: 700;
}

.info .left .text {
    width: 350px !important;
}

.info .left .buttons .button:nth-child(2) {
    background: #606060;
    color: white;
    width: 180px;
    height: 50px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding-bottom: 0px;

    font-size: 16px;
    font-weight: 700;
}

.info .left .buttons .button:nth-child(2) img {
    width: 15px;
    position: relative;
    top: 2px;
}

.activites {
    padding: 25px 0px 0px 0px;
    width: 100%;
    background-color: #43997A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.activites p:nth-child(1){
    font-size: 35px;
    font-weight: 700;
}

.activites .activites-titles {
    list-style: none;
    display: flex;
    margin-top: 30px;
    width: 1000px;
    justify-content: space-between;
}

.activites .activites-titles li {
    /* margin: 0px 15px; */
    font-size: 25px;
    cursor: pointer;
    border-radius: 100px;
    padding: 15px 35px;
    font-weight: 700;
    transition: 0.3s;
}

.activites .activites-titles li.active {
    transition: 0.3s;
    cursor: pointer;
    color: #444040;
    padding: 15px 35px;
    background-color: rgba(255, 255, 255, 0.65);
}

.activites .activites-titles__lines {
    height: 4px;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1000px;

    list-style: none;
    margin-top: 5px;
    background-color: white;
}

.activites .activites-titles__lines .activites-titles__lines_line.active {
    transition: 0.3s;
    background-color: #32755C;
}

.scroll-menu {
    background-color: #D9D9D9;
    width: 935px;
    height: 260px;
    border-radius: 50px;

    padding: 45px 65px;
}

.scroll-menu__item {
    color: #212121;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.scroll_menu__item_content {
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scroll_menu__item_image {
    height: 260px;
}

.scroll_menu__item_content p {
    color: #212121;
    font-size: 18px;
}

.scroll_menu__item_content a, i {
    color: #32755C !important;
}

.scroll_menu__item_content a:hover {
    color: #43997A !important;
    text-decoration: underline;
}

.scroll_menu__item_content a:hover > i {
    color: #43997A !important;
    text-decoration: underline;
}

.scroll-block {
    margin-top: 25px;
    width: 1065px;
    height: 350px;
    margin-bottom: 47px;
}

.project {
    margin: auto;
    margin-top: 125px;
    width: 1100px;
    background-color: #32755C;
    margin-bottom: 125px;
    height: 323px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px 35px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
}
.project .project-left {
    margin-top: 10px;
}

.project .project-left .project-title {
    margin-bottom: 25px;
    position: relative;
    bottom: 15px;
    margin-left: 15px;
    font-size: 35px;
    font-family: 'IntroDemoBlackCaps', sans-serif !important;
    font-weight: 800;
}

.project .project-left .project-cards {
    display: flex;
}

.project .project-left .project-cards .project-card {
    display: flex;
    flex-direction: column;
    background-color: #D9D9D9;
    width: 182px;
    margin-right: 35px;
    padding: 15px;
    border-radius: 15px;
}

.project .project-left .project-cards .project-card p {
    color: #212121;
}

.project .project-left .project-cards .project-card .pc-top {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
}

.project .project-left .project-cards .project-card .pc-top p {
    margin-left: 10px;
}

.project .project-left .project-cards .project-card .pc-body {
    color: #212121;
    margin: 45px 0px;
    font-size: 18px;
    font-size: 500;

    position: relative;
    bottom: 10px;
}

.project .project-left .project-cards .project-card .pc-footer {
    margin-top: auto;
    text-align: center;
    font-size: 18px;
}

.project .project-left .project-cards .project-card .pc-footer a:hover {
    text-decoration: underline !important;
    color: #32755C !important;
}

.project-img img {
    position: relative;
    bottom: 44px;
}

.quest {
    margin: auto;
    margin-top: 87px;
    width: 1100px;
    background-color: #43997A;
    margin-bottom: 75px;
    height: 323px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px 35px 46px 35px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
}

.quest .quest-img {
    position: relative;
    bottom: 27px;
    margin-right: 85px;
}

.quest .quest-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 600px;
}

.quest .quest-right .quest-title {
    bottom: 10px;
    position: relative;
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 800;
    margin-right: 25px;
    font-family: 'IntroDemoBlackCaps', sans-serif !important;
}

.quest .quest-right .quest-cards {
    width: 100%;
    /* height: 455px; */
    background-color: #D9D9D9;
    border-radius: 15px;
    padding: 15px 45px;

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: space-between; */
}

.quest .quest-right .quest-cards .quest-cards__card {
    list-style: none;
}

.quest .quest-right .quest-cards .quest-cards__card .quest-cards__card_title {
    color: #212121;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

.quest .quest-right .quest-cards .quest-cards__card .qc__card_hr {
    color: #212121;
    width: 100%;
    height: 2px;
    background-color: #32755C;
    margin: 5px 0px 28px 0px;
}

.quest .quest-right .quest-cards .quest-cards__card .qc__card_info {
    color: #212121;
}

.quest .quest-right .quest-cards .quest-cards__card .qc__card_info.hide {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: none;
}

.lets-play {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid red; */
}

.lets-play .lets-play__title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
}

.lets-play .lets-play__body {
    display: flex;
}

.lets-play .lp__body-right {
    display: flex;
}

.lets-play .clock_time {
    display: flex;
    flex-direction: row;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: Minecraft;
    background-color: #D22629;
    padding: 10px;
    border-radius: 16px;
    /* position: fixed; */
    margin-top: -64px;
    margin-left: 256px;
}

.lets-play .clock_time img {
    width: 32px;
    height: 32px;
    margin-right: 10px;

}

.lets-play .lets-play__body .lp__body-left {
    width: 574px;
    height: 438px;
    justify-content: center !important;
    background-color: #43997A;
    display: flex;
    flex-direction: row;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 25px 0px 25px 25px;
}

.lets-play .lets-play__body .lp__body-left .lp__body-left_title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 800;
}

.lets-play .lets-play__body .lp__body-left .lp__body-left_price {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 800;
}

.lp__body_left_info {
    width: 400px;
    margin-top: 25px;
    /* margin-right: 50px; */
}

.lets-play .lets-play__body .lp__body-left .lp__body-left-info_item {
    font-size: 20px;
    margin: 20px 0px;
}

.lets-play .lets-play__body .lp__body-left .lp__body-left-info-button {
    margin-top: 20px;
    width: 246px;
    height: 55px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    background-color: white;
    color: #43997A;
    cursor: pointer;
}

.lets-play .lets-play__body .lp__body-right {
    /* border: 1px solid red; */
    width: 574px;
    height: 448px;
    padding: 20px 0px;
}

.lp__body_left_img {
    /* margin-right: 75px; */
    position: relative;
    left: 20px;
    margin-top: 23px;
    width: 134px;
    height: 387px;
}

.lp__body_right_img {
    margin-right: 35px;
    width: 134px;
    height: 387px;
    margin-top: 23px;
}

.lp__body-right .lp__body_right_info {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
    align-items: start;
}

.lets-play .lets-play__body .lp__body-right {
    background-color: #606060;
    display: flex;
    flex-direction: row;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.lets-play .lets-play__body .lp__body-right .lp__body-right_title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 800;
}

.lets-play .lets-play__body .lp__body-right .lp__body-right_price {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 800;
}

.lp__body_right_info {
    width: 444px;
    margin-right: 50px;
}

.lets-play .lets-play__body .lp__body-right .lp__body-right-info_item {
    font-size: 20px;
    margin: 13px 0px;
}

#moveeeee {
    margin-bottom: 8px !important;
}

.lets-play .lets-play__body .lp__body-right .lp__body-right-info-button {
    margin-top: 30px;
    width: 246px;
    height: 55px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    background-color: #403F3F;
    color: white;
    cursor: pointer;
}

footer {
    background-color: #403F3F;
    width: 100%;
}

.footer-info {
    width: 75%;
    margin: auto;
    /* border: 1px solid red; */
    height: 70px;
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-img {
    width: 48px;
    height: 48px;
    border-radius: 15px;
}

.footer-info_left {
    display: flex;
    align-items: center;
}

.footer-info_left p {
    margin-left: 15px;
}

.footer-info_left p:nth-child(1) {
    font-size: 14px;
}

.footer-info_left p:nth-child(2) {
    font-size: 10px;
}

.footer-right_info {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer-info_right-about {
    display: flex;
}

.footer-info_right-about a {
    color: white;
    margin: 0px 5px 0px 5px;
    font-size: 10px;
}

.footer-info_right-socials a {
    margin: 0px 5px;
}

.footer-info_right-about a img {
    width: 25px;
}

