html {
   width: 100%;
   height: 100%;
}

body {
   font-family: "Open Sans", sans-serif !important;
   position: relative;
   font-weight: 100;
   color: #fff;
   background: #000000;
   height: 100%;
   width: 100%;
   margin: 0;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

h1 {
   font-weight: 900;
   font-size: 65px;
   color: white;
}

.underline {
   padding-bottom: 10px;
   border-bottom: 5px solid #da1a35;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Open Sans", sans-serif !important;
   font-weight: 900;
   margin: 0 0 35px;
   text-transform: uppercase;
}

h1 a {
   color: white;
}

h1.mytitle {
   font-family: "Open Sans", sans-serif !important;
}

p {
   font-size: 16px;
   font-weight: 100;
   line-height: 1.5;
   margin: 0 0 25px;
}

#clockdiv {
   font-family: "Open Sans", sans-serif;
   color: #fff;
   display: inline-block;
   font-weight: 100;
   text-align: center;
   font-size: 3.5rem;
}

.clockdiv {
   position: relative;
   padding: 40px;
}

.clockdiv:before {
   position: absolute;
   font-family: "Open Sans", sans-serif;
   content: ":";
   z-index: 2;
   color: white;
}

/*
.clockdiv:after {
	position:absolute;

	content:':';
	z-index:2;

	color:white;
}
*/

.clockdiv::before {
   left: -0.4em;
}

.clockdiv:after {
   right: -0.57em;
}

#clockdiv > div {
   padding: 10px;
   border-radius: 3px;
   background: black;
   display: inline-block;
}

#clockdiv div > span {
   border-radius: 3px;
   padding: 15px;
   display: inline-block;
}

.smalltext {
   padding-top: 5px;
   font-size: 16px;
}

#countdown1,
#countdown2,
#countdown3,
#countdown4 {
   font-size: 68px;
}

.frame {
   height: 120vh;
   width: 60%;
   border: none;
}

.pull-right {
   padding-right: 15px;
}

.nav-item:active {
   color: #da1a35;
}

.navright {
   position: absolute;
   right: 0%;
}

.pull-left {
   padding-right: 15px;
}

button:focus {
   outline: 0;
}

.hamburger {
   padding: 9px 9px;
   display: inline-block;
   cursor: pointer;
   transition-property: opacity, filter;
   transition-duration: 0.15s;
   transition-timing-function: linear;
   font: inherit;
   color: white;
   text-transform: none;
   background-color: transparent;
   border: 0;
   margin: 0;
   overflow: visible;
   border-color: black;
}

.hamburger:hover {
}

.hamburger-box {
   width: 40px;
   height: 24px;
   display: inline-flex;
   position: relative;
}

.hamburger-inner {
   display: block;
   top: 50%;
   margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
   width: 18px;
   height: 3px;
   color: white;
   background-color: white;
   border-radius: 3px;
   position: absolute;
   transition-property: transform;
   transition-duration: 0.15s;
   transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
   content: "";
   display: block;
}

.hamburger-inner::before {
   top: -6px;
}

.hamburger-inner::after {
   bottom: -6px;
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
   color: white;
   transition-duration: 0.2s;
   transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
   transition-duration: 0s;
   transition-delay: 0.1s;
   transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
   transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
   transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
   transform: rotate(765deg);
   transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
   transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
   top: 0;
   opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
   bottom: 0;
   transform: rotate(90deg);
}

@media (min-width: 768px) {
   p {
      font-size: 18px;
      font-weight: 100;
      line-height: 1.6;
      margin: 0 0 35px;
   }
}

a {
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   color: #da1a35;
}

a:focus,
a:hover {
   text-decoration: none;
   color: #fff;
}

#book_btn {
   color: #fff;
   border: 1px solid #da1a35;
   outline: 0;
   background-color: #da1a35;
}

#menu_logo {
   height: 65px;
}

#birthday {
   background-size: 100% auto;
   background-repeat: no-repeat;
   background-position: center;
   background-image: url(../img/birtdaycake.jpg);
}

.dropdown-menu {
   background-color: transparent;
   border-color: transparent;
}

#mainNav {
   font-size: 13px;
   font-family: "Open Sans", sans-serif !important;
   margin-bottom: 0;
   text-transform: uppercase;
   background-color: #000;
   font-weight: 100;
   opacity: 0.9;
}

#mainNav .navbar-toggler {
   font-size: 14px;
   padding: 11px;
   color: #fff;
}

