*::-webkit-scrollbar{
    display: none;
}
  /*For firefox */
body{
    scrollbar-width: transparent;
}

.box-large{background-color: #fff;overflow: hidden;}
.header{ height:100px; width:100%;position: fixed; background-color:#000;z-index: 10;top:0;left:0}
.panel{width:100%; position: relative; overflow:hidden;}
.sectionWrapper{float:left; width:100%;}
.box-bottom{position: absolute; top:0 ; left: 0; z-index:0;}
.box-top{position:relative; z-index:1;}
.section{position:relative;}
.box-img{ width:100%;height: 100%; overflow:hidden; border: 1px solid #fff; background-repeat: no-repeat;background-size: cover;background-position: top center;}
.box-large .box-img { background-position: center center;}
.box-img img{ width:100%; height: 100%;}
#back-to-top-btn-home{ cursor: pointer;}
.box-absolute{ position: absolute;}

.box-large-text{left:0; width: 100%; height: auto; padding: 20% 11.5% 2% 8.5%;}
.text-pos-top{ top:7%; }
.text-pos-middle{ top:20%; }
.text-pos-bottom{ top:43%; }

.box-large-button .linkbut{ margin-bottom: 10px;}
.largetitle > h6{font-weight: 600;font-size: 1.1vw;}
.largecontent > h2{font-weight: bolder; font-size: 3.3vw;line-height: 3.5vw;}
.largetitle2 > h6{    font-weight: 600; font-size: 1.1vw;}

.button-custom-width{}
.custom-padding{ padding: 0;}

.box-w-50{ width: 50%; float:left; position: relative;}
.box-w-100{ width: 100%; float:left; position: relative;}

.boxlink-text{top:0;left:0; width: 100%; height: 100%; padding: 8% 6% 15% 6%;}
.boxlink{background-color: #ffc522;width: 100%;height: 100%;border: 1px solid #fff;}
.linktitle > h6{font-weight: 600;font-size: 1.1vw;}
.linkcontent > h5{font-weight: bolder;font-size: 2vw;line-height: 2vw;padding-bottom: 2%;}
.linktitle3 > h5{font-size: 2vw;line-height: 0.6vw;}
.linkbutlink{margin-top: 10%;}

.hide-box{
    display: none;
}

.text-align-defult{
    text-align: left;
}

.text-align-custom{
    text-align: right;
}

.beerimage {
    z-index: 2;
    width: 35%;
}

.img-default-pos{
    top: 12%;
    left: 13%;
}

.img-custom-pos{
    right: 10%;
    left: unset;
}

.linkbut.bggray{
    background: linear-gradient(135deg, #212529 50%, #4d4d4d 50%) !important;
    font-size: 0.8vw;
    width: 30%;
    transition:all .5s ease-out;
    position: relative;
}
.linkbut.bggray:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #4d4d4d 50%, #212529 0%) !important;
    z-index: -1;
}

.linkbut.bggray, .linkbut.bggray:after{
    background-size: 300% !important;
    background-position: 100% !important;
    transition: 1s;
    color: #f8f9fa !important;
    
}


/* start bg-white */
.linkbut.bgwhite{
    background: linear-gradient(135deg, #212529 50%, #f8f9fa 50%) !important;
    color: #212529 !important;
    font-size: 0.8vw;
    width: 30%;
    transition:all .5s ease-out;
    position: relative;
}

.linkbut.bgwhite:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 2px;
    background: linear-gradient(135deg, #f8f9fa 50%, #212529 0%) !important;
    z-index: -1;
}
.linkbut.bgwhite, .linkbut.bgwhite:after{
    background-size: 300% !important;
    background-position: 100% !important;
    transition: 1s;
    
}
.linkbut:hover.bgwhite, .linkbut:hover.bgwhite:after{
    background-position: 0 !important;
    border-color: #212529 !important;
    color: #f8f9fa !important;
}

/* stop bg-white */

.linkbut{
    background: linear-gradient(135deg, #212529 50%, transparent 50%) ;
    color: #f8f9fa;
    font-size: 0.8vw;
    width: 55%;
    transition:all .5s ease-out;
    position: relative;
}

.custom-w-30{
    width: 35% !important;
}

.linkbut:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   /* background: linear-gradient(135deg, transparent 50%, #212529 0%) !important; */
    z-index: -1;
}

.linkbut, .linkbut:after{
    background-size: 300% !important;
    background-position: 100% !important;
    transition: 1s;
    color: #f8f9fa !important;
    
}

.linkbut:hover, .linkbut:hover:after{
    background-position: 0 !important;
    border-color: #212529 !important;
}

.page2 {
    border-color: #212529 !important;
    color: #212529 !important;
}

.linkbut:hover.page2, .linkbut:hover.page2:after{
    background-position: 0 !important;
    border-color: #212529 !important;
    color: #f8f9fa !important;
}


.bggray {
    border-color: #4d4d4d !important;
    color: #f8f9fa  !important;
}

.linkbut:hover.bggray , .linkbut:hover.bggray:after{
    background-position: 0 !important;
    border-color: #4d4d4d !important;
    color: #f8f9fa !important;
}

.rectangle{
    background-color: #ffc522;
    position: absolute;
    width: 99.89%;
    height: 100%;
    top: 0%;
    left: 0%;
    /*border-left: 1px solid #fff;
    border-right: 1px solid #fff;*/
}

.carouselButtonUpperSetting{
    margin-bottom: 70%;
}

.carouselButtonLowerSetting{
    margin-top: 70%;
}

.carouselButton{
    background: none;
    border: none;
    color: #fff;
}

.button-text{
    position: absolute;
    top:50%;
    right: 1%;
    transform: translateY(-35%);
    z-index: 100;
    height: auto;
    text-align: center;
}

.sectiondivider{
    background: #fff;
    border: #fff 1px solid;
}

.align-left{
    left: 1%;
    right: unset !important;
}

.static-wrapper {
    position: relative;
    width: 100%;
    padding: 11% 0;
}

.campaignheadline{
    height:100%;
    width: 100%;
    padding-left: 4vw;
    position:absolute;
    top:0;
    left:0;
}

.section-border{
    border-top: 1px solid #fff;
}
.footer-wrap{
    height: auto !important;
}

.campaign-thumb{
    border: 1px solid #fff;
}

#fixedbutton {
    position: fixed;
    bottom: 6%;
    right: 3%; 
    z-index: 100;
    color: #ffc522;
}

.speakerradius{
    border: solid 3px#ffc522;
    background-color: #ffc522;
    border-radius: 23px;
    width: 45px;
    cursor: pointer;
}

.campaignheadline .camp-but .linkbut{
    width: 100%;
    text-transform: uppercase;
}


.staticstory{
    background-image: url('../images/cover2.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: unset;
}

.scale-up-center{
    overflow: hidden;
}

.scale-up-center img{
    transition: transform 1s ease-in-out;
}

.scale-up-center:hover img{
    transform: scale(1.1);
}

@media only screen and (max-width: 992px) {
    .staticstory{
        background-image: url('../images/cover2_400.jpg');
    }
    /* Styles */
    .box-bottom{position: relative;}
    
    .sectionWrapper{
        padding-top: 81px;
    }
    
    .largetitle > h6 {
        font-weight: 600;
        font-size: 3.6vw;
    }

    .largecontent > h2 {
        font-weight: bolder;
        font-size: 7vw;
        line-height: 8vw;
    }

    .largetitle2 > h6 {
        font-weight: 400;
        font-size: 3.1vw;
    }

    .box-large-button .linkbut{
        font-size: 3vw;
    }

    .custom-w-30{
        width: 55% !important;
    }

    .text-align-custom {
        text-align: unset; 
    }

    .linktitle > h6 {
        font-weight: 600;
        font-size: 3.1vw;
    }

    .linkcontent > h5 {
        font-weight: bolder;
        font-size: 5vw;
        line-height: 5vw;
        padding-bottom: 2%;
    }

    .linktitle3 > h5 {
        font-size: 5vw;
        line-height: 0.6vw;
    }

    .boxlink-text {
        padding: 14% 0% 15% 13%;
    }
    .linkbut {
        width: 59%;
    }

    .linkbutlink .linkbut{
        font-size: 3vw;
    }

    .padstatic .history-but .linkbut{
        font-size: 2vw;
        width: 100%;
    }

    .img-default-pos {
        top: 12%;
        left: unset;
        right: 13%;
    }
    .campaignheadline .camp-but .linkbut{
        width: 100%;
        font-size: 2vw;
    }

    .static-wrapper {
        padding: 55% 0;
    }

    .camp-but{
        text-align: unset !important;
        padding: unset;
    }

    .campaignheadline {
        padding-left: 10vw;
    }

}

@media only screen and (max-width: 767px) {
    .campaignheadline .camp-but .linkbut{
        width: 50%;
    }

    .padstatic .history-but .linkbut{
        width: 50%;
    }
    .campaignheadline h1 {
        font-size: 6vw;
    }
}
@media only screen and (max-width: 575px) {

    .campaignheadline {
        padding-left: 15vw;
    }
}

@media only screen and (max-width: 480px) {
    .linkbut {
        width: 61%;
    }
    /* .campaignheadline .text-white h1{
        font-size: 13vw;
    } */

    .padstatic .text-center h4{
        /* font-size: 6vw; */
    }

    .campaignheadline .camp-but .linkbut{
        width: 70%;
        font-size: 4vw;
    }

    .padstatic .history-but .linkbut{
        font-size: 4vw;
    }

    .custom-w-30 {
        width: 60% !important;
    }

    .img-default-pos {
        right: 7%;
    }
}