@font-face {
    font-family: 'JioType';
    src: url('../fonts/JioType-Light.woff2') format('woff2'), url('../fonts/JioType-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArcherBoldItalic';
    src: url('../fonts/ArcherBoldItalic.eot');
    src: url('../fonts/ArcherBoldItalicd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/ArcherBoldItalic.woff') format('woff'), url('../fonts/ArcherBoldItalic.otf') format('truetype'), url('../fonts/ArcherBoldItalic.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArcherBoldPro';
    src: url('../fonts/ArcherBoldPro.eot');
    src: url('../fonts/ArcherBoldProd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/ArcherBoldPro.woff') format('woff'), url('../fonts/ArcherBoldPro.otf') format('truetype'), url('../fonts/ArcherBoldPro.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArcherSemiboldPro';
    src: url('../fonts/ArcherSemiboldPro.eot');
    src: url('../fonts/ArcherSemiboldProd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/ArcherSemiboldPro.woff') format('woff'), url('../fonts/ArcherSemiboldPro.otf') format('truetype'), url('../fonts/ArcherSemiboldPro.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArcherMediumPro';
    src: url('../fonts/ArcherMediumPro.eot');
    src: url('../fonts/ArcherMediumProd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/ArcherMediumPro.woff') format('woff'), url('../fonts/ArcherMediumPro.otf') format('truetype'), url('../fonts/ArcherMediumPro.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArcherBookPro';
    src: url('../fonts/ArcherBookPro.eot');
    src: url('../fonts/ArcherBookProd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/ArcherBookPro.woff') format('woff'), url('../fonts/ArcherBookPro.otf') format('truetype'), url('../fonts/ArcherBookPro.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArcherLightPro';
    src: url('../fonts/ArcherLightPro.eot');
    src: url('../fonts/ArcherLightProd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/ArcherLightPro.woff') format('woff'), url('../fonts/ArcherLightPro.otf') format('truetype'), url('../fonts/ArcherLightPro.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Playfair Display Regular'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Playfair Display Bold';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Playfair Display Bold'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
}
@font-face {
    font-family: 'modern no 20';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('modern no 20'), url('../fonts/MOD20.html') format('ttf');
}
@font-face {
    font-family: 'bodoni-72-bold';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('bodoni-72-bold'), url('../fonts/bodoni-72-bold.woff') format('woff');
}
 @font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light'), url('../fonts/Poppins-Light.woff') format('woff');
}

.float-left {float:left;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ArcherBoldPro';
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'ArcherBookPro';
    overflow-x: hidden;
}

p {
    font-family: 'ArcherBookPro';
}

a {
    text-decoration: none !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    font-family: 'ArcherBookPro';
    font-weight: 300;
}

a:focus {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: top 0.2s ease-in-out;
    background: transparent;
    padding: 0 50px;
}
.header.sticky {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    border-bottom: none;
}
.header-inner.sticky .navbar-expand-sm .navbar-nav .nav-link {
    color: #fff;
}
.nav-down {
    top: 0;
}
.nav-up {
    top: -88px;
}
.logo-scroll {
    display: none;
}
.header.inner-header.sticky .logo-scroll {
    display: block;
}
.header.sticky .navbar-brand {
    width: 100px;
}
.header.sticky .logo-fixed {
    display: none;
}
.header.sticky .logo-scroll {
    display: block;
}
.header .navbar>.container-fluid {
    padding: 0;
}
.header .navbar-expand-sm .navbar-nav .nav-link {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'ArcherBookPro';
    padding: 8px 26px;
    position: relative;
}

.header .navbar-expand-sm .navbar-nav .nav-link.active::after,
.header .navbar-expand-sm .navbar-nav .nav-link:hover::after{
    content: "";
    width: 150px;
    height: 7px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background: url(../../images/menu-hover.png) no-repeat center;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.header-inner .navbar-expand-sm .navbar-nav .nav-link.active::after,
.header-inner .navbar-expand-sm .navbar-nav .nav-link:hover::after {
    filter: none;
    -webkit-filter: none;
}

.header .navbar-expand-sm .navbar-collapse {
    justify-content: end;
}
.navbar-brand {
    width: 130px;
}
.search-button {
    margin: 0 0 0 20px;
}

.header .navbar>.container-fluid {
    align-items: start;
}
.menu-trigger {
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: url(../../images/menu-icon.png) no-repeat center;
    border-radius: 50%;
}
/* .menu-trigger.open {
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    visibility: visible;
    transform: scale(37.3147) translateZ(0px);
} */
/* .menu-trigger:hover {    
    background: #fff url(../../images/menu-icon.png) no-repeat center;
} */
.menu-container {
    position: relative;
}
.menu-bg {
    width: 70px;
    height: 70px;
    background: #FDFDF1;
    position: absolute;
    top: 18px;
    z-index: -1;
    border-radius: 50%;
    transform: none;
    transition: all linear 1s;
    visibility: hidden;
    position: fixed;
}
.header.sticky .menu-bg {
    top: 9px;
}
.menu-container:hover .menu-bg {
    visibility: visible;
}
.menu-container.open .menu-bg {
    width: 70%;
    height: 100%;
    max-width: 768px;
    visibility: visible;    
    transform: scale(20) translateZ(0px);
    border-radius: 0px;
    z-index: 99;   
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}
/* .menu-container.open .menu-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: hsla(0,0%,100%,.9);
    left: 0;
    top: 0;
    z-index: -1;
} */
.mega-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 768px;
    height: auto;
    /* background: #FDFDF1; */
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;    
}
.mega-menu.open {
    visibility: visible;
    opacity: 1;
}
/* .mega-menu::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: hsla(0,0%,100%,.9);
    left: 0;
    top: 0;
    z-index: -9;
} */
.menu-overlay {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    /* background: hsla(0,0%,100%,.9); */
    left: 0;
    top: 0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
}
.menu-overlay.open {
    visibility: visible;
    opacity: 1;
}
.close-menu {
    position: absolute;
    top: 30px;
    right: 62px;
    background: url(../../images/menu-close.png) no-repeat center;
    width: 47px;
    height: 47px;
    cursor: pointer;
}
.menu-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.menu-wrapper>div {
    flex: 0 0 50%;
    max-width: 50%;
}
.menu-right {
    display: flex;
    justify-content: center;
    background: #FDFDF1;
    padding: 90px 30px 0;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 772px;
}
/* .menu-left img {
    height: 100%;
} */
.menu-item>li:not(:last-child) {
    margin-bottom: 15px;
}
.menu-item>li>a {
    display: block;
    font-family: 'ArcherBookPro';
    font-size: 30px;
    text-transform: uppercase;
    color: #C2976C;
    position: relative;
}
.menu-right .social-icon ul>li>a {
    color: #C2976C;
    font-size: 16px;
}
.menu-right .social-icon ul>li {
    margin: 0;
}
.menu-right .social-icon ul>li:not(:last-child) {
    margin-right: 20px;
}
.block-banner {
    position: relative;
    height: 700px;
    min-height: 100vh;
    color: #fff;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    z-index: 1;
}
/* .block-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 46.88%);
    z-index: -1;
} */
.video-overlay {
    width: 100%;
    height: 100%;
    position: relative;
}
.video-overlay2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/main-banner-video.html) no-repeat center;
    background-size: cover;
}
.video-overlay video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.video-text h1 {
    font-weight: 400;
    font-size: 116px;
    line-height: 100px;
    color: #C2976C;
    margin: 0;
    text-transform: uppercase;
}

.block-indri-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #000;
    background-position: 0px 0px;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 120px 0;
}
.block-indri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 965px;
    min-height: 100vh;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #000;
    background-position: 0px 0px;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 120px 0;
}
.indri-content {
    max-width: 220px;
    width: 100%;
    padding-bottom: 50px;
}

.custom-button>a {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    font-family: 'ArcherSemiboldPro';
}

.custom-button>a:hover {
    color: #C2976C;
}

.custom-button>a:hover>img {
    filter: none;
    -webkit-filter: none;
}

.custom-button>a>img {
    margin-left: 5px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.text-gold {
    color: #C2976C !important;
}

.custom-link-img img {
    width: 100%;
}

.block {
    padding: 90px 0;
}

.block-award {
    background-color: #000;
}

.section-title h2 {
    font-family: 'ArcherBoldPro';
    font-weight: 400;
    font-size: 45px;
    line-height: 110%;
    margin-bottom: 60px;
}

.awards-wrapper ul {
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
    grid-gap: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.awards-wrapper ul li {
    width: 21%;
}

.awards-logo {
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.awards-text {
    color: #fff;
}

.awards-text h3 {
    font-family: 'ArcherBookPro';
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    min-height: 48px;
    margin-bottom: 10px;
}

.awards-text p {
    font-family: 'ArcherBookPro';
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.block-tasting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 716px;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.block-tasting .section-title {
    max-width: 340px;
    width: 100%;
}

.block-tasting .section-title h2 {
    margin-bottom: 25px;
}

.section-title p {
    font-family: 'ArcherBookPro';
    font-weight: 375;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 25px;
}

.block-story {
    background: url(../../images/story-bg.webp) no-repeat center bottom;
    background-size: cover;
    position: relative;
    padding-bottom: 220px;
    overflow: hidden;
}

.story-text {
    position: relative;
}
.barrel-wrap {
    position: absolute;
    bottom: -15px;
    width: 100%;
    left: 0;
}
.barrel-image img {
    width: 230px;
}
.block-story .section-title h2,
.block-global .section-title h2 {
    font-weight: 300;
    font-size: 65px;
    line-height: 108%;
    text-transform: uppercase;
    font-family: 'ArcherLightPro';
    margin-bottom: 120px;
}

.story-text h3 {
    font-size: 45px;
    line-height: 103%;
    margin-bottom: 15px;
    font-family: 'ArcherBoldPro';
}

.story-text>img {
    margin-bottom: 15px;
}

.story-text p {
    font-family: 'ArcherBookPro';
    font-size: 21px;
    line-height: 136%;
    margin: 0;
}

.slider-custom {
    height: 100vh;
    max-height: 100vh;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.video-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-slider video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.block-global {
    position: relative;
    min-height: 100vh;
    height: 100%;
    background: #FDFDF1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.block-global .section-title h2 {
    /* position: absolute; */
    white-space: nowrap;
    margin-bottom: 40px;
}
.country-list ul {
    font-size: 0;
}
.country-list ul>li {
    display: inline-block;
    font-family: 'ArcherMediumPro';
    font-size: 18px;
    line-height: 103%;
    text-transform: capitalize;
    color: #C2976C;
    width: 50%;
}

.country-list ul>li img {
    margin-right: 7px;
}

.country-list ul>li:not(:last-child) {
    margin-bottom: 22px;
}

.map {
    position: relative;
    padding-top: 30px;
}

.indri-map-pin {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.indri-1 {
    bottom: auto;
    top: 40%;
    left: 68%;
}

.indri-2 {
    top: 24%;
}

.indri-3 {
    top: 30%;
    left: 45%;
}

.indri-4 {
    top: 25%;
    left: 20%;
}
.indri-5 {
    right: 13%;
    left: auto;
    bottom: 24%;
}
.block-gallery {
    background-color: #000;
    padding-bottom: 90px;
}

.section-title2 h2 {
    font-family: 'ArcherLightPro';
    font-weight: 300;
    font-size: 80px;
    line-height: 110%;
    margin-bottom: 35px;
}

.gallery-wrapper ul>li {
    margin-top: 25px;
}

.gallery-wrapper ul>li img {
    width: 100%;
    height: 100%;
}

.custom-link-img {
    position: relative;
    z-index: 1;
}

.custom-link-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 81.77%);
    transform: rotate(-180deg);
}

.custom-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'ArcherMediumPro';
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
}

.custom-link a {
    color: #FFFFFF;
    font-family: 'ArcherMediumPro';
}

.block-link .row .col-lg-4 {
    overflow: hidden;
}

.custom-link-img {
    width: 100%;
    -webkit-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    overflow: hidden;
}

.custom-link-img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.block-instagram {
    background-color: #000;
    padding-top: 180px;
}

.block-instagram .section-title2 h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    font-family: 'ArcherMediumPro';
    margin-bottom: 5px;
}

.block-instagram .section-title2 h2 {
    font-size: 65px;
    line-height: 70px;
}

.block-instagram .row>.col-lg-4 {
    overflow: hidden;
}

.instagram-image,
.gallery-wrapper ul>li img {
    position: relative;
    width: 100%;
    -webkit-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    overflow: hidden;
}

.instagram-image:hover,
.gallery-wrapper ul>li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery-wrapper ul>li {
    overflow: hidden;
}

/* .instagram-image::before {
    content: "";
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

.block-global .custom-button>a>img {
    filter: none;
    -webkit-filter: none;
}

.block-tasting .custom-button>a>img {
    filter: none;
    -webkit-filter: none;
}

.block-tasting .custom-button>a:hover {
    color: #fff !important;
}

.block-tasting .custom-button>a:hover>img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.footer-top,
.block-link {
    background: #000;
}

.footer-logo {
    margin-bottom: 35px;
}

.social-icon h2 {
    font-family: 'ArcherBookPro';
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.social-icon ul {
    margin-bottom: 60px;
}

.social-icon ul>li {
    display: inline-block;
    margin: 0 16px;
}

.social-icon ul>li>a {
    font-size: 25px;
    color: #fff;
    display: block;
}
.social-icon ul>li>a:hover {
    color: #BE935F;
}

.footer-link ul>li {
    display: inline-block;
}
.footer-link ul>li:not(:last-child) {
    margin-right: 16px;
}
.footer-link ul>li>a {
    display: block;
    font-family: 'ArcherBookPro';
    font-size: 15px;
    padding: 0;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}
.footer-link ul>li>a:hover::after, .menu-item>li>a:hover::after {
    content: "";
    width: 125px;
    height: 6px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    bottom: auto;
    background: url(../../images/menu-hover.png) no-repeat center;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.menu-item>li>a:hover::after {
    filter: none;
    -webkit-filter: none;
    left: 0;
    transform: translateX(0);
    bottom: auto;
    top: 0;
}

/* .footer-link ul>li>a:hover,
.social-icon ul>li>a:hover {
    color: #C2976C;
} */

.footer-bottom {
    padding: 30px 0;
    background: #BE935F;
}

.footer-text p {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    font-family: 'ArcherBookPro';
    color: #FFFFFF;
}
.footer-text p a {
    font-family: 'ArcherBookPro';
}
.footer-text p:last-child {
    margin: 0;
}


/* The Whisky CSS */

.header-inner {
    position: static;
    background: #FFFDF2;
    border-bottom: 1px solid #eee;
}

.header .navbar>.container-fluid {
    align-items: center;
}

.header-inner .navbar-expand-sm .navbar-collapse {
    margin-top: 0;
}

.header-inner .search-button {
    margin: 0 0 0 20px;
}

.header-inner .navbar-expand-sm .navbar-nav .nav-link {
    color: #201F1F;
}
.block-elevate-1{
    background: #000000;
    position: relative;
}

.block-elevate {
    background: #FFFDF2;
    position: relative;
}

.elevate-content {
    padding: 35px 0;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}

.top-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-making .indri-content {
    max-width: 568px;
}

.block-making .section-title h2 span {
    font-family: 'ArcherBookPro';
}

.bg-black {
    background-color: #000;
}

.trinity-content {
    padding: 60px;
}

.block-feature {
    position: relative;
    z-index: 1;
}

.block-feature::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 70.88%);
    z-index: -1;
}

.block-feature::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.536581) 52.08%, rgba(0, 0, 0, 0.411458) 66.15%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
    z-index: -1;
}

