@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
/*
@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-Thin.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/Metropolis-Thin.otf') format('opentype'),
		url('../fonts/Metropolis-Thin.woff') format('woff'), 
		url('../fonts/Metropolis-Thin.ttf') format('truetype'), 
		url('../fonts/Metropolis-Thin.svg#Metropolis-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-Light.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/Metropolis-Light.otf') format('opentype'),
		url('../fonts/Metropolis-Light.woff') format('woff'), 
		url('../fonts/Metropolis-Light.ttf') format('truetype'), 
		url('../fonts/Metropolis-Light.svg#Metropolis-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-SemiBold.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/Metropolis-SemiBold.otf') format('opentype'),
		url('../fonts/Metropolis-SemiBold.woff') format('woff'), 
		url('../fonts/Metropolis-SemiBold.ttf') format('truetype'), 
		url('../fonts/Metropolis-SemiBold.svg#Metropolis-Bold') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/Metropolis-Bold.otf') format('opentype'),
		url('../fonts/Metropolis-Bold.woff') format('woff'), 
		url('../fonts/Metropolis-Bold.ttf') format('truetype'), 
		url('../fonts/Metropolis-Bold.svg#Metropolis-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
*/
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  scroll-margin-top: 40px;
  scrollbar-color: #EA4F12 #C3C7CC;
  scrollbar-width: thin;
}

::-moz-selection {
  background: #EA4F12;
  color: #FFF;
}

::selection {
  background: #EA4F12;
  color: #FFF;
}

img::-moz-selection {
  background: #FA6124;
}

img::selection {
  background: #FA6124;
}

html,
body {
  height: 100%;
  width: 100%;
  font: normal 300 16px "Metropolis", sans-serif;
  color: #485666;
}

body {
  margin: 0;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

@media screen and (min-width: 3000px) {
  body {
    zoom: 166.6666666667%;
  }
}
/* ------ */
b, strong {
  font-weight: bold;
}

p {
  margin-bottom: 1.45rem;
  line-height: 25px;
  letter-spacing: 1px;
}

main ul {
  margin-bottom: 2.5rem;
}

main li {
  line-height: 1.5;
}

/* ------ */
hr {
  border: 0;
  background: #1C3157;
  display: block;
  height: 1px;
  margin: 20px 0;
}

/* ------ */
a, a:hover, a:focus,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: none;
  outline: 0;
}

a, [type=submit] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

[href^="mailto:"] {
  white-space: nowrap;
}

a {
  color: #EA4F12;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #EA4F12;
}

/* ------ */
/* CUSTOM BG / FONT COLORS */
.bg-gray {
  background: #C3C7CC !important;
}

.white {
  color: #FFF !important;
}

.blue {
  color: #1C3157 !important;
}

.orange {
  color: #EA4F12 !important;
}

/* ------ */
/* HEADINGS */
h1, h2, h3, h4, h5 {
  margin-bottom: 33px;
  font-weight: 100;
  color: #C3C7CC;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h1 {
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  color: #1C3157;
}

h2 {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
  h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1180px) {
  h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* ------ */
/* FORM ELEMENTS */
.form-select,
.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #EA4F12;
  border-width: 0 0 1px;
  background: none;
  padding: 15px 0 10px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 1rem;
  color: #485666;
  outline: none !important;
}
.form-select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #485666;
}
.form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: #485666;
}
.form-select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #485666;
}
.form-select::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #485666;
}
.form-select::placeholder,
.form-control::placeholder {
  color: #485666;
}
.form-select:focus,
.form-control:focus {
  border-color: #485666;
  color: inherit;
}

