::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Filson-bold';
    src: url('../fonts/FilsonPro-Medium.eot');
    src: url('../fonts/FilsonPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FilsonPro-Medium.woff2') format('woff2'),
        url('../fonts/FilsonPro-Medium.woff') format('woff'),
        url('../fonts/FilsonPro-Medium.ttf') format('truetype'),
        url('../fonts/FilsonPro-Medium.svg#FilsonPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson';
    src: url('../fonts/FilsonPro-Regular.eot');
    src: url('../fonts/FilsonPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FilsonPro-Regular.woff2') format('woff2'),
        url('../fonts/FilsonPro-Regular.woff') format('woff'),
        url('../fonts/FilsonPro-Regular.ttf') format('truetype'),
        url('../fonts/FilsonPro-Regular.svg#FilsonPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Book';
    src: url('../fonts/FilsonPro-Book.eot');
    src: url('../fonts/FilsonPro-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FilsonPro-Book.woff2') format('woff2'),
        url('../fonts/FilsonPro-Book.woff') format('woff'),
        url('../fonts/FilsonPro-Book.ttf') format('truetype'),
        url('../fonts/FilsonPro-Book.svg#FilsonPro-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.p {
    font-size: 18px;
    color: #7a7a7a;
     font-family: 'Filson Pro Book';
}

a:hover,
a:focus,
a:focus-visible {
    text-decoration: none;
    outline: none;
}
body {
   font-family: 'Filson';
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Filson-bold' !important;
    color: #000;
}


.navbar-nav .nav-item {
    position: relative !important;
    margin: 0 10px;
}
.navbar-nav .nav-item:last-child::after {display:none;}  
.folowus {display:flex;}
.folowus a {color:#000;}

.logowhite {
    display: none;
}
.elan_nav .logowhite {
    display: block;
}
.elan_nav .logoblack {
    display: none;
}

.first-nav {margin-right:100px;}
.first-nav ul{justify-content:flex-end;}
.last-nav {margin-left:100px}

.o-darling {padding:24px 0; }
.o-darling.fixed {display:block;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
}
.o-darling img {width:190px;}
.o-darling {
    position: sticky;
    top: 0px;
    z-index: 9;
    right: 0;
    left: 0;

}
.o-darling  svg{
    width:200px;
}

.ham {
    width: 38px !important;
    cursor:pointer;
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
    /*background: url(../images/mainbanner.jpg) center center / cover;*/
    background-attachment:fixed;
}
.overlay {

    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height:80%;
  background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 41%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 58%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(41%, rgba(0,0,0,1)), color-stop(53%, rgba(0,0,0,1)), color-stop(58%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 41%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 58%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 41%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 58%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 41%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 58%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 41%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 58%, rgba(0,0,0,1) 100%);
    opacity:0;

}
.banner .mobile-video {
    display: none;
}
.banner video {
    width: 100%;
}
.innerbanner p {
    color: #606060 !important;
}
.banner .container {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}




.hasno p {
    font-size:22px;
    color:#fff;
    letter-spacing:5px;
    margin-bottom:30px;
}

.banner_bottom {position:absolute; bottom:30px; left:15px; right:5px;display: flex;
    justify-content: space-between;}
.banner_bottom i {color:#fff; margin-right:12px;}
.b_no a {color:#fff; font-size:12px; font-family:'Matter-Light'; margin:0 25px; opacity:0.8;}
.bannerb_left, .bannerb_right {margin:0;}
.bannerb_right i {background:#939292; padding:8px;}


.about .row {align-items:center}
.about .h4, .about h5 {margin-bottom:0px;}

.pad80 {
    padding: 150px 0;
}

.padt80 {
    padding-top: 100px;
}

.padb80 {
    padding-bottom: 100px;
}

.span {
    color: #10100f;
    font-size: 12px;
    letter-spacing: 15px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
    font-family:'Conv_Branch' !important;
}
.h4 {
    font-size: 35px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.bottle-list h2 {font-size:45px;}
.bottle-list h3 {
    font-size: 45px;
}

.bottle-list p {
    font-size: 16px;
    padding-right: 0%;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align:center;
}

.bottle-data {
    /* transform: translate(0px, 1700px); */
    opacity: 0;

    margin: 0 auto;
     /*margin-top: 95px;*/
}


.btns {display:flex; align-items: center;   justify-content: center;}
.btns svg {height:44px; margin:0;}
.btns a {
   
    padding: 8px 35px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all 0.5s ease 0s;
    margin:0;
    border:1px solid #fff;
}

.btns span {z-index:1; position:relative;}


.btns a:hover {background:#000;}



.social {background:#000; }
.social .h4 {color:#fff;}
.hover_ef {position:relative; padding:25px; cursor:pointer; height:300px; background-size:cover !important; background-position:center center !important; filter: grayscale(100%); transition:all 0.5s ease 0s; }
.hover_ef video {width:100%; height:100%; top:0; left:0; position:absolute; object-fit:cover}
.hover_ef h5 {color:#fff; position:relative;}
.hover_ef p {color:#fff; position:relative;}
.hover_ef i {color:#fff; font-size:28px; transform:translateY(0); transition:all 0.5s ease 0s;}
.hover_ef:hover {filter:none;}
.hover_ef:hover i {transform:translateY(-10px);}

.pr_rl {border:1px solid #fff; height:100%; padding:25px;}
.pr_rl img {
    margin-bottom: 35px;
    margin-top: 20px;
    max-height: 280px;
    object-fit: cover;
    filter: grayscale(100%); transition:all 0.5s ease 0s;
}
.pr_rl img:hover {filter:none;}
.arrow {font-size:30px; text-align:right; transition:all 0.5s ease 0s;}
.arrow a {color:#fff;}
.arrow span {transform:rotate(180deg); display:inline-block; transition:all 0.5s ease 0s; position:relative; left:0;}
.arrow:hover span { left:10px;}
.pr_rl a {color:#fff; position:relative; transition:all 0.5s ease 0s;}
.pr_rl a::after {
    position: absolute;
    left: 113%;
    top: 9px;
    background: #fff;
    height: 1px;
    width: 30px;
    content: '';
    transition:all 0.5s ease 0s;
}
.pr_rl a:hover::after {width:5px;}

.grey {background:#f7f7f7;}
.mono-cont {padding:30px 0px;}
.monogram {padding-bottom:30px}
.monogram img {width:130px;}
.whitebox {background:#fff; padding:50px 30px;}
.whitebox p {font-family:'Filson-bold'; font-size:35px; line-height:115%; opacity:0.6;}
.whitebox p:last-child {margin-bottom:0px;}

.logobox {background:#000; padding:30px; }
.lg_img {margin-bottom:15px; padding:10px}
.lg_img img {height:90px; width:100%; }
.logobox .btns a:hover {background:#fff; color:#000;}


.cp_logo {position:sticky; top:0px; z-index:9;}
.cp_logo img {width:150px;}
.subhead {font-size:18px; margin-bottom:60px;}



.navbar {
    position:fixed;
    /*transform:translateY(-110%);*/
    width:100%;
    transition:all 0.8s ease 0s;
    top:0;
    z-index:9999;
}

.nav-up {
    top: -84px;
}

.menu_m {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    visibility:hidden;
    z-index:99999;
    

}  

.menu_m::before {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/menu.jpg) no-repeat center;
    background-size: cover;
    transition: all 0.5s ease 0s;
    transform: translate(-100%, 0px);
}

.menu_m::after {
    content:'';
    position:absolute;
    width:0;
    left:50%;
    top:0;
    height:100%;
    background:#fff;
    transition:all 0.5s ease 0s;
}



.left_menu_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.left_mt {
    
    padding-top:120px;
    transform:translateY(30px);
    opacity:0;
    transition:all 0.5s ease 0s;
}

.left_mt a {
    color: #797979;
    transition: all 0.5s ease 0s;
        text-transform: uppercase;
}
.left_mt a:hover {
    color:#000;
}

.left_mb {
    padding-bottom: 80px;
    transform:translateY(30px);
    opacity:0;
    transition:all 0.5s ease 0s;

}

.left_mb .btn {
    background:none; 
    margin-top:20px; 
    border:2px solid #000;
    text-transform:uppercase;
    font-size:13px;
    border-radius:0px;
    transition:all 0.5s ease 0s;
    padding:10px 25px;
}

.left_mb .btn:hover {background:#000; color:#fff;}

.menu_m .container {height:100%;}
.menu_m .row100 {
    height: calc(100% - 80px);
}

.main_nav {
    
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
    z-index:1;
    height:100%;
    transform:translateY(50px);
    opacity:0;
    transition:all 0.5s ease 0s;
}

.main_nav ul {
    /* border-top: 1px solid #BEBEBE; */
    /*border-bottom: 1px solid #BEBEBE;*/
    padding: 15px 0px;
    text-align: right;
    margin-bottom: 16px;
    margin-top:-10%;
}

.main_nav li a  {
    
    font-size:44px;
    color:#000;
    text-align:right;
    transition:all 0.5s ease 0s;
    position:relative;
    display:inline-block;
}

.main_nav li a::after {
    
    content:'';
    background:#000;
    position:absolute;
    width:0;
    left:0px;
    height:1px;
    display:none;
    top:40px;
    transition:all 0.5s ease 0s;
}

.main_nav li a:hover {color:#bebebe;}

.main_nav li a:hover::after {
    
    width:100%;
}

.menu_logo img {

    width:135px;
    padding-top:26px;
}
.cl_cta {text-align:right; margin-top:30px;}

.close_menu {
    
    cursor:pointer;
   
}

.close_menu img {
    width:25px;
    z-index:2;
    position:relative;
     transform:scale(0);
    opacity:0;
    transition:all 0.5s ease 0s;
}

.mob-btn {display:none;}

/*.left_mt, .left_mb .main_nav {animation:fadeInup 0.5s forwards;}*/
.no-scroll {overflow:hidden;}
.menu_m.open::before {
    width: 50%;
    transform: translate(0%, 0px);
}
.menu_m.open.open {visibility:visible; }
.menu_m.astay {visibility:visible;}
.menu_m.m_disable {visibility:hidden;}
.menu_m.open::after {width:50%;}
.menu_m.open .left_mt, .menu_m.open .left_mb, .menu_m.open .main_nav {transform:translateY(0); opacity:1;}
.menu_m.open .close_menu img {opacity:1; transform:scale(1); transition-delay:0.5s;}
    
.navbar.fixed {
    
     transform:translateY(0px);

} 



.main-banner{
    position:relative;
}
  footer{
         position:relative;
     }
     footer .container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 100px 0;
}
     
     footer .logo{
         margin-bottom:40px;
     }
     
     footer p {
    color: #fff;
    line-height: 1.4;
    font-size:30px;
}
     footer .infileds input:focus-visible {
        border-color: none;
        border: none;
        outline: none;
    }
     footer .infileds input {
        padding: 14px 20px;
        background: #5a5a58;
        border: none;
        width: 100%;
        color:#fff;
    }
    
   footer span {
    color: #fff;
        margin-bottom: 22px;
        display: block;
    }
    
   footer .infileds button {
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 0;
    padding: 14px 35px;
    font-weight: 600;
     background:#fff;
     color:#000;
    transition: all ease-in-out 0.5s;
}

footer .infileds button:hover{
    background:#bfa067;
    color:#fff;
}
.folowus i {
    color: #fff;
    margin-left: 0;
    margin-right: 15px;
    background: #bfa067;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: all ease-in-out 0.4s;
}

.folowus i:hover{
     color:#fff;
     background: #000;
}
 .folowus a i.active {
      color:#fff;
     background: #000;
 }

.user-links ul {
    list-style: none;
}
.user-links ul li{
    padding:5px 0;
}
.user-links ul li a {
    color: #fff;
    opacity: 0.4;
    font-size: 14px;
    letter-spacing: 0.9px;
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
}
.user-links ul li a:hover {
    opacity:1;
}
.user-links {
    padding-left: 70px;
}
.baseline {
    border-top: solid 1px #ffffff6b;
    margin-top: 30px;
    padding-top: 24px;
}
.baseline .user-links li {
    padding: 0;
    margin-right: 25px;
}

footer video {
    margin-bottom: -10px;
    object-fit: cover;
    height: 636px;
}

.connect h5 {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.connect h5:hover:after{
    width:100%;
}
.connect h5:after {
    content: '';
    background: #000;
    position: absolute;
    bottom: 0;
    /* right: 0; */
    left: 0;
    width: 0;
    height: 2px;
    transition: all ease-in-out 0.5s;
}





/*========== New Css============*/




body {
    background: #f9f2e5;
}


.entry-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin-bottom: -7px;
}
.entry-video .container{
        position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:1;
}



.scroller {
  height: 100vh;
}

.relative{
    position: relative;
}
.main-banner .logo {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo > div {
    background: #fff;
    width: 50%;
    padding: 20px;
    margin:0 auto;
}

.zoom-bottle {
   /* position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    bottom: 0;
  margin:auto;*/
}
.intro_img {
    width: 150px;
    margin-bottom: 30px;
}
.bottle-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.scrollbar-track-x{
    display:none !important;
}
.bottle-fixed img {
    display:none;
    opacity:0.8;
    transform: translate(106%, 0px);
    padding:20px 0;
    
}


.bottle-data img {
       max-width: 550px;
    display: block;
    text-align: center;
    margin: 0 auto;
    opacity: 1;
    transform: translate(0%, 0px);
}
.slideshow * {
  outline: none;
}
.panel_item {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.panel_img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.slider-boximg {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.slider-box.slick-active img{
    -webkit-transform: scale(1);
          transform: scale(1);
}

.slider .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.entry-caption {
    
    flex-direction:column;
}

.entry-caption .entry-text p {font-size:14px;}

.entry-text {margin-top:50px; text-align:center;}
.entry-text .form-control {
    background: none;
    color: #fff;
    width: 78px;
    margin: 0 auto;
    border-radius: 0px;
    padding: 13px 12px;
    text-align: center;
}
.entry-text .form-control::placeholder {color:#fff; }

.entry-text .form-select {
    
    background:none;
    color:#fff;
    border:0px;
    font-size:14px;
    margin-top:18px;
    background-color: transparent;
}
.entry-text .form-select:focus {
    outline:none;
    background:none;
}
.entry-caption a {
    font-size: 14px !important;
    margin-bottom: 10px;
    display: block;
}
.entry-caption p, .entry-caption a{
    font-size:35px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    flex-direction:column;
}

.entry-caption img {
    width: 100px;
    margin: 0 0 40px 19px;
}

.age-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 20px 0;
    z-index:1;
}

.age-bar p {
    color: rgb(255 255 255 / 41%);
    font-size: 12px;
}
.age-bar a {
    color: #d4d4d4;
    padding: 10px 33px;
    margin-left: 8px;
    font-size: 12px;
    border: solid 1px rgb(255 255 255 / 50%);
    transition:all ease-in-out 0.5s;
}

.age-bar a:hover{
    background:rgb(255 255 255 / 50%);
    color:#fff;
}
.black-bg{
    background:#000;
}

.branding-logo {
    overflow:hidden;
    /* padding: 80px; */
    width: 100%;
    height: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #4e4e4e;
}
.opacity5{
    opacity:0.5;
}
.branding-logo img {
    width: 70%;
}

.vh-100 {
    height:100vh;
}
.vh-67{
    height: 67vh;
}
.vh-32vh{
    height: 32vh;
}
.branding-view h1{
    color:#fff;
}
.branding-video video {
    height: 100%;
    object-fit: cover;
}
.cusor-pointer{
    cursor:pointer;
}
.overflow-hidden{
    overflow:hidden;
}
.branding-logo.active .cls-1{
    fill:#fff
}
.veterin-show{
    display:none;
}

.fixed-bottle{
    position:fixed;
    right:0;
    left:0;
    top:0;
    bottom:0;
}

.w-30 {
    width:33%;
}
.z-index {
    position: relative;
    z-index: 2;
}
.pad40{
    padding:40px;
}

.grey{
    background:#f9f2e5;
}


.pore-love .porelove-img {
    width: 220px;
}
.p-bold{
      font-family: 'Filson-bold';
}

.pore-love p{
        font-size: 16px;
    margin-top: 6px;
}

.playlist-video {
    height: 607px;
} 
.playlist-video video {
    object-fit: cover;
    height: 100%;
}
.branding-view {
    border-left: solid 1px #4e4e4e;
    border-right: solid 1px #4e4e4e;
    margin-top: 16px;
}
.padding-top80{
    padding-top:100px;
}

.logo-footer{
    max-width:250px;
}
.scrollbar-track-y{
    width:0 !important;
}
.pore-love iframe {
    height:600px;
    background: #282828;
}

.branding-view img {
    width: 400px;
}

.branding-view:hover a{
    color:#fff;
}

.branding-view a:hover .left-line{
    width: 40px;
}

.branding-view a:hover .right-line{
    width: 14px;
}
.branding-view a {
    display: block;
    margin-top: 20px;
    color: #7c7c7c;
    font-size: 11px;
    letter-spacing: 1px;
       transition: all ease-in-out 0.5s;   
}

.branding-view .left-line {
    width: 14px;
    height: 1px;
    display: inline-block;
    background: #7c7c7c;
    margin-right: 7px;
    transition: all ease-in-out 0.5s;
}

.branding-view .right-line{
     width: 40px;
    height: 1px;
    display: inline-block;
    background: #7c7c7c;
    margin-left: 7px;
    transition: all ease-in-out 0.5s;
}

.drop-in {
 animation: drop-in 1s ease 200ms backwards;
}
.drop-in-2 {
 animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}



.drop-in-up {
 animation: drop-in-up 1s ease 200ms ;
}
@keyframes  drop-in-up {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}




.drop-in-left {
 animation: drop-in-left 1s ease 200ms ;
}
@keyframes  drop-in-left{
 from {
  opacity: 0;
  transform: translateX(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}


.drop-in-right {
 animation: drop-in-right 1s ease 200ms ;
}
@keyframes  drop-in-right{
 from {
  opacity: 0;
  transform: translateX(100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}

.w180 {
    width: 190px !important;
}
.w150{
     width: 150px !important;
}

.branding-logo svg .cls-1 {
    fill: #2e2e2e;
}
.entry-video:after {
    content: '';
    background: rgb(0 0 0 / 13%);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}
.entry-video {
    position: relative;
}







.oDarling-bottole1 {
    width: 80% !important;
    position: absolute;
    bottom: 20px;
    left: 64px;
}
.overflow-visibile{
    overflow:visible;
}
.oDarling-bottole2 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.veteran-bottole1{
        top: 40px;
    left: -50px
}

.lovely-show{
    display:none;
}

.lovely-show {
    left: 0;
    right: 0;
    margin: auto;
}

.fullSlide-box.item {
    background-size: cover !important;
    height: 120vh;
    /* width: 420vw; */
    background-attachment: fixed !important;
}

.od-circle {
    transform: translate(0px, 520px);
    position: relative;
    z-index: -1;
    opacity: 0;
}

.Odarling-stand{
 /*   position: absolute;
    bottom: -720px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100% !important;
    z-index: -1;*/
        opacity:0;

}
.odarling-stands-wrapper{
        position: absolute;
    bottom: 9%;
    right: 0;
    left: 0;
  margin-top: -23px;
    z-index: -1;
}

.fullscreen-slider{
    margin-top:44%;
}

.she-will {
     /*opacity:0;*/
   /* position: absolute;
    bottom: 160px;
    z-index: -2;*/
    
  /*  -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);*/
    
       z-index: 9;
}
.parallax-mirror {
    visibility: visible !important;
}

.parallax {
	position: relative;
	background: transparent;
}
.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}


.fullSlide-box.item span {
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    text-align: center;
}

.fullSlide-box.item span img{
    width:180px;
}



.footer-top50 {
    margin-top: 104px;
}

marquee {
    position: absolute;
    bottom: -50%;
    right: 0;
    left: 0;
    z-index: -2;
}

.mono {width:80px !important;}

.social_cont {background:#fff; padding:20px;}
.social_cont h5 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #1F1A17;
    font-family: 'Filson' !important;
}
.social_cont img{
    transition:all ease-in-out 0.4s;
}
.social_cont:hover img{
    transform:scale(1.3);
}

 .enter-experiance{
           padding:80px 0;
       }
       .enter-experiance .monogram{
           width:110px;
           padding:0;
       }
       .enter-experiance p{
           font-size:16px;
           color:#808080;
       }
       
       .enter-experiance video {
            max-width: 360px;
            margin: 60px auto;
        }
        
        .enter-experiance .text-center{
            height: calc(100vh - 160px);
        }
        
        .bg-white{
            background:#fff;
        }
        
        .experiance-project h1{
            font-size: 16px;
            margin: 0;
            border-bottom: solid 2px #000000;
            display: inline-block;
            margin-bottom: 30px;
        }
        
        .experiance-project p{
            font-size: 16px;
        }
        
        .experiance-logo {
                height: 600px;
                margin-bottom: 30px;
            }
        .experiance-logo img{
            width:270px;
        }
        
        .experiance-logo  video{
            height: 100%;
            object-fit: cover;
            display:none;
            transition: all ease-in-out 0.5s;
        }
        .experiance-logo:hover img{
             display:none;
                 transition: all ease-in-out 0.5s;
        }
        .experiance-logo:hover video{
             display:block;
        }
        .copyright p {
            text-align: center;
            color: #545454;
            font-size: 12px;
            margin: 0;
        }
        .copyright{
            padding:40px 0;
        }
        .backtop a{
            font-size: 14px;
            margin: 0;
            color:#000000;
            border-bottom: solid 2px #000000;
            display: inline-block;
            margin-bottom: 30px;
        }
        

.navbar-brand img{
    width:135px;
}

nav .nav-link{
    color:#545454;
    font-size:14px;
    letter-spacing:0.9px;
    padding:0 !important;
    transition:all ease-in-out 0.4s;
}

nav .nav-link:hover{
    color:#fff;
}

.navbar input{
    width:120px !important;
}
.navbar input, .navbar input:focus, .form-control-feedback {
    background: #2B2B2B;
    border: none;
    border-radius: 0;
    padding: 10px;
    color: #fff;
}

.form-control:focus{
    box-shadow:none;
    border-color: #fff
}
.form-control-feedback img{
    width:14px;
}

.navbar {
    padding: 20px 0;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #545454
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #545454
}

.form-control::placeholder {
  color: #545454
}
.toggle {
    margin-left: 20px;
    cursor:pointer;
}

.toggle img {width:25px;}
.toggle span {
    background: #fff;
    height: 1px;
    display: block;
    width: 20px;
    margin-bottom: 8px;
}
.overflow  {
    overflow:hidden;
}

.story-box img{
    transform: scale(0.8);
    transition:all ease-in-out 0.5s;
}

.story-box.story-selected img{
        transform: scale(1);
}

.pour-head{
    padding-bottom:150px;
}

.pour-head img{
        max-width: 870px;
    margin-bottom: 20px;
}
.notes-box .porelove-img{
    max-width: 200px;
    margin-bottom: 14px;
}
.overflow.notes-box.text-center {
    padding-top: 60px;
}
.notes-box p{
        max-width: 290px;
    margin: 0 auto;
}

.whisky-bottle {
    position: absolute;
    right: 380px;
    transform: rotate(302deg);
    top: -114%;
}
.whisky-bottle img{
    width:160%;
}

.whisky-bottle2 {
    position: absolute;
    right: 80px;
    transform: rotate(302deg);
    top: -144%;
    left: -90%;
}
.whisky-bottle2 img{
    width:35%;
}

.caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caption img {
    max-width: 450px;
}

.notes-wrapper .notes-box .glass-left {
    margin-left: -30%;
    width: 60% !important;
}

.social-media{
    padding-top:100px;
}
.social_cont span {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.social_cont span img{
    width: 18px;
}

.margin-top80 {
    margin-top: 150px;
}

.pore-playlistWrapper{
    background: #282828;
}
.font-14{
    font-size:14px;
}

.left_mt p {
    margin-bottom: 30px;
}

.pointer-none{
    pointer-events:none
}

.menu-email a:after {
    content: '|';
    position: absolute;
    right: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu-email a:last-child:after{
    display:none
}
.reveal {
    visibility: hidden;
    position: relative;
    
    overflow: hidden;
}

.err {
    border: solid 1px red;
}

.contact_banner {height:100vh;}
       .contact_banner .caption {flex-direction:column; text-align:center; color:#fff;}
       .contact_banner .caption h1 {color:#fff;}
       .dt_inner {position:relative;}
     .dt_inner.af::after {
    content: '';
    border-left: 1px solid #ccc;
    height: 104%;
    width: 1px;
    position: absolute;
    left: auto;
    right: -15px;
    top: -5px;
    bottom: 0;
}
       .map::after {left:auto; right:-50px;}
       .map img {width:100%;}
       .contact_details .row {align-items:center;}
       
       .dt_inner {text-align:center;}
       
       .dt_inner a {
           display:inline-block; 
           font-family:'Filson-bold' !important; 
           color:#000; 
           font-size:1.25rem; 
           text-decoration:underline;
           transition:all 0.3s ease 0s;
           position:relative;
           
       }
       
    .dt_inner a::before {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.127h21.699M12.7 1l9 9-9 9' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat 0/23px 20px;
    content: "";
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 23px;
    height: 20px;
    -ms-transform: translate(-100%,8px);
    transform: translate(-100%,8px);
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}

.dt_inner a:hover {padding-left:28px;}

.dt_inner a:hover::before {
    opacity: 1;
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
       
       .enquiry_form .form-control {
           background:none; 
           border:0px; 
           border-bottom:1px solid #000; 
           border-radius:0px; 
           padding:15px 0px; 
           margin-bottom:30px;
           color:#000;
           
       }
       .enquiry_form .form-control::placeholder {color:#000;}
       .enquiry_form .btn {
           background:#000; 
           color:#fff; 
           width:100%; 
           height:60px; 
           margin-top:30px;
           border-radius:0px;
           position:relative;
           display:flex;
           align-items:center;
           justify-content:center;
           transition:all 0.3s ease 0s;
           
       }
       /*.enquiry_form .btn::before {
           background:#fff;
           content:'';
           width:100%;
           height:0;
           position:absolute;
           transition:all 0.3s ease 0s;
       }
       .enquiry_form .btn:hover::before {
           height:100%;
       }
       */
       .enquiry_form .btn span {
           position:relative;
           z-index:1;
       }
       .enquiry_form .btn:hover {
           background:#bfa067;
       }
       
       .enquiry_form label.error {color:red; font-size:12px; position:absolute; bottom:0px;}
       
       
       button:focus {
    outline: none;
}
.entry-text button {
    background: transparent;
    border: solid 1px #ffffff3d;
    width: 60px;
    border-left: none;
    background: #ffffff3d;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}
.entry-text button:hover{
    background:#fff;
}
.entry-text button img{
    width:22px;
}

.input_error {
    color: red;
    display: block;
    margin-top: 10px;
}

.border-solid {
    border: solid 1px #cccccc;
}

.contact_details  .dt_inner {
    padding: 100px 0;
}

.iluzanScale {
    transform: scale(1);
}

.menu-email {
    border-top: 1px solid #BEBEBE;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 21px !important;
    margin-left: 30px !important;
}

.entry-text button svg {
    width: 20px;
}
.entry-text button:hover .cls-1{
    stroke:#000;
}
.entry-text button .cls-1 {
    stroke: #fff;
}
.menu_m .nav-link {
    width: 100%;
    text-align: center;
    font-size: calc(2vw + 1.2vh + 0vmin);
   text-transform: uppercase;
}


.menu-email .folowus i {
    color: #000;
    margin-right: 11px;
    background: transparent;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border: solid 1px #000;
}

.menu-email .folowus i:hover{
    background: #000;
    color:#fff;
}

.menu-email .folowus a:after{
    display:none;
}

.top84{
    margin-top:84px;
}
#email_sub-error {
       position: absolute;
    bottom: -28px;
    font-size:14px;
}
.error{
    color:red;
}

.mb-none{
    display:none;
}






/*Vertrain*/


.vetrain-trigger .bottle-fixed .xlHeader__header {
    display: none;
    opacity: 0.8;
    transform: translate(163%, 0px);
    padding: 20px 0;
}
.vetrain-trigger .bottle-data img {
    max-width: 300px
}

.headline-vetran {
    margin-top: 43%;
}

.vetrain-trigger  .od-circle {
    width: 77% !important;
}
.notes-wrapper .notes-img{
   max-width: 350px;
    margin-bottom: 20px;
}
.notes-wrapper p{
    text-align: center;
    max-width: 350px;
}


/* store css */

.store-wrapper .card{
    margin-bottom:30px;
}

.store-wrapper .card .overlays {
    opacity:0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
    transition: all ease-in-out 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.store-wrapper .card:hover .overlays{
    opacity:1;
}
.store-wrapper .card img{
     transition: all ease-in-out 0.5s;
}
.store-wrapper .card:hover img{
        transform: scale(1.2);
}

/*Rare & Lovely page css*/

.gif_slide {
    content: '';
    position: absolute;
    z-index: 1;
    background: black;
    width: 100%;
    height: 100%;
    /* top: 0; */
    left: 0;
    transition: height 3s linear 0s;
    right: 0;
    bottom: 0;
    opacity:1;
  
}

.gif_slide.in {
    
    height:0;
   
}

/*@keyframes slide {*/
/*  from {height:100%;}*/
/*  to {height:0; }*/
/*}*/



.bd-white p{
    color:#fff;
}

.rarebottlefixed img {
    max-width:300px;
    transform: translate(208%, 130%);
}

.bottle-data img {
    transform:translate(0%, 0px) !important;
}

.rare_marq {
    bottom:-100%;
  
}

.rare-head p {
    color:#fff;
}

.rare-notes p {
    color:#fff;
    max-width:400px;
}

.rare-notes .notes-box .porelove-img {
    max-width: 400px;
    margin-bottom: 14px;
}

.rare-notes .container, .rare-notes .row {
    height:100%;
}

.rare-note-box {
    padding-top:0px;
}

.rare-playlist video {
     filter: grayscale(100%);
}

.rare-love p {
    color:#fff;
}

.rare-notes {
    height:80vh;
}
.rare-notes .whisky-bottle {
    top: -90%;
    z-index: -1;
    right: 28%;
}
.rare-notes .whisky-bottle img {
    width: 143%;
    transform: rotate(54deg);
    
}

.wom-sec .caption {
    justify-content:end;
    
}

.wom-sec .caption img {
    max-width:200px;
}

.prb-a  {
    margin-bottom:100px;
}
.rare-fixed img {
    transform:translate(106%, 70%);
}

.marquee_veterum {
    /*bottom: -26%;*/
    /*bottom: -34%;*/
    /*position: absolute;*/
    animation-name: rightToLeft;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  right: 0;
    left: 0;
    z-index: -2;
        position: relative;
}


@-webkit-keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.rare_marq {
    bottom:-13%;
    position:absolute;
    animation-name: rightToLeft;
  animation-duration: 6.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  right: 0;
    left: 0;
    z-index: -2;
}

.veterum-fullscreen-slider {
    margin-top: 20%;
}

.rare-note-box {
    position:relative;
} 

.rare-media i.active {
    background:#fff !important;
}

.rare-media i.active::before {
   color:#000;
}

.rare-media i:hover {
   background:#fff !important;
}
.rare-media i:hover::before {
   color:#000;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding: 2rem;
}

.left img,
.right img {
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease-in-out;
}

.left img {
  transform-origin: right center;
}

.right img {
  transform-origin: left center;
}

.skyabove_img img {
    max-width:700px;
}

.vat_en img {
    
    max-width:350px;
}