@font-face {
    font-family: 'Circe';
    src: url('https://notonlyfish.com.ua/static/css/fonts/Circe-ExtraBold.woff2') format('woff2'),
        url('https://notonlyfish.com.ua/static/css/fonts/Circe-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('https://notonlyfish.com.ua/static/css/fonts/Circe-Light.woff2') format('woff2'),
        url('https://notonlyfish.com.ua/static/css/fonts/Circe-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('https://notonlyfish.com.ua/static/css/fonts/Circe-Regular.woff2') format('woff2'),
        url('https://notonlyfish.com.ua/static/css/fonts/Circe-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('https://notonlyfish.com.ua/static/css/fonts/Circe-Bold.woff2') format('woff2'),
        url('https://notonlyfish.com.ua/static/css/fonts/Circe-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


*{
	box-sizing: border-box;
}

.lang{
	position: absolute;
	right: 50px;
	top: 60px;
}

.lang a{
	font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #CC9D65;
    text-decoration: none;
    cursor: pointer;
	z-index: 999;
    position: relative;
}

.mobile{
	display: none;
}

.desktop{
	display: initial;
}

html, body{
	margin: 0;
	padding: 0;
}

body{
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

section{
	overflow: hidden;
}

.video-container{
	z-index: -1;
	position: absolute;
/*    top: -50%;
    left: -50%; */
    top: 0%;
    left: 0%;
    width: 200%;
    height: 200%;
}

nav{
	margin: 0 auto;
    font-family: 'Circe', sans-serif;
    color: #CC9D65;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    padding: 30px 5% 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    z-index: 7;
    margin-bottom: -46px;
}

.main-menu ul{
	list-style: none;
}

.main-menu li{
	display: inline-block;
	font-family: 'Circe', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #CC9D65;
	margin: 0 30px;

}

nav a{
	text-decoration: none;
	color: #CC9D65;
}

.main-menu a:hover,
.phone a:hover,
.email a:hover,
.address a:hover,
.socials i:hover{
	color: #E74910 !important;
}

.address{
	display: flex;
    align-items: center;
    white-space: nowrap;
}

.phone a{
	font-family: 'Circe', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}

.address i, .phone i, .times i,
.email i{
	margin-right: 15px;
}

#slider{
	height: 100vh;
	width: 100%;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pattern{
	background-image: url(https://notonlyfish.com.ua/static/img/pattern.png);
	background-size: cover;
	background-position: 43%;
    height: 100vh;
    position: absolute;
    width: 100%;
}

#slider img{
	width: 20vw;
}

#slider .socials{
	position: absolute;
    bottom: 32px;
    width: 100%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	max-width: 1200px;
	margin: 0 5%;
}

.socials i{
	color: #E7BB89;
	font-size: 20px;
}

.socials a:not(:last-of-type){
	margin-right: 65px;
}

#about-us{
	background-color: #1F130F;
	padding: 50px 0;
	position: relative;
}

#about-us .sign{
	width: 23vw;
	align-self: center;
	padding-bottom: 50px;
}

.red-border{
	border: 1px solid #E84B24;
}

#about-us .box{
	max-width: 70vw;
	margin: 0 auto;
	padding: 50px 10px 100px;
	display: flex;
    flex-direction: column;
}

#about-us .boxy{
	position: absolute;
    width: 12vw;
    height: 11vw;
    top: 60%;
    left: 33vw;
}

.distorted{
	display: flex;
	align-items: flex-start;
}

.distorted .big{
	font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 1vw;
    line-height: 1.7vw;
    letter-spacing: 0.05vw;
    text-transform: uppercase;
    color: #E7BB88;
    margin-left: -3vw;
}

.distorted .big span{
	color: #E6480F;
}

.distorted .small{
	font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1vw;
    line-height: 1.7vw;
    letter-spacing: 0.05vw;
    text-transform: uppercase;
    color: #E7BB89;
}

.distorted .texts{
	margin-top: 10%;
}

.distorted img{
	position: relative;
    left: -10%;
    width: 33vw;
}

.fish1, .fish2{
	width: 27vw;
	position: absolute;
	top: 50%;
	
}

.fish2{
	right: 0;
	z-index: 10;
	transform: translate(50% , -50%);
}

.fish1{
	left: 0;
	transform: translate(-50%, -50%);
}

#menu{
	display: flex;
	max-height: 70vh;
	background-color: black;
}

#menu img{
	object-fit: cover;
	object-position: center;
	opacity: 0.6;
	transition: opacity .3s ease-in-out;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#menu a{
	max-width: 34%;
	position: relative;
}

