﻿body {
    font-size: 1.17vw;
    font-family: "Roboto", sans-serif;
}

.topbar {
    background-color: #fe0000;
}

    .topbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.hvr-sweep-to-top {
    color: #fff !important;
    font-size: 0.85vw;
    font-weight: 700 !important;
    display: block;
    padding: 0.30vw;
    text-transform: uppercase;
}

.topbar ul li {
    display: inline-block;
    padding-right: 0.8vw;
    color: #fff;
    font-weight: 600;
    font-size: 1.17vw;
}

.topbar a {
    font-size: 1.17vw;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.topbar img {
    width: 6vw;
}

.logo .mainlogo {
    width: 17.5vw;
}

.logo h3 {
    font-family: "Cormorant Infant", serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fe0000;
    font-size: 2.1vw;
}

.logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .logo ul li {
        display: inline-block;
        padding-right: 1.5vw;
        color: #fff;
        font-weight: 600;
        font-size: 1.17vw;
    }

.logo .drive img {
    width: 6.5vw;
}

.atm-side {
    margin-top: 0.7vw;
}

.logo p {
    color: #b73013;
    font-size: 1.17vw;
    font-weight: 700;
    margin-bottom: 0px;
}

    .logo p span {
        font-weight: 500;
        font-size: 1.02vw;
    }

.menunav {
    background-color: #fe0000;
    padding-bottom: 0.3vw;
    padding-top: 0.2vw;
}

.navbar-light {
    padding: 0.20vw 0.20vw !important;
    padding-bottom: 1.20vw;
    background: #fe0000;
}

.navbar-brand img {
    width: 17.2vw;
}

.navbar-nav {
    margin-left: 0.51vw;
}

.banner img {
    /*border-style: solid;
    border-width: 0.36vw 0 1.25vw;
    border-color: #14427a;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;*/
}

.banners {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 20.66vw 0 9.70vw;
}

.sticky-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}

.navbar-nav {
    margin-left: 6.5vw;
}

.nav-link {
    color: #fff !important;
    font-size: 1.10vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding-right: 1vw !important;
    padding-left: 1vw !important;
    padding-top: 0vw !important;
    padding-bottom: 0vw !important;
}

.h3main h3 span {
    font-family: "Cormorant Infant", serif;
    font-size: 3.19vw;
    font-weight: 600;
    color: #fe0000;
}

.h3main h3 {
    color: #b50104;
    font-size: 3.19vw;
    font-weight: 400;
}

.sec1 {
    background-color: #ffda8d;
}

    .sec1 h4 {
        color: #fe0000;
        font-size: 1.5vw;
        font-weight: 600;
    }

    .sec1 p span {
        color: #fe0000;
        font-weight: 600;
    }

    .sec1 a {
        font-size: 1.17vw;
        text-decoration: none;
        color: #212529;
        font-weight: 600;
    }

.grapes {
    margin-bottom: 16px;
    position: relative;
    padding: 0 30px;
    display: inline-block;
}

    .grapes:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 2px;
        left: -20%;
        background: red;
    }

    .grapes:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 2px;
        right: -20%;
        background: red;
    }

    .grapes img {
        width: 4vw;
    }

.hotdeal {
    padding-top: 2vw;
    padding-bottom: 2vw;
    background-color: #ffeecb;
}

    .hotdeal img {
        width: 100%;
    }

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.spirt {
    background-color: #ffda8d;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.hero-images {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgb(0 0 0 / 46%), rgb(0 0 0 / 15%)), url(../../Content/Images/beer.jpg);
    /* Set a specific height */
    height: 100%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgb(0 0 0 / 46%), rgb(0 0 0 / 15%)), url(../../Content/Images/Spirits.jpg);
    /* Set a specific height */
    height: 100%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    position: absolute;
    top: 12%;
    left: 18%;
    transform: translate(-50%, -50%);
    color: white;
}

    .hero-text h1 {
        font-size: 2.5vw;
    }

    .hero-text .btn-primary {
        background: #fff;
        color: #333;
        border-radius: 5px;
        font-size: 1.17vw;
        border-color: #fff;
    }

        .hero-text .btn-primary:hover {
            background: #fff !important;
            color: #333 !important;
            border-radius: 5px;
            font-size: 1.17vw;
            border-color: #fff !important;
        }

