/*!
 * Template for World Of Wine
 * Version 1.0.0
 * Author Ahish
 * 
 */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  background-color: #efede8;
  font-family: "Roboto";
}
header {
  background-color: #fff;
}
img {
  width: 100%;
  /*  float: left;*/
}

/*
Preloader Style
===================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4d0322;
  z-index: 999999;
}

.preloader .spinner {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: -30px auto 0;
}

.preloader .double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.preloader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* navbar */
.navbar-brand .logo {
  width: 170px;
}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  font-size: 1.1em;
  padding: 1.5em 0;
  margin: 0 3em;
  position: relative;
}
.navbar .navbar-nav .nav-link::after {
  content: "";
  width: 100%;
  height: 5px;
  bottom: 5px;
  position: absolute;
  left: 0;
  background-image: linear-gradient(#831337, #831337);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.navbar .navbar-nav .nav-link:hover::after {
  background-size: 100% 100%;
}

.navbar-nav .nav-item a.nav-link {
  color: #2d2d2d;
  font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #2d2d2d;
}
header .container-fluid-header {
  border: 2px solid #831337;
  padding: 10px 0;
}
.navbar-dark .navbar-toggler {
  color: rgb(131 19 55);
  border-color: rgb(131 19 55);
  margin-right: 15px;
}

.navbar-toggler {
  background-color: #831337;
  border: 1px solid #831337;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-brand {
  padding-left: 15px;
}

/* navbar */
/* slider */

.brand-style-1 {
  font-size: 16px;
  color: var(--primery);
  padding-bottom: 10px;
  position: relative;
}
.brand-style-1:after {
  bottom: 0;
  content: "";
  left: 32px;
  position: absolute;
  background: #831337;
  height: 5px;
  width: 50px;
}

.heading-style-1 {
  font-weight: bolder;
  font-size: 38px;
  line-height: 1.1;
}

.slider {
  position: relative;
}
.slider h2 span {
  margin: 280px;
  display: inline-block;
}
.slider h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 4px #831337;
  font-size: 74px;
  text-align: center;
  text-transform: uppercase;
  height: 67vh;
  width: 100%;
}
.slid-bg {
  background-image: url(../image/bg_2.jpg);
  background-size: cover;
}

/* slider */
/* test */

.part-image {
  text-align: center;
}
.part-image p {
  border: 2px solid var(--primery);
  border-radius: 500px;
  width: 150px;
  height: 150px;
  display: inline-block;
}
.wineimages img {
  border-radius: 200px;
  width: 150px;
  height: 150px;
  float: none;
  padding: 10px;
}
section.taste.mt-10.mb-10 {
  background: #efede8;
}
section.taste h2.text-center {
  font-weight: bold;
  font-size: 37px;
}
section.taste h2.text-center span {
  width: 540px;
  display: inline-block;
}
.part-text {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  width: 100%;
  float: left;
}

/* test */

/* about */

.since-area {
  background-color: #1e1e1e;
}
.heading-style-2 {
  font-weight: bolder;
  font-size: 45px;
  line-height: 1.1;
}

.text-style-1 {
  font-size: 18px;
  color: #c7c7c7;
  line-height: 34px;
}
.text-style-5 {
  font-size: 18px;
  color: #828282;
  line-height: 2.2;
}

.brand-style-2 {
  color: #831337;
}
.aboutsec h2 {
  font-weight: bold;
  font-size: 24px;
}
.heading-style-3 {
  font-size: 40px;
  font-weight: bolder;
}
.heading-style-4 {
  font-size: 34px !important;
  color: #831337;
  font-weight: 800;
  line-height: 1.2;
}
.text-style-2 {
  font-size: 18px;
  line-height: 32px;
}
.collection-column {
  padding: 3rem;
}
.p-55 {
  padding: 5rem;
}
.aboutsec h2 {
  font-weight: bold;
  font-size: 36px;
  padding: 30px 0 20px 0;
  width: 83%;
  float: left;
  margin: 0 17% 0 0;
}
.aboutsec p {
  font-size: 20px;
}
/* about */
/* consec */

