:root {
    --primary-color: #194ca0;
}

@font-face {
    font-family: "Heading-Pro-Wide";
    src: url("../fonts/heading_pro_wide/Heading-Pro-Wide-Black-trial.ttf");
    font-weight: normal;
    font-style: normal;
}

.video-container {
    margin: 0;
    padding: 0;
    background-color: var(--primary-color);
    max-height: 100vh !important;
    position: relative;
    overflow-y: hidden !important;
}

.pill-container {
    padding: 3rem !important;
    margin-bottom: -1rem !important;
}

.mlarger {

    margin-bottom: -.5rem !important;
}

.warningZone {

    margin-bottom: -.5rem !important;
}

.section {

    margin-bottom: -.5rem !important;
}

.portionContainer {

    margin-bottom: -.5rem !important;
}

.video-container {
    margin-top: 100px !important;
}

@media screen and (max-width: 801px) {
    .video-container {
        /* min-height: 40vh; */
    }
}

@media screen and (max-width: 651px) {
    .video-container {
        /* min-height: 22vh; */
    }
}


.andamanGold .gray-link.active {
    background-color: #fff !important;
    color: #454c50;
}

.andamanGold .red-link.active {
    background-color: #fff !important;
    color: #a42c31;
}

.andamanGold .gray-link.active {
    background-color: #fff !important;
    color: #454c50;
}

.bottle-div {
    padding-top: 100px;
    position: relative;
    z-index: 10;

}

.larger-span-1,
.larger-span-2 {
    font-family: "Heading-Pro-Wide";
    font-size: 130px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 10;
    z-index: -1;
}

.larger-span-1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    -webkit-text-fill-color: #082454;
}

.larger-span-2 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    -webkit-text-fill-color: #082454;
    transition: 1s fade-in;
}

.larger-span-3 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    -webkit-text-fill-color: #082454;
    transition: 1s fade-in;
}

.bottle-div:hover .larger-span-1,
.bottle-div:hover .larger-span-3 .bottle-div:hover .larger-span-2 {
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    font-weight: 100;
    text-shadow: 0 0 2px #194ca0, 0 0 5px #194ca0, 0 0 10px #194ca0,
        0 0 15px #194ca0, 0 0 15px rgb(167, 165, 165),
        0 0 10px rgb(167, 165, 165), 0 0 10px rgb(167, 165, 165),
        0 0 10px rgb(167, 165, 165);
}

.bottle-div .carousel-item {
    width: 100%;

}

.bottle-div .carousel-item.active {
    justify-content: center;
    /* align-items: center; */
    display: flex;
}

.bottle-div .carousel-item img {
    margin-bottom: 100px;
    /* height: 800px; */
    object-fit: cover;
}

.carousel-indicators {
    margin-bottom: 90px;
}

@media screen and (max-width: 1200px) {

    .larger-span-1,
    .larger-span-2 {
        font-size: 110px;
    }
}

