@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf') format("truetype");
    font-display: swap;
  } 
  @font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf') format("truetype");
    font-display: swap;
  } 
  @font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf') format("truetype");
    font-display: swap;
  } 


  body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    height: 100vh;
    background: radial-gradient(177.71% 109.85% at 11.04% 14.60%, #F5F7FA 0%, #CBD5E6 67.33%, #C3CFE2 92.79%) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.intro-container {
    display: flex;
    flex-direction: column;
}

.main{
    position:relative;
}


.sub-title{
    position : absolute;
    margin: 0;
    padding-top: 90px;
    color: #000;
    opacity: 70%;
    text-align: center;
    font-family: 'Almarai', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.title{
    margin-top: 0;
    padding-top: 50px;
    color: #000;
    text-align: center;
    font-family: 'Dela Gothic One';
    font-size: 135px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 18.225px;
}


h3{
    display: flex;
    justify-content: center;
    color: #000;
    text-align: center;
    font-family: 'Almarai';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

label{
    color: #000;
    text-align: center;
    font-family: 'Almarai';
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -2.25px;
}

input{
    width: 365px;
    height: 50px;
    margin-left: 10px;
    border: none;
}

select{
    width: 229px;
    height: 50px;
    border: none;
    font-family: 'Almarai';

}

.squr{
    width: 650px;
    height: 580px;
    margin-left: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0.00) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f-tb{
    margin-top: 10px;
}

.half{
    width: 700px;
    height: 700px;
    flex-shrink: 0;
    border-radius: 700px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0.44) 47.52%, rgba(255, 255, 255, 0.00) 100%);
}

.main-display{
    display: flex;
    margin-top: -100px;
    margin-right: 200px;
    margin-left: 200px;

}

.main-button{
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-right: 70px;
    padding-bottom: 40px;
}


.main-button button{
    border: 0;
    border-radius: 98px;
    background: #6A82A8;
    width: 473px;
    height: 100px;

    color: #FFF;
    text-align: center;
    font-family: 'GmarketSans';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.24px;
    transition: 0.35s
}

.main-button button:hover{
    text-shadow: 0 0 15px #FFFFFF;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.info{
    margin: auto;
    display: flex;
    flex-direction: column;
}

#userage{
    margin-left: 35px;
    margin-bottom: 50px;
    font-size: 20px;
    font-family: 'Almarai';
    
}

#usergender{
    margin-left: 139px;
    margin-bottom: 50px;
    font-size: 20px;
    font-family: 'Almarai';
}

#usercolor{
    margin-left: 10px;
    margin-bottom: 50px;
    font-size: 20px;
    font-family: 'Almarai';
    
}

.ano{
    width: 710px;
    height: 42px;
    color: #000;
    text-align: center;
    font-family: Almarai;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.PCA{
    margin-bottom: 50px;
}
.CWS{
    margin-bottom: 50px;
}


.sub-exp{
    margin-top: 45px;
    margin-left: 300px;
    margin-right: 300px;
    display: flex;
    justify-content: center;

    
    color: rgba(0, 0, 0, 0.34);
    text-align: center;
    font-family: 'Almarai';
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.25px;
}


  /* Chat UIUX*/

  .chat-title {
    margin-top:75px;
    color: #000;
    text-align: center;
    font-family: 'Dela Gothic One';
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }

  .chat-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-family: 'Almarai';
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .chat-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .chat-box {
    width: 650px;
    margin-left: 500px;
    margin-right: 500px;
    overflow-y: scroll;
    height: 480px;
    margin-top: 30px;
    background-color: #ffffff;
    padding: 30px 145px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .chat-message {
    display: flex;
      background-color: #f1f1f1;
      padding: 10px 20px;
      border-radius: 15px;
      margin-bottom: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .chat-message p {
      margin: 0;
      padding: 0;
  }

  .chat-message.user {

    margin-right: -100px;
    padding-right: 100px;

    width: 55%;
    margin-left: auto;
    height: flex;
    flex-shrink: 0;
    background-color: #C3CFE2;
    color: #000;
    font-family: 'GmarketSans';
font-size: 1.2rem;
font-style: normal;
font-weight: 100;
line-height: 20px; /* 83.333% */
letter-spacing: 0.24px;

  }

/* Add styles for Assistant messages */
  .chat-message.assistant {

    margin-left: -100px;
    padding-right: 100px;

    width: 70%;
    height: flex;
    flex-shrink: 0;
    background-color: #F5F7FA;
    margin-right: auto;
    color: #000;
    font-family: 'Almarai';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 83.333% */
    letter-spacing: 0.24px;
  }

  .assistant{
    font-family: 'GmarketSans';
    font-weight: 100;
    font-size: 1.2rem;
  }

  .chat-input {
    display: flex;
    border-radius: 20px;
  }

  .chat-input input {
      height: 90%;
      padding: 2px 153px;
      margin : 0px 10px;
      font-size: 20px;
      border-radius: 10px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
        font-family: 'GmarketSans';
    font-weight: 100;
    font-size: 1rem;
  }

  .chat-input button {
background: #C3CFE2;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
height: 90%;
margin-top: auto;
    margin-bottom: auto;

      border: none;
      border-radius: 5px;
      padding: 15px 25px;
      font-size: 18px;
      cursor: pointer;

      font-family: 'GmarketSans';
      font-weight: 400;
      font-size: 1rem;
  }

  .chat-input button:hover {
      background-color: #98a5ba;
  }

  #loader {
      font-size: 25px;
      text-align: center;
      color:#000;
      margin-bottom: 15px;
  }

.home-button{
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: 'GmarketSans';
    font-size: 20px;
    color: #fff;
    background: #6A82A8;
    border: none;
    padding: 10px 20px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 100;
}

.home-button:hover {
    background: #96a4ba;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
.home-button:active {
    border: 0;
    transition: all .2s ease;
  }