@font-face {
	font-family: 'dax-mediumregular';
	src: url('../fonts/daxmedium-webfont.woff2') format('woff2'), url('../fonts/daxmedium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'daxextrabold';
	src: url('../fonts/dax_extrabold-webfont.woff2') format('woff2'), url('../fonts/dax_extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal
}
html,
body {
		background-color: #161646;
	}
.bluebg{
	background-image: linear-gradient(to right, #0b2265, #081d5a, #06184e, #041444, #040e39);
}
header {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
	float: left
}
.logo{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 20px 0
}
.header-nav {
	width: 100%;
	padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.switch-lang {
    border: 1px solid #00adee;
    border-radius: 15px;
    font-family: 'dax-mediumregular';
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 17px;
    display: block;
}
.switch-lang a {
    font-family: 'dax-mediumregular';
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 10px;
    margin: 0;
    padding: 10px 15px;
    background-color: transparent;
    display: inline-block;
    border-radius: 13px;
}
.switch-lang a {
    font-family: 'dax-mediumregular';
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 10px;
    margin: 0;
    padding: 10px 15px;
    background-color: transparent;
    display: inline-block;
    border-radius: 13px;
}
.switch-lang .active {
    background-color: #00adee;
}
.videosection {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*#main-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1440px;
	height: auto;
	object-fit: cover;
	opacity: 1;
	z-index: 98
}*/
#all-flavor-video {
	width: 100%;
	max-width: 1320px;
	height: auto;
	display: block
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	/*mix-blend-mode: overlay;*/
	z-index: 99
}
.sound {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: 300;
    font-family: Arial, "sans-serif";
    color: #fff;
    margin: 0 20px 0 0;
    background-color: transparent;
    border-radius: 50%;
    padding: 20px;
}
.mute {
	background-image: url(../images/mute.png);
}
.unmute {
	background-image: url(../images/unmute.png);
}
.order-section{
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 100px 0;
	text-align: center;
	position: relative
}
.lang-switch {
	width: 30px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, "sans-serif";
	color: #ffffff;
	margin-left: 20px;
	border: 1px solid #fff
	}

.order-wrap {
    width: 530px;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block
}
.order-text {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0 10px;
    float: left;
    text-align: center;
    font-family: 'daxextrabold';
    font-size: 46px;
    line-height: normal;
    color: #00adee;
}
.party-links {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}
.party-links a {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    padding: 0;
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.party-links a img {
    display: inline-block;
    -webkit-transition: all 0.9s ease;                  
    -moz-transition: all 0.9s ease;                 
    -o-transition: all 0.9s ease;   
    -ms-transition: all 0.9s ease;          
    transition: all 0.9s ease;
    opacity:0.8;
}
.party-links a:hover img{
    opacity: 1;
}
.availablity-info {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    float: left;
    text-align: center;
    font-family: 'dax-mediumregular';
    font-size: 28px;
    line-height: normal;
    color: #fff;
}

#video-controls1{
	width: 100%;
	max-width: 1320px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	transform: translate(-50%,-50%);
}
#play-button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 102;
    transform: translate(-50%,-50%);
    background-color: transparent;
    background-image: url(../images/playbutton.png);
    background-size: 100px;   
	background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
	display: block;
	-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}
#play-button.hide{display: none}
#pause{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 101;
    transform: translate(-50%,-50%);
    background-color: transparent;
    background-image: url(../images/pausebutton.png);
    background-size: 100px;   
	background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
	-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}
#pause.hide{display: none}
.learn-more {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    z-index: 100;
}
.products {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 100px 0;
	float: left;
	position: relative;
	background-color: #0c1347
}
.products.pt-10{padding-top: 100px;}
.peanut-butter-bg {
    background-image: url(../images/desktop/patern01.png);
    background-position: right center;
	background-repeat: no-repeat;
	background-size: contain
}
.birthday-cake-bg {
    background-image: url(../images/desktop/patern02.png);
    background-position: left center;
	background-repeat: no-repeat;
	background-size: contain
}
.vanilla-bean-bg {
    background-image: url(../images/desktop/patern03.png);
    background-position: right center;
	background-repeat: no-repeat;
	background-size: contain
}
.salted-caramel-bg {
    background-image: url(../images/desktop/patern04.png);
    background-position: left center;
	background-repeat: no-repeat;
	background-size: contain
}
.hazelnut-bg {
    background-image: url(../images/desktop/patern05.png);
    background-position: right center;
	background-repeat: no-repeat;
	background-size: contain
}
.video-md{
	width: 100%;
}

h3 {
    font-family: 'daxextrabold';
    font-size: 70px;
	line-height: 70px;
    margin: 0;
    padding: 0;
}
p {
	font-family: 'dax-mediumregular';
    color: #fff;
    font-size: 30px;
	line-height: 40px;
	margin: 0;
	padding: 0
}
.peanut-butter-bg h3{color: #b55227}
.birthday-cake-bg h3{color: #d05486}
.vanilla-bean-bg h3{color: #6ecff6}
.salted-caramel-bg h3{color: #f99e2a}
.hazelnut-bg h3{color: #c38d67}


.swiper {
    width: 100%;
    height: calc(100% + 60px);
}
.swiper-slide {
    font-size: 18px;
    background-color: #161646;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination{
    color: #fff;
}
.swiper-button-next, 
.swiper-button-prev {
    top: 50% !important;
    z-index: 11 !important;
    margin-top: 0 !important;
    transform: translateY(-50%);
}
.swiper-bottom {
    position: relative;
    width: 160px;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: #37a8df;
    height: 40px;
    border-radius: 30px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    height: 30px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper-button-next{
    background-image: url(../images/next.png);
}
.swiper-button-prev{
    background-image: url(../images/prev.png);
}

footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0;
	float: left;
	background-color: #00adee
}

footer .container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	display: flex;
	flex-wrap: wrap
}

footer .container .logo,
footer .container .site-links,
footer .container .sociallinks {
	flex-basis: 0;
	flex-grow: 1;
	list-style: none;
	align-items: center;
	justify-content: center;
	display: flex
}

footer .container .site-links {
	flex-grow: 2
}

footer .container .site-links li,
footer .container .sociallinks li {
	display: inline-block;
	margin: 0 10px;
	padding: 0
}

footer .container .site-links li a,
footer .container .sociallinks li a {
	font-family: 'dax-mediumregular';
	color: #001f60;
	font-size: 20px;
	text-decoration: none
}

footer .container .site-links li {
	margin: 0 25px
}
footer .container .logo{
	padding-bottom: 0
}

.navigation {
    width: 150px;
    height: 40px;
    position: relative;
    padding: 0;
    margin: 0 auto;
    background-color: #00adee;
    border-radius: 15px;
}
.navigation a img{
	max-width: 100%;
	max-height: 100%;
	display: block
}
.prev {
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 100;
	width: auto;
	height: 30px
}

.next {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 100;
	width: auto;
	height: 30px
}

.count {
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 100;
	padding: 0;
	margin: 0;
	transform: translateX(-50%);
	font-family: 'dax-mediumregular';
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	font-size: 20px
}
.gotohome {
    width: 40px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.gotohome img{
	max-width: 100%;
	max-height: 100%;
	display: block
}
@media (max-width: 1440px) {
	h3{font-size: 60px; line-height: 60px}
	p {font-size: 24px; line-height: 34px}
}
@media (max-width: 1366px) {
	#all-flavor-video,
	#video-controls1{max-width: 1140px}
	header .logo img{max-width: 500px}
}
@media (max-width: 1024px) {
	#all-flavor-video,
	#video-controls1{max-width: 960px}
	footer .container .site-links li a, 
	footer .container .sociallinks li a{font-size: 14px}
    h3 {font-size: 40px; line-height: 46px}
	p {font-size: 18px; line-height: 22px; padding: 0}
}

@media (max-width: 790px) {
	.wrapper{width: 100%; height: auto; min-height: 100vh; margin: 0; padding: 0; float: left; background-image: linear-gradient(to right, #0b2265, #081d5a, #06184e, #041444, #040e39);}
	header .logo img {max-width: 100%;}
	.header-nav {justify-content: space-between}
	.header-sm{height: 60px}
	.order-text {font-size: 26px; padding: 15px 0;}
	.learn-more {bottom: 30px}
	.learn-more img{width: 200px}
	.order-wrap{width: 90%}
	.order-text{font-size: 26px}
	.products{height: auto; padding-bottom: 0; position: relative; overflow: scroll}
	.products.pt-10 {padding-top: 0}
	footer{display: none}
	
    html,
    body {
    	position: relative;
    	height: auto;
    }
    .logo {
        width: 85%;
        margin: 0 auto;
    }
    .mobile-wrapper {
    	width: 100%;
    	height: 100%;
    }
    .header-nav {
        height: 60px;
        padding: 0;
    }
    .content{
        text-align: left;
    }
    .homemobile{
        height: calc(100% + 60px);
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 100;
    }
	
	.peanut-butter-bg {
		background-image: url(../images/desktop/patern01-sm.png);
		background-position: right -50px top;
		background-size: 80%;
	}
	.birthday-cake-bg {
		background-image: url(../images/desktop/patern02-sm.png);
		background-position: right -50px top;
		background-size: 80%;
	}
	.vanilla-bean-bg {
		background-image: url(../images/desktop/patern03-sm.png);
		background-position: right -50px top;
		background-size: 80%;
	}
	.salted-caramel-bg {
		background-image: url(../images/desktop/patern04-sm.png);
		background-position: right -50px top;
		background-size: 80%;
	}
	.hazelnut-bg {
		background-image: url(../images/desktop/patern05-sm.png);
		background-position: right -50px top;
		background-size: 80%;
	}
	
    .availablity-info {
        font-size: 16px;
    }
	
}
@media (max-width: 576px) {
    html,
    body {
    	position: relative;
    	height: calc(100% - 60px);
    }
	.products{
	    height: calc(100vh - 60px); 
	    padding-bottom: 0;
	    position: relative; 
	    overflow: scroll
	}
	.learn-more img{width: 170px}
}
@media (max-width: 380px) {
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
        padding: 0;
    }
    .peanut-butter-bg {
		padding: 10% 0;
	}
	.birthday-cake-bg {
		padding: 10% 0;
	}
	.vanilla-bean-bg {
		padding: 10% 0;
	}
	.salted-caramel-bg {
		padding: 10% 0;
	}
	.hazelnut-bg {
		padding: 10% 0;
	}
	.sound{
        margin: 0;
        padding: 10px;
        background-size: 15px;
	}
	
	.prev,
	.next{
	    height: 22px;
	}
	.count{
        line-height: 32px;
        font-size: 16px;
	}
	.navigation{
	    width: 120px;
	    height: 32px
	}
	
}
@media (max-width: 320px) {
    h3 {
        font-size: 26px;
        line-height: 36px;
    }
    p {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
}
.swiper-button-next, .swiper-button-prev {
    height: 20px !important;
}

    .order-section {
        padding: 0 0 50px 0;
    }
    .learn-more {
        bottom: 0;
    }
}















