@import '../scss/vendors/bootstrap-5.3.3-dist/css/bootstrap.min.css';
@import "../scss/vendors/glightbox/css/glightbox.min.css";
/*BORDER COLOR*/
/*BUTTON COLORS*/
/*FONT COLORS*/
/*ALERT MESSAGES COLORS (CONTEXTUAL COLORS)*/
/* OTHER CONFIGURATION */
/*************************************INTERNAL VARIABLES  (Internal Variables can't show in the Theme Builder Variables)***************************************/
@font-face {
  font-family: "lato";
  src: url("../fonts/Lato/Lato-Regular.eot");
  src: url("../fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Regular.woff") format("woff"), url("../fonts/Lato/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato/Lato-Regular.svg#lato") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: "lato-bold";
  src: url("../fonts/Lato/Lato-Bold.eot");
  src: url("../fonts/Lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Bold.woff") format("woff"), url("../fonts/Lato/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato/Lato-Bold.svg#lato-bold") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: "cinzel-medium";
  src: url("../fonts/cinzel/cinzel-Medium.eot");
  src: url("../fonts/cinzel/cinzel-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cinzel/cinzel-Medium.woff") format("woff"), url("../fonts/cinzel/cinzel-Medium.woff2") format("woff2"), url("../fonts/cinzel/cinzel-Medium.ttf") format("truetype"), url("../fonts/cinzel/cinzel-Medium.svg#cinzel-medium") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: "times";
  src: url("../fonts/times/times-new-roman.eot");
  src: url("../fonts/times/times-new-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/times/times-new-roman.woff") format("woff"), url("../fonts/times/times-new-roman.woff2") format("woff2"), url("../fonts/times/times-new-roman.ttf") format("truetype"), url("../fonts/times/times-new-roman.svg#times") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: "cinzel-medium";
  src: url("../fonts/cinzel/cinzel-Medium.eot");
  src: url("../fonts/cinzel/cinzel-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cinzel/cinzel-Medium.woff") format("woff"), url("../fonts/cinzel/cinzel-Medium.woff2") format("woff2"), url("../fonts/cinzel/cinzel-Medium.ttf") format("truetype"), url("../fonts/cinzel/cinzel-Medium.svg#cinzel-medium") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: "cinzel";
  src: url("../fonts/cinzel/Cinzel-Regular.eot");
  src: url("../fonts/cinzel/Cinzel-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cinzel/Cinzel-Regular.woff") format("woff"), url("../fonts/cinzel/Cinzel-Regular.woff2") format("woff2"), url("../fonts/cinzel/Cinzel-Regular.ttf") format("truetype"), url("../fonts/cinzel/Cinzel-Regular.svg#cinzel") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: "cinzel-medium";
  src: url("../fonts/cinzel/cinzel-Medium.eot");
  src: url("../fonts/cinzel/cinzel-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cinzel/cinzel-Medium.woff") format("woff"), url("../fonts/cinzel/cinzel-Medium.woff2") format("woff2"), url("../fonts/cinzel/cinzel-Medium.ttf") format("truetype"), url("../fonts/cinzel/cinzel-Medium.svg#cinzel-medium") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
html* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  min-height: 100%;
}

::selection {
  background-color: #141414;
  color: #e9bf72;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: "lato";
  font-weight: 400;
  line-height: 1.4;
  color: #141414;
  box-sizing: border-box;
  font-size: 1.4rem;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

a:not([href]):not([tabindex]) {
  color: #141414;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  cursor: pointer !important;
  outline: none !important;
  color: #202020;
}

a:link, a:visited {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: all ease 0.3s;
  color: #141414;
}
a:focus, a:hover {
  cursor: pointer;
  outline: none !important;
  color: #202020;
}
a.disabled {
  color: #cbcbcb;
  cursor: not-allowed;
}

h1,
.h1 {
  font-family: "lato";
  font-size: calc(1.4rem + 171.4286%);
  color: #180306;
}

h2,
.h2 {
  font-family: "lato";
  font-size: calc(1.4rem + 67.1429%);
  line-height: 2.2rem;
}

h3,
.h3 {
  font-size: 1.5rem;
  color: #ab750f;
}

h4,
.h4 {
  font-family: "lato-bold";
  font-size: 1.8rem;
  color: #ab750f;
}

h3,
.h3 {
  margin-bottom: 0;
}

.navbar {
  font-family: "lato";
  text-transform: uppercase;
}

.heading-secondary {
  font-family: "cinzel";
}

#topbar {
  background: #e9bf72;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  #topbar {
    font-size: 13px;
  }
}
#topbar .hw-icons {
  font-size: 1.8rem;
}