#menu h2{
	font-family: Circe;
	font-size: 36px;
	line-height: 53px;
	letter-spacing: 1.15304px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#menu img:hover{
	opacity: 1;
}

#menu img:hover + h2{
	opacity: 1;
	color: #E74910;
}

footer{
	display: flex;
    position: relative;
    height: 80vh;
    min-height: 600px;
}

footer .socials{
	align-self: center;
        margin-top: 30px;
}

footer .half{
	width: 50%;
}

.half.info{
	background: #21211F;
//    padding: 7vw 10vw;
    padding: 0vw 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info .title{
	font-family: 'Circe', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	/*display: flex;*/
	align-items: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #E74910;
	margin: 20px 0;
}

.times{
	display: flex;
}

.times i{
	color: #FFFFFF;
	font-size: 16px;
}

.working-hours{
	display: flex;
	flex-direction: column;
	width: 250px;
	height: 50px;
}

.working-hours .wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}


.footer-logos{
display: flex;
}

.images-footer-logos{
	display: flex;
	flex-direction: column;
	width: 250px;
	height: 50px;
}

.images-footer-logos .wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
        margin: 0 auto;
}

.spacer-logos{
	margin-top: 5%;
}

.vlign-logos {
align-self: center;	
}

.days, .hours{
	font-family: 'Circe', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	/* identical to box height */
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
}

.days{
	font-weight: 400;
}

.info .address i,
.info .phone i,
.info .email i{
	color: #CC9D65;
}

.info .phone a,
.info .address p,
.info .email a{
	text-decoration: none;
	color: #CC9D65;
	font-size: 16px;
	line-height: 27px;
}

.info .address,
.info .phone,
.info .email{
	margin: 5px 0;
	white-space: nowrap;
}

.info .address p{
	margin-left: 3px;
}

.email a{
	font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
	letter-spacing: 1px;
	margin-left: -5px;
}

#map{
	position: absolute;
  	top: 0;
  	bottom: 0;
  	width: 50%;
}

#bottom-bar{
	height: 40px;
	background: #151515;
	display: flex;
	flex-direction: row;
}

#bottom-bar p{
	margin: 0;
	font-family: 'Circe', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 12px;
	display: flex;
	align-items: center;
	text-transform: lowercase;
	color: #8A8888;
	position: relative;
    right: -30px;
}

#bottom-bar img{
	width: 200px;
}

.copyright{
	display: flex;
	float: right;
	width: 80vw;
	margin: 0 auto;
	justify-content: flex-end;
}

.copyright:hover{
	opacity: .6;
}

.copyright a{
	display: flex;
    text-decoration: none;
}

.divider{
	background: #2D1C14;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	flex-direction: column;
	position: relative;
	overflow: visible;
}

.divider.small{
	height: 100px;
}

.divider h2{
	margin: 0;
    font-family: 'Circe', sans-serif;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #E74910;
    margin-bottom: 13px;
    font-weight: 800;
}

.divider .line{
	width: 60px;
    height: 1px;
    background: #E74910;
    margin-bottom: -20px;
}


.divider:after {
    background: linear-gradient(-135deg, #1F130F 16px, transparent 0), linear-gradient(135deg, #1F130F 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}

.divider.small:after{
	background: linear-gradient(-45deg, #2D1C14 16px, transparent 0), linear-gradient(45deg, #2D1C14 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: unset;
    bottom: -32px;
    left: 0px;
    width: 100%;
    height: 32px;
    transform: rotate(180deg);
    z-index: 99;
}

/*map marker*/
.leaflet-popup-content-wrapper {
	padding: 15px 10px !important;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
	width: auto;
	margin: 0;
}

.leaflet-popup-content img{
	width: 120px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip,
.leaflet-popup-content-wrapper {
	background: #21211F !important;
}

/*gallery*/

#gallery{
	height: 70vh;
	min-height: 300px;
	display: block;
	background: black;
	position: relative;
	width: 100%;
	white-space: nowrap;
}

#gallery img{
	width: 80vw;
	/*object-fit: cover;*/
	object-position: center;
	
	position: relative;
	left: 0;
	transform: translate(-50%);
}

#gallery .slide{
	width: 70vw;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: calc(-60vw + 50px);
	transition: all .3s ease-in-out;
    position: relative;
    margin: 0 10px;
}

#gallery .controls{
	width: 100%;
    height: 100%;
    position: relative;
    transform: translate(0, -100%);
}

