@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Exo 2", sans-serif;
  overflow-x: hidden;
  color: #000;
  background-color: #11141b;
  border: none;
}

header a:hover {
  background-color: transparent;
}

a,
li {
  list-style-type: none;
  text-decoration: none;
}
#homeSlideVideo {
    width: 640px;
}
.border-bg {
    background: #11141b;
    height: 7px;
    margin-top: -5px;
    z-index: 1;
    position: relative;
}
.pd20 {
  padding: 20px;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.col-md-2,
.col-md-11 {
  display: flex;
  flex-flow: row wrap;
}

.col-2 {
  width: 50%;
}

.col-11 {
  width: 100%;
  padding: 5px;
}

.flex-center {
  display: flex;
  align-items: center;
}

img {
  width: 100%;
  outline: none;
}

.color00de97 {
  color: #00de97 !important;
}

.contribution {
  background-color: #151920;
  padding: 80px 0;
}

.btn {
  border: none;
  padding: 10px;
  border-radius: 26px;
  width: 29%;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.btn-green {
  background: #00de97;
}

.float-right {
  float: right;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}

/*HEADER*/

header {
  position: fixed;
  padding: 30px 10px 0;
  width: 100%;
  z-index: 9999999;
  transition: 0.5s;
}

header ul {
  display: flex;
  flex-flow: row nowrap;
  float: right;
}

header ul li {
}

header ul li {
  color: #fff !important;
  font-size: 16px;
  cursor: pointer;
}

header ul li a {
  color: #fff !important;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 16px;
  display: block;
}

.header-menu {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.header ul li:hover {
  background: #c1431b;
  text-align: center;
  transition: 0.5s;
}

.logo-img,
.menu {
  width: 50%;
}

.logo-img img {
  width: 224px;
}

.mobil-menu-icon {
  display: none;
}

/*section1*/

.home-container {
  min-height: 657px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.animation-text {
  color: #fff;
  position: absolute;
  left: 43.6%;
  top: 52%;
  letter-spacing: 1px;
  font-size: 22px;
  text-align: center;
  background-color: #11141b;
}
#particles-js {
  height: 70%;
}

#container-panel {
  background-image: url("/tr/images/common/background_image.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  position: relative;
  top: 120px;
}

#container-hakkimizda {
  background: #11141a url("/tr/images/common/image_hakkimizda.jpg") center top
    no-repeat;
  background-size: contain;
}

#container-hakkimizda .col-md-4 .elips-panel span {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
}

.text-about {
  display: flex;
  /*flex-flow: row wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;*/
}

.text-about ul li:before {
  content: "✓";
  padding: 0 10px;
  color: #ff4800;
}

.text-about ul {
  text-align: center;
  padding: 20px 120px;
}

.text-about ul li {
  padding: 8px 0;
  color: #9aa5b3;
  font-size: 20px;
  letter-spacing: 0.75px;
}

.text-about ul li i {
  color: #e34724;
  padding: 7px;
  font-size: 6px;
}

.text-about ul li em {
  color: #e34724;
  padding: 7px;
  font-size: 6px;
  top: -3px;
  position: relative;
}

.about-panel {
  margin: 160px auto 80px !important;
  text-align: center;
  color: #fff;
}

.w60 {
  width: 60%;
  margin: 0 auto;
}

.about-panel h2 {
  color: #ff4800;
  font-size: 60px;
  font-weight: 300;
}

.about-panel h5 {
  font-size: 45px;
  color: #fff;
  padding: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.about-panel .contentListe {
  margin: 40px auto;
}

.detailIcons {
  width: 17%;
  margin: 0 auto;
}

.detailKullanimIcons {
  width: 10%;
  margin: 0 auto;
  padding: 155px 0 0;
}

.detailAltIcons {
  width: 40px;
  margin: 20px auto 0;
}

.about-panel h3 {
  font-size: 30px;
  font-weight: 300;
  padding: 14px 0;
  color: #fff;
  font-weight: bold;
}

.about-panel h4 {
  font-size: 24px;
  font-weight: 300;
  padding: 14px 0;
  color: #fff;
  font-weight: bold;
}

.about-panel p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  padding: 12px 0;
  color: #9aa5b3;
}

.click-mouse {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 30px;
  font-size: 20px;
  color: #fff;
}

/*section2*/

#container-panel1 {
  background-color: #11141a;
  height: 100vh;
}

