@font-face {
    font-family: "Ubuntu";
    src: url('./assets/Ubuntu-Regular.ttf')
}
@font-face {
    font-family: "OldStandard";
    src: url('./assets/OldStandardTT-Regular.ttf')
}
@font-face {
    font-family: "PTSans";
    src: url('./assets/PTSans-Regular.ttf')
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.grandmaket__page {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.page__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(35, 35, 35);
    background-image: url('./assets/images/background1.png');
    height: 725px;
    padding: 59px 414px;
}
.item__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.content__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.header__title {
    color: rgb(221, 200, 139);
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 300;
    line-height: 128%;
    text-align: center;
}
.header__links {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    width: 110px;
}
.link {
    z-index: 999;
}
.content__main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
}
.main__woman {
    margin-top: -50px;
}
.main__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 500px;
}
.main__content p {
    color: rgb(255, 255, 255);
    font-family: "OldStandard";
    font-size: 32px;
    font-weight: 400;
    line-height: 138%;
    text-align: center;
}
.main__content h1 {
    color: rgb(255, 255, 255);
    font-family: "OldStandard";
    font-size: 60px;
    font-weight: 400;
    line-height: 138%;
    text-align: center;
}
.content__lines {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.content__lines p {
    color: rgb(235, 213, 148);
    font-family: Ubuntu;
    font-size: 25px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}
.content__description {
    color: rgb(255, 255, 255);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 128%;
    text-align: center;
    width: 890px;
    margin-top: 35px;
}

.page__item-s2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgb(28, 27, 27);
    height: auto;
    padding: 59px 414px;
}
.content__container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 60px;
    margin-top: 85px;
}
.content__bg {
    background-image: url('./assets/images/background_gold.png');
    background-position: center;
    background-repeat: no-repeat;
}
.content__title-s {
    color: rgb(255, 255, 255);
    font-family: OldStandard;
    font-size: 24px;
    font-weight: 400;
    line-height: 131%;
    text-align: center;
    margin-top: 63px;
}
.content-s2 {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.content-s2 p {
    color: rgb(235, 213, 148);
    font-family: OldStandard;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}
.content-s2 h1 {
    color: rgb(255, 255, 255);
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    margin-bottom: auto;
    float: right;
}
.photo__container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-right: 60px;
    float: left;
}
.content__num {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 35px;
    align-items: center;
}
.content__num h1 {
    display: flex;
    align-items: center;
    color: rgba(235, 213, 148, 0.69);
    font-family: OldStandard;
    font-size: 70px;
    font-weight: 400;
    line-height: 131%;
    text-align: center;
    margin-right: 10px;
}
.content__num h1 span {
    color: rgba(235, 213, 148, 0.69);
    font-family: Old Standard;
    font-style: italic;
    font-size: 35px;
    font-weight: 400;
    line-height: 131%;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
}

.page__item-s3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgb(28, 27, 27);
    height: 963px;
    padding: 59px 414px;
    background-image: url('./assets/images/background3.png');
}
.content__schedule {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 30px;
    margin-top: 55px;
    margin-left: auto;
    margin-right: 50px;
}
.content__schedule h1 {
    color: rgb(235, 213, 148);
    font-family: Ubuntu;
    font-size: 19px;
    font-weight: 400;
    line-height: 131%;
    text-align: PTSans;
}
.content__schedule p {
    color: rgb(255, 255, 255);
    font-family: PTSans;
    font-size: 18px;
    font-weight: 400;
    line-height: 131%;
    width: 475px;
    margin-left: 20px;
}
.schedule_list {
    display: flex;
    flex-direction: column;
    width: 475px;
}
.schedule__line {
    position: absolute;
    margin-left: 135px;
}
.schedule_list ul li {
    color: rgb(255, 255, 255);
    font-family: PTSans;
    font-size: 18px;
    font-weight: 400;
    line-height: 131%;
    font-style: italic;
    margin-left: 40px;
}
.page__item-s4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgb(28, 27, 27);
    height: auto;
    padding: 59px 414px;
}
.content__description-s4 { 
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-top: 70px;
}
.content__description-s4 {
    color: rgb(255, 255, 255);
    font-family: PTSans;
    font-size: 17px;
    font-weight: 400;
    line-height: 131%;
    text-align: left;
    width: 100%;
    float: left;
}
.text__left {float: left;}
.text__right {float: right;}
.image__left {float: left; margin-right: 30px;}
.image__right {float: right; margin-left: 30px;}
.image__left-s4 {float: right; margin-left: 30px;}
.image__right-s4 {float: right; margin-right: 30px;}
.content__description-s4 h1 {
    color: rgb(179, 159, 102);
    font-family: OldStandard;
    font-style: italic;
    font-size: 35px;
    font-weight: 400;
    line-height: 106%;
    text-align: left;
    margin-bottom: 20px;
}
.video__button {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    font-family: PTSans;
    font-weight: 400;
    cursor: pointer;
    padding: 8px 20px;
    color: #000;
    box-sizing: border-box;
    border: 1px solid rgb(235, 213, 148);
    border-radius: 74px;
    background: linear-gradient(90.00deg, rgb(235, 213, 148) 21%,rgb(255, 240, 194) 47.5%,rgb(235, 213, 148) 73.5%);
    margin-top: 100px;
}
.gap-s4 {
    display: flex;
    gap: 70px;
}
.content_footer {
    color: rgb(235, 213, 148);
    font-family: Old Standard;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-top: 25px;
}

