/* 

Name: Phoenix Distillery
Version: v1.0
Dynamic Technosoft Pvt. Ltd URL: https://dynamic.net.np/
Frontend-Developer: Rahul Sharma

*/
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* TT Norms */
@import url("http://fonts.cdnfonts.com/css/tt-norms-pro");
* {
  margin: 0%;
  padding: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.cursor-pointer {
  cursor: pointer;
}

:root {
  --col-1: #d7b56d;
  --col-2: #ED1C24;
}

.bg-wrapper {
  background-color: #eeefea;
}

.bg-gray {
  background-color: #eeefea;
}

.para-tag {
  color: #1b1d1e;
  font-size: 18px;
  font-family: 'TT Norms Pro', sans-serif !important;
  line-height: 30px;
}

.head-tag {
  font-size: 55px;
  color: var(--col-1);
}

.gold-text {
  color: var(--col-1);
}

.red-text {
  color: var(--col-2);
}

.pad-main {
  padding: 40px 70px;
}

.font-2, h1 {
  font-family: 'Cinzel', serif;
}

.font-3 {
  font-family: 'Old Standard TT', serif;
}

.font-4 {
  font-family: 'TT Norms Pro', sans-serif;
}

.font-5 {
  font-family: 'Anton', sans-serif;
}

.under-line-tag {
  border-bottom: 2px solid var(--col-1);
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 5px;
}

.under-line-tag::after {
  display: block;
  content: '';
  width: 100px;
  height: 10px;
  background: var(--col-1);
  position: absolute;
  bottom: -6px;
  left: 0;
}

.link-none {
  text-decoration: none !important;
  color: #d7b56d !important;
}

@media (max-width: 1000px) {
  .para-tag {
    line-height: 30px;
  }
  .head-tag {
    font-size: 45px;
    color: var(--col-1);
  }
  .gold-text {
    color: var(--col-1);
  }
  .red-text {
    color: var(--col-2);
  }
  .pad-main {
    padding: 40px 50px;
  }
}

@media (max-width: 768px) {
  .para-tag {
    line-height: 30px;
    font-size: 16px;
  }
  .head-tag {
    font-size: 35px;
    color: var(--col-1);
  }
  .gold-text {
    color: var(--col-1);
  }
  .red-text {
    color: var(--col-2);
  }
  .pad-main {
    padding: 20px;
  }
  h2 {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .para-tag {
    line-height: 30px;
    font-size: 16px;
  }
  .head-tag {
    font-size: 25px;
    color: var(--col-1);
  }
  .gold-text {
    color: var(--col-1);
  }
  .red-text {
    color: var(--col-2);
  }
  .pad-main {
    padding: 16px !important;
  }
  h2 {
    font-size: 25px !important;
  }
}

/**/
/* flickity */
.flickity-button.flickity-prev-next-button.previous,
.flickity-button.flickity-prev-next-button.next {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/**/
.navbar.navbar-expand-lg {
  background-color: #eeefea;
}

.navbar.navbar-expand-lg .container-fluid {
  padding: 40px 70px;
}

.navbar.navbar-expand-lg .container-fluid .navbar-toggler {
  border: 1px solid white;
}

.navbar.navbar-expand-lg .container-fluid i {
  color: #1b1d1e !important;
}

.navbar.navbar-expand-lg .container-fluid .navbar-collapse ul li .nav-link {
  text-decoration: none;
  color: #1b1d1e;
}

.navbar.navbar-expand-lg .container-fluid .nav-item .dropdown-menu {
  display: none;
  border-radius: 1px;
}

.navbar.navbar-expand-lg .container-fluid .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #d7b56d;
  color: #1b1d1e;
}

.navbar.navbar-expand-lg .container-fluid .nav-item:hover .nav-link {
  background-color: #d7b56d;
  color: #1b1d1e;
}

.navbar.navbar-expand-lg .container-fluid .nav-item:hover .dropdown-menu {
  display: block;
}

.navbar.navbar-expand-lg .container-fluid .nav-item .dropdown-menu {
  margin-top: 0;
}

.navbar.navbar-expand-lg .container-fluid .searchBox input {
  border: 1px solid #d7b56d;
  background-color: transparent;
  border-radius: 1px;
  color: #d7b56d;
}

.navbar.navbar-expand-lg .container-fluid .searchBox input ::-webkit-input-placeholder {
  color: white !important;
}

.navbar.navbar-expand-lg .container-fluid .searchBox input :-ms-input-placeholder {
  color: white !important;
}

.navbar.navbar-expand-lg .container-fluid .searchBox input ::-ms-input-placeholder {
  color: white !important;
}

.navbar.navbar-expand-lg .container-fluid .searchBox input ::placeholder {
  color: white !important;
}

@media (max-width: 1240px) {
  .navbar.navbar-expand-lg {
    background-color: black;
  }
  .navbar.navbar-expand-lg .container-fluid {
    padding: 40px 70px;
  }
  .navbar.navbar-expand-lg .container-fluid .navbar-toggler {
    border: 1px solid white;
  }
  .navbar.navbar-expand-lg .container-fluid i {
    color: white !important;
  }
  .navbar.navbar-expand-lg .container-fluid .navbar-collapse ul li .nav-link {
    text-decoration: none;
    color: white;
    font-size: 10px;
  }
  .navbar.navbar-expand-lg .container-fluid .nav-item .dropdown-menu {
    display: none;
    border-radius: 1px;
  }
  .navbar.navbar-expand-lg .container-fluid .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #d7b56d;
    color: #1b1d1e;
  }
  .navbar.navbar-expand-lg .container-fluid .nav-item:hover .nav-link {
    background-color: #d7b56d;
    color: #1b1d1e;
  }
  .navbar.navbar-expand-lg .container-fluid .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar.navbar-expand-lg .container-fluid .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar.navbar-expand-lg .container-fluid .searchBox input {
    border: 1px solid #d7b56d;
    background-color: transparent;
    border-radius: 1px;
    color: #d7b56d;
  }
  .navbar.navbar-expand-lg .container-fluid .searchBox input ::-webkit-input-placeholder {
    color: white !important;
  }
  .navbar.navbar-expand-lg .container-fluid .searchBox input :-ms-input-placeholder {
    color: white !important;
  }
  .navbar.navbar-expand-lg .container-fluid .searchBox input ::-ms-input-placeholder {
    color: white !important;
  }
  .navbar.navbar-expand-lg .container-fluid .searchBox input ::placeholder {
    color: white !important;
  }
}

@media (max-width: 1150px) {
  .navbar.navbar-expand-lg {
    background-color: black;
  }
  .navbar.navbar-expand-lg .container-fluid {
    padding: 20px;
  }
  .navbar.navbar-expand-lg .container-fluid .navbar-collapse ul li .nav-link {
    text-decoration: none;
    color: white;
  }
  .navbar.navbar-expand-lg .container-fluid .nav-item .dropdown-menu {
    display: none;
    border-radius: 1px;
  }
  .navbar.navbar-expand-lg .container-fluid .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #d7b56d;
    color: #1b1d1e;
  }
  .navbar.navbar-expand-lg .container-fluid .nav-item:hover .nav-link {
    background-color: #d7b56d;
    color: #1b1d1e;
  }
  .navbar.navbar-expand-lg .container-fluid .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar.navbar-expand-lg .container-fluid .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar.navbar-expand-lg .container-fluid .searchBox input {
    border: 1px solid #d7b56d;
    background-color: transparent;
    border-radius: 1px;
    color: #d7b56d;
  }
  .navbar.navbar-expand-lg .container-fluid .searchBox input ::-webkit-input-placeholder {
    color: white !important;
  }
  .navbar.navbar-expand-lg .container-fluid .searchBox input :-ms-input-placeholder {
    color: white !important;
  }
  .navbar.navbar-expand-lg .container-fluid .searchBox input ::-ms-input-placeholder {
    color: white !important;
  }
  .navbar.navbar-expand-lg .container-fluid .searchBox input ::placeholder {
    color: white !important;
  }
}

