@screen mobile {
    .left-container{
      display: none;
    }
      .logo-container {
          display: flex
      }
  }
  
  @screen lg {
      .logo-container {
          display: none
      }
      .chat-width {
        width: 48rem;
      }
  }
  
  a {
    color: #FDE57F;
    text-decoration: underline;
  }
  a:hover {
    font-weight: 500;
  }
  
  .main {
    min-height: calc(100% - 14rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 6rem 10rem;
  }
  
  .inp>input {
    width: calc(100% - 3rem);
    outline: none;
    padding: 1.25rem;
    color: white;
  }
  
  .footerInput{
  
    max-height: 200px; 
    height: 52px; 
    overflow-y: hidden;
  }
  
  
  .chats::-webkit-scrollbar {
      width: 0.75em;
  }
  
  .chats::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  
  .chats::-webkit-scrollbar-thumb {
    background-color: #000000;
    outline: 1px solid slategrey;
     border-radius: 20px;       /* roundness of the scroll thumb */
  
    border: 1px solid gray;  /* creates padding around scroll thumb */
  
  }
  
  .chats {
    height: calc(100vh - 5rem);
    display: flex;
    flex-direction: column-reverse;
    overflow-y: scroll;
  }
  
  /* .loader span {
    animation: animateDots 1.5s ease-in-out infinite;
  } */
  
  .loader span {
    0%, 44% {
      transform: translateY(0px);
    }
    22% {
      opacity: 0.4;
      transform: translateY(-6px);
    }
    44% {
      opacity: 0.2;
    }
  
  }
  
  ul, ol { 
      list-style: auto;
      padding: revert;
      margin: revert;
  }
  li {
      line-height: inherit;
      margin: inherit;
  }
  
  .markdown {
    all: unset;
  }
  .collapse {
    visibility: unset !important;
  }

@media (max-width: 200px) {
    .container {
        max-width: 100% !important;
    }
}
.gen-ai-bot {
  z-index: 9999 !important;
}
.gen-ai-bot iframe {
  margin-right: 0 !important;
}
.hero{
  background-image:url("../../assets/images/background.jpg");
  background-size:cover;
  text-align:center;
  height:100vh;
  margin-top:-70px;
  margin-bottom:84px;
  padding:15% 54px;
  position:relative;
}

.contact-us,.our-expert-agents,.embracing-the-power-of-ai{
  height:50vh;
margin-top: -100px;
}

.contact-us,.embracing-the-power-of-ai{
  background-image: url("../../assets/images/contact-us.jpg");
}

.our-expert-agents{
  background-image: url("../../assets/images/our-expert-agents.jpg");
}

/* ul.our-expert-agents-list{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
} */

.hero-content {
  color: #ffffff;
  max-width: 90%;
  Width: 900px;
  text-align: center;
  background-color: rgba(0, 2, 39, 0.92);
  border-radius: 8px;
  background: radial-gradient(252.03% 119.64% at 94.69% 8.61%, rgba(0, 7, 141, 0.00) 0%, rgba(0, 7, 141, 0.74) 79.86%);
  backdrop-filter: blur(20px);
  padding: 32px 32px;
  border-radius: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter Display", sans-serif;
  font-style: normal;
  line-height: 100%; /* 48px */
 
}

.hero-content h1{
	font-size:56px;
	line-height:120%;
	font-weight:100;
	margin-bottom:24px;
  letter-spacing: 0.96px;
  font-weight: 300;
}
.hero-content p{
  font-weight: 400;
  letter-spacing: 0px;
}
.hero-content a{
	display:block;
	font-size:20px;
	line-height:120%;
	font-weight:400;
	margin-top:20px;
	margin-bottom:24px;
}

.hero-content a:hover{
color:#ffffff;
text-decoration:underline;
}

nav.bg-white{
	background-color:rgba(0,2,39,0.92)!important;
			background: linear-gradient(180deg, rgba(0, 2, 39, 0.75) 22.24%, rgba(0, 2, 39, 0.70) 68.57%)!important;
	backdrop-filter: blur(10px);
}

/* .homefirstpage  nav.bg-white{

		background: linear-gradient(180deg, rgba(0, 2, 39, 0.45) 22.24%, rgba(0, 2, 39, 0.34) 68.57%)!important;
} */

.navbar-light .navbar-nav .nav-link{
	color:#ffffff;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
	color:#ffffff;
	font-weight:bold;
}

@media (max-width:768px){
  .hero{
    height: 70vh;
  }
}

@media (max-width:450px){
	.hero-content h1{
	font-size:32px;
	line-height:120%;
	font-weight:100;
	margin-bottom:24px;
}
}
.bg-purple-light {
  background-color: #f9f5ff;
}

.text-purple {
  color: #6941c6;
}

.bg-green {
  background-color: #12b76a !important;
}
.user {
	min-width: 64px;
	margin-right: 16px;
}

.agent-card p {
	margin-bottom: 10px;
    line-height: 120%;
}

.agent-card  {
	font-family: InterDisplay;
}

* {
	font-family: InterDisplay, sans-serif !important;
}