@keyframes shake {
    0% {
        rotate: 0deg;
        filter: blur(0px);
    }
    4% {
        rotate: 0deg;
        filter: blur(0px);
    }
    5% {
        rotate: -5deg;
        filter: blur(3px);
    }
    5.5%{
        filter: blur(0px);
    }
    6% {
        rotate: 5deg;
        filter: blur(3px);
    }
    7% {
        rotate: -2deg;
        filter: blur(1px);
    }
    8% {
        rotate: 0deg;
        filter: blur(0px);
    }
    100% {
        rotate: 0deg;
    }
}

@keyframes carousel-up {
    0% {
        height: 0px;
    }
    100% {
        height: 300px;
    }
}
@keyframes carousel-dn {
    0% {
        height: 0px;
    }
    100% {
        height: 300px;
    }
}

@keyframes fadein {
    0% {
        
        opacity: 0;
    }
    100% {
        
        opacity: 1;
    }
}

@keyframes punchin {
    0% {
        
        opacity: 0;
        transform: scale(0.1);
    }
    80% {
        
        opacity: 1;
        transform: scale(1.3);
    }
    100% {
        
        opacity: 1;
        transform: scale(1.0);
    }
}
/* @keyframes dropinscale {
    0% {
        transform: scale(3);
        
    }
    100% {
        transform: scale(1);
        
    }
} */

:root {
    --color-primary: #a61e22;
    --color-primary-darker: #82171b;
    --color-secondary: #050729;
    --color-secondary: #051027;

    
}

.hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}
.hero-title {
    font-family: "Playbill";
    font-size: 60px;
    margin: -13px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.boone-starburst-fx {
    background: transparent url(/img/starburst.svg) no-repeat center center;
    background-size: 470%;
    min-height: 650px;
    background-position-y: 48%;
    position: absolute;
    top: 0px;
    width: 100%;
}
.boone-trees-fx {
    position: absolute;
    min-height: 650px;
    background: transparent url(/img/forest.jpg) no-repeat center center;
    _background-size: 106%;
    top: 0px;
    width: 100%;
    background-size: cover;
}
.boone-hero-fx {
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 650px;
    backdrop-filter: blur(10px);
    background: radial-gradient(circle, rgba(0,0,0,0) 48%, rgb(0 0 0 / 56%) 100%);

}
.boone-bottle {
    position: relative;
    _height: 90%;
    top: 60px;
    left: calc(50% - 100px);
    width: 200px;
    animation: shake 8s infinite;
}
.boone-bottle-back {
    position: absolute;
    height: 70%;
    top: 140px;
    left: calc(50% - 225px);
    width: 150px;
}
.boone-bottle-back:nth-child(2n) {
    left: calc(50% + 85px);
}
.boone-hero-text {
    position: absolute;
    bottom: 36px;
    width: 300px;
    left: calc(50% - 150px);
    text-align: center;
    color: #fff;
}
.bar-primary {
    background-color: var(--color-primary);
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.bar-secondary {
    background-color: var(--color-secondary);
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.btn {
    border-radius: 32px;
    border: 2px solid #fff;
    font-family: "28DaysLater";
    font-size: 24px;
    text-transform: lowercase;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}
.btn-small {
    font-size: 16px;
}
.btn-primary {
    background-color: var(--color-primary);
    color: #fff;
    scale: 1.0;
    transition: all 0.2s ease-out;
}
.btn-primary:hover {
    background-color: var(--color-primary-darker);
    color: #fff;
    scale: 1.1;
}
.btn:hover {
    border: 2px solid #fff;
}
.navbar {
    background-color: var(--color-secondary) !important;
    color: #fff !important;
    border-bottom: 2px solid #fff;
}
.nav-link {
    color: #fff !important;
}
.navbar ul {
    font-family: "28DaysLater";
    font-size: 22px;
}
.socmed a {
    font-size: 34px;
    margin-right: 5px;
    transition: all 0.1s ease-in-out;
}
.socmed a:hover {
    transform: scale(1.3);
}

.footer .socmed a i {
    transition: all 0.1s ease-in-out;
}
.footer .socmed a:hover i {
    transform: scale(1.3);
}

a {
    color: var(--color-primary);
}
a:hover {
    color: var(--color-primary-darker);
}
.boone-carousel {
    height: 300px;
    font-size: 0;
}
.boone-carousel .img-container {
    width: 12.5%;
    height: 300px;
    display: inline-block;
    position: relative;
}
.boone-carousel .img-container .image {
    /* width: 12.5%;
    height: 300px;
    display: inline-block; */
    _height: 200px;
    background-position: top center;
    animation: carousel-dn 0.7s ease-in forwards;
    vertical-align: top;

    position: absolute;
    height: 0px;
    width: 100%;
    background-position: top center !important;
    /* background-size: cover !important; */
    filter: contrast(1);
    
}
.boone-carousel .img-container:nth-child(even) .image {
    background-position: bottom center !important;
    animation: carousel-up 0.7s ease-in forwards;
    vertical-align: bottom;
    bottom: 0px;
}
.figure-caption {
    font-size: 10px;
    font-style: italic;
}


.font-primary {
    font-family: '28DaysLater';
}
.form-control {
    border-radius: 25px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    border: var(--bs-border-width) solid rgb(220 220 220 / 38%);
}

.footer {
    background-color: #000;
    padding: 40px 0px;
    color: rgb(255 255 255 / 40%);
    font-size: 0.8em;
}
.footer-logo {
    height: 120px;
}

a {
    text-decoration: none;
}

.navbar {
    --bs-navbar-nav-link-padding-x: 1rem;
}
.navbar a {
    transition: all 0.1s ease-in-out;
}
.navbar a:hover {
    transform: scale(1.3);
}

.ani-fadein {
    /* display: inline; */
    opacity: 0;
    animation: fadein 0.5s ease-out forwards;
    
}
.ani-punchin {
    opacity: 0;
    animation: punchin 0.6 ease-out;
}
/* .ani-dropin div {
    display: inline;
    _transform: scale(1.5);
    animation: dropinscale 0.5s ease-out forwards;
    
} */
.putsome {
    font-size: 40px;
}
.nav-link:hover {
    color: var(--color-primary) !important;
}
.boone-ribbon {
    max-width: 550px;
    position: relative;
    margin: auto;
}
/* .boone-ribbon img {
    position: absolute;
} */

.cart-container {
    background-color: var(--color-primary);
    color: #fff;
    display: block;
    position: fixed;
    top: 28px;
    right: 0px;
    width: 200px;
    border: 2px solid #fff;
    z-index: 100;
    text-align: center;
    line-height: 36px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: top 0.25s ease-in-out;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.cart-container.open {
    top: 68px;
}
.cart-container:hover {
    background-color: var(--color-primary-darker);
    line-height: 44px;
}
.cart-container .badge {
    bottom: -5px;
}
@media (max-width: 991px) {
    .cart-text {
        display: none;
        visibility: hidden;
    }
    .cart-container {
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar a:hover {
        transform: scale(1.0);
    }
}
@media (max-width: 575.98px) {
    .navbar a:hover {
        transform: scale(1.0);
    }
    .boone-carousel .img-container {
        width: 25%;
        height: 150px;
    }
    /* .boone-carousel {
        height: 600px;
    } */
    .putsome {
        font-size: 30px;
    }

    /* .hero {
        min-height: 350px;
    } */
    /* .boone-bottle {
        height: 80%;
        top: 30px;
        left: calc(50% - 50px);
        width: 100px;
    }
    .boone-bottle-back {
        height: 55%;
        top: 30px;
        left: calc(50% - 225px);
        width: 150px;
    }
    .boone-bottle-back:nth-child(2n) {
        left: calc(50% + 85px);
    } */

    .hero {
        min-height: 480px;
    }
    .hero .boone-bottle {
        width: 134px;
        left: calc(50% - 67px);
    }
    .hero .boone-bottle-back {
        width: 100px;
        left: calc(50% - 150px);
        top: 107px;
    }
    .hero .boone-bottle-back:nth-child(2n) {
        width: 100px;
        left: calc(50% + 49px);
        top: 107px;
    }
    .hero .hero-title {
        font-size: 50px;
    }
}
.product-img {
	max-height: 300px;
}
.cart-img {
	max-height: 150px;
}
.cart-img-small {
	max-height: 80px;
}
.prod-title {

    font-family: '28DaysLater';
	font-size: 22px;	
}
h1, h2, h3, h4 {
	font-family: '28DaysLater';
}
.checkout-items p {
	margin: 0;
}
.clsHide {
	visibility: hidden;
	display: none;
}
#btn_payNow {
	font-family: var(--bs-font-sans-serif) !important;
	text-transform: uppercase;
}
.cart-container.full {
    background-color: var(--bs-green);
}
.torn, .torn-bottom, .torn-top {
    position: relative;
}
.torn::before {
    height: 15px;
    width: 100%;
    display: block;
    top: 0px;
    left: 0px;
    background: transparent url("/img/tear_top2.png") top center repeat-x;
    content: " ";
    position: absolute;
}
.torn::after {
    height: 15px;
    width: 100%;
    display: block;
    bottom: -1px;
    right: 0px;
    background: transparent url("/img/tear_bottom2.png") top center repeat-x;
    content: " ";
    position: absolute;
}
.torn-bottom::after {
    height: 15px;
    width: 100%;
    display: block;
    bottom: -1px;
    right: 0px;
    background: transparent url("/img/tear_bottom2.png") top center repeat-x;
    content: " ";
    position: absolute;
}
.torn-top::before {
    height: 15px;
    width: 100%;
    display: block;
    top: 0px;
    left: 0px;
    background: transparent url("/img/tear_top2.png") top center repeat-x;
    content: " ";
    position: absolute;
}
.btn-sm {
    line-height: 30px;
    padding: 0 15px;
}
