html {
	scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
 font-family: 'Roboto', sans-serif !important;
}
:root {
  color: #000;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  background-color: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: "goldplay";
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('/src/fonts/Goldplay-Bold.ttf') format('truetype');
  }



  body {
    margin: 0;
    overflow-x: hidden;
}



.flex-container {
  display: flex;
  position: relative;
  margin: auto;
}

.width-50 {
  width: 50%;
}

.width-33 {
  width: 33%;
}

.text-bold{
  font-weight: bold;
}


  li, a, button {
    font-weight: 500;
    font-size: 16px;
    color: #edf0f1;
    text-decoration: none;
}  







.header-container{
  top: 0;
    padding: 10px 0;
      position: fixed;
      z-index: 100;
      width: 100%;
      background: rgb(24 27 89 / 90%);
      backdrop-filter: blur(10px);
      box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  
    width: 100%;
   
  }
  header .logo{
    padding-left: 30px;
  }
  header .cta{
    padding-right: 30px;
  }
  
  .header-empty{
    width: 100%;
    height: 80px;
  }
  .logoButton{
    margin-right: auto;
  }
  .logo{
    cursor: pointer;
    width: 100px;
    margin-right: auto;
  
  }
  .ul-links{
    list-style: none;
  }
  
  .ul-links li{
    display: inline-block;
    padding: 0px 20px;
    padding-inline-start: 0;
  }
  .ul-links li a{
    font-size: 14px;
    transition: all 0.3s ease 0s;
  
  }
  .ul-links li a:hover{
    color: #969696;
  
  }
  
  button{
    padding: 9px 25px;
    background-color: rgb(57 111 239);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  
  }
  button:hover{
    background-color: rgb(71, 124, 248);
  
  }
  .nav-small-devices{
    display: none;
  }

  .font-bold {
    font-weight: bold;
}




#footer{
  padding: 40px 0;
  background-color: #242424;
}

#footer .width-33{
  text-align: center;
}
#footer .footer-column{
  margin: auto;
}

#footer .logoButton{
  margin: auto;
  width: auto;
  display: inline-block;
}

.footer-text{
    color: white;
    font-size: 0.8em;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.social-list-footer{
  list-style: none;
}

.social-list-footer li{
  display: inline-block;
  padding: 0px 20px;
  padding-inline-start: 0;
}

#footer .width-33 {
  text-align: center;
}
  @media screen and (max-width: 850px) {
    .header-container{
      padding-top: 20px;
    }
    .header-container button{
      padding: 5px 20px;
    }
    .nav-big-devices {
      display: none;
    }
  
    .nav-small-devices {
      display: block;
    }
    .bot-description-wrapper{
      float: none;
    }
    .main-image-section-4-chat{
      float: none;
    }
  }


  @media only screen and (max-width: 960px) {

    #footer .flex-container{
      display: block;
  }

    #footer .width-33{
        width: 100%;
    }

  }