@font-face {
    font-family: rockmosh;
    src: url(fonts/rockmosh/Rockmosh.ttf);
  }

html {
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    font-family: rockmosh;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
}

.section-1{
    width: 100%;
    position: relative; 
}

.section-1 .section-1-bg-image{
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}

/*----------------- NAVBAR -------------------*/

.section-1 .navbar{
    position: relative;
    width: 100%;
    height: fit-content;
    z-index: 10;
    /* padding: 30px 30px; */
    /* border: 1px solid #fff; */
    border: thin transparent solid;

}

.section-1 .navbar .logo-container{
    position: absolute;
    margin: 0;
    top: 0;
    width: 13%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* border: 1px solid #b32626; */
    background-image: url('images/logo-circle.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.section-1 .navbar .logo-img{
    height: auto;
    width: 25%;
    margin-top: 15%;
}

.inner-navbar{
    width: calc(100% - (2%*2));
    height: calc(100% - 2.9%);
    margin-top: 2.9%;
    margin-left: 2%;
    margin-right: 2%;
    /* background-color: aqua; */
    display: flex;
    flex-direction: row;
    /* border: 1px solid #fff; */
    justify-content: space-between;
}

.inner-navbar .left-inner-navbar{
    width: calc(50% - (13% / 2));
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #442525; */
}

.inner-navbar .right-inner-navbar{
    width: calc(50% - (13% / 2));
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #442525; */
}

.inner-navbar .menu-frame-border{
    /* width: 120px; */
    width: 18%;
    height: 100%;
    margin-top: 0.13vw;
}

.inner-navbar .menu-text-divider{
    width: 15%;
    height: 40%;
    transform: translateY(-25%);
}

.inner-navbar .menu-logo-divider{
    width: 20%;
    height: 40%;
    transform: translateY(-25%);
}

.inner-navbar .nav-links{
    text-decoration: none;
    color: #fff;
    /* font-size: 16px; */
    font-size: 1.04vw;
}

.section-1 .home-intro{
    position: relative;
    z-index: 10;
    /* border: 1px solid #fff; */
    margin-top: 42%;
}

.section-1 .home-intro-divider{
    text-align: center;
}

.section-1 .home-intro-divider img{
    width: 55%;
}

.section-1 .welcome-heading{
    /* border: 1px solid #ccc; */
    color: #693c37;
    text-align: center;
    background-image: url('images/hunter-text-bg-sign.png');
    background-repeat: no-repeat;
    background-size: 10% 90%;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5% 0;
}

.welcome-text{
    /* font-size: 22px; */
    font-size: 1.3vw;
    transform: translateY(30%);
    font-weight: bold;
}

.hunter-heading{
    /* font-size: 80px; */
    font-size: 4.16vw;
    background: #641E1E;
    background: linear-gradient(to top, #641E1E 0%, #A10F0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.context-heading{
    /* border: 1px solid #ccc; */
    text-align: center;
    /* font-size: 25px; */
    font-size: 1.5vw;
    color: #693c37;
    letter-spacing: 0.65vw;
    padding: 0.4% 0;
}

.heading-divider{
    text-align: center;
}

.heading-divider img{
    width: 22%;
}

.welcome-lines{
    text-align:center;
    color: #681717;
    /* font-size: 25px; */
    font-size: 1.5vw;
    font-weight: 400;
    letter-spacing: 0.3vw;
    font-weight: bold;
    line-height: 10px;
}

@media screen and (max-width: 800px){
    .inner-navbar{
        width: 0;
        visibility: hidden;
        margin-bottom: 4.5vw;
    }
}

/* @media screen and (max-width: 1200px){
    .welcome-text{
        font-size: 20px;
        letter-spacing: 5px;
    }
    .hunter-heading{
        font-size: 62px;
    }
    .context-heading{
        font-size: 25px;
        letter-spacing: 5px;
    }
    .welcome-lines{
        font-size: 20px;
    }
} */

@media screen and (min-width: 2500px){
    .inner-navbar .nav-links{
        font-size: 30px;
    }
    /* .welcome-text{
        font-size: 40px;
        letter-spacing: 10px;
    }
    .hunter-heading{
        font-size: 130px;
    }

    .context-heading{
        font-size: 45px;
    }

    .welcome-lines{
        font-size: 50px;
    } */
}

@media screen and (min-width: 3800px){
    .inner-navbar .nav-links{
        font-size: 45px;
    }
    /* .welcome-text{
        font-size: 55px;
    }
    .hunter-heading{
        font-size: 200px;
    }

    .context-heading{
        font-size: 80px;
    }
    .welcome-lines{
        font-size: 70px;
        letter-spacing: 10px;
    } */
}


/* Section 2 */

.section-2{
    width: 100%;
    position: relative; 
}

.section-2 .section-2-bg-image{
    position: absolute;
    width: 100%;
    z-index: 8;
    top: 0;
    left: 0;
    transform: translateY(-9%);
}

.explore-heading{
    position: relative;
    z-index: 10;
    padding-top: 18%;
    display: flex;
    flex-direction: column;
}

.explore-heading p{
    margin:0;
    /* font-size: 50px; */
    font-size: 2.85vw;
    margin-left: 5%;
    color:#a2968e;
}

.explore-heading span{
    /* font-size: 40px; */
    font-size: 2.33vw;
}

.about-text {
    position: relative;
    z-index: 10;
    margin-top: 10%;
    color:#d3cac4;
    margin-left: 5%;
    transform: translateY(10%);
}

.about-text p{
    margin: 0;
    /* font-size: 30px; */
    font-size: 1.81vw;
}

.about-text span{
    /* font-size: 100px; */
    font-size: 5.45vw; 
    margin: 0;
}

.about-paragraph{
    transform: translateY(-10%);
}

.about-paragraph p{
    line-height: 2.33vw;
}

.about-text-border{
    width: 52%;
}

.gallery-heading{
    position: relative;
    z-index: 10;
    padding-top: 6%;
    text-align: center;
}

.gallery-heading p{
    /* font-size: 70px; */
    font-size: 3.9vw;
    color:#b2a49b;
}

.gallery-heading span{
    /* font-size: 45px; */
    font-size: 2.6vw;
}


.gallery-heading img{
    width: 40%;
    transform: translateY(-120%);
}

.gallery-div{
    position: relative;
    z-index: 10;
}

.gallery-div p:first-child{
    margin-top: -2%;
}

.gallery-div p{
    color:#d3cac4;
    /* color: #A10F0F; */
    /* font-size: 25px; */
    font-size: 1.55vw;
    text-align: center;
    margin: 0 5%
    
}

.carousel-container{
    /* border: 1px solid #fff; */
    width: 100%;
    /* height: 400px; */
    height: calc(100vw/3.5);
    margin-top: 7vh;
    position: relative;
}

/* @media screen and (orientation: landscape) {
    .carousel-container{
        height: 60vh;
    }
}

@media screen and (orientation: portrait) {
    .carousel-container{
        height: 15vh;
    }
} */

.gallery-cell {
    position: relative;
    width: 40%;
    height: calc(100vw/3.5);
    margin-right: 0.77vw;
    /* background: #8C8; */
    /* counter-increment: gallery-cell; */
    /* transition: transform 0.3s ease; */
}

.carousel-img{
    width: 100%;
    height: 100%;
}

.carosuel-img-border{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-cell .carousel-img, 
.gallery-cell .carosuel-img-border{
    transform: scale(0.9, 0.8);
}

.gallery-cell.is-enlarged .carousel-img, 
.gallery-cell.is-enlarged .carosuel-img-border{
    transform: scale(1);
}

.gallery-box{
    text-align: center;
    margin-top: 1%;
    position: relative;
}

.gallery-box img{
    width: 25%;
}

.gallery-box::before{
    content: 'Gallery';
    display: block;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    /* font-size: 35px; */
    font-size: 2.1vw;
    color: #b5a793;
}

.flickity-prev-next-button {
    width: 2.60vw !important; /* Adjust the width as needed */
    height: 2.60vw  !important; /* Adjust the height as needed */
}
  
/* Optionally, hide the default SVG arrows */
.flickity-button-icon {
    display: none;
}

.flickity-button.flickity-prev-next-button.next {
    background: url('images/next-icon.png') no-repeat center center !important;
    background-color: transparent !important;
    background-size: contain !important;
}

.flickity-button.flickity-prev-next-button.previous{
    background: url('images/prev-icon.png') no-repeat center center !important;
    background-color: transparent !important;
    background-size: contain !important;
}

/* .flickity-button:hover.flickity-prev-next-button{
    background-color: #fff !important;
} */


@media screen and (max-width: 1200px){
    /* .about-text p{
        font-size: 22px;
    }
    .about-text span{
        font-size: 55px;
    }
    .about-paragraph{
        transform: translateY(-6%);
    }
    .about-paragraph p{
        line-height: 30px;
    }
    .gallery-heading{
        margin-top: 7%;
    }
    .gallery-heading p{
        font-size: 50px;
    }
    .gallery-heading span{
        font-size: 32px;
    }
    .gallery-div p{
        font-size: 20px;
    }
    .carousel-container{
        height: 350px;
    }
    .gallery-box::before{
        font-size: 30px;
    } */
}

@media screen and (min-width: 2500px){
    /* .explore-heading p{
        font-size: 100px;
    }
    .explore-heading span{
        font-size: 80px;
    }
    .about-text p{
        font-size: 50px;
    }
    .about-text span{
        font-size: 150px;
    }
    .about-paragraph p{
        line-height: 50px;
    }
    .gallery-heading{
        margin-top: 8%;
    }
    .gallery-heading p{
        font-size: 120px;
    }
    .gallery-heading span{
        font-size: 70px;
    }
    .gallery-div p{
        font-size: 50px;
    }
    .carousel-container{
        height: 650px;
    }
    .gallery-box::before{
        font-size: 60px;
    } */
}

@media screen and (min-width: 3800px){
    /* .explore-heading p{
        font-size: 150px;
    }
    .explore-heading span{
        font-size: 120px;
    }
    .about-text p{
        font-size: 75px;
    }
    .about-text span{
        font-size: 220px;
    }
    .about-paragraph p{
        line-height: 75px;
    }
    .gallery-heading{
        margin-top:9%;
    }
    .gallery-heading p{
        font-size: 180px;
    }
    .gallery-heading span{
        font-size: 110px;
    }
    .gallery-div p{
        font-size: 70px;
    }
    .carousel-container{
        height: 900px;
    }
    .gallery-box::before{
        font-size: 80px;
    } */
}

/* Section 3 */

.section-3{
    width: 100%;
    position: relative; 
}

.section-3 .section-3-bg-image{
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    transform: translateY(-40%);
}

.character-section-title{
    position: relative;
    z-index: 10;
    /* border: 1px solid #ccc; */
    text-align: center;
    padding-top: 15%;
}

.character-title-border{
    width: 20%;
}

.character-section-title-heading{
    color: #a2968e;
    /* font-size: 60px; */
    font-size: 3.95vw;
    font-weight: 400;
    margin: 1% 0;
}

.character-section-title-heading span{
    /* font-size: 40px; */
    font-size: 2.60vw;
}

.character-title-divider{
    width: 35%;
    margin-bottom: 1%;
}

.character-title-paragraph{
    color: #681717;
    /* font-size: 25px; */
    font-size: 1.62vw;
    line-height: 0px;
    letter-spacing: 0.13vw;
    font-weight: bold;
}

/* @media screen and (max-width: 1200px){
    .character-section-title-heading{
        font-size: 50px;
    }
    .character-section-title-heading span{
        font-size: 35px;
    }
    .character-title-paragraph{
        font-size: 20px;
    }
}

@media screen and (min-width: 2500px){
    .character-section-title-heading{
        font-size: 110px;
    }
    .character-section-title-heading span{
        font-size: 70px;
    }
    .character-title-paragraph{
        font-size: 50px;
    }
}

@media screen and (min-width: 3800px){
    .character-section-title-heading{
        font-size: 180px;
    }
    .character-section-title-heading span{
        font-size: 90px;
    }
    .character-title-paragraph{
        font-size: 75px;
    }
} */

/* Section 4 */

.section-4{
    width: 100%;
    position: relative; 
}

.section-4 .section-4-bg-image{
    position: absolute;
    width: 100%;
    z-index: 8;
    top: 0;
    left: 0;
    transform: translateY(1.5%);
}
  
.character-img-container{
    position: relative;
    z-index: 8;
    /* height: 500px; */
    /* border: 1px solid #ccc; */
    text-align: center;
    margin-top: -11%;
}

.character-img{
    width: 68%;
}

.character-name-container{
    text-align: center;
    position: relative;
    z-index: 10;
}

.character-name-box{
    width: 55%;
}

.character-name{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 35%);
    /* font-size: 35px; */
    font-size: 2.27vw;
    margin: 0;
    color: #c1b3a7;
    letter-spacing: 0.195vw;
}

.character-title{
    /* font-size: 40px; */
    font-size: 2.60vw;
    margin: 0.3% 0;
}

.character-title-divider{
    width: 35%;
}

.character-title-small{
    /* font-size: 28px; */
    font-size: 1.3vw;
    font-weight: 600;
    margin: 0 0;
}

/* @media screen and (max-width: 1200px){
    .character-name{
        font-size: 25px;
        transform: translate(-50%, 50%);
    }
    .character-title{
        font-size: 32px;
    }
    .character-title-small{
        font-size: 22px;
    }
}

@media screen and (min-width: 2500px){
    .character-name{
        font-size: 50px;
        transform: translate(-50%, 50%);
    }
    .character-title{
        font-size: 55px;
    }
    .character-title-small{
        font-size: 40px;
    }
}
@media screen and (min-width: 3800px){
    .character-name{
        font-size: 80px;
        transform: translate(-50%, 45%);
    }
    .character-title{
        font-size: 85px;
    }
    .character-title-small{
        font-size: 60px;
    }
} */

/* Section 5 */
.section-5{
    width: 100%;
    position: relative; 
}

.section-5 .section-5-bg-image{
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    transform: translateY(-33%);
}

.info-section{
    position: relative;
    z-index: 10;
    /* border: 1px solid #ccc; */
    padding-top: 6.8%; 
}

.coming-out-text{
    text-align: center;
    color: #b4a894;
    /* font-size: 30px; */
    font-size: 1.95vw;
    letter-spacing: 1.95vw;
    margin-bottom: 16%;
}
  
.coming-year{
    /* border: 1px solid #ccc; */
}

.coming-year p{
    text-align: center;
    /* font-size: 200px; */
    font-size: 13vw;
    color: #afa492;
    margin: 0;
    
}

.newsletter-section{
    text-align: center;
    margin-top: 5%;
}

.subscribe-text{
    color: #75625e;
    /* font-size: 28px; */
    font-size: 1.82vw;
    margin-top: 0;
    letter-spacing: 3px;
}

.up-to-date-text{
    color: #b4a894;
    /* font-size: 42px; */
    font-size: 2.73vw;
    margin: 0;
    letter-spacing: 5px;
    margin-top: -1%;
}

.email-form{
    margin-top: 1.95vw;
}

.email-form form{
    display:flex;
    justify-content: center;
    
}

.email-box{
    position: relative;
    width: 40%;
    padding: 0 25px;
    height: 50px;
}

.email-box input{
    background: transparent;
    position: relative;
    /* border: 0;
    outline: 0; */
    font-size: 25px;
    font-family: rockmosh;
    padding: 5px 8% 0 8%;
    width: calc(100% - (8% * 2));
    height: 100%;
    caret-color: #68100a;
    color: #746b5e;

}

input::placeholder{
    padding: 0;
    margin: 0;
}

.email-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.learn-more-btn{
    position: relative;
    width: 15%;
    height: 60px;
    margin-left: 35px;
}

.learn-more-btn button{
    width: 100%;
    background-color: transparent;
    background-image: url('images/learn-more-btn.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    font-size: 25px;
    font-family: rockmosh;
    color: #746b5e;
    padding-top: 5px;
}


.newsletter-divider{
    width: 20%;
    margin-top: 5%;
}

.cookie-text{
    /* font-size: 25px; */
    font-size: 1.62vw;
    color: #b4a894;
    font-weight: 300;
}

.cookie-text p:nth-child(1){
    margin-bottom: 2.5%;;
}

.cookie-text p{
    line-height: 0.65vw;
}

.cookie-text p:last-child{
    margin-top: 3%;
    /* font-size: 30px; */
    font-size: 2.5vw;
    text-decoration: underline;
    text-decoration-style: solid;
}

.trademark-logo{
    font-size: 12px;
}

.company-images{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2%;
}


.bloodpath-logo{
    width: 15%;
    /* border: 1px solid #ccc; */
}

.company-logo{
    width: 10%;
    /* border: 1px solid #ccc; */
    margin-left: 5%;
}

/* @media screen and (max-width: 1200px){
    .coming-out-text{
        font-size: 25px;
    }
    .coming-year p{
        font-size: 150px;
    }
    .subscribe-text{
        font-size: 20px;
    }
    .up-to-date-text{
        font-size: 32px;
    }
    .email-box{
        height: 40px;
    }
    .email-box input{
        font-size: 20px;
    }
    .learn-more-btn{
        height: 47px;
    }
    .learn-more-btn button{
        font-size: 20px;
    }
    .cookie-text{
        font-size: 18px;
    }
    .cookie-text p:last-child{
        margin-top: 2%;
        font-size: 20px;
    }
}

@media screen and (min-width: 2500px){
    .coming-out-text{
        font-size: 50px;
    }
    .coming-year p{
        font-size: 320px;
    }
    .subscribe-text{
        font-size: 50px;
    }
    .up-to-date-text{
        font-size: 80px;
    }
    .email-box{
        height: 85px;
    }
    .email-box input{
        font-size: 40px;
    }
    .learn-more-btn{
        height: 95px;
    }
    .learn-more-btn button{
        font-size: 40px;
    }
    .cookie-text{
        font-size: 40px;
    }
    .cookie-text p:last-child{
        font-size: 50px;
    }
}

@media screen and (min-width: 3800px){
    .coming-out-text{
        font-size: 75px;
    }
    .coming-year p{
        font-size: 500px;
    }
    .subscribe-text{
        font-size: 80px;
    }
    .up-to-date-text{
        font-size: 120px;
    }
    .email-box{
        height: 120px;
    }
    .email-box input{
        font-size: 60px;
    }
    .learn-more-btn{
        height: 140px;
    }
    .learn-more-btn button{
        font-size: 60px;
    }
    .cookie-text{
        font-size: 60px;
    }
    .cookie-text p:last-child{
        font-size: 75px;
    }
} */

/* Section 6 */
.section-6{
    width: 100%;
    position: relative; 
    z-index: 10;
}

.social-links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    margin-top: 5%;
}

.youtube-logo img{
    /* width: 30px; */
    width: 1.95vw;

}

.website-logo img{
    /* width: 12px; */
    width: 1.95vw;
}

.twitter-logo img{
    /* width: 25px; */
    width: 1.63vw;
}

.instagram-logo img{
    /* width: 30px; */
    width: 1.95vw;
}

.section-6 p{
    font-size: 1.04vw;
    text-align: center;
    color: #fff;
    letter-spacing: 0.97vw;
}

@media screen and (max-width: 1200px){
    /* .social-links{
        margin-top: 3%;
    } */
    .youtube-logo img{
        width: 20px;
    }
    .facebook-logo img{
        width: 10px;
    }
    .twitter-logo img{
        width: 15px;
    }
    
    .instagram-logo img{
        width: 20px;
    }
    /* .section-6 p{
        font-size: 13px;
        letter-spacing: 10px;
    } */
}

/* @media screen and (min-width: 2500px){
    .youtube-logo img{
        width: 50px;
    }
    .facebook-logo img{
        width: 30px;
    }
    .twitter-logo img{
        width: 45px;
    }
    
    .instagram-logo img{
        width: 50px;
    }
    .section-6 p{
        font-size: 30px;
        letter-spacing: 20px;
    }
}

@media screen and (min-width: 3800px){
    .youtube-logo img{
        width: 70px;
    }
    .facebook-logo img{
        width: 40px;
    }
    .twitter-logo img{
        width: 65px;
    }
    
    .instagram-logo img{
        width: 70px;
    }
    .section-6 p{
        font-size: 40px;
        letter-spacing: 30px;
    }
} */
