*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: arial;
}
body{
    background-color: rgb(64, 18, 138);
}
h1 {
    color: grey;
}

p {
    color: grey;
}
h2 {
    color: white;
}
h1 {
    color:orange;
}
.sitetitlez h1{
    margin-top: 50px;
    text-align: center;
    font-size: 65px;
    color:rgb(200, 255, 0);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */

}
.sitetitlez h2{
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    color:rgb(255, 255, 255);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.chooseone {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 50px 0px;
}
.kartuu {
    background-color: rgb(57, 116, 174);
    border-radius: 10px;
    width: 300px;
    text-align: center;
    padding: 30px;
    cursor:pointer;
}
.kartuu12 {
    background-color: rgb(57, 116, 174);
    border-radius: 10px;
    width: 300px;
    text-align: center;
    padding: 30px;
}
.kartuu12 button {
    background-color: rgb(64, 18, 138);
    color:white;
    border-radius: 20px;
    padding:10px 20px;
    font-size:18px;
    cursor:pointer;
    border: none;

}
.kartuu12 button:hover {
    background-color: rgb(187, 255, 0);
    color:blue;
    border-radius: 20px;
    padding:10px 20px;
    font-size:18px;
    cursor:pointer;

}
.kartuu12 button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #0e5592;
}
.kartuu h2 {
    font-size: 21px;
    margin: 10px 0px;
    color:rgb(251, 255, 0);
}
.kartuu p {
    font-size: 15px;
    color:rgb(255, 255, 255);
}
.kartuu button{
    background-color: rgb(64, 18, 138);
    color:white;
    border-radius: 10px;
    padding:15px 65px;
    font-size:18px;
    cursor:pointer;
    border: none;
}
.kartuu button:hover{
    background-color: yellow;
    color:blue;
    border-radius: 10px;
    padding:15px 65px;
    font-size:18px;
    cursor:pointer;
    border: none;
}


.kartuu01 {
    background-color:rgb(57, 116, 174);
    border-radius: 10px;
    width: 10000px;
    text-align: center;
    padding: 30px;
    cursor:pointer;
}
.kartuu01 h2 {
    font-size: 35px;
    margin: 10px 0px;
    color:rgb(231, 210, 210);
}
.kartuu01 p {
    font-size: 15px;
    color:yellow;
}
.kartuu01 button{
    background-color: yellow;
    color:black;
    border-radius: 10px;
    padding:15px 65px;
    font-size:15px;
    cursor:pointer;
    border: none;
}
.kartuu01 button:hover{
    background-color:white;
    color:blue;
    border-radius: 10px;
    padding:15px 65px;
    font-size:15px;
    cursor:pointer;
    border: none;
}
.kartuu01 button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #0e5592;
}
.kartuu0 {
    background-color:rgb(120, 22, 22);
    border-radius: 10px;
    width: 1000px;
    text-align: center;
    padding: 10px;
    cursor:pointer;
}
.kartuu0 button{
    background-color: rgb(54, 6, 6);
    color:white;
    border-radius: 10px;
    padding:15px 65px;
    font-size:15px;
    cursor:pointer;
}
.kartuuz {
    background-color: black;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px red;
    width: 1000px;
    text-align: center;
    padding: 30px;
    cursor:pointer;
}
.kartuuz h2 {
    font-size: 35px;
    margin: 10px 0px;
    color:white;
}
.kartuuz p {
    font-size: 15px;
    color:orange;
}
.kartuuz button{
    background-color: red;
    color:white;
    border-radius: 10px;
    padding:15px 65px;
    font-size:18px;
    cursor:pointer;
}
.kartuuz button:hover{
    background-color: black;
    color:yellow;
    border-radius: 10px;
    padding:15px 65px;
    font-size:18px;
    cursor:pointer;
}

.kartuuz img{
    width: 700px;
    height: 400px;
}
.choosetwo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 50px 0px;
}

::-webkit-scrollbar {
    width: 12px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 5px;
  }
   
  ::-webkit-scrollbar-thumb {
    background: rgb(251, 255, 0); 
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #ffffff; 
  }
  .dark-mode {
    background-color: black;
    color: rgb(255, 255, 255);
  }
  .dark-mode .kartuu {
    background-color: rgb(45, 8, 8);
    color: rgb(255, 255, 255);

  }
  .dark-mode .kartuu h2 {
    color: rgb(221, 255, 0);
  }
  .dark-mode .kartuu p {
    color: rgb(255, 255, 255);
  }
  .dark-mode .kartuu12 {
    background-color: rgb(45, 8, 8);
    color: rgb(255, 255, 255);

  }
  .dark-mode .kartuu {
    color: rgb(221, 255, 0);
  }
  .dark-mode .kartuu {
    color: rgb(255, 255, 255);
  }
  .dark-mode .kartuu button {
    background-color:yellow;
    color: rgb(0, 0, 0);
  }
  .dark-mode .kartuu button:hover {
    background-color:rgb(94, 255, 0);
    color: rgb(0, 0, 0);
  }
  .dark-mode .kartuu12 button {
    background-color: yellow;
    color: rgb(0, 0, 0);
  }
  .dark-mode .kartuu12 button:hover {
    background-color: rgb(94, 255, 0);
    color: rgb(0, 0, 0);
  }
  .dark-mode .kartuu01 {
    background-color: rgb(45, 8, 8);
    color: rgb(0, 0, 0);
  }
  .dark-mode .open-button {
    background-color: #fffb00;
    color: rgb(0, 0, 0);
  }

