/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* Custom animate speed */
:root{
    --animate-delay: 0.1;
    /* --animate-duration: 0.5; */
}

html {
    scroll-behavior: smooth;
}

.dark #header-wrap {
    /* background: linear-gradient(to bottom, #444444, #444444) !important;
    transition: all .25s ease-in-out; */
    /* background: #3C2C29 !important; */
    /* background: linear-gradient(to right, #7F5D00, #B1840C, #7F5D00) !important; */
    background: #000000 !important;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
}
.dark.footer {
    background: #000000;
}
/* Custom GoToTop Button Style*/
.stretched.dark #gotoTop{
    background-color: transparent;
}
/* 
#gotoTop::before{
    content: '';
    background-image: url("../images/ornament/TOP\ button.png");
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 130%;
}
 */

.color-black {
    color: var(--color1);
}
.color-white {
    color: var(--color2);
}
.color-gold {
    color: var(--color3);
}
.color-blue1 {
    color: var(--colorB1);
}
.color-blue2 {
    color: var(--colorB2);
}
.color-blue3 {
    color: var(--colorB3);
}

.button.button-facebook{
    background-color: #3d64aa;
    margin: 0;
    padding: 4px 5px;
}
.button.button-discord{
    background-color: #5865f2;
    margin: 0;
    padding: 4px 5px;
}
.button.button-facebook img, .button.button-discord img{
    width: 20px;
    height: 20px;
}


.header-yellow {
	color: var(--color5);
	font-size: 2.4rem;
	line-height: 2.4rem;
	position: relative;
}
.header-white {
	color: var(--color2);
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
}
.header-shadow {
    position: absolute;
    bottom: 0px;
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.1);
    left: 50%;
    transform: translateX(-50%);
}
.text-content {
	color: var(--color2);
	font-size: 1.4rem;
}

/* xs: phone - portrait */
/* default. no media */
.header-section{
    overflow: hidden;
    margin-bottom: 30px;
}

.header{
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
    font-weight: bold !important;
    text-shadow: -1px 3px 5px var(--color1);
    color: var(--color2);
}

.header-title {
    font-size: 2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
}
.header-title span::after {
    content: none; /* --- */
    background-image: url('../images/ornament/About.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 200px;
    height: 10px;
}

.header-subtitle label,
.header-subtitle {
    font-size: 1.8rem;
    line-height: 2rem;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
}

.white {
	color: #ffffff;
}
.button-custom{
    /* background-color: var(--colorB3); */
	background-image: url('../images/backgrounds/bg-button2-hover.png');
    font-size: 1.5rem;
    font-weight: normal;

    background-color: transparent;
    padding: 15px 40px;
    background-size: 100% 100%;
    background-position: top center;
	
	min-width: 140px;
    min-height: 55px;
    display: inline-block;
    /* margin: 0px; */
    background-repeat: no-repeat;
	
	color: var(--color4);
    transition: all 0.3s ease-in-out;
}
.button.button-custom:hover {
    /* background-color: rgba(var(--colorB1rgb, 0.4)) !important; */
	background-color: transparent;
	color: #ffffff;
	background-image: url('../images/backgrounds/bg-button2.png');
}

#header {
    display: none;
}

.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
    border-color: rgba(255, 255, 255, 0.6);
}

.stretched #gotoTop{
    background-color: transparent;
}