#container-panel2 {
  background: #131a2b url(/tr/images/common/nasilCalisirBg.png) center top
    no-repeat;
  height: 100vh;
}

#container-panel4 {
  height: 100vh;
}

.hakkimizdaHome {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hakkimizdaHome .positon-image img {
  width: 85%;
}

.nasilCalisir {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.detail {
  color: #fff;
  font-size: 15px;
  line-height: 160%;
  padding: 0 0 20px 0;
}

.miniTitle {
  font-size: 24px;
  padding: 20px 0 !important;
}

.blog-miniTitle {
  font-size: 24px;
  padding: 20px 0 !important;
  height: 80px;
}

.title {
  color: #d34606;
  font-size: 34px;
}

.kimdirHome .title {
  font-size: 50px;
}

.kimdirHome .miniTitle {
  font-size: 30px;
}

.kimdirHome .detail {
  font-size: 16px;
  letter-spacing: 0.75px;
}

.kimdirHome .btn {
  font-size: 16px;
  width: 45%;
  padding: 15px;
  color: #fff !important;
  letter-spacing: 0.75px;
}

.nasilCalisir {
  padding: 60px 30px 0;
}

.kimdirHome {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.pd80 {
  padding: 80px 20px;
}

.nasilCalisir .title {
  font-size: 50px;
}

.nasilCalisir .miniTitle {
  font-size: 30px;
  color: #fff;
}

.nasilCalisir .detail {
  font-size: 16px;
  color: #7b8088;
  letter-spacing: 0.75px;
}

.nasilCalisir .btn {
  font-size: 16px;
  width: 45%;
  padding: 15px;
  color: #fff !important;
  margin: 15px 0 0px 0;
}

.nasilCalisir .elips-panel span {
  font-size: 20px;
  padding: 0 18px;
  width: 100%;
  display: block;
}

.nasilCalisir .elips-panel {
  width: 226px;
}

.nasilCalisir .elips-panel span:first-child {
  margin: 40px auto 20px;
}

.kullanimAlnalariHome .title-container {
  font-size: 60px;
}

.kullanimAlnalariHome .col-11 .col-text {
  font-size: 20px;
}

.videoHome {
}

.videoHome .title-container {
  font-size: 50px;
  padding: 110px 0 0;
}

.hakkimizdaHome .title {
  font-size: 50px;
}

.hakkimizdaHome .miniTitle {
  font-size: 30px;
}

.hakkimizdaHome .detail {
  font-size: 16px;
  letter-spacing: 0.75px;
}

.hakkimizdaHome .btn {
  font-size: 16px;
  width: 45%;
  padding: 15px;
  color: #fff !important;
  letter-spacing: 0.75px;
}

.blogHome .miniTitle {
  font-size: 33px;
}

.blogHome .detail {
  font-size: 20px;
}

.blogHome .btn-green {
  font-size: 20px;
  width: 45%;
  padding: 15px;
  color: #fff !important;
}

.blogHome .blog-title h2 {
  font-size: 40px;
}

.text-blog {
  display: block;
}

.col-blogs {
  display: none;
}

.color02b7f4 {
  color: #02b7f4;
}

.col-md-3 {
  display: flex;
  flex-flow: row wrap;
}

.col-3 {
  width: 33.3%;
}

.elips-panel {
  width: 160px;
  margin: 0 auto;
  text-align: center;
}

.elips-panel span:first-child {
  width: 120px;
  height: 120px;
  background: #ef4623;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.col-md-4 .elips-panel span:first-child {
  padding: 40px;
  width: 160px !important;
  height: 160px !important;
}

.elips-panel span {
  font-size: 16px;
  color: #fff;
  display: block;
  height: 70px;
  padding-top: 15px;
}

.elips-panel img {
  width: auto;
  margin: 29px 0;
}

#container-panel3 {
  background: #11141a;
  /* height: 100vh; */
  display: flex;
  align-items: center;
}

#container-paneldetail {
  background: #11141a;
  height: 100vh;
  display: flex;
  align-items: center;
}

#link {
  background: #11141a;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-table {
  border: 1px solid #75777a;
  text-align: center;
  padding: 10px 0;
  height: 400px;
  width: 100%;
}