section.consec input {
  width: 100%;
  border: 1px solid #c9c9c9;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0 0 15px 0;
  color: #000;
}
section.consec textarea {
  width: 100%;
  border: 1px solid #c9c9c9;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0 0 15px 0;
  color: #000;
  height: 150px;
}
section.consec button {
  background-color: #831337;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 4px;
  color: #fff;
}
.consecbgcol {
  background: #fff;
  width: 49%;
  margin-right: 1%;
  padding: 0;
}

.consecbgcol1 {
  background: #fff;
  width: 49%;
  margin-left: 1%;
  padding: 0;
}

.consecbgcol h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 50px 0 90px 0;
  position: relative;
}

.consecbgcol i.fa.fa-phone {
  font-size: 28px;
  position: relative;
  margin: 0 11px 0 0;
  top: 6px;
  font-weight: bold;
  color: #831337;
}
.consecbgcol i.fa.fa-map-marker {
  font-size: 28px;
  position: relative;
  margin: 0 11px 0 0;
  top: 3px;
  font-weight: bold;
  color: #831337;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
  background: #831337;
}
.consecbgcol p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 40px 0;
  position: relative;
  display: inline-block;
}

.consecbgcol h2:after {
  content: "";
  width: 100px;
  height: 7px;
  background: #831337;
  position: absolute;
  bottom: -19px;
  left: 0;
}
.consecbgcol11 {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px double #831337;
  top: 15px;
  position: relative;
  padding: 0 1px 0 0;
  margin: 0 15px 0 15px;
}

/* consec */

/* upcoming */

section.upcoming.text-center {
  background-color: #1e1e1e;
}
.upcoming-mid {
  background: #2a2a2a;
}
.upcoming h2 {
  color: #fff;
  font-weight: bold;
}
.upcoming-text {
  color: #fff;
  font-size: 18px;
  padding: 43px 0 0 0;
}

.upcoming-img img {
  width: 170px;
  border: 1px solid #fff;
  height: 110px;
  margin: 15px;
}

.upcoming-img {
  display: inline-block;
}
.upcoming-button {
  background-color: #831337;
  color: var(--third);
  font-size: 18px;
  padding: 47px 0 0 0;
}
.upcoming-button button {
  background: #fff;
  border: none;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 30px;
  border-radius: 4px;
}
button.showme {
  width: 220px;
  border: none;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  padding: 9px 0;
  display: inline-block;
  float: none;
}
.showmebut {
  width: 100%;
  text-align: center;
}
/* upcoming */

/* craft */

.crafth {
  font-weight: bold;
}
.craftp {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding: 0 0;
  margin: 10px 0;
}
/* craft */

/* grate */

section.text-center.great:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: 0;
}

