
body {
	background: #eee;
	font-family: arial, helvetica, sans-serif;
}

.logobkbm {
  font-family: 'Proxima Nova', 'Helvetica Neue', sans-serif;
  font-size: 36px;
  text-align: center;
}
h3 {
  font-family: 'Proxima Nova', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  font-style: italic;
  color: #4e4e4e;
  text-align: center;
  margin-bottom: -100px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#wrapper {
  perspective: 2500;
	-webkit-perspective: 2500;
	width: 800px;
	margin: 200px auto 0 auto;
  perspective-origin: 50% 150px;
	-webkit-perspective-origin: 50% 150px;
  transition: perspective, 1s;
  -o-transition: -o-perspective, 1s;
  -moz-transition: -moz-perspective, 1s;
	-webkit-transition: -webkit-perspective, 1s;
}

#image:hover {
  animation-play-state:paused;
  -o-animation-play-state:paused;
  -moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}


@-webkit-keyframes spin {
	from {
    transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
		-webkit-transform: rotateY(0);
	}
	to {
    transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
		-webkit-transform: rotateY(-360deg);
	}
}

#image {
	margin: 0 auto;
	height: 300px;
	width: 400px;
  transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
  animation: spin 24s infinite linear;
  -moz-animation: spin 24s infinite linear;
  -o-animation: spin 24s infinite linear;
	-webkit-animation: spin 24s infinite linear;
}

.image {
	position: absolute;
	height: 300px;
	width: 400px;
  border-radius: 25px;
	background-color: rgb(0, 0, 0);
	text-align: center;
	/* font-size: 6em; */
	color: #fff;
}

.upkecil{
  font-size: 1.9em;
  font-family: 'Impact';
  position: absolute;
  top: 97px;
  left: 47px;
  z-index: 1;
  color: #fff;
}

.teng{
  font-size: 6em;  
  font-family: 'Anton';
  position: absolute;
  top: 57%;
  left: 51%;
  transform: translate(-50%, 0);
  z-index: 1;
  color: #fff;  
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f0d27f;
}


#image > .i1 {
  transform: translateZ(485px);
  -moz-transform: translateZ(485px);
  -o-transform: translateZ(485px);
  -ms-transform: translateZ(485px);
  -webkit-transform: translateZ(485px);
}
#image > .i2 {
  transform: rotateY(45deg) translateZ(485px);
  -moz-transform: rotateY(45deg) translateZ(485px);
  -o-transform: rotateY(45deg) translateZ(485px);
  -ms-transform: rotateY(45deg) translateZ(485px);
  -webkit-transform: rotateY(45deg) translateZ(485px);
}
#image > .i3 {
  transform: rotateY(90deg) translateZ(485px);
  -moz-transform: rotateY(90deg) translateZ(485px);
  -o-transform: rotateY(90deg) translateZ(485px);
  -ms-transform: rotateY(90deg) translateZ(485px);
  -webkit-transform: rotateY(90deg) translateZ(485px);
}
#image > .i4 {
  transform: rotateY(135deg) translateZ(485px);
  -moz-transform: rotateY(135deg) translateZ(485px);
  -o-transform: rotateY(135deg) translateZ(485px);
  -ms-transform: rotateY(135deg) translateZ(485px);
  -webkit-transform: rotateY(135deg) translateZ(485px);
}
#image > .i5 {
  transform: rotateY(180deg) translateZ(485px);
  -moz-transform: rotateY(180deg) translateZ(485px);
  -o-transform: rotateY(180deg) translateZ(485px);
  -ms-transform: rotateY(180deg) translateZ(485px);
  -webkit-transform: rotateY(180deg) translateZ(485px);
}
#image > .i6 {
  transform: rotateY(225deg) translateZ(485px);
  -moz-transform: rotateY(225deg) translateZ(485px);
  -o-transform: rotateY(225deg) translateZ(485px);
  -ms-transform: rotateY(225deg) translateZ(485px);
  -webkit-transform: rotateY(225deg) translateZ(485px);
}
#image > .i7 {
  transform: rotateY(270deg) translateZ(485px);
  -moz-transform: rotateY(270deg) translateZ(485px);
  -o-transform: rotateY(270deg) translateZ(485px);
  -ms-transform: rotateY(270deg) translateZ(485px);
  -webkit-transform: rotateY(270deg) translateZ(485px);
}
#image > .i8 {
  transform: rotateY(315deg) translateZ(485px);
  -moz-transform: rotateY(315deg) translateZ(485px);
  -o-transform: rotateY(315deg) translateZ(485px);
  -ms-transform: rotateY(315deg) translateZ(485px);
  -webkit-transform: rotateY(315deg) translateZ(485px);
}