/* S4 STYLING */
.content-wrap {
    padding: 40px 0;
}
section {
    background-color: black;
}
.section-s4 {
    position: relative;
    background-color: black;
    z-index: 0;
    /* background: url('../images/s4/backgrounds/image 38297.png');
    background-color: black;
    background-size: auto 100%;
    background-position: center;
    background-repeat: repeat-y;
    background-attachment: fixed; */
}
.section-s4::before {
    content: '';

    background: url('../images/s4/backgrounds/image 38297.png');
    background-color: black;
    background-size: auto 100%;
    background-position: center;
    background-repeat: repeat-y;
    background-attachment: fixed;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    z-index: -1;
}
.section-title-outer {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 30px; */
    z-index: 5;
}
.section-form .section-title-outer {
    top: -80px;
    
    top: -50px;
    height: 60px;
}
.section-title {
    /* color: white; */
    /* filter: drop-shadow(0 0.3rem 0.15rem rgba(255, 255, 255, 0.8)); */
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
    text-shadow: 0px 1px 4px #F7FBFE;
    position: relative;
    
    /* SEASON 5 */
    /* color: black;
    background-color: white;
    padding: 10px 25px;
    clip-path: polygon(calc(0% + 15px) 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%); */

    /* SEASON 6 */
    /* color: #261F1E; */
    /* background: url('../images/s6/ornaments/Asset 1 3.png'); */
    background-size: 100% 100%;
    /* background-position: top center; */
    background-repeat: no-repeat;
    /* padding: 10px 20px 20px 20px; */

    /* SEASON 7 */
    /* background-image: url('../images/s7/ornaments/bg-title.png');
    color: #F7FBFE;
    text-shadow: 0px 2px 4px #261F1E; */
    
    /* SEASON 8 */
    /* background-image: url('../images/s8/orn/form-title-orn.png');
    background-position: center; */
    color: #F7FBFE;
    text-shadow: 0px 2px 4px #261F1E;
}
.section-form .section-title {
    padding: 70px 20px;
}
.section-form .section-title-inner {
    position: relative;
}
.section-form .section-title-inner::before {
    content: '';

	position: absolute;
    top: calc(50% - 4px);
    left: calc(50% + 10px);
    transform: translate(-50%, -50%);
	background-image: url('../images/s8/orn/form-title-orn.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: calc(100% + 80px);
    height: 100%;
}
/* .section-title-inner::before {
    content: '';

	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%) skew(-17deg);
	width: 5px;
	height: 100%;
	background: #F3A81D;
}
.section-title-inner::after {
    content: '';

	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%) skew(-17deg);
	width: 5px;
	height: 100%;
	background: #F3A81D;
} */
.button-s4-outer {
    clip-path: polygon(calc(0% + 19px) 0%, 100% 0%, calc(100% - 19px) 100%, 0% 100%);
    background-color: black;
    max-width: 240px;
    padding: 3px 5px;
    margin: auto;
}
.button-s4 {
    clip-path: polygon(calc(0% + 16px) 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
    background-color: var(--colorS4Yellow);
    color: black;

    position: relative;
    border: none !important;
    height: 45px;
    
    font-size: 1rem;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    margin: 0px;
}

/* S5 STYLING */
section {
    background-color: #261F1E;
}
.section-s5 {
    position: relative;
    background-color: #261F1E;
    z-index: 0;
    /* background: url('../images/s4/backgrounds/image 38297.png');
    background-color: black;
    background-size: auto 100%;
    background-position: center;
    background-repeat: repeat-y;
    background-attachment: fixed; */
}
.section-s5::before {
    content: '';

    background: url('../images/s5/backgrounds/Group 4723.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    z-index: -1;
}
/* .section-s5::after {
    content: '';

    background: url('../images/s5/backgrounds/Mask group.png');
    background-size: auto 100%;
    background-position: bottom center;
    background-repeat: no-repeat;

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    z-index: -1;
} */

/* S6 & S7 & S8 STYLING */
.section-s8,
.section-s7,
.section-s6 {
    position: relative;
    background-color: #261F1E;
    z-index: 0;
}
.section-s8::before {
    content: '';

    background: url('../images/s8/bg/bg-page.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}
.section-s6::before {
    content: '';

    background: url('../images/s6/backgrounds/Mask group.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    z-index: -1;
}
.section-s7::before {
    content: '';

    background: url('../images/s7/backgrounds/bg-page-pmjcs7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    z-index: -1;
}

.button-s6-outer {
    /* clip-path: polygon(calc(0% + 19px) 0%, 100% 0%, calc(100% - 19px) 100%, 0% 100%); */
    border-radius: 50px;
    background-color: black;
    max-width: 240px;
    padding: 3px 5px;
    margin: auto;
}
.button-s6-outer .button-s6 {
    /* clip-path: polygon(calc(0% + 16px) 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%); */
    border-radius: 50px;
    /* background: #D0925D; */
    background: #FDBB41;
    color: black;

    position: relative;
    /* border: none !important; */
    border: 4px solid white;
    height: 45px;
    
    font-size: 1rem;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    margin: 0px;
}

.section-s7 .orn-title {
    position: absolute;
    right: 50%;
    transform: translate(50%);
    top: 0px;
    width: 300px;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}
/* md: tablet */
@media (min-width: 768px) {
    .button.button-facebook{
        margin: 5px;
        padding: 4px 14px;
    }
    .button.button-discord{
        margin: 5px;
        padding: 4px 14px;
    }
}
/* lg: desktop */
@media (min-width: 992px) {
    .header{
        font-size: 6rem;
        line-height: 6rem;
        letter-spacing: 3px;
    }
    .header-title {
        font-size: 6rem;
        line-height: 6.5rem;
    }
    .header-title::after {
        bottom: -10px;
        transform: translateX(-50%);
        width: 400px;
        height: 20px;
    }
    .header-subtitle label,
    .header-subtitle {
        font-size: 3rem;
        line-height: 4.4rem;
        font-weight: 200;
    }
    #header {
        display: block;
    }
	
	.header-yellow {
		font-size: 3.5rem;
		line-height: 3.5rem;
	}
	.header-white {
		font-size: 2.6rem;
		line-height: 2.6rem;
	}
	.header-shadow {
		font-size: 10rem;
	}
	.text-content {
		font-size: 1.8rem;
	}

    .min-screen {
        min-height: calc(100vh - 186px);
    }

    .section-title {
        font-size: 3.5rem;
        line-height: 3.5rem;
        /* margin-top: 3rem; */
        /* text-shadow: 0px 2px 4px #F7FBFE; */
        /* padding: 20px 30px 30px 30px; */
        min-width: 250px;
    }
    .section-title.sm {
        font-size: 2.4rem;
        line-height: 2.4rem;
        /* padding: 10px 20px 10px 20px; */
        min-width: 250px;
    }
    /* .section-title-inner::before,
    .section-title-inner::after {
        transform: translateY(-50%) skew(-12deg);
        width: 10px;
    }
    .section-title-inner::before {
        right: -8px;
    }
    .section-title-inner::after {
        right: -23px;
    } */
    .section-title-inner::before {
        width: calc(100% + 150px);
        height: calc(100% + 40px);
    }

    /* S4 STYLING */
    section {
        padding-top: 120px;
    }
    .content-wrap {
        padding: 80px 0;
    }
    .section-s4,
    .section-s4::before {
        background-size: 100% auto;
    }

    /* S5 STYLING */
    /* .section-s5,
    .section-s5::before,
    .section-s5::after {
        background-size: 100% auto;
    } */

    .section-s7 .orn-title {
        top: 100px;
        width: 400px;
        /* transform: none; */
        /* right: 50px; */
    }
}
/* xl: wide */
@media (min-width: 1200px) {
}
/* super wide */
@media (min-width: 1440px) {
    /* .section-s7 .orn-title {
        right: 200px;
    } */
}

/* ANIMATION */
@-webkit-keyframes kenburn-zoom {
    0% {
      -webkit-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      -o-transform-origin: bottom left;
      transform-origin: bottom left;
      transform: scale(1.0);
      -ms-transform: scale(1.0);
      /* IE 9 */
      
      -webkit-transform: scale(1.0);
      /* Safari and Chrome */
      
      -o-transform: scale(1.0);
      /* Opera */
      
      -moz-transform: scale(1.0);
      /* Firefox */
    }

    100% {
      transform: scale(1.1);
      -ms-transform: scale(1.1);
      /* IE 9 */
      -webkit-transform: scale(1.1);
      /* Safari and Chrome */
      -o-transform: scale(1.1);
      /* Opera */
      -moz-transform: scale(1.1);
      /* Firefox */
    }
  }