section.text-center.great {
  background-image: url(../image/bottomslide.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.great span {
  width: 60%;
  font-weight: bold;
  display: inline-block;
  margin: 40px 0 30px;
  font-size: 30px;
  color: #fff;
  padding: 70px 20px;
  position: relative;
}

.great h2 {
  text-align: center;
}

/* grate */
/* footer */

.foot {
  background-color: #cfcfcf;
}
.footbo {
  border: 2px solid #251d2a;
}
.footbo1 p {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0 0;
  display: inline-block;
  width: 100%;
}
.footbo1 span {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 40px 0;
  display: inline-block;
}
.contactpart1 p.adresline {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  height: auto;
}
.contactpart1 .whitee {
  min-height: 460px;
}
.footbo3 p {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0 0;
  display: inline-block;
}
.footbo3 span {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 40px 0;
  display: inline-block;
}
.text-style-6 {
  font-size: 18px;
  font-weight: bold;
}
.footbo2 {
  border-right: 2px solid #251d2a;
  border-left: 2px solid #251d2a;
}
.footbo2 img {
  width: 200px;
  display: inline-block;
  float: none;
  padding: 18px 0;
}
.foot .footline {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 0 0;
}

/* footer */
/* Product slider */

.productslider li img {
  float: none;
  width: auto;
}
.productslider li p {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0 25px 0;
  border: 3px double #831337;
  margin: 0 5% 0 5%;
  color: #831337;
  background-image: linear-gradient(#831337, #831337);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
  line-height: 19px;
}

.productslider li p:hover {
  background-size: 100% 100%;
  color: #ffffff;
}
.consecbgcol4 {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px double #831337;
  position: relative;
  padding: 20px 20px 70px 20px;
  display: inline-block;
  margin: 15px;
}

section.since-area.spiritdata .productslider li p {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0 25px 0;
  border: 3px double #ffffff;
  margin: 0 5% 0 5%;
  color: #ffffff;

  background-image: linear-gradient(#831337, #831337);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
}

section.since-area.spiritdata .productslider li p:hover {
  background-size: 100% 100%;
}

section.since-area.spiritdata h2.heading-style-1 {
  color: #fff;
}
/*section.since-area.spiritdata p {
  color: #fff;
}*/
.productslider li {
  text-align: center;
}

.clearout {
  height: 20px;
  clear: both;
}
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  overflow: auto;
}
.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  padding: 5px 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 260px;
}
.nbs-flexisel-nav-left {
  left: 10px;
}
.nbs-flexisel-nav-left:before {
  content: "";
  background: url(../image/arrow1.png);
  width: 18px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  top: 12px;
  position: relative;
  left: 5px;
}

.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}
.nbs-flexisel-nav-right {
  right: 5px;
}
.nbs-flexisel-nav-right:before {
  content: "";
  background: url(../image/arrow2.png);
  width: 18px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  top: 12px;
  position: relative;
  left: 7px;
}

.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}
section.our-product-area {
  background: none;
}
.productslider {
  width: 100%;
  display: inline-block;
}

/* Product slider */

.mt-100 {
  margin-top: 100px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-25 {
  margin-bottom: 25px;
}

.pt-100 {
  padding-top: 100px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-25 {
  padding-bottom: 25px;
}

/* TASTE OF THE COUNTRYSIDE START */
.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .sort {
    margin-bottom: 30px;
  }
}
.sort .img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.sort .img:after {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border: 1px solid #b7472a;
  /* z-index: -1; */
  border-radius: 50%;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sort .img:hover:after {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.4);
}
.sort h3 {
  font-size: 22px;
  font-weight: 300;
}

.ftco-animate {
  opacity: 0;
  visibility: hidden;
}

/* TASTE OF THE COUNTRYSIDE END */

/* About Section Start */
.since-img {
  text-align: center;
}
.since-text {
  margin-left: 40px;
}
span.brand-text1 {
  font-weight: bold;
  color: #000;
  font-size: 17px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}

h2.about-heading {
  font-weight: bold;
}

.since-text .about-heading {
  font-size: 38px;
  margin-bottom: 15px;
}

.since-text .since-list {
  margin-bottom: 30px;
}

.since-text.since-text .since-list li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  margin-top: 3px;
}

.since-text.since-text .since-list li i {
  display: inline-block;
  padding-right: 5px;
}

/*
Our Product Area Style
===================================================*/
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-product-area {
  background-color: #171717;
}

.our-product-area .section-title span {
  color: #000;
}

.our-product-area .section-title h2 {
  color: #000;
}

.our-product-area .section-title p {
  color: #000;
}

.our-product-area .owl-theme .owl-dots {
  margin-top: 20px !important;
  line-height: 0;
}

.our-product-area .owl-theme .owl-dots span {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 7px;
  background-color: #3f3f3f;
}

.our-product-area .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}

.our-product-area .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

/* About */
.whitee {
  background-color: #ffffff;
}
.aboutusbread {
  background-image: url(../image/breadcurm.jpg);
  background-size: cover;
  padding: 80px 0;
}

