/**
 * = Navigation bars
 */
.navbar {
  padding: 12px 0;
  z-index: 1000;
  background: #F8EEDD;
  z-index: 1030; }
  .navbar .navbar-brand {
    display: inline-block;
    text-transform: uppercase; }
    .navbar .navbar-brand img {
      min-width: 110px;
      height: 25px; }
      @media (min-width: 376px) {
        .navbar .navbar-brand img {
          min-width: 110px;
          height: 30px; } }
      @media (min-width: 576px) {
        .navbar .navbar-brand img {
          min-width: 120px;
          height: 40px; } }
      @media (min-width: 768px) {
        .navbar .navbar-brand img {
          min-width: 150px;
          height: 40px; } }
      @media (min-width: 992px) {
        .navbar .navbar-brand img {
          height: 45px; } }
      @media (min-width: 1300px) {
        .navbar .navbar-brand img {
          height: 50px; } }
    .navbar .navbar-brand:hover img {
      animation: bounceIn 0.5s;
      transition: all 0.4s cubic-bezier(0.8, 1.8, 0.75, 0.75); }
  .navbar .navbar-toggler {
    position: relative;
    left: 5px;
    background-color: transparent; }
    .navbar .navbar-toggler.collapsed {
      background-color: #3D0505; }
      .navbar .navbar-toggler.collapsed svg {
        fill: #fff !important; }
    .navbar .navbar-toggler:not(.collapsed) {
      background-color: transparent; }
      .navbar .navbar-toggler:not(.collapsed) svg {
        fill: #3D0505 !important; }
    .navbar .navbar-toggler:focus {
      box-shadow: none; }
  .navbar.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.708);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px); }
    .navbar.fixed-top .navbar-toggler {
      border-color: #000;
      color: #000; }
    .navbar.fixed-top .nav-item .nav-link {
      color: #131313; }
      .navbar.fixed-top .nav-item .nav-link:hover, .navbar.fixed-top .nav-item .nav-link:focus, .navbar.fixed-top .nav-item .nav-link:active {
        color: #3D0505; }
  .navbar .navbar-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #3D0505;
    padding: 8px 0;
    margin-left: 0px; }
    @media (min-width: 376px) {
      .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 0;
        margin-left: 0px; } }
    @media (min-width: 576px) {
      .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0;
        margin-left: 0px; } }
    @media (min-width: 768px) {
      .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        margin-left: 15px; } }
    @media (min-width: 992px) {
      .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        margin-left: 25px; } }
    @media (min-width: 1300px) {
      .navbar .navbar-nav .nav-item .nav-link {
        margin-left: 35px; } }
    .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link:active {
      color: #3D0505; }
      .navbar .navbar-nav .nav-item .nav-link:hover svg:not(.arrow),
      .navbar .navbar-nav .nav-item .nav-link:hover svg:not(.arrow) path, .navbar .navbar-nav .nav-item .nav-link:focus svg:not(.arrow),
      .navbar .navbar-nav .nav-item .nav-link:focus svg:not(.arrow) path, .navbar .navbar-nav .nav-item .nav-link:active svg:not(.arrow),
      .navbar .navbar-nav .nav-item .nav-link:active svg:not(.arrow) path {
        color: #3D0505;
        fill: #3D0505; }
  .navbar .navbar-nav .nav-item:focus,
  .navbar .navbar-nav .nav-item .nav-link:focus {
    outline: none !important; }
  .navbar .navbar-nav .dropdown-menu {
    border-radius: 1px; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes bounceIn {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.85); }
  100% {
    transform: scale(1); } }

/**
 * = Footers
 */
.footer {
  background: #3D0505;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 376px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 576px) {
    .footer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .footer {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .footer {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #FCF9F4; }
  .footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #FCF9F4; }
    .footer a:hover, .footer a:active, .footer a:focus {
      color: #fff; }
  .footer .footer-top .logo {
    height: 44px;
    margin-bottom: 24px; }
    @media (min-width: 376px) {
      .footer .footer-top .logo {
        height: 44px; } }
    @media (min-width: 576px) {
      .footer .footer-top .logo {
        height: 46px; } }
    @media (min-width: 768px) {
      .footer .footer-top .logo {
        height: 46px; } }
    @media (min-width: 992px) {
      .footer .footer-top .logo {
        height: 50px; } }
    @media (min-width: 1300px) {
      .footer .footer-top .logo {
        height: 52px; } }

.ft-links {
  margin-bottom: 20px; }
  .ft-links__heading {
    font-family: "Founders Grotesk", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FCF9F4;
    margin-bottom: 22px; }
  .ft-links__list {
    display: inline-block; }
  .ft-links__item {
    line-height: 1;
    display: block;
    margin-bottom: 12px; }
    @media (min-width: 376px) {
      .ft-links__item {
        margin-bottom: 12px; } }
    @media (min-width: 576px) {
      .ft-links__item {
        margin-bottom: 15px; } }
    @media (min-width: 768px) {
      .ft-links__item {
        margin-bottom: 15px; } }
  .ft-links__link {
    display: block;
    position: relative;
    text-decoration: none;
    color: #FCF9F4;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px; }
    @media (min-width: 376px) {
      .ft-links__link {
        font-size: 15px;
        line-height: 20px; } }
    @media (min-width: 576px) {
      .ft-links__link {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 768px) {
      .ft-links__link {
        font-size: 16px;
        line-height: 22px; } }
    .ft-links__link:after {
      content: "";
      display: block;
      margin-right: auto;
      height: 1px;
      width: 15px;
      position: relative;
      bottom: -2px;
      background: transparent;
      transition: width .5s ease, background-color .5s ease; }
    .ft-links__link:hover, .ft-links__link:active, .ft-links__link:focus {
      transition: all 0.3s ease-in-out; }
      .ft-links__link:hover::before, .ft-links__link:active::before, .ft-links__link:focus::before {
        content: "*";
        position: absolute;
        left: -14px; }
      .ft-links__link:hover::after, .ft-links__link:active::after, .ft-links__link:focus::after {
        width: 80%;
        background: #BA5630; }

.form-group {
  margin-bottom: 10px; }
  @media (min-width: 376px) {
    .form-group {
      margin-bottom: 15px; } }
  @media (min-width: 576px) {
    .form-group {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .form-group {
      margin-bottom: 23px; } }
  @media (min-width: 992px) {
    .form-group {
      margin-bottom: 25px; } }
  @media (min-width: 1300px) {
    .form-group {
      margin-bottom: 27px; } }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #150535 inset !important;
  -webkit-text-fill-color: white !important; }

/**
 * = Forms
 */
label:not(.form-check-label),
.form-label,
label {
  font-family: "HW Cigars", "Times New Roman", Times, serif;
  margin-bottom: 8px; }

/**
 * = Accordions
*/
/**
 * = Avatars
 */
/**
 * = Badges
 */
/*
* = Buttons
*/
.btn {
  border-radius: 0px;
  font-family: "Founders Grotesk", sans-serif;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 6px 25px;
  padding-top: 7px; }
  @media (min-width: 376px) {
    .btn {
      font-size: 16px;
      line-height: 18px;
      padding: 8px 25px;
      padding-top: 9px; } }
  @media (min-width: 576px) {
    .btn {
      font-size: 17px;
      line-height: 18px;
      padding: 9px 25px;
      padding-top: 11px; } }
  @media (min-width: 768px) {
    .btn {
      font-size: 18px;
      line-height: 18px;
      padding: 10px 30px;
      padding-top: 12px; } }
  @media (min-width: 992px) {
    .btn {
      font-size: 18px;
      line-height: 18px;
      padding: 14px 30px;
      padding-top: 16px; } }
  @media (min-width: 1300px) {
    .btn {
      font-size: 18px;
      line-height: 18px;
      padding: 14px 30px;
      padding-top: 16px; } }
  .btn-primary {
    color: #F8FAFC;
    background: #3D0505; }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
      color: #F8FAFC; }

.btn-primary {
  border: 1px solid #3d0505; }
  .btn-primary:hover {
    background-color: #250303;
    border: 1px solid #170202; }

.btn-secondary {
  border: 1px solid #edc8a6; }
  .btn-secondary:hover {
    background-color: #e9bb91;
    border: 1px solid #e6b384; }

.btn-gold {
  border: 1px solid #ce8b3d; }
  .btn-gold:hover {
    background-color: #c17e31;
    border: 1px solid #b5762e; }

.btn-orange {
  border: 1px solid #ba5630; }
  .btn-orange:hover {
    background-color: #a64d2b;
    border: 1px solid #9a4728; }

.btn-light {
  border: 1px solid #fcf9f4; }
  .btn-light:hover {
    background-color: #f7eee0;
    border: 1px solid #f3e8d4; }

.btn-white {
  border: 1px solid white; }
  .btn-white:hover {
    background-color: #f2f2f2;
    border: 1px solid #ebebeb; }

/**
 * = Breadcrumbs
 */
/**
 * = Cards
 */
/**
 * = Bootstrap carousels
 */
.swiper-pagination-bullet {
  background-color: #CE8B3D;
  opacity: 1;
  border-radius: 0px;
  height: 5px;
  width: 20px; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #BA5630; }

[data-toggle]:hover {
  cursor: pointer; }

.dropdown-toggle:after,
.dropend .dropdown-toggle:after,
.dropstart .dropdown-toggle:before,
.dropup .dropdown-toggle:after {
  display: none; }

/**
 * = Images
 */
/**
 * = List groups
 */
/**
 * = Modals
 */
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-footer {
  border: none; }

/**
 * = Paginations
 */
.pagination {
  gap: 15px;
  align-items: stretch; }
  .pagination .page-item .page-link {
    flex-basis: auto;
    border: none;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    min-width: 30px;
    height: 30px; }
  .pagination .page-item.active .page-link {
    background: #CE8B3D; }

/**
 * = Popovers
 */
/**
 * = Progress bars
 */
/**
 * = Shapes
 */
/**
 * = Typography
 */
:root {
  --bs-body-font-family: 'Founders Grotesk', sans-serif; }

html,
body,
p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: #3D0505; }
  @media (min-width: 376px) {
    html,
    body,
    p {
      --bs-body-font-size: 13px;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: -0.01em; } }
  @media (min-width: 576px) {
    html,
    body,
    p {
      --bs-body-font-size: 14px;
      font-size: 16px;
      line-height: 29px;
      letter-spacing: -0.01em; } }
  @media (min-width: 768px) {
    html,
    body,
    p {
      --bs-body-font-size: 15px;
      font-size: 17px;
      line-height: 30px;
      letter-spacing: -0.01em; } }
  @media (min-width: 992px) {
    html,
    body,
    p {
      --bs-body-font-size: 16px;
      font-size: 18px;
      line-height: 31px;
      letter-spacing: -0.01em; } }
  @media (min-width: 1300px) {
    html,
    body,
    p {
      font-size: 18px;
      line-height: 32px;
      letter-spacing: -0.01em; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "HW Cigars", "Times New Roman", Times, serif; }

p,
ol li,
ul li,
.p {
  font-style: normal;
  font-weight: 400; }

a,
.text-action {
  color: #3D0505;
  transition: all 0.2s ease-in-out; }
  a:hover,
  .text-action:hover {
    color: #310404;
    cursor: pointer; }

iframe {
  border: 0; }

figcaption,
figure,
main {
  display: block;
  margin: 0; }

main {
  overflow: hidden; }

img {
  max-width: 100%; }

strong {
  font-weight: 700; }

button:focus {
  outline: 0; }

label {
  font-weight: 700;
  margin-bottom: .5rem; }

.font-2 {
  font-family: "HW Cigars", "Times New Roman", Times, serif; }

.line-through {
  -webkit-text-decoration: line-through;
  text-decoration: line-through; }

.text-italic {
  font-style: italic !important; }

.hover\:underline:hover {
  text-decoration: underline; }

.heading {
  font-size: 2rem;
  font-weight: 700; }

.blockquote {
  font-style: italic; }

code[class*="language-"],
pre[class*="language-"] {
  text-shadow: none; }

.text-primary, .text-primary:hover {
  color: #3D0505 !important; }

.text-primary a:not(.btn),
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary .h1,
.text-primary .h2,
.text-primary .h3,
.text-primary .h4,
.text-primary .h5,
.text-primary .h6,
.text-primary .display-1,
.text-primary .display-2,
.text-primary .display-3,
.text-primary .display-4 {
  color: #3D0505; }

.text-primary .text-muted {
  color: rgba(61, 5, 5, 0.7) !important; }

.text-secondary, .text-secondary:hover {
  color: #EDC8A6 !important; }

.text-secondary a:not(.btn),
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary .h1,
.text-secondary .h2,
.text-secondary .h3,
.text-secondary .h4,
.text-secondary .h5,
.text-secondary .h6,
.text-secondary .display-1,
.text-secondary .display-2,
.text-secondary .display-3,
.text-secondary .display-4 {
  color: #EDC8A6; }

.text-secondary .text-muted {
  color: rgba(237, 200, 166, 0.7) !important; }

.text-gold, .text-gold:hover {
  color: #CE8B3D !important; }

.text-gold a:not(.btn),
.text-gold h1,
.text-gold h2,
.text-gold h3,
.text-gold h4,
.text-gold h5,
.text-gold h6,
.text-gold .h1,
.text-gold .h2,
.text-gold .h3,
.text-gold .h4,
.text-gold .h5,
.text-gold .h6,
.text-gold .display-1,
.text-gold .display-2,
.text-gold .display-3,
.text-gold .display-4 {
  color: #CE8B3D; }

.text-gold .text-muted {
  color: rgba(206, 139, 61, 0.7) !important; }

.text-orange, .text-orange:hover {
  color: #BA5630 !important; }

.text-orange a:not(.btn),
.text-orange h1,
.text-orange h2,
.text-orange h3,
.text-orange h4,
.text-orange h5,
.text-orange h6,
.text-orange .h1,
.text-orange .h2,
.text-orange .h3,
.text-orange .h4,
.text-orange .h5,
.text-orange .h6,
.text-orange .display-1,
.text-orange .display-2,
.text-orange .display-3,
.text-orange .display-4 {
  color: #BA5630; }

.text-orange .text-muted {
  color: rgba(186, 86, 48, 0.7) !important; }

.text-light, .text-light:hover {
  color: #FCF9F4 !important; }

.text-light a:not(.btn),
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6,
.text-light .display-1,
.text-light .display-2,
.text-light .display-3,
.text-light .display-4 {
  color: #FCF9F4; }

.text-light .text-muted {
  color: rgba(252, 249, 244, 0.7) !important; }

.text-white, .text-white:hover {
  color: #fff !important; }

.text-white a:not(.btn),
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6,
.text-white .display-1,
.text-white .display-2,
.text-white .display-3,
.text-white .display-4 {
  color: #fff; }

.text-white .text-muted {
  color: rgba(255, 255, 255, 0.7) !important; }

article img {
  margin: 40px 0; }

article p,
article ul,
article ol,
article blockquote {
  margin-bottom: 20px; }

article p,
article ul li,
article ol li {
  font-size: 1.2rem; }

article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article .h1,
article .h2,
article .h3,
article .h4,
article .h5,
article .h6 {
  margin-bottom: 30px; }

.folder-structure li {
  font-size: 1.2rem; }

.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text {
  font-style: normal;
  font-weight: 400; }
  .text-xxs {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 576px) {
      .text-xxs {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 768px) {
      .text-xxs {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 992px) {
      .text-xxs {
        font-size: 12px;
        line-height: 16px; } }
  .text-xs {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 576px) {
      .text-xs {
        font-size: 12.5px;
        line-height: 16px; } }
    @media (min-width: 768px) {
      .text-xs {
        font-size: 13px;
        line-height: 16px; } }
    @media (min-width: 992px) {
      .text-xs {
        font-size: 13px;
        line-height: 16px; } }
  .text-sm {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 576px) {
      .text-sm {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 768px) {
      .text-sm {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 992px) {
      .text-sm {
        font-size: 12px;
        line-height: 16px; } }
  .text-md {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 576px) {
      .text-md {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 768px) {
      .text-md {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 992px) {
      .text-md {
        font-size: 12px;
        line-height: 16px; } }
  .text-lg {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 576px) {
      .text-lg {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 768px) {
      .text-lg {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 992px) {
      .text-lg {
        font-size: 12px;
        line-height: 16px; } }
  .text-xl {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 576px) {
      .text-xl {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 768px) {
      .text-xl {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 992px) {
      .text-xl {
        font-size: 12px;
        line-height: 16px; } }

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #BA5630 #ffffff; }

/* Chrome, Edge, and Safari */
::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #BA5630; }

@font-face {
  font-family: 'Founders Grotesk Condensed';
  src: url("./../assets/fonts/grotesk/founders-grotesk-cond-lt.woff2");
  src: local("Founders Grotesk Condensed Light"), local("founders-grotesk-Cond-Lt"), url("./../assets/fonts/grotesk/founders-grotesk-cond-lt.woff2") format("woff2"), url("./../assets/fonts/grotesk/founders-grotesk-cond-lt.woff") format("woff"), url("./../assets/fonts/grotesk/founders-grotesk-cond-lt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Founders Grotesk X-Condensed';
  src: url("./../assets/fonts/grotesk/founders-grotesk-xcond-lt.woff2");
  src: local("Founders Grotesk X-Condensed Light"), local("founders-grotesk-XCond-Lt"), url("./../assets/fonts/grotesk/founders-grotesk-xcond-lt.woff2") format("woff2"), url("./../assets/fonts/grotesk/founders-grotesk-xcond-lt.woff") format("woff"), url("./../assets/fonts/grotesk/founders-grotesk-xcond-lt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Founders Grotesk X-Condensed';
  src: url("./../assets/fonts/grotesk/founders-grotesk-xcond-bold.woff2");
  src: local("Founders Grotesk X-Condensed Bold"), local("founders-grotesk-XCond-Bold"), url("./../assets/fonts/grotesk/founders-grotesk-xcond-bold.woff2") format("woff2"), url("./../assets/fonts/grotesk/founders-grotesk-xcond-bold.woff") format("woff"), url("./../assets/fonts/grotesk/founders-grotesk-xcond-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HW Cigars Slim';
  src: url("./../assets/fonts/cigar/hwcigars-slim.woff2");
  src: local("HW Cigars Slim"), local("hwcigars-Slim"), url("./../assets/fonts/cigar/hwcigars-slim.woff2") format("woff2"), url("./../assets/fonts/cigar/hwcigars-slim.woff") format("woff"), url("./../assets/fonts/cigar/hwcigars-slim.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HW Cigars SuperSlim';
  src: url("./../assets/fonts/cigar/hwcigars-superslim.woff2");
  src: local("HW Cigars SuperSlim"), local("hwcigars-SuperSlim"), url("./../assets/fonts/cigar/hwcigars-superslim.woff2") format("woff2"), url("./../assets/fonts/cigar/hwcigars-superslim.woff") format("woff"), url("./../assets/fonts/cigar/hwcigars-superslim.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HW Cigars Strong';
  src: url("./../assets/fonts/cigar/hwcigars-strong.woff2");
  src: local("HW Cigars Strong"), local("hwcigars-Strong"), url("./../assets/fonts/cigar/hwcigars-strong.woff2") format("woff2"), url("./../assets/fonts/cigar/hwcigars-strong.woff") format("woff"), url("./../assets/fonts/cigar/hwcigars-strong.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

.section-header {
  margin-bottom: 35px; }
  @media (min-width: 376px) {
    .section-header {
      margin-bottom: 40px; } }
  @media (min-width: 576px) {
    .section-header {
      margin-bottom: 45px; } }
  @media (min-width: 768px) {
    .section-header {
      margin-bottom: 50px; } }
  @media (min-width: 992px) {
    .section-header {
      margin-bottom: 55px; } }
  @media (min-width: 1300px) {
    .section-header {
      margin-bottom: 60px; } }
  .section-header .sec-title {
    font-family: "HW Cigars", "Times New Roman", Times, serif;
    font-style: normal;
    color: #3D0505;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px; }
    @media (min-width: 376px) {
      .section-header .sec-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 16px; } }
    @media (min-width: 576px) {
      .section-header .sec-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 16px; } }
    @media (min-width: 768px) {
      .section-header .sec-title {
        font-size: 42px;
        line-height: 66px;
        margin-bottom: 18px; } }
    @media (min-width: 992px) {
      .section-header .sec-title {
        font-size: 54px;
        line-height: 70px;
        margin-bottom: 20px; } }
    @media (min-width: 1300px) {
      .section-header .sec-title {
        font-size: 64px;
        line-height: 76px;
        margin-bottom: 24px; } }
    .section-header .sec-title-sm {
      font-family: "HW Cigars", "Times New Roman", Times, serif;
      font-style: normal;
      color: #3D0505;
      font-weight: 400;
      font-size: 28px;
      line-height: 40px;
      margin-bottom: 18px; }
      @media (min-width: 376px) {
        .section-header .sec-title-sm {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 18px; } }
      @media (min-width: 576px) {
        .section-header .sec-title-sm {
          font-size: 34px;
          line-height: 44px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .section-header .sec-title-sm {
          font-size: 36px;
          line-height: 44px;
          margin-bottom: 22px; } }
      @media (min-width: 992px) {
        .section-header .sec-title-sm {
          font-size: 40px;
          line-height: 46px;
          margin-bottom: 22px; } }
      @media (min-width: 1300px) {
        .section-header .sec-title-sm {
          font-size: 42px;
          line-height: 48px;
          margin-bottom: 24px; } }
      @media (min-width: 1550px) {
        .section-header .sec-title-sm {
          font-size: 44px;
          line-height: 50px; } }
    .section-header .sec-title-xs {
      font-family: "HW Cigars", "Times New Roman", Times, serif;
      font-style: normal;
      color: #3D0505;
      font-weight: 400;
      font-size: 34px;
      line-height: 42px;
      margin-bottom: 10px; }
      @media (min-width: 376px) {
        .section-header .sec-title-xs {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 12px; } }
      @media (min-width: 576px) {
        .section-header .sec-title-xs {
          font-size: 34px;
          line-height: 44px;
          margin-bottom: 14px; } }
      @media (min-width: 768px) {
        .section-header .sec-title-xs {
          font-size: 36px;
          line-height: 44px;
          margin-bottom: 16px; } }
      @media (min-width: 992px) {
        .section-header .sec-title-xs {
          font-size: 40px;
          line-height: 46px;
          margin-bottom: 18px; } }
      @media (min-width: 1300px) {
        .section-header .sec-title-xs {
          font-size: 42px;
          line-height: 48px; } }
      @media (min-width: 1550px) {
        .section-header .sec-title-xs {
          font-size: 44px;
          line-height: 50px; } }
    .section-header .sec-title-lg {
      font-family: "HW Cigars", "Times New Roman", Times, serif;
      font-style: normal;
      color: #3D0505;
      font-weight: 400;
      font-size: 30px;
      line-height: 42px;
      margin-bottom: 10px; }
      @media (min-width: 376px) {
        .section-header .sec-title-lg {
          font-size: 34px;
          line-height: 42px;
          margin-bottom: 12px; } }
      @media (min-width: 576px) {
        .section-header .sec-title-lg {
          font-size: 44px;
          line-height: 50px;
          margin-bottom: 14px; } }
      @media (min-width: 768px) {
        .section-header .sec-title-lg {
          font-size: 52px;
          line-height: 60px;
          margin-bottom: 16px; } }
      @media (min-width: 992px) {
        .section-header .sec-title-lg {
          font-size: 64px;
          line-height: 74px;
          margin-bottom: 18px; } }
      @media (min-width: 1300px) {
        .section-header .sec-title-lg {
          font-size: 70px;
          line-height: 79px; } }
      @media (min-width: 1550px) {
        .section-header .sec-title-lg {
          font-size: 72px;
          line-height: 79px; } }
  .section-header .sec-text {
    font-family: "Founders Grotesk", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px; }
    @media (min-width: 376px) {
      .section-header .sec-text {
        font-size: 14px;
        line-height: 26px; } }
    @media (min-width: 576px) {
      .section-header .sec-text {
        font-size: 16px;
        line-height: 28px; } }
    @media (min-width: 768px) {
      .section-header .sec-text {
        font-size: 18px;
        line-height: 30px; } }
    @media (min-width: 992px) {
      .section-header .sec-text {
        font-size: 20px;
        line-height: 32px; } }
    @media (min-width: 1300px) {
      .section-header .sec-text {
        font-size: 20px;
        line-height: 32px; } }
    .section-header .sec-text-xs {
      font-weight: 400;
      letter-spacing: -0.01em;
      font-size: 15px;
      line-height: 22px; }
      @media (min-width: 376px) {
        .section-header .sec-text-xs {
          font-size: 16px;
          line-height: 23px; } }
      @media (min-width: 576px) {
        .section-header .sec-text-xs {
          font-size: 17px;
          line-height: 24px; } }
      @media (min-width: 768px) {
        .section-header .sec-text-xs {
          font-size: 18px;
          line-height: 25px; } }
      @media (min-width: 992px) {
        .section-header .sec-text-xs {
          font-size: 18px;
          line-height: 26px; } }
      @media (min-width: 1300px) {
        .section-header .sec-text-xs {
          font-size: 18px;
          line-height: 27px; } }
    .section-header .sec-text.sm-width {
      width: 100%; }
      @media (min-width: 376px) {
        .section-header .sec-text.sm-width {
          width: 100%; } }
      @media (min-width: 576px) {
        .section-header .sec-text.sm-width {
          width: 100%; } }
      @media (min-width: 768px) {
        .section-header .sec-text.sm-width {
          width: 75%; } }
      @media (min-width: 992px) {
        .section-header .sec-text.sm-width {
          width: 70%; } }
      @media (min-width: 1300px) {
        .section-header .sec-text.sm-width {
          width: 70%; } }

.section-x-margins {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 376px) {
    .section-x-margins {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 576px) {
    .section-x-margins {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .section-x-margins {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 992px) {
    .section-x-margins {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (min-width: 1300px) {
    .section-x-margins {
      padding-left: 110px;
      padding-right: 110px; } }

.section-left-margins {
  padding-left: 20px; }
  @media (min-width: 376px) {
    .section-left-margins {
      padding-left: 25px; } }
  @media (min-width: 576px) {
    .section-left-margins {
      padding-left: 30px; } }
  @media (min-width: 768px) {
    .section-left-margins {
      padding-left: 60px; } }
  @media (min-width: 992px) {
    .section-left-margins {
      padding-left: 80px; } }
  @media (min-width: 1300px) {
    .section-left-margins {
      padding-left: 110px; } }
  .section-left-margins-md {
    padding-left: 20px; }
    @media (min-width: 376px) {
      .section-left-margins-md {
        padding-left: 25px; } }
    @media (min-width: 576px) {
      .section-left-margins-md {
        padding-left: 30px; } }
    @media (min-width: 768px) {
      .section-left-margins-md {
        padding-left: 60px; } }
    @media (min-width: 992px) {
      .section-left-margins-md {
        padding-left: 0px; } }
    @media (min-width: 1300px) {
      .section-left-margins-md {
        padding-left: 0px; } }

.section-right-margins {
  padding-right: 20px; }
  @media (min-width: 376px) {
    .section-right-margins {
      padding-right: 25px; } }
  @media (min-width: 576px) {
    .section-right-margins {
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .section-right-margins {
      padding-right: 60px; } }
  @media (min-width: 992px) {
    .section-right-margins {
      padding-right: 80px; } }
  @media (min-width: 1300px) {
    .section-right-margins {
      padding-right: 110px; } }

.pt-normal {
  padding-top: 15px; }
  @media (min-width: 376px) {
    .pt-normal {
      padding-top: 25px; } }
  @media (min-width: 576px) {
    .pt-normal {
      padding-top: 30px; } }
  @media (min-width: 768px) {
    .pt-normal {
      padding-top: 35px; } }
  @media (min-width: 992px) {
    .pt-normal {
      padding-top: 40px; } }
  @media (min-width: 1300px) {
    .pt-normal {
      padding-top: 50px; } }

.pb-normal {
  padding-bottom: 15px; }
  @media (min-width: 376px) {
    .pb-normal {
      padding-bottom: 25px; } }
  @media (min-width: 576px) {
    .pb-normal {
      padding-bottom: 30px; } }
  @media (min-width: 768px) {
    .pb-normal {
      padding-bottom: 35px; } }
  @media (min-width: 992px) {
    .pb-normal {
      padding-bottom: 40px; } }
  @media (min-width: 1300px) {
    .pb-normal {
      padding-bottom: 50px; } }

.pt-lg {
  padding-top: 30px; }
  @media (min-width: 376px) {
    .pt-lg {
      padding-top: 50px; } }
  @media (min-width: 576px) {
    .pt-lg {
      padding-top: 60px; } }
  @media (min-width: 768px) {
    .pt-lg {
      padding-top: 70px; } }
  @media (min-width: 992px) {
    .pt-lg {
      padding-top: 80px; } }
  @media (min-width: 1300px) {
    .pt-lg {
      padding-top: 100px; } }

.pb-lg {
  padding-bottom: 30px; }
  @media (min-width: 376px) {
    .pb-lg {
      padding-bottom: 50px; } }
  @media (min-width: 576px) {
    .pb-lg {
      padding-bottom: 60px; } }
  @media (min-width: 768px) {
    .pb-lg {
      padding-bottom: 70px; } }
  @media (min-width: 992px) {
    .pb-lg {
      padding-bottom: 80px; } }
  @media (min-width: 1300px) {
    .pb-lg {
      padding-bottom: 100px; } }

.section-hero {
  background-size: cover;
  background-position: bottom left;
  position: relative;
  min-height: 550px; }
  .section-hero .inner-wrapper {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .section-hero .inner-wrapper .bg-image {
      object-fit: contain; }
  .section-hero .overflow-hidden {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .section-hero .hero-header .sec-title {
    font-family: "HW Cigars", "Times New Roman", Times, serif;
    font-style: normal;
    color: #3D0505;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px; }
    @media (min-width: 376px) {
      .section-hero .hero-header .sec-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 16px; } }
    @media (min-width: 576px) {
      .section-hero .hero-header .sec-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 16px; } }
    @media (min-width: 768px) {
      .section-hero .hero-header .sec-title {
        font-size: 42px;
        line-height: 66px;
        margin-bottom: 18px; } }
    @media (min-width: 992px) {
      .section-hero .hero-header .sec-title {
        font-size: 54px;
        line-height: 70px;
        margin-bottom: 20px; } }
    @media (min-width: 1300px) {
      .section-hero .hero-header .sec-title {
        font-size: 64px;
        line-height: 76px;
        margin-bottom: 24px; } }
    .section-hero .hero-header .sec-title-sm {
      font-family: "HW Cigars", "Times New Roman", Times, serif;
      font-style: normal;
      color: #3D0505;
      font-weight: 400;
      font-size: 34px;
      line-height: 42px;
      margin-bottom: 18px; }
      @media (min-width: 376px) {
        .section-hero .hero-header .sec-title-sm {
          font-size: 36px;
          line-height: 44px;
          margin-bottom: 18px; } }
      @media (min-width: 576px) {
        .section-hero .hero-header .sec-title-sm {
          font-size: 38px;
          line-height: 46px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .section-hero .hero-header .sec-title-sm {
          font-size: 40px;
          line-height: 46px;
          margin-bottom: 22px; } }
      @media (min-width: 992px) {
        .section-hero .hero-header .sec-title-sm {
          font-size: 42px;
          line-height: 48px;
          margin-bottom: 24px; } }
      @media (min-width: 1300px) {
        .section-hero .hero-header .sec-title-sm {
          font-size: 44px;
          line-height: 50px; } }
  .section-hero .hero-header .sec-text {
    font-style: normal;
    font-family: "Founders Grotesk", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    width: 100%; }
    @media (min-width: 376px) {
      .section-hero .hero-header .sec-text {
        font-size: 14px;
        line-height: 26px;
        width: 100%; } }
    @media (min-width: 576px) {
      .section-hero .hero-header .sec-text {
        font-size: 16px;
        line-height: 28px;
        width: 100%; } }
    @media (min-width: 768px) {
      .section-hero .hero-header .sec-text {
        font-size: 18px;
        line-height: 30px;
        width: 75%; } }
    @media (min-width: 992px) {
      .section-hero .hero-header .sec-text {
        font-size: 20px;
        line-height: 32px;
        width: 70%; } }
    @media (min-width: 1300px) {
      .section-hero .hero-header .sec-text {
        font-size: 20px;
        line-height: 32px;
        width: 70%; } }

form.search-form {
  background: #FCF9F4; }
  form.search-form .form-group {
    height: 100%;
    padding: 16px 25px; }
    @media (min-width: 376px) {
      form.search-form .form-group {
        padding: 18px 28px; } }
    @media (min-width: 576px) {
      form.search-form .form-group {
        padding: 20px 30px; } }
    @media (min-width: 768px) {
      form.search-form .form-group {
        padding: 24px 32px; } }
    form.search-form .form-group::-webkit-input-placeholder {
      color: #3D0505; }
    form.search-form .form-group:-moz-placeholder {
      color: #3D0505; }
    form.search-form .form-group::-moz-placeholder {
      color: #3D0505; }
    form.search-form .form-group:-ms-input-placeholder {
      color: #3D0505; }
    form.search-form .form-group label {
      font-family: "Founders Grotesk", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      color: #CE8B3D;
      margin-bottom: 0; }
    form.search-form .form-group .form-control,
    form.search-form .form-group .form-select {
      padding: 8px 0;
      border-radius: 0px;
      color: #3D0505;
      background: #FCF9F4; }
    form.search-form .form-group.btn-wrapper {
      background: #CE8B3D; }
      form.search-form .form-group.btn-wrapper .btn-primary {
        background: #CE8B3D; }
  form.search-form select,
  form.search-form input {
    padding: 0;
    border: 0;
    box-shadow: none; }

.hero-section {
  background-size: cover;
  background-position: bottom left;
  position: relative;
  background-color: #3D0505;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-section .inner-wrapper {
    min-height: 540px;
    min-height: 75vh;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .hero-section .inner-wrapper .bg-image {
      object-fit: contain; }
  .hero-section .overflow-hidden {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .hero-section .d-grid {
    place-items: center;
    height: 100%; }
  .hero-section .section-header {
    height: 100%; }
  .hero-section picture {
    position: relative;
    top: 70px;
    right: 0; }
    @media (min-width: 376px) {
      .hero-section picture {
        position: relative;
        top: 70px;
        right: 0; } }
    @media (min-width: 576px) {
      .hero-section picture {
        position: relative;
        top: 70px;
        right: 0; } }
    @media (min-width: 768px) {
      .hero-section picture {
        position: relative;
        top: 120px;
        right: 0; } }
    @media (min-width: 992px) {
      .hero-section picture {
        position: absolute;
        top: 0px;
        right: 0; } }

form.filter-form .input-group {
  border: 1px solid #FCF9F4; }
  form.filter-form .input-group::-webkit-input-placeholder {
    color: #3D0505; }
  form.filter-form .input-group:-moz-placeholder {
    color: #3D0505; }
  form.filter-form .input-group::-moz-placeholder {
    color: #3D0505; }
  form.filter-form .input-group:-ms-input-placeholder {
    color: #3D0505; }
  form.filter-form .input-group .input-group-text {
    border: 0;
    background: transparent;
    font-family: "Founders Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #CE8B3D;
    margin-bottom: 0;
    border-radius: 0px; }
  form.filter-form .input-group .form-control {
    background: transparent;
    border-radius: 0px;
    color: #FCF9F4;
    padding: 12px 18px; }
    form.filter-form .input-group .form-control::-webkit-input-placeholder {
      color: rgba(252, 249, 244, 0.5); }
    form.filter-form .input-group .form-control:-moz-placeholder {
      color: rgba(252, 249, 244, 0.5); }
    form.filter-form .input-group .form-control::-moz-placeholder {
      color: rgba(252, 249, 244, 0.5); }
    form.filter-form .input-group .form-control:-ms-input-placeholder {
      color: rgba(252, 249, 244, 0.5); }
    @media (min-width: 376px) {
      form.filter-form .input-group .form-control {
        padding: 12px 18px; } }
    @media (min-width: 576px) {
      form.filter-form .input-group .form-control {
        padding: 12px 18px; } }
    @media (min-width: 768px) {
      form.filter-form .input-group .form-control {
        padding: 12px 18px; } }

form.filter-form select,
form.filter-form input {
  padding: 0;
  border: 0;
  box-shadow: none; }

form.search .input-group {
  border: none; }
  form.search .input-group::-webkit-input-placeholder {
    color: #3D0505; }
  form.search .input-group:-moz-placeholder {
    color: #3D0505; }
  form.search .input-group::-moz-placeholder {
    color: #3D0505; }
  form.search .input-group:-ms-input-placeholder {
    color: #3D0505; }
  form.search .input-group .input-group-text {
    border: 0;
    background: transparent;
    font-family: "Founders Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #CE8B3D;
    margin-bottom: 0;
    border-radius: 0px; }
  form.search .input-group .form-control {
    background: transparent;
    border-radius: 0px;
    color: #3D0505;
    padding: 12px 18px; }
    form.search .input-group .form-control::-webkit-input-placeholder {
      color: rgba(61, 5, 5, 0.3); }
    form.search .input-group .form-control:-moz-placeholder {
      color: rgba(61, 5, 5, 0.3); }
    form.search .input-group .form-control::-moz-placeholder {
      color: rgba(61, 5, 5, 0.3); }
    form.search .input-group .form-control:-ms-input-placeholder {
      color: rgba(61, 5, 5, 0.3); }
    @media (min-width: 376px) {
      form.search .input-group .form-control {
        padding: 12px 18px; } }
    @media (min-width: 576px) {
      form.search .input-group .form-control {
        padding: 12px 18px; } }
    @media (min-width: 768px) {
      form.search .input-group .form-control {
        padding: 12px 18px; } }

form.search select,
form.search input {
  padding: 0;
  border: 0;
  box-shadow: none; }

.space-hero {
  height: 60px;
  width: 2px;
  background: #00b7ff; }
  @media (min-width: 376px) {
    .space-hero {
      height: 65px;
      width: 2px;
      background: #1100ff; } }
  @media (min-width: 576px) {
    .space-hero {
      height: 70px;
      width: 2px;
      background: #ff00f2; } }
  @media (min-width: 768px) {
    .space-hero {
      height: 100px;
      width: 2px;
      background: green; } }
  @media (min-width: 992px) {
    .space-hero {
      height: 60px;
      width: 2px;
      background: #ff8800; } }
  @media (min-width: 1300px) {
    .space-hero {
      height: 70px;
      width: 2px;
      background: #00ff6a; } }
  @media (min-width: 1550px) {
    .space-hero {
      height: 120px;
      width: 2px;
      background: brown; } }

section.text-img-section {
  position: relative;
  background: linear-gradient(#FCF9F4 84%, #F8EEDD 16%);
  z-index: -1; }

#team_members {
  background: #F8EEDD; }
  #team_members .nav .nav-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #3D0505;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent; }
    #team_members .nav .nav-link.active {
      border-bottom: 2px solid #CE8B3D; }

.team {
  background: #EDC8A6;
  margin-bottom: 20px; }
  @media (min-width: 376px) {
    .team {
      margin-bottom: 25px; } }
  @media (min-width: 576px) {
    .team {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .team {
      margin-bottom: 35px; } }
  @media (min-width: 992px) {
    .team {
      margin-bottom: 40px; } }
  @media (min-width: 1300px) {
    .team {
      margin-bottom: 70px; } }
  @media (min-width: 1550px) {
    .team {
      margin-bottom: 80px; } }
  .team__wrapper {
    position: relative;
    width: 100%;
    padding: 0px 20px 0px 20px; }
    @media (min-width: 376px) {
      .team__wrapper {
        padding: 0px 25px 0px 25px; } }
    @media (min-width: 576px) {
      .team__wrapper {
        padding: 0px 30px 0px 30px; } }
    @media (min-width: 768px) {
      .team__wrapper {
        padding: 0px 35px 0px 35px; } }
    @media (min-width: 992px) {
      .team__wrapper {
        padding: 0px 45px 0px 45px; } }
    @media (min-width: 1300px) {
      .team__wrapper {
        padding: 0px 62px 0px 62px; } }
    @media (min-width: 1550px) {
      .team__wrapper {
        padding: 0px 62px 0px 62px; } }
  .team__svg {
    position: absolute;
    right: 0;
    bottom: 0;
    fill: #EDC8A6;
    width: 50%;
    height: 20px; }
    @media (min-width: 376px) {
      .team__svg {
        height: 25px; } }
    @media (min-width: 576px) {
      .team__svg {
        height: 30px; } }
    @media (min-width: 768px) {
      .team__svg {
        height: 35px; } }
    @media (min-width: 992px) {
      .team__svg {
        height: 45px; } }
    @media (min-width: 1300px) {
      .team__svg {
        height: 62px; } }
    @media (min-width: 1550px) {
      .team__svg {
        height: 62px; } }
  .team__avatar {
    width: 100%; }
  .team__space {
    background: linear-gradient(to right, #EDC8A6 50%, #F8EEDD 50%);
    height: 20px; }
    @media (min-width: 376px) {
      .team__space {
        height: 25px; } }
    @media (min-width: 576px) {
      .team__space {
        height: 30px; } }
    @media (min-width: 768px) {
      .team__space {
        height: 35px; } }
    @media (min-width: 992px) {
      .team__space {
        height: 45px; } }
    @media (min-width: 1300px) {
      .team__space {
        height: 62px; } }
    @media (min-width: 1550px) {
      .team__space {
        height: 62px; } }
  .team__body {
    padding: 20px; }
  .team__name {
    color: #3D0505;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em; }
  .team__designation {
    font-family: "Founders Grotesk", sans-serif;
    color: #3D0505;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.01em; }

.home {
  background: #F8EEDD;
  margin-bottom: 25px; }
  .home__thumbnail-wrapper {
    position: relative; }
  .home__thumbnail {
    width: 100%; }
  .home__stars {
    background: #F8EEDD;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2px 5px 2px 5px; }
  .home__body {
    padding: 17px; }
  .home__fav-btn {
    outline: none;
    border: 0;
    background: transparent; }
    .home__fav-btn:hover svg,
    .home__fav-btn:hover path, .home__fav-btn:focus svg,
    .home__fav-btn:focus path, .home__fav-btn:active svg,
    .home__fav-btn:active path {
      fill: #c70202; }
  .home__location {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.02em;
    margin-bottom: 8px; }
  .home__title {
    font-family: "HW Cigars", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.03em;
    margin-bottom: 12px; }
  .home__description {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.02em; }
  .home__meta {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #3D0505; }
  .home__icon {
    margin-right: 7px; }
  .home__meta-item {
    margin-right: 14px; }
  .home__hr {
    margin: 10px 0;
    border: 0.4px solid #000000; }
  .home__rent {
    font-family: "HW Cigars", "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    letter-spacing: -0.03em;
    margin-bottom: 10px; }
  .home__rent-taxes {
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    text-align: right;
    letter-spacing: 0.02em; }

section.rooms-section {
  position: relative; }
  section.rooms-section .inner-wrapper {
    z-index: 2;
    position: relative; }
  section.rooms-section .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  section.rooms-section .rooms {
    overflow-x: hidden; }
    @media (min-width: 376px) {
      section.rooms-section .rooms {
        overflow-x: hidden; } }
    @media (min-width: 576px) {
      section.rooms-section .rooms {
        overflow-x: hidden; } }
    @media (min-width: 768px) {
      section.rooms-section .rooms {
        overflow-x: hidden; } }

.rooms__swiper .swiper-wrapper {
  align-items: center; }
  .rooms__swiper .swiper-wrapper .swiper-slide {
    width: auto; }
    .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner {
      position: relative; }
      .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .space {
        display: block;
        width: 100%;
        height: 15px; }
        @media (min-width: 376px) {
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .space {
            height: 15px; } }
        @media (min-width: 576px) {
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .space {
            height: 20px; } }
        @media (min-width: 768px) {
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .space {
            height: 30px; } }
        @media (min-width: 992px) {
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .space {
            height: 30px; } }
        @media (min-width: 1300px) {
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .space {
            height: 30px; } }
      .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card {
        padding: 20px 40px;
        background: #F8EEDD; }
        .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room__header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 16px; }
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room__header .name {
            font-family: "HW Cigars", "Times New Roman", Times, serif;
            margin-bottom: 0; }
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room__header .desg {
            margin-bottom: 0; }
        .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure {
          position: relative;
          margin-bottom: 15px; }
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure img.room {
            width: 100%;
            object-fit: cover; }
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details {
            position: absolute;
            bottom: 0px;
            left: 0;
            padding: 10px; }
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details .detail {
              display: flex;
              align-items: center;
              margin-right: 12px; }
              @media (min-width: 376px) {
                .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details .detail {
                  margin-right: 15px; } }
              @media (min-width: 576px) {
                .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details .detail {
                  margin-right: 18px; } }
              @media (min-width: 768px) {
                .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details .detail {
                  margin-right: 20px; } }
              @media (min-width: 992px) {
                .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details .detail {
                  margin-right: 23px; } }
              .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details .detail img {
                margin-right: 7px; }
              .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details .detail span {
                font-family: "HW Cigars", "Times New Roman", Times, serif;
                font-style: normal;
                color: #F8EEDD;
                font-weight: 500;
                font-size: 14px;
                letter-spacing: -0.01em; }
                @media (min-width: 376px) {
                  .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details .detail span {
                    font-size: 14px; } }
                @media (min-width: 576px) {
                  .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details .detail span {
                    font-size: 15px; } }
                @media (min-width: 768px) {
                  .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details .detail span {
                    font-size: 16px; } }
            @media (min-width: 376px) {
              .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details {
                padding: 10px; } }
            @media (min-width: 576px) {
              .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details {
                padding: 15px; } }
            @media (min-width: 768px) {
              .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card figure .room-details {
                padding: 20px; } }
        .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room__footer {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-family: "HW Cigars", "Times New Roman", Times, serif; }
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room__footer .heading {
            font-style: normal;
            color: #3D0505;
            font-weight: 500;
            font-size: 19px;
            letter-spacing: -0.03em;
            margin-bottom: 0px; }
            @media (min-width: 376px) {
              .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room__footer .heading {
                font-size: 19px; } }
            @media (min-width: 576px) {
              .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room__footer .heading {
                font-size: 20px; } }
            @media (min-width: 768px) {
              .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room__footer .heading {
                font-size: 22px; } }
            @media (min-width: 992px) {
              .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room__footer .heading {
                font-size: 24px; } }
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room__footer .link {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            text-align: right;
            letter-spacing: -0.01em;
            -webkit-text-decoration-line: underline;
                    text-decoration-line: underline;
            color: #CE8B3D;
            margin-bottom: 0px; }
        .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .room-details,
        .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .room-card .link {
          display: none; }
      .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav {
        display: none; }
        .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev,
        .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
          display: flex;
          align-items: center;
          justify-content: center;
          background: #3D0505;
          border-radius: 50%;
          width: 36px;
          height: 36px;
          z-index: 3; }
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev img,
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next img {
            width: 18px;
            height: 18px; }
          @media (min-width: 376px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev,
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
              width: 40px;
              height: 40px; } }
          @media (min-width: 576px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev,
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
              width: 40px;
              height: 40px; } }
          @media (min-width: 768px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev,
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
              width: 46px;
              height: 46px; } }
          @media (min-width: 992px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev,
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
              width: 50px;
              height: 50px; } }
          @media (min-width: 1300px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev,
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
              width: 56px;
              height: 56px; } }
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev:hover, .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev:focus, .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev:active,
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next:hover,
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next:focus,
          .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next:active {
            background: #CE8B3D; }
        .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev {
          position: absolute;
          left: 10px;
          top: 50%; }
          @media (min-width: 376px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev {
              left: 5px; } }
          @media (min-width: 576px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev {
              left: -10px; } }
          @media (min-width: 768px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev {
              left: -25px; } }
          @media (min-width: 992px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-prev {
              left: -30px; } }
        .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
          position: absolute;
          right: 10px;
          top: 50%; }
          @media (min-width: 376px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
              right: 5px; } }
          @media (min-width: 576px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
              right: -10px; } }
          @media (min-width: 768px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
              right: -25px; } }
          @media (min-width: 992px) {
            .rooms__swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .custom-swiper-nav .custom-sw-btn-next {
              right: -30px; } }
    .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .custom-swiper-nav {
      display: block; }
    @media (min-width: 768px) {
      .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .space {
        display: none;
        background-color: green; }
      .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .room-card {
        padding: 25px 40px; } }
  @media (min-width: 768px) and (min-width: 376px) {
    .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .room-card {
      padding: 25px 40px; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .room-card {
      padding: 25px 40px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .room-card {
      padding: 25px 45px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .room-card {
      padding: 30px 45px; } }
  @media (min-width: 768px) and (min-width: 1300px) {
    .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .room-card {
      padding: 30px 50px; } }
    @media (min-width: 768px) {
        .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .room-card .heading {
          margin-bottom: 10px; }
        .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .room-card .room-details,
        .rooms__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .room-card .link {
          display: inline-block; } }

section.testimonial {
  background: #F8EEDD; }
  section.testimonial.test-1 {
    background-image: linear-gradient(to bottom, #EDC8A6 50%, #F8EEDD 50%); }
    @media (min-width: 376px) {
      section.testimonial.test-1 {
        background-image: linear-gradient(to bottom, #EDC8A6 50%, #F8EEDD 50%); } }
    @media (min-width: 576px) {
      section.testimonial.test-1 {
        background-image: linear-gradient(to bottom, #EDC8A6 50%, #F8EEDD 50%); } }
    @media (min-width: 768px) {
      section.testimonial.test-1 {
        background-image: linear-gradient(to right, #EDC8A6 50%, #F8EEDD 50%); } }
  section.testimonial.test-2 {
    background-image: linear-gradient(to top, #F8EEDD 50%, #CE8B3D 50%); }
    @media (min-width: 376px) {
      section.testimonial.test-2 {
        background-image: linear-gradient(to top, #F8EEDD 50%, #CE8B3D 50%); } }
    @media (min-width: 576px) {
      section.testimonial.test-2 {
        background-image: linear-gradient(to top, #F8EEDD 50%, #CE8B3D 50%); } }
    @media (min-width: 768px) {
      section.testimonial.test-2 {
        background-image: linear-gradient(to right, #F8EEDD 50%, #CE8B3D 50%); } }
  section.testimonial .swiper-o-wrapper {
    padding-top: 62px;
    padding-bottom: 61px; }
  section.testimonial .swiper-outer-wrapper {
    width: 100%;
    background: #FCF9F4;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2); }
    section.testimonial .swiper-outer-wrapper .icon-wrapper {
      padding-top: 20px;
      padding-right: 20px; }
      @media (min-width: 376px) {
        section.testimonial .swiper-outer-wrapper .icon-wrapper {
          padding-top: 25px;
          padding-right: 25px; } }
      @media (min-width: 576px) {
        section.testimonial .swiper-outer-wrapper .icon-wrapper {
          padding-top: 25px;
          padding-right: 25px; } }
      @media (min-width: 768px) {
        section.testimonial .swiper-outer-wrapper .icon-wrapper {
          padding-top: 35px;
          padding-right: 35px; } }
      @media (min-width: 992px) {
        section.testimonial .swiper-outer-wrapper .icon-wrapper {
          padding-top: 40px;
          padding-right: 40px; } }
  section.testimonial .sec-title {
    font-family: "HW Cigars", "Times New Roman", Times, serif;
    font-style: normal;
    text-transform: capitalize;
    color: #3D0505;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px; }
    @media (min-width: 376px) {
      section.testimonial .sec-title {
        font-size: 32px;
        line-height: 50px; } }
    @media (min-width: 576px) {
      section.testimonial .sec-title {
        font-size: 40px;
        line-height: 52px; } }
    @media (min-width: 768px) {
      section.testimonial .sec-title {
        font-size: 50px;
        line-height: 58px; } }
    @media (min-width: 992px) {
      section.testimonial .sec-title {
        font-size: 56px;
        line-height: 60px; } }
    @media (min-width: 1300px) {
      section.testimonial .sec-title {
        font-size: 64px;
        line-height: 70px; } }
  section.testimonial .swiper-nav-wrapper {
    padding-bottom: 20px;
    padding-right: 20px; }
    @media (min-width: 376px) {
      section.testimonial .swiper-nav-wrapper {
        padding-bottom: 25px;
        padding-right: 25px; } }
    @media (min-width: 576px) {
      section.testimonial .swiper-nav-wrapper {
        padding-bottom: 25px;
        padding-right: 25px; } }
    @media (min-width: 768px) {
      section.testimonial .swiper-nav-wrapper {
        padding-bottom: 35px;
        padding-right: 35px; } }
    @media (min-width: 992px) {
      section.testimonial .swiper-nav-wrapper {
        padding-bottom: 40px;
        padding-right: 40px; } }
    section.testimonial .swiper-nav-wrapper .swiper-btn-prev,
    section.testimonial .swiper-nav-wrapper .swiper-btn-next,
    section.testimonial .swiper-nav-wrapper .swiper-btn-prev-2,
    section.testimonial .swiper-nav-wrapper .swiper-btn-next-2 {
      height: 24px;
      padding: 0 20px; }
      @media (min-width: 376px) {
        section.testimonial .swiper-nav-wrapper .swiper-btn-prev,
        section.testimonial .swiper-nav-wrapper .swiper-btn-next,
        section.testimonial .swiper-nav-wrapper .swiper-btn-prev-2,
        section.testimonial .swiper-nav-wrapper .swiper-btn-next-2 {
          padding: 0 25px; } }
      @media (min-width: 576px) {
        section.testimonial .swiper-nav-wrapper .swiper-btn-prev,
        section.testimonial .swiper-nav-wrapper .swiper-btn-next,
        section.testimonial .swiper-nav-wrapper .swiper-btn-prev-2,
        section.testimonial .swiper-nav-wrapper .swiper-btn-next-2 {
          padding: 0 25px; } }
      @media (min-width: 768px) {
        section.testimonial .swiper-nav-wrapper .swiper-btn-prev,
        section.testimonial .swiper-nav-wrapper .swiper-btn-next,
        section.testimonial .swiper-nav-wrapper .swiper-btn-prev-2,
        section.testimonial .swiper-nav-wrapper .swiper-btn-next-2 {
          padding: 0 35px; } }
      @media (min-width: 992px) {
        section.testimonial .swiper-nav-wrapper .swiper-btn-prev,
        section.testimonial .swiper-nav-wrapper .swiper-btn-next,
        section.testimonial .swiper-nav-wrapper .swiper-btn-prev-2,
        section.testimonial .swiper-nav-wrapper .swiper-btn-next-2 {
          padding: 0 40px; } }
      section.testimonial .swiper-nav-wrapper .swiper-btn-prev.swiper-button-disabled svg,
      section.testimonial .swiper-nav-wrapper .swiper-btn-prev.swiper-button-disabled path,
      section.testimonial .swiper-nav-wrapper .swiper-btn-next.swiper-button-disabled svg,
      section.testimonial .swiper-nav-wrapper .swiper-btn-next.swiper-button-disabled path,
      section.testimonial .swiper-nav-wrapper .swiper-btn-prev-2.swiper-button-disabled svg,
      section.testimonial .swiper-nav-wrapper .swiper-btn-prev-2.swiper-button-disabled path,
      section.testimonial .swiper-nav-wrapper .swiper-btn-next-2.swiper-button-disabled svg,
      section.testimonial .swiper-nav-wrapper .swiper-btn-next-2.swiper-button-disabled path {
        fill: gray; }
  section.testimonial .space-bottom {
    height: 150px; }

.testimonial-card {
  padding: 20px; }
  @media (min-width: 376px) {
    .testimonial-card {
      padding: 25px; } }
  @media (min-width: 576px) {
    .testimonial-card {
      padding: 25px; } }
  @media (min-width: 768px) {
    .testimonial-card {
      padding: 35px; } }
  @media (min-width: 992px) {
    .testimonial-card {
      padding: 40px; } }
  .testimonial-card .testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 26px; }
    @media (min-width: 376px) {
      .testimonial-card .testimonial-header {
        margin-bottom: 28px; } }
    @media (min-width: 576px) {
      .testimonial-card .testimonial-header {
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .testimonial-card .testimonial-header {
        margin-bottom: 32px; } }
    @media (min-width: 992px) {
      .testimonial-card .testimonial-header {
        margin-bottom: 36px; } }
    .testimonial-card .testimonial-header img.avatar {
      width: 42px;
      height: 42px;
      margin-right: 10px; }
      @media (min-width: 376px) {
        .testimonial-card .testimonial-header img.avatar {
          width: 46px;
          height: 46px;
          margin-right: 12px; } }
      @media (min-width: 576px) {
        .testimonial-card .testimonial-header img.avatar {
          width: 50px;
          height: 50px;
          margin-right: 14px; } }
      @media (min-width: 768px) {
        .testimonial-card .testimonial-header img.avatar {
          width: 52px;
          height: 52px;
          margin-right: 16px; } }
      @media (min-width: 992px) {
        .testimonial-card .testimonial-header img.avatar {
          width: 56px;
          height: 56px; } }
    .testimonial-card .testimonial-header .name {
      font-family: "Founders Grotesk", sans-serif;
      font-weight: 600;
      font-size: 20px;
      color: #3D0505;
      margin-bottom: 3px; }
    .testimonial-card .testimonial-header .desg {
      font-family: "Founders Grotesk", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #3D0505; }
  .testimonial-card .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #3D0505; }

.your-gateway {
  background: #F8EEDD; }
  .your-gateway .list {
    font-family: "Founders Grotesk", sans-serif; }
    .your-gateway .list .list__heading {
      font-style: normal;
      font-weight: 600;
      color: #3D0505;
      font-size: 18px;
      margin-bottom: 16px; }
      @media (min-width: 376px) {
        .your-gateway .list .list__heading {
          font-size: 18px;
          margin-bottom: 18px; } }
      @media (min-width: 576px) {
        .your-gateway .list .list__heading {
          font-size: 20px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .your-gateway .list .list__heading {
          font-size: 22px;
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        .your-gateway .list .list__heading {
          font-size: 20px;
          margin-bottom: 20px; } }
      @media (min-width: 1300px) {
        .your-gateway .list .list__heading {
          font-size: 24px;
          margin-bottom: 20px; } }
    .your-gateway .list .list__item {
      font-style: normal;
      font-weight: 400;
      color: #3D0505;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 12px; }
      @media (min-width: 376px) {
        .your-gateway .list .list__item {
          font-size: 15px;
          line-height: 20px;
          margin-bottom: 12px; } }
      @media (min-width: 576px) {
        .your-gateway .list .list__item {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 12px; } }
      @media (min-width: 768px) {
        .your-gateway .list .list__item {
          font-size: 16px;
          line-height: 21px;
          margin-bottom: 12px; } }
      @media (min-width: 992px) {
        .your-gateway .list .list__item {
          font-size: 15px;
          line-height: 20px;
          margin-bottom: 12px; } }
      @media (min-width: 1300px) {
        .your-gateway .list .list__item {
          font-size: 16px;
          line-height: 21px;
          margin-bottom: 12px; } }

section.vacation-home {
  background: #3D0505;
  margin-bottom: 114px; }
  section.vacation-home .icon-box {
    margin-bottom: 25px; }
    @media (min-width: 376px) {
      section.vacation-home .icon-box {
        margin-bottom: 25px; } }
    @media (min-width: 576px) {
      section.vacation-home .icon-box {
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      section.vacation-home .icon-box {
        margin-bottom: 22px; } }
    section.vacation-home .icon-box .icon-wrapper {
      margin-bottom: 12px; }
    section.vacation-home .icon-box .heading {
      font-family: "HW Cigars", "Times New Roman", Times, serif;
      font-style: normal;
      font-weight: 400;
      color: #FCF9F4;
      font-size: 16px;
      letter-spacing: -0.01em; }
      @media (min-width: 376px) {
        section.vacation-home .icon-box .heading {
          font-size: 18px;
          letter-spacing: -0.01em; } }
      @media (min-width: 576px) {
        section.vacation-home .icon-box .heading {
          font-size: 20px; } }
      @media (min-width: 768px) {
        section.vacation-home .icon-box .heading {
          font-size: 22px; } }
      @media (min-width: 992px) {
        section.vacation-home .icon-box .heading {
          font-size: 24px; } }
  section.vacation-home .bg-half-container {
    background-image: linear-gradient(#3D0505 50%, white 50%); }

section#careers {
  margin-bottom: 30px; }
  @media (min-width: 376px) {
    section#careers {
      margin-bottom: 35px; } }
  @media (min-width: 576px) {
    section#careers {
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    section#careers {
      margin-bottom: 75px; } }
  @media (min-width: 992px) {
    section#careers {
      margin-bottom: 90px; } }
  @media (min-width: 1300px) {
    section#careers {
      margin-bottom: 114px; } }
  section#careers .btn.dropdown-toggle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    width: 40px;
    height: 40px;
    border: 1.5px solid #1f1b1b;
    border-radius: 32px; }
    section#careers .btn.dropdown-toggle:hover, section#careers .btn.dropdown-toggle:focus, section#careers .btn.dropdown-toggle:active {
      background: rgba(61, 5, 5, 0.2); }
  section#careers .heading-sm {
    font-family: "HW Cigars", "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3D0505; }

.jobs__list {
  padding: 30px 0; }
  .jobs__list:not(:last-child) {
    border-bottom: 1px solid rgba(61, 5, 5, 0.5); }

.job {
  width: 100%; }
  .job__title {
    font-style: normal;
    color: #3D0505;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 18px;
    margin-bottom: 6px; }
    @media (min-width: 376px) {
      .job__title {
        letter-spacing: -0.03em;
        font-size: 19px;
        margin-bottom: 10px; } }
    @media (min-width: 576px) {
      .job__title {
        letter-spacing: -0.03em;
        font-size: 22px;
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      .job__title {
        letter-spacing: -0.03em;
        font-size: 24px;
        margin-bottom: 12px; } }
    @media (min-width: 992px) {
      .job__title {
        letter-spacing: -0.03em;
        font-size: 26px;
        margin-bottom: 15px; } }
    @media (min-width: 1300px) {
      .job__title {
        letter-spacing: -0.03em;
        font-size: 28px;
        margin-bottom: 15px; } }
  .job__location {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    color: #BA5630;
    font-size: 14px;
    line-height: 22px; }
    @media (min-width: 376px) {
      .job__location {
        font-size: 15px;
        line-height: 23px; } }
    @media (min-width: 576px) {
      .job__location {
        font-size: 16px;
        line-height: 24px; } }
    @media (min-width: 768px) {
      .job__location {
        font-size: 17px;
        line-height: 25px; } }
    @media (min-width: 992px) {
      .job__location {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 1300px) {
      .job__location {
        font-size: 18px;
        line-height: 26px; } }
    .job__location--icon {
      margin-right: 5px;
      height: 13px; }
      @media (min-width: 376px) {
        .job__location--icon {
          margin-right: 5px;
          height: 14px; } }
      @media (min-width: 576px) {
        .job__location--icon {
          margin-right: 10px;
          height: 15px; } }
      @media (min-width: 768px) {
        .job__location--icon {
          height: 16px; } }
      @media (min-width: 992px) {
        .job__location--icon {
          height: 17px; } }
      @media (min-width: 1300px) {
        .job__location--icon {
          height: 18px; } }

section.house-creativity {
  background: #F8EEDD; }
  section.house-creativity .sec-img {
    width: 90%; }
    @media (min-width: 376px) {
      section.house-creativity .sec-img {
        width: 90%; } }
    @media (min-width: 576px) {
      section.house-creativity .sec-img {
        width: 90%; } }
    @media (min-width: 768px) {
      section.house-creativity .sec-img {
        width: 90%; } }
    @media (min-width: 992px) {
      section.house-creativity .sec-img {
        width: 90%; } }
  section.house-creativity .icon-box {
    margin-bottom: 50px; }
    section.house-creativity .icon-box .icon-wrapper {
      margin-bottom: 10px; }
    section.house-creativity .icon-box .heading {
      font-family: "HW Cigars", "Times New Roman", Times, serif;
      font-style: normal;
      font-weight: 400;
      color: #3D0505;
      font-size: 16px;
      letter-spacing: -0.01em; }
      @media (min-width: 376px) {
        section.house-creativity .icon-box .heading {
          font-size: 18px;
          letter-spacing: -0.01em; } }
      @media (min-width: 576px) {
        section.house-creativity .icon-box .heading {
          font-size: 20px; } }
      @media (min-width: 768px) {
        section.house-creativity .icon-box .heading {
          font-size: 22px; } }
      @media (min-width: 992px) {
        section.house-creativity .icon-box .heading {
          font-size: 24px; } }

#image_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #image_section .custom_image_wrapper {
    border: 10px solid #3D0505;
    background: #AD5C3A;
    position: relative;
    max-width: 100%;
    width: 286px;
    height: 333px; }
    @media (min-width: 376px) {
      #image_section .custom_image_wrapper {
        width: 286px;
        height: 333px; } }
    @media (min-width: 576px) {
      #image_section .custom_image_wrapper {
        width: 286px;
        height: 333px; } }
    @media (min-width: 768px) {
      #image_section .custom_image_wrapper {
        width: 358px;
        height: 417px; } }
    #image_section .custom_image_wrapper .text-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      z-index: 3; }
      #image_section .custom_image_wrapper .text-wrapper .txt {
        position: absolute;
        font-family: "HW Cigars", "Times New Roman", Times, serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #FCF9F4; }
      #image_section .custom_image_wrapper .text-wrapper .txt1 {
        top: 15px;
        left: 15px; }
      #image_section .custom_image_wrapper .text-wrapper .txt2 {
        top: 15px;
        right: 15px; }
      #image_section .custom_image_wrapper .text-wrapper .txt3 {
        left: 15px;
        bottom: 15px; }
      #image_section .custom_image_wrapper .text-wrapper .txt4 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%; }
    #image_section .custom_image_wrapper figure {
      z-index: 2;
      height: 100%;
      background: #3D0505; }
      #image_section .custom_image_wrapper figure img {
        height: 100%; }

section.why-portoro {
  background: #FCF9F4; }
  section.why-portoro .sec-img-container {
    background: linear-gradient(#BA5630 50%, #F8EEDD 50%); }

.text-list {
  list-style-image: url("./../../assets/img/icons/check.svg");
  list-style-type: circle;
  padding-left: 25px; }
  .text-list__heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #3D0505;
    margin-bottom: 18px; }
  .text-list__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: rgba(61, 5, 5, 0.6);
    margin-bottom: 14px; }

section.what-we-do {
  background: #F8EEDD; }

.image-box {
  border: 1px solid transparent; }
  .image-box__icon {
    margin-bottom: 12px; }
  .image-box__heading {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #3D0505;
    margin-bottom: 17px; }
  .image-box__descrioption {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: rgba(61, 5, 5, 0.6); }
    .image-box:hover .image-box__descrioption,
    .image-box:focus .image-box__descrioption,
    .image-box:active .image-box__descrioption {
      color: rgba(61, 5, 5, 0.9);
      transition: 0.3s ease-in-out; }

section.guests {
  background: #F8EEDD; }
  section.guests .sec-title {
    color: #3D0505;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 62px; }
  section.guests .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; }
    section.guests .logo:hover, section.guests .logo:active, section.guests .logo:focus {
      transition: all 0.3s ease-in;
      filter: brightness(0.5); }

section.case-study {
  background: #F8EEDD; }

.case {
  background: #FCF9F4;
  padding: 27px; }
  .case__header {
    margin-bottom: 18px;
    display: flex;
    align-items: center; }
  .case__avatar {
    width: 48px;
    height: 48px;
    margin-right: 16px; }
  .case__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 6px; }
  .case__location {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0px; }
  .case__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px; }
  .case__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #BA5630; }

.case-swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px; }
  .case-swiper-nav-wrapper .case-swiper-prev,
  .case-swiper-nav-wrapper .case-swiper-next {
    -webkit-user-select: none;
            user-select: none;
    margin: 0 12px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: 1.5px solid #3D0505;
    border-radius: 50%; }
    .case-swiper-nav-wrapper .case-swiper-prev:hover, .case-swiper-nav-wrapper .case-swiper-prev:active, .case-swiper-nav-wrapper .case-swiper-prev:focus,
    .case-swiper-nav-wrapper .case-swiper-next:hover,
    .case-swiper-nav-wrapper .case-swiper-next:active,
    .case-swiper-nav-wrapper .case-swiper-next:focus {
      background: rgba(61, 5, 5, 0.3); }

section.contact {
  background: #FCF9F4; }
  section.contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(61, 5, 5, 0.5); }

section.your-guests {
  background: #BA5630; }
  section.your-guests .sec-img-container {
    background: linear-gradient(#BA5630 50%, #F8EEDD 50%); }
  section.your-guests .icon-box {
    padding: 12px;
    text-align: center; }
    @media (min-width: 376px) {
      section.your-guests .icon-box {
        padding: 15px; } }
    @media (min-width: 576px) {
      section.your-guests .icon-box {
        padding: 18px; } }
    @media (min-width: 768px) {
      section.your-guests .icon-box {
        padding: 18px; } }
    @media (min-width: 992px) {
      section.your-guests .icon-box {
        padding: 20px; } }
    @media (min-width: 1300px) {
      section.your-guests .icon-box {
        padding: 22px; } }
    @media (min-width: 1550px) {
      section.your-guests .icon-box {
        padding: 25px; } }
    section.your-guests .icon-box__icon {
      margin-bottom: 8px; }
      @media (min-width: 376px) {
        section.your-guests .icon-box__icon {
          margin-bottom: 10px; } }
      @media (min-width: 576px) {
        section.your-guests .icon-box__icon {
          margin-bottom: 12px; } }
      @media (min-width: 768px) {
        section.your-guests .icon-box__icon {
          margin-bottom: 14px; } }
      @media (min-width: 992px) {
        section.your-guests .icon-box__icon {
          margin-bottom: 16px; } }
    section.your-guests .icon-box__description {
      letter-spacing: -0.01em;
      color: #FFFFFF;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 376px) {
        section.your-guests .icon-box__description {
          font-size: 15px;
          line-height: 22px; } }
      @media (min-width: 576px) {
        section.your-guests .icon-box__description {
          font-size: 16px;
          line-height: 23px; } }
      @media (min-width: 768px) {
        section.your-guests .icon-box__description {
          font-size: 17px;
          line-height: 24px; } }
      @media (min-width: 992px) {
        section.your-guests .icon-box__description {
          font-size: 18px;
          line-height: 25px; } }

.container {
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 376px) {
    .container {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 576px) {
    .container {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 12px;
      padding-left: 12px; } }

.h-100vh {
  height: 100vh !important; }

.mh-100vh {
  min-height: 100vh !important; }

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