.product-text img {
    margin-bottom: 15px;
}

.product-text p {
    font-family: 'ArcherBookPro';
    font-weight: 375;
    font-size: 20px;
    line-height: 140.5%;
    letter-spacing: 0.015em;
    margin: 0;
}


/* End The Whisky CSS */


/* My Css Start */


/* Tasting Notes Css Start */

.taste-awaken {
    background-color: #FFFDF2;
}

.taste-awaken-content h6 {
    font-family: 'ArcherSemiboldPro';
    font-size: 45px;
    line-height: 45px;
    align-items: center;
    text-transform: capitalize;
    color: #C2976C;
}

.taste-awaken-content p {
    font-family: 'Archer';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 165%;
    padding-right: 25%;
    align-items: center;
    color: #C2976C;
}
.block-custom-slider {
    background: #000;
}
.tasting-notes {
    background: url(../../images/tasting-note-background-img.jpg) no-repeat center;
    background-size: cover;
    /* padding-bottom: 260px; */
    padding-top: 80px;
    padding-bottom: 100px;
    /* height: 100%; */
}

.tasting-notes-head h2 {
    font-family: 'ArcherLightPro';
    font-size: 65px;
    line-height: 165%;
    align-items: center;
    text-transform: uppercase;
    color: #C2976C;
    padding-top: 100px;
    padding-bottom: 100px;
}

.tasting-notes-content h4 {
    font-size: 45px;
    line-height: 150%;
    align-items: center;
    text-transform: capitalize;
    color: #C2976C;
}

.tasting-notes-content p {
    font-family: 'ArcherBookPro';
    font-weight: 375;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    padding-right: 50px;
}

.center-alignment {
    text-align: center;
}


/* Tasting Notes Css End */


/* Our Story Css Start */

.ignite-para p {
    font-weight: 400;
    font-size: 21px;
    line-height: 165%;
    align-items: center;
    color: #C2976C;
}


/* Our Story Css End */


/* My Css End */


