:root {
  --bs-font-sans-serif: "Futura-Medium";
  --ripple-opacity: 0.5;
  --ripple-duration: 600ms;
  --bs-checkbox-border: 1px solid rgba(243, 187, 68, 1);
  --bs-yellow: #f9b717;
  --bs-checkbox-focus: #f9b717;
  --bs-light: #fff;
  --bs-list-group-bg: #fff;
  --bs-link-color: #000;
  --bs-link-hover-color: #f9b717;
  --bs-btn-hover-bg: #ffca2c;
}
.btn {
  letter-spacing: 2px;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f9b717;
  --bs-btn-border-color: #f9b717;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #f9b717;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9b717;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f9b717;
  --bs-btn-disabled-border-color: #f9b717;
}
.list-group {
  --bs-list-group-border-radius: 0;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 1.5rem;
  max-width: 100%;
  margin: 2rem auto;
}
.list-group-item {
  background: var(--bs-list-group-bg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color 300ms;
  letter-spacing: .8px;
  font-weight: bold;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  border: var(--bs-checkbox-border);
}
.form-check-input:checked {
  background-color: var(--bs-checkbox-focus);
  border-color: var(--bs-checkbox-focus);
}
.form-check-input:checked + .form-checked-content {
  opacity: .5;
}
.form-check-input-placeholder {
  border-style: dashed;
}
.form-check-input[type=checkbox] {
  border-radius: 50%;
}
[contenteditable]:focus {
  outline: 0;
}
.list-group-checkable .list-group-item {
  cursor: pointer;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-light);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-blue);
}
.list-group-item-check[disabled] + .list-group-item, .list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.container-fluid, .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
/*Ripple________________________________________________________*/
[anim=ripple] {
  position: relative;
  overflow: hidden;
}
[anim=ripple]:before {
  content: "";
  position: absolute;
  display: block;
  background: var(--bs-yellow);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transform: translate(-50%, -50%) scale(var(--s, 1));
  transform-origin: center;
}
/*end-Ripple____________________________________________________*/
h6 {
  letter-spacing: 1px;
}
h3 {
  line-height: 3rem;
  letter-spacing: 0.5px;
}
h3 a:active {
  text-decoration: none;
  letter-spacing: 0.5px;
}
h3 a:hover {
  text-decoration: none;
}
h3 a:link {
  text-decoration: none;
}
* {
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
  margin: 0;
  outline: none;
  padding: 0;
  border: 0px;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.carousel-caption h1 {
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  line-height: 2.8rem;
  color: var(--bs-yellow);
  text-align: center;
}
.carousel-caption p {
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  line-height: 2.8rem;
  color: var(--bs-yellow);
  text-align: center;
  bottom: 30px;
  letter-spacing: 8px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5);
  transition: all .5s;
}
.carousel-indicators li:hover {
  background-color: rgba(255, 255, 255, 1);
  width: 30px;
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}
.carousel-indicators .active {
  background-color: #fff;
  transition: all .5s;
  width: 30px;
}
.carousel-h-60 {
  height: 50vh;
  padding-top: 50px;
}
.carousel-h-100 {
  height: calc(100vh - 0px);
}
.carousel-bg {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .1;
  background-color: #19191b;
}
.carousel-pt {
  padding-top: 90px;
}
.carousel {
  position: relative;
  top: 0;
  left: 0;
}
/* ken burns effect */
.carousel .carousel-zoom {
  transition: all 2s;
}
.carousel-zoom {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 30s ease-in infinite;
  animation: zoomin 30s ease-in infinite;
  transition: all .30s ease-in-out;
}
.view-menu a {
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: var(--bs-yellow);
  padding: 15px 10px 15px 15px;
}
.view-menu a:hover {
  text-decoration: none;
  background-color: var(--bs-btn-hover-bg);
}
.view-menu {
  width: calc(100% - 60px);
  font-size: 20px;
  font-family: var(--bs-font-sans-serif);
  font-weight: bold;
  color: var(--bs-yellow);
  top: 30px;
  line-height: normal;
  /*letter-spacing: 7px;*/
  position: absolute;
  z-index: 9;
  left: 30px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(222, 184, 37, 0.3);
  -webkit-animation: pulse 2s infinite;
}
.logo {
  height: 115px;
  width: 330px;
  background-image: url(../images/pizzeria-dihyang.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  transform: scale(1);
  position: absolute;
  top: calc(50% - 65px);
  left: calc(50% - 165px);
  z-index: 9;
}
.logo-olimpiadi {
  height: 92px;
  width: 220px;
  background-image: url(../images/logo-olimpiadi.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  transform: scale(0.85);
  position: absolute;
  top: 0;
  left: calc(50% - 110px);
}

.our-story {
  font-size: 14px;
  padding-top:20px;
}
.our-story a:hover {  color: #000; text-decoration: none;}
.our-story a {  color: #000; text-decoration: none;}

.mycontainer {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, .0);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  padding: 20px;
}
.slogan {
  width: 250px;
  height: 31px;
  background-image: url(../images/slogan.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: scale(1);
  -webkit-transition: transform 1s ease-in;
  -moz-transition: transform 1s ease-in;
  -o-transition: transform 1s ease-in;
  position: absolute;
  z-index: 9;
  bottom: 80px;
  left: calc(50% - 125px);
}
.myfooter {
  font-family: var(--bs-font-sans-serif);
  font-size: 24px;
  line-height: 2.8rem;
  letter-spacing: 7px;
  color: var(--bs-yellow);
  text-align: center;
  position: absolute;
  z-index: 9;
  left: calc(50% - 275px);
  bottom: 80px;
  -webkit-transition: transform 1s ease-in;
  -moz-transition: transform 1s ease-in;
  -o-transition: transform 1s ease-in;
  transform: translate();
}
.mybox {
  width: 100%;
}
.mytitle {
  padding: 3rem;
  line-height: 1.75rem;
  letter-spacing: 1px;
}
.yellow {
  color: var(--bs-yellow);
}
.kosong {
  padding: 0 !important;
  margin: 0 !important;
}
.frosted-glass {
  -webkit-backdrop-filter: saturate(100%) blur(7px);
  -moz-backdrop-filter: saturate(100%) blur(7px);
  -o-backdrop-filter: saturate(100%) blur(7px);
  backdrop-filter: saturate(100%) blur(7px);
}
/* --------------------------
 BUY NOW
-------------------------- */
@-webkit-keyframes pulse {
  0% {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  70% {
    -moz-transform: translate(0.5);
    -ms-transform: translate(0.5);
    -webkit-transform: translate(0.5);
    transform: translate(0.5);
    box-shadow: 0 0 0 50px rgba(222, 184, 37, 0);
  }
  100% {
    -moz-transform: translate(0.5);
    -ms-transform: translate(0.5);
    -webkit-transform: translate(0.5);
    transform: translate(0.5);
    box-shadow: 0 0 0 0 rgba(222, 184, 37, 0);
  }
}
/* Portrait */
@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait) {
  .mybox {
    width: 100%;
  }
  .mytitle {
    padding: 1.5rem;
    font-size: 1rem
  }
  .view-menu {
    font-size: 12px;
    top: 30px;
    /*letter-spacing: 5px;*/
    /*left:calc(50% - 48px);*/
  }
  .logo {
    transform: scale(0.85);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    top: calc(50% - 65px);
    z-index: 9;
  }
  .logo-olimpiadi {
   transform: scale(0.75);
    position: absolute;
}
  .mycontainer {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    text-align: center;
	 
  }
	.our-story {
  font-size: 14px;
  padding-top:20px;
}
.our-story a:hover {  color: #000; text-decoration: none;}
.our-story a {  color: #000; text-decoration: none;}
	
	
  .slogan {
    transform: scale(0.85);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    z-index: 9;
    bottom: 80px;
  }
  .myfooter {
    font-size: 9px;
    line-height: 1.4rem;
    letter-spacing: 4px;
    left: calc(50% - 125px);
    bottom: 40px;
  }
}
/* Landscape */
@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
  .mybox {
    width: 100%;
  }
  .mytitle {
    padding: 3rem;
    font-size: 1rem
  }
  .view-menu {
    font-size: 15px;
    top: 30px;
    /*letter-spacing: 8px;*/
    /*left:calc(50% - 63px);*/
  }
  .logo {
    transform: scale(0.75);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 165px);
    z-index: 9;
  }
	  .logo-olimpiadi {
  transform: scale(0.75);
    position: absolute;
}
  .mycontainer {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    text-align: center;
  }
	
	.our-story {
  font-size: 14px;
  padding-top:20px;
}
.our-story a:hover {  color: #000; text-decoration: none;}
.our-story a {  color: #000; text-decoration: none;}
  .slogan {
    transform: scale(0.85);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: calc(50% - 125px);
  }
  .myfooter {
    font-size: 10px;
    line-height: 1.55rem;
    letter-spacing: 4.5px;
    left: calc(50% - 135px);
    bottom: 30px;
  }
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
  .mybox {
    width: 100%;
  }
  .mytitle {
    padding: 1.5rem;
    font-size: 1.25rem
  }
  .view-menu {
    font-size: 15px;
    top: 30px;
    /*letter-spacing: 8px;*/
    /*left:calc(50% - 63px);*/
  }
  .logo {
    transform: scale(0.85);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 165px);
    z-index: 9;
  }
  .logo-olimpiadi {
  transform: scale(0.6);
    position: absolute;
}
  .mycontainer {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    text-align: center;
  }
	
	.our-story {
  font-size: 14px;
  padding-top:20px;
}
.our-story a:hover {  color: #000; text-decoration: none;}
.our-story a {  color: #000; text-decoration: none;}
  .slogan {
    transform: scale(0.85);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: calc(50% - 125px);
  }
  .myfooter {
    font-size: 10px;
    line-height: 1.55rem;
    letter-spacing: 4.5px;
    left: calc(50% - 135px);
    bottom: 55px;
  }
}
/* Landscape */
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
  .mybox {
    width: 100%;
  }
  .mytitle {
    padding: 3rem;
    font-size: 1.25rem
  }
  .view-menu {
    font-size: 15px;
    top: 30px;
    /*letter-spacing: 8px;*/
    /*left:calc(50% - 63px);*/
  }
  .logo {
    transform: scale(0.75);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 165px);
    z-index: 9;
  }
  .mycontainer {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    text-align: center;
  }
	
	.our-story {
  font-size: 14px;
  padding-top:20px;
}
.our-story a:hover {  color: #000; text-decoration: none;}
.our-story a {  color: #000; text-decoration: none;}
  .slogan {
    transform: scale(0.75);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: calc(50% - 125px);
  }
  .myfooter {
    font-size: 10px;
    line-height: 1.55rem;
    letter-spacing: 4.5px;
    left: calc(50% - 135px);
    bottom: 30px;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait) {
  .mybox {
    width: 100%;
  }
  .mytitle {
    padding: 1.5rem;
    font-size: 1.25rem
  }
  .view-menu {
    font-size: 15px;
    top: 30px;
    /*letter-spacing: 8px;*/
  }
  .logo {
    transform: scale(0.85);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 165px);
    z-index: 9;
  }
  .mycontainer {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
  }
	
	.our-story {
  font-size: 14px;
  padding-top:20px;
}
.our-story a:hover {  color: #000; text-decoration: none;}
.our-story a {  color: #000; text-decoration: none;}
  .slogan {
    transform: scale(0.85);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: calc(50% - 125px);
  }
  .myfooter {
    font-size: 10px;
    line-height: 1.55rem;
    letter-spacing: 4.5px;
    left: calc(50% - 135px);
    bottom: 30px;
  }
}
/* Landscape */
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  .mybox {
    width: 100%;
  }
  .mytitle {
    padding: 1.5rem;
    font-size: 1.25rem
  }
  .view-menu {
    font-size: 15px;
    top: 30px;
    /*letter-spacing: 8px;*/
    /*left:calc(50% - 63px);*/
  }
  .logo {
    transform: scale(0.85);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 165px);
    z-index: 9;
  }
  .mycontainer {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
  }
	
	.our-story {
  font-size: 14px;
  padding-top:20px;
}
.our-story a:hover {  color: #000; text-decoration: none;}
.our-story a {  color: #000; text-decoration: none;}
  .slogan {
    transform: scale(0.85);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: calc(50% - 125px);
  }
  .myfooter {
    font-size: 10px;
    line-height: 1.55rem;
    letter-spacing: 4.5px;
    left: calc(50% - 135px);
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  .mybox {
    width: 100%;
  }
  .mytitle {
    padding: 3rem;
    font-size: 1.25rem
  }
  .logo {
    transform: scale(1);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 165px);
    z-index: 9;
  }
  .mycontainer {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
  }
	
	.our-story {
  font-size: 14px;
  padding-top:20px;
}
.our-story a:hover {  color: #000; text-decoration: none;}
.our-story a {  color: #000; text-decoration: none;}
  .slogan {
    transform: scale(1);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    z-index: 9;
    bottom: 80px;
    left: calc(50% - 125px);
  }
}
@media (min-width: 992px) {
  .mybox {
    width: 100%;
  }
  .mytitle {
    padding: 3rem;
    font-size: 1.5rem
  }
  .logo {
    transform: scale(1);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 125px);
    z-index: 9;
  }
  .mycontainer {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
  }
	.our-story {
  font-size: 14px;
  padding-top:20px;
}
.our-story a:hover {  color: #000; text-decoration: none;}
.our-story a {  color: #000; text-decoration: none;}
  .slogan {
    transform: scale(1);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    z-index: 9;
    bottom: 80px;
    left: calc(50% - 125px);
  }
}
@media (min-width: 1200px) {
  .mybox {
    width: 960px;
  }
  .mytitle {
    padding: 3rem;
  }
  .view-menu {
    font-size: 17px;
    /*left:calc(50% - 80px);*/
  }
  .logo {
    transform: scale(1);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 165px);
    z-index: 9;
  }

  .slogan {
    transform: scale(1);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    z-index: 9;
    bottom: 80px;
    left: calc(50% - 125px);
  }
  .myfooter {
    font-size: 24px;
    line-height: 2.8rem;
    letter-spacing: 7px;
    left: calc(50% - 275px);
    bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .mybox {
    width: 960px;
  }
  .mytitle {
    padding: 3rem;
  }
  .view-menu {
    font-size: 18px;
    letter-spacing: 1px;
    position: absolute;
    z-index: 9;
    /*left:calc(50% - 85px);*/
    cursor: pointer;
  }
  .logo {
    transform: scale(1.25);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 165px);
    z-index: 9;
  }

  .slogan {
    transform: scale(1);
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    position: absolute;
    z-index: 9;
    bottom: 70px;
    left: calc(50% - 125px);
  }
  .myfooter {
    font-size: 24px;
    line-height: 2.8rem;
    letter-spacing: 7px;
    left: calc(50% - 275px);
    bottom: 80px;
  }
}