@font-face {
  font-family: 'sophistica';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Sophistica.ttf");
}

@font-face {
  font-family: 'gothamblack';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Gotham-Black.ttf");
}

@font-face {
  font-family: 'gothambold';
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url("../fonts/Gotham-Bold.ttf");
}

@font-face {
  font-family: 'gothambolditalic';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Gotham-BoldItalic.ttf");
}

@font-face {
  font-family: 'gothambook';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Gotham-Book.ttf");
}

@font-face {
  font-family: 'gothambookitalic';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Gotham-BookItalic.ttf");
}

@font-face {
  font-family: 'gothamlight';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Gotham-Light.ttf");
}

@font-face {
  font-family: 'gothamlightitalic';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Gotham-LightItalic.ttf");
}

@font-face {
  font-family: 'gothammedium';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Gotham-Medium.ttf");
}

@font-face {
  font-family: 'gothammediumitalic';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Gotham-MediumItalic.ttf");
}

body {
   -webkit-user-select: none; /* Safari */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Standard */
}


header {
  background: #243c76;
}

.navbar-brand {
    padding: 10px 0px;
}

@media (min-width: 1200px){
  .navbar-expand-xl .navbar-brand .navbar-brand-item {
    height: 80px;
    display: block;
    width: auto;
  }
}

.nav-pills-primary-soft .nav-link {
    padding: 0.5rem 0.8rem !important;
    color: #ffffff;
    font-weight: 500;
    border-radius: 0.5rem;
}

.nav-pills-primary-soft .nav-link.active, 
.nav-pills-primary-soft .nav-link:hover {
    color: #243c76;
    background-color: rgb(251 251 251);
}

@media (max-width: 1199.98px){
  .navbar-expand-xl .navbar-brand .navbar-brand-item {
    height: 55px;
  }

  .nav-pills-primary-soft .nav-link {
      color: #253d75;
  }

  .nav-pills-primary-soft .nav-link.active, .navbar-collapse.show .nav-pills-primary-soft .nav-link:hover {
      color: #ffffff;
      background-color: rgb(38 61 117);
  }
}

@media (max-width: 1199.98px){
  .navbar-expand-xl .navbar-brand {
      padding: 5px 0;
  }
}

.navbar-toggler {
  color: #ffffff;
}

img.logo-footer {
    max-width: 150px;
}

.bg-dark {
    background-color: #243c76 !important;
}

/*
* Spinner
*/

.loading-overlay{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3000000000;
  opacity: 1;
}
.loading_content{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: auto;
  top: 30%;
  position: relative;
}  
.gegga {
  width: 0;
}
.snurra {
  filter: url(#gegga);
}
.stopp1 {
  stop-color: #243C76;
}
.stopp2 {
  stop-color: #0D4EEC;
}
.halvan {
  animation: Snurra1 10s infinite linear;
  stroke-dasharray: 180 800;
  fill: none;
  stroke: url(#gradient);
  stroke-width: 23;
  stroke-linecap: round;
}
.strecken {
  animation: Snurra1 3s infinite linear;
  stroke-dasharray: 26 54;
  fill: none;
  stroke: url(#gradient);
  stroke-width: 23;
  stroke-linecap: round;
}
.skugga {
  filter: blur(5px);
  opacity: 0.3;
  position: absolute;
  transform: translate(3px, 3px);
}
@keyframes Snurra1 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -403px;
  }
}


.card-metro img {
    height: 340px;
    object-fit: fill;
    object-position: bottom;
}

.img-fluid.card-img {
    height: 260px;
    object-fit: fill;
    object-position: center;
}

@media (min-width: 1200px){
  header.header-sticky-on {
    background-color: #243c76;
  }
  header.header-sticky-on .navbar-brand {
    padding: 10px 0;
  }
  header.header-sticky-on .navbar-brand .navbar-brand-item {
      height: 70px;
  }
}

.fill-primary {
    fill: #243c76 !important;
}

.nav.nav-bottom-line .nav-link.active {
    background: transparent;
    color: #243c76;
    border-bottom: 3px solid #243c76;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #243c76;
    --bs-btn-border-color: #243c76;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #243c76;
    --bs-btn-hover-border-color: #243c76;
    --bs-btn-focus-shadow-rgb: 107, 95, 223;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4136ae;
    --bs-btn-active-border-color: #243c76;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5143d9;
    --bs-btn-disabled-border-color: #5143d9;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
    color: #243c76;
}

.img-item-content {
    background: #243c76;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tns1-item .card {
    box-shadow: 0px 0px 5px #243c767a;
    border: none !important;
}

div#tns1-item {
    padding: 5px;
}