.offcanvas-header .btn-close-white {
  color: #fff;
}

.header-bg {
  background-color: #180306;
}

.main-topSpace {
  margin-top: 150px;
}
@media only screen and (max-width: 576px) {
  .main-topSpace {
    margin-top: 135px;
  }
}

.fontColor-Secondary {
  color: #180306;
}

.social-links a {
  padding: 0 0.5rem;
  color: #50380c;
}
.social-links a i:hover {
  color: #180306;
}

.navbar-toggler-icon {
  color: #e9bf72;
}

.navbar-toggler-icon {
  background-image: url(../images/hambuger.svg);
}

.hw-bgOne {
  padding: 5rem 0;
}

.section-bg {
  padding: 50px 0;
  color: #fff;
  position: relative;
}
.section-bg:before {
  content: "";
  background: #fefbf6;
  position: absolute;
  bottom: 40px;
  top: 40px;
  border-top: 1px solid #ffe8db;
  border-bottom: 1px solid #ffe8db;
  z-index: -1;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.warrenty {
  background-color: #fff8f4;
  border-top: 1px solid #ffe8db;
  border-bottom: 1px solid #ffe8db;
}

.icon-square img {
  width: auto;
  height: 4rem;
}

.secondray-card {
  background-color: #f9f6f6;
}

.testimony {
  position: relative;
}
.testimony:before {
  content: "";
  background-color: #141414;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
}

.dropdown-menu {
  border-radius: 0;
}

@media only screen and (max-width: 576px) {
  .mobile-padding {
    padding: 0 2rem;
  }
}

.featurette {
  margin-top: 4rem;
}
.featurette .featurette-heading {
  font-size: 50px;
}
.featurette .lead {
  font-size: 1.8rem;
  font-weight: 300;
  padding-top: 1.5rem;
}

.portfolio .section-title h2 {
  font-size: 50px;
  line-height: 4.2rem;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

#header {
  background: #180306;
  transition: all 0.5s;
  z-index: 997;
  padding: 1rem 0;
  margin-top: 4rem;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
}
#header .logo img {
  height: 100%;
  width: 200px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/**
* Mobile Navigation 
*/
.navbar .hw-logo {
  width: 200px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .navbar .hw-logo {
    width: 150px;
    height: auto;
  }
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li:hover > a {
  color: #e9bf72;
}
.navbar li:hover > a :before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--color-secondary);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar > ul > li > a {
  transition: 0.3s;
  border-bottom: 2px solid #fff;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #e9bf72;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar > ul > li > a:hover {
  color: #e9bf72;
}
.navbar > ul > li > a:hover:before {
  visibility: visible;
  width: 100%;
}
.navbar > ul > li > a .active {
  color: #e9bf72 !important;
  border-color: #e9bf72 !important;
}
.navbar > ul > li > a .active:before {
  visibility: visible;
  width: 100%;
}
.navbar > ul > li > a .active:focus {
  color: #e9bf72;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem !important;
  font-size: 1.4rem;
  color: #fdf9f1;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .navbar a {
    padding: 0.5rem 1.5rem !important;
  }
}
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #e9bf72;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover {
  color: #fff;
}
.navbar a:hover:before {
  visibility: visible;
  width: 100%;
}
.navbar .active {
  color: #e9bf72 !important;
  border-color: #e9bf72 !important;
}
.navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar .active:focus {
  color: #e9bf72;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  text-transform: lowercase;
  min-width: 200px;
}
.navbar .dropdown ul li a {
  color: #e9bf72 !important;
  padding: 1rem !important;
  text-transform: uppercase;
}
.navbar .dropdown ul li:focus > a {
  background-color: #e9bf72 !important;
}
.navbar .dropdown ul li:hover > a {
  background-color: #e9bf72 !important;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover {
  color: #e9bf72;
}
.navbar .dropdown ul .active:hover {
  color: #e9bf72;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: 0.5em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

.mobile-nav-toggle {
  color: #e9bf72;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #e9bf72;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #141414;
}
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #141414;
}
.navbar-mobile a:hover {
  color: #141414;
}
.navbar-mobile a:hover:before {
  visibility: hidden;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile li:hover > a {
  color: #180306;
}
.navbar-mobile li:hover > a:before {
  visibility: hidden;
}
.navbar-mobile .active {
  color: #180306;
}
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul li:hover > a {
  color: #180306;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover {
  color: #180306;
}
.navbar-mobile .dropdown ul .active:hover {
  color: #180306;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: block;
  }
}
.mainCarousal .carousel .carousel-item {
  height: 90vh;
  position: relative;
}
.mainCarousal .carousel-item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  height: 100%;
}
.mainCarousal .carousel-inner {
  padding: 0em;
}

