@import url("https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap");
/* Akaya */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Fira Sans', sans-serif;
}

body {
  overflow: hidden;
}

/* Every Title Section */
.h2About {
  text-align: center;
  font-size: 2em;
  text-shadow: 2px 1px rgba(121, 121, 121, 0.747);
  letter-spacing: 2px;
}

.h2About span {
  color: #39748b;
  font-size: 2em;
}

/* Banner - Header */

.container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6))), url(/main/image/sunrise.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(/main/image/sunrise.jpg);
  background-size: cover;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

.container header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.container header #logo {
  text-decoration: none;
  color: #e9e9e9;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 2px 2px rgba(121, 121, 121, 0.747);
}

.container header #logo::after {
  content: '.';
  color: red;
  font-size: 1em;
}

.container header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container header ul li i {
  font-size: 1.5em;
  color: white;
  margin: auto auto .5em;
  color: #ffd900;
  text-shadow: 0 0 5px #202020;
  cursor: pointer;
}

.container header ul li {
  margin: auto 1em;
  list-style-type: none;
}

.container header ul li a {
  text-decoration: none;
  color: white;
  font-size: 1.1em;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.container header ul li a:hover {
  color: #afaeae;
}

.container header ul li a:hover::after {
  width: 110%;
  height: 2px;
  opacity: 1;
}

.container header ul li a::after {
  content: '';
  display: block;
  background-color: white;
  margin-top: .5em;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.container header .burger {
  display: none;
  font-size: 2em;
  color: white;
}

.container .describe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5em;
  text-align: center;
}

.container .describe img {
  animation: float 5s ease-in-out infinite;
  width: 200px;
  height: 200px;
  display: flex;
  margin: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0px #000;
  -moz-box-shadow: 0 0 0px #000;
  box-shadow: 0 0 0px #000;
}

@keyframes float {
 0% {
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
 }
 50% {
  -webkit-transform: translatey(-20px);
          transform: translatey(-20px);
 }
 100% {
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
 }
}

.container .describe h2 {
  font-size: 2em;
  color: white;
  letter-spacing: 2px;
  text-shadow: 2px 2px rgba(121, 121, 121, 0.747);
}

.container .describe p {
  margin: .5em auto;
  text-indent: 1em;
  width: 50%;
  line-height: 1.2em;
  font-size: 1.4em;
  letter-spacing: 1.5px;
  color: #e6e6e6;
}

.container .describe .invite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .describe .invite a {
  color: #3b3b3b;
  text-decoration: none;
  margin: .5em;
  padding: .7em 2em;
  border-radius: 1em;
  background-color: #e2dcdc;
  border: 2px solid #d1cfcf;
  -webkit-box-shadow: 2px 2px 4px rgba(75, 75, 75, 0.781);
          box-shadow: 2px 2px 4px rgba(75, 75, 75, 0.781);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.container .describe .invite a:hover {
  background-color: #e0dfdf;
  -webkit-box-shadow: 2px 2px 4px rgba(117, 117, 117, 0.781);
          box-shadow: 2px 2px 4px rgba(117, 117, 117, 0.781);
  color: black;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/* About Us */
.aboutus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  margin: 5em auto 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aboutus .botAbout h2 {
  font-size: 2em;
  text-shadow: -2px 2px rgba(121, 121, 121, 0.747);
  text-align: center;
  letter-spacing: 2px;
  line-height: none;
}

.aboutus .botAbout p {
  width: 70%;
  text-indent: 1em;
  font-size: 1.2em;
  margin: 1em auto;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5em;
}

.aboutus .galery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  grid-row-gap: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto;
}

.aboutus .galery img {
  width: 80%;
  height: auto;
  border-radius: .5em;
  margin: auto;
  padding: 1em;
  background-color: #eeecec;
  border: 2px solid #f3f1f1;
  -webkit-box-shadow: 3px 3px 5px rgba(136, 136, 136, 0.781);
          box-shadow: 3px 3px 5px rgba(136, 136, 136, 0.781);
}

/* Our Team */
#team {
  margin: 20% auto;
}

#team .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: none;
      -ms-flex-align: none;
          align-items: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#team .cards .card {
  position: relative;
  margin: 3em;
  text-align: center;
  padding: 2em 1em;
  border-radius: .5em;
  background-color: #eeecec;
  border: 2px solid #f3f1f1;
  -webkit-box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.781);
          box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.781);
}

#team .cards .card p {
  width: 20em;
  margin: 1.5em auto;
  letter-spacing: 1.5px;
  text-align: center;
}

#team .cards .card h2 {
  margin: 1em auto 0;
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  text-shadow: 1px 1px rgba(121, 121, 121, 0.747);
}

#team .cards .card img {
  width: 7em;
  border-radius: 50%;
  padding: .5em;
  border: 2px solid #b8b5b5;
}

#team .cards .card .teamSosmed {
  position: absolute;
  margin: .8em auto;
  bottom: 0;
  left: 0;
  right: 0;
}

#team .cards .card .teamSosmed a {
  margin: auto 1em;
  font-size: 1.3em;
}

