/*
Theme Name: Torty Pana Roberta
Text Domain: torey
Author: BOARDWALK
Author URI: https://www.boardwalk.pl
Version: 1.0.0
*/
*, *::before, *::after {
  box-sizing: border-box; }

* {
  margin: 0; }
  * + p {
    margin-top: 2rem; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }
  @media (-webkit-device-pixel-ratio: 1.25) {
    html {
      font-size: calc(62.5% / 1.25); } }
  @media (-webkit-device-pixel-ratio: 1.5) {
    html {
      font-size: calc(62.5% / 1.50); } }

html, body {
  height: 100%; }

body {
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%; }

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit; }

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
  /* Firefox */
  font-size: 1.6rem; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000; }

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: ''; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body {
  font-weight: 400;
  font-size: 1.6rem;
  background: #1a1d25;
  font-family: "Lato", sans-serif; }

.container {
  max-width: 1440px;
  margin: 0 auto; }

img {
  height: auto;
  display: block;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.1;
  font-family: "Dancing Script", cursive;
  color: #eac08d; }

h3 {
  font-size: 4rem; }

p + h3 {
  margin-top: 20px; }

main {
  padding: 0 90px; }

a, a:visited {
  text-decoration: none;
  transition: 1s ease all; }

.d-none {
  display: none !important; }
.d-flex {
  display: flex; }
.d-inline-flex {
  display: inline-flex; }
.d-grid {
  display: grid; }
.d-block {
  display: block; }
.d-inline-block {
  display: inline-block; }

.v-hidden {
  visibility: hidden; }
.v-visibe {
  visibility: visible; }

*.cta {
  display: inline-flex;
  padding: 10px 30px;
  border: 2px #eac08d solid;
  border-radius: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 2px; }
  *.cta--alt {
    background: #eac08d;
    color: #1a1d25; }
    *.cta--alt:hover {
      background: #1a1d25;
      color: #eac08d; }

.text-center {
  text-align: center; }

.header {
  padding: 15px 90px;
  background: rgba(26, 29, 37, 0.2);
  backdrop-filter: blur(6px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 120px;
  transition: 1s ease all; }
  .header-content {
    display: grid;
    align-items: center;
    height: 100%;
    grid-template-columns: 1fr 6fr;
    gap: 20px; }
  .header .logo {
    position: absolute;
    left: -45px;
    top: 15px;
    transition: 1s ease all; }
    .header .logo-container {
      position: relative;
      height: 100%; }
    .header .logo img {
      border-radius: 50%;
      outline: 10px #1a1d25 solid;
      overflow: hidden;
      width: 200px;
      height: 200px;
      transition: 1s ease all; }
  .header.scrolled {
    height: 90px;
    transition: 1s ease all; }
    .header.scrolled .logo {
      left: 0;
      top: -10px;
      transition: 1s ease all;
      transform: rotate(-360deg); }
      .header.scrolled .logo img {
        width: 80px;
        height: 80px;
        outline-color: transparent;
        transition: 1s ease all; }
  .header .menu-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 60px; }
  .header nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0; }
    .header nav ul li a {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px; }
      .header nav ul li a:hover {
        color: #eac08d; }
    .header nav ul li.order {
      margin-left: 60px; }
      .header nav ul li.order a {
        border: 2px #eac08d solid;
        padding: 10px 30px;
        border-radius: 10px;
        letter-spacing: 2px; }
        .header nav ul li.order a:hover {
          background: #eac08d;
          color: #1a1d25; }
    .header nav ul li.current-menu-item a {
      color: #eac08d;
      border-bottom: 3px #eac08d dotted; }
  .header .socials menu {
    list-style-type: none; }
    .header .socials menu li a {
      display: flex;
      align-items: center;
      gap: 10px; }
    .header .socials menu svg {
      width: 30px;
      fill: #eac08d;
      display: none; }

.frontpage-baner {
  display: grid;
  margin-top: 120px; }
  @media (min-width: 1200px) {
    .frontpage-baner {
      grid-template-columns: repeat(3, 1fr);
      gap: 30px; } }
  .frontpage-baner video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.frontpage .baner-card {
  transition: 1s ease all;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center; }
  .frontpage .baner-card::after {
    content: '';
    position: absolute;
    display: block;
    visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eac08d;
    transform: scale(0);
    transition: 0.5s ease all;
    border-radius: 50%; }
  .frontpage .baner-card--content {
    position: absolute;
    text-align: center;
    padding: 0 30px;
    z-index: 9;
    visibility: hidden;
    opacity: 0; }
    .frontpage .baner-card--content .title {
      font-family: "Dancing Script", cursive;
      font-size: 60px;
      line-height: 1; }
    .frontpage .baner-card--content .cta {
      border-color: #1a1d25;
      background: #1a1d25;
      color: #ffffff; }
  .frontpage .baner-card:hover {
    transition: 1s ease all; }
    .frontpage .baner-card:hover .baner-card--content {
      visibility: visible;
      opacity: 1;
      transition: 1s ease all; }
    .frontpage .baner-card:hover::after {
      visibility: visible;
      transform: scale(1);
      transition: 1s ease all;
      border-radius: 0;
      opacity: .95;
      filter: blur(122px); }
  .frontpage .baner-card:last-of-type {
    border-bottom-right-radius: 100px; }
.frontpage .baner-image {
  position: relative; }
  .frontpage .baner-image img {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%); }

.frontpage-about {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 90px;
  margin-bottom: 90px;
  align-items: center;
  position: relative; }
  .frontpage-about--text {
    color: #ffffff;
    padding: 90px 0; }
    .frontpage-about--text h1 {
      font-size: 2vw;
      max-width: 1000px;
      top: 120px;
      font-size: 9vw; }
    .frontpage-about--text div {
      max-width: calc(35% - 60px); }
    .frontpage-about--text h2 {
      color: #ffffff;
      line-height: 1.5;
      font-weight: 400;
      font-size: 30px; }
    .frontpage-about--text p {
      font-size: 1.8rem;
      font-weight: 300; }
  .frontpage-about--image {
    justify-self: end;
    position: absolute;
    max-width: 65%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border-radius: 10px 10px 10px 120px;
    overflow: hidden; }
    .frontpage-about--image img {
      width: 100%;
      object-fit: cover; }
  .frontpage-about--page {
    margin-top: 120px; }
    .frontpage-about--page .frontpage-about--text {
      padding-top: 120px; }
      .frontpage-about--page .frontpage-about--text h1 {
        font-size: 12rem;
        margin-top: 30px;
        margin-bottom: 20px; }
      .frontpage-about--page .frontpage-about--text p {
        margin-bottom: 20px;
        font-size: 3rem; }

.outlined {
  text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 0px 2px 0 #ffffff, 2px 0px 0 #ffffff, 0px -2px 0 #ffffff, -2px 0px 0 #ffffff; }

.frontpage-offer {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-bottom: 90px; }
  .frontpage-offer .bordered {
    border: 3px #eac08d solid;
    padding: 60px;
    border-radius: 30px;
    display: grid;
    align-items: center; }
  .frontpage-offer .background {
    background: #eac08d;
    color: #1a1d25; }
    .frontpage-offer .background h2, .frontpage-offer .background p {
      color: #1a1d25;
      border-color: #1a1d25; }
    .frontpage-offer .background .cta {
      background: #1a1d25;
      border-color: #1a1d25; }
  .frontpage-offer--text {
    color: #ffffff; }
    .frontpage-offer--text h2 {
      font-size: 6rem;
      margin-bottom: 15px; }
    .frontpage-offer--text p {
      font-size: 1.8rem;
      font-weight: 300; }
  .frontpage-offer--image {
    border-radius: 30px;
    overflow: hidden; }
    .frontpage-offer--image img {
      width: 100%;
      object-fit: cover; }

.page-container {
  margin: 120px auto 0;
  padding: 90px;
  max-width: 1280px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 300; }
  .page-container h1 {
    text-align: center;
    font-size: 12rem;
    margin-bottom: 30px; }
  .page-container a {
    color: #eac08d;
    text-decoration: underline; }
  .page-container .lead {
    font-size: 3rem;
    max-width: 50%;
    margin: 0 auto; }

.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 90px; }
  .gallery--item {
    border-radius: 20px;
    overflow: hidden; }
    .gallery--item img {
      height: 100%;
      object-fit: cover; }
    .gallery--item:hover {
      opacity: .8; }

.footer {
  background: #1a1d25;
  padding: 0 90px;
  color: #ffffff; }
  .footer-content {
    border-top: 3px #eac08d dotted;
    padding: 90px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between; }
  .footer a {
    color: #eac08d;
    font-weight: bold; }

/*# sourceMappingURL=style.css.map */