@media screen and (max-width: 900px) {

    .larger-span-1,
    .larger-span-2 {
        font-size: 90px;
    }

    .bottle-div {
        position: relative;
        z-index: 10;

    }

    .bottle-div .carousel-item img {
        margin-bottom: 50px;
    }

    .carousel-indicators {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 800px) {

    .larger-span-1,
    .larger-span-2 {
        font-size: 90px;
    }

    .bottle-div {
        position: relative;
        z-index: 10;

    }

    .bottle-div .carousel-item img {
        max-height: 600px;
        margin-bottom: 50px;
    }

    .carousel-indicators {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 700px) {

    .larger-span-1,
    .larger-span-2 {
        font-size: 55px;
    }

    .bottle-div {
        position: relative;
        z-index: 10;

    }

    .bottle-div .carousel-item img {
        height: 600px;
        margin-bottom: 50px;
    }

    .carousel-indicators {
        margin-bottom: 50px;
    }
}

.portionContainer .nav-item {
    background-color: transparent;
}

.portionContainer .nav-item .nav-link {
    color: #fff;
}

.portionContainer .nav-item .nav-link.active {
    background-color: rgba(219, 219, 219, 0.383) !important;
}

.portionText {
    padding: 30px 30px 20px 30px;
    border-radius: 10px;
    background-color: rgba(219, 219, 219, 0.383) !important;
    margin: auto;
}

.portionText p {
    color: #fff;
}

.warningZone {
    background: linear-gradient(#194ca0, #163871);
    padding: 100px 0;
    /* overflow-x: hidden; */
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

.circle-path {
    right: -810px !important;
    border: 3px dashed #fff;
}

.circle-bg-light {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
}

.header-2-bold {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}

.header-3 {
    font-style: normal;
    font-weight: 900;
    font-size: 3em;
    line-height: 50px;
    letter-spacing: 0.08em;
}

@media (max-width: 768px) {
    .header-3 {
        font-size: 2em;
    }
}

.header-3-div {
    width: 571px;
    height: 128px;
}

.header-4 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.16em;
}

.header-4-bold {
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.16em;
}

.header-5 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.16em;
}

.header-6 {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
}

.header-7 {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
}

.header-8 {
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 26px;
}

.header-4-div {
    width: 544.83px;
    height: 27.19px;
}

.card-text-size {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    bottom: 2rem;
    left: 2.3rem;
}

.position-2 {
    top: 9rem;
    left: 2rem;
}

.position-3 {
    top: 3rem;
    left: 3rem;
}

.success-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border: none;
    color: #194ca0;
    padding: 8px 35px;
    background: #ffffff;
    border-radius: 8px;
}

.success-btn:hover {
    color: #194ca0;
}

.card-0 {
    width: 136.99px;
    height: 237px;
    border-radius: 25px;
    position: relative;
    z-index: 100;
}

.bg-blue {
    background: linear-gradient(180deg,
            #194ca0 63.77%,
            rgba(38, 152, 240, 0.5));
}

.card-1 {
    width: 136.99px;
    height: 104.57px;
    border-radius: 25px;
    position: relative;
    z-index: 100;
}

.bg-light-blue {
    background-image: linear-gradient(60deg,
            rgb(86, 136, 245),
            rgba(0, 0, 0, 0.1));
}

.wave-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 136.99px;
    height: 104.57px;
    border-radius: 25px;
}

.wave-container-energy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 136.99px;
    height: 237px;
    border-radius: 25px;
}

.wave-content {
    position: relative;
    z-index: 10;
}

.wave {
    position: relative;
    width: 100%;
    height: 100%;
}

.wave:before,
.wave:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.wave-container:hover .wave:after {
    border-radius: 40%;
    background: rgb(60, 93, 241);
    animation: animate 5s linear infinite;
}

.wave-container-energy:hover .wave:after {
    border-radius: 40%;
    background-color: rgb(86, 136, 245);
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(180deg);
    }
}

/* Circular Motion */
.beer {
    position: relative;
    top: -8.5rem !important;
    right: -14%;
    z-index: 20;
    height: 477px;
    /* height: 650px; */
}

#circular-box {
    z-index: 20;
    margin: 0;
    height:auto; 
    display: flex;
    align-items: center;
    justify-content: right;
    position: absolute;
    right: 20%;
    top: 16%;
}

.main_box {
    width: 5px;
    height: 5px;
    /* background-color: red; */
    position: relative;
    transition: all 0.3s ease-out;
    top: -8.5rem;
    right: -22%;
}

.circle-container {
    position: relative;
}

.circle-path {
    width: 900px;
    height: 900px;
    border-radius: 50%;
    position: relative;
    right: -105% !important;
    top: -130px;
    z-index: 0;
}

.circle-border-light {
    border: 3px dashed whitesmoke;
}

.main_box * {
    transition: all 0.3s ease-out;
}

.proBox {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4rem;
    /* margin-bottom: 50px; */
    /* border: dotted 1px white; */
    z-index: 15;
    background: #194ca0 !important;
}

.proBox figure {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    /* background-blend-mode: darken; */
    /* background-color: rgba(0,0,0,0.8); */
    /* clip-path: polygon(0%,15%,100%,0%,100%,0%,85%); */
    clip-path: circle(50%);
}

.proBox.active figure {
    background-blend-mode: initial;
}

.proBox:nth-child(1) {
    /* transform: translate(300%,-50%) rotate(-180deg); */
    transform: translate(300%, -50%) rotate(-180deg);
}

.proBox:nth-child(2) {
    transform: translate(205%, -305%) rotate(-225deg);
}

.proBox:nth-child(3) {
    transform: translate(-50%, -400%) rotate(-270deg);
}

.proBox:nth-child(4) {
    transform: translate(-300%, -300%) rotate(-315deg);
}

.proBox:nth-child(5) {
    transform: translate(-400%, -50%) rotate(0deg);
}

.proBox:nth-child(6) {
    transform: translate(-305%, 205%) rotate(-45deg);
}

.proBox:nth-child(7) {
    transform: translate(-50%, 300%) rotate(-90deg);
}

