
.pageBody394 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width:100%;
}
/*
#pageBodyBg394 {
  display: flex;
  flex-direction: column;
  z-index: 1;
  transition: height 0.4s ease;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  overflow: hidden; 
  transform: translateZ(0);
  will-change: transform;
}

#pageBodyBg394 video {
  position: absolute;
  top: 5%;
  left: 50%;
  object-fit: cover;
  max-height: 250vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
}*/

#pageBodyBg394 {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  transform: translateZ(0);
}

#pageBodyBg394 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#form-username { background-color: #fff;color: #000; margin-bottom:15px; }
#form-password { background-color: #fff;color: #000; margin-bottom:15px;  }

#mainNavbar { background-color: transparent; }

#pageBodyBg390{ display: flex; flex-direction: column; z-index: 1;}
#pageBodyBg390 > .div1 { 
	background-image: url(/files/images/bg/pepsi_bg_top.png);
	background-position: top center;
	background-size: 100% auto;
	flex: 0 1 80%;
	background-repeat: no-repeat; 
}
#pageBodyBg390 > .div2 { 
	background-image: url(/files/images/bg/pepsi_bg_bottom.png);
	background-position: top center;
	background-size: 100% auto;
	flex: 0 1 20%;
	background-repeat: no-repeat; 
}