.title-container {
  text-align: center;
  padding: 0 0px;
  color: #fff;
  font-size: 34px;
  font-weight: 300;
}

.col-11 .icon {
  width: 105px;
  height: 105px;
  display: block;
  padding: 10px;
  margin: 0 auto;
}

.icon svg {
  width: 100%;
}

.col-table:hover .icon svg path,
.col-table:hover .icon svg rect,
.col-table:hover .icon svg line,
.col-table:hover svg polyline,
.col-table:hover svg polygon,
.col-table:hover svg circle {
  stroke: #fff;
}

.col-table:hover .iconHover g path {
  fill: #fff;
  transition: 0.5s;
}

.col-11 .col-text {
  padding: 75px 10px 10px;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

/*scrool active*/

.scrool-active {
  padding: 10px 10px;
  background: #0b0f18;
  transition: 0.5s;
}

.scrool-active img {
  width: 16%;
}

.btn-blue {
  background: rgb(12, 95, 175);
  background: linear-gradient(
    90deg,
    rgba(12, 95, 175, 1) 0%,
    rgba(7, 133, 204, 1) 35%,
    rgba(2, 178, 240, 1) 100%
  );
}

.btn-red {
  background: rgb(240, 73, 33);
  background: linear-gradient(
    90deg,
    rgba(240, 73, 33, 1) 0%,
    rgba(244, 84, 24, 1) 35%,
    rgba(255, 113, 1, 1) 100%
  );
  border: none;
  padding: 10px;
  border-radius: 26px;
  width: 29%;
  color: #fff;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: center;
  float: right;
}

.text-align {
  text-align: right;
}

.col-text span:first-child {
  color: #f04921;
}

.col-text span:last-child {
  color: #fff;
  display: block;
}

/*footer*/

footer {
  position: relative;
}

.footer-top {
  background-color: #f04821;
}

.footer-top ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.footer-top ul li {
  padding: 10px 0;
}

.footer-top ul li a {
  color: #000000;
  border-right: 1px solid #000;
  padding: 0 34px;
  font-size: 14px;
}

.footer-top ul li :last-child > a {
  border: none;
}

.footer-bottom {
  background-color: #11141a;
  background-image: url("/tr/images/common/footer_background.jpg");
  background-position: center;
  background-size: cover;
}

.footer-bottom h3 {
  text-align: center;
  color: #d34606;
  padding: 47px 0 0;
  font-size: 40px;
  font-weight: 300;
}

.footer-bottom h3 span {
  display: block;
  color: #fff;
  font-size: 22px;
}

.adress {
  color: #fff;
  font-size: 15px;
  line-height: 170%;
}

.adress p {
  padding: 0;
  font-size: 14px;
  line-height: 160%;
  padding: 7px 0;
}

.adress span,
.adress h2 {
  color: #d34600;
}

.social-media ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.social-media li {
  padding: 0 14px;
}

.social-media ul li a {
  color: #fff;
  font-size: 26px;
}

.social-media::after,
.social-media::before,
.footer-bottom h3::after {
  display: block;
  content: "";
  width: 46%;
  height: 1px;
  background: #383a3e;
  margin: 15px auto;
  border-radius: 50%;
}

.logo-team ul {
  display: flex;
  justify-content: center;
}

.container-adress {
  width: 46%;
  margin: 0 auto;
}

.footer-top ul li:last-child a {
  border-right: none;
}

/*blog*/

#blog {
  background: #171b22;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#blog .text-detail {
  transform: translate(0, 0);
}

.kimdirHome .text-detail,
.hakkimizdaHome .text-detail {
  padding: 0 0 0 68px;
}

.nasilCalisir .text-detail {
  padding: 0 68px 0 0;
}

.img-blog {
  width: calc(100% - 10px);
}

#blog .blog-text {
  text-align: center;
  width: 90%;
  padding: 22px 64px;
}

#blog .btn {
  width: 50%;
  margin: 0 auto;
}

.blog-title img {
  width: auto;
}

.blog-title {
  text-align: center;
}

