@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  min-height: 100vh;
  
  background-size: cover;
  background-position: center;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(10px);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  z-index: 100;
  
}

.listof{
  background: linear-gradient(120deg , rgb(185, 183, 183) , rgb(101, 100, 100)) ;
  padding: 10px;
  
}

.make45{
  background: linear-gradient(120deg , rgb(27, 27, 27) , rgb(86, 85, 85)) ;
  height: 510px;
  
}


.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: 0.5s;
}
.header:hover::before {
  left: 100%;
}
.logo {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  font-weight: 600;
  cursor: default;
}
.navbar a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-left: 35px;
  transition: 0.3s;
}
 .navbar{
  /* background: url("OIP.png") ; */
  background: linear-gradient(120deg , rgb(27, 27, 27) , rgb(86, 85, 85)) ;
  
}



.navbar a:hover {
  color: #f00;
}
#menu-icon {
  font-size: 36px;
  color: #fff;
  display: none;
}
/* BREAKPOINTS */
@media (max-width: 992px) {
  .header {
    padding: 1.25rem 4%;
  }
}
@media (max-width: 768px) {
  #menu-icon {
    display: block;
  }
  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0.5rem 4%;
    display: none;
  }
  .navbar.active {
    display: block;
  }
  .navbar a {
    display: block;
    margin: 1.5rem 0;
  }
  .nav-bg {
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    height: 295px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    z-index: 99;
    display: none;
  }
  .nav-bg.active {
    display: block;
  }
}


/* image slider */


.slider-container { position: relative;  overflow: hidden; border-radius: 8px; box-shadow: 1px rgba(0,0,0,0.3); }
.slider { display: flex; transition: transform 0.5s ease-in-out; }
.slide { min-width: 100%; transition: opacity 0.5s; }
.slide img { width: 100%; height: auto; border-radius: 8px; }

.slider-container{
  margin-top: 120px;
 
  width: 600px;
  
  
  
}


.text34{
  margin-top: 120px;
  width: 600px;
  
}

.text34 h1{
  color: #e2e0e0;
}

.slider23{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 10px;
  gap: 10px;
  
  
}

.text34 p{
  color: #9e9c9c;
}
 .btn1 {
  width: 190px;
  background-color: #ffffff;
  height: 35px;
  border-radius:20px 1px 20px 1px;
  box-shadow: 2px 5px 20px 0px black;
  font-weight: 550; 
  font-family: "Poppins", sans-serif;
 }
 .btn1:hover{
  background-color: #9e9c9c;
  box-shadow: 2px 5px 10px 0px rgb(249, 248, 248);
 }




/* animated text like writing */
.text-container3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 16px;
  overflow: hidden; 
  border-right: .15em solid rgb(243, 9, 28); /* Typing cursor */
  white-space: nowrap; /* Prevents text from wrapping */
  margin: 0 auto; /* Center aligns the container */
  animation: typing 3s steps(40) infinite alternate; /* Animation effect */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@media (max-width: 995px){
  
.slider23{
  display: flex;
  flex-direction: column;
  margin: 20px;
  gap: 1px;
  margin-top: 1px;
  

  
  
}

@media (max-width: 992px){
  .make45{
    height: 850px;
  }
}

/* 
@media(max-width: 668px){
  .make45{
    height: 900px;
  }
}
 */



}

@media(max-width: 664px){
  .slider-container{
    width: 100%;
    
  }

  .text34{
    width: 100%;
    margin-top: 30px;
  }

  .make45{
    
    height: 800px;
  }
}

/* card design */

.make1 img{
  width: 100%;
}

.make1{
  width: 100%;
  background-color: rgb(255, 255, 255);
  
  box-shadow: 1px 2px 7px 1px black;
  
  
}

.make1:hover{
  box-shadow: 2px 1px 8px 1px black;
  

}

.cardall{
  margin: 10px;
  /* width: 100%; */
  
}

.btn39{
  
  margin-bottom: 5px;
  background-color: black;
  border-radius: 4px;
  color: white;
  width: 100%;
  height: 30px;
  box-shadow: 1px 1px 8px 1px black;
}
.btn39:hover{
  box-shadow: 1px 1px 8px 1px rgb(197, 168, 168);

}

.make11{
  margin: 5px;
}


.cardall{
  display: flex;
  margin: 10px;
  flex-direction: row;
  justify-content: space-evenly;
  
}

.crd34{
  display: flex;
  margin: 10px;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 18px;
 

}


@media(max-width: 1326px){
  .cardall{
    display: flex;
    margin: 10px;
    flex-direction: column;
    justify-content: space-evenly;
    
  }
  .make1{
    width: 300px;
  }

}

