/* Setting variable */
:root {
	--sectionTwo-img: url(assets/images/section2.jpg);
	--sectionThree-img: url(assets/images/section3.jpg);
	--sectionFive-img: url(assets/images/section-05-new.jpg);
}
@media only screen and (max-width: 599px) {
	:root {
		--sectionTwo-img: url(assets/images/section2-mobile.jpg);
		--sectionThree-img: url(assets/images/section3-mobile.jpg);
		--sectionFive-img: url(assets/images/section5-mobile.jpg);
	}
}

/* Import css into Custom CSS on CMS */
.product-detail.colos-fresh-milk .slick-dots {
	display: flex !important;
	position: static;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	list-style: none;
	gap: 10px;
}

.product-detail.colos-fresh-milk .slick-dots li button {
	color: transparent;
	background: transparent;
	opacity: 0;
	height: auto;
	width: auto;
}

.product-detail.colos-fresh-milk .slick-dots li {
	border-radius: 100%;
	width: .75rem;
	height: .75rem;
	border: 1px solid #000;
}

.product-detail.colos-fresh-milk .slick-dots li.slick-active {
	background: #000;
}

#section1, #section2, .section4, .section-product.benefit {
	display: block;
	position: relative;
	width: 100%;
	padding: 60px 0;
}

#section1, #section3, .section-product.benefit, .section4, #section5 {
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
#section2, .section-product.benefit {
	background-position: bottom center;
}
#section1:before {
	content: '';
	position: absolute;
	bottom: -8%;
	left: 0;
	width: 100%;
	height: 37%;
	/*max-height: 500px;*/
	background: rgb(40, 168, 224);
	/*background: linear-gradient(0deg, rgba(255,255,255, 1) 10%,  rgba(40,168,224, 1) 75%, rgba(9,86,164,.85) 100%);*/
	background: linear-gradient(0deg, rgba(133, 206, 237, 1) 38%, rgba(9, 86, 164, .85) 100%);
	transform: skewY(-5deg);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

#section1 .section-bg {
	display: block;
	width: 100%;
	position: relative;
}
#section1 .heading-icon {
	font-size: 1.876rem;
	line-height: 1.5;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	width: 30vw;
}
#section1 .sub-heading-text {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #333;
	margin-bottom: 50px;
}

#section1 .item-wrapper {
	margin-bottom: 130px;
}

#section1 .section-item {
	display: block;
	text-align: center;
	padding: 30px;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	min-height: 190px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .075);
	margin-bottom: 25px;
}

#section1 .section-item .section-item-head .main, #section1 .section-item .section-item-head .main sup, #section1 .section-item .section-item-head .main sub {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	text-align: center;
	/*width: 45%;*/
	background: linear-gradient(270deg, #28a8e0 2.99%, #0956a4 95.22%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.section-item-head .main sup, #section1 .section-item .section-item-head .main sub {
	font-size: 1.5rem !important;
	padding-left: 5px;
}

#section1 .section-item .section-item-head {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

#section1 .section-item .section-item-head .sub {
	display: block;
	text-align: left;
	width: 45%;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: #0956a4;
}

#section1 .section-item p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	margin-top: 15px;
}

#section1 .section-item a {
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #0956a4;
	margin-top: 15px;
}
#section1 .section-item a:hover {
	color: #3eb7e4;
}

#section1 .slide-wrapper {
	padding-top: 60px;
}

#section1 .slide-wrapper .slick-arrow {
	z-index: 1;
}
#section1 .slide-wrapper .slick-arrow.btn-prev {
	left: -2rem;
	/*color: white;*/
}
#section1 .slide-wrapper .slick-arrow.btn-next {
	right: -2rem;
}
#section1 .slide-wrapper .btn.btn-round, #section5 .btn.btn-round.custom-btn {
	background-color: var(--primary) !important;
}
#section1 .slide-wrapper .btn.btn-round:before, #section5 .btn.btn-round.custom-btn:before {
	background-color: var(--secondary) !important;
}

#section1 .slide-wrapper .card {
	border: 0;
	background: transparent;
	margin: 10px;
	transition: all 0.3s ease-in-out;
}

#section1 .slide-wrapper .card .card-image {
	border-radius: 20px;
	border: 5px solid white;
}

#section1 .slide-wrapper .card .card-image img {
	border-radius: 15px;
	max-height: 340px;
	object-fit: cover;
}

#section1 .slide-wrapper .card .card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 240px;
	max-height: 280px;
	background: rgba(255, 255, 255, 0.7);
	/*backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);*/
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

#section1 .slide-wrapper .card .card-body h5 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.625rem;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
	color: #0956a4;
}