.aboutusbread h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
}
.aboutusbread p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.aboutuspartleft h2 {
  width: 100%;
  /* text-transform: uppercase; */
  font-size: 39px;
  font-weight: bold;
  font-size: 38px !important;
}
.aboutuspartleft p {
  width: 100%;
  font-size: 18px;
  padding: 30px 0 0 0;
}
section.aboutusaddon p {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
section.aboutusaddon span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

/* About */
/* Conatct */
.contactpart1 {
  text-align: center;
}
.contactpart1 img {
  float: none;
  width: 90px;
  display: inline-block;
}
.contactpart1 p {
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  display: inline-block;
  height: 55px;
}
.contactform1 h2 {
  font-weight: bold;
  font-size: 36px;
  padding: 0 0 30px 0;
}
.contactform1 input {
  border: 1px solid #cec8c0;
  width: calc(48% - 2px);
  font-size: 18px;
  padding: 14px 15px;
  border-radius: 4px px;
  margin: 0 1%;
}
.contactform1 textarea {
  border: 1px solid #cec8c0;
  width: calc(98% - 2px);
  font-size: 18px;
  padding: 14px 15px;
  border-radius: 4px px;
  margin: 2% 1%;
  height: 200px;
}
.contactform1 button {
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 4px;
  background-color: #831337;
  background-image: linear-gradient(#000, #000);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.contactform1 button:hover {
  background-size: 100% 100%;
}

/* Conatct */
/* wine */

.wine1 h2 {
  font-size: 24px;
  font-weight: bold;
  /* text-transform: uppercase; */
}
.wine1 img {
  width: 80%;
  margin: 0 0 0 10%;
}
.wineproduct1 span {
  width: 60%;
  display: inline-block;
}
.wineproduct1 h2 {
  font-weight: bold;
  font-size: 40px;
}
.wineproduct2 {
  padding: 0;
}
.wineproduct3 {
  padding: 0;
  position: relative;
  cursor: pointer;
}
.wineproduct2 .row {
  margin: 0;
  padding: 0;
}
.wineproduct3 p {
  position: absolute;
  bottom: -16px;
  width: 100%;
  color: #fff;
  padding: 14px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;

  background-image: linear-gradient(#831337, #831337);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
  display: none;
}
.wineproduct3 p:hover {
  background-size: 100% 100%;
}
.wineproduct3:hover p {
  display: block;
  background-color: #171717;
}

section.wineproduct.whitee {
  background: #ededed;
}

.section-title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}
.section-title span {
  color: #4d0322;
  font-size: 17px;
  margin-bottom: 5px;
  display: block;
  margin-top: -9px;
}
.section-title h2 {
  font-size: 38px;
  margin-bottom: 15px;
}
.section-title p {
  line-height: 1.8;
  margin-bottom: 0;
}
.offer-img {
  position: relative;
  overflow: hidden;
}
.offer-img .offer-caption {
  position: absolute;
  bottom: 0;
  left: -480px;
  background-color: #4d0322;
  width: 100%;
  text-align: center;
  padding: 30px;
  font-size: 18px;
  color: #fff;
  font-style: italic;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.offer-img:hover .offer-caption {
  left: 0;
}
.wineproduct2 .col-lg-9.col-md-9 {
  padding: 0;
}
section.aboutusaddon.text-center img {
  width: 60px;
  height: 60px;
  display: inline-block;
  float: none;
  padding: 10px;
}
.round {
  background: #fff;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  display: inline-block;
}
section.aboutusaddon.text-center {
  text-align: center;
}
/* wine */

.navbar.stick .container-fluid-header {
  padding: 5px 0;
}
.navbar.stick .navbar-nav .nav-link {
  font-size: 1.1em;
  padding: 0.2em 0;
  margin: 0 3em;
  position: relative;
  transition: 0.8s ease;
}
.navbar.stick .navbar-brand .logo {
  width: 100px;
  transition: 0.8s ease;
}

@media screen and (max-width: 1580px) {
  .slider h2 span {
    margin: 170px;
  }
  .slider h2 {
    font-size: 64px;
  }
}

@media screen and (max-width: 1196px) {
  .navbar .navbar-nav .nav-link {
    margin: 0 17px;
  }
}

@media screen and (max-width: 1150px) {
  .slider h2 span {
    margin: 120px;
  }
}

@media screen and (max-width: 1128px) {
  .navbar.stick .navbar-nav .nav-link {
    margin: 0 2em;
  }
}

@media screen and (max-width: 915px) {
  .navbar.stick .navbar-nav .nav-link {
    margin: 0 1em;
  }
}

@media screen and (min-width: 768px) {
  .navbar-brand .logo {
    width: 170px;
  }

  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
}

@media screen and (max-width: 767px) {
  .consecbgcol {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 4%;
  }
  .consecbgcol1 {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 4%;
  }
  .consecbgcol11 {
    height: calc(400px - 30px);
  }
  .contactpart1 .whitee {
    min-height: auto;
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 757px) {
  .slider h2 span {
    margin: 200px 0;
    display: inline-block;
    width: 90%;
  }
  .slider h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 610px) {
  .great span {
    font-size: 30px;
  }
  .slider h2 {
    font-size: 54px;
    height: 55vh;
  }
  .heading-style-1 {
    font-size: 30px;
    line-height: 1;
  }
  .heading-style-2 {
    font-size: 33px;
  }
  .slider h2 span {
    margin: 200px 0;
    display: inline-block;
    width: 90%;
  }
  .slider h2 {
    font-size: 34px;
  }
  .single-widget .brand {
    width: 45%;
  }
}

@media screen and (max-width: 520px) {
  .slider h2 {
    font-size: 36px;
    height: 55vh;
  }
  .slider h2 span {
    margin: 20px;
    margin-top: 180px;
    display: inline-block;
  }
  .great span {
    width: 94%;
  }
}

@media screen and (max-width: 400px) {
  .slider h2 span {
    margin: 150px 0;
    display: inline-block;
    width: 90%;
  }
  .slider h2 {
    font-size: 34px;
  }
}

nav.navbar.navbar-dark.navbar-expand-md.stick {
  position: fixed;
  background: #efede8;
  z-index: 999999;
}

/* back to top */
.top i {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #831337;
  width: 55px;
  height: 55px;
  border-radius: 500px;
  padding: 5px 0 0 12px;
  z-index: 99999;
  transition: all 0.5s;
  border: 3px solid;
}
.fa-4x {
  font-size: 40px;
  color: #fff;
}

/*
Start Main Slider Area Style
===================================================*/
.slider-area {
  position: relative;
}

.slider-area .main-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 730px;
  position: relative;
  z-index: 1;
}
.slider-area .main-slider-item .slider-text {
  position: relative;
  z-index: 1;
  max-width: 700px;
  width: 100%;
  margin-top: 20vh;
  margin-left: 150px;
}

.slider-area .main-slider-item .slider-text span {
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 10px;
}

.slider-area .main-slider-item .slider-text h2 {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 20px;
}

.slider-area .main-slider-item .slider-text p {
  font-size: 17px;
  color: #d7d6d6;
  margin-bottom: 35px;
  font-weight: bold;
}
.slider-area .main-slider-item .slider-text .default-btn {
  background-color: #ffffff;
  padding: 15px 40px;
  color: #4d0322;
  font-weight: 500;
}

.slider-area .main-slider-item .slider-text .default-btn::before {
  background-color: #4d0322;
}

.slider-area .main-slider-item .slider-text .default-btn::after {
  background-color: #4d0322;
}

/* .slider-area .main-slider-item .slider-text .default-btn:hover {
  color: #ffffff;
} */

.slider-area .main-slider-item .slider-text .default-btn:hover::before {
  width: 100%;
}

.slider-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.slider-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #831337 !important;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slider-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #4d0322 !important;
  color: #ffffff;
}

.slider-area .owl-theme .owl-nav .owl-next i {
  color: #ffffff;
  font-size: 21px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 50px;
}

.slider-area .owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.slider-area .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  width: 50px;
  height: 50px;
  background-color: #831337 !important;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slider-area .owl-theme .owl-nav .owl-prev:hover {
  background-color: #4d0322 !important;
}

.slider-area .owl-theme .owl-nav .owl-prev i {
  color: #ffffff;
  font-size: 21px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 50px;
}

.slider-area .owl-theme .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

.slider-area .support-wrap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1140px;
}

