/*!
Theme Name: perseuszone
Theme URI: https://houseboatperseusz.com
Author: Esumo.pl
Author URI: https://esumo.pl
Description: Perseuszone is a theme for the Houseboat Perseusz website.
Version: 1.0.0
*/


html {
	scroll-behavior: smooth;
  }
  
  * {
	box-sizing: border-box;
  }
  
  ::-moz-selection {
	color: #FCF8F0;
	background: #161513;
  }
  
  ::selection {
	color: #FCF8F0;
	background: #161513;
  }
  
  input,
  button,
  textarea {
	font-family: "krete", serif;
  }
  
  body {
	padding: 0;
	margin: 0;
	font-family: "krete", serif;
	font-weight: 200;
	font-style: normal;
	background-color: #fff;
	font-size: 17px;
  }
  
  img {
	display: block;
	max-width: 100%;
  }
  
  p {
	font-size:17px;
	line-height: 160%;
  }
  
  .container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
  }
  
  .row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
  }
  
  .align-center {
	align-items: center;
  }
  
  .justify-center {
	justify-content: center;
  }

  header.main {
	position:absolute;
	width:100%;
	z-index:10;
  }

header.main a{
	    background-color: #FCF8F0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    border-radius: 0 0 12px 12px;
    padding: 24px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}

  header.main img{
	max-width:140px;
  }

  .home-wrapper{
	padding:56px 0;
  }

  .home-wrapper .col{
	width:30%;
	display:flex;
	flex-direction: column;
	gap:16px;
	align-items: flex-start;
	background-color: #fff;
    padding: 32px;
    max-width: 1200px;
	border:1px solid rgba(0,0,0,0.1);
	position:sticky;
	top:24px;
	border-radius:12px;
  }

  .home-wrapper .col > *{
	margin:0;
  }

  .home-wrapper  h1{
    font-size: 28px;
    letter-spacing: -1.5px;
	margin:0 0 24px !important;
	gap:16px;
	width:100%;
	line-height: 115%;
	font-weight: 400;
	font-family: "trajan-pro-3", serif;
	justify-content: space-between;
}

.home-wrapper a {
	color:inherit;
	display:flex;
	gap:16px;
	align-items: center;
	text-decoration: none;
	font-weight: 500;;
	margin-bottom:8px;
}

.home-wrapper a i{
	color: #CFAD63;
    font-size: 14px;
}

.home-wrapper a span{
	text-transform: uppercase;
    font-weight: 400;
    background-color: #CFAD63;
    padding: 7px 12px;
    line-height: 100%;
    border-radius: 24px;
    font-size: 12px;
    letter-spacing: 1px;
    coloR: #000;
    min-width: 90px;
    text-align: center;
}

.home-wrapper  h3{
	font-size: 17px;
    display: inline-flex;
    border-bottom: 1px solid #CFAD63;
    padding: 4px 0;
	margin-bottom:8px !important;
	font-weight: 400;
	font-family: "trajan-pro-3", serif;
}

.home-wrapper  h4{
    font-size: 21px;
    letter-spacing: -1.5px;
	margin:32px 0 32px;
	display:flex;
	align-items: center;
	gap:16px;
	width:100%;
	white-space: nowrap;
	font-weight: 400;
	font-family: "trajan-pro-3", serif;
	justify-content: space-between;
}

.home-wrapper h4:before, .home-wrapper h4:after{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#CFAD63;
}

.gallery-wrapper img{
	border-radius:8px;
}
  
.gallery-wrapper {
	width:68%;
  }

  @media (max-width:1024pX){
	.container{
		padding:0 16px;
	}
	  .home-wrapper{
		  padding:40px 0;
	  }
	.home-wrapper .col{
		width:100%;
		position:initial;
	}
	.home-wrapper .gallery-wrapper{
		width:100%;
		margin-top:32px;
	}
	header.main img {
		max-width: 120px;
	}
	  header.main a {
    width: 160px;
    padding: 8px 16px 16px;
}
	  body video{
		  min-height:450px;
	  }
  }