html {
    scroll-behavior: smooth;
}

.single_outer {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.single_imgcontainer {
    width: 100%;
    height: fit-content;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.single_imgcontainer2 {
    width: 100%;
    height: calc(100vh - 100px);
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single_imgcontainer2 > img {
    height: auto;
    max-height: calc(100vh - 100px);
    width: 100%;
    object-fit: contain;   
}

.single_scrollbar {
    position: absolute;
}

.single_scrollbar1 {
    padding-right: 120px;
    width: calc(100% - 120px);
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.single_scrollbar2 {
    padding-left: 120px;
    width: calc(100% - 120px);
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: calc(100vh - 38px);
}

.single_scrollbar3 {
    margin-top: calc(100vh - 40px);
}

@media (max-width: 900px) {
    .single_scrollbar1 {
        padding-right: 70px;
        width: calc(100% - 70px);
    }
    .single_scrollbar2 {
        padding-left: 70px;
    }
}

@media (max-width: 725px) {
    .single_scrollbar1 {
        padding-right: 40px;
        width: calc(100% - 40px);
    }
    .single_scrollbar2 {
        padding-left: 40px;
    }
}

@media (max-width: 650px) {
    .single_scrollbar1 {
        padding-right: 10px;
        width: calc(100% - 10px);
    }
    .single_scrollbar2 {
        padding-left: 10px;
        width: calc(100% - 10px);
    }
}


.single_scrollbarcontent {
    width: fit-content;
    background-color: white;
    display: flex;
    flex-direction: row;
}

.single_scrollico {
    height: 24px;
    width: 24px;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    margin-top: 2px;
}

.single_scrollico1 {
    background-image: url(../icos/up.svg);
    margin-right: 4px;
}

.single_scrollico2 {
    background-image: url(../icos/down.svg);
    margin-left: 4px;
}

.single_scrollico3 {
    background-image: url(../icos/back.svg);
    margin-right: 4px;
}

.single_scrollbarcontent > p {
    font-size: 18px;
    margin: 0;
    font-style: italic;
}

.single_scrollbarcontent > p:hover {
    text-decoration: underline;
    cursor: pointer;
}

.single_detailscontainer {
    width: 100%;
    height: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 50px;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) { 
    .single_detailscontainer {
        flex-direction: column;
        padding-top: 20px;
    }
}

.single_left {
    width: 50%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
}

@media screen and (max-width: 750px) { 
    .single_left {
        width: 100%;
        height: fit-content;
        margin-bottom: 100px;
        margin-top: 50px;
    }
}

.single_categories {
    width: 100%;
}

.single_category {
    font-size: 15px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.596);
    border-style: solid;
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-style: italic;
    font-weight: 600;
    margin-right: 10px;
}

@media screen and (max-width: 750px) { 
    .single_event {
        margin-top: 12px;
        margin-bottom: 30px;
    }
}

.single_left > h2 {
    font-size: 100px;
    color: rgba(128, 128, 128, 0.104);
    font-style: italic;
    margin: 0;
    position: absolute;
}

.single_left > h3 {
    position: absolute;
    font-size: 34px;
    margin: 0;
    font-weight: 500;
    max-width: 30%;
    line-height: 90%;
    margin-top: 9px;
}

@media screen and (max-width: 750px) { 
    .single_left > h3 {
        max-width: 95%;
    }
}

.single_right {
    width: 50%;
}

@media screen and (max-width: 750px) { 
    .single_right {
        width: 100%;
    }
}

.details_wrap {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row-reverse;
}

.single_details {
    width: 100%;
    max-width: 525px;
}

@media screen and (max-width: 750px) { 
    .single_details {
        margin-bottom: 20px;
    }
}

.single_detailline {
    width: 100%;
    height: 30px;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: rgba(0, 0, 0, 0.478);
    border-style: solid;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.single_ico {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

.single_detailstext {
    height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    text-align: right;
}

.single_actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: 20px;
    margin-top: 40px;
}

.single_action {
    font-weight: 500;
    font-style: italic;
    letter-spacing: +0.4px;
    margin-left: 40px;
    font-size: 20px;
    color: black;
    text-decoration: none;
}

.single_action:hover {
    text-decoration: underline;
}