textarea.form-control {
  min-height: 51px;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 50px !important;
  border: 0 !important;
  background: #EA4F12 !important;
  min-height: auto;
  padding: 11px 20px 7px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn:before, .btn:after {
  content: "";
  border-radius: 50px;
  position: absolute;
  inset: -1px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:after {
  background: #FA6124;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.btn:focus, .btn:hover, .btn:active, .btn.active {
  color: #FFF;
}
.btn:focus:after, .btn:hover:after, .btn:active:after, .btn.active:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btn-default:after {
  background: #FA6124;
}

.btn-arrow {
  display: inline-block;
  border-radius: 50%;
  background: #EA4F12 url("../img/icons/arrow.svg") center/18px auto no-repeat;
  width: 48px;
  height: 48px;
}

.btn-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-link:hover {
  text-decoration: none;
  color: red;
}

/* BOOTSTRAP GRID */
.container {
  max-width: 1200px;
  padding: 0;
}

.row {
  --bs-gutter-x: 20px;
}

/* ------ */
.flash {
  text-align: center;
  font-size: 1.15rem;
}

/* ------ */
/* MENU - TOGGLE */
#menu-toggle {
  width: 40px;
  height: 40px;
  padding: 5px;
  position: absolute;
  top: 19px;
  right: -5px;
  z-index: 9;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
#menu-toggle .nav-icon {
  position: relative;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #EA4F12;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu-toggle span:nth-child(1) {
  top: 0;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4),
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 11px;
}
#menu-toggle span:nth-child(4) {
  top: 22px;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #menu-toggle {
    display: none;
  }
}

/* ------ */
#navbar {
  height: 60px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 99;
}
#navbar.open nav {
  opacity: 1;
  visibility: visible;
}
#navbar .logo {
  width: 100px;
  margin: 20px 0;
}
#navbar .logo img {
  width: 100%;
  height: 100%;
}
#navbar nav {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  #navbar {
    height: auto;
    margin-bottom: 42px;
  }
  #navbar .logo {
    width: 200px;
    margin: 32px 0;
  }
  #navbar nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    opacity: 1;
    visibility: visible;
  }
}

/* ------ */
/* MAIN MENU */
#main-menu {
  background: #485666;
  width: 100vw;
  max-height: calc(100vh - 60px);
  list-style: none;
  margin: 0 -40px;
  padding: 15px 0;
  letter-spacing: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #C3C7CC;
  overflow-y: auto;
}
#main-menu > li {
  padding: 0;
  position: relative;
}
#main-menu > li:last-child {
  padding-right: 0;
}
#main-menu > li.active a, #main-menu > li:hover a {
  color: #EA4F12;
}
#main-menu a {
  padding: 15px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  position: relative;
  word-break: normal;
}
@media screen and (min-width: 768px) {
  #main-menu {
    border-top: 1px solid #C3C7CC;
    background: none;
    margin: 0;
    padding: 0;
    color: #1C3157;
    position: static;
    overflow: visible;
  }
  #main-menu > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #main-menu > li.active a, #main-menu > li:hover a {
    border-top: 2px solid #EA4F12;
    color: inherit;
  }
  #main-menu > li a {
    border-top: 2px solid transparent;
    display: block;
    margin-top: -1px;
    padding: 9px 0;
  }
}
@media screen and (min-width: 1180px) {
  #main-menu > li {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1300px) {
  #main-menu > li {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1600px) {
  #main-menu > li {
    padding: 0 75px;
  }
}

/* ------ */
/* HOME - HEADER */
#header {
  margin-bottom: 40px;
  padding: 0 40px;
  position: relative;
}
#header .carousel img {
  width: 100%;
  height: 100%;
  max-height: 660px;
  aspect-ratio: 1/0.5;
  -o-object-fit: cover;
     object-fit: cover;
}
#header .carousel-inner {
  border-radius: 4px;
  margin-bottom: 24px;
}
#header .carousel-indicators {
  margin: 0;
  gap: 20px;
  position: relative;
}
#header .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  border: 1px solid #EA4F12;
  background: none;
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .carousel-indicators [data-bs-target].active {
  background: #EA4F12;
}
@media screen and (min-width: 992px) {
  #header {
    padding: 0 80px;
  }
  .hp #header {
    margin-bottom: 80px;
  }
}