#gallery .controls i{
	position: absolute;
	color: #E6480F;
	font-size: 5em;
	top: 50%;
	transform: translate(0, -25%);
	cursor: pointer;
	z-index: 999;
	opacity: 0.6;
}

#gallery .controls i:hover{
	opacity: 1;
}

#gallery .controls .prev{
	left: 6%;
}


#gallery .controls .next{
	right: 6%;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 12em;
  grid-gap: 3em;
}

/*Mobile*/

@media screen and (max-width: 896px) {

	.mobile{
		display: initial;
	}

	.desktop{
		display: none;
	}

	.phone a{
		white-space: nowrap;
	}

	#slider img {
	    width: 40vw;
	}

	nav{
		position: initial;
		padding: 46px 15% 0;
	}

	nav .address{
		position: absolute;
	    bottom: 0;
	    left: 50%;
	    transform: translate(-50%);
	}

	.pattern{
		background-position: 53%;
	}

	#slider .socials{
		margin: 0;
		justify-content: center;
		z-index: 100;
		transform: translate(-100%);
		transition: transform .3s ease-in-out;
	}

	#slider .socials.open{
		transform: translate(0%);
	}

	.main-menu{
		position: absolute;
	    width: 100vw;
	    height: 100vh;
	    top: 0;
	    left: 0;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    transform: translate(-100%);
	    background-color: rgba(0,0,0,0.9);
	    z-index: 99;
	    transition: transform .3s ease-in-out;
	}

	.main-menu.open{
		transform: translate(0%);
	}

	.main-menu ul{
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.main-menu li{
		font-size: 35px;
		margin: 15% 0;
	}

	.toggle-menu{
		z-index: 100;
		position: relative;
		width: 32px;
	}

	#about-us{
		padding: 0;
	}

	#about-us .box{
		padding: 0px;
		max-width: 100vw;
	}

	#about-us .sign {
	    width: 50vw;
	    padding: 30px 0;
	}

	.red-border {
	    border: none;
	}

	.distorted{
		flex-direction: column;
	}

	.distorted img {
	    position: relative;
	    left: 0;
	    width: 100vw;
	}

	.distorted .texts {
	    margin-top: 30px;
	    padding: 0 12% 0 17%;
	}

	.distorted .big,
	.distorted .small {
	    font-size: 3.2vw;
	    line-height: 4.8vw;
	    letter-spacing: 0.2vw;
	    margin-left: 0;
	}

	.distorted .small{
		margin-top: 40px;
	}

	.distorted .big{
		width: 80%;
	}

	.fish1{
		width: 50vw;
		top: 80%;
		transform: translate(-65%, -50%);
	}

	.fish2{
		width: 70vw;
	    top: 57%;
	    transform: translate(66% , -50%);
	}

	.fish1, .fish2{
		z-index: 0;
	}

	#menu{
		height: unset;
	    flex-direction: column;
	    max-height: unset;
	}

	#menu a{
		width: 100%;
	    max-width: unset;
	    height: 50vh;
	}

	#menu a:nth-child(1) img{
		object-position: 0 98%;
	}


	#menu a:nth-child(2) img{
		object-position: 0 38%;
	}


	#menu a:nth-child(3) img{
		object-position: 0 43%;
	}

	#gallery{
		height: 50vh;
	}

	#gallery .slide{
		left: unset;
		width: 100%;
		margin: 0;
	}

	#gallery .controls{
		display: none;
	}

	footer{
		flex-direction: column;
		height: initial;
	}

	footer .half{
		width: 100%;
		min-height: 50vh;
	}

	footer .socials {
		margin-top: 20px;
	}
	
	.spacer-logos {
	margin-top: 0;
 	}

	.half.info img {
	  width: 35vw;
	    margin-bottom: 20px;
	}

	#map{
		width: 100%;
		height: 50vh;
	}

	.half.info{
		background: #21211F;
	        padding: 7vw 10vw;
		display: flex;
	        flex-direction: column;
	        justify-content: center;
	} 


	.half.info img.fish_bottom {
	    width: 25vw;
	    margin-top: 40px;
	}

	#bottom-bar img {
	    width: 25vw;
	}

	#bottom-bar p{
		right: 0;
	}

	.info .phone a, .info .address p, .days, .hours, .info .email a {
	    font-size: 3.5vw;
    	line-height: 4vw;
	}

	.info .title{
		margin: 15px 0;
	}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 7em;
    grid-gap: 1em;
	}
}

@media screen and (max-width: 896px) and (orientation: landscape) {
.grid {
    margin-top: 4em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 11em;
    grid-gap: 1em;
}