.card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}

.carousel-control-prev {
  background-color: #f6e5d8;
  width: 6vh;
  height: 6vh;
  border-radius: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.carousel-control-prev span {
  width: 1.5rem;
  height: 1.5rem;
  color: #141414;
}

.carousel-control-prev-icon {
  background-image: url(../images/left-arrow.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.carousel-control-next-icon {
  background-image: url(../images/right-arrow.svg);
}

.carousel-control-next {
  background-color: #f6e5d8;
  width: 6vh;
  height: 6vh;
  border-radius: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.offcanvas {
  background-color: #180306 !important;
}

@media screen and (min-width: 577px) {
  .cards-wrapper {
    display: flex;
  }
  .card {
    margin: 0 0.5em;
    width: 50%;
  }
  .image-wrapper {
    height: 16.5vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .card:not(:first-child) {
    display: none;
  }
}
.carousel .carousel-item {
  height: 500px !important;
}
.carousel .carousel-item img {
  object-fit: cover;
}

.carousel.carousel-dark .carousel-item {
  height: auto !important;
}
.carousel.carousel-dark .carousel-item img {
  object-fit: cover;
}

.contact .info-item {
  background: color-mix(in srgb, var(--default-color), transparent 96%);
  padding: 30px;
}
.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: var(--accent-color);
}
.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #141414;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover {
  color: #ab750f;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio #portfolio-flters li.filter-active {
  color: #ab750f;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover {
  color: #106eea;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
  right: 10px;
}
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

.btn {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 1rem 1.5rem;
  line-height: 1.6;
  border-radius: 0px;
  white-space: nowrap;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn__space {
  margin-left: 1.2rem;
}
.btn__default {
  box-shadow: 0px 0px 5px 0px #cccccc;
  color: #ab750f;
}
.btn__default .vm-icon {
  color: #ab750f;
}
.btn__primary {
  color: #fff;
  background-color: #e9bf72;
  border: none;
  outline: none;
}
.btn__primary:hover {
  color: #fff;
  background-color: #d2ac67;
}
.btn__primary:focus, .btn__primary.focus {
  color: #fff;
  background-color: #c6a261;
  box-shadow: 0px 2px 2px 0px rgba(233, 191, 114, 0.3);
}
.btn__primary:active, .btn__primary.active {
  color: #fff;
  background-color: #c6a261;
  box-shadow: 0px 2px 2px 0px rgba(233, 191, 114, 0.3);
}
.btn__primary.disabled, .btn__primary:disabled {
  color: #fff;
  background-color: #e9bf72;
}
.btn__primary:not(:disabled):not(.disabled):active, .btn__primary:not(:disabled):not(.disabled).active, .show > .btn__primary.dropdown-toggle {
  color: #fff;
  background-color: #c6a261;
  box-shadow: 0px 2px 2px 0px rgba(233, 191, 114, 0.3);
}
.btn__primary:not(:disabled):not(.disabled):active:focus, .btn__primary:not(:disabled):not(.disabled).active:focus, .show > .btn__primary.dropdown-toggle:focus {
  box-shadow: 0px 2px 2px 0px rgba(233, 191, 114, 0.3);
}
.btn__secondary {
  border-radius: 0.4rem;
  color: #ab750f;
  background-color: #e9bf72;
  box-shadow: none;
  border: none;
  outline: none;
}
.btn__secondary .vm-icon {
  color: #ab750f;
}
.btn__secondary:hover {
  color: #ab750f;
  background-color: #d2ac67;
}
.btn__secondary:focus, .btn__secondary.focus {
  color: #ab750f;
  background-color: #d2ac67;
  box-shadow: 0px 2px 3px 0px rgba(233, 191, 114, 0.25);
}
.btn__secondary:active, .btn__secondary.active {
  color: #ab750f;
  background-color: #d2ac67;
  box-shadow: 0px 2px 3px 0px rgba(233, 191, 114, 0.25);
}
.btn__secondary.disabled, .btn__secondary:disabled {
  color: #180306;
  background-color: #d2ac67;
  border-color: #e9bf72;
}
.btn__secondary:not(:disabled):not(.disabled):active, .btn__secondary:not(:disabled):not(.disabled).active, .show > .btn__secondary.dropdown-toggle {
  color: #ab750f;
  background-color: #d2ac67;
  box-shadow: 0px 2px 3px 0px rgba(233, 191, 114, 0.25);
}
.btn__secondary:not(:disabled):not(.disabled):active:focus, .btn__secondary:not(:disabled):not(.disabled).active:focus, .show > .btn__secondary.dropdown-toggle:focus {
  box-shadow: 0px 2px 3px 0px rgba(233, 191, 114, 0.25);
}
.btn.btn-light {
  font-family: "lato";
  font-size: 1.4rem;
  color: #ab750f !important;
  background-color: #e8e8e8;
  border-color: #d0d0d0;
  height: 3.6rem;
  padding: 0.6rem 1.2rem !important;
  border-radius: 0.4rem !important;
}
.btn.btn-light:focus, .btn.btn-light:hover, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light:not(:disabled):not(.disabled).active, .btn.btn-light:not(:disabled):not(.disabled):active, .show > .btn.btn-light.dropdown-toggle {
  color: #ab750f !important;
  background-color: gainsboro;
  border-color: #d0d0d0;
  box-shadow: none !important;
}
.btn.btn-light:active, .btn.btn-light.active,
.btn.btn-light .open > .dropdown-toggle.btn-light {
  color: #180306;
  background-color: #141414;
  border-color: #d3dceb;
}
.btn__icon {
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-flex;
  align-items: center;
}
.btn__icon .btn__label {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.btn__icon .vm-icon, .btn__icon .badge {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .btn__icon .vm-icon, .btn__icon .badge {
    top: 0px;
  }
}
.btn__icon--right {
  flex-direction: row-reverse;
}
.btn__rounded {
  border-radius: 50px;
  padding: 1.25rem;
  align-self: baseline;
}
.btn__rounded .vm-icon {
  margin-left: 0rem;
  margin-right: 0rem;
}

.input-group-prepend .btn,
.input-group-append .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Image Hover Effect starts here */
.card-body .card__title {
  color: #ab750f;
}

.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
}
.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}
.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.hover-1:hover .hover-1-content {
  bottom: 2rem;
}
.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}
.hover-1:hover img {
  left: 0;
}
.hover-1:hover .hover-overlay {
  opacity: 0;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
  color: #fff;
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-3::after {
  content: "";
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}
.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.hover-3:hover img {
  width: 100%;
}
.hover-3:hover::after {
  opacity: 1;
  transform: none;
}
.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}
.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-4 {
  font-family: "times";
}
.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}
.hover-4:hover img {
  width: 100%;
}
.hover-4:hover::after {
  opacity: 1;
  transform: none;
}
.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}
.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 99;
  color: #fff;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}
.hover-4-description a {
  color: #fff;
}

.icon-square img {
  width: auto;
  height: 4rem;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}
.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}

.rating-0 {
  filter: #b12c00;
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 20px;
  height: 25px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fc8761' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23b12c00' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #106eea;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer h4 {
  margin-bottom: 15px;
  color: #e9bf72;
}
#footer .logo {
  width: 15rem;
  height: auto;
}
#footer p {
  padding: 0;
  margin: 0 0 5px 0;
}
#footer a {
  color: #e9bf72;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #ffb03b;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}

/*# sourceMappingURL=main.css.map */