/* ------ */
/* NEMOVITOSTI */
#nemovitosti {
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#nemovitosti .row {
  --bs-gutter-y: 20px;
}
#nemovitosti .grid {
  display: grid;
  gap: 20px;
}
#nemovitosti .grid .item {
  border-radius: 4px;
  width: 100%;
  min-height: 175px;
  max-height: 225px;
  position: relative;
  overflow: hidden;
}
#nemovitosti .grid .item img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#nemovitosti img {
  border-radius: 4px;
  width: 100.1%;
  height: 100.1%;
  -o-object-fit: cover;
     object-fit: cover;
}
#nemovitosti .caption {
  background: -webkit-gradient(linear, left top, left bottom, from(#1C3157), color-stop(68%, transparent));
  background: linear-gradient(180deg, #1C3157 0%, transparent 68%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#nemovitosti .caption:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#1C3157), color-stop(68%, rgba(28, 49, 87, 0.61)));
  background: linear-gradient(180deg, #1C3157 0%, rgba(28, 49, 87, 0.61) 68%);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
#nemovitosti .caption:hover {
  text-decoration: none;
}
#nemovitosti .caption:hover:before {
  opacity: 1;
}
#nemovitosti .caption:hover .btn-arrow {
  margin-right: 0;
}
#nemovitosti .caption:hover + img {
  scale: 1.15;
}
#nemovitosti .title {
  width: 100%;
  margin-bottom: 15px;
  color: #FFF;
}
#nemovitosti .btn-arrow {
  margin-right: 10px;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 400px) {
  #nemovitosti .item {
    aspect-ratio: 1/0.7;
  }
}
@media screen and (min-width: 576px) {
  #nemovitosti .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 667px) {
  #nemovitosti {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  #nemovitosti .title {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1180px) {
  #nemovitosti .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #nemovitosti .title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1300px) {
  #nemovitosti .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1600px) {
  #nemovitosti .grid .item {
    max-height: none;
  }
  #nemovitosti .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/* ------ */
#map {
  border-radius: 4px;
  background: #C3C7CC;
  height: 100%;
  min-height: 300px;
}
#map .gm-style-iw-chr {
  display: none;
}
#map .gm-style .gm-style-iw-c {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 190px;
  padding: 15px !important;
  line-height: 100%;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #EA4F12;
}
#map .gm-style .gm-style-iw-d {
  overflow: visible !important;
}

/* ------ */
/* PROSTORY */
#prostory {
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#prostory .row {
  --bs-gutter-y: 20px;
}
#prostory .item {
  border-radius: 4px;
  background: #F5F5F5;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none;
  color: #1C3157;
  position: relative;
  overflow: hidden;
}
#prostory .item:hover {
  background: #EBEBEB;
}
#prostory .item:hover .btn-arrow {
  margin-right: 0;
}
#prostory .item .btn-arrow {
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#prostory .caption {
  width: 100%;
  display: block;
}
#prostory .title {
  margin-bottom: 15px;
  font-weight: 300;
  color: inherit;
}
#prostory .sub {
  display: block;
  margin-bottom: 15px;
  line-height: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  color: #EA4F12;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 667px) {
  #prostory {
    margin-bottom: 74px;
  }
}
@media screen and (min-width: 768px) {
  #prostory .row {
    --bs-gutter-y: 0;
  }
}
@media screen and (min-width: 1600px) {
  #prostory .title {
    margin: 0;
  }
  #prostory .sub {
    margin: 0;
    line-height: 45px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* ------ */
/* KONTAKT */
#kontakt {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#kontakt p,
#kontakt .form-control {
  margin-bottom: 20px;
}
@media screen and (min-width: 667px) {
  #kontakt {
    margin-bottom: 80px;
  }
  #kontakt p,
  #kontakt .form-control {
    margin-bottom: 40px;
  }
}