.proBox:nth-child(8) {
    transform: translate(200%, 200%) rotate(-135deg);
}

/* Andaman Gold Tap Pane */
.andamanGold {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.548) !important;
    border: solid 1px #fff;
    border-radius: 5px;
}

.andamanGold li .nav-link {
    color: #fff;
}

.andamanGold li {
    padding: 4px;
}

.andamanGold .blue-link.active {
    background-color: #fff !important;
    color: #194ca0;
}

.andamanGold .red-link.active {
    background-color: #fff !important;
    color: #a42c31;
}

.andamanGold .gray-link.active {
    background-color: #fff !important;
    color: #454c50;
}

.andamanGoldClassic {
    font-size: x-large;
}

.fp-watermark {
    display: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: white !important;
}

.content-left-title {
    margin-top: 50px !important;
    /* margin-bottom: 25px; */
}

#content-left>enfold-animate>p {
    padding-top: 0px !important;
    margin: 0 !important;
    margin-top: 100px !important;
}

@media screen and (max-width:992px){

#content-left>enfold-animate>p {
    margin-top: 30px !important;
}

}
@media screen and (max-width: 992px) and (min-width: 481px){
.responsible-producer {
    font-size: 35pt !important;
    line-height: 35pt !important;
}

.bs_warning_wave {
    padding-right: 0px !important;
    padding-top: 1px !important;
}

.card-0 {
    width: 110px;
    height: 237px;
    border-radius: 25px;
    position: relative;
    z-index: 100;
}

.wave-container-energy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 110px;
    height: 237px;
    border-radius: 25px;
}
.header-6 {
    font-size: 22px;
}
.header-8 {
    font-size: 11px !important;

}
.card-1 {
    width: 100px;
    height: 104.57px;
    border-radius: 25px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
}
.wave-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100px;
    height: 104.57px;
    border-radius: 25px;
}
.position-2 {
    left: 1.2rem;
}
.position-3 {
    top: 3rem;
    left: 1.5rem;
}
}
/* .responsible-producer {
    font-size: 30pt !important;
    line-height: 35pt !important;
    font-weight: 900;
    letter-spacing: 3px;
} */



@media (min-width: 1920px) {
    .alchoholPercentRatio {
        padding-left: 300px !important;
    }
}

@media only screen and (max-width: 1919px) and (min-width: 1201px) {
    .slider-sec {
        padding-top: 10rem !important;
    }

    .alchoholPercentRatio {
        padding-left: 71px;
    }

    .play {
        width: 50px !important;
        height: 50px !important;
    }
}

@media only screen and (max-width: 819px) and (min-width: 481px) {
    #circular-box {
        z-index: 20;
        margin: 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: right;
        position: absolute;
        right: 6%;
        top: 5%;
    }

    .circle-path {
        width: 814px;
        height: 899px;
        border-radius: 50%;
        position: relative;
        right: -98% !important;
        top: -130px;
        z-index: 0;
    }

    .beer {
        position: relative;
        top: -8.5rem !important;
        right: -8%;
        z-index: 20;
        height: 500px;
    }

    .main_box {
        width: 5px;
        height: 5px;
        /* background-color: red; */
        position: relative;
        transition: all 0.3s ease-out;
        top: -8.5rem;
        right: -18%;
    }

    .wave-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        width: 120.0px;
        height: 104.57px;
        border-radius: 25px;
    }

    .wave {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .card-1 {
        width: 120.0px;
        height: 104.57px;
        border-radius: 25px;
        position: relative;
        z-index: 100;
    }

    .card-0 {
        width: 120.0px;
        height: 237px;
        border-radius: 25px;
        position: relative;
        z-index: 100;
    }

    .wave-container-energy {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        width: 120px;
        height: 237px;
        border-radius: 25px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 820px) {
    .slider-sec {
        /* padding-top:90rem !important; */
        padding-top: 10rem !important;
    }

    #circular-box {
        z-index: 20;
        margin: 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: right;
        position: absolute;
        right: 6%;
        top: 0%;
    }

    .circle-path {
        width: 814px;
        height: 899px;
        border-radius: 50%;
        position: relative;
        right: -98% !important;
        top: -130px;
        z-index: 0;
    }

    .beer {
        position: relative;
        top: -8.5rem !important;
        right: -11%;
        z-index: 20;
        height: 500px;
    }

    .main_box {
        width: 5px;
        height: 5px;
        /* background-color: red; */
        position: relative;
        transition: all 0.3s ease-out;
        top: -8.5rem;
        right: -18%;
    }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
.card-0 {
    width: 121px;
    height: 237px;
    border-radius: 25px;
    position: relative;
    z-index: 100;
}

.wave-container-energy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 121px;
    height: 237px;
    border-radius: 25px;
}
.card-1 {
    width: 121px;
    height: 104.57px;
    border-radius: 25px;
    position: relative;
    z-index: 100;
}
.wave-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 121px;
    height: 104.57px;
    border-radius: 25px;
}

    .warningZone {
        /* background: linear-gradient(#194ca0, #163871); */
        padding-top: 34rem !important;
        /* overflow-x: hidden; */
    }
    