#team .cards .card .teamSosmed a:nth-child(1) {
  color: #6262e7;
}

#team .cards .card .teamSosmed a:nth-child(2) {
  color: black;
}

#team .cards .card .teamSosmed a:nth-child(3) {
  color: red;
}

/* Command List Category */
.commandP {
  text-align: center;
  margin: 2em auto;
  font-size: 1.5em;
  letter-spacing: 2px;
}

.print {
  background-image: linear-gradient(45deg, #0099ff, #a8e3f5);
  width: 100%;
}

.print ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  grid-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  padding-bottom: 3em;
}

.print ul li {
  word-wrap: break-word;
  position: relative;
  list-style-type: none;
  border-radius: .3em;
  padding: 2em;
  color: white;
  z-index: 10;
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 0px 12px 0 rgba(223, 223, 223, 0.37);
          box-shadow: 0px 0px 12px 0 rgba(223, 223, 223, 0.37);
  border-radius: .3em;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.print ul li i {
  font-size: 2em;
}

.print ul li .cmd h1 {
  font-size: 1.5em;
  margin: .5em;
  font-weight: 500;
  text-shadow: 1px 1px rgba(121, 121, 121, 0.747);
}

.print ul li .cmd p {
  width: 15em;
  letter-spacing: 1.5px;
}

/* Footer */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1em 2em;
}

footer p {
  font-size: 1.1em;
  font-weight: 600;
}

footer #modeInfo {
  font-size: 1.3em;
  color: black;
  margin: auto 2em;
  cursor: pointer;
}

footer #modeInfo i {
  color: #ffd900;
  font-size: 1.3em;
  text-shadow: 0 0 5px #202020;
}

footer #modeInfo a {
  text-decoration: none;
  font-size: 1em;
  color: white;
  padding: .2em .5em;
  border-radius: 1em;
  background-color: #202020;
  -webkit-box-shadow: 0 0 5px #202020;
          box-shadow: 0 0 5px #202020;
}

footer .botSosmed a {
  margin: auto .3em;
  font-size: 1.5em;
  color: #6262e7;
}

footer .botSosmed a:nth-child(2) {
  color: grey;
}

/* Dark Mode */
* {
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

/* Every Title Section */
.h2AboutDark {
  text-shadow: 2px 1px rgba(235, 229, 229, 0.747);
  color: #e1e1e1;
}

.h2AboutDark span {
  color: #07b9ff;
  font-size: 2em;
}

.bodyDark {
  background-color: #121212;
}

.containerDark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6))), url(/main/image/nightmode.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(/main/image/nightmode.jpg);
}

.containerDark header ul li i {
  color: white;
  text-shadow: 0 0 2px white;
}

/* About us */
.aboutusDark .botAbout {
  color: #a0a0a0;
}

.aboutusDark .botAbout h2 {
  color: #e1e1e1;
}

.aboutusDark .galery img {
  background-color: #1e1e1e;
  border: 2px solid #282828;
  -webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.5);
          box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.5);
}

/* Card Team */
#team .cardsDark .cardDark {
  color: white;
  background-color: #1e1e1e;
  border: 2px solid #282828;
  -webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.5);
          box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.5);
}

#team .cardsDark .cardDark h2 {
  text-shadow: 1px 2px 2px #a0a0a0;
  color: #e1e1e1;
}

#team .cardsDark .cardDark p {
  color: #e1e1e1;
}

#team .cardsDark .cardDark .teamSosmed a {
  padding: .3em .4em;
  border-radius: 50em;
  font-size: 1em;
  background-color: #e1e1e1;
  border: 2px solid #cac8c8;
  -webkit-box-shadow: 1px 1px 2px rgba(187, 187, 187, 0.781);
          box-shadow: 1px 1px 2px rgba(187, 187, 187, 0.781);
}

/* Command list category */
.commandPDark {
  color: #e1e1e1;
  text-shadow: 1px 1px 2px #a0a0a0;
}

.printDark {
  background-color: #1f1f1f;
  background-image: none;
}

/* Footer */
.footerDark p {
  font-weight: 500;
  color: #f8f5f5;
  text-shadow: 1px 1px rgba(148, 148, 148, 0.747);
}

.footerDark #modeInfo {
  color: white;
}

.footerDark #modeInfo i {
  color: white;
  text-shadow: 0 0 2px white;
}

.footerDark .botSosmed a {
  background-color: white;
  padding: .2em .4em;
  border-radius: 50%;
  background-color: #f3f0f0;
  border: 2px solid #e0dede;
  -webkit-box-shadow: 1px 1px 2px rgba(219, 219, 219, 0.781);
          box-shadow: 1px 1px 2px rgba(219, 219, 219, 0.781);
}

.footerDark .botSosmed a:nth-child(2) {
  padding: .2em;
  color: black;
}

/* Media Query */
@media (max-width: 1300px) {
  #command ul {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
}