/*SECTION 2*/
#section2, .product-detail.colos-fresh-milk .section-product.benefit {
	padding: 50px 0;
	overflow: hidden;
}
#section2:before, .product-detail.colos-fresh-milk .section-product.benefit:before {
	content: '';
	position: absolute;
	bottom: -7.4vw;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 250px;
	background-image: url(../images/bg-transition.png);
	background-repeat: no-repeat;;
	background-size: 100%;
	background-position: bottom left;
}
.product-detail.colos-fresh-milk .section-product.benefit .container {
	position: relative;
}
/*.product-detail.colos-fresh-milk .section-product.benefit:after {
	content: '';
	position: absolute;
	top: 0;
	height: 20vh;
	width: 100%;
	left: 0;
	background: linear-gradient(180deg, rgba(40,168,224, .85) 0%, rgba(40,186,224, 0) 100%);
}*/

#section2 .heading-icon, .product-detail.colos-fresh-milk .section-product.benefit .heading-icon {
	display: flex;
	align-items: center;
}

#section2 .w-100, .product-detail.colos-fresh-milk .section-product.benefit .w-100 {
	max-height: 550px;
	margin: 40px 0;
	width: auto !important;
}

#section2 .slider-benefit, .product-detail.colos-fresh-milk .section-product.benefit .slider-benefit {
	padding: 30px 20px;
	background: rgba(62, 183, 228, 0.3);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 20px;
	/*display: inline-block;*/
}

.product-detail.colos-fresh-milk .section-product.benefit .slider-benefit .slick-list .slick-track .slick-slide div > div {
	display: flex !important;
	flex-direction: column;
	row-gap: 30px;
}
.product-detail.colos-fresh-milk .section-product.benefit .row.align-items-end {
	align-items: center !important;
	padding-bottom: 40px;
}
.product-detail.colos-fresh-milk .section-product.benefit .slider-benefit .media {
	min-height: auto !important;
	margin: 0;
	padding: 0 !important;
	display: flex;
	flex-direction: row !important;
	align-items: center;
	column-gap: 20px;
	background: transparent;
}
.product-detail.colos-fresh-milk .section-product.benefit .media .image {
	position: static;
	left: 0;
	top: 0;
}
.product-detail.colos-fresh-milk .section-product.benefit .media .media-body {
	/*padding-right: 30px;*/
	row-gap: 10px !important;
}

/*SECTION 3*/
/*#section3 {
	margin-top: -1px;
	/*background: linear-gradient(180deg, #CDE9F7 20%, #FFFFFF 100%);*!/
	background-position: center -2px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 100px;
}*/

#section3 > .img-fluid {
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

#section3 .section3-wrapper {
	/*position: absolute;
	left: 0;
	top: 0;*/
	width: 100%;
	z-index: 3;
	padding: 50px 0;
}
#section3 .slick-slider {
	margin: 40px auto 0;
	width: 38vw;
	max-width: 550px;
}
#section3 .slick-slider .slick-dots li:only-child {
	display: none;
}
#section3 .section-table {
	padding: 30px 60px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 20px;
}

#section3 .custom-btn:after {
	display: none;
}

#section3 .section-table h5 {
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #0956a4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0956a4;
}

#section3 .section-table .table-wrapper {
	overflow-y: scroll;
	height: 220px;
	/*padding-top: 10px;*/
	padding-right: 20px;
	margin-bottom: 20px;
}
/* Custom Scroll */
#section3 .section-table .table-wrapper::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	-webkit-appearance: none;
	display: block !important;
}
#section3 .section-table .table-wrapper::-webkit-scrollbar:vertical {
	width: 5px;
}

#section3 .section-table .table-wrapper::-webkit-scrollbar:horizontal {
	height: 5px;
}
/* Track */
#section3 .section-table .table-wrapper::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .15);
	border-radius: 10rem;
	display: block !important;
}
/* Handle */
#section3 .section-table .table-wrapper::-webkit-scrollbar-thumb {
	background: var(--primary);
	border-radius: 10rem;
}
/* Handle on hover */
#section3 .section-table .table-wrapper::-webkit-scrollbar-thumb:hover {
	background: var(--primary);
}

#section3 .section-table .table thead th {
	border: 0;
	/*background: #EBF6FC;*/
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	color: #0956a4;
	padding-top: 20px;
}

/*#section3 .section-table .table {
    max-height: 200px;
    overflow: auto;
}*/
#section3 .section-table .table > :not(:first-child) {
	border: 0;
}
#section3 .section-table .table > :not(caption) > * > * {
	padding: 10px 0;
}
#section3 .section-table .table td {
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}