@media (max-width: 1900px) {
    .description__p p {
        width: auto;
    }
    .content__schedule {
        margin-left: auto;
        margin-right: 0;
        position: absolute;
        margin-top: 150px;
    }
}

@media (max-width: 1850px) {
    .header__title {
        width: 500px;
    }
    .main__content p {
        font-size: 22px;
    }
    .main__content h1 {
        font-size: 50px;
    }
    .content__description {
        width: 590px;
    }
    .main__woman {

    }
    .content__num h1 {
        font-size: 50px;
    }
    .content__num h1 span {
        font-size: 20px;
    }
    .page__item-s2, .page__item-s4 {
        height: auto;
        padding: 0px 200px;
    }
    .content__photo {
        height: 383px;
        width: 394px;
    }
    .content__image {
        width: 428px;
        height: 331px;
    }
}
@media (max-width: 1450px) {
    .main__woman {
        height: 620px;
        width: 574px;
        margin-top: 0px;
    }
    .content__header {
        flex-direction: column;
        align-items: center;
    }
    .header__corner {
        display: none;
    }
    .header__links {
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }
    .header__title {
        width: 300px;
    }
    .main__content {
        margin-top: 550px;
    }
}
@media (max-width: 1300px) {
    .content__bg {background-image: none;}
    .content__num {margin-top: 40px;}
    .photo__container {margin-bottom: 20px;}
}
@media (max-width: 900px) {
    .header__title, .content_footer {
        width: 100%;
        font-size: 30px;
    }
    .content-s2 h1 {
        display: flex;
        flex-direction: column;
        font-size: 25px;
    }
    .content__photo {width: 100%; height: auto;}
    .content-s2 p {font-size: 30px;}
    .page__item-s2, .page__item-s4, .page__item {
        padding: 10px 50px;
    }
    .photo__container {
        align-items: center;
        margin-bottom: 50px;
    }
    .photo__container {
        margin-right: 0;
    }
    .schedule__line {display: none;}
    .content__num {
        display: flex;
        margin-top: 40px;
        gap: 20px;
    }
    .content__num img {height: 100%;}
    .number {
        display: flex; 
        flex-direction: row !important; 
        align-items: center !important; 
        font-size: 60px !important; 
        height: 65px !important;
    }
    .number span {margin: 0 !important; margin-top: 20px !important;}
    .text__container, .text__left, .text__right {
        display: flex;
        flex-direction: column;
        font-size: 25px;
        line-height: 40px;
    }
    .image__left, .image__right, .image__right-s4, .image__left-s4 {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        margin-right: 0;
        margin-left: 0;
    }
    .content__title-s {
        margin-top: 0;
        font-size: 35px;
    }
    .main__woman {margin-top: 100px;}
    .main__content {
        margin-top: 600px;
    }
    .content__schedule {
        display: flex;
        flex-direction: column;
    }
    .page__item-s3 {
        padding: 59px 50px;
        min-height: 2200px;
        background-repeat: no-repeat;
    }
    .schedule_list ul li, .content__schedule p {font-size: 30px;}
    .content__schedule h1 {font-size: 40px;}
}
@media (max-width: 640px) {
    .page__item {
        min-height: 1100px;
    }
    .content__description {width: auto; font-size: 25px; padding: 10px;}
    .content__lines img{display: none;}
    .header__title {order: 2;}
    .header__links {order: 1; margin-top: 0; margin-bottom: 20px;}
    .main__woman {width: 100%; height: auto; margin-top: 150px;}
    .schedule_list {width: auto;}
    .content__schedule p {width: auto;}
    .page__item-s3, .content__schedule {height: auto; position: relative;}
    .text__container, .text__left, .text__right {
        display: flex;
        flex-direction: column;
        font-size: 30px;
        line-height: 40px;
    }
    .content__title-container {margin-bottom: 50px;}
    .content__schedule {margin-top: 0;}
    .photo__container p {font-size: 25px;}
}
@media (max-width: 475px) {
    .main__content {
        margin-top: 500px;
    }
    .header__title {font-size: 20px;}
    .content__titles {font-size: 25px !important;}
    .content__description {
        font-size: 20px;
    }
    .page__item {min-height: 1000px;}
    .schedule_list ul li, .content__schedule p, .text__container, .text__left, .text__right, .content-s2 h1 {font-size: 15px; line-height: 20px;}
    .content_footer {font-size: 20px;}
    .page__item-s3, .content__schedule {height: 100%; min-height: 100%;}
    .content__description {padding: 30px;}
    .main__woman {margin-top: 120px;}
    .photo__container p {font-size: 18px;}
}
@media (max-width: 400px) {
    .content__num {align-items: flex-start; flex-direction: column;}
    .content__num img {display: none;}
}