/* CSS Document for the home page (index)*/

/** REVIEW SECTION { **/
.review-section{
	position: relative;
	background:var(--color-white);
	margin:60px 0;
	padding:30px;
	text-align: center;
	max-width: 700px;
	border-radius: 20px;
	overflow: hidden;
}
.review-section::before, .review-section::after{
	content:'';
	display: block;
	width:120px;
	height:10px;
	position: absolute;
	top:35px;
	left:-20px;
	transform: rotate(-45deg);
	background:#394855;
	opacity: 10%;
}
.review-section::after{
	top:auto;
	left:auto;
	bottom:35px;
	right:-20px;
}
.review-section p{
	font-style:italic;
	font-weight: 500;
	margin-top:20px;
	text-align: center;
}
.review-section p.review-name{
	color:var(--color-main);
	font-style: normal;
	margin-top:10px;
	
}
.review-section .review-images img{
	vertical-align: baseline;
	border-radius: 100%;
	border:3px solid var(--color-white);
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
	width:45px;
	margin: 0 -5px;
	position: relative;
	cursor: pointer;
}
.review-section .review-images img:nth-of-type(3){
	z-index: 2;
	width:60px;
}
.review-section .review-images img:nth-of-type(4){
	z-index: 1;
}
.preorder-image section {
	padding: 100px;
}
.preorder-image p {
	width: 50%;
	color: var(--color-white);
}
@media (max-width:1000px) {
	.preorder-image section {
		padding: 24px;
	}
}
@media (max-width:526px) {
	.preorder-image p {
		width: 80%;
	}
}

@media (min-width:700px){
	.review-section{
		padding:60px 30px;
		margin:160px 0;
	}
	.review-section p{
		font-size:28px;
	}
	.review-section p:first-of-type{
		margin:60px;
	}
	.review-section .review-images{
		margin-top:60px;
	}
	.review-section .review-images img{
		width:100px;
		margin: 0 -10px;
	}
	.review-section .review-images img:nth-of-type(3){
		width:150px;
	}
}
/** } **/
/** OTHER STYLES **/
.bubbles{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.bubbles div{
	width:100%;
	flex-grow:1;
}
.image-holder{
	width:60%;
	position: relative;
}
.image-holder img:first-of-type{
	position: relative;
	border-radius: 20%;
	width:90%;
	z-index:1;
}
.image-holder img:nth-of-type(2){
	width:50%;
	border-radius: 20%;
	position: absolute;
	bottom:-20%;
	right:-10%;
	box-sizing: border-box;
	border: 8px solid var(--color-white);
	z-index:1;
}
.image-holder img:nth-of-type(3){
	position: absolute;
	top:50%;
	width:100%;
	left:20%;
	z-index:0;
}
.image-text{
	display: flex;
	align-items:center;
}
.image-text h5{
	margin-left:10%;
	font-size:30px;
}
.column-image img{
	width:100%;
	margin-left:0px;
	border-radius: 20%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.column-image ul{
	padding:0;
	list-style: none;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}
.column-image ul li{
	margin:12px 0;
}
.column-image ul li::before{
	display:inline-block;
	vertical-align:middle;
	content:'';
	width:40px;
	height:40px;
	background:url("/assets/images/fish-icon.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.column-image ul li span{
	display: inline-block;
	width:calc(100% - 75px);
	padding-left:15px;
	padding-top:5px;
	vertical-align:middle;
}
.floating-image{
	padding-top:55px;
}
.floating-image div{
	position: relative;
	margin-right:60px;
	z-index: 0;
}
.floating-image .image{
	position:absolute;
	top:-30px;
	right:0;
	width:150px;
	height:200px;
	background-position: left center;
	background-size: cover;
	filter: drop-shadow(0px 25px 40px rgba(23, 21, 22, 0.1));
}

@media (min-width:576px){
	
	.floating-image .image{
		width:200px;
		height:250px;
		right:-24px;
		top:0;
	}
	.floating-image div p{
		width:80%;
	}
	.column-image{
		display:flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.column-image > *{
		width:50%;
		flex-shrink: 0;
	}
	.column-image img{
		width:450px;
		height:416px;
		margin-left:calc(-500px + 50%);
		vertical-align: middle;
		margin-right: 50px;
	}
	.column-image p{
		box-sizing: border-box;
		padding: 0 12px;
	}
	
	.image-text h5{
		font-size: 60px;
	}
}

@media (min-width:850px){
	.image-holder{
		width:40%;
	}
	.image-holder img:nth-of-type(3){
		right:-40%;
		left:auto;
		width:110%;
	}
	.image-text{
		width:50%;
		top:0;
		float:left;
		display: block;
	}
	.space-below-images{
		height:5vw;
	}
	.image-holder{
		width:100%;
	}
	.image-description{
		margin-left:50%;
		width:auto;
	}
	.image-description h2{
		font-size: calc(5.2vw - 20px);
		line-height: normal;
	}
	.image-description p, .image-description a{
		margin-left:20%;
	}
	.image-description p{
		margin-top:12vw;
	}
	.image-text h5{
		position: absolute;
		top:50%;
		font-size: 80px;
		left:120%;
	}
	.background-image h2{
		width:60%;
		max-width:700px;
	}
	
	.bubbles div{
		width:48%;
		max-width:500px;
		flex-grow: 0;
	}
	.floating-image div{
		width:80%;
		margin:0;
	}
	.floating-image .image{
		width:40%;
		height:500px;
		top:-60px;
	}
	.floating-image div p{
		width:60%;
	}
	.column-image img{
		width:700px;
		height:582px;
		margin-left:calc(50% - 750px);
		margin-right:48px;
		vertical-align: middle;
		margin-top: 48px;
	}
	.column-image li{
		font-size: 22px;
	}
	.column-image ul li {
		margin:24px 0;
	}
	.column-image ul li::before{
		width:60px;
		height:60px;
	}
}
@media (min-width:1500px){
	.image-description h2{
		font-size:60px;
	}
	.image-description p{
		margin-top:100px;
	}
	.bubbles div{
		width:23%;
	}
	.desktop-large{
		padding-bottom:100px;
		padding-top:80px;
	}
	.floating-image .image{
		width:40vw;
		max-height:800px;
		height:43vw;
		right:calc(750px - 50vw);
		top:-150px;
		z-index:1;
	}
}