#mainNav .navbar-brand {
   font-weight: 400;
}

#mainNav a {
   color: #fff;
}

#mainNav a:hover {
   color: #da1a35;
}

#mainNav .navbar-nav .nav-item {
   -webkit-transition: background 0.3s ease-in-out;
   -moz-transition: background 0.3s ease-in-out;
   transition: background 0.3s ease-in-out;
   padding-right: 15px;
   text-align: right;
}

#mainNav .navbar-nav .nav-item:hover {
   color: fade(white, 80%);
   outline: 0;
   background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
   outline: 0;
   background-color: transparent;
}

#mainNav .blur a {
   text-shadow: 0px 0px 3px rgba(152, 152, 163, 1);
   color: transparent;
}

#room_logo {
   width: 45%;
}

#room_logo_aztec {
   width: 60%;
}

@media (max-width: 500px) {
   #room_logo_aztec {
      width: 100%;
   }

   .frame {
      height: 100vh;
      width: 100%;
      border: none;
   }
}

@media (max-width: 992px) {
   .carousel {
      padding-top: 71px;
   }

   #clockdiv div > span {
      padding: 30px;
      border-radius: 3px;
      display: inline-block;
   }
}

@media (min-width: 992px) {
   #mainNav {
      padding: 15px 5%;
      -webkit-transition: background 0.3s ease-in-out,
         padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out,
         padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out,
         padding-bottom 0.3s;
      letter-spacing: 1px;
      border-bottom: 0;
      background: 0;
   }

   #mainNav.navbar-shrink {
      border-bottom: 0 solid rgba(255, 255, 255, 0.3);
      background: #000;
   }

   #mainNav .nav-link.active {
      outline: 0;
   }

   #mainNav .nav-link.active:hover {
      color: #fff;
   }

   .counter {
      font-size: 42px;
      color: #da1a35;
      font-weight: 300;
      margin-bottom: 10px;
      display: inline-block;
   }

   .live_act {
      color: #da1a35;
      margin: 14px 0 0 0;
      line-height: 1;
      display: block;
      font-weight: 100;
      font-size: 40px;
   }

   #senario_img {
      width: auto;
      height: 350px;
      padding-bottom: 3px;
   }
}

.masthead {
   display: table;
   width: 100%;
   height: auto;
   padding: 400px 0;
   text-align: center;
   color: #fff;
   background: url(.kk./img/intro-bg.jpg) no-repeat bottom center scroll;
   background-color: #000;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.masthead .intro-body {
   display: table-cell;
   vertical-align: middle;
}

.masthead .intro-body .brand-heading {
   font-size: 50px;
}

.masthead .intro-body .intro-text {
   font-size: 18px;
}

@media (min-width: 768px) {
   .masthead {
      height: 100%;
      padding: 0;
   }

   .masthead .intro-body .brand-heading {
      font-size: 100px;
   }

   .masthead .intro-body .intro-text {
      font-size: 22px;
   }
}

#contact_map {
   padding: 100px 80px;
}

#event-section {
   padding: 180px 0;
}

@media (max-width: 768px) {
   #contact_map {
      padding: 150px 0 50px 0;
   }

   #menu_logo {
      height: 45px;
   }
}

.btn-circle {
   font-size: 26px;
   width: 55px;
   height: 55px;
   margin-top: 15px;
   line-height: 45px;
   -webkit-transition: background 0.3s ease-in-out;
   -moz-transition: background 0.3s ease-in-out;
   transition: background 0.3s ease-in-out;
   color: #fff;
   border: 2px solid #fff;
   border-radius: 100% !important;
   background: 0;
}

.btn-circle:focus,
.btn-circle:hover {
   color: #fff;
   outline: 0;
   background: rgba(255, 255, 255, 0.1);
}

.content-section {
   padding: 7% 0;
}

.download-section {
   color: #fff;
   background-color: #818181;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

#clockdiv div > span {
   padding: 15px;
   border-radius: 3px;
   display: inline-block;
}

@media (min-width: 992px) {
   .content-section {
      padding: 5% 0;
   }
}

.btn {
   font-family: Cabin, "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: 400;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   text-transform: uppercase;
   border-radius: 0;
}

.btn-default {
   color: #da1a35;
   border: 1px solid #da1a35;
   background-color: transparent;
}

.btn-default:focus,
.btn-default:hover {
   color: #000;
   border: 1px solid #da1a35;
   outline: 0;
   background-color: #da1a35;
}