.pageBody390 {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.input-group .form-control { border-radius: 0 8px 8px 0; }

.input-group-text {
  height: 40px;
  border-radius: 8px 0 0 8px;
  background-color: #fff;
  color: #000;
}

/* SIDE NAV */
.sideNavBtn {
	color: #1f36c7;
	font-size:25px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0rem;
    left: 0;
    background-color: #07104ae0;
    overflow-x: hidden;
    padding-top: 15px;
    transition: 0.5s;
	z-index: 300;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
	color: #1f36c7;
	background-color: #fff;
}

.sidenav .sideNavCloseBtn {
    width: 100%;
    color: #fff;
    text-align: right;
    font-size: 28px;
    padding: 0 15px;
    line-height: 28px;
}

.sidenav .sideNavCloseBtn:hover{
	background-color:transparent;
	color: #fff;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.promoAppForm  a { color: inherit!important; text-decoration: underline; }
.promoAppForm  a:hover { color: inherit!important; text-decoration: none; }

.promo-boxrow {}
.promo-boxrow .stepImg { text-align: center; }
.promo-boxrow .stepContainer {
    text-align: center;
    margin-bottom: 15px;
}



.promo-boxrow .step {
    text-align: center;
    display: inline-block;
    padding: 10px;
    width: 50px;
    border-radius: 50%;
}
.promo-boxrow .img { text-align: center; }
.promo-boxrow .img img { text-align: center; }
.promo-boxrow .desc { text-align: center; font-weight:bold;  }
.promo-boxrow .stepImg > img {
    width: 100%;
	max-width:150px;
    display: inline-block;
}

.pizeImg {}
.pizeName { padding-top:15px; }

.prodImg {}
.prodName { padding-top:15px; }

.shopImg {}
.shopName { padding-top:15px; }
.product-carousel {
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 25px;
}

.product-carousel .owl-stage{
    display: flex;
}


.product-carousel .item { 
	height: 17rem;
	text-align:center;
}
.product-carousel .item .imgDiv {
	height: 13rem;
	text-align:center;
}
.product-carousel .item img {
    display: inline;
    max-width: 100%;
    max-height: 13rem;
}


.product-carousel .item div {
    height: 2rem;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 20px;
    margin: 3px 0;
    color: #232716;
	font-family: var(--font);
}

.owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}

.kodfeltoltesLink {
	border-radius: 25px; font-family: var(--font1); letter-spacing: 1px; font-size: 18px; padding: 10px 20px;
}

.owl-prev {
	position: absolute;
	left: 0; 
	color: !important;
	font-size: 33px!important;
	background-color: transparent;
	border: none;
}

.owl-next {
	position: absolute;
	right: 0;
	color: !important;
	font-size: 33px!important;	
	background-color: transparent;
	border: none;
}


header.promohead .promohead-img {
	min-height: auto;    
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.promohead-img { max-width: 100%; }

.promoHeadTitle {
    text-transform: uppercase;
    font-family: var(--font);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.promo-extra {
    width: 100%;
    /*
		display: flex;
		position: relative;
		opacity: 0;
		transform: translateX(0px);
		will-change: transform, opacity;
	*/
}

.promo-extra .pSectionTitle {
	font-size:35px;
	line-height:1em;
	margin-bottom: 3rem;
}

.promoSectionTitle {
	font-size: 28px;
	font-family: var(--font2);
	font-weight: bold;
	padding-top: 3rem;
	padding-bottom: 3rem;
	letter-spacing: 2px;
}

.pSectionTitle1 {
	font-size: 40px;
	font-family: var(--font2);
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	letter-spacing: 2px;
	display: inline-block;
	width: 100%;
	line-height:1em;
}

.pSectionTitle2 {
	font-size: 22px;
	font-family: var(--font2);
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	letter-spacing: 3px;
	display: inline-block;
	width: 100%;
	line-height:1em;
}

.promoSectionTitleTxt {
	font-size:14px;
	font-family: var(--font2);
	font-weight: 400;
	padding-top: 10px;
}

.promo-menu {
    width: 100%;
    justify-content: space-around;
}

.promoAppForm .col1 { padding:2rem 0rem; }
.promoAppForm .col2 { padding:2rem 0rem; }
.promoAppForm .col3 { padding:2rem 0rem; }
.promoAppForm .appfileBlock {
  display: block;
  width: 100px;
  border: 1px solid;
  float: left;
  text-align: center;
  margin-top: 5px;
  margin-right: 3px;
  background-color: #fff;
}

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
	padding-bottom: 3rem;
}
.faq-section h5 {
	font-size:14px;
}
.faq-title h5 {
	position: relative;
	margin-bottom: 45px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
}
.faq-title h5::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
	padding: 0 190px;
	margin-bottom: 10px;
}

.faq {
	background: transparent;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.faq .card {
	border: none;
	background: none;
	border-bottom: 0px dashed ;
	color: ;
	background-color: ;
}

.faq .card h5{
	color: ;
	background-color: ;
}

.faq .card .card-header {
	padding: 0px;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
	padding-left: 0px;
}

.faq .card .card-header .faq-title {
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding-top: 25px;
	padding-bottom: 15px;
	font-family: var(--font);
	font-weight:bold;
}

.faq .card .card-header .faq-title .badge {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 14px;
	float: left;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	background: #E91E63;
	color: #fff;
	font-size: 12px;
	margin-right: 20px;
}

.faq .card .card-body {
	padding: 0px;
	padding-left: 35px;
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	border-top: 0px solid #F3F8FF;
}


.faq .card .card-body a {
	color: }

.faq .card .card-body a:hover {
	text-decoration: none;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 750px) {
	header.promohead .promohead-img {
		min-height: 15px;
	}
}
@media (max-width: 570px) {
	.navbar-nav .nav-link { padding-left:15px; }
}

@media (max-width: 991px) {
	.faq {
		margin-bottom: 30px;
	}
	.faq .card .card-header .faq-title {
		line-height: 26px;
		margin-top: 10px;
	}
}


#calendar-container {
  min-height: 295px;
  margin: 40px auto;
}

#calendar-containercalendar-container{  }
#calendar-container .fc-daygrid-body  { width:100%; }
#calendar-container .fc-col-header  { min-width:100%; }
#calendar-container .fc-scrollgrid-sync-table { min-width:100%; }
#calendar-container .fc-scroller-liquid-absolute { min-width:100%; }
#calendar-container .fc-header-toolbar { font-size:14px; margin-bottom: 0; padding:15px 15px; color: #ffffff;  }
#calendar-container .fc-toolbar-title{ font-size:14px; color: #ffffff;  }
#calendar-container .fc-daygrid-day-events{ display:none; }
#calendar-container .fc-daygrid-day-number {
  display: inline;
  margin: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
#calendar-container .fc-daygrid-day-number:hover { text-decoration:none; font-weight:bold; cursor:pointer; }
#calendar-container .fc-col-header-cell-cushion {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
#calendar-container .fc-next-button { background-color:#153b36; color: #ffffff; }
#calendar-container .fc-prev-button { background-color:#153b36; color: #ffffff;  }
#calendar-container .fc-col-header-cell-cushion { background-color:transparent; color: #fff;  }
#calendar-container .fc-button-primary { background-color:#ffffffff!important; color: #153b36!important;  }


#calendar-table { overflow: auto; padding:15px; max-height: 700px; }
#calendar-table h5 { font-size: 1rem; }


#calendar-table { overflow: auto; padding:15px; max-height: 700px; }
#calendar-table h5 { font-size: 1rem; }

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    font-size: 12px;
}