@media(max-width: 687px){
  .cardall{
    display: flex;
    margin: 10px;
    flex-direction: column;
    justify-content: space-evenly;
    
  }
  .make1{
    
    width: 450px;
   
  }
  .crd34{
    flex-direction: column;
  }

}
@media(max-width: 640px){
  .make45{
    height: 750px;
  }

  .cardall{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media(max-width: 440px){
  .make45{
  height: 680px;
  }
  

}

@media(max-width: 504px){
  .make1{
    width: 350px;
   
  }
 

}


/* section of the system of game */

.skewed{
  width: 45em;
  color: #f1f1f1;
  display: flex;
  background: #5f5d5d ;
  margin: 2em 0;
  box-shadow: 0 0 15px rgba(15, 15, 15, 0.7);
}
.text {
  padding: 1.5em;
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
}
a{
  color: #fff;
  text-decoration: 
  none ;
}

.image7{
  width: 70%;
  height: 17em;
  
  overflow: hidden;
  
  
}

.image::before{

  
  position: absolute;
  left: -6.1em;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  background: #111;
  width: 40%;
  height: 140%;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.skewed-left .image::before{
  transform:
  translateY(-50%) rotate(-20deg) ;
  left: initial;
  right: -6.1em;
}

img{
  
  width: 140%;
}


.form2{
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #1f1f1f;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.imgFluid img{
  height: 20px;
  width: 20px;

}


/* dwon sid image skwed for  */

@media screen and (max-width: 750px) {
    .skewed{
        display: block;
        width: 20em;

    }
    .image7{
        width: 100%;
        height: 350px;
    }

    .text{
        width: 100%;
    }
    img {
        width:160%;
    }
    .skewed .image::before{
        width: 120%;
        height: 40%;
        top: -5em;
        left: 50%;
        transform: translate(-50%) rotate(10deg);

    }
    .skewed-left .image::before{
        transform: translate(-50%) rotate(-10deg);
        top: initial;
        bottom: -5em;
    }
}



@media (max-width: 700px ){

    .secondhalf{
        width: 40%;
        margin: auto;
    }
    .firsthalf{
        display: flex;
        align-items: start;
        justify-content: right;
        text-align: center;
        margin-left: 10% ;
    }

    .btn5{
        width: 50%;
        height: 50px;
    }

   

   

    
}

@media (max-width: 700px ){

  .secondhalf{
      width: 40%;
      margin: auto;
  }
  .firsthalf{
      display: flex;
      align-items: start;
      justify-content: right;
      text-align: center;
      margin-left: 10% ;
  }
 
  .btn5{
      width: 50%;
      height: 50px;
  }

 

 

  
}


@media (max-width: 513px ){
  .secondhalf{
      width: 48%;
      margin: auto;
  }
  .firsthalf{
      display: flex;
      align-items: start;
      justify-content: right;
      text-align: right;
      margin-top: 20%;
      margin-right:25%;
      
  }
  .box-main{
      
      max-width: 100%;
      flex-direction: column;
      
  }
}

/* form submit design */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

.show-btn{
  background: #fff;
  padding: 10px 20px;
  font-size: 10px;
  font-weight: 500;
  color: #3498db;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.show-btn, .container34{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type="checkbox"]{
  display: none;
}
.container34{
  display: none;
  background: #fff;
  width: 330px;
  height: 330px;
  padding: 17px;
  box-shadow: 0 0 8px rgba(33, 34, 34, 0.1);
  position: fixed;
}
#show:checked ~ .container34{
  display: block;
}
.container34 .close-btn{
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 18px;
  cursor: pointer;
}
.container34 .close-btn:hover{
  color: #a2a5a7;
}
.container34 .text{
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
.container34 form{
  margin-top: -20px;
}
.container34 form .data{
  height: 30px;
  width: 100%;
  margin: 28px 0;
}
form .data label{
  font-size: 15px;
}
form .data input{
  height: 100%;
  width: 100%;
  padding-left: 10px;
  font-size: 13px;
  border: 1px solid silver;
}
form .data input:focus{
  border-color: #cad1d5;
  border-bottom-width: 2px;
}
form .forgot-pass{
  margin-top: -8px;
}
form .forgot-pass a{
  color: #b7bbbd;
  text-decoration: none;
}
form .forgot-pass a:hover{
  text-decoration: underline;
}
form .btn{
  margin: 30px 0;
  height: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
form .btn .inner{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  z-index: -1;
  background: -webkit-linear-gradient(right, #7a7c7c, #181618, #7e7e7e, #0d0212);
  transition: all 0.4s;
}
form .btn:hover .inner{
  background: -webkit-linear-gradient(right, #0a0a0a, #7e797e, #0c0505, #0d0212);
  transition: all 0.4s;

}
form .btn button{
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
form .signup-link{
  text-align: center;
}
form .signup-link a{
  color: #3498db;
  text-decoration: none;
}
form .signup-link a:hover{
  text-decoration: underline;
}

/* 
footer for the website  */

footer{
  
  background: linear-gradient(120deg , rgb(27, 27, 27) , rgb(86, 85, 85)) ;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer::before{
  /* content: ''; */
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: #AFAFB6;
}
footer .content{
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}
footer .content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .top .logo-details{
  color: #fff;
  font-size: 30px;
}
.content .top .media-icons{
  display: flex;
}
.content .top .media-icons a{
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.top .media-icons a:nth-child(1){
  background: #4267B2;
}
.top .media-icons a:nth-child(1):hover{
  color: #4267B2;
  background: #fff;
}
.top .media-icons a:nth-child(2){
  background: #1DA1F2;
}
.top .media-icons a:nth-child(2):hover{
  color: #1DA1F2;
  background: #fff;
}
.top .media-icons a:nth-child(3){
  background: #E1306C;
}
.top .media-icons a:nth-child(3):hover{
  color: #E1306C;
  background: #fff;
}
.top .media-icons a:nth-child(4){
  background: #0077B5;
}
.top .media-icons a:nth-child(4):hover{
  color: #0077B5;
  background: #fff;
}
.top .media-icons a:nth-child(5){
  background: #FF0000;
}
.top .media-icons a:nth-child(5):hover{
  color: #FF0000;
  background: #fff;
}
footer .content .link-boxes{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .link-boxes .box{
  width: calc(100% / 5 - 10px);
}
.content .link-boxes .box .link_name{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.link-boxes .box .link_name::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}
.content .link-boxes .box li{
  margin: 6px 0;
  list-style: none;
}
.content .link-boxes .box li a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}
.content .link-boxes .box li a:hover{
  opacity: 1;
  text-decoration: underline;
}
.content .link-boxes .input-box{
  margin-right: 55px;
}
.link-boxes .input-box input{
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #353535;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}
.link-boxes .input-box input::placeholder{
  color: #AFAFB6;
  font-size: 16px;
}
.link-boxes .input-box input[type="button"]{
  background: #fff;
  color: #302f32;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}
.input-box input[type="button"]:hover{
  opacity: 1;
}
footer .bottom-details{
  width: 100%;
  background: #0F0844;
}
footer .bottom-details .bottom_text{
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a{
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.bottom-details .bottom_text a:hover{
  opacity: 1;
  text-decoration: underline;
}
.bottom-details .bottom_text a{
  margin-right: 10px;
}
@media (max-width: 900px) {
  footer .content .link-boxes{
    flex-wrap: wrap;
  }
  footer .content .link-boxes .input-box{
    width: 40%;
    margin-top: 10px;
  }
}
@media (max-width: 700px){
  footer{
    position: relative;
  }
  .content .top .logo-details{
    font-size: 26px;
  }
  .content .top .media-icons a{
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 3 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 60%;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 12px;
  }
}
@media (max-width: 520px){
  footer::before{
    top: 145px;
  }
  footer .content .top{
    flex-direction: column;
  }
  .content .top .media-icons{
    margin-top: 16px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 2 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 100%;
  }
}


/* style for countin figure */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Clicker+Script&family=Poppins:wght@300;400;500;600;700&display=swap");

/* General CSS */
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
} */

/* Custom CSS */
.container {
  width: 100%;
  min-height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), #a09b9b), url(assets/bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 8%;
}

.container .header {
  padding: 0 0 60px 0;
}

.header .title {
  font-family: "Clicker Script", cursive;
  font-size: 42px;
  color: #ef7e39;
}

.header .sub-title {
  font-size: 48px;
  line-height: 1;
}

.container .counters {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.counters .counter {
  width: 240px;
  background-color: #fff;
  color: #000;
  padding: 20px 15px;
  margin: 8px;
  border-radius: 20px;
  cursor: pointer;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.counters .counter:hover {
  box-shadow: rgba(229, 126, 57, 0.8) 0px 2px 8px 0px;
  transform: translateY(-5px);
}

.counters .customer {
  background-image: url(assets/counter_icon01.png);
}

.counters .project {
  background-image: url(assets/counter_icon02.png);
}

.counters .employee {
  background-image: url(assets/counter_icon03.png);
}

.counters .award {
  background-image: url(assets/counter_icon04.png);
}

.counters .counter .number {
  font-size: 20px;
  font-weight: 700;
}

.counters .customer .number {
  color: #fd297b;
}

.counters .project .number {
  color: #2760dc;
}

.counters .employee .number {
  color: #58c0cf;
}

.counters .award .number {
  color: #a667f8;
}

.counters .counter .detail {
  font-size: 18px;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 620px) {
  .container {
    padding: 14px 6%;
  }

  .container .header {
    padding: 0 0 40px 0;
  }

  .counters .counter {
    width: 45%;
    
    
   
    

    
  }
}

@media (max-width: 540px) {
  .header .title {
    font-size: 32px;
  }

  .header .sub-title {
    font-size: 36px;
  }

  .counters .counter {
    width: 80%;
  }

  
}

.videos32{
  width: 300px;
  
  
}

.let{
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: center;
  

}

video{
  display: none;
  justify-content: center;
  align-items: center;
}

@media (max-width: 640px){
  .videos32{
    width: 100%;
    
    
  }
  
  .let{
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
    
  
  }
  
  video{
    display:flex;
    justify-content: center;
    align-items: center;
  }
}

/* info card design */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

.card3{
  display: flex;
  /* justify-content: center; */
  align-items: center;
}



.container {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
 
  flex-direction: row;


  
  align-items: center;
  gap: 12px;
 
  background: linear-gradient(160deg , rgb(27, 27, 27) , rgb(86, 85, 85)) ;
 
  padding: 30px;
  /* scroll-snap-type: x mandatory; */
  /* overflow-x: scroll; */
  /* scroll-padding: 30px; */
  /* box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1); */
}

.card46{
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}


.container .card {
  display: flex;
  /* flex: 0 0 100px; */
  flex-direction: column;
  
  
  align-items: center;
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
.card .image {
  height: 150px;
  width: 150px;
  padding: 4px;
  background: #4070f4;
  border-radius: 50%;
}
.image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
}
.card h2 {
  margin-top: 20px;
  color: #333;
  font-size: 22px;
  font-weight: 600;
}
.card p {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

@media (max-width: 1060px){
  .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

}

@media (max-width: 500px){
  .card46{
    display: flex;
    flex-direction: column;
   
  }
  .container .card{
    padding: 50px;

  }
}


.btn1{
    color: rgb(8, 9, 8);
    animation: blinkbutton 2s infinite;
  }
  @keyframes blinkbutton{
    10%{
      opacity: 0.9;
      
    }
    100%{
      opacity: 1;
      box-shadow: 1px 0px 10px rgb(240, 244, 242);
      color: rgb(6, 6, 6);
      
    }
  }

  button:hover .stars {
    display: block;
    filter: drop-shadow(0 0 10px red);
  }


  /* whatsapp app icon */

  @import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
.WA_Chat_Widget {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.WA_Chat_Widget .WA_FloatingButton{
    position: fixed;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.185);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    z-index: 1000;
}
.WA_Chat_Widget .WA_FloatingButton svg{
    width: 30px;
    height: 30px;
    fill: #4fce5d;
}
.WA_Chat_Widget[data-position^="top-"] .WA_FloatingButton{
    top: 20px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_FloatingButton{
    bottom: 20px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_FloatingButton{
    left: 20px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_FloatingButton{
    right: 20px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_FloatingButton{
    left: 50%;
    transform: translateX(-50%);
}
.WA_Chat_Widget[data-position^="top-"] .WA_ChatBox{
    top: 110px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_ChatBox{
    bottom: 110px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_ChatBox{
    left: 30px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_ChatBox{
    right: 30px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_ChatBox{
    left: 50%;
    transform: translateX(-50%);
}
.WA_Chat_Widget .WA_ChatBox{
    position: fixed;
    width: 360px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header{
    width: auto;
    background: #095e54;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .name{
    color: #fff;
    font-weight: 600;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .answer_time{
    color: #e4e4e4;
    font-size: 14px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close{
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close svg{
    fill: #ffff;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body{
    padding: 20px;
    background: #e6ddd4;
    position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(./bg-pattern.png);
    opacity: 0.1;
    z-index: 0;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message{
    max-width: 280px;
    background: #fff;
    padding: 20px;
    padding-top: 10px;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: -10px;
    top: 0px;
    border-radius: 3px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .username{
    color: darkgray;
    font-weight: 500;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .message_content{
    font-size: 14px;
    color: #000;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer{
    padding: 20px;
    background-color: #fff;
    width: 100%;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn{
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 1000px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn.btn-whatsapp{
    background: #095e54;
    color: #fff;
    display: block;
    text-align: center;
}

 .WA_FloatingButton{
  color: rgb(8, 9, 8);
  animation: blinkbuttonk 2s infinite;
}
@keyframes blinkbuttonk{
  10%{
    opacity: 0.9;
    
  }
  100%{
    opacity: 1;
    box-shadow: 1px 0px 10px rgb(0, 255, 128);
    color: rgb(6, 6, 6);
    
  }
}


  






