@charset "UTF-8";
:root {
    --text-color: #000000;
    --white-color: #ffffff;
    --light-color: #c59d5f;
    --dark-color: #503409;
    --color-sub-first: #040404;
    --extra-light-color: #fff5e6;
    --theme-font: "Libre Baskerville", serif;
    --text-font: "Jost", sans-serif;
    --font-extra-light: 200;
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extra-bold: 800;
    --font-black: 900;
    --screen-width: 1024px;
    --screen-height: auto;
}

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

/* .libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

html,
body {
    padding: 0;
    margin: 0 auto !important;
    width: 100%;
    left: 0;
    right: 0;
}

body,
header,
footer {
    max-width: 800px;
    margin: 0 auto;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

#rev-page img, #rev-login img{
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Baskerville", serif;
}

h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    position: relative;
}

#rev-page .btn-rev-commen,
#rev-login .btn-rev-commen, .btn-login-btn, #load-more-brand {
    background-color: var(--light-color);
    color: var(--white-color);
    border-radius: 50px;
    padding: 12px 32px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    border: none;
}

#rev-page .btn-rev-commen:hover,
#rev-login .btn-rev-commen:hover, .btn-login-btn:hover, #load-more-brand:hover {
    background-color: var(--dark-color);
}

#rev-page h1 {
    font-size: 26px;
    font-weight: var(--font-bold);
}

#rev-page h2 {
    font-size: 22px;
    font-weight: var(--font-bold);
}

#rev-page h3 {
    font-size: 20px;
    font-weight: var(--font-bold);
}

#rev-page h4 {
    font-size: 16px;
    font-weight: var(--font-bold);
}

#rev-page p, #rev-page span {
    font-size: 16px;
    margin: 0;
}

#rev-page .text-left {
    text-align: left;
}


/* ------------------------- Commom Style End ---------------------------------- */

/* Loigin and register style */

#rev-login,
.revolution-signup {
    background-image: url("../../../../public/assets/images/login-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

#rev-login:before {
position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--text-color);
  opacity: 0.6; 
}

#rev-login .rev-login-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    flex-direction: column;
    position: relative;
}

#rev-login .rev-login-wrap .login-logo-wrap img{
    margin-bottom: 25px !important;
}
.text-warn{
    color: red;
}

#rev-login .rev-login-wrap .rev-login-card,
.revolution-signup .login-container {
    max-width: 500px;
    border-radius: 30px;
    padding: 30px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3);
    border: solid 3px var(--extra-light-color);
}

.revolution-signup .login-container {
    margin: 50px auto;
}

#rev-login .rev-login-wrap .rev-login-card form .icon-tt,
.revolution-signup .login-container .icon-tt {
    position: relative;
    padding: 0;
}

#rev-login .rev-login-wrap .rev-login-card form .icon-tt.mar-bot-ziro {
    margin-bottom: 0 !important;
}

#rev-login .rev-login-wrap .rev-login-card form .icon-tt input,
.revolution-signup .login-container .icon-tt input {
    height: 50px;
    padding-left: 50px;
}

.revolution-signup .login-container .icon-tt textarea {
    height: 100px;
    padding-left: 50px;
}

.revolution-signup .login-container .icon-tt.nopd-input input {
    padding-left: 15px;
}

#rev-login .rev-login-wrap .rev-login-card form .icon-tt i,
.revolution-signup .login-container .icon-tt i {
    position: absolute;
    left: 20px;
    top: 18px;
    color: var(--dark-color);
}

#rev-login .rev-login-wrap .rev-login-card .login-form-wrap h1 {
    margin-bottom: 35px;
    color: var(--white-color);
}

#rev-login .rev-login-wrap .rev-login-card .login-form-wrap .Goto_login,
.revolution-signup .login-container .Goto_login {
    color: var(--white-color);
}

#rev-login .rev-login-wrap .rev-login-card .login-form-wrap .Goto_login a,
.revolution-signup .login-container .Goto_login a {
    color: #f7daad;
    text-decoration: underline !important;
    font-weight: var(--font-bold);
}

.revolution-signup .login-container .btn {
    width: 100%;
}

/* Header style */

#rev-page .revolution-common-header {
    /* overflow: hidden; */
    position: fixed;
    width: 100%;
    z-index: 9;
}
#rev-page .revolution-common-header .navbar {
    position: relative;
}

#rev-page .revolution-common-header .navbar::before {
    background-color: var(--dark-color);
    width: 105%;
    height: 100%;
    position: absolute;
    left: 50%;
    right: 0;
    content: "";
    transform: translate(-50%);
    border-bottom-left-radius: 86px;
    border-bottom-right-radius: 86px;
    z-index: -1;
}

#rev-page .revolution-common-header .navbar .navbar-brand {
    margin: 7px auto;
}

#rev-page .revolution-common-header .navbar .navbar-toggler {
    border: none;
    position: absolute;
    right: 0;
}

#rev-page .revolution-common-header .navbar .navbar-toggler svg{
    width: 28px;
}

#rev-page .revolution-common-header .navbar .navbar-toggler:focus {
    box-shadow: none;
}

#rev-page .revolution-content {
    padding-top: 124px;
    padding-bottom: 115px;
    /* background-color: var(--extra-light-color); */
    /* height: 100%; */
    min-height: 860px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}

#rev-page{
    /* background-image: url("../../../../public/assets/images/body-pattern.png"); */
    background-color: var(--extra-light-color);
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    position: relative;
}

