@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Hina+Mincho&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

html {
    scroll-behavior: smooth;
}

body {   
    height: 100%;
    background-color: #081316;
}

/* text elements */

h1 {
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
}

h2 {
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
}

h3 {
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
}

h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
}

h5 {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

h6 {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

p {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

/* header and footer */

.navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    z-index: 1;
    box-sizing: border-box;    
    font-size: 24px;
    color: #a3641a;
}

.navbar-brand:hover {
    color: #a3641a;
    cursor: pointer;
    transition: color 0.5s ease-in-out;    
}

.navbar {
    font-family: "Bonheur Royale", cursive;
    position: absolute;
    width: 100%;
}

.nav-link {
    font-family: "Playfair", serif;
    font-size: 24px;
    color: #674022;
}

.nav-link:hover {
    color: #a3641a;
    cursor: pointer;
    transition: color 0.5s ease-in-out;    
}

.bi-bluesky {
    margin: 20px;
    color: #674022;
}

.bi-twitter {
    margin: 20px auto;
    color: #674022;
}

.bi-easel2-fill {
    margin: 20px;
    color: #674022;
}

.bi-bluesky:hover {
    margin: 20px;
    color: #a3641a;
    cursor: pointer;
    transition: color 0.5s ease-in-out;    
}

.bi-twitter:hover {
    margin: 20px auto;
    color: #a3641a;
    cursor: pointer;
    transition: color 0.5s ease-in-out;    
}

.bi-easel2-fill:hover {
    margin: 20px;
    color: #a3641a;
    cursor: pointer;
    transition: color 0.5s ease-in-out;    
}

.footer {
    align-content: center;
    justify-content: center;
    border-top: 3px solid #674022; 
    background-color: #081316;
    padding: 10px;
}

.footer-center {
    align-content: center;
    justify-content: center;    
}

.footer-element {
    width: auto;
    max-width: 250px;
    border: 4px double #674022;
    border-radius: 1rem;
}

.footer-credit {
    font-family: "Cormorant", serif;
    font-size: 14px;
    color: #674022;
}

/* hero */

.hero-container {
    position: relative;
    overflow: hidden;
    margin: 0% auto;
    width: auto;
    max-width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #674022;
}

.hero-image {
    position: absolute;
    object-fit: cover;
    filter: blur(1.5px) brightness(60%);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    z-index: -5;
}

.hero-content {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 4px -1px 15px rgba(0,0,0,0.9);
    padding: 35px;
}

.hero-header {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: italic;
    font-size: 56px;
    color: #a3641a;
    z-index: 3;
}

.hero-subheader {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
    font-size: 48px;
    color: #a3641a;
    z-index: 2;
}

/*index body*/

.body-element {
    justify-content: center;
    align-items: center;    
    background-color: #081316;
    border: 8px double #674022;
    padding: 20px 40px;
    color: #b0804c;
}

.body-header {
    border-bottom: 4px double #674022;
    font-family: "Playfair", serif;
    font-size: 42px;
    color: #b0804c
}

.body-subheader {
    font-family: "Playfair", serif;
    font-size: 36px;
    color: #b0804c
}

.body-content {
    font-family: "Hina Mincho", serif;
}

.body-call {
    font-family: "Hina Mincho", serif;
    font-size: 32px;
}

.body-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto 10px;
}

.btn-container {
    justify-content: center;
    align-items: center; 
}

.btn-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    background-color: #674022;
    color: #081316;
    cursor: pointer;
    transition: color 0.5s ease-in-out;    
}

.btn-custom:hover {
    background-color: #a3641a;
    color: #081316;
    cursor: pointer;
    transition: color 0.5s ease-in-out;        
}

.btn-custom:active {
    background-color: #a3641a;
    color: #081316;
    cursor: pointer;
    transition: color 0.5s ease-in-out;        
}

/* index sidebar */

.profile-img {
    justify-content: center;
    align-items: center;
    position: relative;
    width: 500px;
    max-width: auto;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.img-profile-col {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #674022;
    pointer-events: none;
    user-select: none;  
}

.profile-badge {
    position: absolute;
    bottom: 0;
    right: auto;
    width: 200px;
    height: 20px;
}

.profile-badge span {
    position: absolute;
    display: block;  
    justify-content: center;
    align-items: center;    
    padding: 5px;
    width: 150px;
    height: 35px;
    padding: 3px 0;    
    border-radius: 1rem;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);    
}

.profile-credit {
    font-family: "Playfair", serif;
    position: relative;    
    font-size: 14px;
    color: #a3641a;
    background-color: #081316;
    padding: 5px;
    width: 150px;
    height: 35px;
    padding: 3px 0;    
    border: 4px double #674022;
    border-radius: 1rem;
    text-align: center;      
    padding-top: 10px;
    padding-right: 25px;    
}

/* services body */

.comm-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    background-color: #081316;
    border: 8px double #674022;
    padding: 20px 40px;
    color: #b0804c;
}