.hetLink { text-align:left; }
.hetLink a { font-size:14px; color:#fff; text-decoration:none;font-family: sans-serif; }
.winlisttableNapi td { background-color: transparent;color: #fff; }
.winlisttableNapi th { background-color: transparent;color: #fff; }
.winlisttableHeti td { background-color: transparent;color: #fff; }
.winlisttableHeti th { background-color: transparent;color: #fff; }

.appFormFieldTitle {
	font-size: 14px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 7px 0 0 8px;
    height: 38px;
    border: 1px solid #aaa;
    border-radius: 0px;
    background-color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));
    background: #fff;
        background-clip: border-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
	font-size: 14px;
}

.appFormErrMsgLine {
    color: #fff;
    background-color: red;
    font-size: 13px;
}

a { color: }

.qeBlock {margin-bottom: 15px;}
.qeBlock .qeHead {font-size: 18px;font-weight: bold;border-bottom-style: solid;border-bottom-width: 1px;margin-bottom: 15px;}
.qeBlock .qeBody {}
.qeBlock .qeBody .labelRadio {width: 100%;}
.qeBlock .qeBody input[type='radio'] {}
.qeBlock .qeBody .labelCheckbox {width: 100%;}
.qeBlock .qeBody input[type='checkbox'] {}
.qeBlock .qeBody small {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

#gamePanel {
  overflow: hidden;
  padding: 0;
}
#gamePanelInner {
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
}
#loginBtn { width: 100%; }
#forgotPassBtn { width: 100%; }
#loginPanelBtn { width: 100%; }
#regPanelBtn { width: 100%; }

.horizontalOverlay {
    position: absolute;
    inset: 0;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

#loginPanelBtn { font-size: 20px; }
#regPanelBtn { font-size: 20px; }
#loginBtn { font-size: 16px; }
	
@media (min-width: 576px) { 
	.promoSectionTitle { font-size: 44px; }
	.hetLink { text-align:center; }
	.pSectionTitle1 {font-size: 54px;}
	.pSectionTitle2 {font-size: 22px;}
	.promo-extra .pSectionTitle { font-size:50px;}
	#loginBtn { width: 100%; }
	#forgotPassBtn { width: 100%; }
	#loginPanelBtn { width: 100%; }
	#regPanelBtn { width: 100%; }
	.horizontalOverlay { background-image: none; }
	#loginPanelBtn { font-size: 20px; }
	#regPanelBtn { font-size: 20px; }
	#loginBtn { font-size: 16px; }
}

@media (min-width: 768px) { 
	.promoSectionTitle { font-size: 62px; }
	.hetLink { text-align:center; }
	.pSectionTitle1 {font-size: 62px;}
	.pSectionTitle2 {font-size: 22px;}
	.promo-extra .pSectionTitle { font-size:40px;}
	#loginBtn { width: 100%; }
	#forgotPassBtn { width: 100%; }
	#loginPanelBtn { width: 100%; }
	#regPanelBtn { width: 100%; }
	.horizontalOverlay { background-image: none; }
	#loginPanelBtn { font-size: 22px; }
	#regPanelBtn { font-size: 22px; }
	#loginBtn { font-size: 20px; }
}

@media (min-width: 992px) { 
	.promoSectionTitle { font-size: 62px; }
	.hetLink { text-align:center; }
	.pSectionTitle1 {font-size: 62px;}
	.pSectionTitle2 {font-size: 22px;}
	.promo-extra .pSectionTitle { font-size:50px;}
	#loginBtn { width: 100%; }
	#forgotPassBtn { width: 100%; }
	#loginPanelBtn { width: 100%; }
	#regPanelBtn { width: 100%; }
	.horizontalOverlay  {
		background-image: url(/files/promotions/394/promo-images/keret.png?v=3);
		background-attachment: fixed;
		background-size: 100% 100%;
	}
}

@media (min-width: 1200px) { 
	.promoSectionTitle { font-size: 62px; }
	.hetLink { text-align:right; }
	.pSectionTitle1 {font-size: 62px;}
	.pSectionTitle2 {font-size: 22px;}
	.promo-extra .pSectionTitle { font-size:50px;}
	#loginBtn { width: auto; }
	#forgotPassBtn { width: auto; }
	#loginPanelBtn { width: auto; }
	#regPanelBtn { width: auto; }
	.horizontalOverlay  {
		background-image: url(/files/promotions/394/promo-images/keret.png?v=3);
		background-attachment: fixed;
		background-size: 100% 100%;
	}
	#loginPanelBtn { font-size: 25px; }
	#regPanelBtn { font-size: 25px; }
	#loginBtn { font-size: 22px; }
}

@media (min-width: 1400px) { 
	.promoSectionTitle { font-size: 62px; }
	.hetLink { text-align:right; }
	.pSectionTitle1 {font-size: 62px;}
	.pSectionTitle2 {font-size: 22px;}
	.promo-extra .pSectionTitle { font-size:50px;}
	#loginBtn { width: auto; }
	#forgotPassBtn { width: auto; }
	#loginPanelBtn { width: auto; }
	#regPanelBtn { width: auto; }
	.horizontalOverlay  {
		background-image: url(/files/promotions/394/promo-images/keret.png?v=3);
		background-attachment: fixed;
		background-size: 100% 100%;
	}
	#loginPanelBtn { font-size: 26px; }
	#regPanelBtn { font-size: 26px; }
	#loginBtn { font-size: 22px; }
}

/*
-------------------------------
*/

.mat { margin: auto; margin-top:0; }



.horizontal {
  height: 400vh; /* 4 section → 4 viewport */
  position: relative;
}
.track {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  width: 400vw;
  will-change: transform;
  z-index: 5;
}
.slide {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  flex-wrap: nowrap;
}
.normal {
  min-height: 100vh;
  width: 100%;
}
#lastBtnPanel {opacity: 0; transition: opacity 0.6s ease;}
.btn-wrapper { text-align:center; position: fixed; z-index:99; left:0; right:0; bottom:22%;opacity: 1; transition: opacity 0.9s ease; }
.btn-wrapper img {  max-width: 300px; }
.footer-wrapper { text-align:center; position: fixed; z-index:99; left:0; right:0; bottom:0;opacity: 1; transition: opacity 0.9s ease; }

.footer-wrapper { text-align:center; position: fixed; z-index:99; left:0; right:0; bottom:0;opacity: 1; transition: opacity 0.9s ease; }
.title-wrapper { 
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	color: white;
	top: 0;
	text-align: center;
	min-height: 40px;
	color: #fff;
	font-size: 62px;
	font-family: var(--font2);
	font-weight: bold;
	letter-spacing: 2px;
}


.btnholder { height: 60px; display:block;width:100%; text-align:center; }

.slideFixBtn { display:none; }

@media (max-width: 1023px), (max-height: 500px) {
  .horizontal {
    height: auto; 
    width:100%;	
  }

  .track {
    position: relative;        
    top: auto;
    height: auto;
    display: block;            
    width: 100%;              
    transform: none !important;
  }

  .slide {
    width: 100%;
    height: auto;
    min-height: 100vh;         
  }

  .btn-wrapper {
    display: none;            
  }
  .footer-wrapper {
    display: none;            
  }
  .slideFixBtn { display: block; }
}

@media (max-width: 1023px), (max-height: 550px) {
	.btn-wrapper { text-align:center; position: fixed; z-index:99; left:0; right:0; bottom:11%;opacity: 1; transition: opacity 0.9s ease; }
	.btn-wrapper img {  max-width: 250px; }
	.footer-wrapper { text-align:center; position: fixed; z-index:99; left:0; right:0; bottom:0;opacity: 1; transition: opacity 0.9s ease; }

}

.promo-extra .panel {
  height: auto; 
  min-height: 200px;
  border: none;
  padding: 20px 0;
}

.promo-extra .center-img {
  margin: 0 10px; 
}

.promo-extra .text-div {
  max-width: auto;
  text-align: center;
  width: 40%;
  min-width:200px;
}

@media (max-width: 1023px), (max-height: 500px) {
  .promo-extra .panel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .promo-extra .center-img {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1023px) {
	.promo-extra .text-div {
	  max-width: auto;
	  text-align: center;
	  width: 100%;
	  position: relative !important;
	}
	.promo-extra .center-img {
		/*min-height: 250px;*/
		width: auto!important;
	}
	
}

.horizontal { border-bottom:0px solid red; }
.vertical { border-top:0px solid yellow; }

#cardPanel {
  margin-top: -5%;
  width: 100%;
  overflow: hidden;
}

/*
.vertical {
  overflow-y: auto;
  height: 100vh;
}

.vertical section {
  min-height: 100vh;
  border-top: 1px solid red;
}
*/