#section3 .section-table .table td strong {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	text-align: right;
	color: #000;
}

/*SECTION 4*/
.section4 {
	background-position: center bottom;
	padding-bottom: 0;
}

/*SECTION 5*/
#section5 {
	padding: 60px 0;
	background-position: center -2px;
}

#section5 .heading-icon {
	display: flex;
	align-items: center;
}

#section5 .campain-overview {
	flex-direction: column;
	justify-content: center;
	padding: 4rem 0;
}

#section5 .custom-btn:after {
	display: none;
}

/* Desktop */
@media (min-width: 768px) {
	#section1 .slide-wrapper .slick-arrow.btn-prev {
		color: white;
	}

	#section1 .slide-wrapper .card .card-body {
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}

	.product-detail.colos-fresh-milk .section-product.benefit .container {
		z-index: 1;
	}

	#section3 {
		margin-top: -1px;
		/*background: linear-gradient(180deg, #CDE9F7 20%, #FFFFFF 100%);*/
		background-position: center -2px;
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 100px;
	}

	/*#section3:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 200px;
		bottom: 0;
		left: 0;
		z-index: 2;
		background: linear-gradient(180deg, rgba(255,255,255, 0) 0%, #FFFFFF 100%);
	}*/
	#section3 .section3-wrapper {
		position: absolute;
		left: 0;
		top: 0;
		background: transparent !important;
	}

	#section3 .section3-wrapper .slick-slider .slick-arrow.btn-prev {
		left: -2rem;
	}

	#section3 .section3-wrapper .slick-slider .slick-arrow.btn-next {
		right: -2rem;
	}

	#section3 .section-table .table thead {
		position: sticky;
		top: 0;
	}

	#section3 .section-table .table thead th {
		background: #ebf6fc;
	}

	#section5 .slick-slider .slick-arrow.btn-prev, .section4 .slick-slider .slick-arrow.btn-prev {
		left: -2rem;
	}

	#section5 .slick-slider .slick-arrow.btn-next, .section4 .slick-slider .slick-arrow.btn-next {
		right: -2rem;
	}

	#section5 .slick-slider .slick-arrow i {
		color: white;
	}

	#section5 .campaign-space {
		height: 15vh;
	}
}
/* Lagre Desktop */
@media (min-width: 1400px) {
	.product-detail.colos-fresh-milk .section-product.benefit:after {
		content: '';
		position: absolute;
		top: 0;
		height: 20vh;
		width: 100%;
		left: 0;
		background: linear-gradient(180deg, rgba(133, 206, 237, 1) 0%, rgba(133, 206, 237, 0) 100%);
	}

	#section1 .heading-icon {
		width: 25vw;
	}
}
/* Extra Lagre Desktop */
@media (min-width: 1680px) {
	#section5 .campain-overview {
		padding: 5rem 0;
	}
}

