@font-face {
  font-family: 'Intro Rust G Base 2 Line';
  src: url('/files/fonts/introHead/IntroRustG-Base2Line.eot');
  src: url('/files/fonts/introHead/IntroRustG-Base2Line.eot?#iefix') format('embedded-opentype'), url('/files/fonts/introHead/IntroRustG-Base2Line.woff2') format('woff2'), url('/files/fonts/introHead/IntroRustG-Base2Line.woff') format('woff'), url('/files/fonts/introHead/IntroRustG-Base2Line.ttf') format('truetype'), url('/files/fonts/introHead/IntroRustG-Base2Line.svg#IntroRustG-Base2Line') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intro Head R Base';
  src: url('/files/fonts/introHead/IntroHeadR-Base.eot');
  src: url('/files/fonts/introHead/IntroHeadR-Base.eot?#iefix') format('embedded-opentype'), url('/files/fonts/introHead/IntroHeadR-Base.woff2') format('woff2'), url('/files/fonts/introHead/IntroHeadR-Base.woff') format('woff'), url('/files/fonts/introHead/IntroHeadR-Base.ttf') format('truetype'), url('/files/fonts/introHead/IntroHeadR-Base.svg#IntroHeadR-Base') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geared Slab';
  src: url('/files/fonts/geared_slab/GearedSlab-Regular.eot');
  src: url('/files/fonts/geared_slab/GearedSlab-Regular.eot?#iefix') format('embedded-opentype'), url('/files/fonts/geared_slab/GearedSlab-Regular.woff2') format('woff2'), url('/files/fonts/geared_slab/GearedSlab-Regular.woff') format('woff'), url('/files/fonts/geared_slab/GearedSlab-Regular.ttf') format('truetype'), url('/files/fonts/geared_slab/GearedSlab-Regular.svg#GearedSlab-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*@violet: #27c4b7;*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Intro Head R Base';
  background-color: #961A1D;
}
section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}
@media only screen and (min-width: 992px) {
    section > .container {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
p {
  margin-bottom: 30px;
}
.title {
  font-family: 'Geared Slab';
  text-transform: uppercase;
  font-size: 50px;
}
.c-font {
  /*    font-size: 30px;*/

  font-size: 20px;
}
a {
  color: #961A1D;
}
a:hover {
  color: #961A1D;
  text-decoration: none;
}
a.btn {
  width: 100%;
  background-color: #961A1D;
  color: white;
  font-size: 30px;
  webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
a.btn:hover {
  color: white;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.violet {
  color: #ece3d3;
  background-color: #961A1D;
}
.paper {
  background-image: url('/images/layout/bg-main.jpg');
  background-position: center;
  color: black;
  background-size: cover;
}
.message {
  position: relative;
}
.message .success,
.message .error {
  /*        margin: 0 -15px;*/

/*  position: absolute;*/
/*  top: -24px;*/
/*  left: 0;*/
/*  right: 0;*/
/*  z-index: 1;*/
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}
.message .success {
/*  background-color: #9e9;*/
  color: #209e20;
}
.message .error {
/*  background-color: #e99;*/
  color: #d00000;
}
.grecaptcha-badge {
  visibility: hidden;
}
input,
select,
textarea {
  font-family: 'Intro Head R Base';
  padding: 8px 16px;
  font-size: 20px;
  border-radius: 0.25rem;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: black;
}
input:not([type=submit]),
select,
textarea {
  width: 100%;
  border: 1px solid black;
  background-color: transparent;
  margin-bottom: 1rem;
}
input[type=submit] {
  text-transform: uppercase;
  padding: 8px 16px;
  background-color: #961A1D;
  color: white;
  font-size: 20px;
  webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
input[type=submit]:hover {
  color: white;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
#top-bar {
  color: #961A1D;
  padding: 12px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
}
#top-bar.c-font {
    font-size: 24px;
    font-weight: bold;
}
#top-bar .left, #top-bar .right {
    display: flex;
    align-items: flex-end;
    gap: 4px;
}
#top-bar .left span {
    margin-left: 0.5rem;
}
#top-bar .right span {
    margin-right: 0.5rem;
}
#top-bar a {
  margin-right: 5px;
}
header {
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
}
header .header-wrapper {
/*    height: 135px;*/
}
.nav-left, .nav-right {
    width: calc(50% - 130px);
}
#logo-wrapper {
    position: relative;
    width: 260px;
}
#logo-wrapper .logo {
    position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.logo img {
  width: 212px;
}
.navbar {
  /*    padding: 50px 1rem;*/

  padding: 2.25rem 1rem;
}
.navbar .c-font {
  font-size: 24px;
}
.navbar-nav {
  z-index: 2;
}
.nav-item.active {
  /*    text-decoration: underline;*/

  font-weight: bolder;
  border-bottom: 10px solid;
}
.navbar-toggler {
  margin-left: auto;
}
.navbar-dark .navbar-nav .nav-link,
footer ul a {
  color: #ece3d3;
  text-transform: uppercase;
}
/*.banner-top {
    height: 20px;
    background-color: @violet;
}
.banner {
    background-image: url('/images/banner.jpg');
    height: 660px;
}*/
/*#banners {
    margin-top: -1px;
    margin-bottom: -1px;    
}*/
@media only screen and (min-width: 992px) {
    main {
        margin-top: 227px;
    }
    .slick-vertical .banner.slick-slide {
        height: calc(100vh - 227px);
    }
}
@media only screen and (max-width: 991.9px) and (min-width: 768px) {
    main {
        margin-top: 236px;
    }
    header .header-wrapper .logo {
        top: -24px;
    }
}
@media only screen and (max-width: 767.9px) {
    main {
        margin-top: 104px;
    }
}
.banner {
  background-size: cover;
  padding-top: 70px;
  height: 35vw;
}
.banner .content {
  padding: 2rem;
  background-color: #961A1D77;
}
.banner .content .p {
  margin-bottom: 0;
}
.banner .title,
.banner .c-font {
  color: #ece3d3;
}
.banner .c-font {
  font-size: 30px;
}
.banner .c-font p {
  margin-bottom: 0;
}
.banner a {
  color: #ece3d3;
}
.banner a:hover {
  color: #ece3d3;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
/*.slick-vertical .banner.slick-slide {
    height: 35vw;
}*/
.vertical-dots {
  right: 32px;
  list-style: none;
  display: block;
  position: absolute;
  /*    top: 40%;*/

  top: 50%;
  transform: translateY(-50%);
  /*    margin-top: -10px;*/

  text-align: right;
  padding: 16px;
  background-color: #ece3d3;
  margin: 0;
  border-radius: 39px;
  border: 3px solid #961A1D;
}
.vertical-dots li {
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-left: 5px;
}
.vertical-dots li:not(:last-child) {
  margin-bottom: 12px;
}
.vertical-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 26px;
  height: 26px;
  /*            padding: 5px;*/

  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.vertical-dots li button:hover,
.vertical-dots li button:focus {
  outline: none;
}
.vertical-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f10c';
  text-align: center;
  /*                color: white;*/

  color: #961A1D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vertical-dots li.slick-active button:before {
  content: '\f111';
}
#welcome {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
#welcome p {
    margin-bottom: 12px;
}
#tours .c-font img {
  width: 100%;
}
#tours #tours-left {
  display: flex;
  align-items: center;
}
#booking {
  padding: 0;
}
#booking > div {
  padding: 90px 0;
}
#booking p {
  font-size: 20px;
}
#reviews {
  /*    padding-top: 90px;*/

  /*    padding-bottom: 90px;*/

  background-image: url('/images/layout/bg-wood.jpg');
  color: black;
  margin-top: 14px;
}
#reviews .slide-wrapper {
  display: flex;
  padding: 8px 16px;
}
#reviews .slide-wrapper:focus {
  outline: none;
}
#reviews .slide-wrapper .image img {
  width: 100%;
  border: 8px solid #961A1D;
  border-radius: 50%;
}
#reviews .slide-wrapper .fa {
  font-size: 16px;
  vertical-align: top;
}
#reviews .slide-wrapper .author {
  color: #961A1D;
}
#reviews .left,
#reviews .right {
  display: inline;
}
#reviews .left {
  width: 300px;
  margin-right: 32px;
  float: left;
}
#reviews .right {
  width: calc(100% - 300px);
}
#reviews .left.no-image {
  display: none;
}
#reviews .right.no-image {
  width: 100%;
  min-height: 300px;
}
#reviews .bg-frame {
  background-image: url('/images/layout/photo-frame.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 337px;
  -webkit-box-shadow: 0px 6px 13px 2px #adadad;
  -moz-box-shadow: 0px 6px 13px 2px #adadad;
  box-shadow: 0px 6px 13px 2px #adadad;
}
#reviews .bg-frame img {
  width: 300px;
  padding: 21px 15px 15px;
}
#reviews .c-font {
  font-size: 30px;
}
#reviews .testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  color: #961A1D;
  font-size: 50px;
}
.slick-prev {
  left: -40px;
}
.slick-prev:before {
  content: '\f053';
}
.slick-next {
  right: -24px;
}
.slick-next:before {
  content: '\f054';
}
.slick-dots li button {
  width: 26px;
  height: 26px;
  /*            padding: 5px;*/

}
.slick-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 26px;
  width: 20px;
  height: 20px;
  content: '\f10c';
  color: #961A1D;
}
.slick-dots li.slick-active button:before {
  content: '\f111';
  color: #961A1D;
}
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg) scale(1);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg) scale(1.02);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg) scale(1.04);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg) scale(1.06);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg) scale(1.08);
  }
  100% {
    -webkit-transform: skew(0), scale(1.1);
    transform: skew(0) scale(1.1);
  }
}
#cars {
  /*    padding-top: 90px;*/

  /*    padding-bottom: 90px;*/

}
#cars img {
  width: 100%;
}
#cars .car {
  outline: 0 !important;
}
#cars .car .image-wrap {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0) scale(1);
}
#cars .car .image-wrap span {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  text-align: center;
}
#cars .car .image-wrap:hover {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  transform: scale(1.1);
}
#cars .c-font {
  margin-bottom: 2rem;
}
#about {
  margin-top: 14px;
}
#about .image {
  float: right;
  margin-left: 3rem;
  margin-bottom: 3rem;
  border: 10px solid #961A1D;
  width: 45%;
}
#about .image img {
  width: 100%;
}
#partners {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
#partners .bg-fixed {
  background-image: url('/images/bg-partners.jpg');
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: fixed;
  background-size: cover;
  background-position-x: right;
  z-index: -1;
}
#partners .paper {
  margin-left: 50%;
  text-align: right;
  padding: 1rem 2rem;
}
#partners .partner {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#partners .partner img {
  width: 100%;
}

