@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }

  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .navbar-nav > li {
    display: inline-block;
    float: none;
  }

  .navbar-nav > li * {
    color: #fff;
    text-decoration: none;
  }

  .navbar-brand {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
  }
  .navbar .container {
    max-width: none;
    margin: 0 auto;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 20vh;
  }

  .carousel-container {
    position: relative;
    width: 100%;
    height: 500px; /* Explicit height is required! */
    overflow: hidden;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 0;
    bottom: 0;
    width: 15px;
    height: 50px;

    background-color: rgb(200 156 72);
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    margin: 10% 0px auto 0px;
  }

  #headerCarousel .carousel-item {
    height: 20vh; /* Explicit height is required! */
  }

  #headerCarousel .carousel-item .back-drop {
    height: 20vh; /* Explicit height is required! */
    width: 100%;
    background: linear-gradient(-90deg, transparent, rgba(0, 0, 0) 100%);
    position: absolute;
  }

  .carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0; /* Hide all slides by default */
    transition: opacity 0.8s ease-in-out;
  }

  .carousel-slide.active {
    opacity: 1; /* Show the active slide */
  }

  /* Caption styling */
  .carousel-caption {
    width: auto;
    position: absolute;
    bottom: 10px;
    left: 0px;
    transform: translateX(6%);
    background: rgba(0, 0, 0, 0);
    color: white;
    padding: 20px;
    border-radius: 8px;
    z-index: 999;
    text-align: left;
  }

  .carousel-caption h2 {
    font-size: 2rem;
  }

  .carousel-caption p {
    font-size: 14px;
  }

  .carousel .carousel-item img {
    height: max-content;

    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }

  /* Button styling */
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
  }

  #prevBtn {
    left: 10px;
  }
  #nextBtn {
    right: 10px;
  }

  .header-logo {
    position: absolute;
    width: 100px;
    z-index: 99;
    left: 10%;
    top: 1%;
  }
  .block-care-container {
    background-color: #141414;
    max-width: 100vw;
    padding: 20px 0 20px 0;
    border-top: 1px solid #a97a28d8;
    border-bottom: 1px solid #474a2bd8;
  }
  .block-care {
  }

  .block-care .item-box {
    align-items: center;
    text-align: center;
  }

  .block-care .item-box:nth-child(2),
  .block-care .item-box:nth-child(3) {
    border-left: 1px solid #474a2bd8;
    border-right: 1px solid #474a2bd8;
  }

  .block-care .item-box .title {
    font-size: 16px;
    text-transform: none;
  }

  .block-care .item-box .sub-title {
    font-size: 13px;
    font-family: "Cormorant Garamond";
  }

  .block-our-group {
  }

  .block-our-group .block-our-group-container {
    max-width: 100vw;
    padding: 0em 4em 0em 4em;
  }

  .block-our-group .block-our-group-container h1.title {
    color: #474a2b;
    text-align: center;
    margin: 0.5em;
  }

  .block-our-group .block-our-group-container .block-our-group-companies {
  }

  .block-our-group
    .block-our-group-container
    .block-our-group-companies
    .item-box {
    text-align: center;
  }

  .block-our-group
    .block-our-group-container
    .block-our-group-companies
    .item-box
    .item-box-mask {
    padding: 1em;
    background: #141414;
    border-radius: 10px;
    border: 1px solid #474a2b;
    margin-bottom: 2em;
  }

  .block-our-group
    .block-our-group-container
    .block-our-group-companies
    .item-box
    .title {
    font-size: 18px;
    font-family: "Cormorant Garamond" !important;
    max-width: 95%;
    display: inline-block;
    padding: 1em;
  }

  .block-our-group
    .block-our-group-container
    .block-our-group-companies
    .item-box
    .sub-title {
  }

  .block-our-group
    .block-our-group-container
    .block-our-group-companies
    .item-box
    .button {
  }

  .block-our-locations {
  }

  .block-our-locations {
  }

  .block-our-locations .block-our-locations-container {
    max-width: 100vw;
    padding: 0em 4em 0em 4em;
  }

  .block-our-locations .block-our-locations-container h1.title {
    color: #474a2b;
    text-align: center;
    margin: 0.5em;
  }

  .block-our-locations
    .block-our-locations-container
    .block-our-locations-boxes {
  }

  .block-our-locations
    .block-our-locations-container
    .block-our-locations-boxes
    .item-box {
    text-align: center;
    position: relative;
  }

  .block-our-locations
    .block-our-locations-container
    .block-our-locations-boxes
    .item-box
    .item-box-mask {
    padding: 1em;
    background: #141414;
    border-radius: 10px;
    border: 1px solid #474a2b;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2em;
  }

  .block-our-locations
    .block-our-locations-container
    .block-our-locations
    .item-box
    .title {
    font-size: 18px;
    font-family: "Cormorant Garamond" !important;
    max-width: 95%;
    display: inline-block;
    padding: 1em;
  }

  .block-our-locations .block-our-locations-boxes .item-box .box-content {
    display: flex;
    justify-content: start;
    width: 80%;
    position: absolute;
    bottom: 10%;
    left: 6%;
  }

  .block-our-locations .block-our-locations-boxes .item-box .box-text {
    text-align: left;
  }

  .block-our-locations .block-our-locations-boxes .item-box .box-text .title {
    margin-bottom: 0em;
    font-size: 20px;
  }

  .block-our-locations
    .block-our-locations-boxes
    .item-box
    .box-text
    .sub-title {
    font-family: "Cormorant Garamond" !important;

    font-size: 14px;
  }

  .block-our-locations .block-our-locations-boxes .item-box .box-icon {
    padding-top: 4%;
  }

  .block-our-locations
    .block-our-locations-container
    .block-our-locations-boxes
    .item-box
    .button {
  }

  .block-our-hunting {
  }

  .block-our-hunting .block-our-hunting-container {
    max-width: 100vw;
    padding: 0em 4em 0em 4em;
  }

  .block-our-hunting .block-our-hunting-container h1.title {
    color: #474a2b;
    text-align: center;
    margin: 0.5em;
  }

  .block-our-hunting .block-our-hunting-container .block-our-hunting-boxes {
  }

  .block-our-hunting
    .block-our-hunting-container
    .block-our-hunting-boxes
    .item-box {
    text-align: center;
    position: relative;
  }

  .block-our-hunting
    .block-our-hunting-container
    .block-our-hunting-boxes
    .item-box
    .item-box-mask {
    padding: 1em;
    background: #141414;
    border-radius: 10px;
    border: 1px solid #474a2b;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2em;
  }

  .block-our-hunting
    .block-our-hunting-container
    .block-our-hunting
    .item-box
    .title {
    font-size: 18px;
    font-family: "Cormorant Garamond" !important;
    max-width: 95%;
    display: inline-block;
    padding: 1em;
  }

  .block-our-hunting .block-our-hunting-boxes .item-box .box-content {
    display: flex;
    justify-content: space-around;
    width: 80%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .block-our-hunting .block-our-hunting-boxes .item-box .box-text {
    text-align: center;
    line-height: 2;
  }

  .block-our-hunting .block-our-hunting-boxes .item-box .box-text .title {
    margin-bottom: 0em;
    font-size: 20px;
  }

  .block-our-hunting .block-our-hunting-boxes .item-box .box-text .sub-title {
    font-family: "Cormorant Garamond" !important;

    font-size: 14px;
  }

  .block-our-hunting .block-our-hunting-boxes .item-box .box-icon {
    padding-top: 4%;
  }

  .block-our-hunting
    .block-our-hunting-container
    .block-our-hunting-boxes
    .item-box
    .button {
  }

  .block-why-us {
  }

  .block-why-us .block-why-us-container {
    max-width: 100vw;
    padding: 0em;
    border-bottom: 1px solid #474a2b;
    border-top: 1px solid #474a2b;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .block-why-us .block-why-us-container h1.title {
    color: #474a2b;
    text-align: center;
    margin: 0.5em;
  }

  .block-why-us .block-why-us-container h1.double-title {
    color: #474a2b;
    text-align: left;
    margin-left: 15%;
  }

  .block-why-us .block-why-us-container h1.double-title span:nth-child(1) {
    display: block;
    color: #fff;
  }

  .block-why-us .block-why-us-container h1.double-title span:nth-last-child {
    display: block;
    color: #474a2b;
  }

  .block-why-us .block-why-us-container .block-why-us-boxes {
  }

  .block-why-us .block-why-us-container .block-why-us-boxes .item-box {
    text-align: left;
    position: relative;
  }

  .block-why-us
    .block-why-us-container
    .block-why-us-boxes
    .item-box.item-box-left {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .block-why-us
    .block-why-us-container
    .block-why-us-boxes
    .item-box.item-box-left
    p {
    padding-bottom: 1em;
    text-align: left;
    margin-left: 15%;
  }

  .block-why-us
    .block-why-us-container
    .block-why-us-boxes
    .item-box.item-box-right {
    border-left: 1px solid #474a2b;
    /* border-bottom: 1px solid #474A2B;
        border-top: 1px solid #474A2B; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    max-height: 400px;
  }

  .block-why-us
    .block-why-us-container
    .block-why-us-boxes
    .item-box.item-box-right
    video {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .block-why-us
    .block-why-us-container
    .block-why-us-boxes
    .item-box.item-box-right
    .overlay-box {
    position: absolute;
    bottom: 25%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
  }

  .block-why-us
    .block-why-us-container
    .block-why-us-boxes
    .item-box.item-box-right
    .overlay-box
    svg {
    margin: 1em;
    margin-top: -1em;
  }

  .block-why-us
    .block-why-us-container
    .block-why-us-boxes
    .item-box.item-box-right
    .overlay-box
    .overlay-text {
    line-height: 3;
    max-width: 60%;
  }

  .block-why-us
    .block-why-us-container
    .block-why-us-boxes
    .item-box.item-box-right
    .overlay-box
    .overlay-text
    p {
    line-height: 1;
  }
  .block-why-us
    .block-why-us-container
    .block-why-us-boxes
    .item-box
    .item-box-mask {
    padding: 1em;
    background: #141414;
    border-radius: 10px;
    border: 1px solid #474a2b;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2em;
  }

  .block-why-us .block-why-us-container .block-why-us .item-box .title {
    font-size: 18px;
    font-family: "Cormorant Garamond" !important;
    max-width: 95%;
    display: inline-block;
    padding: 1em;
  }

  .block-why-us .block-why-us-boxes .item-box .box-content {
    display: flex;
    justify-content: space-around;
    width: 80%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .block-why-us .block-why-us-boxes .item-box .box-text {
    text-align: center;
    line-height: 2;
  }

  .block-why-us .block-why-us-boxes .item-box .box-text .title {
    margin-bottom: 0em;
    font-size: 20px;
  }

  .block-why-us .block-why-us-boxes .item-box .box-text .sub-title {
    font-family: "Cormorant Garamond" !important;

    font-size: 14px;
  }

  .block-why-us .block-why-us-boxes .item-box .box-icon {
    padding-top: 4%;
  }

  .block-why-us .block-why-us-container .block-why-us-boxes .item-box .button {
  }

  .block-gallery {
  }

  .block-gallery.gallery-page {
    margin-bottom: 4em;
  }

  .block-gallery .block-gallery-container {
    max-width: 100vw;
    padding: 0em 4em 0em 4em;
  }

  .block-gallery .block-gallery-container h1.title {
    color: #474a2b;
    text-align: center;
    margin: 0.5em;
  }

  .block-gallery .block-gallery-container .block-gallery-boxes {
    margin-bottom: 4em;
  }

  .block-gallery .block-gallery-container .block-gallery-boxes .item-box {
    text-align: center;
    position: relative;
  }

  .block-gallery
    .block-gallery-container
    .block-gallery-boxes
    .item-box
    .item-box-mask {
    padding: 1em;
    background: #141414;
    border-radius: 10px;
    border: 1px solid #474a2b;
    height: 300px;
    width: 100%;
    min-height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition:
      background-color 0.3s ease,
      transform 0.3s ease;
    will-change: transform;
    margin-bottom: 2em;
  }

  .block-gallery.gallery-page
    .block-gallery-container
    .block-gallery-boxes
    .item-box
    .item-box-mask {
    padding: 1em;
    background: #141414;
    border-radius: 10px;
    border: 1px solid #474a2b;
    min-height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition:
      background-color 0.3s ease,
      transform 0.3s ease;
    will-change: transform;
    margin-bottom: 2em;
  }

  .block-gallery
    .block-gallery-container
    .block-gallery-boxes
    .item-box
    .item-box-mask:hover {
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
    cursor: pointer;
  }

  .block-gallery
    .block-gallery-container
    .block-gallery-boxes
    .item-box
    .item-box-mask:hover
    .block-gallery
    .block-gallery-boxes
    .item-box
    .box-content {
    opacity: 1;
  }

  .block-gallery .block-gallery-container .block-gallery .item-box .title {
    font-size: 18px;
    font-family: "Cormorant Garamond" !important;
    max-width: 95%;
    display: inline-block;
    padding: 1em;
  }

  .block-gallery .block-gallery-boxes .item-box .box-content {
    /* Use opacity/visibility/transform for smooth transitions instead of display */
    display: flex;
    justify-content: space-around;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s ease;
  }

  /* Reveal with an effect when the item-box is hovered */
  .block-gallery .block-gallery-boxes .item-box:hover .box-content {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .block-gallery .block-gallery-boxes .item-box .box-text {
    text-align: center;
    line-height: 2;
  }

  .block-gallery .block-gallery-boxes .item-box .box-text .title {
    margin-bottom: 0em;
    font-size: 20px;
  }

  .block-gallery .block-gallery-boxes .item-box .box-text .sub-title {
    font-family: "Cormorant Garamond" !important;

    font-size: 14px;
  }

  .block-gallery .block-gallery-boxes .item-box .box-icon {
    padding-top: 4%;
  }

  .block-gallery
    .block-gallery-container
    .block-gallery-boxes
    .item-box
    .button {
  }

  .block-contact-us {
  }

  .block-contact-us .block-contact-us-container {
    max-width: 100vw;
    padding: 1em;
    border-bottom: 1px solid #474a2b;
    border-top: 1px solid #474a2b;
    margin-top: 2em;
    margin-bottom: 2em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .block-contact-us .block-contact-us-container h1.title {
    color: #474a2b;
    text-align: center;
    margin: 0.5em;
  }

  .block-contact-us .block-contact-us-container h1.double-title {
    color: #474a2b;
    text-align: left;
    margin-left: 15%;
    font-size: 1.5em;
  }

  .block-contact-us
    .block-contact-us-container
    h1.double-title
    span:nth-child(1) {
    display: block;
    color: #fff;
  }

  .block-contact-us
    .block-contact-us-container
    h1.double-title
    span:nth-last-child {
    display: block;
    color: #474a2b;
  }

  .block-contact-us .block-contact-us-container .block-contact-us-boxes {
    margin-top: 2em;
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box {
    text-align: left;
    position: relative;
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box.item-box-left {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box.item-box-left
    p {
    padding-bottom: 0em;
    text-align: left;
    /* margin-left:15%; */
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box.item-box-right {
    /* border-left: 1px solid #474A2B; */
    /* border-bottom: 1px solid #474A2B;
        border-top: 1px solid #474A2B; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box.item-box-right
    p {
    margin-left: 15%;
    font-size: small;
    padding-top: 1em;
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box.item-box-right
    .overlay-box {
    position: absolute;
    bottom: 25%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box.item-box-right
    .overlay-box
    svg {
    margin: 1em;
    margin-top: -1em;
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box.item-box-right
    .overlay-box
    .overlay-text {
    line-height: 3;
    max-width: 60%;
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box.item-box-right
    .overlay-box
    .overlay-text
    p {
    line-height: 1;
  }
  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box
    .item-box-mask {
    padding: 1em;
    background: #141414;
    border-radius: 10px;
    border: 1px solid #474a2b;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2em;
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us
    .item-box
    .title {
    font-size: 18px;
    font-family: "Cormorant Garamond" !important;
    max-width: 95%;
    display: inline-block;
    padding: 1em;
  }

  .block-contact-us .block-contact-us-boxes .item-box .box-content {
    display: flex;
    justify-content: space-around;
    width: 80%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .block-contact-us .block-contact-us-boxes .item-box .box-text {
    text-align: center;
    line-height: 2;
  }

  .block-contact-us .block-contact-us-boxes .item-box .box-text .title {
    margin-bottom: 0em;
    font-size: 20px;
  }

  .block-contact-us .block-contact-us-boxes .item-box .box-text .sub-title {
    font-family: "Cormorant Garamond" !important;

    font-size: 14px;
  }

  .block-contact-us .block-contact-us-boxes .item-box .box-icon {
    padding-top: 4%;
  }

  .block-contact-us
    .block-contact-us-container
    .block-contact-us-boxes
    .item-box
    .button {
  }

  footer .item-box-left .footer-logo {
    width: 120px;
    float: inline-end;
  }

  footer .item-box-left .footer-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  footer .item-box-left .footer-text p {
    font-family: "Cormorant Garamond", "Montserrat", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
  }

  footer .item-box-left .footer-text a {
    text-decoration: none;
  }

  footer .item-box-left .footer-text a svg {
    margin: 0.5em;
  }

  footer .item-box-center .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1em;
  }

  footer .item-box-center .footer-links h4 {
    font-size: 14px;
    color: #474a2b;
  }

  footer .item-box-center .footer-links ul {
    list-style-type: none;
  }

  footer .item-box-center .footer-links a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
  }

  footer .item-box-center .footer-links a:active,
  footer .item-box-center .footer-links a:focus {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
  }

  footer .item-box-center .footer-links a:hover {
    color: #474a2b;
  }

  footer .item-box-right .footer-links h4 {
    font-size: 14px;
    color: #474a2b;
  }

  footer .item-box-right .footer-links ul {
    list-style-type: none;
  }

  footer .item-box-right .footer-links a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
  }

  footer .item-box-right .footer-links a:active,
  footer .item-box-right .footer-links a:focus {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
  }

  footer .item-box-right .footer-links a:hover {
    color: #474a2b;
  }

  footer .item-box-right .footer-links p {
    font-family: "Cormorant Garamond", "Montserrat", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
  }

  footer .footer-bottom {
    text-align: center;
    text-transform: none;
    padding-top: 1em;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-family: "Cormorant Garamond", "Montserrat", sans-serif;
  }

  footer .footer-bottom a:active,
  footer .footer-bottom a:focus,
  footer .footer-bottom a {
    text-align: center;
    text-transform: none;
    padding-top: 1em;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-family: "Cormorant Garamond", "Montserrat", sans-serif;
  }

  .block-galeria {
    max-width: 100vw;
    padding: 0em 4em 0em 4em;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .page-content {
    margin: 4em 0em 4em 0em;
  }

  .navbar-collapse.on-mobile {
    position: absolute;
    z-index: 9999;
    left: -200%;
    top: 0px;
    width: 98vw;
    transition: left 0.9s ease-in-out;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    background: #0a0a0a;
    height: 95vh;
    overflow: auto;
    justify-content: space-evenly;
  }

  .open-menu {
    left: 0% !important;
  }

  .navbar-collapse.on-mobile .navbar-nav {
    float: none;
    margin: 0 auto;
    display: flex;
    text-align: center;
  }
  .navbar-collapse.on-mobile .navbar-nav li {
    margin: 4px;
  }
  
  .navbar-collapse.on-mobile .navbar-nav li {
    font-size: 1.2em;
  }

  #burgerBtn {
    border-top: 2px solid #f85051;
    height: 25px;
    width: 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 999999;
    right: 20px;
    top: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #burgerBtn:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    right: 0;
    background: #f85051;
    top: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #burgerBtn:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    right: 0;
    background: #474a2b;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .navigation #burgerBtn {
    border-color: transparent;
  }
  .navigation #burgerBtn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 33px;
    left: -2px;
  }
  .navigation #burgerBtn:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -khtml-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 11px;
    width: 33px;
    left: -2px;
  }
}