#rev-page::before{
position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../../../../public/assets/images/body-pattern.png");
  background-size: contain;
  background-repeat: repeat;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.home-banner-sec{
    position: relative;
    z-index: 2;
}

/* #rev-page .revolution-content.revolution-pattern {
    background-image: url("../../../../public/assets/images/body-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
} */

/* #rev-page .rev-menu-canvas {
    position: absolute;
    width: 80%;
    background-color: var(--white-color);
    top: 97px;
    right: 30px;
    min-height: 200px;
    padding: 30px;
} */

#rev-page .rev-menu-canvas {
position: fixed;
  width: 100%;
  background-color: #503409;
  top: 0;
  right: 0;
  min-height: 200px;
  height: 100%;
  bottom: 0;
  z-index: 8;
  padding: 145px 55px 25px;
  text-align: center;
}

#rev-page .rev-menu-canvas ul{
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
  /* gap: 25px; */
}

#rev-page .rev-menu-canvas ul li{
width: 100%;
  border-bottom: solid 1px var(--white-color);
  text-align: center;
}

#rev-page .rev-menu-canvas ul li a{
color: var(--white-color);
  font-family: "Libre Baskerville", serif;
  padding: 12px 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
}

 #rev-page .rev-menu-canvas .btn-login-btn {
    background-color: var(--light-color);
    color: var(--white-color);
    border-radius: 50px;
    padding: 12px 32px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    width: 100%;
    margin-top: 25px;
}


/* Header home */
#rev-page .revolution-common-header.revolution-home-header .navbar::before {
    background-color: transparent;
}

/* Footer */

#rev-page .revolution-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

#rev-page .revolution-footer img {
    width: 100%;
    /* height: 120px; */
    height: 95px;
}

#rev-page .revolution-footer .rev-foot-ul-wrap {
    list-style: none;
    display: flex;
    padding: 0;
    width: 100%;
}

#rev-page .revolution-footer .rev-foot-ul-wrap li {
    flex: 0 0 auto;
    width: 50%;
    /* width: 47.333%; */
    border-left: solid 1px #000;
    border-right: solid 1px #6b6b6b;
}

#rev-page .revolution-footer .rev-foot-ul-wrap li:first-child {
    border-left: unset;
}

#rev-page .revolution-footer .rev-foot-ul-wrap li:last-child {
    border-right: unset;
}

#rev-page .revolution-footer .rev-foot-ul-wrap li:not(.social-icon) a {
    display: flex;
    flex-direction: column;
    color: var(--white-color);
    align-items: center;
    text-transform: uppercase;
    display: flex;
    /* flex-direction: row; */
      /* justify-content: center; */
}

#rev-page .revolution-footer .rev-foot-ul-wrap li:not(.social-icon) a svg{
    /* margin-right: 15px; */
}

#rev-page .revolution-footer .rev-foot-ul-wrap li.social-icon {
    justify-content: flex-end;
    display: flex;
    gap: 12px;
    padding-top: 23px;
}

#rev-page .revolution-footer .container-fluid {
    position: absolute;
    bottom: 6px;
}

/* Brand */

#rev-page h1.rev-title-h1 {
    padding-bottom: 35px;
    /* margin: 25px 0; */
    margin: 0 0 25px;
}

#rev-page h1.rev-title-h1:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 23px;
    background-image: url("../../../../public/assets/images/title-line-h1.png");
    bottom: 0;
}

#rev-page .text-trans-upper {
    text-transform: uppercase;
}

#rev-page .rev-product-listing {
    /* padding-bottom: 170px; */
}

#rev-page .brand-cover-wrap .produt-height-wrap .card {
    position: relative;
}

#rev-page .brand-cover-wrap .produt-height-wrap .card {
    position: relative;
    height: 185px;
    border-radius: 26px;
    overflow: hidden;
}

#rev-page .brand-cover-wrap .produt-height-wrap .card:before {
    position: absolute;
    content: "";
    width: 102%;
    height: 102%;
    top: 50%;
    left: 50%;
    border: solid 7px #ffffffa6;
    z-index: 2;
    border-radius: 26px;
    transform: translate(-50%, -50%);
}

#rev-page .brand-cover-wrap .produt-height-wrap .card a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-color: #0000003d;
    z-index: 1;
    border-radius: 26px;
    transform: translate(-50%, -50%);
}

#rev-page .brand-cover-wrap .produt-height-wrap .card .card-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#rev-page .brand-cover-wrap .produt-height-wrap .card a {
    height: 100%;
    color: #ffffff;
    position: relative;
}

#rev-page .brand-cover-wrap .produt-height-wrap .card a h5 {
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

#rev-page .brand-cover-wrap .produt-height-wrap .card img {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0 !important;
    top: 0;
    bottom: 0;
    max-height: 100% !important;
}

#rev-page .load-more-brand .rev-product-listing #load-more-brand {
    border-radius: 50px;
    background: #503409;
    border: none;
    line-height: 16px;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#rev-page .brand-det-listing .row .col-md-4 {
    flex: 0 0 auto;
    width: 124px;
}

#rev-page .whisky_discription {
    background: #fff;
    padding: 25px;
    border: solid 1px #e6e6e6;
}

#rev-page .slider-whisky {
    margin: 0 0 25px;
}

#rev-page .star-icon-whisky {
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

#rev-page .star-icon-whisky.selected {
    color: gold;
}

#rev-page .star-icon-whisky {
    color: #ccc;
    font-size: 20px;
    margin-right: 2px;
}

#rev-page .star-icon-whisky.active {
    color: #f39c12; /* Gold color for highlighted stars */
}