.dropbtn {
  color: white;
  border: none;
  background-color: transparent;
}

.dropdown-C {
  position: relative;
  display: inline-block;
}

.dropdown-C-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 180px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-C-content a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

.dropdown-C-content a:hover {
  background-color: #d7b56d;
  color: black;
}

.dropdown-C:hover .dropdown-C-content {
  display: block;
}

/* hero section */
.heroSection .block1 .bannerCol {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 188, 188, 0.534)), to(rgba(28, 25, 25, 0.534))), url("../images/banner-img.jpg");
  background-image: linear-gradient(rgba(191, 188, 188, 0.534), rgba(28, 25, 25, 0.534)), url("../images/banner-img.jpg");
  background-attachment: fixed;
  background-size: cover;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heroSection .block1 .bannerCol .font-xl {
  font-size: 65px;
  width: 60%;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .heroSection .block1 .bannerCol {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.534)), to(rgba(0, 0, 0, 0.241))), url("../images/banner-img.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.534), rgba(0, 0, 0, 0.241)), url("../images/banner-img.jpg");
    background-attachment: fixed;
    background-size: cover;
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .heroSection .block1 .bannerCol .font-xl {
    font-size: 25px;
    width: 90%;
    text-align: center;
    font-weight: bold;
  }
}

/* main slider */
.main-slider .carousel-cell {
  width: 100%;
  height: 100vh;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.bg-slider-body-1 {
  background-image: url("../asset/bg-1.jpg");
  background-size: 100% 100%;
}

.main-slider .carousel-cell h1 {
  font-size: 65px;
  text-align: center;
  color: white;
}

.carousel.is-fullscreen .main-slider .carousel-cell {
  height: 100%;
}

.main-slider .carousel-cell-image {
  display: block;
  max-height: 100%;
}

.main-slider .flickity-button.flickity-prev-next-button.previous,
.main-slider .flickity-button.flickity-prev-next-button.next {
  background-color: transparent;
  outline: none;
}

.main-slider .flickity-button-icon {
  color: white;
}

@media (max-width: 1000px) {
  .main-slider .carousel-cell {
    width: 100%;
    height: 80vh;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .main-slider .carousel-cell h1 {
    font-size: 55px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .main-slider .carousel-cell {
    width: 100%;
    height: 40vh;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .main-slider .carousel-cell h1 {
    font-size: 25px;
    text-align: center;
  }
}

/* video section */
.video-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  margin: 20px auto;
  padding: 0;
}

.video-banner .block1 {
  width: 100%;
}

.video-banner .block1 .videoCol {
  position: relative;
}

.video-banner .block1 .videoCol video {
  width: 100%;
}

.video-banner .block1 .videoCol .paraBox {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}

.video-banner .block1 .videoCol .paraBox p {
  color: #d7b56d;
}

.video-banner .block1 .videoCol .paraBox h4 {
  width: 100%;
  width: 60%;
  margin: auto;
  font-size: 35px;
}

/* about us */
.about-us {
  margin: 40px auto;
  padding: 40px 70px;
}

.about-us .block1 {
  padding: 40px auto;
}

@media (max-width: 768px) {
  .about-us {
    margin: 20px auto;
  }
  .about-us .block1 {
    padding: 20px auto;
  }
}

/* our story */
.our-story {
  margin: 40px auto;
  padding: 40px 70px;
}

.our-story .block1 {
  padding: 40px auto;
}

.our-story .block1 .col-12 h1 {
  color: var(--col-1);
  font-size: 55px;
}

.our-story .block1 .col-md-7.col-12 .subBlock1 h4 {
  height: 60px;
}

.our-story .block1 .col-md-7.col-12 .subBlock1 .para-tag {
  line-height: 30px;
}

.our-story .block1 .col-md-5.col-12 {
  padding: 0px 60px;
}

.our-story .block1 .col-md-5.col-12 p {
  margin-top: 60px !important;
  line-height: 30px;
}

@media (max-width: 768px) {
  .our-story {
    margin: 40px auto;
  }
  .our-story .block1 {
    padding: 40px auto;
  }
  .our-story .block1 .col-12 h1 {
    color: var(--col-1);
    font-size: 55px;
  }
  .our-story .block1 .col-md-7.col-12 .subBlock1 h4 {
    height: 60px;
  }
  .our-story .block1 .col-md-7.col-12 .subBlock1 .para-tag {
    line-height: 30px;
  }
  .our-story .block1 .col-md-5.col-12 {
    padding: 0px 10px;
  }
  .our-story .block1 .col-md-5.col-12 p {
    margin-top: 0px;
    line-height: 30px;
  }
}

/* banner images */
.holistic-whisky .block1 .paraCol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.holistic-whisky .block1 .paraCol p {
  font-weight: 400;
  font-size: 16px;
  line-height: 37px;
  width: 80%;
}

.holistic-whisky .block2 .col-md-4 .imgBox {
  height: 400px;
  overflow: hidden;
  background-size: cover;
}

.holistic-whisky .block2 .col-md-4 .imgBox1 {
  background-image: url("../images/image (1).png");
}

.holistic-whisky .block2 .col-md-4 .imgBox2 {
  background-image: url("../images/image (4).png");
  background-position-y: -200px;
}

.holistic-whisky .block2 .col-md-4 .imgBox3 {
  background-image: url("../images/image (5).png");
}

@media (max-width: 768px) {
  .holistic-whisky .block1 {
    padding: 0 !important;
  }
  .holistic-whisky .block1 .paraCol {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .holistic-whisky .block1 .paraCol p {
    font-weight: 400;
    font-size: 16px;
    line-height: 37px;
    width: 80%;
  }
  .holistic-whisky .block2 .col-md-4 {
    padding: 0;
    margin-bottom: 25px;
  }
  .holistic-whisky .block2 .col-md-4 .imgBox {
    height: 250px;
    overflow: hidden;
    background-size: cover;
    width: 100%;
  }
  .holistic-whisky .block2 .col-md-4 .imgBox1 {
    background-image: url("../images/image (1).png");
  }
  .holistic-whisky .block2 .col-md-4 .imgBox2 {
    background-image: url("../images/image (4).png");
    background-position-y: -200px;
  }
  .holistic-whisky .block2 .col-md-4 .imgBox3 {
    background-image: url("../images/image (5).png");
  }
}

.holistic-whisky .carousel {
  background: transparent;
}

.holistic-whisky .carousel-cell {
  width: 28%;
  height: 300px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

@media (max-width: 768px) {
  .holistic-whisky .carousel-cell {
    width: 45%;
    height: 150px;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
  }
}

.holistic-whisky .carousel-cell1 {
  background-image: url("../images/hw-s-1.png");
  background-size: cover;
}

.holistic-whisky .carousel-cell2 {
  background-image: url("../images/hw-s-2.png");
  background-size: cover;
}

.holistic-whisky .carousel-cell3 {
  background-image: url("../images/hw-s-3.png");
  background-size: cover;
}

.holistic-whisky .carousel-cell4 {
  background-image: url("../images/image (1).png");
  background-size: cover;
}

.holistic-whisky .carousel-cell5 {
  background-image: url("../images/image (2).png");
  background-size: cover;
}

/* collection */
.our-collection {
  margin: 40px auto;
}

.our-collection .block1 {
  padding: 40px auto;
}

.our-collection .block1 .col-12 h1 {
  color: var(--col-1);
  font-size: 55px;
}

.our-collection .block2 .collection-col-new {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.our-collection .block2 .collection-col-new .collection-bottel-wrapper-card {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.our-collection .block2 .collection-col-new .bottel-wrapper-1 {
  background-image: url("../images/image-03.jpg");
  background-size: 100% 100%;
}

.our-collection .block2 .collection-col-new .bottel-wrapper-2 {
  background-image: url("../images/image-02.jpg");
  background-size: cover;
  background-position-y: -80px;
}

.our-collection .block2 .collection-col-new .bottel-wrapper-3 {
  background-image: url("../images/image-04.png");
  background-size: 100% 100%;
}

.our-collection .block2 .collection-col-new .bottel-wrapper-4 {
  background-image: url("../images/image-01.png");
  background-size: 100% 100%;
}

.our-collection .block2 .collection-col-new .imgBox {
  height: 500px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-collection .block2 .collection-col-new .para-box button {
  position: absolute;
  top: 8%;
  width: 30%;
  left: 8%;
  right: 35%;
}

@media (max-width: 768px) {
  .our-collection {
    margin: 40px auto;
  }
  .our-collection .block1 {
    padding: 40px auto;
  }
  .our-collection .block1 .col-12 h1 {
    color: var(--col-1);
    font-size: 55px;
  }
  .our-collection .block2 .collection-col-new {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .our-collection .block2 .collection-col-new .collection-bottel-wrapper-card {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .our-collection .block2 .collection-col-new .imgBox {
    height: 500px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .our-collection .block2 .collection-col-new .para-box button {
    position: absolute;
    top: 8%;
    width: 40%;
    left: 8%;
    right: 35%;
  }
}

@media (max-width: 350px) {
  .our-collection {
    margin: 40px auto;
  }
  .our-collection .block1 {
    padding: 40px auto;
  }
  .our-collection .block1 .col-12 h1 {
    color: var(--col-1);
    font-size: 55px;
  }
  .our-collection .block2 .collection-col-new {
    overflow: hidden;
    padding: auto 0px !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .our-collection .block2 .collection-col-new .collection-bottel-wrapper-card {
    width: 100% !important;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .our-collection .block2 .collection-col-new .bottel-wrapper-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.459)), to(#222222)), url("../images/j89-1.jpg");
    background-image: linear-gradient(rgba(68, 68, 68, 0.459), #222222), url("../images/j89-1.jpg");
    background-size: cover;
  }
  .our-collection .block2 .collection-col-new .bottel-wrapper-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.459)), to(#222222)), url("../images/j89-2.jpg");
    background-image: linear-gradient(rgba(68, 68, 68, 0.459), #222222), url("../images/j89-2.jpg");
    background-size: cover;
  }
  .our-collection .block2 .collection-col-new .bottel-wrapper-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.459)), to(#222222)), url("../images/label bright.jpg");
    background-image: linear-gradient(rgba(68, 68, 68, 0.459), #222222), url("../images/label bright.jpg");
    background-size: cover;
  }
  .our-collection .block2 .collection-col-new .bottel-wrapper-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.459)), to(#222222)), url("../images/image-001.png");
    background-image: linear-gradient(rgba(68, 68, 68, 0.459), #222222), url("../images/image-001.png");
    background-size: cover;
  }
  .our-collection .block2 .collection-col-new .imgBox {
    height: 500px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .our-collection .block2 .collection-col-new .para-box h4 {
    width: 100%;
    color: white !important;
    font-family: 'Anton', sans-serif !important;
    text-align: center !important;
    font-size: 45px !important;
  }
}

/* footer section */
.footer-section {
  background-color: #eeefea;
}

.footer-section .block1 .col-xl-3.col-md-6.col-12 {
  padding: 20px;
}

.footer-section .block1 .col-xl-3.col-md-6.col-12 .footer-head {
  color: #d7b56d;
  margin-bottom: 30px;
}

.footer-section .block1 .col-xl-3.col-md-6.col-12 ul {
  padding: 0;
}

.footer-section .block1 .col-xl-3.col-md-6.col-12 ul li {
  list-style: none;
  color: #1b1d1e;
  margin-bottom: 20px;
}

.footer-section .block1 .col-xl-3.col-md-6.col-12 ul li i {
  margin-right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-section .block1 .col-xl-3.col-md-6.col-12 ul li i:hover {
  color: #d7b56d;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.footer-section .block1 .col-xl-3.col-md-6.col-12 ul li a {
  text-decoration: none;
  color: #1b1d1e;
}

/* slider for bottel pakage */
.mini-multi-slider .carousel-cell {
  width: 28%;
  height: 300px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.mini-multi-slider .flickity-button.flickity-prev-next-button.next, .mini-multi-slider .flickity-button.flickity-prev-next-button.previous {
  font-size: 10px;
  height: 40px;
  width: 40px;
}

@media (max-width: 786px) {
  .mini-multi-slider .carousel-cell {
    width: 45%;
    height: 150px;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
  }
  .mini-multi-slider .flickity-button.flickity-prev-next-button.next, .mini-multi-slider .flickity-button.flickity-prev-next-button.previous {
    font-size: 10px;
    height: 20px;
    width: 20px;
  }
}

.mini-multi-slider .carousel-cell img {
  height: 100%;
  width: 100%;
}

/* yorkshirelabe .html */
.yorkshire-lable .block1 .paraCol {
  position: relative;
}

.yorkshire-lable .block1 .paraCol .redirect-tag {
  position: absolute;
  bottom: 0;
}

.yorkshire-lable .block1 .paraCol .redirect-tag a {
  color: #d7b56d;
  text-decoration: none;
}

.yorkshire-lable .block1 .imageCol {
  padding: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.yorkshire-lable .block1 .imageCol .imgBox {
  height: 650px;
  width: 100%;
}

.yorkshire-lable .block1 .imageCol .imgBox img {
  height: 100%;
  width: 80%;
}

@media (max-width: 786px) {
  .yorkshire-lable .block1 .paraCol {
    position: relative;
  }
  .yorkshire-lable .block1 .paraCol .redirect-tag {
    position: absolute;
    bottom: 0;
  }
  .yorkshire-lable .block1 .paraCol .redirect-tag a {
    color: #d7b56d;
    text-decoration: none;
  }
  .yorkshire-lable .block1 .imageCol {
    padding: 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .yorkshire-lable .block1 .imageCol .imgBox {
    height: 450px;
    width: 100%;
  }
  .yorkshire-lable .block1 .imageCol .imgBox img {
    height: 100%;
    width: 100%;
  }
}

/* polska .html */
.polska-vodka .block1 .paraCol ul {
  padding: 0;
  margin-top: 30px;
}

.polska-vodka .block1 .paraCol ul li {
  margin-bottom: 40px;
  list-style: none;
}

.polska-vodka .block1 .imageCol {
  padding: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.polska-vodka .block1 .imageCol .imgBox {
  height: 650px;
  width: 100%;
}

.polska-vodka .block1 .imageCol .imgBox img {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  overflow: hidden;
}

@media (max-width: 786px) {
  .polska-vodka .block1 .paraCol ul {
    padding: 0;
    margin-top: 30px;
  }
  .polska-vodka .block1 .paraCol ul li {
    list-style: none;
  }
  .polska-vodka .block1 .imageCol {
    padding: 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .polska-vodka .block1 .imageCol .imgBox {
    height: 400px;
    width: 100%;
  }
  .polska-vodka .block1 .imageCol .imgBox img {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    overflow: hidden;
  }
}

/* j89 .html */
.bottel-property ul li {
  margin-bottom: 100px;
}

.j89-wrapper .block0 {
  padding: 0;
}

.j89-wrapper .block0 .col-12 {
  padding: 0;
}

.j89-wrapper .block1 .paraCol ul {
  margin-top: 30px;
}

.j89-wrapper .block1 .imageCol {
  padding: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.j89-wrapper .block1 .imageCol .imgBox {
  height: 650px;
  width: 100%;
}

.j89-wrapper .block1 .imageCol .imgBox img {
  height: 100%;
  width: 100%;
}

@media (max-width: 786px) {
  .j89-wrapper .block0 {
    padding: 0;
  }
  .j89-wrapper .block0 .col-12 {
    padding: 0;
  }
  .j89-wrapper .block0 .col-12 video {
    width: 100% !important;
  }
  .j89-wrapper .block1 .paraCol ul {
    margin-top: 30px;
  }
  .j89-wrapper .block1 .imageCol {
    padding: 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .j89-wrapper .block1 .imageCol .imgBox {
    height: 450px;
    width: 100%;
  }
  .j89-wrapper .block1 .imageCol .imgBox img {
    height: 100%;
    width: 100%;
  }
}

/* video banner height */
.video-banner .videoBox {
  height: 550px;
}

@media (max-width: 768px) {
  .video-banner .videoBox {
    height: 400px;
  }
}

@media (max-width: 400px) {
  .video-banner .videoBox {
    height: 300px;
  }
}

/* our event */
.event-wrapper {
  padding: 0;
}

.event-wrapper .block2 {
  padding: 0;
}

.event-wrapper .block2 .col-12 {
  padding: 0;
  /* cell number */
}

.event-wrapper .block2 .col-12 .carousel {
  margin: 40px 0px;
}

.event-wrapper .block2 .col-12 .carousel-cell {
  width: 66%;
  height: 70vh;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.event-wrapper .block2 .col-12 .carousel-cell1 {
  background-image: url("../images/unnamed (10).jpg");
  background-size: cover;
}

.event-wrapper .block2 .col-12 .carousel-cell2 {
  background-image: url("../images/unnamed (12).jpg");
  background-size: cover;
}

.event-wrapper .block2 .col-12 .carousel-cell3 {
  background-image: url("../images/unnamed (6).jpg");
  background-size: cover;
}

.event-wrapper .block2 .col-12 .carousel-cell4 {
  background-image: url("../images/unnamed (5).jpg");
  background-size: cover;
}

.event-wrapper .block2 .col-12 .carousel-cell5 {
  background-image: url("../images/unnamed (8).jpg");
  background-size: cover;
}

.event-wrapper .block3 .container .row .event-card-col {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.event-wrapper .block3 .container .row .event-card-col .event-card {
  padding: 20px;
  height: 100%;
  width: 100%;
  min-height: 600px;
  background-color: #eeefea;
}

.event-wrapper .block3 .container .row .event-card-col .event-card .imgBlock {
  height: 350px;
  width: 100%;
  overflow: hidden;
}

.event-wrapper .block3 .container .row .event-card-col .event-card .imgBlock img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.event-wrapper .block3 .container .row .event-card-col .event-card .imgBlock img:hover {
  -webkit-transform: skew(5deg) scale(1.2);
          transform: skew(5deg) scale(1.2);
}

.event-wrapper .block3 .container .row .event-card-col .event-card .paraBox .titel-tag {
  margin: 10px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.event-wrapper .block3 .container .row .event-card-col .event-card .paraBox .para-wrapper {
  height: 250px;
  overflow: hidden;
}

.event-wrapper .block3 .container .row .event-card-col .event-card .paraBox .para-wrapper .para-tag {
  color: #1b1d1e;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 786px) {
  .event-wrapper {
    padding: 0;
  }
  .event-wrapper .block2 {
    padding: 0;
  }
  .event-wrapper .block2 .col-12 {
    padding: 0;
    /* cell number */
  }
  .event-wrapper .block2 .col-12 .carousel {
    margin: 40px 0px;
  }
  .event-wrapper .block2 .col-12 .carousel-cell {
    width: 66%;
    height: 40vh;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
  }
  .event-wrapper .block2 .col-12 .carousel-cell1 {
    background-image: url("../images/unnamed (10).jpg");
    background-size: cover;
  }
  .event-wrapper .block2 .col-12 .carousel-cell2 {
    background-image: url("../images/unnamed (12).jpg");
    background-size: cover;
  }
  .event-wrapper .block2 .col-12 .carousel-cell3 {
    background-image: url("../images/unnamed (6).jpg");
    background-size: cover;
  }
  .event-wrapper .block2 .col-12 .carousel-cell4 {
    background-image: url("../images/unnamed (5).jpg");
    background-size: cover;
  }
  .event-wrapper .block2 .col-12 .carousel-cell5 {
    background-image: url("../images/unnamed (8).jpg");
    background-size: cover;
  }
  .event-wrapper .block3 .container .row .event-card-col {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .event-wrapper .block3 .container .row .event-card-col .event-card {
    padding: 20px;
    height: 100%;
    width: 100%;
    min-height: 500px;
    background-color: #eeefea;
  }
  .event-wrapper .block3 .container .row .event-card-col .event-card .imgBlock {
    height: 200px;
    width: 100%;
    overflow: hidden;
  }
  .event-wrapper .block3 .container .row .event-card-col .event-card .imgBlock img {
    height: 100%;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .event-wrapper .block3 .container .row .event-card-col .event-card .imgBlock img:hover {
    -webkit-transform: skew(5deg) scale(1.2);
            transform: skew(5deg) scale(1.2);
  }
  .event-wrapper .block3 .container .row .event-card-col .event-card .paraBox .titel-tag {
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .event-wrapper .block3 .container .row .event-card-col .event-card .paraBox .para-tag {
    color: #1b1d1e;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }
}

@media (max-width: 400px) {
  .event-wrapper {
    padding: 0;
  }
  .event-wrapper .block2 {
    padding: 0;
  }
  .event-wrapper .block2 .col-12 {
    padding: 0;
  }
  .event-wrapper .block2 .col-12 .carousel {
    margin: 40px 0px;
  }
  .event-wrapper .block2 .col-12 .carousel-cell {
    width: 66%;
    height: 25vh;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
  }
}

.btn-g {
  background-color: #d7b56d;
  height: 40px;
  width: 150px;
  border: 1px solid var(--col-1);
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-g a {
  color: white !important;
  text-decoration: none;
}

.btn-g:hover,
.btn-g:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 2em transparent;
          box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--col-1);
            box-shadow: 0 0 0 0 var(--col-1);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--col-1);
            box-shadow: 0 0 0 0 var(--col-1);
  }
}

/* contact-us */
.contact-us .block1 .title-col {
  margin: 50px auto;
}

.contact-us .block1 .title-col h4 {
  color: #d7b56d;
}

.contact-us .block1 .form-col form .col-12 .form-group input, .contact-us .block1 .form-col form .col-12 .form-group textarea {
  border: 1px solid #d7b56d;
  background-color: transparent;
  color: black;
  border-radius: 0;
}

.contact-us .block1 .form-col form .col-12 .form-group ::-webkit-input-placeholder {
  color: #d7b56d;
}

.contact-us .block1 .form-col form .col-12 .form-group :-ms-input-placeholder {
  color: #d7b56d;
}

.contact-us .block1 .form-col form .col-12 .form-group ::-ms-input-placeholder {
  color: #d7b56d;
}

.contact-us .block1 .form-col form .col-12 .form-group ::placeholder {
  color: #d7b56d;
}

.contact-us .block1 .form-col form .col-12 .form-group input[type='submit'] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d7b56d;
  color: #1b1d1e;
  border-radius: 0;
}

.contact-us .block2 .col-12 p {
  color: #1b1d1e !important;
}

/* event detail */
.event-detail-wrapper .block1 .event-data-col .videoBox {
  width: 100%;
  height: 450px;
}

.event-detail-wrapper .block1 .event-data-col .paraBox {
  margin-top: 20px;
}

.event-detail-wrapper .block1 .event-data-col .paraBox p {
  padding: 0;
}

.event-detail-wrapper .block1 .event-other-data-col .row .col-12 {
  padding: 20px;
}

.event-detail-wrapper .block1 .event-other-data-col .row .col-12 .other-event-card {
  border: 1px solid var(--col-1);
  padding: 20px;
}

.event-detail-wrapper .block1 .event-other-data-col .row .col-12 .imgBox {
  height: 250px;
}

.event-detail-wrapper .block1 .event-other-data-col .row .col-12 .imgBox img {
  height: 100%;
  width: 100%;
}

.event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox {
  background-color: #eeefea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

.event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox p {
  color: #1b1d1e;
  text-align: left;
  padding: 0;
}

.event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox button {
  border: none;
}

.event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox button a {
  color: var(--col-1);
  text-transform: uppercase;
  text-decoration: underline;
}

.event-detail-wrapper .carousel-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.event-detail-wrapper .flickity-button.flickity-prev-next-button.next, .event-detail-wrapper .flickity-button.flickity-prev-next-button.previous {
  font-size: 10px;
  height: 40px;
  width: 40px;
}

@media (max-width: 786px) {
  .event-detail-wrapper .carousel-cell {
    width: 45%;
    height: 150px;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
  }
  .event-detail-wrapper .flickity-button.flickity-prev-next-button.next, .event-detail-wrapper .flickity-button.flickity-prev-next-button.previous {
    font-size: 10px;
    height: 20px;
    width: 20px;
  }
}

.event-detail-wrapper .carousel-cell img {
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .event-detail-wrapper .block1 .event-data-col .videoBox {
    width: 100%;
    height: 300px;
  }
  .event-detail-wrapper .block1 .event-data-col .paraBox {
    margin-top: 20px;
  }
  .event-detail-wrapper .block1 .event-data-col .paraBox p {
    padding: 0;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 {
    padding: 20px;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .other-event-card {
    border: 1px solid var(--col-1);
    padding: 10px;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .imgBox {
    height: 150px;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .imgBox img {
    height: 100%;
    width: 100%;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox {
    background-color: #eeefea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox p {
    color: #1b1d1e;
    text-align: left;
    padding: 0;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox button {
    border: none;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox button a {
    color: var(--col-1);
    text-transform: uppercase;
    text-decoration: underline;
  }
}

@media (max-width: 400px) {
  .event-detail-wrapper .block1 .event-data-col .videoBox {
    width: 100%;
    height: 200px;
  }
  .event-detail-wrapper .block1 .event-data-col .paraBox {
    margin-top: 20px;
  }
  .event-detail-wrapper .block1 .event-data-col .paraBox p {
    padding: 0;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 {
    padding: 20px;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .other-event-card {
    border: 1px solid var(--col-1);
    padding: 10px;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .imgBox {
    height: 150px;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .imgBox img {
    height: 100%;
    width: 100%;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox {
    background-color: #eeefea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox p {
    color: #1b1d1e;
    text-align: left;
    padding: 0;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox button {
    border: none;
  }
  .event-detail-wrapper .block1 .event-other-data-col .row .col-12 .paraBox button a {
    color: var(--col-1);
    text-transform: uppercase;
    text-decoration: underline;
  }
}

.carousel-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.flickity-button.flickity-prev-next-button.next, .flickity-button.flickity-prev-next-button.previous {
  font-size: 10px;
  height: 40px;
  width: 40px;
}

@media (max-width: 786px) {
  .carousel-cell {
    width: 45%;
    height: 150px;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
  }
  .flickity-button.flickity-prev-next-button.next, .flickity-button.flickity-prev-next-button.previous {
    font-size: 10px;
    height: 20px;
    width: 20px;
  }
}

.carousel-cell img {
  height: 100%;
  width: 100%;
}

/* mobile menu */
.accordion {
  padding: 0;
  background-color: transparent;
  border: none !important;
}

.accordion .accordion-item {
  background-color: transparent;
  border: none !important;
  padding: 0;
}

.accordion .accordion-item .accordion-button {
  background-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  color: #1b1d1e;
  padding: 0;
  font-size: 20px;
  margin: 10px 0px;
}

.accordion .accordion-item .accordion-button:hover {
  color: #d7b56d;
}

.accordion .accordion-item .accordion-body {
  padding: 0;
}

.accordion .accordion-item .accordion-body ul {
  padding: 0 !important;
  padding: 0;
}

.accordion .accordion-item .accordion-body ul li {
  padding: 0;
  margin: 0;
}

.accordion .accordion-item .accordion-body ul li a {
  padding: 5px;
  text-decoration: none;
}

/* new  sidenavber header bar */
.navbar-header .block1 .col-12 .hem-icon-box {
  margin: auto 0px;
}

.navbar-header .block1.pad-main {
  padding: 10px 70px;
}

.navbar-header .block1 .col-12 .navbar-brand img {
  height: 72px;
  width: 110px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100 !important;
  top: 0;
  right: 0;
  background-color: #efefef;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav ul {
  padding: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #1b1d1e;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #d7b56d;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .closebtn:hover {
  text-decoration: none;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .navbar-header .block1.pad-main {
    padding: 10px;
  }
  .navbar-header .block1 .col-12 .navbar-brand img {
    height: 52px;
    width: 85px;
  }
}

/*----gotoTopBtn------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

.scroll-wrapper {
  display: none;
}

.scroll-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  height: 50px;
  width: 50px;
  background-color: #d7b56d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.219);
          box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.219);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.scroll-btn i {
  color: #1b1d1e;
}

.scroll-btn:hover {
  position: fixed;
  z-index: 1;
  height: 50px;
  width: 50px;
  background-color: #1b1d1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.219);
          box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.219);
}

.scroll-btn:hover i {
  color: #d7b56d;
}
/*# sourceMappingURL=main.css.map */