ul.banner-social-buttons {
   margin-top: 0;
}

@media (max-width: 1199px) {
   ul.banner-social-buttons {
      margin-top: 15px;
   }
}

@media (max-width: 767px) {
   ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0;
   }

   ul.banner-social-buttons li:last-child {
      margin-bottom: 0;
   }

   #senario_img {
      width: auto;
      height: 250px;
      padding-bottom: 3px;
   }
}

@media (max-width: 530px) {
   #senario_img {
      width: auto;
      height: 160px;
      padding-bottom: 3px;
   }

   #room_logo {
      width: 90%;
   }

   #info_icons {
      width: 50%;
   }
}

footer {
   padding: 50px 0;
}

footer p {
   font-size: 14px;
   margin: 0;
}

::-moz-selection {
   background: #fcfcfc;
   background: rgba(255, 255, 255, 0.2);
   text-shadow: none;
}

::selection {
   background: #fcfcfc;
   background: rgba(255, 255, 255, 0.2);
   text-shadow: none;
}

img::selection {
   background: 0;
}

img::-moz-selection {
   background: 0;
}

body {
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 370px) {
   #senario_img {
      width: 290px;
      height: auto;
      padding-bottom: 3px;
   }
}

@media (max-width: 991px) {
   #slider1_container {
      top: 95px;
   }

   .display-items {
      display: none !important;
   }

   .display-items-mobile {
      display: block !important;
   }

   .counter {
      font-size: 35px;
      color: #da1a35;
      font-weight: 300;
      margin-bottom: 10px;
      display: inline-block;
   }

   .live_act {
      color: #da1a35;
      margin: 14px 0 0 0;
      line-height: 1;
      display: block;
      font-weight: 100;
      font-size: 30px;
   }

   .pirates {
      padding-top: 150px;
   }
}

@media (max-width: 768px) {
   #slider1_container {
      top: 55px;
   }
}

@media (max-width: 500px) {
   #book_now_imgr {
      width: 150px;
   }

   .counter {
      font-size: 28px;
      color: #da1a35;
      font-weight: 300;
      margin-bottom: 10px;
      display: inline-block;
   }

   .live_act {
      color: #da1a35;
      margin: 10px 0 15px 0;
      line-height: 1;
      display: block;
      font-weight: 100;
      font-size: 22px;
   }

   #clockdiv {
      font-size: 0px;
   }

   #countdown1,
   #countdown2,
   #countdown3,
   #countdown4 {
      font-size: 30px;
   }

   .clockdiv::before {
      left: -0.4em;
   }

   .mytitle h1 {
      font-size: 30px !important;
      font-weight: 900;
   }

   .underline {
      font-size: 30px;
      padding-bottom: 0px;
   }
}

@media (min-width: 500px) {
   #book_now_imgr {
      width: 200px;
   }
}

.display-items-mobile {
   display: none;
}

#location {
   margin-bottom: 1%;
}

@media (min-width: 991px) {
   #titles {
      height: 70px;
   }
}

@media (max-width: 991px) {
   #titles {
      height: 45px;
   }
}

.example {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   justify-content: space-around;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
}

#rectangular {
   height: 460px;
   width: 49%;
   background-size: 100% auto;
   transform-style: preserve-3d;
   background-position: center;
   background-repeat: no-repeat;
}

#square {
   height: 463px;
   width: 24%;
   background-size: 100% auto;
   transform-style: preserve-3d;
   background-position: center;
   background-repeat: no-repeat;
}

#portrait {
   height: 463px;
   width: 30%;
   background-size: 100% auto;
   transform-style: preserve-3d;
   background-position: center;
   background-repeat: no-repeat;
}

#square_inside {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 47%;
   left: 50%;
   transform: translatez(0px) translatex(-50%) translatey(-50%);
   box-shadow: 0 0 50px 0 rgba(51, 51, 51, 0);
   background-position: center;
   background-size: 80% auto;
   background-repeat: no-repeat;
}

#rectangular_inside {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 47%;
   left: 50%;
   transform: translatez(0px) translatex(-50%) translatey(-50%);
   box-shadow: 0 0 50px 0 rgba(51, 51, 51, 0);
   background-position: center;
   background-size: 50% auto;
   background-repeat: no-repeat;
}

#portrait_inside {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 47%;
   left: 50%;
   transform: translatez(0px) translatex(-50%) translatey(-50%);
   box-shadow: 0 0 50px 0 rgba(51, 51, 51, 0);
   background-position: center;
   background-size: 50% auto;
   background-repeat: no-repeat;
}