.responsible-producer {
    font-size: 26pt !important;
    font-weight: 26pt !important;
        line-height: 28pt !important;
    
}

    #circular-box {
        z-index: 20;
        margin: 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: right;
        position: absolute;
        right: 35%;
        top: 190% !important;
    }

    .slider-sec {
        padding-top: 60rem !important;
    }

    .larger-span-1 {
        position: absolute;
        top: 34%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-text-stroke: 1px rgb(255, 255, 255);
        -webkit-text-fill-color: #5b2026;
    }

    .larger-span-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-text-stroke: 1px rgb(255, 255, 255);
        -webkit-text-fill-color: #5b2026;
    }

    .larger-span-3 {
        position: absolute;
        top: 67%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-text-stroke: 1px rgb(255, 255, 255);
        -webkit-text-fill-color: #5b2026;
    }

    .larger-span-1,
    .larger-span-2,
    .larger-span-3 {
        font-size: 45px !important;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 10;
        z-index: -1;
    }

    .spo {
        width: 80% !important;
    }

    .beer {
        /* position: relative; */
        /* top: -8.5rem !important; */
        right: -15% !important;
        /* z-index: 20; */
        /* height: 650px; */
    }
}

@media p {
    .main_box {
        top: -7.5rem;
        right: -16%;
    }

    .proBox {
        padding: 3.4rem !important;
    }

    .beer {
        height: 440px
    }

    #circular-box {
        top: 10%;
    }

    .circle-path {
        width: 720px;
        height: 720px;
    }

    .warningZone {
        padding-top: 5rem !important;
        padding-bottom: 4rem !important;
        
    }

    .play {
        width: 70px !important;
        height: 70px !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 431px) {
    .warningZone {
        padding-top: 5rem !important;
    }
    

    .card-0 {
        width: 100px;
    }

    .wave-content-container {
        margin-right: 2rem !important;
    }

    .wave-container-energy {
        width: 100px;
    }

    .card-1 {
        width: 100px;
    }

    .wave-container {
        width: 100px;
    }

    .header-7 {
        font-size: 14px;
    }

    .card-text-size {
        font-size: 14px;
        line-height: 26px;
    }

    .position-3 {
        top: 3rem;
        left: 1rem;
    }

    .header-8 {
        font-size: 10px;
    }

    .header-6 {
        font-size: 20px;
    }

    #circular-box {
        right: 0%;
        top: 12%;
    }

    .larger-span-1,
    .larger-span-2,
    .larger-span-3 {
        font-size: 100px !important;
    }

    .carousel-indicators {
        margin-bottom: 50px !important;
    }

    .play {
        width: 65px !important;
        height: 65px !important;
    }
}

@media only screen and (max-width: 430px) and (min-width: 100px) {
    .warningZone {
        padding-top: 4rem !important;
    }

    .larger-span-1,
    .larger-span-2,
    .larger-span-3 {
        font-size: 45px !important;
    }

    .card-1 {
        margin-left: 0px !important;
    }

    .card-1.left {
        margin-left: 0px !important;
    }

    #circular-box {
        right: -135%;
    top: -93rem !important;
    }

    .bs_warning_wave {
        margin-top: 62rem !important;
        padding:0 17px !important;
    }

    .slider-sec {
        padding-top: 0rem !important;
    }

    .carousel-indicators {
        margin-bottom: 50px !important;
    }

    .bottle-div .carousel-item img {
        height: 400px !important;
    }

    .play {
        width: 45px !important;
        height: 45px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 100px) {

    .nav-fill .nav-item,
    .nav-fill>.nav-link {
        width: 100% !important;
    }
}

@media only screen and (max-width: 350px) and (min-width: 100px) {

    .larger-span-1,
    .larger-span-2,
    .larger-span-3 {
        font-size: 40px !important;
    }

    .pill-container {
        padding: 0 !important;
    }

    .warningZone {
        padding-top: 33rem !important;
    }

}