/* Article Page CSS */
.right .news-image {
    left: auto;
    right: -80px;
}
.block-article {
    background: url(../../images/article.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.news-wrapper {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    padding: 140px 0 100px;
    width: 100%;
    max-width: 985px;
    margin: auto;
}

.news-content.section-title {
    padding: 0 40px;
}

.news-box {
    position: relative;
}

.news-image {
    margin-left: -80px;
}
.newdata .news-box .right .news-image {
    margin-left: 0;
    margin-right: -80px;
}
.news-content h2,
ul.news-date {
    margin-bottom: 15px;
}

ul.news-date>li {
    display: inline-block;
    font-family: 'ArcherBookPro';
    font-weight: 375;
    font-size: 18px;
    line-height: 134%;
    text-transform: capitalize;
    color: #C2976C;
}

ul.news-date>li:not(:last-child)::after {
    content: "|";
    padding-left: 7px;
}

ul.news-date>li>a {
    color: #C2976C;
    font-family: 'ArcherBookPro';
}

ul.news-date>li:not(:last-child) {
    margin-right: 7px;
}

.bor-bottom {
    border-bottom: 1px solid #605858;
    padding-bottom: 50px;
}
.newdata .news-box:not(:last-child) {
    margin-bottom: 90px;
}
.news-content h2 {
    font-size: 35px;
    line-height: 45px;
    text-transform: capitalize;
}

.bor-bottom.cs-bot {
    margin-bottom: 90px;
}


/* End Article Page CSS */


/* Our Distillery Page CSS */
.block-distillery .section-title p {
    font-size: 45px;
    line-height: 52px;
    font-family: 'ArcherBoldPro';
}
.list-item ul {
    text-align: center;
}
.list-item ul>li {
    display: inline-block;
    font-family: 'ArcherBoldPro';
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    text-transform: uppercase;
    color: #C2976C;
    position: relative;
}
.list-item ul>li:not(:last-child)::after {
    content: "";
    width: 40px;
    height: 8px;
    display: block;
    position: absolute;
    right: -98px;
    top: 15px;
    background: url(../../images/story-title.png) no-repeat center;
}
.list-item ul>li:not(:last-child) {
    margin-right: 160px;
}
.manufacture-text .section-title {
    padding-left: 30px;
}
.block-master {
    position: relative;
    background: #FDFDF1;
}
.top-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.master-wrap {
    padding: 0 0 60px;
}
.master-wrap .section-title h2 {
    font-size: 65px;
    line-height: 73px;
    margin: 0;
    font-family: 'ArcherMediumPro';
    text-transform: uppercase;
}
.mas-wrapper {
    max-width: 893px;
    width: 100%;
    margin: auto;
}
.bg-brown {
    background: rgba(190, 147, 95, 0.97);
    width: 100%;
    height: 100%;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-master-content h2 {
    font-family: 'ArcherBoldPro';
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.our-master-content p {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    padding-bottom: 0;
}
.our-master-content p.our-master {
    font-size: 29.6726px;
    line-height: 165%;
    text-transform: capitalize;
    color: #FFFFFF;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
}
.warehouse-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: auto;
}
.warehouse-wrap .left-content {
    flex: 0 0 380px;
    max-width: 380px;
    background: #FDFDF1;
    border-radius: 5px;
    position: absolute;
    left: 0;
    padding: 70px 45px;
    z-index: 1;
}
.warehouse-wrap .right-content {
    flex: 0 0 80%;
    max-width: 80%;
}
.left-content .custom-button>a {
    color: #000;
}
.left-content .custom-button>a>img {
    filter: none;
    -webkit-filter: none;
}
.block-counter {
    background: url(../../images/counter-bg.jpg) no-repeat center;
    background-size: cover;
}
.counter-box h2 {
    font-family: 'ArcherBookPro';
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    text-transform: capitalize;
    margin: 30px 0 0;
}
.counter-box h2 span {
    display: block;
    font-size: 65px;
    line-height: 110%;
    margin-bottom: 10px;
}
.counter-box img {
    height: 81px;
}
/* End Our Distillery Page CSS */


/* Awards Page CSS */
.block-awards {
    background: #000 url(../../images/award-bg.png) no-repeat center;
    background-size: cover;
}
.custom-pad {
    padding: 0 90px;
}
.section-title p.para2 {
    font-size: 25px;
    font-family: 'ArcherBoldPro';
}
.block-isc-award {
    background: #000 url(../../images/isc-award-bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 45px;
}
.isc-award-wrap {
    background: #FFFEF2;
    padding: 60px;
}
.block-iwc-award {
    background: #000;
    padding: 60px 0;
}
.block-iwc-award .section-title {
    padding-left: 30px;
}
.block-nw-award {
    background: #000 url(../../images/nw-award.png) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.comments {
    padding: 0 60px;
    position: relative;
}
.comments span {
    position: absolute;
}
.comments .qoute1 {
    left: -60px;
    top: 0;
}
.comments .qoute2 {
    right: 0;
    bottom: -15px;
}
.section-title .commentor {
    font-size: 24px;
    text-transform: capitalize;
    font-family: 'ArcherBoldPro';
}
.block-spirits-challenge {
    background: #000;
    background-size: cover !important;
}
/* End Awards Page CSS */

/* Contact us Page CSS */
.contact-box h3 {
    font-size: 38px;
    line-height: 165%;
    text-transform: uppercase;
    font-family: 'ArcherMediumPro';
}
.contact-box h4 {
    font-size: 25px;
    line-height: 165%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: 'ArcherSemiboldPro';
    white-space: nowrap;
}
.contact-box ul>li {
    font-family: 'ArcherMediumPro';
    font-size: 18px;
    line-height: 165%;
    color: #C2976C;
    position: relative;
    padding-left: 30px;
}
.contact-box ul>li>a {
    color: #C2976C;
    font-family: 'ArcherMediumPro';
}
.contact-box ul>li:not(:last-child) {
    margin-bottom: 15px;
}
.contact-box h5 {
    font-family: 'ArcherSemiboldPro';
    font-size: 21px;
    line-height: 165%;
    display: flex;
    align-items: center;
    color: #C2976C;
    white-space: nowrap;
}
.contact-box ul>li>i {
    position: absolute;
    left: 0;
    top: 6px;
}
/* End Contact us Page CSS */

/* Our Process Page CSS */
.block-process .section-title p.para2 {
    font-size: 45px;
    line-height: 113%;
    font-family: 'ArcherSemiboldPro';
}
.block-our-process {
    background: #000 url(../../images/process-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.process-wrapper {
    background: #FFFDF2;
    border-radius: 5px;
    padding: 70px 60px 60px 48px;
    position: relative;
    z-index: 1;
    max-width: 1067px;
    margin: auto;
    width: 100%;
    overflow: hidden;
}
.process-wrapper::before {
    content: "";
    width: 509px;
    height: 2835px;
    display: block;
    position: absolute;
    background: url(../../images/animate-line.png) no-repeat center;
    left: 66px;
    top: 130px;
    z-index: -1;
}
.process-box h2 {
    font-family: 'ArcherBoldPro';
    font-size: 45px;
    line-height: 134%;
    text-transform: capitalize;
}
.process-box p {
    font-size: 18px;
    line-height: 150%;
    margin: 0;
    font-family: 'ArcherMediumPro';
}
.process-wrapper .row-custom {
    margin-bottom: 134px;
}
.process-box {
    position: relative;
    padding-left: 80px;
}
.number {
    width: 56px;
    height: 56px;
    border: 1px dashed #C2976C;
    display: block;
    position: absolute;
    left: -5px;
    top: 6px;
    text-align: center;
    font-family: 'ArcherBoldPro';
    font-size: 35px;
    color: #C2976C;
    border-radius: 50%;
    line-height: 46px;
    background: #FFFDF2;
}

/* End Our Process Page CSS */

/* Store Locator page Page CSS */
.block-store .section-title2 {
    width: 100%;
}
.search-form .form-control {
    background: #FFFDF2;
    border: 1px solid #938C86;
    height: 70px;
    font-family: 'ArcherLightPro';
    font-size: 21px;
    line-height: 165%;
    color: #000000;
    padding: 0.375rem 1.5rem;
}
.search-form .form-control::placeholder {
    color: #000000;
}
.search-form .form-control:focus {
    box-shadow: none;
}
.search-form .form-group:not(:last-child) {
    margin-bottom: 20px;
}
.search-form select.form-control {
    background: #FFFDF2 url(../../images/select-arrow.png) no-repeat top 30px right 30px;
}
.btn-submit {
    font-size: 21px;
    line-height: 165%;
    background: #B10306;
    border-radius: 5px;
    color: #fff;
    padding: 16px 85px;
    text-transform: uppercase;
    font-family: 'ArcherLightPro';
    border: none !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
}
.btn-submit:hover {
    background-color: #c3986c !important;
    color: #fff !important;
}
.block-result {
    background: #000 url(../../images/search-result-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.search-title h2 {
    font-size: 45px;
    line-height: 134%;
    margin-bottom: 25px;
}
.search-title ul {
    border-top: 1px solid #C2976C;
    border-bottom: 1px solid #C2976C;
    padding: 11px 0;
}
.search-title ul>li {
    display: inline-block;
    font-size: 21px;
    line-height: 134%;
}
.search-title ul>li:not(:last-child) {
    margin-right: 30px;
}
.search-result h3 {
    font-size: 22px;
    line-height: 134%;
    margin-bottom: 20px;
}
.search-result p {
    font-size: 16px;
    line-height: 136%;
    margin-bottom: 0;
    text-transform: uppercase;
}
.search-wrapper .search-result {
    margin-bottom: 45px;
}
.search-again ul>li {
    display: inline-block;
}
.search-again ul>li:not(:last-child) {
    margin-right: 45px;
}
.search-again ul>li>a {
    font-size: 21px;
    line-height: 165%;
    color: #C2976C;
    text-decoration: underline !important;
    display: block;
}
.search-again ul>li>a img {
    margin-left: 5px;
}
/* End Store Locator page Page CSS */

.block-whisky .video-overlay2:before {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.494792) 46.41%, rgba(0, 0, 0, 0) 70.88%);
}
.block-whisky .video-wrapper2 {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.block-whisky .indri-content {
    max-width: 566px;
}
.block-whisky .section-title h2 span {
    font-family: 'Playfair Display Regular';
    font-weight: normal;
}
.block-whisky .section-title h2 {
    text-transform: capitalize;
}
.our-master-img {
    position: relative;
}
.video-icon {
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
}
#exampleModal .modal-dialog {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.block-story-video .video-overlay2:before {
    background: rgba(0,0,0,0.60);
    transform: rotate(-180deg);
}
.block-story-video .video-icon {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.modal-backdrop.show {
    opacity: 0.9 !important;
}
#exampleModal .modal-content {
    background: transparent;
}
#exampleModal .modal-body, #exampleModal .modal-header {
    padding: 0;
    border: none;
}
#exampleModal .btn-close {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    opacity: 1;
    position: absolute;
    right: 0;
    top: -30px;
}
#exampleModal {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.modal_video_outer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.modal_video_outer iframe, .modal_video_outer video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.bg-cover {
    background-size: cover;
}
.bg-positioon {
    background-position: center;
}

.right-content .slick-arrow {
    position: absolute;
    bottom: -15px;
    right: 30px;
    width: 39px;
    height: 39px;
    border: none;
    font-size: 0;
    border-radius: 50%;
    background-size: cover;
    z-index: 1;
}
.right-content .slick-prev {
    right: 80px;
}
.right-content .slick-prev {
    background: url(../../images/prev-icon.png) no-repeat center;
}
.right-content .slick-next {
    background: url(../../images/next-icon.png) no-repeat center;
}
.home-button {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.mouse {
    width: 30px;
    height: 60px;
    top: -60px;
}
.mouse {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 49px;
    top: -100px;
    left: 50%;
    bottom: 35px;
    width: 26px;
    margin-left: -13px;
    border-radius: 15px;
    border: 2px solid #c3986c;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mouse .mouse__wheel {
    position: absolute;
    width: 4px;
    height: 25px;
    left: 50%;
    top: 10px;
    margin-left: -2px;
    background: #c3986c;
    border-radius: 2px;
    -webkit-animation: mouse-wheel 1.25s infinite linear;
    animation: mouse-wheel 1.25s infinite linear;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
@-webkit-keyframes mouse-wheel {
    0%,
    to {
        -webkit-transform: scaleY(0.4) translateY(0);
        transform: scaleY(0.4) translateY(0)
    }
    20% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }
    60% {
        -webkit-transform: scaleY(0.4) translateY(12px);
        transform: scaleY(0.4) translateY(12px)
    }
}

@keyframes mouse-wheel {
    0%,
    to {
        -webkit-transform: scaleY(0.4) translateY(0);
        transform: scaleY(0.4) translateY(0)
    }
    20% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }
    60% {
        -webkit-transform: scaleY(0.4) translateY(12px);
        transform: scaleY(0.4) translateY(12px)
    }
}
.video-process .video-overlay2:before {
    background: rgba(0,0,0,0.60);
}
.video-cnt-wrap {
    background: rgba(0, 0, 0, 0.65);
    padding: 30px 30px 30px 0;
    width: calc(100% - 60px);
    margin-left: auto;
    position: relative;
}
.video-cnt-img {
    position: relative;
    left: -60px;
    width: calc(100% + 60px);
}
.video-cnt h2 {
    font-family: 'ArcherSemiboldPro';
    font-size: 35px;
    line-height: 134%;
    text-transform: capitalize;
    color: #C2976C;
}
.video-cnt p {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}
ul.menu-item.mb-4 {
    margin-bottom: 2.5rem !important;
}
.trini-img {
    max-width: 340px;
    width: 100%;
    margin-bottom: 20px;
}
.ml-5 {
    margin-left: 5px;
}
.instagram-images 
 blockquote {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    margin: 0;
}
.btn-arrow {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
.custom-button>a.loadmore>i {
    margin-left: 5px;
    font-size: 12px;
}
.dark-btn.loadmore {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
}
.dark-btn.loadmore:hover {
    color: #C2976C;
}
.dark-btn.loadmore::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
}
.news-content.section-title h2>a {
    color: #C2976C;
}
.block-store .elevate-content {
    padding-right: 35px;
}
.error {
    color: red;
    margin-top: 3px;
    display: block;
}
.search-form select.form-control.sel-error {
    border-color: red;
}

.modal-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: #000000a8;
}
.modal-main.show {
    display: block;
}
.modal-main .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: transparent;
    display: block;
}
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
    max-width: 630px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 1.75rem auto;
}
#myModal123 .modal-header img {
    width: 110px;
}
.popup-title {
    font-size: 32px;
    font-weight: 600;
    color: white;
    margin-top: 20px;
    margin-bottom: 25px;
}
#no-Modal {
    margin-bottom: 10px;
}
.no-content {
    display: none;
    color: #B28564;
    font-size: 20px;
}
.main-popup-btn {
    background-color: #B28564;
    font-size: 17px;
    padding: 3px 20px 3px 20px;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    border-color: none;
    font-family: 'Lato';
}
.modal-main .modal-header {
    background-color: transparent;
    display: block;
    text-align: center;
    border-bottom: none;
}
.indri-6 {
    top: 18%;
    left: 16%;
    right: auto;
}
.indri-7 {
    top: 23%;
    left: auto;
    right: 29%;
}
.indri-8 {
    top: 31%;
    left: auto;
    right: 9%;
}
.indri-9 {
    top: 31%;
    left: auto;
    right: 14%;
}
.indri-10 {
    top: 44%;
    left: auto;
    right: 15%;
    bottom: auto;
}
.indri-11 {
    bottom: 30%;
    left: 73%;
}
.indri-12 {
    bottom: 42%;
    left: 55%;
}