.blog-title h2 {
  font-size: 36px;
  font-weight: 300;
}

.blog-title a {
  color: #9299a6;
  padding: 0 22px;
}

.time-text {
  color: #798294;
  padding-bottom: 15px;
  font-size: 14px !important;
}

.minilink {
  display: flex;
  flex-flow: row nowrap;
  padding: 32px 18px;
  position: relative;
}

.minilink i {
  padding: 3px 11px;
}

.minilink span {
  padding: 3px 11px;
}

.minilink em {
  padding: 3px 11px;
}

.minilink:after {
  content: "";
  position: absolute;
  width: 94%;
  height: 1px;
  bottom: 0;
  background: #626873;
  margin: 0;
}

.minilink:last-child::after {
  display: none;
}

.mobil-blog-link {
  display: none;
}

.owl-dots {
  display: flex;
  justify-content: center;
}

.owl-dot span {
  display: block;
  background: #4b4f57 !important;
  width: 10px;
  height: 10px;
  margin: 8px 6px;
  border-radius: 50%;
}

.owl-dots .owl-dot .active span {
  background-color: #f04921 !important;
}

.owl-nav {
  text-align: center;
  font-size: 20px;
  color: #fff;
  bottom: 6px;
  position: relative;
}

.adress i {
  display: none !important;
}

#mobil-button {
  display: none;
}

.blog-title-link {
  display: block;
  font-size: 28px;
  letter-spacing: 0.75px;
  font-weight: 500;
}

#contact-container {
  background: rgb(17, 20, 26);
  background: -moz-linear-gradient(
    180deg,
    rgba(17, 20, 26, 1) 0%,
    rgba(35, 22, 53, 1) 80%,
    rgba(46, 23, 70, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(17, 20, 26, 1) 0%,
    rgba(35, 22, 53, 1) 80%,
    rgba(46, 23, 70, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(17, 20, 26, 1) 0%,
    rgba(35, 22, 53, 1) 80%,
    rgba(46, 23, 70, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#11141a", endColorstr="#2e1746", GradientType=1);
}

.btn-red-contact {
  background: rgb(240, 73, 33);
  background: linear-gradient(
    90deg,
    rgba(240, 73, 33, 1) 0%,
    rgba(244, 84, 24, 1) 35%,
    rgba(255, 113, 1, 1) 100%
  );
  border: none;
  padding: 15px;
  border-radius: 26px;
  width: 30%;
  color: #fff !important;
  display: block;
  text-align: center;
  margin: 20px auto 0;
}

.btn-red-contact a {
  color: #fff;
}

.contact-title {
  text-align: center;
  padding: 100px 0 100px;
}

.contact-title img {
  width: auto;
}

.contact-title p {
  padding: 40px 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.75px;
}

.contact-title h2 {
  color: #f04821;
  font-size: 44px;
  font-weight: 300;
  padding-top: 20px;
}

.contact-title h2 b {
  font-weight: 600;
}

/**/

.mobil-open {
  transform: translate(0px, 0px) !important;
  overflow: scroll;
}

.search-tool,
.close-icon {
  display: none;
}

.tool-panel {
  width: 60%;
  margin: 0px auto;
  text-align: center;
  color: #fff;
}

.tool-panelLeva {
  width: 60%;
  margin: 0px auto;
  text-align: left;
  color: #fff;
}

.tool-panelLeva h2 {
  font-weight: 300;
  font-size: 38px;
  color: #fff;
  padding: 155px 0 0 124px;
}

.tool-panelLeva ul {
  text-align: left;
  padding: 20px 120px;
}

.tool-panelLeva ul li {
  padding: 8px 0;
  color: #9aa5b3;
  font-size: 18px;
  letter-spacing: 0.75px;
  line-height: 140%;
}

.tool-panelLeva ul li i {
  color: #e34724;
  padding: 7px;
  font-size: 6px;
}

.tool-panelLeva ul li em {
  color: #e34724;
  padding: 7px;
  font-size: 6px;
  top: -3px;
  position: relative;
}

#leva-container {
  background: #11141b url(/tr/images/common/leva-background.jpg) center top
    no-repeat;
  background-position: bottom;
  background-size: 100%;
}

#container-leva {
  background: #11141b url(/tr/images/common/background_leva.jpg) center top
    no-repeat;
  height: 750px !important;
  display: flex;
  align-items: center;
  background-size: 100%;
}

#leva-container .tool-panel h2 {
  padding: 23px;
  color: #ff4800;
  font-weight: 300;
  font-size: 60px;
}