@media (max-width: 991px) {
  .describe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  .describe .textDescribe {
    margin: 1em;
  }
  .describe .textDescribe p {
    margin: .5em auto;
    width: 70%;
    font-weight: 700;
  }
  .botAbout p {
    margin: 1em auto;
    word-break: break-all;
  }
  .aboutus .galery {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .aboutus .galery img {
    width: 80%;
  }
  #command ul {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
}

@media (max-width: 768px) {
  .clickBackground {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-bottom: 10000%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    opacity: 0;
  }
  .clickBackgroundActive {
    opacity: 1;
    display: block;
  }
  .containerDark .header ul {
    background-color: black;
    -webkit-box-shadow: 0px 0px 1em #5f5f5f;
            box-shadow: 0px 0px 1em #5f5f5f;
  }
  .container .headerActive ul {
    right: 0;
  }
  .container header ul {
    z-index: 2;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 50%;
    padding-top: 5em;
    -webkit-box-shadow: 0px 0px 2em #b9b8b8;
            box-shadow: 0px 0px 2em #b9b8b8;
    background-color: rgba(168, 216, 235, 0.911);
    -webkit-transition: .4s ease;
    transition: .4s ease;
    color: #a0a0a0;
  }
  .container header ul li {
    margin: .5em auto;
  }
  .container header ul li i {
    display: none;
  }
  .container header ul li a {
    font-size: 2em;
    text-shadow: 3px 2px rgba(39, 39, 39, 0.747);
  }
  .container header ul li a:hover::after {
    width: 0;
    height: 0;
  }
  .container header .burger {
    display: block;
    cursor: pointer;
    z-index: 30;
  }
  .container .describe p {
    width: unset;
    text-align: center;
  }
  .container .describe .invite a {
    -webkit-transition: unset;
    transition: unset;
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  .container .describe .invite a:hover {
    -webkit-transform: unset;
            transform: unset;
  }
  .aboutus h2 {
    margin: auto 1em;
  }
  .aboutus .galery {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    margin: 2em;
    width: 95%;
  }
  .aboutus .galery img:nth-child(1), .aboutus .galery img:nth-child(2), .aboutus .galery img:nth-child(3) {
    display: none;
  }
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: .5em;
  }
  .cards .card {
    margin: 1em auto;
  }
  #command ul {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer #modeInfo {
    margin: 1.5em auto;
  }
  footer .botSosmed {
    margin-bottom: 1em;
  }
  .invite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .invite a {
    width: 100%;
  }
}

@media (max-width: 550px) {
  #team .cards .card {
    word-wrap: break-word;
  }
  #team .cards .card p {
    width: unset;
  }
}

@media (max-width: 300px) {
  .teamSosmed {
    display: none;
  }
  #command .print {
    width: 110%;
  }
  #command ul li {
    padding: 1em;
  }
  #command ul li .cmd p {
    width: 10em;
  }
}

/* Loading & Scroll bar */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 200;
  background-color: #121212;
}

.loading .loadingComponent {
  position: relative;
  top: 50%;
  margin: auto;
  background-color: #a0a0a0;
  -webkit-box-shadow: 0 0 2px #ececec;
          box-shadow: 0 0 2px #ececec;
  width: 30%;
  height: 7px;
  border-radius: 1em;
}

.loading .loadingComponent::after {
  content: '';
  display: block;
  background-color: #434a4b;
  -webkit-box-shadow: 0 0 3px #6fe5ee;
          box-shadow: 0 0 3px #6fe5ee;
  height: 100%;
  border-radius: 1em;
  -webkit-animation: loading 3s;
          animation: loading 3s;
}

@-webkit-keyframes loading {
  0% {
    width: 0%;
  }
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
    background-color: #4a9499;
  }
  50% {
    width: 50%;
    background-color: #37acb4;
  }
  70% {
    width: 70%;
    background-color: #38dae6;
  }
  100% {
    width: 100%;
    background-color: #08e7f3;
  }
}

@keyframes loading {
  0% {
    width: 0%;
  }
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
    background-color: #4a9499;
  }
  50% {
    width: 50%;
    background-color: #37acb4;
  }
  70% {
    width: 70%;
    background-color: #38dae6;
  }
  100% {
    width: 100%;
    background-color: #08e7f3;
  }
}

.nav-item {
    padding-left: 30px;
    font-size: 30px;
}
.nav-item a{
    text-decoration: none;
    color: #cacaca;
}
.nav-item a:hover{
    color: #ffffff;
}
.nav-item b{
    text-decoration: none;
    color: #41cf48!important;
}
.nav-item b:hover{
    color: #56ff8e!important;
}
.nav-item button {
    border-radius: 10px;
    height: 60px;
    font-size: 30px;
    transition: all 0.2s ease;
}
.nav-item button:hover {
    border-radius: 20px;
    height: 60px;
    font-size: 30px;
}

/* Scroll bar */
::-webkit-scrollbar {
  width: 15px;
  cursor: pointer;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(135deg, #1396ec, #4d90b8);
  border-radius: 1.5em;
  height: 7em;
}

::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(135deg, #34acfc, #69a9ce);
}
/*# sourceMappingURL=style.css.map */