img {
  border-radius: 25px;
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:root {
  --bottom-0: 470%;
  --bottom-1: 470%;
  --bottom-2: 470%;
  --bottom-3: 470%;
  --bottom-4: 470%;
}

body {
  /*background-color: #0d1117;*/
  width: 100vw;
  min-height: 72vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.numbers-wrapper {
  height: 100px;
  width: auto;
  overflow-y: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d1117;
  box-shadow: inset 5px 5px 10px #07090c, inset -5px -5px 10px #131922;
}
.numbers-wrapper .nums {
  transition: bottom 0.7s;
  opacity: 0.92;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  font-size: 7rem;
  line-height: 95px;
  position: relative;
  margin: 12px;
  font-family: "Poppins", sans-serif;
}
.numbers-wrapper .nums span {
  margin: 5px;
  user-select: none;
}

.nums:nth-child(1) {
  bottom: var(--bottom-0);
}

.nums:nth-child(2) {
  bottom: var(--bottom-1);
}

.nums:nth-child(3) {
  bottom: var(--bottom-2);
}

.nums:nth-child(4) {
  bottom: var(--bottom-3);
}

.nums:nth-child(5) {
  bottom: var(--bottom-4);
}

.input-wrapper {
  margin-top: 50px;
  display: flex;
}
.input-wrapper #input-number {
  color: #fff;
  padding: 0px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 1.2rem;
  width: 200px;
  height: 40px;
  border: none;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  background-color: #0d1117;
  box-shadow: inset 5px 5px 10px #07090c, inset -5px -5px 10px #131922;
  transition: transform 0.2s;
}
.input-wrapper #input-number:focus {
  transform: translate(-10px);
}
.input-wrapper #input-btn {
  padding: 0 10px;
  margin-left: 7px;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  outline: none;
  background-color: #198754;
  box-shadow: inset 5px 5px 10px #105636, inset -5px -5px 10px #22b872;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  opacity: 0.9;
}
.input-wrapper #input-btn:active {
  transform: scale(0.95);
}
.form-group {
  width:236px;
}

  @import url(https://fonts.googleapis.com/css?family=Patua+One|Open+Sans);
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
body {
    background-image: url("asset/aaah1back.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-size: 100% 100%; */
    /* background: #ffffff; */
  }
  
  table {
    border-collapse: separate;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 50px auto;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
  
  thead {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  
  thead th {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 20px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NmY3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNTU2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646f7f), color-stop(100%, #4a5564));
    background-image: -moz-linear-gradient(#646f7f, #4a5564);
    background-image: -webkit-linear-gradient(#646f7f, #4a5564);
    background-image: linear-gradient(#646f7f, #4a5564);
    border-top: 1px solid #858d99;
  }
  thead th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  thead th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #5f6062;
    font-size: 13px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  
  tbody tr:nth-child(2n) {
    background: #f0f3f5;
  }
  
  tbody tr:last-child td {
    border-bottom: none;
  }
  tbody tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  tbody tr:last-child td:last-child {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  tbody:hover > tr td {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    /* uncomment for blur effect */
    /* color:transparent;
    @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
  }
  
  tbody:hover > tr:hover td {
    text-shadow: none;
    color: #2d2d2d;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  @import url(https://fonts.googleapis.com/css?family=Patua+One|Open+Sans);
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
body {
    background-image: url("asset/aaah1back.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-size: 100% 100%; */
    /* background: #ffffff; */
  }
  
  table {
    border-collapse: separate;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 50px auto;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
  
  thead {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  
  thead th {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 20px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NmY3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNTU2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646f7f), color-stop(100%, #4a5564));
    background-image: -moz-linear-gradient(#646f7f, #4a5564);
    background-image: -webkit-linear-gradient(#646f7f, #4a5564);
    background-image: linear-gradient(#646f7f, #4a5564);
    border-top: 1px solid #858d99;
  }
  thead th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  thead th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #5f6062;
    font-size: 13px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  
  tbody tr:nth-child(2n) {
    background: #f0f3f5;
  }
  
  tbody tr:last-child td {
    border-bottom: none;
  }
  tbody tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  tbody tr:last-child td:last-child {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  tbody:hover > tr td {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    /* uncomment for blur effect */
    /* color:transparent;
    @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
  }
  
  tbody:hover > tr:hover td {
    text-shadow: none;
    color: #2d2d2d;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  
  body {
  font-family: 'liquid_crystalregular', sans-serif;
  /*user-select: none;*/
  user-drag: none;
}

.clock {
    height: 55px;
    width: 35%;
    line-height: 55px;
    margin: 50px auto 0;
    padding: 0 50px;
    background: #222;
    color: #eee;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 7px #222;
    text-shadow: 0 0 3px #fff;
  }
  
  .btn-close {
    cursor: pointer;
    position: relative;
    right: -5px;
    top: 5px;
    margin: 3px;
    width: 20px;
    height: 20px;
    float: right;
  }
  
  .clear {
    clear: both;
  }
  
  .btn-close::before,
  .btn-close::after {
    content: "";
    height: 2px;
    display: block;
    background: #d6d6d6;
  }
  
  .btn-close::before {
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .btn-close::after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .btn-close:hover:after, .btn-close:hover:before {
    background: #FF8CB4;
  }
  
  .modal-wrapper {
    display: flex;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    background: rgba(25, 18, 12, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .modal-wrapper.open {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
  }
  
  .modal {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    height: 305px;
    width: 470px;
    position: relative;
    margin: auto;
    background: #e8e8e8;
    background: -webkit-linear-gradient(bottom, #e8e8e8, #fff);
    background: -o-linear-gradient(bottom, #e8e8e8, #fff);
    background: linear-gradient(to top, #e8e8e8, #fff);
    box-shadow: 0px 16px 16px -6px rgba(47, 46, 38, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-transform: scale(0.7);
    /* IE 9 */
    -webkit-transform: scale(0.7);
    /* Safari */
    transform: scale(0.7);
  }
  
  .modal-wrapper.open .modal {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
    height: 670px;
    width: 800px;
  }
  
  .content {
    text-align: left;
    font-size: 100%;
  }
  
  @media screen and (max-width: 425px) {
    .modal {
      width: 100%;
      height: 70%;
      padding: 0;
    }
  
    .btn-close {
      right: 5px;
    }
  }
  
  .menunz {
    display: block;
    position: fixed;
    right: -264px;
    width: 365px;
    height: 150px;
    bottom: 0px;
    z-index: 696969 !important;
    padding: 5px;
  }
  .rmenunz {
    color: white;
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
    width: 325px;
    display: block;
    clear: both;
    z-index: 69696 !important;
  }
  
  .rmenunz1 {
    float: left;
    width: 60px;
    height: 55px;
    z-index: 6969 !important;
    padding-left: 10px;
  }
  .rmenunz1 img {
    max-width: 80px;
    margin-top: -70px;
    margin-left: -19px;
  }
  
  .rmenunz4 {
    float: left;
    width: 60px;
    height: 55px;
    z-index: 6969 !important;
    padding-left: 10px;
  }
  .rmenunz4 img {
    max-width: 74px;
    margin-left: -19px;
    margin-top: -18px;
  }
  .rmenunz2 {
    border: 1px solid #848484;
    right: -20px;
    position: absolute;
    color: white;
    text-align: center;
    float: left;
    width: 275px;
    background: linear-gradient(to right, #000000 35%, #000000 100%);
    margin-right: -10px;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 26px;
    z-index: 696 !important;
    transition: right 1s;
  }
  .rmenunz7 {
    border: 1px solid #848484;
    right: -20px;
    top: -37px;
    position: absolute;
    color: white;
    text-align: center;
    float: left;
    width: 275px;
    background: linear-gradient(to right, #000000 35%, #000000 100%);
    margin-right: -10px;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 26px;
    z-index: 696 !important;
    transition: right 1s;
  }
  .rmenunz3 {
    color: white;
    display: none;
    float: left;
    width: 0px;
    background: #000000;
    margin-left: 0px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 10px 20px;
    color: rgb(0, 0, 0);
  }
  .rmenunz:hover {
    right: 0px;
    transition: right 0.6s ease 0s;
  }
  /* .rmenunz:hover .rmenunz1 {
    transition: all 0.6s ease 0s;
    transform: rotateZ(720deg);
  } */
  .rmenunz:hover .rmenunz2 {
    display: inline-block;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: right 0.6s ease 0s;
    -o-transition: right 0.6s ease 0s;
    right: 365px;
    width: 250px;
    transition: right 0.6s ease 0s;
  }
  .rmenunz:hover .rmenunz7 {
    display: inline-block;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: right 0.6s ease 0s;
    -o-transition: right 0.6s ease 0s;
    right: 365px;
    width: 250px;
    transition: right 0.6s ease 0s;
  }
  .rmenunz:hover .rmenunz3 {
    display: block;
    width: 325px;
    transition: all 0.6s ease 0s;
  }
  .menunz a {
    color: #ffffff;
  }
  
  .phonenz {
    display: block;
    position: fixed;
    right: 10px;
    width: 60px;
    height: 60px;
    top: 100px;
    z-index: 696969 !important;
    padding: 5px;
    cursor: pointer;
  }
  @keyframes xoaytron {
    0% {
      -webkit-transform: rotateY(0deg);
      transform: rotateZ(0deg);
      padding: 0px;
      filter: brightness(50%);
    }
    85% {
      -webkit-transform: rotateZ(1080deg);
      transform: rotateZ(1080deg);
      padding: 0px;
      filter: brightness(100%);
    }
    100% {
      -webkit-transform: rotateZ(1080deg);
      transform: rotateZ(1080deg);
      padding: 0px;
      filter: brightness(20%);
    }
  }
  .phonenz0 img {
    transition: xoaytron 1s cubic-bezier(1, -0.21, 0, 1.21);
    animation-duration: 15s;
    animation-name: xoaytron;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  .menunz a {
    text-decoration: auto;
  }
  /***************  MOBILE ***************/
  @media only screen and (max-width: 48em) {
    .phonenz {
      top: 50px;
    }
    .menunz {
      top: 100px;
    }
  }
  
  .rmenunz2:after {
    position: absolute;
    right: -15px;
    border-width: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #000000 transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #000000;
    content: "";
  }
  .rmenunz7:after {
    position: absolute;
    right: -15px;
    border-width: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #000000 transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #000000;
    content: "";
  }