@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap");

* {
  padding: 0;
  margin: 0;
  font-family: "Kumbh Sans", sans-serif;
}

:root {
  --body-bg: #1b1b1b;
  --body-color: #fff;
  --btn-color: #fff;
  --btn-bg-hover: #fff;
  --btn-color-hover: #1a1e24;
  --btn-color-dois: #fff;
}

.dark-mode:root {
  --body-bg: #fff;
  --body-color: #000000;
  --btn-bg: #fff;
  --btn-bg-hover: #fff;
  --btn-color-hover: #000000;
  --btn-color-dois: #fff;
}

h3,
h1,
h2 {
  font-weight: 700;
  color: var(--body-color);
}

h5 {
  font-weight: 500;
  color: var(--body-color);
  font-size: 1rem;
}

.inscricoes a {
  white-space: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--btn-color-dois);
  box-shadow: 0 4px 15px 0 #fa7d17bf;
}

.inscricoes a:hover {
  background-color: #fa7d17;
}

body {
  background: rgb(16, 113, 255);
  background: linear-gradient(
    0deg,
    rgb(20, 85, 143) 0%,
    rgb(255, 255, 255) 100%
  );

  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.cartao {
  background-color: var(--body-bg);
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.69);
}

img#perfil {
  max-height: 170px;
  border: 5px solid var(--body-color);
  background-color: var(--body-color);
}

img#mini-logo {
  max-width: 20px;
}

img#logo {
  width: 170px;
}

iframe {
  border-radius: 22px;
  padding: 15px;
}

.btn-style {
  border-radius: 0.3rem;
  color: var(--btn-color);

  font-size: 1.2rem;
  font-weight: 700;
  height: 5rem;
  word-break: break-all;
  transition: all 0.4s ease-in-out;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.play-yt-one {
  background-color: #179f6d;
}

.play-yt-two {
  background-color: #ff4f2e;
}

.playstore {
  background-color: #c71c56;
}

.linkedin {
  background-color: #0a66c2;
}

.instagram {
  background-color: #833AB4;
}

.github {
  background-color: #5d5a5a;
}

.whatsapp {
  background-color: #25D366;
}

.portifolio {
  background-color: #ce0d0d;
}

.email {
  background-color: #d79611;
}

.curriculo {
  background-color: #6cb3b7;
}


.btn-style:hover {
  background-position: 100% 0;
  background-color: var(--btn-bg-hover);
  color: var(--btn-color-hover);
  box-shadow: #00000040 0px 4px 8px -2px, #00000014 0px 0px 0px 1px;
}

.btn-style:focus {
  outline: none;
}

footer {
  display: flex;
  justify-content: center;
}

#logo-footer {
  margin-top: 4rem;
  width: 10rem;
}

.title-text {
  color: var(--body-color);
  font-weight: 600;
  font-size: 18pt;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fa-moon-o {
  position: absolute;
  height: 26px;
  width: 26px;
  left: 10px;
  bottom: 0px;
  color: #000000;
}

.fa-sun-o {
  position: absolute;
  height: 26px;
  width: 26px;
  left: 35.5px;
  bottom: 0px;
  color: #000000;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #000000;
}

/* input:focus + .slider {
  box-shadow: 0 0 1px #ffffff;
} */

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #fff;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(
    0deg,
    rgb(16, 113, 255) 0%,
    rgb(1, 211, 255) 100%
  );
}

html::-webkit-scrollbar {
  width: 12px;
  background: linear-gradient(
    0deg,
    rgb(16, 113, 255) 0%,
    rgb(1, 211, 255) 100%
  );
}

html::-webkit-scrollbar-thumb {
  background-color: #fff;
}

#logodisc {
  width: 25px;
  height: 25px;
}
