@keyframes inset {
    0% { clip-path: inset(0% round 0%); display: none; }
    100% { clip-path: inset(50% round 50%); display: block;}
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    color: aliceblue;
}

/*.background {*/
/*    position: fixed;*/
/*    background: url('../images/background.jpg') no-repeat;*/
/*    background-size: cover;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*}*/

.background {
    position: fixed;
    background: url('../images/backgroundT.png') center no-repeat;
    background-size: cover;
    /*background: #FFF;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.intro_image {
    position: fixed;
    height: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: url('../images/BackgroundIntro.png') center;
    background-size: cover;
    overflow: auto;
    z-index: 1001;
    /*display: none;*/
}
/* 
#intro_image.animate{
    animation-name: inset;
    animation-delay: 0.5s;
    animation-duration: 1.3s;
    // animation-fill-mode: forwards;
} 
*/

.header {
    /*display: none;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    padding: 10px;
    /*background: var(--header-color);*/
}


.social {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin-left: 10px;
    width: 200px;
}

.instagram { 

}

.google {

}

.business-title {
    font-size: 1.5em;
}

.business-description {
    font-size: 1.2em;
}

.social-link{

}

.social-link p{
    margin: 3px 6px;
    text-decoration: none;
    position: absolute;
    font-size: 20px;
    background: linear-gradient(to right, #163889, #0f254a, #163889, #0f254a, #163889);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    display: inline;
}

.social-icon-gradient {
  font-size: 28px;
  background: linear-gradient(to right, #163889, #0f254a, #163889, #0f254a, #163889);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.material-icons{
    background: linear-gradient(to right, #163889, #0f254a, #163889, #0f254a, #163889);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 4px;
}

.container {
    
    position: relative;
    padding: 2%;
    
}

.title{
    background: url("../images/title_single.png") center;
    background-size: cover;
    /* width: 100%; */
    margin: 10px 50px 0 50px;
    aspect-ratio: 2.676;
}


.category-frame {
    /*width: 86%;*/
    margin: 10% 7%;
    /*height: 21%;*/
    /*transform: skew(20deg);*/
    /*box-shadow: 0 0 10px 4px var(--second-color);*/
    /*!*background: red;*!*/
    /*overflow: hidden;*/
    /*position: relative;*/

}

#category1{
    position: absolute;
    background: url(../images/FrameFoods.png) center;
    background-size: cover;
    aspect-ratio: 1.2182;
    /* width: 100%; */

    height: 100%;
    right: 9%;
}

#category2{
    position: absolute;
    background: url("../images/FrameDrinks.png") center;
    background-size: cover;
    aspect-ratio: 1.2182;
    /* width: 100%; */
    height: 100%;
        margin-top: 75%;
    left: 9%;
}

.category-frame a{
    text-decoration: none;
    color: unset;
    font-size: unset;
}

.category-background {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*transform: skew(*/
    /*        340deg*/
    /*);*/
    width: 100%;
    /* height: calc(74vw * 0.5275); */

    /*margin-left: -15%;*/

}

.top-half{
    /* margin-top: 25%; */
}

.bottom-half{
    /*margin-top: 25%;*/
}

.category-text {
    /*transform: skew(340deg);*/
    /*margin-left: 8%;*/
    position: absolute;
    padding: 4px 10px;
    left: -1px;
    /*font-style: italic;*/
    font-size: 1.6em;
    display: inline-block;
    /* background: var(--main-color); */
    color: #0f254a;
    /*border-radius: 0 10px 0 10px ;*/

}

#title_1 {
        bottom: 15px;
    width: 100%;
    text-align: center;
}

#title_2 {
        bottom: 15px;
    width: 100%;
    text-align: center;
}

#intro_image {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('../images/BackgroundIntro.png') top no-repeat;
  background-size: cover;
  z-index: 1001;
  overflow: hidden;
}

.intro_image.fade-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.wave-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wave {
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 100%;
  animation: waveFloat 3s linear infinite;
}

.wave1 {
  animation-delay: 0s;
}

.wave2 {
  animation-delay: -3s;
}

.wave3 {
  animation-delay: 1s;
}


@keyframes waveFloat {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes wave-expand-up {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.wave-container.expand {
  animation: wave-expand-up 3s ease-out forwards;
}

#intro_title {
    position: absolute;
    top: 100;
    right: 50;
    left: 50;
}

#background_frame {
    position: absolute;
    /* top: 10px; */
    /* bottom: 10px; */
    height: 98%;
    /* left: 10px; */
    /* right: 10px; */
    width: 96%;
    margin: 2%;
    border-top: 3px solid #0f254a;
    border-right: 3px solid #0f254a;
    border-left: 3px solid #0f254a;
    border-bottom: 3px solid #0f254a;
}


.container_frame {
    position: absolute;
    /* top: 10px; */
    /* bottom: 10px; */
    height: 98%;
    /* left: 10px; */
    /* right: 10px; */
    width: 96%;
    /* margin: 2%; */
    border-bottom: 3px solid #0f254a;
    border-right: 3px solid #0f254a;
    border-left: 3px solid #0f254a;
}