/* Mobile */
@media (width: 320px) {
	#section1 .heading-icon {
		width: 90% !important;
	}

	#section5 .campain-overview {
		padding: 0 0 50% 0;
	}
}
@media only screen and (max-width: 767px) {
	.product-detail.colos-fresh-milk .slick-dots {
		gap: 5px;
		margin: 0;
	}

	.product-detail.colos-fresh-milk .slick-slider-md0-xs-1 .slick-arrow {
		transform: translateY(-120%);
		width: auto;
	}

	.product-detail.colos-fresh-milk .slick-slider .slick-arrow i {
		font-size: 2.5rem;
	}

	.product-detail.colos-fresh-milk .slick-slider-md0-xs-1 .slick-arrow.btn-prev {
		left: 0;
	}

	.product-detail.colos-fresh-milk .slick-slider-md0-xs-1 .slick-arrow.btn-next {
		right: 0;
	}

	#section1, #section2, #section3, .section4, .section-product.benefit {
		padding: 25px 0;
		background-size: cover;
	}

	#section1 {
		background-position: center -10vh;
		overflow: hidden;
	}

	#section1 .heading-icon {
		width: 70vw;
	}

	#section1 .sub-heading-text {
		padding: 0 10px;
	}

	#section1 .item-wrapper {
		margin-bottom: 65px;
	}

	#section1 .item-wrapper .slick-slide {
		padding: 0 15px !important;
	}

	/*#section1 .item-wrapper .slick-slide .col-md-4 {
		padding-right: 0!important;
		padding-left: 0!important;
	}*/
	#section1 .slide-wrapper .slick-arrow.btn-next {
		right: -.5rem;
	}

	#section1 .slide-wrapper .slick-arrow.btn-prev {
		left: -.5rem;
	}

	#section1 .section-item {
		padding: 20px;
		min-height: 1px !important;
	}

	#section1 .section-item p {
		margin-bottom: 0 !important;
	}

	#section1 .slide-wrapper .slick-slide {
		padding: 0;
	}

	#section1 .slide-wrapper .card {
		margin: 0;
		padding: 0;
	}

	#section1 .slide-wrapper .card .row.no-gutters {
		background: rgba(255, 255, 255, 0.7);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		border-radius: 20px;
	}

	#section1 .slide-wrapper .card .card-image {
		border-radius: 20px;
		border: 5px solid white;
	}

	#section1 .slide-wrapper .card .card-image img {
		max-height: 200px;
	}

	#section1 .slide-wrapper .card .card-body {
		border-radius: 0;
		min-height: auto;
		padding: 1.5rem;
		background: none;
	}

	#section1 .slide-wrapper .card .card-body h5 {
		font-size: 1.25rem;
		margin-bottom: 10px;
	}

	#section1 .slide-wrapper .slide-wrapper-list.slick-slider .slick-dots {
		display: flex !important;
		margin: 30px 0;
	}

	#section2, .section-product.benefit {
		background-position: center top;
		/*background-size: 320%!important;*/
	}

	#section2 .w-100, .product-detail.colos-fresh-milk .section-product.benefit .w-100 {
		margin: 2rem 0;
		width: 90% !important;
		height: auto !important;
	}

	#section2 .slider-benefit, .product-detail.colos-fresh-milk .section-product.benefit .slider-benefit {
		padding: 30px 10px;
	}

	.product-detail.colos-fresh-milk .section-product.benefit .slider-benefit .media {
		background: transparent !important;
		margin: 0;
	}

	/*.product-detail.colos-fresh-milk .section-product.benefit .slider-benefit .slick-list .slick-track .slick-slide div {
		width: 89vw;
	}*/
	.product-detail.colos-fresh-milk .section-product.benefit .media .media-body {
		padding-right: 10px;
		text-align: left;
	}

	.product-detail .slider-benefit .heading {
		margin-bottom: 10px;
		font-size: 1.1rem;
	}

	#section2:before, .product-detail.colos-fresh-milk .section-product.benefit:before {
		bottom: 0;
		top: 100vh;
		background-position: top left;
		background-size: cover;
		max-height: 100%;
	}

	#section3 {
		/*background: #CDE9F7 url('')!important;*/
		padding: 25px 0 0;
	}

	#section3 .section-table {
		padding: 15px;
	}

	#section3 .section3-wrapper .slick-slide {
		padding: 0 !important;
	}

	#section3 .section3-wrapper .img-fluid {
		width: 60vw;
		margin: 40px auto 0;
	}

	#section3 .slick-slider {
		width: 100%;
		padding: 0 !important;
		/*margin: 40px auto 0;*/
	}

	#section3 .section-table {
		margin: 0;
		background: rgba(255, 255, 255, 0.8);
		padding: 30px 20px;
	}

	.section4 {
		/*background-image: linear-gradient(180deg, rgba(217, 239, 249, 1) 0%, rgba(255, 255, 255, 1) 100%)!important;*/
	}

	.section4 .list-post .slick-arrow.btn-prev, #section5 .list-post .slick-arrow.btn-prev {
		left: 0;
	}

	.section4 .list-post .slick-arrow.btn-next, #section5 .list-post .slick-arrow.btn-next {
		right: 0;
	}

	#section5 {
		background-position: center top;
	}

	#section5 .campain-overview {
		padding: 0 0 45vh 0;
	}

	/*#section5 .campaign-space {
		height: calc(100vh - 390px);
	}*/
	.section4 .list-post .card, #section5 .list-post .card {
		margin-bottom: 15px;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, .05);
	}
}


/* Animation */
#section2 .w-100, #section3 .main-img-mobile {
	animation: myAnim 10s ease 3s infinite;
}
#section3 .main-img {
	animation: float 10s ease-in-out infinite;
}
@keyframes myAnim {
	0%,
	100% {
		transform: translateX(0%);
		transform-origin: 50% 50%;
	}

	3% {
		transform: translateX(-30px) rotate(-6deg);
	}

	6% {
		transform: translateX(15px) rotate(6deg);
	}

	9% {
		transform: translateX(-15px) rotate(-3.6deg);
	}

	12% {
		transform: translateX(9px) rotate(2.4deg);
	}

	15% {
		transform: translateX(-6px) rotate(-1.2deg);
	}
	18% {
		transform: translateX(0) rotate(0);
	}
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-50px);
	}
	100% {
		transform: translatey(0px);
	}
}