﻿body {
    background-color: black;
    opacity: 0;
  }
  body.loaded {
    opacity: 1;
  }

#da-kiosk{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    box-sizing:initial;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
#aivid {
    height: 100%;
    position: fixed;
    z-index: 0;
}

.text-bold {
    font-weight: 900
  }
.keyarea {
    text-align: center;
    z-index: 5;
    position: absolute;
    bottom: 3%;
    width: 100%;
}
.keyareak1 {
    padding: 20px 40px;
    display: flex
}
@media screen and (max-width: 1079px) {
    .keyareak1 {
        padding: 20px;
        display: flex
    }
}
.keyareak2 {
    width: 100%;
    z-index: 200;
    display: flex;
    justify-content: flex-end;
}
.da-start-call{
    width: 200px;
    height: 47px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5CE966;
    position: absolute;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    display: flex;
    z-index: 5;
    text-decoration: none;
    color: black;
    cursor: pointer;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #01BB01;
  }

  .da-start-call::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100px;
    background: #f3f3f3;
    box-shadow: 0 0 10px #FFF;
    filter: blur(5px);
    opacity: 0.7;
    top: -30px;
    transition: 0.7s;
    transform: rotate(-20deg) translateX(-120px);
    animation: hoverEffect 4s infinite ease-in-out;
}

.da-start-call:hover{
  background-color: #54d75d;
}
.aiinput {
    height: 60px;
    border-radius: 15px;
    padding-left: 30px;
    border-width: 0px;
    width: 100%;
    font-size: 19px;
    font-family: "Roboto";
    color: black;
    font-weight: 500;
}
.aiinput:focus{
    border-color: rgb(33 81 151 / 30%);
    outline: none;
}
.aiinput::placeholder{
    color: #9b9eb1;
}

.flagarea {
    padding: 25px 40px;
    bottom: 0;
    position: absolute;
    display: flex;
    z-index: 3516541354;
    width: 100%;
}
.flags {
    display: flex;
    width: 90px;
    height: 90px;
    margin-right: 20px;
}
.flags a{
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flags img{
    width: 90px;
    height: 90px;
}
.rf-button{
    width: 90px;
    height: 90px;
}
.rf-button img{
    width: 50px;
    height: auto;
}
.homebtn {
    width: 60px;
    margin: 5px;
    position: absolute;
    right: 5px; 
}
.translate-icon{
    display: none;
}

@media screen and (max-width: 1079px) {
    .translate-icon{
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 12341234;
        display: block;
    }
    .flagarea {
        padding: 20px;
    }
    .flags {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .flags img{
        width: 50px;
        height: 50px;
    }
    .rf-button{
        width: 50px;
        height: 50px;
    }
    .rf-button img{
        width: 30px;
        height: auto;
    }
}