/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Great+Vibes&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {

    outline: none;
}

::selection {
    background-color: #894f11;
    color: white;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body {
    font-family: "Kanit", serif;
    color: #444444;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    font-family: "Kanit", serif;
}

.heading-section {
    position: relative;
}

.title-1 {
    font-size: 55px;
    font-weight: 600;
}

.ml-10 {
    margin-left: -10px;
}

p {
    text-align: justify;
}

span.subheading {
    font-family: "Great Vibes", serif;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    font-weight: normal;
    font-size: 100px;
    display: block;
    margin-bottom: 0;
    color: #ed1d26;
    line-height: 1;
    margin-top: 0;
    z-index: -1;
}

a {
    color: #0d6efd;
    text-decoration: none !important;
}

a:hover {
    color: #0d6efd;
    text-decoration: none;
}

/* preloader */
#preloader {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#preloader.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

.loader-wrap {
    top: 50%;
    left: 50%;
    width: 374px;
    height: 194px;
    position: fixed;
    margin-top: -97px;
    margin-left: -187px;
}

.bar {
    height: 5px;
    width: 100%;
    margin: 30px 0;
    position: relative;
    background-color: #444;
}

.bar:before {
    top: 0;
    left: 0;
    width: 0;
    content: '';
    height: inherit;
    position: absolute;
    background-color: #d99520;
    animation: bar 2500ms linear infinite;
}

.text {
    color: #d99520;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.cap {
    left: 0;
    right: 0;
    top: -15px;
    z-index: 1;
    width: 100%;
    position: absolute;
}

.cap>i {
    opacity: 0;
    height: 3px;
    width: 16px;
    margin-left: 12px;
    border-radius: 3px;
    position: absolute;
    background-color: #d99520;
    animation: move-cap 2500ms linear infinite;
}

.bottle-fill {
    animation: waves 2500ms infinite linear, fill 2500ms infinite forwards;
}

.bottle-wrap {
    height: 110px;
    position: relative;
}

.bottle {
    bottom: 0;
    opacity: 0;
    width: 40px;
    text-align: center;
    position: absolute;
    display: inline-block;
    vertical-align: bottom;
    transform-origin: bottom right;
    transform: translateX(-300px);
    animation: move 2500ms linear infinite;
}

.bottle:before,
.bottle:after {
    left: 50%;
    opacity: 0;
    content: '';
    position: absolute;
    background-color: #d99520;
}

.bottle:before {
    opacity: 1;
    width: 4px;
    top: -40px;
    height: 14px;
    margin-left: -2px;
    animation: lock-cap 2500ms linear infinite;
}

.bottle:after {
    top: 0;
    height: 4px;
    width: 16px;
    margin-left: -8px;
    border-radius: 4px;
    animation: show-cap 2500ms linear infinite;
}

.cap>i:nth-child(2),
.bottle:nth-child(2),
.bottle:nth-child(2):before,
.bottle:nth-child(2):after,
.bottle:nth-child(2) .bottle-fill {
    animation-delay: 625ms;
}

.cap>i:nth-child(3),
.bottle:nth-child(3),
.bottle:nth-child(3):before,
.bottle:nth-child(3):after,
.bottle:nth-child(3) .bottle-fill {
    animation-delay: 1250ms;
}

.cap>i:nth-child(4),
.bottle:nth-child(4),
.bottle:nth-child(4):before,
.bottle:nth-child(4):after,
.bottle:nth-child(4) .bottle-fill {
    animation-delay: 1875ms;
}

.bottle svg {
    vertical-align: bottom;
    display: block;
    margin: auto
}

@keyframes waves {
    0% {
        x: -200px
    }

    25% {
        x: -100px
    }

    50% {
        x: -200px
    }

    75%,
    100% {
        x: -40px
    }
}

@keyframes fill {
    0% {
        height: 0;
        y: 125px
    }

    30%,
    100% {
        height: 100px;
        y: 25px
    }
}

@keyframes move {
    0% {
        opacity: 0;
        transform: translateX(0);
    }

    25% {
        opacity: 1;
        transform: translateX(75px);
    }

    48% {
        transform: translateX(144px) translateY(0);
    }

    50% {
        transform: translateX(150px) translateY(-10px);
    }

    52% {
        transform: translateX(156px) translateY(0);
    }

    75% {
        opacity: 1;
        transform: translateX(225px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@keyframes move-cap {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    25% {
        opacity: 1;
        transform: translate(75px, 0);
    }

    45% {
        opacity: 1
    }

    48% {
        transform: translate(144px, 0)
    }

    50% {
        transform: translate(150px, 10px);
    }

    52% {
        opacity: 0
    }

    75% {
        transform: translate(225px, 0);
    }

    100% {
        opacity: 0;
        transform: translate(300px, 0);
    }
}

@keyframes show-cap {

    0%,
    45% {
        opacity: 0
    }

    48%,
    90% {
        opacity: 1
    }
}

@keyframes lock-cap {

    0%,
    45%,
    48%,
    100% {
        opacity: 0;
        transform: translateY(-10px)
    }

    46%,
    47% {
        opacity: 1;
        ;
        transform: translateY(0)
    }
}

@keyframes bar {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}


/* form */
*,
*:focus {
    outline: none
}

.error_msg {
    color: #ec3339;
    font-size: 14px;
}

.form-item {
    position: relative;
    margin-bottom: 20px
}

.form-item input,
.form-item select,
.form-item textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: solid 1px #ccc;
    transition: all .3s ease;
    font-weight: 300;
}

.form-item input,
.form-item select {
    height: 40px;
    padding: 0 15px
}

textarea:disabled,
input:disabled,
select:disabled,
button:disabled {
    background-color: #dfdfdf;
    cursor: not-allowed;
}

.form-item textarea {
    height: 95px;
    padding: 15px;
}

.form-item input:focus,
.form-item select:focus,
.form-item textarea:focus {
    border-color: #9f6512
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 1;
    top: 13px;
    left: 10px;
    font-size: 12px;
    font-weight: 200;
    background: #fff;
    padding: 0 3px;
    color: #000000;
    transition: all .3s ease
}

.form-item input:focus+label,
.form-item input:not(:placeholder-shown)+label,
.form-item select:focus+label,
.form-item select:not(:placeholder-shown)+label,
.form-item textarea:focus+label,
.form-item textarea:not(:placeholder-shown)+label {
    font-size: 14px;
    top: -10px;
}

.form-item input:focus+label,
.form-item select:focus+label,
.form-item textarea:focus+label {
    color: #9f6512
}

.statue_icon_parent {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 2px solid #34120e;
    overflow: hidden;
}

.statue_icon_parent.failed_status {
    border: 2px solid #ffffff;
    background-color: transparent;
}

.failed_status img {
    height: 100%;
}

/* form - end */

/* Header */
.navbar {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 0;
    left: 0;
    transition: all 1s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.navbar.active {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    transition: all 1.5s;
    box-shadow: 0px 1px 20px 1px #00000030;
}

.navbar .logo img {
    padding: 0;
    margin: 0;
    height: 100%;
}

.navbar-nav .nav-link {
    padding: 7px 0;
    font-size: 20px;
    margin: 0px 10px;
    position: relative;
    /* color: #be8d5e; */
}

.navbar .navbar-nav .nav-link.main_link {
    color: #d99520;
}

/* .navbar .navbar-nav .dropdown-menu .nav-link */

.home_sec .navbar .navbar-nav .nav-link,
.navbar.active .navbar-nav .nav-link {
    color: #743d02;
}

.home_sec .navbar .navbar-nav .nav-link.active,
.home_sec .navbar .navbar-nav .nav-link:hover {
    color: #ec3339;
}

.navbar .navbar-toggler i {
    color: white;
}

.navbar .navbar-nav .dropdown-menu .nav-link,
.navbar.active .navbar-nav .dropdown-menu .nav-link {
    color: #000000;
}

.navbar .navbar-nav .dropdown-menu .nav-link:hover .dropdown-toggle,
.navbar .navbar-nav .dropdown-menu .nav-link.active .dropdown-toggle {
    color: #ffffff;
}

.navbar.active .navbar-toggler i,
.home_sec .navbar .navbar-toggler i {
    color: #633300;
}

.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar.active .navbar-nav .nav-link:focus,
.navbar.active .navbar-nav .nav-link.active,
.navbar.active .navbar-nav .nav-link:hover {
    color: #ec3339;
}

.navbar-nav .nav-link:last-child {
    margin-right: 0;
}

.navbar-nav .nav-link::before,
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #894f11;
    left: 0;
    transform: scaleX(0);
    transition: all .5s;
}

.dropdown-menu .nav-link::before,
.dropdown-menu .nav-link::after {
    background-color: #633300;
}

.dropend .dropdown-toggle {
    margin-left: 1em;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

.navbar-nav .nav-link::before {
    top: 0;
    transform-origin: left;
}

.navbar-nav .nav-link::after {
    bottom: 0;
    transform-origin: right;
}

.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:hover::after {
    transform: scaleX(1);
}

@media screen and (min-width: 990px) {
    .navbar-nav .nav-item {
        list-style: none;
    }

    .navbar-nav .nav-item.main {
        transform: translateX(100rem);
        animation: slideIn .5s forwards;
    }

    .navbar-nav .nav-item.main:nth-child(1) {
        animation-delay: 0s;
    }

    .navbar-nav .nav-item.main:nth-child(2) {
        animation-delay: .5s;
    }

    .navbar-nav .nav-item.main:nth-child(3) {
        animation-delay: 1s;
    }

    .navbar-nav .nav-item.main:nth-child(4) {
        animation-delay: 1.5s;
    }

    .navbar-nav .nav-item.main:nth-child(5) {
        animation-delay: 2s;
    }

    .navbar-nav .nav-item.main:nth-child(6) {
        animation-delay: 2.5s;
    }
}

@keyframes slideIn {
    from {}

    to {
        transform: translateX(0);
    }
}

/* carousel */
.banner_parent {
    position: relative;
}

.banner_logo_parent {
    margin-top: 45px !important;
    gap: 15px;
}

.carousel-item {
    background-repeat: no-repeat;
    height: 389px;
    width: 100%;
    background-size: cover;
}

.carousel-item.stmark {
    background-image: url(../img/banner/st-mark-wheatfield.webp);
}

.carousel-item.stjony {
    background-image: url(../img/banner/st-jony-wineyard.jpg);
}

.carousel-item.stdany {
    background-image: url(../img/banner/st-dany-foreign-made-foreign-liquor.jpg);
}

.carousel-item .container .banner_product_parent .abs_prod_banner {
    height: 370px;
    position: absolute;
    top: 130px;
    right: 135px;
    z-index: 10;
}

.bottle_shadow {
    z-index: -1;
    width: 175px;
    bottom: 10px;
    left: 10px;
}

@media screen and (max-width:490px) {
    .banner_logo_parent {
        margin-top: 50px !important;
    }

    .carousel-item .container .banner_product_parent .abs_prod_banner {
        height: 200px;
        position: absolute;
        top: 270px;
        right: 0;
        left: 0;
        z-index: 10;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .bottle_shadow {
        width: 100px;
        bottom: 5px;
    }

    .carousel-item .container .banner_product_parent .abs_prod_banner img.product_bottle_single {
        height: 200px;
    }

    .carousel-item {
        background-position: bottom center;
    }
}

.beverage_bottle img,
.glass img {
    position: absolute;
}

.beverage_bottle img {
    top: -20px;
    left: 102px;
    height: 400px;
}

.glass img {
    bottom: 45px;
    right: 20%;
    height: 190px;
}

.home_content {
    margin-top: 90px;
}

.section_darkBg {
    background: linear-gradient(#140000f3, #140000f3), url(../img/stmark-home-bg.webp) center center;
}

.title-highlight {
    font-family: "Kanit", serif;
    font-weight: 700;
    font-style: normal;
    color: #140000;
    font-size: 100px;
}

.breadcrumbs_top {
    background-color: #08080a;
}

.breadcrumbs {
    background: linear-gradient(#000000a1, #000000a1), url(../img/stmark-top-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    height: 300px;
    background-position: bottom;
}

.breadcrumbs h2 {
    padding-top: 50px;
}

#home-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
    background-image: url(../img/stmark-banner.webp);
    background-size: cover;
    padding: 0;
}

.banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 560px;
    padding-top: 60px;
}

.waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.home_div1,
.trust_div {
    position: relative;
}

.trust_div img {
    width: 100%;
}

.home_div1::before {
    background: linear-gradient(#ffffffd3, #ffffffd3), url(../img/stmark-home-bg.webp);
}

.trust_div img {
    animation: rotateImage 10s infinite linear;
}

@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.home_div1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
    background-position: 0 50%;
}

.miss_child h3 {
    color: #d99520;
}

.trust_div h3 {
    font-size: 50px;
    margin-top: -20px;

}

.trust_div h4 {
    font-size: 35px;
}

.selectSec_logo img {
    height: 35px;
}

/* about */
.strength_div {
    color: #fff799;
}

.inner_icon {
    background-color: #fff799;
    border-radius: 50%;
    border: 3px solid #894f11;
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner_icon img {
    height: 40px;
}

.strength_parent:hover img {
    transform: rotateY(360deg);
    transition: all 1s;
}

.floting-img-backcover {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-repeat: repeat;
    z-index: 1;
}

.floting-img-backcover * {
    z-index: 2;
}

.floting-img-background {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    animation: 60s infiniteScroll linear infinite;
    background-repeat: repeat;
    opacity: 0.3;
    background-image: url(../img/page-floating-bg.webp);
}

@-webkit-keyframes infiniteScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes infiniteScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

/* product page */
.product_layer_parent {
    position: relative;
}

.product_layer_parent,
.zIndex-2 {
    z-index: 2;
}

.product_paddy {
    height: 100px;
    position: absolute;
    bottom: 40px;
    right: 28px;
    z-index: 1;
}

.product_bottle_whiskey {
    height: 400px;
    position: relative;
    z-index: 2;
    right: 40px;
}

.product_paddy_grains {
    position: absolute;
    z-index: 0;
    height: 120px;
    bottom: -10px;
    left: -30px;
    z-index: 1;
}

.vodka5 {
    left: 42px;
    top: 303px;
    width: auto;
}

.vodka2 {
    top: 330px;
    left: 250px;
    width: auto;
}

.product_sec h3 {
    color: #ec3339;
}

.product_sec li {
    list-style: none;
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.product_sec li:before {
    content: '\F5DF';
    font-family: bootstrap-icons;
    color: #ec3339;
    margin-right: 10px;
}


/* features */
.feature_image {
    position: relative;
}

.feature_bg {
    background-size: cover;
    height: 340px;
    width: 100%;
    background-repeat: no-repeat;
}

.feature_img_overlay {
    padding: 0px 30px;
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(#00000000, #00000000);
    color: transparent;
}

.feature_image:hover .feature_img_overlay {
    opacity: 1;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 100%;
    width: 100%;
    background: linear-gradient(#000000ce, #000000ce);
    transition: all 0.5s ease-out;
}

/* contact */
.address_div i {
    color: #743d02;
}

.address_div i.small {
    font-size: 16px;
}

.address_div .title_small {
    font-size: 15px;
}

.address_div .small_heading {
    font-size: 20px;
    font-weight: 300;
}

.address_div a {
    color: black;
    padding-left: 0;
    transition: all .5s;
}

.address_div a:hover {
    color: #743d02;
    padding-left: 4px;
    transition: all .5s;
}

.contact-bg {
    background: linear-gradient(#ffffffbf, #ffffffbf), url(../img/contact-bg.jpg);
    background-position: right bottom;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.contact-bg img {
    height: 55px;
}

/* enquiry */
.statue_icon_parent {
    background-color: #1b3d64;
}

.captcha-box {
    width: 150px;
    height: 40px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    text-align: center;
    letter-spacing: 2px;
    color: #333;
    user-select: none;
}

#refresh-captcha {
    border: 1px solid #ccc;
    background-color: white;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* sitemap */

.sitemap_div a,
.sitemap_div li {
    color: black;
    font-size: 17px;
}

.sitemap_div a:hover {
    color: #633300;
}

/* footer */
footer .footer_logo {
    height: 70px;
}

footer h3 {
    color: white;
}

footer h6 {
    color: #fff799;
}

footer i {
    font-size: 14px;
}

footer h3 {
    font-size: 25px;
    font-weight: 300;
}

footer a,
footer p {
    color: white;
    margin-left: 0;
    transition: all .2s ease-out;
    font-weight: 300;
    /* font-size: 16px !important; */
    font-size: 15px !important;
    text-align: left !important;
    padding: .375rem .75rem;
}

footer a:hover {
    color: #fff799 !important;
}

footer .link_foot a:hover {
    margin-left: 2px;
    transition: all .2s ease-out;
}

footer .link_foot a {
    padding-left: 0;
    outline: none;
    display: flex;
    align-items: center;
    color: white;
}

footer .footer_links a.footer_icon::before {
    position: relative;
    content: "\f285";
    font-size: 12px;
    font-family: "bootstrap-icons";
    font-weight: 900;
    color: white;
    margin-right: 10px;
}

footer .copyright .container {
    border-top: 1px solid #b6b6b6;
    color: white;
}

footer .copyright .container p,
footer .copyright .container a {
    font-size: 14px !important;
}

/* ToTop */
.scroll-to-top {
    position: fixed;
    bottom: -60px;
    right: 20px;
    display: flex;
    font-size: 20px;
    padding: 10px 15px;
    background-color: #894f11;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: bottom 0.3s ease;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    transition: all 0.6s ease;
    overflow: hidden;
}

.scroll-to-top i {
    font-size: 26px;
}

.scroll-to-top.show {
    bottom: 20px;
}

a.scroll-to-top:focus {
    color: white;
}

.scroll-to-top:hover {
    background-color: #743d02;
    color: white;
    border: 2px solid #743d02;
}


@media screen and (max-width: 768px) {

    .navbar-nav {
        background-color: #34120e;
    }

    #home-banner {
        background-repeat: no-repeat;
        background-attachment: local;
    }

    .waves {
        height: 25px;
    }

    .trust_div img {
        width: 70%;
    }

    span.subheading {
        font-size: 88px;
    }

    .title-1 {
        font-size: 40px;
    }

    .floting-img-background {
        animation: 120s infiniteScroll linear infinite;
    }

    .splash_bg {
        padding-top: 30px;
    }

    .beverage_bottle img {
        left: 85px;
        height: 340px;
        top: 0px;
    }

    .glass img {
        bottom: 35px;
        right: 18%;
        height: 165px;
    }

    .features_sec img {
        width: 100%;
    }
}

@media screen and (min-width: 990px) {
    .product_paddy {
        height: 100px;
        bottom: 55px;
        right: 7px;
    }

    .product_bottle_whiskey {
        height: 400px;
        right: 10px;
    }

    .product_paddy_grains {
        left: 18px;
        bottom: 30px;
        height: 110px;
    }
}

@media screen and (max-width: 990px) {
    #home-banner {
        background-size: contain;
        background-position: bottom;
        background-color: #efefef;
    }

    .banner-container {
        height: 360px;
    }
}

@media screen and (max-width: 490px) {
    .breadcrumbs {
        background: linear-gradient(#000000a1, #000000a1), url(../img/stmark-top-bg.webp);
        background-size: contain;
        background-repeat: no-repeat;
        height: 215px;
        background-position: bottom;
    }

    #home-banner {
        background-size: contain;
        background-position: bottom;
        background-color: #efefef;
    }

    .navbar .logo img {
        height: 65px;
    }

    .banner-container {
        height: 230px;
    }

    .product_paddy {
        right: 6px;
    }

    .product_bottle_whiskey {
        right: 0px;
    }

    .product_paddy_grains {
        left: 18px;
    }

    .vodka5 {
        left: 42px;
        top: 177px;
        width: 65px;
    }

    .vodka2 {
        top: 200px;
        left: 215px;
        width: 45px;
    }

    .home_sec .navbar .navbar-nav .nav-link,
    .navbar.active .navbar-nav .nav-link {
        color: #d99520;
    }

    .navbar .navbar-nav .dropdown-menu .nav-link,
    .navbar.active .navbar-nav .dropdown-menu .nav-link {
        color: #000000;
    }

    .home_sec .navbar .navbar-nav .nav-link.active,
    .home_sec .navbar .navbar-nav .nav-link:hover {
        color: #ffffff;
    }

    /* .feature_body .col-lg-6 .feature_bg,
    .feature_body .col-lg-3 .feature_bg {
        height: 399px;
    } */

    .selectSec_logo img {
        height: 55px;
    }

    .contact-bg img {
        height: auto;
    }
}

@media screen and (max-width: 430px) {
    .vodka5 {
        left: 45px;
        top: 187px;
    }

    .vodka2 {
        top: 210px;
        left: 222px;
    }
}

@media screen and (max-width: 415px) {
    .vodka2 {
        top: 204px;
        left: 215px;
    }

    .vodka5 {
        left: 45px;
        top: 182px;
    }
}

@media screen and (max-width: 390px) {
    .banner-container {
        height: 210px;
    }

    .navbar .logo img {
        height: 55px;
    }

    span.subheading {
        font-size: 80px;
    }

    .vodka5 {
        left: 40px;
        top: 170px;
        width: 60px;
    }

    .vodka2 {
        top: 190px;
        left: 200px;
        width: 40px;
    }
}

@media screen and (max-width: 375px) {
    .vodka2 {
        top: 183px;
        left: 194px;
    }

    .vodka5 {
        left: 37px;
        top: 160px;
    }
}

@media screen and (max-width: 360px) {
    .vodka2 {
        top: 175px;
        left: 186px;
    }

    .vodka5 {
        left: 34px;
        top: 154px;
    }
}

@media screen and (max-width: 350px) {
    .navbar .logo img {
        height: 52px;
    }
}