#places {
    background-image: url('/images/layout/bg-wood.jpg');
    margin-bottom: 1rem;
}
#places span {
    font-size: 30px;
    font-weight: bold;
    margin-left: 1rem;
}
#contact p,
#contact input,
#contact textarea {
  width: 90%;
}
#contact .message .success,
#contact .message .error {
  top: 8px;
}
#contact-info {
  padding: 30px;
  background-color: #961A1D;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#contact-info a {
  color: white;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#contact-info a i.fa {
  margin-right: 16px;
  font-size: 25px;
}
#contact-info span {
  font-size: 30px;
}
#contact-info .title {
  color: #ece3d3;
}
footer {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ece3d3;
}
footer .container {
    display: flex;
    align-items: flex-start;
}
/*footer #footer-logo {
  width: 100%;
}
footer #footer-logo img {
  width: 100%;
}*/
footer a {
  color: #ece3d3;
}
footer a:hover {
  color: #ece3d3;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer #logo-wrapper .logo {
    top: unset;
    transform: translate(-50%, -14%);
}
footer .title {
  font-size: 36px;
  font-family: 'Intro Head R Base';
  line-height: 1;
  margin-bottom: 0.5rem;
}
footer .social-link a {
  font-size: 28px;
  margin-right: 8px;
}
footer .c-font {
  font-size: 24px;
}
footer .nav-link {
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  #top-bar {
    padding-bottom: 26px;
  }
  .banner .container {
    padding-right: 100px;
  }
  #cars .car .image-wrap span {
    bottom: 0;
  }
  #partners {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #partners .paper {
    margin-left: 35%;
  }
  footer .title {
    font-size: 28px;
  }
  footer .c-font {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  #top-bar {
    /*        top: -30px;*/
  
  }
  header-wrapper {
    padding-top: 12px;
  }
  header-wrapper .logo img {
    width: 570px;
  }
  .navbar {
/*    padding-bottom: 1rem;*/
  }
  .navbar-collapse {
    padding: 0 1rem;
  }
  .bg-left {
    height: 100px;
  }
  .banner {
    /*        height: 60vw;*/
  
  }
  .banner .c-font {
    font-size: 22px;
    /*            padding-right: 25px;*/
  
  }
  .slick-vertical .banner.slick-slide {
    height: 50vw;
  }
  .vertical-dots {
    right: 0;
  }
  .slick-dots li button {
    width: 26px;
    height: 26px;
    /*            padding: 5px;*/
  
  }
  .slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 26px;
    width: 20px;
    height: 20px;
    content: '\f10c';
    /*                color: black;*/
  
  }
  .slick-dots li.slick-active button:before {
    content: '\f111';
  }
  .title {
    font-size: 32px;
  }
  .c-font {
    font-size: 24px;
  }
  #tours {
    /*        padding-top: 80px;*/
  
    /*        padding-bottom: 50px;*/
  
    /*.bg-frame {
              width: 344px;
              height: 389px;
              img {
                  width: 302px;
                  margin: 21px;
              }
          }*/
  
  }
  #tours .c-font {
    /*.left {
                  width: 344px;   
              }
              .right {
                  width: ~'calc(100% - 366px)';
              }   */
  
  }
  #tours .c-font .col-lg-5 {
    justify-content: center;
  }
  #tours .c-font img {
    width: 40%;
  }
  #reviews {
    /*        padding: 48px 0;*/
  
  }
  #reviews .slide-wrapper {
    flex-direction: column;
  }
  #reviews .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    float: none;
  }
  #reviews .right {
    width: 100%;
  }
  #reviews .bg-frame {
    width: 200px;
    height: 225px;
    margin: 0 auto;
  }
  #reviews .bg-frame img {
    width: 200px;
    padding: 12px 9px;
  }
  #cars .car .image-wrap span {
    bottom: -6px;
  }
  /*#prices {
          padding-top: 80px;
          padding-bottom: 50px;
      }*/
  #partners .bg-fixed {
    background-attachment: initial;
  }
  #partners .paper {
    margin-left: 0;
    text-align: left;
  }
  #contact-info span {
    font-size: 25px;
  }
  footer .col-6 {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  a.btn {
    font-size: 18px;
  }
  #top-bar {
    padding-bottom: 12px;
  }
  #top-bar.c-font {
    font-size: 20px;
  }
  /*header .header-wrapper {
    padding-top: 0;
  }
  header .header-wrapper .logo {
    top: -12px;
    left: 0;
    transform: none;
  }
  header .header-wrapper .logo img {
    width: 240px;
  }*/
  .navbar {
/*    padding-top: 1rem;*/
  }
  .navbar .c-font {
    font-size: 20px;
  }
  .navbar-toggler {
    font-size: 14px;
    padding: 2px 4px;
  }
  .nav-link {
    padding: 0.1rem 1rem;
  }
  .banner {
    padding-top: 0;
  }
  .banner .container {
    padding-right: 35px;
  }
  .banner .content {
    padding: 1rem;
  }
  .banner .c-font {
    line-height: 1;
    font-size: 18px;
  }
  .slick-vertical .banner.slick-slide {
    height: 200px;
  }
  .vertical-dots {
    padding: 8px;
    background-color: #07192177;
  }
  .vertical-dots li {
    margin-left: 0;
    width: 12px;
    height: 12px;
  }
  .vertical-dots li:not(:last-child) {
    margin-bottom: 8px;
  }
  .vertical-dots li button {
    width: 12px;
    height: 12px;
  }
  .vertical-dots li button:before {
    font-size: 12px;
    line-height: 12px;
    width: 12px;
    height: 12px;
  }
  section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .title {
    font-size: 22px;
  }
  .c-font {
    font-size: 16px;
  }
  p {
    margin-bottom: 1rem;
  }
  #welcome,
  footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #reviews .c-font {
    font-size: 20px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 16px;
  }
  #cars .car .image-wrap span {
    bottom: -15px;
  }
  #about .image {
    float: initial;
    margin-left: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
  #partners {
    padding-top: 0;
    padding-bottom: 0;
  }
  #partners .bg-fixed {
    display: none;
  }
  #partners .container {
    padding-right: 0;
    padding-left: 0;
  }
  #partners .partner {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 1rem;
  }
  #contact p,
  #contact input,
  #contact textarea {
    width: 100%;
  }
  #contact .message {
    height: 60px;
  }
  #contact .message .success,
  #contact .message error {
    padding: 4px 8px;
  }
  #contact-info {
    margin-top: 1rem;
  }
  #contact-info a i.fa {
    font-size: 20px;
    margin-right: 10px;
  }
  #contact-info span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  header-wrapper .logo img {
    width: 300px;
  }
  footer ul {
    padding-left: 0;
  }
  footer .title {
    font-size: 18px;
  }
  footer .c-font {
    font-size: 16px;
  }
  footer .social-link a {
    font-size: 24px;
    margin-right: 4px;
  }
}
/*@media only screen and (min-width: 992px) {
    .modal-dialog {
        max-width: 900px;
        margin: 0 auto;
    }
}
.modal-header {
    padding-bottom: 0;
    border-bottom: unset;
}
.modal-body {
    padding-top: 0;
}
.modal-header .close {
    color: #961A1D;
    font-size: 0.8em;
    opacity: 1;
}
.modal-content {
    background-image: url('/images/layout/bg-main.jpg');
    color: #961A1D;
    font-family: 'Geared Slab';
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    border: 3px solid #961A1D;
    border-radius: 15px;
}
@media only screen and (max-width: 991px) {
    .modal-content {
        font-size: 2em;
    }
}
@media only screen and (max-width: 767px) {
    .modal-content {
        font-size: 1.5em;
    }
}*/
.m-body-logo {
    font-size: 2em;
    font-weight: bold;
}
/*.modal-footer {
    justify-content: center;
    border-top: unset;
}
.modal-footer a.btn {    
    width: fit-content;
    padding: 0.5rem 5rem;
    font-size: 0.5em;
    border: 1px solid #961A1D;
    transform: initial;
    color: #ece3d3;
}
.modal-footer a.btn:hover {
    transform: initial;
    padding: 0.5rem 5rem;
    background-color: transparent;
    color: #961A1D;
}*/
@media only screen and (max-width: 1399px) {
    .navbar .c-font, footer .c-font {
        font-size: 21px;
    }
    footer .title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1199px) {
    #logo-wrapper {
        width: 180px;
    }
    .logo img {
        width: 170px;
    }
    .nav-left, .nav-right {
        width: calc(50% - 90px);
    }
    .navbar .c-font, footer .c-font {
        font-size: 18px;
    }
    footer .title {
        font-size: 24px;
    }
}
.mobile {
    display: none;
}
@media only screen and (max-width: 991px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    header .header-wrapper .logo {
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
    }
    .logo img {
        width: 200px;
    }
    footer #social {
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .nav-right {
        padding-left: 5rem;
    }
}
@media only screen and (max-width: 767px) {
    #top-bar {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    .navbar {
        padding: 1.5rem 1rem;
    }
    header .header-wrapper .logo {
        top: -10px;
    }
    .logo img {
        width: 100px;
    }
    footer .container {
        flex-wrap: wrap;
    }
    .nav-left, .nav-right {
        width: 100%;
    }
    footer #logo-wrapper {
        display: none;
    }
}