.wine {
    background-color: #ffeecb;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

    .wine a {
        font-size: 1.50vw;
        padding: 0.5vw;
        border-radius: 5px;
        text-decoration: none;
    }

    .wine .btn-success {
        color: #fff;
        background-color: #fe0000;
        border-color: #fe0000;
    }

        .wine .btn-success:hover {
            color: #fff !important;
            background-color: #fe0000 !important;
            border-color: #fe0000 !important;
        }

.feature {
    background-color: #ffeecb;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.facilities {
    background-color: #ffda8d;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

    .facilities .card {
        height: 100%;
        padding: 0.8vw;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .facilities p {
        font-size: 1.17vw;
        margin-top: 0.80vw;
    }

.map iframe {
    width: 100%;
    height: 27vw;
}

.our-team {
    border: 1px solid #ffda8d;
    position: relative;
    overflow: hidden;
}

    .our-team img {
        /*width: 100%;
            height: 50vh;*/
    }

    .our-team .team-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0px 18px;
        background: rgba(0,0,0,0.7);
        transform: translateX(-100%);
        transition: all 0.20s ease 0s;
    }

    .our-team:hover .team-content {
        transform: translateX(0);
    }

    .our-team .team-content .post-title {
        font-size: 1.1vw;
        color: #fff;
        margin-bottom: 2vh;
        padding-top: 1vw;
        text-transform: uppercase;
    }

    .our-team .team-content .post {
        font-size: 1.1vw;
        color: #cb95e1;
        display: block;
        margin-bottom: 2vh;
    }

    .our-team .description {
        font-size: 1vw;
        line-height: 1.4;
        color: #fff;
        margin-bottom: 5px;
        min-height: 175px;
        border-bottom: 1px solid #fff;
    }

    .our-team .team_social {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .our-team a {
        text-decoration: none;
    }

    .our-team .team_social li {
        display: inline-block;
        margin-right: 5px;
    }

        .our-team .team_social li a {
            width: 40px;
            height: 40px;
            border-radius: 50%; /*border: 2px solid #f5f5f5;*/
            font-size: 17px;
            color: #f5f5f5;
            line-height: 40px;
            text-align: center;
            display: inline-block;
            transition: border 0.3s ease 0s;
        }

            .our-team .team_social li a:hover {
                border-color: transparent;
            }

    .our-team .team-prof {
        width: 100%;
        position: absolute;
        bottom: 0;
        text-align: right;
        padding: 55px 16px;
        background: rgba(0,0,0,0.7);
        transform: translateX(0);
        transition: all 0.20s ease 0s;
    }

    .our-team:hover .team-prof {
        transform: translateX(100%);
    }

    .our-team .team-prof .post-title {
        font-size: 0.9vw;
        color: #fff;
        margin: 0 0 8px 0;
        text-transform: uppercase;
    }

    .our-team .team-prof .post {
        font-size: 14px;
        color: #cb95e1;
        margin-bottom: 0;
    }

.feature .owl-carousel .item {
    background: #ffda8d;
    padding: 0px 0px 3px 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 30vw !important;
}
.footer{
    background-image:url(../Images/syd-christmas-footer-image.png);
    background-size:cover;
    background-repeat:no-repeat;
}
.footer {
    padding-top: 2vw;
    padding-bottom: 21vw;
    background-color: #fe0000;
}
.santa-Clause-right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 600;
}

.santa-Clause-left {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 600;
}

    .footer p {
        color: #fff;
        margin-top: 1vw;
    }

    .footer h3 {
        color: #fff;
        font-size: 1.50vw;
    }

    .footer .option {
        color: #d3ccab;
        padding-left: 1vw;
    }

.FooterTable table tr td {
    color: #fff;
    font-size: 1.17vw;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.fotsot a {
    color: #ffda8d;
    text-decoration: none;
}

.fotsot {
    padding-bottom: 0.5vw;
    padding-top: 0.5vw;
    background-color: #b50104;
}

    .fotsot p {
        margin-bottom: 0px;
    }

.spirt img {
    transition: 0.3s;
}

    .spirt img:hover {
        transform: scale(1.05);
    }

.wine img {
    transition: 0.3s;
}

    .wine img:hover {
        transform: scale(1.05);
    }

.shotbanner {
    background-image: url(../../Content/Images/Head-Banner/syd-Head-banner.png);
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}

.shotbg {
    padding-top: 5.88vw;
    padding-bottom: 5.88vw;
    background-color: rgb(0 0 0 / 21%) !important;
}

.outshade {
    background-image: linear-gradient(90deg, rgb(254 0 0 / 40%) 30%, rgb(254 0 0 / 39%) 100%);
    height: 8vw;
}

.inershade {
    position: absolute;
    top: 19%;
    width: 100%;
       background-image: linear-gradient(90deg, rgb(254 0 0 / 90%) 40%, rgb(254 0 0 / 40%) 90%);
}

.outshade h1 {
    color: #fff;
    font-size: 4.04vw;
    font-weight: 300;
    padding-left: 3vw;
}

.contact {
    background-color: #ffda8c;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

    .contact .card {
        background-color: #feeecc;
        padding: 1.5vw;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
        border: none;
        height: 100%;
    }

    .contact label {
        font-size: 1.17vw;
        font-weight: 600;
        color: #fe0000;
    }

.btn-warning {
    font-size: 1.10vw;
    color: #fff !important;
    background-color: #fe0000 !important;
    border-width: 0.73vw !important;
    border-color: #fe0000 !important;
    border-radius: 2px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

    .btn-warning:hover {
        color: #fff !important;
        background-color: #fe0000 !important;
        border-color: #fe0000 !important;
        border-width: 0.73vw !important;
        border-radius: 2px;
        font-weight: bold;
        font-style: normal;
        text-transform: uppercase;
        text-decoration: none;
    }

.contact h4 {
    color: #fe0000;
    font-size: 1.5vw;
    font-weight: 600;
}

.contact p span {
    color: #fe0000;
    font-weight: 600;
}
.tree {
    margin-top: 3px;
}

.tree svg {
    max-height: 60vh;
    overflow: visible;
    height: 7vw;
}

    .tree path {
        fill: #379157;
        stroke: #379157;
        stroke-width: .2;
        transform: scale(0);
        transform-origin: 50% 50%;
        animation: star 8s ease-in-out infinite;
        animation-delay: calc( var(--no) * .025s );
        transform-box: fill-box;
    }

@keyframes star {
    0% {
        transform: scale(0);
        animation-timing-function: cubic-bezier(.74,1.72,.57,1.01)
    }

    10% {
        transform: scale(1);
    }

    65% {
        transform: translateY(0px) scale(1);
    }

    75% {
        transform: translateY(50px) scale(0);
    }

    100% {
        transform: translateY( 0px ) scale(0);
    }
}
.contact a {
    font-size: 1.17vw;
    text-decoration: none;
    color: #212529;
    font-weight: 600;
}

.contact svg {
    font-size: 1.17vw;
    color: #fe0000;
}

.footer img {
    width: 50%;
}

.money .card {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    background-color: transparent;
    border: none;
}

.pds {
    padding: 1vw;
}

.contimg {
    background-image: url('../../Content/Images/suggestion.jpg');
    background-size: cover;
    background-position: center center;
}

.thanks {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

    .thanks .card {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        transition: 2s;
        border: none;
    }

        .thanks .card:hover {
            transform: translateY(-0.36vw);
            box-shadow: 0 1.09vw 1.09vw rgba(0, 0, 0, 0.15);
        }

    .thanks svg {
        color: #ac2d12;
        font-size: 5vw;
        margin-bottom: 2vh;
    }

    .thanks h3 {
        font-size: 2.30vw !important;
        color: #ff9f31;
    }

    .thanks p {
        font-size: 1.35vw;
        font-weight: 500;
    }

.atm-side a {
    text-decoration: none;
}

.form-control {
    margin-bottom: 8px;
}

.age21 p {
    color: #b73013;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.age21 .btn-primary {
    color: #fff !important;
    padding: 6px 40px;
    border-radius: 30px;
    font-size: 16px;
    background: #631308 !important;
    border-color: #631308 !important;
}

    .age21 .btn-primary:hover {
        color: #fff !important;
        padding: 6px 40px;
        border-radius: 30px;
        font-size: 16px;
        background: #631308 !important;
        border-color: #631308 !important;
    }

.age21 .btn-outline-primary {
    color: #631308 !important;
    padding: 6px 40px;
    border-radius: 30px;
    font-size: 16px;
    background: #fff !important;
    border-color: #631308 !important;
}

    .age21 .btn-outline-primary:hover {
        color: #631308 !important;
        padding: 6px 40px;
        border-radius: 30px;
        font-size: 16px;
        background: #fff !important;
        border-color: #631308 !important;
    }

.age21 ul li {
    list-style: none;
    margin-right: 10px;
}

.underage {
    padding-top: 8vw;
}

    .underage p {
        color: #b73013;
        font-weight: 600;
    }