.form-control:focus {
  border-color: #243c76;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 #243c76;
  box-shadow: 0 0 0 0 #243c76;
}

.back-top, .back-top:hover {
  background: #0b0a12;
}

.background-banner{
  padding-bottom: 11rem !important;
  padding-top: 8rem !important;
}

.font-s{
  font-family: 'sophistica';
}

.title-banner {
    font-size: 10rem;
    font-weight: 200;
    /*line-height: 5rem;*/
}

.subtitle-banner {
    font-family: 'gothammedium';
    font-size: 45px;
}

.title-h2 {
    font-size: 5rem;
    font-weight: 500;
}

.font-gb{
  font-family: 'gothambook', sans-serif;
}

.iframe-area {
    position: relative;
    width: 100%;
}

.title-iframe span {
    font-size: 20px;
    font-family: gothambook;
    color: #0b0a12;
    font-weight: 600;
}

.iframe-area iframe {
    width: 100%;
    height: 300px;
}

.iframe-modal iframe{
  width: 100% !important;
}

.card-tour {
  box-shadow: 0px 3px 20px rgba(36, 60, 118, 0.23) !important;
}

.card-tour .img-tour {
  min-height: 225px;
  object-fit: fill;
}

@media (min-width: 1200px){
  .card-tour .card-title {
    font-size: 1rem;
  }
}

.include-content-list ul {
    padding: 0px !important;
    list-style: none !important;
}


.guest-selector-dropdown {
  width: 100%;
  padding: 0px !important;
}


#content-rooms {
  /* border-bottom: 1px solid #243c767d; */
  /* padding: 0px 15px; */
  padding-top: 10px;
}

#content-rooms ul {
  padding: 0px 15px;
  border-bottom: 1px solid #243c767d;
  padding-bottom: 8px;
  margin-bottom: 14px;
  position: relative;
}

#content-rooms ul::last-child {
  margin-bottom: 10px;
}
.header-rooms {
  margin-bottom: 7px;
  border-bottom: 1px solid #243c76;
  padding-bottom: 5px;
}

.footer-dopdonw {
  padding: 0px 10px;
}

.include-content-list li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    margin-right: 0.5rem !important;
    font-weight: 900;
    color: #0cbc87;
}

.title-room {
  font-size: 17px;
  margin: 0px !important;
}

.remove-room {
  position: absolute;
  top: -3px;
  right: 11px;
  background: none;
  border: none;
  color: #ff273c;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0px 1px 2px #0000001c;
}

.child-ages {
  display: flex;
  flex-wrap: wrap;
}

/*
* Forms Validation
*/
.form-icon-input .info_input {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  bottom: -25px;
  white-space: nowrap;
}

svg.form-input__help-icon {
    fill: #000;
}

svg.form-input__help-icon {
  height: 16px;
  position: relative;
  margin-right: 3px;
  flex-shrink: 0;
  width: 16px;
}

.info_text {
  font-size: 16px;
  font-family: 'gothammedium';
  font-weight: 500;
  text-transform: initial;
  text-overflow: ellipsis;
  overflow: hidden;
}

.error .info_text {
  color: #b71b1b;
}

.error .form-input__help-icon {
  fill: #b71b1b;
}