.diwali-collecction {
    background-size: cover;
    padding: 0 0 60px;
    background-position: bottom center;
    background-repeat: no-repeat;background-image:url('../../images/diwali-collection-bg.webp');
}
.diwali-collecction .section-title h2 {
    font-family: 'ArcherBoldPro';
    margin-bottom: 40px;
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}
.diwali-collecction .section-title p {
    font-family: 'ArcherMediumPro';
    margin-bottom: 40px;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #C2976C;
}
.launching-soon {
    color: #FFF;
    font-family: 'ArcherBookPro';
    font-size: 25px;
    font-style: italic;
    font-weight: 325;
    line-height: 71.318px; /* 285.272% */
    text-transform: uppercase;
}
.diwali-collecction .section-title {
    padding-left: 60px;
}
/*Diwali Collecction css start*/
.diwali-banner-block {
	width: 100%;
	position: relative;
    background-image: url('../../images/home-banner-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.diwali-banner-block .section-title {
    padding-top: 50px;
}
.diwali-banner-block .section-title h2 {
    font-family: 'ArcherBoldPro';
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: 71px; 
    text-transform: uppercase;
	margin: 0;
}
.diwali-banner-block .section-title p {
	font-family: 'ArcherMediumPro';
	font-size: 25px;
	font-style: normal;
	font-weight: 375;
	line-height: 40px;
	margin: 40px 0;
}
.diwali-banner-block .section-title .launching-soon {
	color: #FFF;
	font-family: 'ArcherBookPro';
	font-size: 25px;
	font-style: italic;
	font-weight: 325;
	line-height: 71px;
	text-transform: uppercase;
}
.indri-best-block {
	width: 100%;
	position: relative;
    background-image: url('../../images/indri-best.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.indri-best-block .content {
	width: 100%;
	max-width: 880px;	
	margin: 0 auto;
}
.indri-best-block .content p {
	color: #FFF;
	font-family: 'ArcherBoldPro';
	font-family: Archer;
	font-size: 18px;
	font-style: normal;
	font-weight: 375;
	line-height: 150%; 
	margin-bottom: 40px
}
.indri-best-block .content .img {
	width: 100%;
	margin-bottom: 40px
}
/*Diwali Collecction css close*/

/*The Expressions CSS*/
.menu-box {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}
.menu-bottle {
    margin-right: 10px;
}
.menu-text {
    margin-bottom: 20px;
}
.brand-title {
    color: #ffffff;
    font-family: 'Playfair Display Regular';
    margin-bottom: 10px;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}
.brand-title span {
    display: inline-block;
    vertical-align: 30px;
}
.menu-text p {
    color: #FFF;
    font-family: 'ArcherBookPro';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 151%; 
    letter-spacing: 0.3px;
    margin-bottom: 35px;
}
.brand-bottom img {
    margin-bottom: 10px;
}
.brand-subtitle {
    color: #FFF;
    font-family: 'ArcherBookPro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 151%; /* 24.16px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
.brand-line {
    color: #C2976C;
    font-family: 'ArcherBookPro';
    font-size: 18px;
    font-style: normal;
    font-weight: 375;
    line-height: 120%;
    letter-spacing: 0.36px;
}
.brand-subtitle span > span {
    border-top: 1px solid #fff;
    margin-top: 2px;
    padding-top: 2px;
    display: block;
}
.product-text span {
    width: 103px;
    height: 103px;
    line-height: 103px;
    display: inline-block;
    border: 1px dashed #D9B590;
    border-radius: 50%;
    margin-bottom: 15px;
    color: #FFF;
    text-align: center;
    font-family: 'ArcherBookPro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.mt-cs {
    margin-top: 60px;
}
.indri-image span {
    display: inline-block;
    vertical-align: top;
}
.trini-title2 {
    font-family: 'Playfair Display Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
    text-align: center;
}
.trini-title2 span {
    display: block;
    border-top: 1px solid #C3996C;
    margin: 5px 0 0;
    padding-top: 5px;
}
.award-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.award-logo {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.award-row .award-content {
    padding-left: 30px;
}
.the-maturation-heading {
    font-family: 'Playfair Display Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 151%;
    text-align: left;
    letter-spacing: 0.02em;
    color: #fff;
}
.award-head {
    font-family: 'ArcherBookPro';
    color: #fff;
    padding-top: 0.5rem;
    font-size: 14px;
}
.award-text {
    color: #fff;
    font-family: 'ArcherBookPro';
    font-size: 14px;
    font-weight: 500;
}
.indri-image span img {
    width: 165px;
    margin-left: 5px;
}
/*The Expressions CSS End*/

/* Dropdown Menu CSS */
.menu-right .menu-item {
    width: 100%;
}
.menu-item>li>a {
    display: inline-block;
}
.menu-item-has-children {
    position: relative;
}
.child-trigger {
    position: absolute;
    width: 39px;
    height: 39px;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}
.child-trigger::after, .child-trigger::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #C2976C;
    position: absolute;
    left: 50%;
    top: 50%;
}
.child-trigger::after {
    transform: rotate(90deg);
}
.child-trigger.child-open::after {
    transform: rotate(0);
}
ul.sub-menu{
    transition: all .42s ease-out 0s;
    -moz-transition: all .42s ease-out 0s;
    -webkit-transition: all .42s ease-out 0s;
}
ul.sub-menu>li>a {
    display: block;
    font-family: 'ArcherBookPro';
    font-size: 16px;
    text-transform: uppercase;
    color: #C2976C;
    position: relative;
    padding: 3px 0;
    padding-left: 20px;
    
}
ul.sub-menu>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    background: url(../../images/dot.png) no-repeat center;
    background-size: cover;
}
/* End Dropdown Menu CSS */

/* Store loactor CSS */
.search-result h3>a {
    color: #C2976C;
}
ul.store {
    text-align: center;
    background: #FFFDF2;
    border-bottom: 1px solid #eee;
}

ul.store li {
    background: none;
    color: #C2976C;
    display: inline-block;
    padding: 12px 15px;
    cursor: pointer;
    font-family: 'ArcherBookPro';
    font-weight: 375;
    font-size: 20px;
    line-height: 150%;
}
ul.store li.current {
    background: #c2976c;
    color: #fff;
}
.store-content .tab-content {
    display: none;
}
.store-content .tab-content.current {
    display: inherit;
}
ul.int-store {
    margin-bottom: 30px;
    text-align: center;
}
ul.int-store>li {
    display: inline-block;
    font-size: 18px;
    line-height: 134%;
    color: #fff;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    text-transform: uppercase;
}
ul.int-store>li.current {
    border-bottom: 1px solid #C2976C;
}
ul.int-store>li:not(:last-child) {
    margin-right: 16px;
}
.int-content .int-tab-content {
    display: none;
}
.int-content .int-tab-content.current {
    display: inherit;
}
/* End Store loactor CSS */

/* City Series CSS */
.block-citySeries {
    padding: 60px 0;
    background: url(../../images/the-city-series-bg.jpg) no-repeat center;
    background-size: cover;
}
.block-citySeries .section-title h2 {
    font-size: 60px;
    color: #2F1E0F !important;
    margin-bottom: 10px;
    font-family: 'modern no 20';
    line-height: normal;
    position: relative;
    display: inline-block;
}
.block-citySeries .section-title h2::before, .block-citySeries .section-title h2::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #2F1E0F;
    display: inline-block;
    vertical-align: middle;
}
.block-citySeries .section-title p {
    color: #5C3E2A !important;
    font-family: 'ArcherSemiboldPro';
}
.tasting-notes-series .tasting-notes-head h2 {
    padding: 0;
}
.block-citySeries-2 {
    padding: 60px 0;
    background: url(../../images/the-city-series-bg-2.jpg) no-repeat center;
    background-size: cover;
}
.indri-city-series {
    text-align: right;
}
.block-citySeries-2 .section-title {
    padding-top: 30px;
}
.block-citySeries-2 .section-title h2 {
    font-size: 45px;
    line-height: normal;
    color: #2F1E0F !important;
    margin-bottom: 0px;
    font-family: 'modern no 20';
     position: relative;
    display: inline-block;
}
.block-citySeries-2 .section-title h2::before, .block-citySeries-2 .section-title h2::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #2F1E0F;
    display: inline-block;
    vertical-align: middle;
}
.block-citySeries-2 .section-title h3 {
    font-size: 35px;
    color: #2F1E0F;
    font-family: 'ArcherLightPro';
    font-weight: 300;
    margin-bottom: 30px;
}
.block-citySeries-2 .section-title p {
    color: #5C3E2A !important;
    font-family: 'ArcherSemiboldPro';
    text-align: justify;
}
.tasting-notes-series {
    /*background: #000 url(https://www.indri.in/images/tasting-notes-bg.png) no-repeat bottom;*/
    background: #000;
    background-size: contain;
    padding: 45px 0 0;
}
.block-citySeries .section-title {
    max-width: 800px;
    margin: auto;
    width: 100%;
}
/* End City Series CSS */


/* Indri 11 Year Page */

.block-custom {
    padding: 60px 0;
}
.block-logo {
    padding: 0;
}
.black-bg {
    background: #000000;
}
.indri-11year {
    width: 483px;
    height: 284px;
    line-height: 284px;
    background: url(../../images/11year-logo-bg.png) no-repeat center;
    margin: auto;
    text-align: center;
    background-size: cover;
}
.bor-bottom {
    border-bottom: 1px dashed #5B5B5B;
}
.section-title-2 {
    margin-bottom: 35px;
}
.section-title-2 h2 {
    font-family: 'bodoni-72-bold';
    font-size: 46px;
    line-height: 55px;
    background: linear-gradient(90deg, #4D4D4D 0%, #D8D8D8 32%, #FFFFFF 52%, #D8D8D8 72%, #4D4D4D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.section-title-2 p {
    font-size: 18px;
    line-height: 28px;
    background: linear-gradient(90deg, #4D4D4D 0%, #D8D8D8 32%, #FFFFFF 52%, #D8D8D8 72%, #4D4D4D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: capitalize;
    margin: 0;
}
.founder-reserve-text img {
    margin-bottom: 25px;
    width: 240px;
}
.founder-reserve-text p {
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    color: #AAAAAA;
    text-align-last: center;
}
.our-founder .founder-reserve-text p {
    text-align-last: left;
}
.our-founder .founder-reserve-text {
    padding-left: 20px;
}
.three-tasting-notes {
    position: relative;
    z-index: 1;
}
.three-tasting-notes::before {
    content: "";
    width: 716px;
    height: 525px;
    background: url(../../images/tasting-notes-bg1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.three-tasting-notes::after {
    content: "";
    width: 480px;
    height: 530px;
    background: url(../../images/tasting-notes-bg2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: -1;
}
.three-tasting-notes .bor-bottom2>div:not(:last-child) {
    margin-bottom: 60px;
}
.tasting-notes-text h3 {
    font-size: 34px;
    color: #AAAAAA;
    font-family: 'ArcherBookPro';
    text-transform: uppercase;
    margin-bottom: 18px;
}
.tasting-notes-text p {
    font-size: 18px;
    color: #AAAAAA;
    text-align: justify;
    margin-bottom: 10px;
}
.tasting-notes-text p:last-child {
    margin-bottom: 0;
}
.tasting-notes-text {
    position: relative;
    padding-left: 30px;
}
.tasting-notes-text::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/tasting-note-border.png) no-repeat center;
    background-size: cover;
}
.video-wrap {
    position: relative;
}
.video-icon2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
}

.marquee-wrapper {
    overflow: hidden;
    margin-top: 30px;
}

.marquee-wrapper .slick-marquee img {
    width: 150px;
    margin: 0 10px;
}

.marquee-wrapper .bottom-row {
    direction: rtl;
    margin-top: 10px;
}

.marquee-wrapper .bottom-row .slick-track {
    direction: ltr !important;
}

.slick-marquee .slick-list {
    margin: 0 -5px;
}

.slick-marquee .slick-list .slick-slide {
    padding: 0 5px;
}
.tropical-ageing {
    background: #000000 url(../../images/tropical-ageing.png) no-repeat center;
    background-size: 100% 100%;
}
.globe {
    max-width: 612px;
    width: 100%;
    height: 371px;
    margin: 5em auto;
    background: url(../../images/globe.png) no-repeat center/cover;
}

  .temperature {
    font-size: 62px;
    line-height: normal;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Playfair Display Regular';
}

.month-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-top: 0;
    position: absolute;
    bottom: -15%;
    width: 100%;
    color: #fff;
    font-size: 18px;
}
#month {
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 30px;
    width: 120px;
    text-align: center;
}

  .arrow {
    cursor: pointer;
  }

  .years {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
}
.years>span {
    position: absolute;
    border: 1px solid transparent;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}