.box1 {
   background-image: url(../img/room_thumbs/aztec.jpg);
}

.box1_1 {
   background-image: url(../img/room_thumbs/saw_piraeus.jpg);
}

.box1_2 {
   background-image: url(../img/room_thumbs/euroleague.jpg);
}

.box1_3 {
   background-image: url(../img/room_thumbs/qzd.jpg);
}

.box1_4 {
   background-image: url(../img/room_thumbs/tutankhamun.jpg);
}

.box1_5 {
   background-image: url(../img/room_thumbs/saw_thessaloniki.jpg);
}

.box1_6 {
   background-image: url(../img/room_thumbs/got.jpg);
}

.box1_7 {
   background-image: url(../img/room_thumbs/pirates.jpg);
}

.box1_8 {
   background-image: url("../img/room_thumbs/lacasa.jpg");
}

.box2 {
   background-image: url(../img/room_thumbs/phantazma.jpg);
}

.box2_1 {
   background-image: url(../img/room_thumbs/vegas.jpg);
}

.box2_2 {
   background-image: url(../img/room_thumbs/ripper.jpg);
}

.box2_3 {
   background-image: url(../img/room_thumbs/necromancy.jpg);
}

.box2_4 {
   background-image: url("../img/room_thumbs/ghost.jpg");
}

.box2_5 {
   background-image: url("../img/room_thumbs/scotland.jpg");
}

.box2_6 {
   background-image: url("../img/room_thumbs/event.jpg");
}

.box1 .inner {
   background-image: url(../img/rooms_logos/aztec_logo.png);
}

.box1_1 .inner {
   background-image: url(../img/rooms_logos/maniac_logo.png);
}

.box1_2 .inner {
   background-image: url(../img/rooms_logos/euroleague_logo.png);
}

.box1_3 .inner {
   background-image: url(../img/rooms_logos/quizdom_logo.png);
}

.box1_4 .inner {
   background-image: url(../img/rooms_logos/tut_logo.png);
}

.box1_5 .inner {
   background-image: url(../img/rooms_logos/maniac_logo.png);
}

.box1_6 .inner {
   background-image: url(../img/rooms_logos/got_logo.png);
}

.box1_7 .inner {
   background-image: url(../img/rooms_logos/pirates_logo.png);
}

.box1_8 .inner {
   background-image: url("../img/rooms_logos/lacasa_logo.png");
}

.box2 .inner {
   background-image: url(../img/rooms_logos/phantazma_logo.png);
}

.box2_1 .inner {
   background-image: url(../img/rooms_logos/las_vegas.png);
}

.box2_2 .inner {
   background-image: url(../img/rooms_logos/jack_logo2.png);
}

.box2_3 .inner {
   background-image: url(../img/rooms_logos/necromancy_logo2.png);
}

.box2_4 .inner {
   background-image: url("../img/rooms_logos/ghost_logo.png");
}

.box2_5 .inner {
   background-image: url("../img/rooms_logos/scotland_logo.png");
}

.box2_6 .inner {
   background-image: url("../img/rooms_logos/event_logo.png");
}

@media (max-width: 800px) {
   #rectangular {
      height: 230px;
      width: 70%;
      background-size: 100% auto;
      transform-style: preserve-3d;
      background-position: center;
      background-repeat: no-repeat;
   }

   #square {
      height: 420px;
      width: 71%;
      background-size: 100% auto;
      transform-style: preserve-3d;
      background-position: center;
      background-repeat: no-repeat;
   }

   .box1 .inner {
      background-image: url(../img/rooms_logos/mobile/aztec_logo.png);
   }

   .box1_1 .inner {
      background-image: url(../img/rooms_logos/mobile/maniac_logo.png);
   }

   .box1_2 .inner {
      background-image: url(../img/rooms_logos/mobile/euroleague_logo.png);
   }

   .box1_3 .inner {
      background-image: url(../img/rooms_logos/mobile/quizdom_logo.png);
   }

   .box1_4 .inner {
      background-image: url(../img/rooms_logos/mobile/tut_logo.png);
   }

   .box1_5 .inner {
      background-image: url(../img/rooms_logos/mobile/maniac_logo.png);
   }

   .box1_6 .inner {
      background-image: url(../img/rooms_logos/mobile/got_logo.png);
   }

   .box1_7 .inner {
      background-image: url(../img/rooms_logos/mobile/pirates_logo.png);
   }

   .box2 .inner {
      background-image: url(../img/rooms_logos/mobile/phantazma_logo.png);
   }

   .box2_1 .inner {
      background-image: url(../img/rooms_logos/mobile/las_vegas.png);
   }

   .box2_2 .inner {
      background-image: url(../img/rooms_logos/mobile/jack_logo2.png);
   }

   .box2_3 .inner {
      background-image: url(../img/rooms_logos/mobile/necromancy_logo2.png);
   }
}

