@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,700&display=swap");

/* CSS Variables */
:root {
  --normal-font: 400;
  --bold-font: 600;
  --bolder-font: 900;
  --primary-color: #0652dd;
  --secondary-color: #ea2027;
  --line-height: 1.7rem;
  --transition: 0.4s ease-in;
}

/* Smooth scroll effect */
html {
  scroll-behavior: smooth;
}

/* Resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: var(--transition);
}

.labels {
  display:block; 
  float:top;
}

textarea {
  display: block;
  width: 100%;
  /*white-space: nowrap;*/
  margin: 0;
  padding: 0.2em 0.4em;

}

.chatbot {

  text-align:left; 
  position:relative; 
  display:block; 
  top:3vh; 
  border:1px solid black; 
  width:100%;
  
  height:30vh; 
  resize:none; 
  font-family:Courier; 
  overflow-y:auto; 
  user-select:none; 
  font-size:3vw;
  background-color: rgb(14, 15, 14);
  
}


body {
    font-family: "Roboto", sans-serf;
    background-color: rgb(209, 201, 188);
  }
  
  ul li {
    list-style-type: none;
  }
  
  a {
    text-decoration: none;
    color: var(--primary-color);
  }
  
  a:hover {
    color: var(--secondary-color);
  } 

  .fist {
    color: var(--secondary-color);
  }
  
  .susu {
    color: var(--primary-color);
  }
  
  .bot {
    color: var(--secondary-color);
  }

  nav {
    background: rgb(248, 190, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    box-shadow: 2px 3px 2px #f1f1f1;
  }


  .logo {
    font-size: 2rem;
    font-weight: 500;
  }
  
  .menu {  
    
    display: flex;
    flex-direction: row-reverse;
   
  }
  ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .nav-item { 

    margin-left: 2rem;
  }
  
  .nav-link {
    font-weight: var(--bold-font);
  }
  .hero { 

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.9rem;
    max-width: 1100px;
    margin: 2rem auto -6rem;   
  }

  .intro-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  
  .intro-text h3 {
    margin-bottom: 0.5rem;
  }
  
  .hero p {
    line-height: var(--line-height);
  }
  
  .hear {
    color: var(--primary-color);
  }
  
  .connecting {
    color: var(--secondary-color);
  }

  .btn {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.8rem 0.6rem;
    border: none;
    font-size: 1.4rem;
    border-radius: 5px;
    color: #fff;
  }
  
  .btn:active {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.8rem 0.6rem;
    border: 10;
    font-size: 1.4rem;
    border-radius: 1px;
    color: rgb(31, 29, 29);
  }

  .red {
    background-color: var(--secondary-color);
    margin-right: 1.5rem;
  }
  .red:active {
    background-color: rgb(83, 7, 7);
    margin-right: 1.5rem;
  }
  .red:hover {
    background-color: #f1262d;
    color: #fff;
  }
  
  .blue {
    background-color: var(--primary-color);
  }
  
  .blue:hover {
    background-color: #095cf7;
    color: #fff;
  }

  div {
    color: #fff;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    padding: 10px;
}
.container {
    /*background-color:#2E4272;*/
    display:flex;
}
.fixed {
    background-color:#d6b368;
    margin-left: auto;
    margin-right: auto;
    height:60vh;

    display: block;
}
.flex-item {
    background-color:#7887AB;
    flex-grow: 1;
}
  .button-27 {
    appearance: none;
    background-color: #059bff;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    margin: 30;
    min-height: 50px;
    min-width: 0;
    outline: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    height: 100%;
    will-change: transform;
  }
  
  .button-27:disabled {
    pointer-events: none;
    background-color: #39596e;
  }
  
  .button-27:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
  }
  
  .button-27:active {
    box-shadow: none;
    transform: translateY(0);
  }

  .about {
    position: relative;
    /*background: url("../images/jab-transformed.png") no-repeat top center/cover;*/
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
  }

  .about h3 {
    font-size: 3em;
    margin-bottom: -20px;
  }
  
  .about p {
    font-size: 1.5em;
  }
  
  .about h3 {
    text-shadow: 2px 2px 2px #333;
  }
  
  .about p {
    text-shadow: 2px 2px 2px #333;
    font-size: 1.8rem;
  }

  footer {
    border-top: 1px solid #f1f1f1;
    box-shadow: 0px -2px 3px #f1f1f1;
    text-align: center;
    padding: 2rem;
  }


  select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
  
    /* reset */
    width: 25vh;
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  
  /* arrows */
  
  select.classic {
    background-image:
      linear-gradient(45deg, transparent 50%, blue 50%),
      linear-gradient(135deg, blue 50%, transparent 50%),
      linear-gradient(to right, skyblue, skyblue);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
    width: 25vh;
  }
  
  select.classic:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      linear-gradient(to right, gray, gray);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
  }

icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
    
}


.alert-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962B3;
  font-size: 14px;
  text-align: center;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal2-popup.popup-class {
  width: 70%;
}
.swal2-popup.popup-class textarea{
  height: 28.75em;
}


#outerDiv {
  width: 100%;
  overflow:auto;
  display: block;
  
}

#innerDiv {
  display: inline-block; 
  vertical-align: top; 
  
  border-right: 1px solid #a4a4a4;

 overflow: scroll;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, textarea { white-space: pre; } 
  }

  @media screen and (max-width: 768px) {
    .hamburger {
      display: block;
      cursor: pointer;
    }
    ul {
        background-color: #fff;
        flex-direction: column;
        position: fixed;
        left: 100%;
        top: 5rem;
        width: 100%;
        text-align: center;
      }

      ul.active {
        left: 0;
    }

   

    .nav-item {
        margin: 2rem 0;
      }

      .hamburger.active .bar:nth-child(2) {
        opacity: 0;
      }
    
      .hamburger.active .bar:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
      }
    
      .hamburger.active .bar:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
      } 



    
/* Dark theme starts*/

/* Dark theme ends */

/* Navbar starts */

/* Dark theme */

/* Dark theme ends */
/* Navbar ends */

/* Hero section starts */

/* Hero section ends */

/* About section start*/

/* About section ends */

/* Image gallery starts */

/* Image gallery ends */

/* Stakeholders start */
/* Stakeholders ends */

/* Scroll to top button starts */

/* Scroll to top button ends */

/* Subscription form starts */

/* Subscription form ends */

/* Social icons */

/* Footer */

/* Media Query */