<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*  colors
menu #c7b091
heading #c09a69

*/
html, body{scroll-behavior: smooth; }
.header{background:#c7b091 !important;box-shadow:0 2px 8px rgba(0,0,0,0.3);}
.navbar a{color:#333;}
a:hover{text-decoration:none;}
.banner{background:url('../images/banner-new.jpg') no-repeat;background-size:cover;min-height:100vh;padding-top:10%;padding-bottom:20px;}
.banner .btn:hover{background:#c09a69;border-color:#c09a69;color:#000;}
.banner.contact{background:#1c1c1e;padding-top:2%;}
.no-radius{border-radius:0;}
.thick-border{border-width:2px;}
.banner .logo-text{margin-bottom:15px;}
.banner h1{font-family:'cg_light';margin-top:15px;}
.banner p{line-height:25px;font-family:'cg_light';font-weight:700;font-size:0.9rem;}
.navbar-brand{max-height:95px;}
.navbar-brand img{width:270px;transition:all 0.5s ease-in-out;}
.header.fixed-top .navbar-brand img{width:180px;}
.collecton{margin:60px 0;}
.collecton h2{font-family:'cg_bold';color:#c09a69;font-size:2.5rem;}
.collecton h3{font-family:'cg_bold';color:#c09a69;font-size:1.2rem;}
.collecton p{color:#3a3a39;}
/* fonts */
@font-face {
    font-family: 'cg_bold';
    src: url('../fonts/coprgtb-webfont.eot');
    src: url('../fonts/coprgtb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/coprgtb-webfont.woff2') format('woff2'),
         url('../fonts/coprgtb-webfont.woff') format('woff'),
         url('../fonts/coprgtb-webfont.ttf') format('truetype'),
         url('../fonts/coprgtb-webfont.svg#copperplate_gothic_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cg_light';
    src: url('../fonts/coprgtl-webfont.eot');
    src: url('../fonts/coprgtl-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/coprgtl-webfont.woff2') format('woff2'),
         url('../fonts/coprgtl-webfont.woff') format('woff'),
         url('../fonts/coprgtl-webfont.ttf') format('truetype'),
         url('../fonts/coprgtl-webfont.svg#copperplate_gothic_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* fonts */

/* collection */
.cigar-malt{background:#232021 /*url('../images/consilium-black-icon-bg.png') no-repeat 50px 70%*/;min-height:100vh;color:#c09a69;padding:40px 0;font-family:'cg_light';position:relative;overflow:hidden;}
/*.cigar-malt:before{background:#232021 url('../images/cigar-wheel.png') no-repeat center center;min-height:100vh;content:"";position:absolute;top:0;width:32%;right:-20px;background-size:contain;}*/
.chart-animation{-webkit-animation:spin 50s linear infinite;-moz-animation:spin 50s linear infinite;animation:spin 50s linear infinite;}
.cigar-malt h2{font-family:'cg_bold';}
.cigar-malt h3{font-size:1.5rem;}
.cigar-malt h4{font-size:1rem;padding-top:10px;position:relative;}
.cigar-malt h4:before{position:absolute;top:0;border-top:1px solid #c09a69;content:"";width:30%;left:35%;}
.cigar-malt p{font-weight:500;}
.cigar{position:absolute;bottom:-10px;width:100%;right:20%;}
.cigar-malt.rye{background:#d4c0a5 url('../images/consilium-black-rye-icon-bg.png') no-repeat 50px 70%;min-height:100vh;color:#141414;}
.cigar-malt.rye h4:before{border-top:1px solid #141414;}
/*.cigar-malt.rye:before{background:#d4c0a5 url('../images/rye-wheel.png') no-repeat center center;min-height:100vh;content:"";position:absolute;top:0;width:32%;right:-20px;background-size:contain; -webkit-animation:spin 50s linear infinite;
    -moz-animation:spin 50s linear infinite;
    animation:spin 50s linear infinite;}*/
.wheel{position:absolute;z-index: 1;width: 100%;height:100%;top:0;left:0;}
/* collection */

/* cocktails */
.cocktails{position:relative;overflow:hidden;padding:50px 0;font-family:'cg_light';color:#fff;}
.cocktails:after{content:"";width:50%;left:0;top:0;background:#201d1e url('../images/consilium-black-icon-bg.png') no-repeat center center;height:100%;position:absolute;z-index:-1;}
.cocktails:before{content:"";width:50%;right:0;top:0;background:#232021 url('../images/consilium-black-icon-bg.png') no-repeat center center;height:100%;position:absolute;z-index:-1;}
.cocktails h2{color:#c09a69;font-family:'cg_bold';font-size:2.5rem;}
.cocktails h3{font-size:1.3rem;font-family:'cg_bold';}
.cocktails p{font-size:0.9rem;letter-spacing:0.5px;}
.cocktails img{max-height:300px;}
.cocktails .btn{padding-right:20px;padding-left:20px;color:#c09a69 !important;border:2px solid #c09a69;font-weight:bold;}
.cocktails h4, .cocktails h5{color:#c09a69;}
.cocktails .btn:hover{background:#c09a69;color:#000 !important;}
/* cocktails */

/* footer */
footer{font-family:'cg_light';}
footer address{font-size:0.9rem;}
footer a{display: block;color:#333;font-size:12px;font-weight:bold;padding:5px 0;position:relative;}
footer a.footer-menu{padding-left:15px;}
footer a.footer-menu:before{content:"\f0da";font-family:'FontAwesome';left:5px;position:absolute;}
footer .copyright{font-size:12px;font-weight:bold;}
footer a.copyright-menu{display: inline-block;padding:0px 10px;border-right:1px solid #333;}
footer a.copyright-menu:nth-last-child(1){padding-right:0;border-right:0;}
/* footer */

/* curation */
.curation{background:url('../images/curation-bg.jpg') no-repeat;background-size:cover;font-family:'cg_light';padding:50px 0;color:#3d3c3b;}
.curation h2, .curation1 h2{color:#c09a69;font-family:'cg_bold';}
.curation h3, .curation1 h3{color:#3d3c3b;font-family:'cg_bold';font-size:1.2rem;}
.curation p, .curation1 p{font-weight:700;font-size:0.8rem;}
.curation .card-body img, .curation1 .card-body img{max-width:100%;object-fit:contain;transition: all 0.5s ease-in-out;}
.curation .card-body:hover img, .curation1 .card-body:hover img{filter: grayscale(100%);transform:scale(1.1);}
.curation .card-body .card-title{transform:scale(0.9);transition:all 0.5s ease-in-out;}
.curation .card-body:hover .card-title{color:#b1864b;transform:scale(1);}
.curation .card{border-radius:15px !important;border:none;box-shadow:0 5px 5px rgba(0,0,0,0.1);position:relative;}
.curation1{background:url('../images/curation-bg.jpg') no-repeat;background-size:cover;font-family:'cg_light';padding:50px 0;color:#3d3c3b;}
/* curation */
.arrow{position:relative;height:100px;}
.arrow:before{content:"";position:absolute;bottom:0;border-left:1px dashed #333;height:60px;width:10px;left:180px;}
.arrow:after{content:"\f0d7";bottom:-15px;left:176px;position:absolute;font-family:'FontAwesome';}

/* .slider {
  background: #333;
  height: 400px;
  width: 100%;
}

#logo {
  background: #ccc;
  width: 150px;
  height: 70px;
} */

.navbar-toggler {
  margin-top: 15px;
}
@media screen and (min-width: 1024px){
.mobile{display:none;}

.pos-f-t{position: absolute;top:10px;right:20px;width:200px;background:#c7b091;}
.curation .card1{position:relative;}
.curation .card1:before{position:absolute;content:"";border-top:1px dashed #333;width:50%;top:129px;left:110%;}
.curation .card1:after{position:absolute;font-family:'FontAwesome';content:"\f04b";left:160%;top:117px;}
}
@media screen and (min-width: 1px) and (max-width:992px) {
  .desktop{display:none;}
	.cocktails:before{height:50%;bottom:0;width:100%;top:initial;}
	.cocktails:after{height:50%;top:0;width:100%;}
	.copyright{text-align:center;padding:10px 20px;}
	footer a.copyright-menu{padding:5px 10px;display:block;text-align:left;}
	footer a.copyright-menu:nth-last-child(1){padding:5px 10px;}
	.cigar-malt, .cigar-malt.rye{background-position:center 20%;background-size:90%;}
	/* .cigar-malt{} */
	.cigar-malt:before, .cigar-malt.rye:before{width:90%;left:5%;background-position:center bottom;bottom:20px;top:initial;background-size:300px;}
  .cigar-malt h2.display-4{font-size:3rem;}
  .navbar-brand img{max-width:95%;}
  .cocktails .display-1{font-size:25px !important;}
html,body{overflow-x:hidden;}
  .navbar {
      /*height: 130px;*/
      padding:.5rem 0rem;
   }
  #logo {
    width: 260px;
    height: 120px;
    position: relative;
    bottom: -20px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-right: 75px;
  }
  #nav-left {
    padding-left: 30px;
  }
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/* slider control */

/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&amp;display=swap');
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(to left top, #031A9A, #8B53FF);
} */
.wrapper {
  font-family:'cg_light';
  max-width: 90%;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 10%;
  width: 100%;
  position: relative;
}
.wrapper i {
  font-family:'Times New Roman', Times, serif;
  top: 50%;
  color: #c7b091;
  border: 1px solid #c7b091;
  height: 54px;
  width: 54px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  /* background: #fff; */
  /* background-color: black; */
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -22px;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  /* background: #c7b091; */
  background: #232021;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
  border-color: #232021;
}
.carousel .card .img {
  /* background: #8B53FF; */
  background: transparent;
  height: 140px;
  width: 144px;
  /* border-radius: 20%; */
}
#left{
  z-index: 1;
}
.card .img .s_img {
  width: auto;
  height: 200px;
  /* border-radius: 20%; */
  /* object-fit: cover; */
  /* border: 4px solid #fff; */
}
.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
  text-align: center;
  color: #c8cbc9;
}
.carousel .card span {
  /* color: #6A6D78;*/
  color: #c8cbc9;
  font-size: 1.1rem;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}

#awards{
  text-align: center;
  font-family:'cg_light';
  margin-top: 10px;
  padding-top: 5px;
  color: #c09a69;
  background-color: #232021;
  height: 100px;
  padding-top: 25px;
}

/* end of slider */

/* cocktail section start */

.sec1{
  display: flex;
  background-color: #d4c0a5;
  font-family:'cg_light';
  color: #232021;
}
.sec2{  
  background:url('../images/curation-bg.jpg') no-repeat;
  background-size: cover;
  font-family:'cg_light';
  color: #c09a69;
  /* font-size: large; */
  padding:50px 0;
  /* color:#3d3c3b; */
}

.d-block{
  border: 2px solid #232021;
  padding: 25px;
  width: auto;
  height: auto;
}
.display-4{
  font-size: 40px;
}
/* .btna{
  color: #232021;
  background-color: #c8cbc9;
  margin-bottom: 25px;
  margin-left: 46%;
} */
</pre></body></html>