@media (max-width: 500px) {
   #carouselExampleIndicators {
      margin-top: -30px;
   }

   #rectangular {
      height: 230px;
      width: 98%;
      background-size: 100% auto;
      transform-style: preserve-3d;
      background-position: center;
      background-repeat: no-repeat;
   }

   #square {
      height: 430px;
      width: 98%;
      background-size: 100% auto;
      transform-style: preserve-3d;
      background-position: center;
      background-repeat: no-repeat;
   }

   .thes {
      font-size: 45px !important;
   }
}

@media (max-width: 380px) {
   #rectangular {
      height: 150px;
      width: 98%;
      background-size: 100% auto;
      transform-style: preserve-3d;
      background-position: center;
      background-repeat: no-repeat;
   }

   #square {
      height: 380px;
      width: 98%;
      background-size: 100% auto;
      transform-style: preserve-3d;
      background-position: center;
      background-repeat: no-repeat;
   }
}

.btn-red {
   color: #fff;
   border: 1px solid #da1a35;
   outline: 0;
   background-color: #da1a35;
}

.imagemap__img {
   max-width: 100%;
   height: auto;
}

.js .imagemap__item {
   display: none;
}

.text-under-icon p {
   margin-top: 16px;
   color: #da1a35;
   font-weight: 500;
}

@media screen and (min-width: 48em) {
   .imagemap__item:target {
      display: block;
   }

   .imagemap__item:target > .imagemap__text {
      display: block;
   }
}

#map-section {
   background-image: url(../img/maps/rect.png), url(../img/maps/rect-phrase.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 80%;
}

.text-under-icon p {
   margin-top: 16px;
   color: #da1a35;
   font-weight: 500;
}

@media (max-width: 991px) {
   #map-section {
      background-size: 110%;
   }

   .text-under-icon {
      margin-top: 0px;
   }
}

.live-act-phrase {
   font-weight: 900;
   font-size: 17px;
}

.pbar {
   margin-top: 20px;
}

.blur-div {
   width: 100%;
   bottom: 0;
   height: 200px;
   position: absolute;
   background: linear-gradient(to bottom, transparent 40%, #0b0b0b 100%);
   z-index: 10;
}

.display-mob {
   display: none !important;
}

@media (max-width: 500px) {
   .btn {
      font-size: 0.7rem;
      margin-bottom: -67px;
   }

   .btn1 {
      margin-top: 2%;
      background-color: #da1a35;
      color: white;
      border-radius: 4px;
      border-width: 2px;
      padding: 5px 10px 5px 10px;
   }

   .display-mob {
      display: block !important;
   }

   .mytitle h1 {
      font-size: 30px !important;
   }
}

#mainNav .nav-link {
   margin-left: 12px;
}

#mainNav .nav-link.active {
   outline: 0;
   color: #da1a35;
   display: inline-block;
}

#mainNav .nav-link.active:hover {
   color: #fff;
}

.dropdown-menu {
   text-align: right;
}

@keyframes fadeIn {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 1;
   }
}

@-moz-keyframes fadeIn {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 1;
   }
}

@-webkit-keyframes fadeIn {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 1;
   }
}

@-o-keyframes fadeIn {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 1;
   }
}

@-ms-keyframes fadeIn {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 1;
   }
}

.fade-in {
   animation: fadeIn ease 10s;
   -webkit-animation: fadeIn ease 10s;
   -moz-animation: fadeIn ease 10s;
   -o-animation: fadeIn ease 10s;
   -ms-animation: fadeIn ease 10s;
}

#feedback {
   position: fixed;
   right: 50px;
   bottom: 8%;
   z-index: 1000;

   border-radius: 50%;
}

#feedback img {
   height: 80px;
   width: 80px;
}

@media (max-width: 500px) {
   #download h1 {
      font-size: 41px;
   }

   #feedback {
      right: 20px;
   }

   #feedback img {
      height: 65px;
      width: 65px;
   }
}

#gameover-map {
   display: block;
   width: 100%;
   height: 100%;
}