.slider-area .support-wrap .single-support {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 26px 20px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  position: relative;
}

.slider-area .support-wrap .single-support::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #4d0322;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}

.slider-area .support-wrap .single-support.active {
  background-color: #4d0322;
}

.slider-area .support-wrap .single-support.active i {
  color: #ffffff;
}

.slider-area .support-wrap .single-support:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  right: auto;
  left: 0;
}

.slider-area .support-wrap .single-support:hover i {
  color: #ffffff;
}

.slider-area .support-wrap .single-support i {
  font-size: 50px;
  line-height: 1;
  position: absolute;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slider-area .support-wrap .single-support .support-text {
  padding-left: 70px;
}

.slider-area .support-wrap .single-support .support-text h3 {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 12px;
}

.slider-area .support-wrap .single-support .support-text p {
  color: #e4e4e4;
  margin-bottom: 0;
}
section.slider-area .slider-text-1 .slider-text span,
section.slider-area .slider-text-1 .slider-text h2,
section.slider-area .slider-text-1 .slider-text p {
  color: #831337;
}
section.slider-area .slider-text-1 .slider-text a:hover {
  color: #831337 !important;
  text-decoration: none;
}
section.slider-area .slider-text a {
  text-decoration: none;
}

.slider-item-bg-1 {
  background-image: url(../image/banner/bg_2.webp);
}

.slider-item-bg-2 {
  background-image: url(../image/banner/bg_3.webp);
}

.slider-item-bg-3 {
  background-image: url(../image/banner/bg_4.webp);
}

.single-product {
  text-align: center;
}

.single-product.single-product {
  margin-bottom: 30px;
}

.single-product .product-img {
  background-color: #eeeeee;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-product .product-img img {
  width: 100px !important;
  margin: auto;
  height: unset;
}

.single-product .product-details {
  background-color: #ffffff;
  line-height: 1;
  padding: 8px 5px 1px;
  margin: 0 20px;
  margin-top: -40px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-product .product-details a {
  font-size: 20px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #4d0322;
  margin-bottom: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  background-color: #fff;
  padding: 30px 30px 0;
}

.single-product .product-details p {
  font-size: 16px;
  font-weight: 700;
}

.single-product:hover .product-details {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.single-product:hover .product-details a {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-product:hover .product-img {
  background-color: #831337;
}

/*
Footer Top Area Style
===================================================*/
.footer-top-area {
  background-color: #831337;
}

.single-widget {
  margin-bottom: 30px;
}

.single-widget .brand {
  display: block;
  position: relative;
  width: 60%;
  padding: 0 0 10px 0;
}

.single-widget .widget-title {
  font-size: 19px;
  color: #ffffff;
  font-family: "Philosopher", sans-serif;
  text-transform: capitalize;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}

.single-widget p {
  color: #cccccc;
  margin-bottom: 5px;
  line-height: 30px;
}

.single-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-widget ul li {
  color: #cccccc;
  font-weight: 500;
  line-height: 1;
  margin-top: 19px;
}

.single-widget ul li a {
  color: #cccccc;
  font-size: 15px;
  display: inline-block;
}

.single-widget ul li.address {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  margin-top: 12px;
}

.single-widget ul li.address i {
  font-size: 20px;
  position: absolute;
  top: 6px;
  left: 0;
}

.single-widget ul li.address i.fa.fa-envelope {
  font-size: 15px !important;
}

.single-widget.single-widgets {
  margin-left: 40px;
}

.single-widget.single-widgetss {
  margin-left: 60px;
}
.widget-title {
  font-size: 18px;
  font-weight: 600;
}

.social-icon i {
  font-size: 25px;
  color: white;
}
.table-borderless > tbody > tr > td {
  border-bottom: 1px solid #bcb7b742;
}

/*
Footer Bottom Area Style
===================================================*/
.footer-bottom {
  border-top: 1px solid #ffffff;
  padding: 15px 0;
  /* margin-top: 60px; */
  overflow: hidden;
}

.footer-bottom p {
  color: #cccccc;
  font-size: 14px;
}