.years>span:first-child {
    right: 10%;
    bottom: 0;
}
.years>span:nth-child(2) {
    right: 11%;
    bottom: 30%;
}
.years>span:nth-child(3) {
    right: 15%;
    bottom: 60%;
}
.years>span:nth-child(4) {
    right: 20%;
    bottom: 90%;
}
.years>span:nth-child(5) {
    right: 30%;
    bottom: 105%;
}
.years>span:nth-child(6) {
    right: 43%;
    top: -32%;
}
.years>span:nth-child(7) {
    left: 39%;
    top: -30%;
}
.years>span:nth-child(8) {
    left: 26%;
    top: -20%;
}
.years>span:nth-child(9) {
    left: 15%;
    top: 0%;
}
.years>span:nth-child(10) {
    left: 10%;
    top: 30%;
}
.years>span:nth-child(11) {
    left: 10%;
    top: 60%;
}
.years>span:nth-child(12) {
    left: 10%;
    bottom: 0;
}
.year {
    cursor: pointer;
    transition: opacity 0.3s;
    color: #373737;
    font-family: 'Playfair Display Regular';
    font-size: 18px;
}

.year.active {
    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

  .footer-note {
    color: #aaa;
    margin-top: 5em;
    font-size: 18px;
    text-align: center;
}
.bor-bottom2 {
    position: relative;
}
.bor-bottom2::after {
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -60px;
    opacity: 0.5;
}
.gallery-slider .slick-list {
    margin: 0 -15px;
}
.gallery-slider .slick-slide {
    padding: 0 15px;
}
.gallery-slider .slick-arrow {
    width: 35px;
    height: 35px;
    font-size: 0;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 1;
    border: none;
}
.gallery-slider .slick-next {
    left: auto;
    right: 10px;
}
.gallery-slider .slick-prev::before {
    content: "<";
    font-size: 20px;
    color: #000;
    line-height: normal;
}
.gallery-slider .slick-next::before {
    content: ">";
    font-size: 20px;
    color: #000;
    line-height: normal;
}
.video-popup .modal-dialog-centered {
    max-width: 800px;
}
.video-popup .modal-dialog-centered .modal-header {
    background: #eee;
}
.video-popup .modal-dialog-centered .modal-body {
    padding: 0;
}

/* .scroll-content .bor-bottom2 {
    display: none;
}
.scroll-content .bor-bottom2.active {
    display: block;
} */
.founder-reserve .sticky{position: sticky;top: 100px}
.founder-reserve .scroll-content{position: relative;}
.founder-reserve .hideContent {
    height: 100vh;
    overflow: hidden;
    position: sticky;
    top: 30px;
    min-height: 600px;
}
.founder-reserve-text h2 {
    font-family: 'bodoni-72-bold';
    font-size: 32px;
    line-height: normal;
    background: linear-gradient(90deg, #4D4D4D 0%, #D8D8D8 32%, #FFFFFF 52%, #D8D8D8 72%, #4D4D4D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 2px;
}
.founder-reserve-logo {
    max-width: 262px;
}
.scroll-content *{ transition: all linear 0.3s;}
.scroll-content .bor-bottom2 { position: absolute; width: 100%;}
.scroll-content .founder-reserve-text{opacity:0;}
.scroll-content .founder-reserve-img{opacity:0;}
.scroll-content .active .founder-reserve-text{opacity:1;}
.scroll-content .active .founder-reserve-img{opacity:1;}
.founder-reserve .hideContent .bor-bottom2::after {
    content: none;
}
.tropical-ageing .section-title-2 {
    margin-bottom: 65px;
}
.founder-reserve .section-title-2 {
    margin-bottom: 15px;
}
.founder-reserve .founder-reserve-text {
    padding: 30px 20px;
    background: url(../../images/bottle-text-bg.png) no-repeat center;
    background-size: cover;

}
.block-award .awards-wrapper ul {
    grid-gap: 15px;
}
.block-award .awards-wrapper ul li {
    width: 18%;
    margin-top: 15px;
}
.block-award .awards-logo {
    margin-bottom: 10px;
}
.mute-button {
    position: absolute;
    bottom: 15%;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .bor-bottom2{position: relative;}
.bor-bottom2 .imgAnim{position: absolute;left: 50%;transform: translate(-50%);top: 0}
.bor-bottom2.move .imgAnim{left: 70%}
.bor-bottom2 .textAnim{opacity: 0; position: absolute; top: 60px; left: 15%;}
.bor-bottom2.move .textAnim{opacity: 1;left: 4%;}
.founder-reserve-logo {
    max-width: 220px;
}
.agneyaTeaser{display:none;    background: #000;}
.agneyaTeaser video{    width: 100%;height: 700px;}

/*Agneya Page CSS Start*/

.agneyaPage{position: relative;background: #000}
.homeVideo .mute-button{    bottom: 5%;}

.block-diwaliEdition {
    z-index: 1;
    padding: 30px 0;
}
.block-diwaliEdition::before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 253, 242, 0) 0%, #010103 100%);
    display: block;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.section-title2.st h2 {
    font-size: 65px !important;
    margin-bottom: 25px;
    line-height: 65px !important;
}
.block-diwaliEdition-bg {
    background-size: cover !important;
    height: 1240px;
    position: relative;
    z-index: 1;
    background-position: top center !important;
}
.block-diwaliEdition-bg::before {
    content: "";
    background: linear-gradient(0deg, #11070E 16.82%, rgba(2, 2, 4, 0) 100%);
    display: block;
    height: 167px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.diwaliEdition-bg-1 {
    background: url(../../images/diwaliEdition-img-bg-2023.jpg) no-repeat center;
}
.diwaliEdition-bg-2 {
    height: auto !important;
    background: url(../../images/diwaliEdition-img-bg-2024-new2.jpg) no-repeat center;
}
.diwaliEdition-bg-3 {
    height: auto !important;
    background: url(../../images/diwali2025-bg.png) no-repeat center;
}
.diwaliEdition-bg-4 {
    height: auto !important;
    background: url(../../images/Diwali_Collector_Edition_2025_Bg2.jpg) no-repeat center;
}
.diwaliImg {
    margin-top: 30px;
}

@media (min-width: 1400px) {
.agneyaPage .container{max-width: 1180px}    
}
.agneyaBanner{position: relative;}
.agneyaBanner img{width: 100%}
.aboutAgneya{position: relative;background: url(../../images/barrel_bg.jpg) no-repeat;background-size: cover;padding: 100px 0 70px;background-position: 0 -150px;}
.aboutAgneya:before{position: absolute;content: "";top: -90px;left: 0;width: 100%;height: 275px;background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 27.97%, #000000 85%, rgba(0, 0, 0, 0) 100%);
transform: matrix(1, 0, 0, -1, 0, 0);}
.aboutAgneya .container{position: relative;z-index: 1}
.agneyaTitle{text-align: center;border-bottom: 1px dashed #D5A04C;display: flex;align-items: center;justify-content: center;margin-bottom: 40px}
.agneyaTitle h2{font-family: 'ArcherBookPro';font-size: 45px;position: relative;margin-bottom: 35px;
text-transform: uppercase;
background: linear-gradient(90deg, #D5A04C 0%, #EBCD83 51.44%, #D6A151 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.agneyaTitle h2:after{position: absolute;top: 22px;left: -100px;content: '';background: url(../../images/title_border.png) no-repeat;width: 82px;height: 8px}
.agneyaTitle h2:before{position: absolute;top: 22px;right: -100px;content: '';background: url(../../images/title_border.png) no-repeat;width: 82px;height: 8px;transform: rotate(180deg);}
.barrelVideo video{width: 100%;}
.barrelContent{padding-left: 20px}
.barrelContent p{font-family: 'Poppins Light';font-size: 17px;line-height: normal;color: #BBB2A0;margin: 0 0 5px}
.barrelContent p.centerAlign{text-align: center;}
.barrelContent p span{display: block;}

.launchVideo{position: relative;padding: 70px 0}
.launchVideo .videoBox{position: relative;background: #000}
.launchVideo .videoBox button{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border: none;margin: 0;padding: 0;background: transparent;}
.launchVideo .videoBox button.play{display: none;}
.launchVideo .videoBox video{width: 100%;height: 600px;border: 1px solid #bbb2a063;}

.journeySec{position:relative;padding-top:70px;background: radial-gradient(49.83% 122.02% at 50% 82.06%, #764900 9.35%, #492501 76.36%, #301900 100%); overflow: hidden;}
.journeySec .container{position: relative;z-index: 9}
.journeySec:before{position: absolute;content: "";bottom: 0;left: 0;width: 100%;height: 335px;background: url(../../images/casks_bg.png) no-repeat;background-size: cover;}
.journeySec p{text-align: center;font-family: 'Poppins Light';font-size: 16px;color: #BBB2A0}
.journeySec ul{display: flex;align-items: flex-end;justify-content: center;margin: 25px 0 0;padding: 0}
.journeySec ul li{list-style-type: none;text-align: center;margin: 0 40px}
.journeySec ul li h5{font-family: 'ArcherSemiboldPro';font-size: 33px;background: linear-gradient(90deg, #D5A04C 0%, #EBCD83 51.44%, #D6A151 100%);margin: 0 0 25px 0;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;}

.notsSec{position: relative;background: url(../../images/tasting_bg.png) no-repeat;background-size: cover;padding: 100px 0 80px}
.notsSec .notsList{display: flex;justify-content: flex-end;margin-top: 20px}
.notsSec .notsList ul{margin: 0 0 0 0;padding: 0;width: 50%;color: #BBB2A0}
.notsSec .notsList ul li{list-style-type: none;position: relative;background: url(../../images/nots_icon.png) no-repeat left top;margin-bottom: 40px;padding: 10px 0 30px 80px}
.notsSec .notsList ul li:after{position: absolute;content: "";left: 24px;top: 45px;width: 1px;height: 100%;background:#D5A04C }
.notsSec .notsList ul li:last-child:after{content: none}
.notsSec .notsList ul li:last-child{margin: 0;padding-bottom: 0}
.notsSec .notsList h3{text-transform: uppercase;font-family: 'ArcherBookPro';font-size: 33px;margin: 0 0 10px 0;
background: linear-gradient(90deg, #D5A04C 0%, #EBCD83 51.44%, #D6A151 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;}
.notsSec .notsList p{font-family: 'Poppins Light';font-size: 17px;}

.pofSec{position: relative;background: linear-gradient(90deg, #321A01 0%, #754801 50%, #250D00 100%);padding: 40px}
.pofSec ul{margin: 0;padding: 0;display: flex;align-items: center;justify-content: center;}
.pofSec ul li{list-style-type: none;text-align: center;margin: 0 25px}
.pofSec ul li p{margin: 10px 0 0 ;font-family: 'ArcherBookPro';font-size: 25px;
background: linear-gradient(90deg, #D5A04C 0%, #EBCD83 51.44%, #D6A151 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;}

.agneyaGallery{position: relative;padding: 40px 0}
.agneyaGallerySlider .item{margin: 0 10px;}
.agneyaGallerySlider .item img{width: 100%}

/*Agneya Page CSS End*/

/* Indri 11 Year Page End */

.citySeries-dubai {
    background: linear-gradient(180deg, #FFF6D7 0%, #FFFFFF 100%);
    position: relative;
    z-index: 1;
}
.citySeries-dubai::before {
    content: "";
    width: 100%;
    height: 600px;
    background: url(../../images/citySeries-dubai-bg.png) no-repeat top center;
    display: block;
    position: absolute;
    top: 14%;
    z-index: -1;
}
.citySeries-dubai .container>.row>div:first-child {
    margin-bottom: 120px;
}
.citySeries-dubai .indri-city-series {
    max-width: 600px;
    margin: auto;
    width: 100%;
}
.block-notes {
    background: #000;
    padding: 60px 0;
}
.block-notes .section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #C2976C;
    margin-bottom: 30px;
}
.block-notes .section-title ul>li {
    position: relative;
    padding-left: 30px;
}
.block-notes .section-title ul>li::before {
    content: "";
    width: 18px;
    height: 20px;
    background: url(../../images/tasting-notes-bulette.png) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}
.block-notes .section-title ul>li>p {
    font-size: 14px;
    color: #fff;
}
.block-notes .section-title ul>li>h4 {
    font-size: 20px;
    color: #C2976C;
}

/*Diwali Collector 2024 CSS*/
.section-title2.st h2 .d-year {
    font-size: 82px;
}
.ptb-60 {
    padding: 60px 0;
}
.dc-2024 {
    background: url(../../images/dc-2024-bg2.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 0 !important;
    padding-top: 90px;
    background-position: bottom center;
}
.tn {
    background: url(../../images/tasting-note-background-img.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.tn .section-title2.st h2 {
    margin-bottom: 70px;
}
.bs-bg {
    background: url(../../images/story-bg-2.jpg) no-repeat center;
    background-size: cover;
}
/*Diwali Collector 2024 CSS End*/
.dc-2025 {
    background: url(../../images/diwali-collectors-2025-BG.jpg) no-repeat center;
    background-size: cover;
}
.dc-2025::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.40);
}

/*Mayo New Page CSS*/
.page-logo {
    padding: 10px 0;
}
.mayo-college {
    background: #060606;
}
.ptb-30 {
    padding: 30px 0;
}
.mayo-college-text {
    margin-top: -100px;
    position: relative;
}
.mayo-college-text h1 {
    color: #D3AE81;
    font-size: 24px;
}
.mayo-college-text p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.year-excellance {
    max-width: 180px;
    margin: 0 auto 15px;
}
.tn-mayo .section-title2.st h2 {
    margin-bottom: 25px;
    font-size: 45px !important;
}
.tn-mayo .tasting-notes-content h4 {
    font-size: 35px;
}
.mayo-college-form-img {
    margin-bottom: 15px;
}
.mayo-college-form-img p {
    font-size: 24px;
    color: #000000;
    font-family: 'ArcherMediumPro';
    text-transform: uppercase;
}
.mayo-college-form {
    background: #FFFDF2;
}
.reserveForm .form-group {
    margin-bottom: 10px;
}
.reserveForm .form-group .form-control {
    background: #FFFDF2;
    border: 1px solid #938C86;
    border-radius: unset;
    height: 55px;
    font-size: 18px;
    color: #000000;
    font-family: 'ArcherLightPro';
    appearance: auto;
}
.reserveForm .form-group .form-control::placeholder {
    color: #000000;
}
.engraving-bottle {
    font-size: 21px;
    color: #000;
    font-family: 'ArcherMediumPro';
}
.engraving-bottle span {
    display: block;
}

@media(min-width: 1920px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
    .block-elevate .section-title2 h2 {
        font-size: 90px;
    }
    .ignite-para p {
        font-size: 28px;
    }
}

@media(max-width: 1601px){
    .aboutAgneya{background-position: 0 -80px;}
}

@media(max-width: 1599px){
    .contact-box h3 {
        line-height: 38px;
        margin: 0 0 15px;
    }
    .contact-box h4 {
        line-height: 25px;
        margin: 0 0 10px;
    }
    .contact-box ul>li:not(:last-child) {
        margin-bottom: 10px;
    }
    .section-title2 h2 {
        line-height: 80px;
    }
    .search-form .form-control {
        height: 60px;
        line-height: 21px;
    }
    .btn-submit {
        line-height: 21px;
        padding: 14px 85px;
    }
    .search-form select.form-control {
        background: #FFFDF2 url(../../images/select-arrow.png) no-repeat top 24px right 30px;
    }
    
 }
@media(max-width: 1399px){ 
    .section-title2.st h2 .d-year {
        font-size: 76px;
    }
    .block-diwaliEdition-bg {
        height: 1090px;
    }
    .diwali-collecction .section-title h2, .home-banner-block .section-title h2 {
        font-size: 45px;
        line-height: 54px;
    }
    .header .navbar-expand-sm .navbar-nav .nav-link {
        font-size: 16px;
        padding: 8px 20px;
    }
    
/*Agneya Responsive 1400 css    */
    .launchVideo .videoBox video{height: 500px}
    .notsSec .notsList ul li{    padding: 10px 0 10px 80px;margin-bottom: 20px;}
    .barrelContent p, .journeySec p, .notsSec .notsList p{font-size: 15px}
    .agneyaTitle h2{font-size: 40px}
    .journeySec ul li h5, .notsSec .notsList h3{font-size: 28px}
    .pofSec ul li img{width: 100px}
    .pofSec ul li p{font-size: 20px}
    .aboutAgneya {background-position: 0 -40px;}
/*Agneya Responsive 1400 css    */    
    
}
@media screen and (min-width: 1200px) and (max-width:1499px) {
    .menu-item>li>a {
        font-size: 24px;
    }
    .menu-item>li:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media(max-width: 1199px) {
    .three-tasting-notes::before {
        width: 494px;
        height: 394px;
    }
    .three-tasting-notes::after {
        width: 344px;
        height: 382px;
    }
    
    .awards-wrapper ul li {
        width: 28%;
    }
    .diwali-collecction .section-title h2 br {
        display: none;
    }
    .diwali-collecction .section-title {
        padding-left: 0;
    }
    .news-image, .newdata .news-box .right .news-image {
        margin: 0;
    }
    .footer-link ul>li>a:hover::after {
        top: 2px;
    }
    .header {
        padding: 0 15px;
    }
    .header .navbar-expand-sm .navbar-nav .nav-link {
        padding: 8px 9px;
    }
    .video-overlay {
        height: auto;
    }
    .block-banner, .block-global {
        height: 100%;
        min-height: auto;
    }
    .block-indri {
        height: 100%;
        min-height: auto;
    }
    .story-text p br, .awards-text h3 br {
        display: none;
    }
    .story-text h3 {
        font-size: 42px;
    }
    .footer-link ul>li>a {
        font-size: 14px;
        padding: 10px;
    }
    .section-title2 h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .indri-image {
        width: 160px;
    }
    .section-title p br, .trinity-content .section-title h2 br {
        display: none;
    }
    .trinity-content {
        padding: 15px;
    }
    .master-wrap {
        padding: 32px 0;
    }
    .master-wrap .section-title h2 {
        font-size: 48px;
        line-height: 42px;
    }
    .process-wrapper::before {
        content: none;
    }

    .contact-box h3 {
        font-size: 36px;
        margin: 0 0 25px;
    }
    .contact-box h4 {
        line-height: 24px;
    }
    .contact-box.mb-4 {
        margin-bottom: 2rem!important;
    }
    .contact-box:not(.mb-3) .row>div:last-child {
        margin-top: 25px;
    }
    .block-contact {
        height: 800px;
    }
    .block-contact .section-title h2 {
        margin-bottom: 2rem !important;
    }
    .elevate-content .section-title h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .elevate-image img {
        height: 100% !important;
    }
    .home-button {
        display: none;
    }
    .block-hvideo .home-button {
        display: block;
    }
    .elevate-content .section-title h2 br {
        display: none;
    }
    .block-process .section-title p.para2, .block-distillery .section-title p {
        font-size: 24px;
        line-height: 32px;
    }
    .aboutAgneya {background-position: -100px -10px;}
}
@media(max-width: 991px) {
    .orders-1 {
        order: 2;
    }
    .orders-2 {
        order: 1;
    }
    .orders-3 {
        order: 3;
    }
    .block-diwaliEdition .section-title.text-center.mt-5 {
        margin-top: 0 !important;
        margin-bottom: 30px;
    }
    .citySeries-dubai::before {
        height: 418px;
        background-size: cover;
    }
    .citySeries-dubai .indri-city-series {
        max-width: 400px;
    }
    
    .temperature {
        font-size: 42px;
        bottom: 10px;
    }
    .globe {
        width: 100%;
        height: auto;
        background: none;
    }
    .globe>img {
        display: block !important;
    }
    .tasting-notes-text h3 {
        font-size: 28px;
    }
    .our-founder .founder-reserve-text {
        padding-left: 0;
    }
    .founder-reserve-text p,
    .section-title-2 p, .footer-note, .founder-reserve-text p, .tasting-notes-text p, .month-switch  {
        font-size: 16px;
    }
    .section-title-2 h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .block-custom {
        padding: 45px 0;
    }
    .block-award .awards-wrapper ul li {
        width: 31%;
    }
    .founder-reserve-img {
        margin-bottom: 30px;
    }
    .three-tasting-notes .bor-bottom2>div:not(:last-child) {
        margin-bottom: 30px;
    }
    .years {
        display: block;
        top: -32%;
        width: 100%;
        height: auto;
        font-size: 0;
    }
    .years>span {
        position: static;
        display: inline-block;
        margin-right: 20px;
    }
    .years>span {
        width: 16%;
        height: auto;
        line-height: normal;
        border-radius: 0px;
        padding: 4px 10px;
        margin: 5px 0;
        text-align: center;
    }
    .year.active {
        width: 16%;
        height: auto;
        line-height: normal;
        border-radius: 0px;
    }
    .bor-bottom2 .textAnim {
        opacity: 1;
        position: static;
        width: 100%;
        order: 2;
    }
    .bor-bottom2 .imgAnim {
        position: static;
        transform: translate(0%);
        margin-top: 10px;
        width: 100%;
        order: 1;
    }
    .bor-bottom2.move .textAnim,
    .bor-bottom2.move .imgAnim {
        position: static;
    }
    .founder-reserve .hideContent {
        height: 100%;
        min-height: auto;
        position: static;
    }
    .founder-reserve .scroll-content {
        height: 100%;
        position: static;

    }
    .scroll-content .bor-bottom2 {
        position: static;
    }
    
    .diwali-collecction-img {
        text-align: center;
        margin-bottom: 30px;
    }
    .diwali-collecction .section-title, .home-banner-block .section-title, .diwali-collecction-new-img {
        text-align: center;
    }
    .block-store .elevate-content {
        padding-right: 0;
    }
    .block-contact {
        height: 100%;
    }
    .process-wrapper::before {
        content: "";
        background: transparent;
        width: 1px;
        height: 100%;
        border-right: 1px dashed #C2976C;
        left: 70px;
        top: 0;
    }
    .trinity-content, .instagram-image {
        margin-bottom: 30px;
    }
    .process-image {
        margin-top: 30px;
    }
    .block-elevate {
        display: flex;
        flex-wrap: wrap;
    }
    .block-elevate>div:first-child {
        order: 2;
    }
    .close-menu {
        right: 20px;
    }
    .block-instagram {
        padding: 90px 0 0;
    }
    .block-story .section-title h2, .block-global .section-title h2 {
        margin-bottom: 60px;
    }
    .mega-menu {
        max-width: 100%;
    }
    .menu-right {
        justify-content: start;
        padding: 80px 40px 30px;
    }
    .video-process {
        background: #fff;
    }
    .video-cnt-wrap {        
        margin: 15px 0;
        width: 100%;
    }
    .video-cnt-img {
        left: 30px;
        width: 100%;
    }
    .video-cnt {
        padding-left: 30px;
    }
    .process-image {
        text-align: center;
    }
    .process-wrapper .row-custom2 .col-lg-6:first-child {
        order: 2;
    }
    
    .process-wrapper, .block-whisky .indri-content {
        max-width: 100%;
    }
    .elevate-content {
        padding: 35px 15px;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-toggler {
        position: absolute;
        display: block;
        right: 0;
        top: 47px;
    }
    .navbar-toggler-icon {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
        opacity: 1;
    }
    .header-inner .navbar-toggler-icon {
        filter: none;
        -webkit-filter: none;
    }
    .search-button {
        position: absolute;
        right: 57px;
        top: 47px;
    }
    .header-inner .navbar-expand-sm .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar-expand-sm .navbar-toggler {
        display: block;
        z-index: 11;
        border: none;
        outline: none;
        box-shadow: none;
    }
    .awards-wrapper ul {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
    .home-button, .section-title2 h2 br, .block-whisky .section-title h2 br {
        display: none;
    }
    .block-story {
        padding-bottom: 120px;
    }
    .story-text, .product-wrap, .manufacture-img, .isc-award-image, .iwc-award-image {
        margin-bottom: 30px;
        text-align: center;
    } 
    .block-awards .row.mb-5 {
        margin-bottom: 2rem!important;
    }   
    .manufacture-text .section-title {
        padding-left: 0;
    }
    #collapsibleNavbar {
        background-color: #000;
        box-shadow: 0 15px 40px -5px rgb(0 0 0 / 10%);
        display: block !important;
        height: 100%;
        overflow-y: auto;
        padding: 160px 0 60px;
        position: fixed;
        right: -320px;
        top: 0;
        transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        width: 320px;
        z-index: 9;
        min-height: 100vh;
    }
    #collapsibleNavbar.show {
        right: 0;
    }
    .navbar-nav {
        display: block;
    }
    .header .navbar-expand-sm .navbar-nav .nav-link {
        text-align: left;
    }
    .block-global .section-title h2, .top-container, .news-image, .top-content {
        position: static;
    }
    .country-list ul>li {
        display: inline-block;
        width: 25%;
    }
    .header .navbar-expand-sm .navbar-nav .nav-link {
        padding: 14px 15px;
        border-bottom: 1px solid #C2976C;
    }
    .navbar-expand-sm .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: url(../../images/close.png) no-repeat center;
        width: 25px;
        height: 25px;
    }
    .block-banner, .block-global {
        padding: 60px 0;
    }
    .block-whisky {
        padding: 220px 0;
    }
    .block-whisky .video-overlay2 {
        transform: scale(4);
    }
    .isc-award-wrap .section-title, .counter-box {
        margin-bottom: 30px;
    }
    .block-iwc-award .section-title {
        padding-left: 0;
    }
    .tasting-notes, .block-making {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .tasting-notes-head h2 {
        line-height: 65px;
        padding: 0 0 30px;
        font-size: 48px;
    }
    .list-item ul>li:not(:last-child) {
        margin-right: 80px;
    }
    .list-item ul>li:not(:last-child)::after {
        right: -62px;
    }
    .counter-box h2 {
        line-height: 28px;
        margin: 10px 0 0;
    }
    .warehouse-wrap {
        display: block;
    }
    .warehouse-wrap .left-content, .warehouse-wrap .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        position: static;
    }
    .master-wrap .section-title h2 {
        font-size: 48px;
        line-height: 56px;
    }
    .mas-wrapper {
        max-width: 100%;
        width: 100%;
        position: static;
        transform: translate(0, 0);
        margin-bottom: 30px;
    }
    .contact-box:not(.mb-3) .row .col-lg-6:last-child {
        margin-top: 10px;
    }
    .bg-brown {
        padding: 30px;
    }
    .news-wrapper {
        padding: 90px 0;
        max-width: 100%;
    }
    .news-content.section-title, .block-story-video, .custom-pad {
        padding: 0;
    }
    .bor-bottom {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .news-wrapper .news-box {
        margin-bottom: 60px;
    }
    .news-content.section-title p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .video-process .top-container {
        position: absolute;
    }
    .video-process {
        padding: 220px 0;
    }
    .video-process .video-overlay2 {
        transform: scale(3);
    }
    .block-feature {
        padding: 60px 0;
        background-position: center right -160px;
    }
    .top-logo .row .col-lg-8, .block-nw-award .row .col-lg-7, .top-logo2 .row .col-lg-8 {
        order: 2;
    }
    .top-logo .row.mb-5 {
        margin-bottom: 0!important;
    }
    .commentor.mb-5.pb-3 {
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }
    .tasting-notes-content {
        margin-bottom: 30px;
    }
    
/*Agneya Responsive 992 css    */    
    .aboutAgneya{padding: 60px 0;background-position: top center;}
    .barrelContent{padding: 0;margin-top: 20px}
     .barrelContent p, .journeySec p, .notsSec .notsList p{font-size: 14px}
     .agneyaTitle{margin-bottom: 30px}
     .agneyaTitle h2 {font-size: 35px;margin-bottom: 20px;}
     .agneyaTitle h2:before{width: 62px;top: 15px;right: -90px;}
     .agneyaTitle h2:after{width: 62px;top: 15px;left: -90px;}
     .aboutAgneya:before{top: -60px;height: 225px;}
     .launchVideo, .notsSec{padding: 60px 0}
     .launchVideo .videoBox video{height: 400px}
     .notsSec{    background-position: -140px 0;}
     .notsSec .notsList ul{width: 65%;}
     .journeySec ul li h5, .notsSec .notsList h3 {font-size: 24px;}
     .notsSec .notsList ul li {padding: 10px 0 0px 65px;margin-bottom: 0;    }
     .notsSec .notsList ul li:after{height: 80%;}
     .pofSec ul li img{width: 80px}
     .pofSec ul li p{font-size: 16px}
     .aboutAgneya:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;opacity:.8;
}
/*Agneya Responsive 992 css    */    
    
}
@media(max-width: 767px){
    .mayo-college-img img {
        width: 100%;
    }
    
    .dc-2024 {
        padding-top: 60px;
    }
    .section-title2.st h2 .d-year {
        font-size: 62px;
    }
    .diwaliEdition-bg-1 {
        background-size: contain !important;
        background-color: #000;
    }
    .block-diwaliEdition-bg {
        height: 933px;
        background-position: bottom center !important;
    }
    .section-title2.st h2 {
        font-size: 45px !important;
        line-height: 45px !important;
    }
    .citySeries-dubai::before {
        height: 318px;
    }
    .citySeries-dubai .indri-city-series {
        max-width: 300px;
    }
    .block-notes {
        padding: 45px 0;
    }
    .block-notes .section-title ul {
    text-align: left;
}
    
    .three-tasting-notes::before {
        width: 320px;
        height: 260px;
    }
    .three-tasting-notes::after {
        width: 240px;
        height: 244px;
    }
    
    .menu-box {
        flex-wrap: nowrap;
    }
    .block-citySeries .section-title h2::before, .block-citySeries .section-title h2::after {
        width: 20px;
        height: 1px;
    }
    .block-citySeries-2 .section-title h2::before, .block-citySeries-2 .section-title h2::after {
        width: 20px;
        height: 1px;
    }
    .block-citySeries-2 .section-title {
        padding-top: 0;
    }
    .block-citySeries, .block-citySeries-2 {
        padding: 45px 0;
    }
    .indri-city-series {
        text-align: center;
        max-width: 262px;
        margin: 20px auto 0;
    }
    .block-citySeries .section-title h2, .block-citySeries-2 .section-title h2 {
        font-size: 35px;
    }
    .block-citySeries-2 .section-title h3 {
        font-size: 24px;
    }
    .indri-city-series {
        text-align: center;
        margin-top: 20px;
    }
    .child-trigger::after, .child-trigger::before {
        top: 40%;
    }
    .menu-left {
        display: none;
    }
    .menu-wrapper>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mt-cs {
        margin-top: 0;
    }
    .awards-text p br {
        display: none;
    }
    .block-expression>div>div>div:not(:last-child) {
        margin-bottom: 20px;
    }
    .diwali-collecction .section-title p {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .launching-soon {
        font-size: 18px;
        line-height: 24px;
    }
    .diwali-collecction .section-title h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .country-list ul>li {
        width: 33.333333%;
    }
    .newdata .news-box:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .btn-arrow {
        bottom: 0;
    }
    .btn-arrow lottie-player {
        width: 80px !important;
    }
    .header.sticky .menu-bg {
        top: 21px;
    }
    .elevate-content .section-title h2 {
        font-size: 54px;
        line-height: 58px;
    }
    .menu-item>li>a:hover::after {
        content: none;
    }
    .video-cnt p {
        font-size: 16px;
    }
    .footer-text p {
        margin-bottom: 10px;
    }
    .footer-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .trini-img {
        max-width: 240px;
    }
    .close-menu {
        width: 30px;
        height: 30px;
        background-size: cover;
        right: 15px;
    }
    .menu-wrapper {
        background: #FDFDF1;
    }
    .mega-menu {
        width: calc(100% - 30px);
    }
    .menu-bg {
        width: 45px;
        height: 45px;
        top: 27px;
        right: 9px;
    }
    .indri-image {
        margin: auto;
    }
    ul.menu-item.mb-4 {
        margin-bottom: 1rem !important;
    }
    .menu-item>li>a, .menu-right .social-icon ul>li>a {
        font-size: 18px;
    }
    .block-instagram .col-lg-12.mt-5 {
        margin-top: 1rem !important;
    }
    .menu-right .social-icon ul>li:not(:last-child) {
        margin-right: 7px;
    }
    .menu-item>li:not(:last-child) {
        margin-bottom: 5px;
    }
    .menu-trigger {
        width: 35px;
        height: 35px;
        background-size: contain;
    }
    .process-image img {
        width: 80%;
    }
    .process-image img.csw {
        width: 65%;
    }
    .process-wrapper::before {
        left: 28px;
    }
    .gt-road {
        background-position: center right;
        position: relative;
    }
    .gt-road::before {
        content: "";
        background: rgba(0,0,0,0.30);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .taste-awaken-content h6, .tasting-notes-content h4 {
        font-size: 32px;
        line-height: 32px;
    }
    .ignite-para p {
        font-size: 18px;
        line-height: 150%;
    }
    .video-cnt-wrap {
        margin: 10px 0;
    }
    .video-process {
        padding: 180px 0;
    }
    .news-wrapper {
        padding: 30px 15px 60px;
    }
    .news-content.section-title p, .section-title h2 br {
        display: none;
    }
    .video-cnt .custom-button, .news-content.section-title, .news-content.section-title .custom-button {
        text-align: left;
    }
    .bor-bottom {
        padding-bottom: 20px;
    }
    .newdata .news-box:nth-child(even) .col-8.col-lg-8 {
        order: 2;
    }
    .news-content.section-title h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 63px;
        text-align: left;
    }
    .bor-bottom.cs-bot {
        margin-bottom: 0;
    }
    ul.news-date {
        margin-bottom: 5px;
    }
    ul.news-date>li:not(:last-child)::after {
        content: none;
    }
    ul.news-date>li {
        display: block;
        text-align: left;
        font-size: 13px;
    }
    .custom-button>a {
        font-size: 11px;
    }
    .custom-button>a>img {
        width: 10px;
    }
    .news-box .row {
        margin: 0 -7px;
    }
    .news-box .row > div {
        padding: 0 7px;
    }
    .elevate-content {
        padding: 35px 0;
        display: block;
    }
    .block-process .section-title p.para2 {
        font-size: 18px;
        line-height: 26px;
    }
    .video-cnt-img {
        left: 0;
    }
    .video-cnt {
        padding: 0;
    }
    .video-cnt-wrap {
        padding: 15px;
        width: 100%;
    }
    .video-cnt h2 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 24px;
    }
    .video-cnt p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .process-wrapper {
        padding: 60px 15px;
        position: relative;
    }
    .process-wrapper .row-custom {
        margin-bottom: 60px;
    }
    .process-box {
        padding-left: 52px;
    }
    .number {
        width: 36px;
        height: 36px;
        font-size: 22px;
        line-height: 30px;
    }
    .process-box h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .block-distillery .section-title p {
        font-size: 24px;
        line-height: 28px;
    }
    .list-item ul>li {
        font-size: 18px;
    }
    .list-item ul>li:not(:last-child) {
        margin-right: 40px;
    }
    .list-item ul>li:not(:last-child)::after {
        width: 20px;
        height: 5px;
        right: -32px;
        top: 12px;
        background-size: contain;
    }
    .navbar-brand {
        width: 120px;
    }
    .indri-content {
        width: 100%;
        margin: auto;
        max-width: 230px;
    }
    .block {
        padding: 60px 0;
    }    
    .awards-wrapper ul {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .story-text h3 {
        font-size: 24px;
    }
    .story-text p {
        font-size: 14px;
    }
    .country-list ul, .custom-button, .block-iwc-award .section-title, .contact-box h4, .contact-box h5 {
        text-align: center;
    }
    .contact-box h4, .contact-box h5 {
        display: block;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    .manufacture-text .section-title, .isc-award-wrap, .section-title {
        text-align: center;
    }
    .isc-award-wrap {
        padding: 60px 15px;
    }
    .comments {
        padding: 0 40px;
    }
    .counter-box h2 span {
        font-size: 48px;
    }
    .comments .qoute1 {
        left: -30px;
    }
    .comments .qoute2 {
        right: -30px;
        bottom: -30px;
    }
    .tasting-notes {
        text-align: center;
    }
    .tasting-notes-content p {
        padding-right: 0;
    }
    .video-icon {
        width: 45px;
    }
    
    .block-bgbanner {
        background-position: top center;
        background-image: url(../../images/bg-mobile-2.jpg) !important;
        position: relative;
        padding: 380px 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
    }
    .block-bgbanner::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg,#000,rgba(4,93,233,0) 70%);
    }
    .block-hhdbanner {
        background-position: top center;
        background-image: url(../../images/mobile-banner-diwali.jpg) !important;
        position: relative;
        padding: 380px 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
    }
    .block-hhdbanner::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg,#000,rgba(4,93,233,0) 70%);
    }
    .block-hhbanner {
        background-position: top center;
        background-image: url(../../images/piccadily-mobile-banner.png) !important;
        position: relative;
        padding: 380px 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
    }
    .block-hhbanner::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg,#000,rgba(4,93,233,0) 70%);
    }
    .block-hbanner {
        background-position: top center;
        background-image: url(../../images/mobile-banner.jpg) !important;
        position: relative;
        padding: 380px 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
    }
    .block-hbanner::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg,#000,rgba(4,93,233,0) 70%);
    }
    .block-bgbanner-frb {
        background-position: top center;
        background-image: url(../../images/founders-reserve-mob-banner.jpg) !important;
        position: relative;
        padding: 380px 0 0;
        background-size: cover;
        background-repeat: no-repeat;
        object-fit: cover;
    }
    .block-global .section-title h2 {
        white-space: unset;
    }
    .custom-link-img {
        margin: 10px 0;
    }
    .footer-link ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-link ul>li:not(:last-child) {
        margin-right: 0;
    }
    .footer-link ul>li {
        flex: 0 0 33.33333%;
        max-width: 33.333333%;
    }
    .footer-link ul>li>a {
        padding: 10px 0;
    }
    .tasting-notes-content p, .section-title p, .search-result p, .search-again ul>li>a, .country-list ul>li {
        font-size: 16px;
    }
    .block-whisky .video-overlay2:before {
        background: rgba(0,0,0,0.66);
    }
    .section-title h2, .block-story .section-title h2, .block-global .section-title h2, .block-instagram .section-title2 h2 {
        font-size: 32px;
        margin-bottom: 30px;
        text-align: center;
        line-height: 38px;
    }
    .block-instagram .section-title2 h2 span {
        font-size: 14px;
        line-height: 10px;
    }
    .search-title h2 {
        font-size: 38px;
    }
    .search-result h3 {
        font-size: 28px;
    }
    .section-title p.para2 {
        font-size: 22px;
    }
    .comments span {
        width: 22px;
    }
    .section-title .commentor {
        font-size: 18px;
    }
    .contact-box ul>li>i {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
    .contact-box ul>li {
        padding-left: 0;
    }
    .contact-box ul>li br {
        display: none;
    }
    .menu-left img {
        display: none;
    }
    .menu-left {
        background: url(../../images/menu-image.webp) no-repeat center;
        background-size: cover;
        object-fit: cover;
    }
    .mouse {
        height: 38px;
        width: 20px;
        margin-left: -10px;
    }
    .mouse .mouse__wheel {
        width: 2px;
        height: 17px;
        margin-left: -1px;
    }
    .indri-map-pin {
        width: 20px;
    }
    .indri-1 {
        top: 34%;
    }
    .indri-2 {
        top: 20%;
    }
    .indri-3 {
        top: 26%;
    }
    #exampleModal .modal-dialog {
        margin: 30px 0 0;
    }
    #myModal123 .modal-header img{width: 115px;}
    .popup-title{    font-size: 26px;}
    
/*Agneya Responsive 767 css    */
    .agneyaTitle h2 {font-size: 26px;}
    .agneyaTitle h2:before {width: 42px;top: 11px;right: -60px;}
    .agneyaTitle h2:after {width: 42px;top: 11px;left: -60px;}
    .journeySec ul li{margin: 0 20px}
    .journeySec ul li h5, .notsSec .notsList h3 {font-size: 20px;}
    .journeySec ul li img{width: 200px}
    .notsSec .notsList{margin: 0}
    .notsSec {background-position: -190px 0;}
    .pofSec{padding: 30px 0}
/*Agneya Responsive 767 css    */

    
   
}
@media(max-width: 580px) {
    

    .years {
        top: -53%;
    }
    .block-award .awards-wrapper ul li {
        width: 47%;
    }
    
     .diwali-collecction-img img{width:150px;}
     
/*Agneya Responsive 580 css    */
    .aboutAgneya{        background-position: bottom center;}
    .launchVideo .videoBox video{height: 350px}
    .journeySec .agneyaTitle h2{width: 220px}
    .journeySec .agneyaTitle h2:before{top: 22px}
    .journeySec .agneyaTitle h2:after{top: 22px}
    .journeySec ul li {margin: 0 5px;}
    .journeySec ul li img {width: 160px;}
    .notsSec .notsList ul{width: 100%}
    .notsSec {background-position: 60% 0;}
    .pofSec ul li{margin: 0 5px}
    .pofSec ul li img{width: 70px}
    .pofSec ul li p{font-size: 15px}
/*Agneya Responsive 580 css    */
     
}

@media(max-width: 480px) {
    .awards-wrapper ul li {
        width: 44%;
    }
    .country-list ul>li {
        width: auto;
        margin-right: 15px;
    }
}
@media(max-width: 360px) {
    .footer-link ul>li>a {
        font-size: 12px;
    }
    .menu-right {
        padding: 60px 15px 15px 20px;
    }
    .menu-item>li>a, .menu-right .social-icon ul>li>a {
        font-size: 16px;
    }
    ul.sub-menu>li>a {
        font-size: 14px;
    }
    .block-citySeries .section-title h2, .block-citySeries-2 .section-title h2 {
        font-size: 30px;
    }
}

.seperation-border {
    border-left: 2px dashed #c2976c;
    padding-left: 30px;
}
