*{
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-family: "Plus Jakarta Sans", sans-serif;

}

a {
    text-decoration: none;
    color: #FFF;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover{
    filter: brightness(85%);
}

html {
    background: #000;
    color: #FFF;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding-bottom: 70px;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  

.border_radius_general {
    border-radius: 5px;
}

.container_center{
    max-width:1200px;
    text-align:left;
}
         
.btn-grad {
    padding: 15px 45px;
    text-align: center;
 
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    display: block;
    font-weight:bold;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }


.grand_text{
    width:700px;
}

.footer_mobile{
    display:none;
    z-index:999;
}

.background_gradient{
    background: radial-gradient(circle at right center, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 50%);
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0;
}

.content_grand_text{
    position: relative; 
    z-index: 1; 
    display: flex; 
    align-items: center; 
    justify-content: flex-start; 
    height: 100%;  
    color: white;
    margin-top:-50px;
}

.grand_text_minor_text{
    line-height: 2;
    word-spacing: 1px;
    color:#d2d2d2;
    font-size: 20px;
}

.main_slide{
    position: relative; 
    width: 100%; 
    height: 100dvh; 
    overflow: hidden;
}



.font_grand_text{
    font-size:50px;
}

.first_button{
    position:fixed;
    bottom:15;
    right:20;
    z-index:4;
}

.menu_icon{
    width:15px;
    height:auto;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.flex-container_business {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: space-between;
}

.flex-item_business {
    flex: 1;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.03);
    background:rgba(255,255,255,0.03);
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;

}

.box_shadow {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.294);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.294);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.294);
}

.icon_business {
    padding: 10px;
    border-radius: 8px;
    width: 40px;
}

.title_business {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.description_business {
    color: #888;
    flex-grow: 1;
}

.contact_buttons{
    width:50%;
    float:left;
}

.buttons_top{
    /* width:300px; */
}

@media screen and (max-width: 1000px) {
    .flex-container_business {
        flex-wrap: wrap;
    }
    .flex-item_business {
        flex: 1 1 100%;
    }
}


@media screen and (max-width: 1000px) {
    html {
        font-size:14px;
    }
    .container_center{
        width:100%;
        max-width:400px;
    }
    .menu_top{
        display:none !important;
    }
    .grand_text{
        width:100%;
    }
    .footer_mobile{
        position: fixed;
        display: flex; 
        left:0;
        bottom:0;
        width:100%;
        background:#0e0d12;
        text-align: center;
        border-top:1px solid #202020;
        padding-top:10px;
        padding-bottom:20px;
    }
    .background_gradient{
        background:rgba(0,0,0,0.8) !important;
    }
    .content_grand_text{
        margin-top:-80px;
    }
    .main_slide{
        height:calc(100dvh - 75px);
    }
    .font_grand_text{
        font-size: 30px;
    }
    .first_button{
        bottom:90;
        right:15;
    }
    .contact_buttons{
        width:100%;
    }
    .buttons_top{
        /* width:210px; */
    }
    .click_button_menu{
        display:none;
    }
    .grand_text_minor_text{
        font-size:16px;
    }
    .whatsapp_text{
        display: none;
    }
}

@media screen and (max-width: 368px) {
}

@media screen and (max-height: 600px) {
    .grand_text_minor_text{
        display:none;
    }
}






.mouse {
    width: 26px;
    height: 40px;
    border-radius: 15px;
    border: 2px solid #FFF;
    position: relative;
    overflow: hidden;
    margin-top:-57px;
}
.mouse .roll {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    border-radius: 4px;
    background: #FFF;
    -webkit-animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
    animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
    z-index: 2;
}
.mouse .rollshadow {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    background: #aaa;
    border-radius: 4px;
    -webkit-animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
    animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
        animation-delay: 0s;
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
    z-index: 1;
}
@-webkit-keyframes mouseScroll {
 0% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 100% {
  -webkit-transform:translateY(14px);
  transform:translateY(14px)
 }
}
@keyframes mouseScroll {
 0% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 100% {
  -webkit-transform:translateY(14px);
  transform:translateY(14px)
 }
}