.open-button {
  background-color: #fffb00;
  color: rgb(128, 0, 255);
  padding: 16px 20px;
  border-radius: 30px;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 250px;
  font-size: 27px;
  border: none;

}
.open-button:hover {
  background-color: #bcb917;
  color: rgb(255, 255, 255);
  padding: 16px 20px;
  border-radius: 30px;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 250px;
}

.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
  border-radius: 20px;
}

.form-container {
  max-width: 300px;
  padding: 20px;
  background-color: rgb(47, 0, 189);
  color: white;
  border-radius: 20px;
}


.form-container textarea:focus {
  background-color: #ffffff;
  outline: none;
}
.form-container h1 {
  color: yellow;
}
.form-container .btn {
  background-color: #bbff00;
  color: rgb(0, 0, 0);
  padding: 16px 20px;
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  border: none;

}

.form-container .cancel {
  background-color: red;
  color: yellow;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.ig img {
  height: 20px;
  width: 20px;
}
.ig2 img {
  height: 30px;
  width: 20px;
}
.btn img {
  height: 25px;
  width: 25px;
}
.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.title-container h1 {
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
    font-size: 80px;
}

.chatbot-toggler {
    position: fixed;
    bottom: 30px;
    right: 35px;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c6e1ff;
    transition: all 0.2s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



body.show-chatbot .chatbot-toggler {
    transform: rotate(90deg);
}

.chatbot-toggler span {
    position: absolute;
    display: flex;
}

.chatbot-toggler span:first-child img {
    width: 30px;
}

.chatbot-toggler span:last-child img {
    width: 15px;
}

.chatbot-toggler span:last-child,
body.show-chatbot .chatbot-toggler span:first-child  {
    opacity: 0;
}

body.show-chatbot .chatbot-toggler span:last-child {
    opacity: 1;
}

.chatbot {
    position: fixed;
    right: 35px;
    bottom: 90px;
    width: 420px;
    background: #bfff00;
    border-radius: 15px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.5);
    transform-origin: bottom right;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
                0 32px 64px -48px rgba(0,0,0,0.5);
    transition: all 0.1s ease;
}

body.show-chatbot .chatbot {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.chatbot header {
    padding: 16px 0;
    position: relative;
    color: #fff;
    background: #000000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.chatbot header small, .chatbot header h2 {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.chatbot header small img {
    width: 10px;
    height: 10px;
    margin: 5px;
}

header h2 {
    font-size: 1.4rem;
}

.chatbot .chatbox {
    overflow-y: auto;
    height: 510px;
    padding: 30px 20px 100px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
    width: 6px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 25px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.chatbox .chat {
    display: flex;
    list-style: none;
}

.chatbox .outgoing {
    margin: 20px 0;
    justify-content: flex-end;
}

.chatbox .incoming span {
    width: 32px;
    height: 32px;
    color: #fff;
    cursor: default;
    text-align: center;
    line-height: 32px;
    align-self: flex-end;
    background: #c9d4e2;
    border-radius: 4px;
    margin: 0 10px 2px 0;
}

.chatbox .chat p {
    white-space: pre-wrap;
    padding: 12px 16px;
    border-radius: 10px 10px 0 10px;
    max-width: 75%;
    color: #fff;
    font-size: 0.95rem;
    background: #000000;
}

.chatbox .incoming p {
    border-radius: 10px 10px 10px 0;
}

.chatbox .chat p.error {
    color: #ffffff;
    background: #08007c;
}

.chatbox .incoming span img {
    margin-top: 3px;
    width: 26px;
}

.chatbox .incoming p {
    color: #000;
    background: #f2f2f2;
}

.chatbot .chat-input {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #99ff00;
    padding: 13px 20px;
    border-top: 1px solid #000000;
}

.chat-input textarea {
    height: 50px;
    width: 90%;
    border: none;
    border-bottom: 1px solid #949494;
    outline: none;
    resize: none;
    max-height: 180px;
    padding: 15px 15px 5px 5px;
    font-size: 0.95rem;
    margin-left: 10px;
    background-color: transparent;
    color: yellow;

}

.chatbot .chat-input {
    background-color: #000000;
    color: yellow;
}

.chat-input span {
    align-self: flex-end;
    color: #0b4be1;
    cursor: pointer;
    height: 55px;
    display: flex;
    align-items: center;
}

.chat-input span img {
    margin: 10px;
    width: 35px;
}

.chat-input textarea:valid ~ span {
    visibility: visible;
}

@media (max-width: 490px) {
    .chatbot-toggler {
        right: 20px;
        bottom: 20px;
    }
    .chatbot {
        right: 0;
        bottom: 0;
        height: 100%;
        border-radius: 0;
        width: 100%;
    }
    .chatbot .chatbox {
        height: 90%;
        padding: 25px 15px 100px;
    }
    .chatbot .chat-input {
        padding: 5px 15px;
    }
    .chatbot header span {
        display: block;
    }
} 