/*

Tooplate 2121 Wave Cafe

https://www.tooplate.com/view/2121-wave-cafe

*/

html { scroll-behavior: smooth; }

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    /* font-size: 14px; */
    overflow-x: hidden;
    background-color: #1E5050;
}

ul {
    padding: 0;
    margin: 0;
}

nav > ul > li { list-style: none; }

a { 
	color: #3CF;
    text-decoration: none;
    transition: all 0.3s ease; 
}
.del-icon{
    color: red;
    cursor: pointer;
}
.print-icon{
    color: black;
    cursor: pointer;
}
.edit-icon{
    color: black;
    cursor: pointer;
    padding-left: 10px;
}

p { 
    line-height: 1.8; 
    margin-top: 0;
}

h2 { margin-top: 0; }

#tm-video {
    position: fixed;
    right: 0;
    bottom: 0;    
    z-index: -1000;
}

.tm-video-wrapper { position: relative; }

#tm-video-control-button {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
    color: white;    
    padding: 10px;
}

.tm-container { padding: 30px; }

.tm-row {
    display: flex;
    justify-content: space-between;
}



.tm-left-inner { position: fixed; }

.tm-site-header {
    background-color: white;
    color: white;
    width: 100%;
    height: 160px; 
    display: flex;
    align-items: center;
    justify-content: center;   
}

.tm-site-logo { margin-right: 30px; }

.tm-site-name {
    font-size: 2.2rem;
    font-style: italic;    
}

.tm-left-inner {
    max-width: 500px;
    width: 100%;
}

.tm-site-nav-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tm-page-nav-item { margin-top: 20px; }

.tm-page-link {
    min-width: 240px;
    height: 100px;
    background-color: white;
    color: #099;
    display: flex;
    text-decoration: none;
    align-items: center;      
    font-size: 1.2rem;
}
.tm-page-link-.tm-page-link-icon:hover
.tm-page-link.active {
    background-color: #099;
    color: white;
}

/* .tm-page-link-icon {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 1.5rem;
} */
.tm-page-link-icon {
    margin-right: 7px;
    font-size: 1.5rem;
}

.tm-black-bg {
    background-color: rgba(0,0,0,0.6);
    color: white;
}
/* Successfull Message in send  */
.btn-para2 {
  color:rgb(54 244 15); /* default for errors */
  font-weight: 500;
  font-size: 20px;
  margin-left: 136px;
  margin-top: 10px;
}

/* end */

.tm-drinks-nav > ul > li { display: inline-block; }

