
.bodywrapper {
    background-image: url("/images/hero-banner-bg.png");
    
}

.bigwrapper {
    background-image: url("/images/chatBootBgImage2.jpg");

}
#father {
    display: none;
    position: relative;
    border: transparent;
    box-sizing: border-box;
    width: 30%;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 7%;
    height: auto;
    left: 35%;
}

#dad {
   /* width:594px; */
   width:100%;
   height: 470px;
   /* border-radius: 35px; */
   background: #e60073;
   position: relative;
   border-block-color: black;
   background-color: black;
   /* background-image: radial-gradient(rgba(0, 150, 0, 0.75), black 120%); */
   background-image: radial-gradient(#280096bf, white 80%);
   margin-left: auto;
   margin-right: auto;
   text-align: center;
    overflow-y: auto;
    transform: rotate(180deg);
  scroll-behavior: smooth; 
  margin-top: 70.4px;
  scrollbar-width: none;  
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;    
}
 
  

#dad::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
 
 #mainuser {
    display: flex;
    overflow: auto;
    flex-direction: column;
    transform: rotate(180deg);
  
} 

 .user {
    border: 2px solid;
    background-color: #1282A2;
    width:45px;
    height:45px;
    border-radius:8px 8px 0 8px;
    float:right;
    width:40%;   
    margin-left: 300px;
    min-height: 45px;
    height:auto;    
} 


.chatbot {
    border: 2px solid;
    background-color: #FEFCFB;
    width:45px;
    height:45px;
    border-radius:10px 10px 10px 0;
    float:left;
    width:40%; 
    margin-left: 18px;
    min-height: 45px;
    height:auto;
} 


#send {
  position: absolute;
  top: 0;
  text-align: center;
  margin-top: 540px;
  margin-left: 0px;
  display: flex;
  border: 1px solid black;
  background: white;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}

#input {
    width: 80%;
    height: 40px;
    border-radius: 30px;
    border-bottom: 1px solid black;
    
}

#submit {
    border: 1px solid lightpink;
    padding: 10px 20px;
    background: #6b3a2c;
    font-size: 20px;
    border-radius: 40px;
    bottom: 0px;
    text-align: right;
    width: 20%;
    color: white;
}

#submit:hover{
    background: royalblue;
    transition: 0.8s

}

#bar {
    width: 100%;
    height: 70px;
    background:#6b3a2c;
    margin-bottom: 48px;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    overflow: hidden;
    top: 0px;
    margin-left: 0px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
}

li {
    float: left;
    margin-top: 30px;
}


img {
        float: left;
        margin-top: 5px;
        margin-left: 0;
        left:0;
        
      }

#headShow {
    color: #fff;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px
    #e60073, 0 0 60px, #e60073, 0 0 70px #e60073;
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px 
    #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    font-style: italic;
    line-height: 4px;
}


.btn {
  background:#001F54;
    border: none; 
    color: white; 
    padding: 28px 16px;
    font-size: 16px; 
    cursor: pointer;
    float: right;
    position: absolute;
    top: 0%;
    right: 0%;
  }
  
  .btn:hover {
    background-color: RoyalBlue;
  }

  #move {
    /* margin-left: 550px;
    margin-top: 350px; */
    display: inline-block;
    border: transparent;
    box-sizing: border-box;
    width: 25%;
    left: 35%;
    height: auto;
    position: relative;
    margin-top: 240px;    
 }

#Chat {
  background:#001F54;
    border: none; 
    color: white; 

    font-size: 18px; 
    cursor: pointer;

    /* right: 950px; */
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 15%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  
  #Chat:hover {
    background-color: RoyalBlue;
  }

  .img {
      margin-top: -18px;
      border-top-left-radius: 10px;
  }

path {
  fill: transparent;
  position: relative;
  margin-right: 100px;
}

text {
  fill: #FF9800;
  font-size: 60px;
}

#headShow1{
  color: white;
}

@media only screen and (max-width:830px) {
  /* .displayContainer {
    text-align: left;
    position: relative;
    overflow: hidden;
  } */

  #move {
    width: 90%;
    left: 30px;
    border: transparent;
  }

  #Chat {
    padding: 8px;
    font-size: 15px; 
    cursor: pointer;
    margin-top: 300px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 45px;
  }
  #father {
    width: 100%;
    margin-top: 100px;
    left: 0px;
    margin-top: 60px;
    border: transparent;

  }
  .user {
    margin-left: 190px;
  }

  #submit {
    font-size: 13px;
}
.chatbot {
  margin-left: 23px;
}
}

@media screen and (min-width: 1100px) and (max-width: 1710px) {

  #Chat {
    font-size: 16px; 
    cursor: pointer;
    margin-top: -382px;
    /* right: 950px; */
    margin-left: 55px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }

  .user {
    margin-left: 270px;
  }

  #submit {
    font-size: 17px;
}
.chatbot {
  margin-left: 20px;
}
}

@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2){
    #move {
      width: 90%;
      left: 30px;
      border: transparent;
    }
  
    #Chat {
      padding: 18px 25px;
      font-size: 25px; 
      cursor: pointer;
      margin-top: -800px;
      width: 105px;
      height: 105px;
      border-radius: 50%;
      margin-left: 135px;
    }

    #father {
      width: 100%;
      margin-top: 2%;
      left: 0px; 
      border: transparent; 
    }

    .user {
      margin-left: 580px;
      font-size: 25px;
    }
  
    #submit {
      font-size: 25px;
      text-align: center;
  }
  .chatbot {
    margin-left: 20px;
    font-size: 25px;
  }
  #headShow {
    font-size: 20px;
  }
}

  @media only screen 
  and (min-width: 768px) 
  and (max-width: 1023px) 
  and (-webkit-min-device-pixel-ratio: 1){
    #move {
      width: 90%;
      left: 30px;
      border: transparent;
    }
  
    #Chat {
      padding: 18px 25px;
      font-size: 23px; 
      cursor: pointer;
      margin-top: -625px;
      width: 95px;
      height: 95px;
      border-radius: 50%;
      margin-left: 110px;
    }
.user {
  margin-left: 415px;
  font-size: 25px;
}

#submit {
  font-size: 25px;
  text-align: center;
}
.chatbot {
margin-left: 20px;
font-size: 25px;
}
#headShow {
font-size: 20px;
}

  }