body {
	margin: 0rem 2rem;
	padding: 0;
	background: #fff;
}



@media (max-width: 1199px) {
	.header .navigation {
		display: none;
	}
}

.header {
	height: 360px;
	position: fixed;
	inset: 1rem;
	width: calc(100% - 2rem);
	z-index: 99;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 40px;
	border: 10px solid #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
	color: #fff;



	& .wrap {
		height: 100%;
		border-radius: 30px;
		overflow: clip;
		position: relative;
		display: flex;
		flex-direction: column;
	}



	& .grade {
		background: linear-gradient(to left, rgb(from #fff r g b / 1) 5%, rgb(from #fff r g b / 0) 100%);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		border-radius: 30px;
	}
}

.header .top {
	position: relative;
	flex-grow: 3;
}

/* Logo */

.header .logo {
	top: 15px;
	right: 4rem;
	width: 435px;
}



/* Header Icons */


form.searching {
	display: flex;
	margin-left: 0.5rem;
	flex: 1;
	max-width: 285px;
	position: relative;
	color: #fff;

	& button {
		position: absolute;
		left: 0;
		top: 5px;
		color: #fff;
		background-color: transparent;
		width: 15px;
		height: 15px;
		border: none;
		outline: none;
	}
}

.searching input {
	width: 100%;
	font-size: 1rem;
	padding: 0.8rem;
	border-radius: 18px;
	border: none;
	font-weight: 500;
	color: #fff;
	background-color: rgb(from #025574 r g b / 0.9);
	mix-blend-mode: multiply;

	&::placeholder {
		color: #fff;
	}
}

nav.navigation {
	position: absolute;
	bottom: 0.75rem;
	right: 4rem;
	top: auto;
}



.header .icon-btn.search {
	display: none;
}






.flexrow {
	display: flex;

	&.top {
		color: var(--prime1);
		align-items: center;
		justify-content: space-between;

		& h2 {
			font-size: calc(0.8vw + 1rem);
			font-weight: 400;
		}

		& a {
			font-weight: 500;
			color: var(--prime3);
			font-size: calc(0.1vw + 1rem);
		}

		& i {
			font-size: 0.8rem;
		}
	}
}

.page-content-head {
	display: none;
}

.header {
	background-color: transparent;
	/* background-image: url(./images/default.jpg?v=1); */
	position: relative;

	& .drink {
		top: -275px;
		position: absolute;
		left: 0;
		z-index: 1;
		width: 650px;
		height: 360px;
		background-image: url(./images/drink.png?v=1);
		background-size: contain;
	}

	& form.searching {
		margin-right: auto;
	}

	& .icon-btn {
		background-color: var(--prime1);
	}
}


@media (max-width:1600px) {


	body {
		margin: 1rem 1rem 0;
	}

	form.searching {
		max-width: 220px;
	}

	.header nav > ul > li > span > a {
		font-size: 1.2rem;
	}

	.header {
		width: auto;
		inset: 0;
		width: 100%;

		& .logo {
			right: 2.5rem;
		}


	}



	nav.navigation {
		right: 2.5rem;
	}

}

.cover {
	position: relative;
	min-height: 670px;
}

@media (min-width: 992px) {
	.cover {
		margin-top: 5rem;
	}

	.header .header-side {
		width: 44%;
	}
}




.gridrow {
	margin-inline: 1rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: calc(40px - 1rem);
	grid-row-gap: 40px;

	grid-template-columns: repeat(4, 1fr) 0.5fr repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);

	& > div {
		position: relative;
		border-radius: 40px;
		border: 10px solid #fff;
		box-shadow: 0 8px 25px #ddd;
		height: 24vw;
	}
}

.div1 {
	/* grid-area: 1 / 1 / 2 / 2; */

	grid-area: 1 / 1 / 2 / 3;
}

.div2 {
	/* grid-area: 1 / 2 / 2 / 4; */

	grid-area: 1 / 3 / 2 / 7;
}

.div3 {
	/* grid-area: 1 / 4 / 2 / 5; */

	grid-area: 1 / 7 / 2 / 9;
}

.div4 {
	/* grid-area: 2 / 1 / 3 / 2;
	 */
	grid-area: 2 / 1 / 3 / 3;
}

.div5 {
	/* grid-area: 2 / 2 / 3 / 3; */

	grid-area: 2 / 3 / 3 / 5;
}

.div6 {
	/* grid-area: 2 / 3 / 3 / 5; */

	grid-area: 2 / 5 / 3 / 9;
}

.service {
	display: flex;
	background: linear-gradient(to left, rgb(from var(--prime2) r g b / 1) 2%, rgb(from #fff r g b / 0) 50%);

	& h2 {
		color: #fff;
		font-weight: 700;
		margin: 0;
		writing-mode: vertical-rl;
		text-align: right;
		transform: rotate(0deg);
		font-size: calc(0.8vw + 1rem);
	}

	& .wrap {
		padding: 1rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 1rem;
		height: 100%;

		& > div {
			height: 82%;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
	}

	& span {
		line-height: 0.9;
	}


	& a {
		margin-bottom: 0.15rem;
		display: grid;
		color: var(--prime1);
		font-weight: 400;
		font-size: calc(1vw + 0.25vw);
		grid-template-columns: 0.15fr 1fr;
		gap: 1rem;
		align-items: center;

		& img {
			width: 100%;
			transition: all 0.2s ease;
		}

		&:hover {
			& img {
				transform: scale(1.2);
			}
		}
	}
}

.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
	list-style-type: none;
	position: absolute;
	bottom: 0rem;
	z-index: 1;

	& li.slick-active button {
		width: 30px;
		background-color: var(--prime1);
		border-radius: 50px;
	}

	& li button {
		position: relative;
		line-height: 0;
		display: block;
		width: 8px;
		height: 8px;
		padding: 4px;
		margin: 0 0.15rem;
		cursor: pointer;
		color: transparent;
		border: 1px solid var(--prime2);
		outline: none;
		background: var(--prime2);
		font-size: 0;
		border-radius: 100vw;
		transition: all 0.2s ease;
	}
}

.gridrow .pirs {
	border: none;

	& img {
		overflow: clip;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border: 10px solid #fff;
		border-radius: 30px;
		position: absolute;
		margin: auto;
		inset: 0;
	}

	& a {
		display: flex;
		color: var(--prime5);
		height: inherit;
		background-size: cover;
	}

	&.p____ a {
		padding: 1.85rem 2rem;
		flex-direction: column;

		strong {
			background-color: rgb(from #fff r g b / 0.65);
			backdrop-filter: blur(2px);
			width: 87%;
			line-height: 0.9;
			font-size: calc(1vw + 1rem);
			font-weight: 700;
			position: relative;
			padding: 1rem;

			opacity: 0;
			width: 0;
			height: 0;

			&::after {
				content: '';
				backdrop-filter: blur(2px);
				position: absolute;
				right: 1rem;
				width: 60px;
				height: 2px;
				bottom: 0.5rem;
				border-radius: 3px;
				background-color: var(--prime3);
			}
		}

		span {
			font-weight: 500;
			padding: 1rem;
			width: 70%;
			font-size: calc(0.2vw + 1rem);
			line-height: 0.9;
			background-color: rgb(from #fff r g b / 0.75);
		}
	}
}

.articles {
	padding: 1.5rem 2rem;
	color: var(--prime1);
	overflow: clip;

	&::after {
		content: '';
		position: absolute;
		left: -2.5rem;
		top: -2rem;
		width: 360px;
		height: 690px;
		background-image: url(./images/symbol.png?v=2);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: -1;
		opacity: 0.12;
	}

	.slide {
		margin-top: 1rem;
		font-size: calc(0.5vw + 1rem);
		line-height: 1.1;
	}

	& .slide a {
		margin-top: 3rem;
		display: inline-block;
		color: #fff;
		padding: 10px 1.5rem;
		border-radius: 10px;
		background-color: var(--prime1);
		transition: all 0.2s ease;
		transform-origin: right;
		font-size: calc(0.15vw + 1rem);

		&:hover {
			transform: scale(1.05);
		}
	}

	& p {
		font-size: calc(0.4vw + 1rem);
		margin-bottom: 0;
		height: 50px;
		overflow: clip;
	}

	& h3 {
		font-weight: 900;
		font-size: calc(1.25vw + 1rem);
		line-height: 1;
		position: relative;
		margin-bottom: 1.5rem;

		&::after {
			content: '';
			position: absolute;
			right: 0;
			width: 80px;
			height: 4px;
			bottom: -16px;
			border-radius: 3px;
			background-color: var(--prime3);
		}
	}
}

.branch {
	padding: 1rem 2.5rem;

	& .top {
		margin-bottom: 1rem;
	}

	.flexrow:nth-of-type(2) {
		align-items: center;
	}

	& .wrap {
		display: flex;
		flex-direction: column;

		color: var(--prime1);

		& span {
			font-weight: 400;
			color: var(--prime3);
			line-height: 1;
		}

		& strong {
			font-weight: 400;
			font-size: calc(0.6vw + 1rem);
			line-height: 0.9;
		}
	}

	& .days {
		justify-content: space-between;
		gap: 1rem;
		width: 100%;
		margin-top: 1.52rem;
		flex-wrap: wrap;
	}

	& form {
		position: relative;
		width: 45%;
		padding-block: 2px;
	}

	& form label {
		top: 0.25rem;
		padding-right: 1.4rem;
		color: var(--prime3);
		margin-bottom: 1px;
		display: block;
		position: absolute;
		font-weight: 500;
	}

	& form select {
		line-height: 2;
		color: var(--primne1);
		font-size: calc(0.25vw + 1rem);
		width: 90%;
		padding: 1.5rem 1rem 0.5rem;
		border: 1px solid #ddd;
		outline: none;
	}

	.box {
		flex: 1;
		border: 1px solid #ddd;
		padding: 0.75rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0.7rem;

		& span:first-of-type {
			font-size: calc(0.35vw + 1rem);
			font-weight: 500;
			color: var(--prime2);
		}

		& span:last-child {
			color: var(--prime1);
		}
	}
}

@media (max-width:1600px) {
	.cover {
		margin-top: 2rem;
	}

	.gridrow {
		grid-column-gap: 1rem;

		& > div {
			border: 7px solid #fff;
		}
	}

	.service {
		& .wrap {
			padding: 0.5rem;
			gap: 0.7rem;
		}
	}

	.articles {
		padding: 1.5rem 1rem;

		& .slide a {
			padding: 5px 0.5rem;
			margin-top: 2rem;
			border-radius: 5px;
		}

		& h3 {
			&::after {
				bottom: -12px;
				height: 2px;
			}
		}
	}

	/* .slick-dots {
		margin-top: -2px;
	} */
}


@media (max-width:1450px) {
	.branch {
		padding: 1rem;

		& .box {
			gap: 0;
			padding: 0.4rem;
		}
	}

	.articles {
		padding: 0.75rem;

		& p {
			font-size: calc(0.3vw + 1rem);
		}

		& .slide {
			margin-top: 0.25rem;

			& a {
				margin-top: 1rem;
			}
		}
	}
}

@media (max-width:1280px) {
	.branch {

		& .wrap {
			& strong {
				font-size: calc(0.2vw + 1rem);
			}
		}

		& .days {
			gap: 0.25rem;
		}

		& .days {
			margin-top: 0.75rem;
		}

		& .box {
			padding: 0.125rem;
		}
	}
}

@media (max-width: 1199px) {
	.header .drink {
		display: none;
	}

	.header {
		height: 220px;

		& .logo {
			width: 300px;
		}
	}

	.cover {
		padding: 15px 0;
	}

	.gridrow {
		grid-column-gap: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

		& > div {
			flex: 1;
			height: auto;
			border-radius: 16px;
			padding: 1rem;
		}

		& .pirs {
			flex: none;
			padding: 0;

			& img {
				position: relative;
				max-height: 28vw;
			}
		}
	}



	.articles {
		width: 100%;
	}

	.service {
		width: 100%;

		& h2 {
			writing-mode: unset;
			transform: none;
			color: var(--prime1);
		}

		& a {
			gap: 0.2rem;
			font-size: calc(1vw + 1.1rem);
			font-weight: 500;
		}

		.wrap {
			align-items: center;
			flex-direction: column;
			width: 100%;

			& > div {
				display: flex;
				justify-content: space-around;
				flex-wrap: wrap;

				display: grid;
				grid-template-columns: repeat(2, 1fr);
				gap: 0.5rem;
			}
		}
	}
}


@media (max-width:991px) {
	.header {
		& .logo {
			right: 0.5rem;
		}
	}
}


@media (max-width:767px) {
	.header {
		height: 180px;

		& .logo {
			width: 220px;
		}
	}

	.branch {
		& .days {
			flex-direction: column;
			gap: 1rem;
		}

		& form {
			width: 100%;
		}

		.flexrow:nth-of-type(2) {
			flex-direction: column;
			gap: 1rem;
			align-items: flex-start;
		}
	}

	.slick-dots {
		padding-right: 0;

		& li button {
			margin: 0 0.5rem;
		}
	}

	.articles {
		padding-bottom: 2rem;

		& h3 {
			font-weight: 700;
			font-size: calc(1.75vw + 1rem);
		}

		& p {
			height: auto;
			font-size: calc(0.75vw + 1rem);
		}

		& .slide {
			margin-block: 1rem;

			& p {
				display: none;
			}
		}
	}

	.slick-dots {
		bottom: -0.25rem;
	}

	.flexrow {
		&.top {

			& a {
				width: 120px;
				text-align: left;
				line-height: 1.25;
			}
		}
	}

	.service {
		& span {
			line-height: 1.2;
		}
	}

	.gridrow {
		& .pirs img {
			border-radius: 20px;
		}
	}

	.branch {
		& form select {
			width: 100%;
		}
	}
}

@media (max-width:600px) {
	.gridrow {
		margin-inline: 0.1rem;

		& > div {
			padding: 0.5rem;
		}

		& a {
			gap: 0.5rem;
			font-size: calc(1vw + 0.75rem);

			& img {
				width: 25px;
			}
		}

		& .pirs {

			flex: 1 1 100%;

			& img {
				height: auto;
				max-height: unset;
				width: 100%;
				max-width: 100%;

			}
		}
	}
}