﻿body {
    margin: 0px;
}

:root {
    /*recording setup guidelines*/
    --recording-setup-guidelines-section-sprite-width: 728;
    --recording-setup-guidelines-section-sprite-height: 404;
    --recording-setup-guidelines-section-desktop-positionX: 2;
    --recording-setup-guidelines-section-desktop-positionY: 2;
    --recording-setup-guidelines-section-mobile-positionX: 406;
    --recording-setup-guidelines-section-mobile-positionY: 2;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.hidden {
    display: none;
    opacity: 0;
}
/*.....font family....*/

@font-face {
    font-family: 'DidactGothic';
    src: url(https://assets.taurussy.com/web/v1/newfont/didactgothic-webfont.woff2) format('woff2');
}

@font-face {
    font-family: 'Cinzel-Bold';
    src: url(https://assets.taurussy.com/web/v1/newfont/cinzel-bold-webfont.woff2) format('woff2');
}

@font-face {
    font-family: 'district_prothin';
    src: url(https://assets.taurussy.com/web/v1/newfont/distproth-webfont.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'transformersregular';
    src: url(https://assets.taurussy.com/web/v1/newfont/transformers.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poor_weekdaysregular';
    src: url(https://assets.taurussy.com/web/v1/newfont/poor_weekdays-webfont.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'print_clearlyregular';
    src: url(https://assets.taurussy.com/web/v1/newfont/printclearly_tt-webfont.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'print_boldregular';
    src: url(https://assets.taurussy.com/web/v1/newfont/printbold_tt-webfont.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ShareTechMono-Regular';
    src: url(https://assets.taurussy.com/web/v1/newfont/sharetechmono-regular-webfont.woff2) format('woff2');
}

.guidesMainContainer {
    height: fit-content;
}

.guidesContentContainer {
    max-width: 1200px;
    min-width: 900px;
    margin: 0 auto;
    height: 100%;
    font-family: 'DidactGothic';
}

.content {
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.8em;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.mainContainerForGuides {
    max-width: 1200px;
    min-width: 900px;
    margin: 0 auto;
    margin-top: 100px;
}

.guidesTitle {
    color: #fff;
    padding-inline-start: 20px;
}

.headerGuidesDesktop {
    height: 50px;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0px;
    background: #0f0f0f;
}

.headerMobileMenuLeft {
    display: flex;
    align-items: center;
}

.headerMobileMenuRight {
    padding-right: 10px;
}

.headerShowSectionText {
    font-size: 1.2em;
    font-family: 'DidactGothic';
    color: #f8f8f8;
}

    .headerShowSectionText.showlogo {
        background-size: calc(var(--header-sprite-width) / 120 * 100%) calc(var(--header-sprite-height) / 50 * 100%);
        background-position: calc(var(--tsy-logo50-positionX) / (var(--header-sprite-width) - 120) * 100%) calc(var(--tsy-logo50-positionY) / (var(--header-sprite-height) - 50) * 100%);
        background-image: url(https://assets.taurussy.com/web/v1/newimage/header_sprites.webp?time=1759310453033);
        background-repeat: no-repeat;
        background-clip: content-box;
        aspect-ratio: 120/50;
        height: 50px;
        display: block;
    }

.headerGuidesDesktop.headerSticky {
    height: 70px;
    box-shadow: 0 0px 5px #291503, 0 2px 25px #291503;
}

.headerGuidesContainer {
    max-width: 1200px;
    min-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: 'DidactGothic';
}

.themeImageForGuides {
    background-image: url(https://assets.taurussy.com/web/v1/newimage/rec-guidelines_sprites.webp?time=1759310453033);
    background-size: calc(var(--recording-setup-guidelines-section-sprite-width) / 400 * 100%) calc(var(--recording-setup-guidelines-section-sprite-height) / 400 * 100%);
    background-position: calc(var(--recording-setup-guidelines-section-desktop-positionX) / (var(--recording-setup-guidelines-section-sprite-width) - 400) * 100%) calc(var(--recording-setup-guidelines-section-desktop-positionY) / (var(--recording-setup-guidelines-section-sprite-height) - 400) * 100%);
    background-repeat: no-repeat;
    background-clip: content-box;
    aspect-ratio: 400/400;
    height: 400px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 100px;
}

/*..........min-width 600px to max-width 899px............*/
@media (min-width: 600px) and (max-width: 899px) {
    .headerGuidesContainer {
        width: 95%;
        min-width: unset;
    }
}

/*..........max-width 599px............*/

@media (max-width: 599px) {
    .guidesContentContainer {
        max-width: unset;
        min-width: unset;
        margin: 0 auto;
        margin-top: 100px;
    }


    .headerMobileContainer.headerSticky {
        box-shadow: 0 3px 6px #291503, 0 3px 6px #291503;
        background-color: #291503;
    }

    .headerGuidesContainer {
        width: 100%;
        min-width: unset;
    }

    .themeImageForGuides {
        background-image: url(https://assets.taurussy.com/web/v1/newimage/rec-guidelines_sprites.webp?time=1759310453033);
        background-size: calc(var(--recording-setup-guidelines-section-sprite-width) / 320 * 100%) calc(var(--recording-setup-guidelines-section-sprite-height) / 320 * 100%);
        background-position: calc(var(--recording-setup-guidelines-section-mobile-positionX) / (var(--recording-setup-guidelines-section-sprite-width) - 320) * 100%) calc(var(--recording-setup-guidelines-section-mobile-positionY) / (var(--recording-setup-guidelines-section-sprite-height) - 320) * 100%);
        background-repeat: no-repeat;
        background-clip: content-box;
        aspect-ratio: 320/320;
        height: 320px;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 100px;
    }
}