@media (min-width: 1064px) {
   #info-box,
   .st0 {
      display: none;
   }

   #info-box {
      display: none;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 9999;
      background-color: #212121;
      border: 2px solid #212121;
      border-radius: 5px;
      padding: 8px;
      color: white;
      font-family: "Raleway";
      overflow-x: hidden;
      text-align: left;
      opacity: 0.9;
   }
}

.st1,
.st2 {
   display: inline;
}

.st4 {
   fill: #da1a35;
}

.st6 {
   fill: #fff;
}

.st8 {
   font-size: 19.3px;
}

.st9 {
   font-size: 32.25px;
}

.st11 {
   font-size: 60px;
}

.st12 {
   letter-spacing: -3;
}

.st13 {
   fill: none;
   stroke-width: 5;
}

#client {
   transform: translate(-866px);
}

#svg1 {
   position: relative;
   width: 600px;
   height: 468px;
   left: 5%;
}

#svg1 .firstg {
   transform: translate(200px, 0);
}

#clients {
   transform: translate(-866px, -220px);
}

@media (min-width: 1920px) {
   #svg1 .firstg {
      transform: translate(120px, 0) !important;
   }

   #svg1 .firstg #txt1 {
      font-size: 1.6rem !important;
   }
}

@media (max-width: 1600px) {
   #svg1 .firstg {
      transform: translate(130px, 108px);
   }

   #svg1 .firstg #txt1 {
      transform: matrix(1, 0, 0, 1, -30px, 220px);
   }
}

@media (max-width: 1360px) {
   #svg1 .firstg {
      transform: translate(123px, 9px);
   }

   @media (max-width: 1360px) {
      #svg1 .firstg {
         transform: translate(145px, 53px);
      }
   }

   #svg1 .firstg #txt1 {
      transform: matrix(1, 0, 0, 1, -30px, 220px);
   }
}

#GREECE path {
   fill: #b32d36;
}

#AUSTRALIA:hover path,
#USA:hover path,
#DENMARK:hover path,
#FRANCE:hover path,
#GERMANY:hover path,
#GREECE:hover path,
#NEW_ZEALAND:hover path,
#ITALY:hover path,
#KUWAIT:hover polygon,
#NETHERLANDS:hover path,
#POLAND:hover path,
#PORTUGAL:hover path,
#SAUDI_ARABIA:hover polygon,
#SWITZERLAND:hover path,
#UK:hover path {
   fill: #b32d36 !important;
}

@media (max-width: 1060px) {
   #AUSTRALIA:hover path,
   #USA:hover path,
   #DENMARK:hover path,
   #FRANCE:hover path,
   #GERMANY:hover path,
   #GREECE:hover path,
   #NEW_ZEALAND:hover path,
   #ITALY:hover path,
   #KUWAIT:hover polygon,
   #NETHERLANDS:hover path,
   #POLAND:hover path,
   #PORTUGAL:hover path,
   #SAUDI_ARABIA:hover polygon,
   #SWITZERLAND:hover path,
   #UK:hover path {
      fill: #b32d36;
   }
}

#svg-desk {
   display: block;
}

#svg-mobile {
   display: none;
}

@media screen and (max-width: 1060px) {
   #svg-desk {
      display: none;
   }

   #svg-mobile {
      display: block;
      pointer-events: none;
   }
}

.second-box {
   z-index: 10;
   flex-wrap: nowrap;
}

.second-box img {
   margin: 1rem auto;
}

.second-box .paragraph-container {
   position: relative;
   padding: 5px 0;
}

/* LA CASA */
#la_mission_container {
   display: flex;
   justify-content: center;
   align-items: center;
}

#la_mission_container img {
   width: 6.3vw;
}

#la_mission_container h3 {
   line-height: 1.7vw;
   font-size: 2.1vw;
   font-weight: 900;
   margin: 0;
   text-align: left;
}

@media (max-width: 1204px) {
   #la_mission_container img {
      width: 7vw;
   }

   #la_mission_container h3 {
      line-height: 2.3vw;
      font-size: 3vw;
   }
}

@media (max-width: 992px) {
   #la_mission_container img {
      width: 8vw;
   }

   #la_mission_container h3 {
      line-height: 3.1vw;
      font-size: 4vw;
   }
}

@media (max-width: 600px) {
   #la_mission_container img {
      width: 9vw;
   }

   #la_mission_container h3 {
      line-height: 4.1vw;
      font-size: 5vw;
   }
}