.tm-drinks-nav > ul > li > a {
    color: white;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

.tm-drinks-nav { height: 80px; }
.tm-main { max-width: 660px; }

.tm-drinks-nav > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.tm-drinks-nav > ul > li a.active,
.tm-drinks-nav > ul > li a:hover {
    color: #96FEFF;
    border-bottom: 4px solid #96FEFF;
}

.tm-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.tm-list-item-2 { align-items: flex-start; }

.tm-list-item-img {
    margin-right: 20px;
    width: 160px;
    height: 160px;
    background-color: #099;
}

.tm-list-item-img-big {
    margin-right: 25px;
    width: 200px;
    height: 200px;
}

.tm-list-item-text {
    padding: 20px 25px;
    flex: 1;
    height: 160px;
}

.tm-list-item-text-2 { flex: 1; }

.tm-list-item-name {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.tm-list-item-price { color: #96FEFF; }
.tm-site-footer {
     margin-top: 15px; 
     border-radius: 5px;
    }

.tm-footer-text {
    padding: 10px 65px 10px 65px;
    display: inline-block;
    border-radius: 5px;
}

.tm-footer-link { color: white; }
.tm-tab-content { animation: fadeEffect 1s; }
.tm-page-content { animation: fadeEffect 1s; }

.tm-text-primary { color: #3CC; }
.tm-mb-20 { margin-bottom: 20px; }
.tm-mb-30 { margin-bottom: 30px; }
.tm-img-right { 
    margin-left: 30px; 
    margin-right: 0;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from { opacity: 0.3; }
    to { opacity: 1; }
}

/* About */
.tm-about-box-1 { padding: 40px 30px 50px 0; }
.tm-about-box-2 { padding: 50px 40px 30px; }
.tm-about-header { margin-left: 220px; }

/* Special */
.tm-special-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px 0;
    margin-left: -5px;
}

.tm-special-item {
    max-width: 326px;
    margin: 22px 5px;
    margin-bottom: 3px;
}

.tm-special-item-title { font-size: 20px; }
.tm-special-item-description { padding: 25px 30px; }

/* Contact */
.tm-contact-text-container {
    padding: 45px 50px;
    margin-bottom: 20px;    
}

.tm-contact-form-container {
    max-width: 658px;
    padding: 40px 50px;
    box-sizing: border-box;
}

.tm-form-group { margin-bottom: 25px; }

.tm-form-control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid white;
}
.tm-form-control:focus {
  border-bottom: 2px solid #3cf; 
  outline: none;
  box-shadow: none;
}

.tm-form-control::-webkit-input-placeholder { color: white; } /* Edge */
.tm-form-control:-ms-input-placeholder { color: white; } /* Internet Explorer 10-11 */
.tm-form-control::placeholder { color: white; }

.tm-btn-primary {
    color: #099;
    background-color: white;
    border: 0;
    padding: 12px 40px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.3s ease; 
    border-radius: 20px;
}

.tm-btn-primary:hover {
    color: white;
    background-color: #099;
    /* cursor: pointer; */
}

.tm-align-right {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.tm-mb-30 { margin-bottom: 30px; }

@media (max-width: 1130px) and (min-width: 992px) {
    .tm-left-inner { max-width: 380px; }
    .tm-site-name { font-size: 2.6rem; }
    .tm-site-logo { margin-right: 20px; }
    .tm-page-link { width: 100%; }
    .tm-page-link-icon { margin-right: 15px; }
    .tm-left { width: 45%; }
    .tm-right { width: 55%; }
}

@media (max-width: 991px) {
    .tm-left-inner { position: static; }
    .tm-left, .tm-right { width: 100%; }
    .tm-left { margin-bottom: 30px; }
    .tm-row { display: block; }
}

/* @media (max-width: 574px) {
    .tm-site-nav-ul { display: block; }
} */

@media (max-width: 550px) and (min-width: 501px) {
    .tm-list-item-img-big {
        width: 160px;
        height: 160px;
    }

    .tm-about-header { margin-left: 180px; }
}

@media (max-width: 500px) {
    .tm-about-header { margin-left: 0; }
    .tm-list-item-2 { flex-direction: column; }
    .tm-about-box-1 { padding-left: 30px; }

    .tm-list-item-img-big {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .tm-img-right { margin-left: 0; }
}

@media (max-width: 479px) {
    .tm-site-name { font-size: 2.6rem; }
    .tm-site-logo { margin-right: 20px; }

    .tm-list-item {
        flex-direction: column;
        margin-top: 40px;     
    }

    .tm-list-item-img {
        margin-right: 0;
        margin-bottom: 15px;        
    }

    .tm-drinks-nav { height: auto; }

    .tm-drinks-nav > ul {
        flex-direction: column;
        padding: 15px;
    }

    .tm-drinks-nav > ul > li { margin-bottom: 10px; }
    .tm-drinks-nav > ul > li > a { display: block; }
}
  .focus-highlight {
    outline: 3px dashed white;
    animation: normal 2s ease-out;
  }

  @keyframes fadeOutline {
    0% { outline-offset: 0px; }
    100% { outline-offset: 10px; }
  }
  .image-img{
   vertical-align: middle;
    margin-left: 8px;
    margin-top: 10px;
    height: 219px;
    width: 310px;
  }
.image2-img{
    vertical-align: middle;
    margin-left: 8px;
    margin-top: 10px;
    height: 219px;
    width: 310px;
}
.image-home-logo{
    width: 300px;
}
 .btn-1 {
  width: 12rem;
  height: 4rem;
  color: #099;
  background-color: white;
  border-radius: 7px;
  border: 0.5px solid white;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-1:hover {
  color: white;
  background-color: #099;
  border: 0.5px solid #099;
}
 .btn-2 {
  width: 12rem;
  height: 4rem;
  border-radius: 7px;
  border: 0.5px solid white;
  background-color: white;
  color: #099;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-2:hover {
  color: white;
  background-color: #099;
  border: 0.5px solid #099;
}
.tm-special-item-text{
    font-size: 11px;
}
.btn-para{
    min-width: 140px;
    font-size: 15px;
    margin-left: -219px;
    color: #db1616;
}
/* media Screen for Samsung Galaxy A51/71 */
  /* @media screen and (max-width: 914px) and (min-width: 412px){
    .image-home-logo{
     width: 200px;
    }
.set-btn1{
    display: inline;
}
.set-btn2{
    display: inline;
}
.tm-site-header {
    background-color: white;
    color: white;
    width: 103%;
    height: 160px; 
    display: flex;
    align-items: center;
    justify-content: center;   
}
    .home-logo-div{
    border-radius: 7px;
    margin-left: -4px;
    margin-top: -75px;
    }
    .btn-1 {
    display: flex;
    width: 13rem;
    font-size: 11px;
    height: 4rem;
    color: #099;
    background-color: white;
    border-radius: 7px;
    border: 0.5px solid white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-1:hover {
  color: white;
  background-color: #099;
  border: 0.5px solid #099;
}
.btn-para{
  min-width: 140px;
  font-size: 15px;
  margin-left: -218px;
  color: #db1616;
}
 .btn-2 {
  display: flex;
  width: 13rem;
  font-size: 11px;
  height: 4rem;
  border-radius: 7px;
  border: 0.5px solid white;
  background-color: white;
  color: #099;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  justify-content: center;
  padding-top: 9px;
}
.btn-2:hover {
  color: white;
  background-color: #099;
  border: 0.5px solid #099;
}
.tm-site-nav-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 9px -5px 0px -4px;
}
  .tm-drinks-nav > ul {
        flex-direction: column;
        padding: 15px;
        margin-top: 23px;
    }
.tm-btn-primary {
    color: #099;
    background-color: white;
    border: 0;
    padding: 12px 40px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.3s ease; 
    border-radius: 20px;
    margin-left: -17rem;
    margin-top: 20px;
}
.tm-about-box-2 { 
    padding: 10px 40px 30px; 
}

.tm-btn-primary:hover {
    color: white;
    background-color: #099;
    cursor: pointer;
}
.tm-special-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px 0;
    margin-left: -5px;
}

.tm-special-item {
   max-width: 350px;
   margin: 25px 6px;
   margin-bottom: 3px;
}
.tm-special-item-description {
    padding: 25px 52px;
}
.tm-special-item-text {
    font-size: 12px;
}
.image-img {
    vertical-align: middle;
    margin-left: 11px;
    margin-top: 11px;
    height: 160px;
    width: 326px;
}
.image2-img {
   vertical-align: middle;
   margin-left: 11px;
   margin-top: 11px;
   height: 160px;
   width: 326px;

}
};   */
/* media Screen for iphone 12 Pro */
   /* @media screen and (max-width: 844px) and (min-width: 390px){
    .image-home-logo{
     width: 200px;
}
.set-btn1{
    display: inline;
}
.set-btn2{
    display: inline;
}
.tm-site-header {
    background-color: white;
    color: white;
    width: 103%;
    height: 160px; 
    display: flex;
    align-items: center;
    justify-content: center;   
}
.home-logo-div{
    border-radius: 7px;
    margin-left: -4px;
    margin-top: -75px;
    }
.btn-1 {
    display: flex;
    width: 12rem;
    font-size: 11px;
    height: 4rem;
    color: #099;
    background-color: white;
    border-radius: 7px;
    border: 0.5px solid white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-1:hover {
  color: white;
  background-color: #099;
  border: 0.5px solid #099;
}
.btn-para{
  min-width: 140px;
  font-size: 15px;
  margin-left: -218px;
  color: #db1616;
}
 .btn-2 {
  display: flex;
  width: 12rem;
  font-size: 11px;
  height: 4rem;
  border-radius: 7px;
  border: 0.5px solid white;
  background-color: white;
  color: #099;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  justify-content: center;
  padding-top: 9px;
}
.btn-2:hover {
  color: white;
  background-color: #099;
  border: 0.5px solid #099;
}
.tm-site-nav-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 9px -5px 0px -4px;
}
  .tm-drinks-nav > ul {
        flex-direction: column;
        padding: 15px;
        margin-top: 23px;
    }
.tm-btn-primary {
    color: #099;
    background-color: white;
    border: 0;
    padding: 12px 40px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.3s ease; 
    border-radius: 20px;
    margin-left: -17rem;
    margin-top: 20px;
}
.tm-about-box-2 { 
    padding: 10px 40px 30px; 
}

.tm-btn-primary:hover {
    color: white;
    background-color: #099;
    cursor: pointer;
}
.tm-special-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px 0;
    margin-left: -5px;
}

.tm-special-item {
    max-width: 326px;
    margin: 25px 8px;
    margin-bottom: 3px;
}

.image-img {
        vertical-align: middle;
        margin-left: 11px;
        margin-top: 16px;
        height: 160px;
        width: 304px;
}
.image2-img {
    vertical-align: middle;
    margin-left: 11px;
    margin-top: 16px;
    height: 160px;
    width: 304px;
}

};     */
/* media Screen for vivo Y51 */
  @media screen and (max-width: 900px) and (min-width: 300px){
    .image-home-logo{
     width: 200px;
}
.set-btn1{
    display: inline;
}
.set-btn2{
    display: inline;
}
.tm-site-header {
    background-color: white;
    color: white;
    width: 103%;
    height: 160px; 
    display: flex;
    align-items: center;
    justify-content: center;   
}
    .home-logo-div{
    border-radius: 7px;
    margin-left: -4px;
    margin-top: -75px;
    }
    .span-text{
    text-align: center;
    margin-top: 10px;
    /* margin-left: 6px; */
    }
    .btn-1 {
    display: flex;
    width: 12rem;
    font-size: 11px;
    height: 4rem;
    color: #099;
    background-color: white;
    border-radius: 7px;
    border: 0.5px solid white;
    font-weight: bold;
    cursor: pointer;
    justify-content: center;
    transition: all 0.3s ease;
}
.btn-1:hover {
  color: white;
  background-color: #099;
  border: 0.5px solid #099;
}
 .btn-2 {
  display: flex;
  width: 12rem;
  font-size: 10px;
  height: 4rem;
  border-radius: 7px;
  border: 0.5px solid white;
  background-color: white;
  color: #099;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  justify-content: center;
  padding-top: 9px;
}
.btn-2:hover {
  color: white;
  background-color: #099;
  border: 0.5px solid #099;
}
.btn-para{
    min-width: 140px;
    font-size: 14px;
    margin-left: -221px;
    color: #db1616;
}
.tm-site-nav-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tm-btn-primary {
    color: #099;
    background-color: white;
    border: 0;
    padding: 12px 40px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.3s ease; 
    border-radius: 20px;
    margin-left: -18rem;
    margin-top: 20px;
}
.tm-about-box-2 { 
    padding: 10px 40px 30px; 
}
.tm-btn-primary:hover {
    color: white;
    background-color: #099;
    cursor: pointer;
}
.tm-special-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -16px 0;
    margin-left: 0px;
}

.tm-special-item {
    max-width: 295px;
    margin: 25px 2px;
    margin-bottom: 3px;
}
.image-img {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 10px;
    height: 160px;
    width: 276px;
}
.image2-img {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 10px;
    height: 160px;
    width: 276px;
}

  }