/* ------ */
/* FOOTER */
#footer {
  background: #485666;
  padding: 40px;
  text-align: center;
  color: #C3C7CC;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer .logo {
  width: 200px;
  margin-bottom: 40px;
}
#footer .logo g:not(.circle) {
  fill: #FFF;
}
#footer p {
  margin: 0;
  line-height: 25px;
  letter-spacing: 1px;
}
#footer a {
  text-decoration: underline;
  color: inherit;
}
#footer a:hover {
  text-decoration: none;
}
#footer hr {
  background: #FFF;
  margin: 40px 0;
  opacity: 0.2;
}
#footer .spacer {
  font-weight: bold;
  display: none;
}
@media screen and (min-width: 992px) {
  #footer {
    padding: 40px 80px;
  }
  #footer .spacer {
    display: inline-block;
  }
}

/* ------ */
/* DETAIL prostoru */
#detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  inset: 30px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#detail:before {
  content: "";
  background: rgba(28, 49, 87, 0.61);
  position: fixed;
  inset: 0;
  z-index: -1;
}
#detail .wrapper {
  border-radius: 4px;
  background: #FFF;
  max-width: 1400px;
  max-height: 90vh;
  margin: auto;
  padding: 20px;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: auto;
}
#detail .title {
  margin-bottom: 15px;
  margin-right: 40px;
  text-align: left;
  font-size: 30px;
  font-size: 1.875rem;
  color: inherit;
}
#detail .details {
  border: 1px solid #EA4F12;
  border-width: 1px 0;
  display: grid;
  gap: 20px 0;
  margin-bottom: 20px;
  padding: 13px 0 12px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #EA4F12;
}
#detail .details br {
  display: none;
}
#detail p {
  margin-bottom: 20px;
}
#detail .gallery {
  margin-bottom: 20px;
}
#detail .gallery .grid {
  display: grid;
  gap: 20px;
}
#detail .gallery img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#detail .btn-close {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  width: 20px;
  height: 20px;
  text-indent: -999em;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  overflow: hidden;
  outline: none;
}
#detail .btn-close:before, #detail .btn-close:after {
  content: "";
  background: #C3C7CC;
  width: 150%;
  height: 2px;
  position: absolute;
  top: 49%;
  left: -7px;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#detail .btn-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#detail .btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#detail .btn-close:hover:before, #detail .btn-close:hover:after {
  background: #EA4F12;
}
#detail.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#detail.open .wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 576px) {
  #detail .details {
    grid-template-columns: repeat(2, 1fr);
  }
  #detail .details .item:nth-of-type(2) {
    text-align: right;
  }
  #detail .details .item:nth-of-type(3) {
    grid-column: span 2;
  }
  #detail .gallery .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #detail .wrapper {
    padding: 30px;
  }
  #detail .details {
    grid-template-columns: repeat(3, 1fr);
  }
  #detail .details .item {
    text-align: left !important;
    grid-column: auto !important;
  }
  #detail .details .item:last-of-type {
    text-align: right !important;
  }
  #detail .details br {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #detail .wrapper {
    padding: 50px;
  }
  #detail .title {
    margin-bottom: 38px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  #detail .details {
    grid-template-columns: 30% 26% 44%;
    margin-bottom: 44px;
  }
  #detail .details br {
    display: none;
  }
  #detail p {
    margin-bottom: 44px;
  }
  #detail .gallery {
    margin-bottom: 44px;
  }
  #detail .gallery .grid {
    gap: 32px;
  }
  #detail .btn-close {
    width: 30px;
    height: 30px;
    top: 58px;
    right: 50px;
  }
  #detail .btn-close:before, #detail .btn-close:after {
    width: 150%;
    top: 17px;
    left: -10px;
  }
}
@media screen and (min-width: 1180px) {
  #detail .details {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* ------ */
/* ------ */
.logo {
  display: inline-block;
}
.logo .svg,
.logo img {
  max-width: 100%;
  height: auto;
}

/* ------ */
#wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 40px;
}
@media screen and (min-width: 992px) {
  #wrapper {
    overflow: visible;
  }
  #wrapper main {
    padding: 0 80px;
  }
}

/* ------ */
#about {
  margin-bottom: 40px;
}
#about .text-center {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  #about {
    margin-bottom: 73px;
  }
}

/* ------ */
/*# sourceMappingURL=style.css.map */