#leva-container .tool-panel h3 {
  padding: 20px 94px 0;
  font-size: 20px;
  font-weight: 300;
}

#leva-container .tool-panel p {
  padding: 20px 48px;
  color: #9aa5b3;
  font-size: 20px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: 0.75px;
}

#leva-container .tool-panel p:nth-child(4) {
  padding: 20px 48px;
  color: #ffff;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.kullanimAlanlari .item {
  width: calc(20% - 20px);
  display: inline-block;
}

#blog .summaryHome h3 {
  color: #e2ebe8;
  font-size: 20px;
  padding: 12px;
  font-weight: 700;
  letter-spacing: 0.75px;
}

#blog .summaryHome p {
  color: #9299a6;
  padding: 12px;
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.75px;
  font-weight: 500;
}

/*canvas*/

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #11141a;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
}

#particles-js-img .particles-js-canvas-el {
  height: 100% !important;
}

.kimdirHome #particles-js-img {
  height: 100vh !important;
}

/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.particles-js-canvas-el {
  position: relative;
  z-index: 99999;
}

.hvr-sweep-to-right:before {
  background-color: #ef4623 !important;
}

.col-table:hover {
  border: 1px solid #ef4623 !important;
  transition: 0.5s;
}

.col-table:hover div span {
  color: #fff;
  transition: 0.5s;
}

.col-md1-11 {
  width: 98%;
  margin: 0 auto;
}

#topPage {
  color: #fff;
  right: 34px;
  position: fixed;
  z-index: 999;
  bottom: 26px;
  background: #000;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
}

.panelContainer {
  height: auto !important;
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: center;
}

.mousey {
  width: 3px;
  padding: 7px 12px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.col-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-flow: row wrap;
}

.col-md-4 {
  width: 25%;
  margin: 0 0 90px;
}

.detail-title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 30px 0;
  font-weight: 500;
}

.additive-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 0 15px;
  height: calc(130px - 10px);
}

.additive-container p {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 140%;
  font-size: 0.8em;
}

.additive-img {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.additive-container h2 {
  width: 80%;
  padding: 0 20px;
}

.bigtitle {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  position: relative;
}

.bigtitle span {
  display: block;
  font-size: 61px;
  color: #ef4623;
}

.bigtitle i:first-child {
  position: absolute;
  left: 130px;
  top: -10px;
  font-size: 30px;
}

.bigtitle i:last-child {
  position: absolute;
  right: 116px;
  bottom: -11px;
  font-size: 30px;
}

.socailYoutube {
  background-color: #11141a;
}

.leva5 .col-md-4 {
  width: 20%;
  margin: 0 !important;
}

.leva5 .col-md-4 .elips-panel {
  width: 120px;
}

.leva5 .col-md-4 .elips-panel span:first-child {
  width: 120px !important;
  height: 120px !important;
}

#button {
  display: flex;
  background-color: #f04821;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: -50px;
  right: 18px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.chatTextBox {
  background-color: #000;
}

.chat-container {
  width: 20%;
  height: 76%;
  position: fixed;
  bottom: 62px;
  right: 0px;
  z-index: 999999;
}

.assistan-btn {
  background-color: #d34606;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  letter-spacing: 0.75px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  width: 20%;
}

.assistan-btn span {
  font-weight: 700;
}

.assistan-btn i {
  padding: 0 5px;
}
#contactFormFrame {
  border: none;
  width: 100%;
  height: 100%;
}

.contactAI {
  height: 100vh!important;
  padding: 10px;
}
.checkBoxContainer {
  color: #fff !important;
}

#levaChat {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
}
@media screen and (max-width: 828px) {
  .w100-animation {
    overflow: hidden;
    width: 125% !important;
    height: 700px;
    position: absolute;
    left: -119px !important;
    top: 0px;
    display: block;
  }

  .animation-text {
    left: 40.7% !important;
  }
}