.comm-header {
    font-family: "Playfair", serif;
    font-size: 40px;
    color: #b0804c;
}

.comm-subheader {
    border-bottom: 4px solid #674022;    
    font-family: "Playfair", serif;
    font-size: 32px;
    color: #a3641a;
}

.comm-emphasis {
    font-family: "Playfair", serif;
    font-size: 26px;
    font-weight: 900;
    color: #a3641a;
}

.comm-content {
    font-family: "Hina Mincho", serif;
}

/* services tabs */

.tabs-body {
    display: flex;
    justify-content: center;
    padding: 10px
}

@media (min-width: 800px) {
    .tabs-body {
        padding: 60px 10px;
    }
}

.tabs {
    flex: 1;    
    display: flex;
    flex-wrap: wrap;
    width: auto;
    max-width: 900px;
    justify-content: center;
    padding-top: 50px;
}

.input {
    position: absolute;
    opacity: 0;
}

.label {
    height: 75px;
    padding: 20px 30px;
    background-color: #081316;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-weight: bold;
    font-size: 23px;
    font-family: "Playfair", serif;
    color: #674022;
}

.label:hover {
    color: #a3641a;
    cursor: pointer;
    transition: color 0.5s ease-in-out;
}

.label:active {
    color: #a3641a;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.input:focus + .label {
    z-index: 1;
}

.input:checked + .label {
    border: 3px solid #a3641a;
    background-color: #13292d;    
    color: #a3641a;   
}

@media (min-width: 800px) {
    .label {
        width: auto;
    }
}

.panel {
    display: none;
    padding: 10px 20px 20px;
    background-color: #13292d;
    outline: 3px solid #a3641a;    
    border-radius: 0.5rem;
    z-index: 2;
}

@media (min-width: 800px) {
    .panel {
        order: 99;
  }
}

.input:checked + .label + .panel {
    display: block;
}

.comm-img {
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 300px;
    max-width: auto;
    min-height: auto;
    height: 700px;
    pointer-events: none;
    user-select: none;
}


.comm-example {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #674022;
    pointer-events: none;
    user-select: none;      
}

.price-card {
  width: 280px;
  padding: 20px;
  background: #a3641a;
  position: relative;
  overflow: hidden;
}

.comm-price {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 200px;
    overflow: hidden;
}

.comm-price span {
    font-family: "Playfair", serif;
    position: absolute;
    display: block;
    width: 125px;
    height: 115px;
    padding: 8px 0;
    background-color: #a3641a;
    color: #081316;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.price-tag {
    font-family: "Playfair", serif;
    position: relative; 
    color: #081316;
    padding-top: 10px;
    padding-right: 25px;
    font-weight: 900;
    font-size: 48px;
    text-transform: uppercase;
}

/* countdown elements */

.cd-copy {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    padding-top: 25px;
    margin: auto 10px;
    z-index: 1;
}

.cd-container {
    flex-shrink: 1;       
    justify-content: space-between;     
    overflow: hidden;
    color: #a3641a;
    outline: 3px solid #674022;
    outline-offset: -1px;
    width: 100%;
    z-index: 3;
}

@media (min-width: 900px){
    .cd-container {
        width: 1280px;
  }
}

.cd-header {
    font-family: "Cormorant", serif;
    font-size: 1.75rem;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 4px double #a3641a;    
    user-select: none;
    z-index: 5;
}

.cd-timer {
    padding-top: 20px;
    font-family: "Playfair", serif;
    font-size: 4rem;
    font-weight: 300;
    user-select: none;  
}

.cd-timer.shrink {
    font-size: 3rem;
    transition: font-size 0.5s ease;
}

.cd-labels {
    font-family: "Cormorant", serif;
    font-size: 20px;
    font-weight: 900;
    user-select: none;        
}

.timebox {
    display: flex;
    gap: 20px;
    padding-bottom: 3%;
    font-family: "Cormorant", serif;
    font-size: 4rem;
    font-weight: 900;
    line-height: 5rem;
    user-select: none;
    z-index: 5;    
}

.time {
    text-align: center;
    padding-bottom: 1%;    
}

.cd-element {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 350px;
    padding-top: 50px;
    padding-bottom: 5px;
    z-index: 1;    
}

.cd-image {
    position: absolute;
    object-fit: cover;
    filter: blur(1.5px) brightness(60%);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%) scale(1.75);
    pointer-events: none;
    user-select: none;
}

/* tos */

.tos-element {
    background-color: #081316;
    border: 8px double #674022;
    padding-left: 50px;
    padding-right: 50px;
    color: #b0804c;
    justify-content: center;
    align-content: center;
}

.tos-copy {
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: auto 10px;
    translate: -10px 0px;    
}

.tos-content {
    list-style: none;
    font-family: "Hina Mincho", serif;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.tos-borders {
    border-bottom: 4px double #674022;
}

/* not found */

.notfound-element {
    background-color: #081316;
    justify-content: center;
    align-content: center;
}