 /* * {
  outline: 1px solid red !important;
}
*/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
    margin: 0%;
    padding: 0%;
    background-color: rgb(241, 241, 241);
}

body.dark {
    background-color: rgb(43, 43, 43);
    color: white;
    border-color: #969696;
}

li, a{
    font-family: 'Inter', sans-serif;
    color: inherit;
    text-decoration: none;
    cursor: default;
}

h1, h2 {
    font-family: 'Inter', sans-serif;
}

p{
    margin: 60px;
    font-family: 'Inter', sans-serif;
}

.toolbar-main-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

body.dark .toolbar-main {
    background-color: #1e1e1e;
}

.namePage {
    color: rgb(97, 163, 224);
    margin: 15px 15px 15px 30px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sub-shortcut {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgb(97, 163, 224);
}

.container-me {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.welcome-text-and-tools {
    margin: 60px;
}

.tools-used-div {
    display: flex;
    align-content: flex-start;
    width: 40%;
    height: 50%;
    margin: 5px;
    padding: 8px;
    list-style: none;
}

#tools-title{
    font-size: 25px;
}

#tools-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: center;
    justify-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.li-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    border: 2px solid rgb(43, 131, 205);
    border-radius: 10px;
    background-color: rgb(97, 163, 224);
}

.tools-used-div img {
    width: 30px;
    padding: 0;
}

#author-img {
    display: flex;
    justify-content: flex-end;
    width: auto;
}

#welcome-text {
    font-size: 30px;
}

#namePage {
    width: auto;
    color: rgb(97, 163, 224);
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.line-design {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#line {
    width: 140px;
    height: 3px;
    background-color: rgb(97, 163, 224);
}

.about-me {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.about-me-container-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.about-me-card {
    width: 80%;
    height: auto;
    margin: 50px;
    padding: 20px;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

body.dark .about-me-card {
    background-color: #1e1e1e;
    border: 2px solid #666666;
}

#about-me-title,
#project-title {
    width: 100%;
    text-align: center;
}

#about-me-text {
    margin: 60px;
    font-size: 20px;
    line-height: 2.5;
}

.projects-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    padding: 4rem 8%;
    background-color: rgb(97, 163, 224);
}

.card-project-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 800px;
    gap: 100px;
    margin: 30px 0;
    padding: 40px 25%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.cardsImages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 400px;
    flex-wrap: wrap;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    scroll-snap-align: center;
}

body.dark .cardsImages {
    background-color: #1e1e1e;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    border: 2px solid #666666;
}

.cardsImages {
    background-color: rgb(0, 0, 0);
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.cardsImages img {
    width: 90%;
    height: 50%;
    margin-top: 15px;
    border: 2px solid rgb(238, 238, 238);
    border-radius: 25px;
    object-fit: cover;
}

.title-card-projects {
    margin-bottom: 0;
    font-size: 24px;
}

.descricao-card-projects {
    margin-top: 5px;
    font-size: 16px;
}

.contact-me {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    margin-top: 20px;
    padding: 4rem 8%;
}

.line-design-left {
    width: 40%;
    margin-left: 50px;
}

.socialMedia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 60px 60px;
}

.socialMedia a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(97, 163, 224);
    text-decoration: none;
}

.SocialMediaImg {
    width: 35px;
    margin-right: 20px;
}

.footer-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#project-title {
    color: white;
    font-size: 40px;
}

#contact-title {
    width: 80%;
    margin-left: 60px;
    font-size: 40px;
}

#contact-me-text {
    font-size: 30px;
}

#text-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Responsive layout */

@media (max-width: 768px) {

    .container-me {
        flex-direction: column;
        gap: 20px;
    }

    .tools-used-div {
        width: 100%;
    }

    #tools-icons {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub-shortcut {
        display: none;
    }

    .namePage {
        font-size: 1rem;
    }

}

.namePage {
    color: rgb(97, 163, 224);
    width: auto;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 15px;
    margin-left: 30px;
    width: 15%;

}

.sub-shortcut{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgb(97, 163, 224);
}

.toolbar-main {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    list-style: none;
}

.toolbar-main.dark {
    background-color: rgb(0, 0, 0);
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.2);
}

.container-me {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.welcome-text-and-tools{
    margin: 60px;
}

.tools-used-div {
    align-content: flex-start;
    list-style: none;
    display: flex;
    width: 40%;
    height: 50%;
    margin: 5px;
    padding: 8px;
}

@media (max-width: 600px) {

    *, *::before, *::after {
        box-sizing: border-box;
    }

    #author-img img {
        margin-top: 0px;
        width: 250px;
    }

    .tools-used-div {
        width: 40%;
    }

    #tools-icons {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub-shortcut{
        display: none;
    }

    .container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

}

.li-tools {
    border: 2px solid;
    background-color: rgb(97, 163, 224);
    border-color: rgb(43, 131, 205);
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tools-used img {
    padding: 0px;
    width: 30px;
}

.tools-itens {
    display: flex;
    flex-direction: row;
}

.icons-tools-used {
    width: 50px;
    height: auto;
}

.line-design {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrossel-container {
    mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );

  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );

  height: auto;
  width: 100%;
  max-width: 1000px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carrossel-container::-webkit-scrollbar {
  display: none;
}

.projects-list {
    background-color: rgb(97, 163, 224);
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card-project-list{
    width: 100%;
    height: 800px;
    align-items: center;
    display: flex;
    justify-content:center;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding: 40px 25%;
    box-sizing: border-box;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 100px;
    /*-webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to right, transparent, black 35%, black 65%, transparent); */
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.card-Projects {
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.card-Projects img {
    height: 400px;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    object-fit: cover;
    border: 2px solid;
    border-color: rgb(43, 131, 205);
}

.about-me-container-card{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-me-card {
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 80%;
    height: 50%;
    height: auto;
    border-radius: 25px;
    margin: 50px;
    padding: 20px;
}

.title-card-projects{
    font-size: 24px;
    margin-bottom: 0px;
}

.descricao-card-projects{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.tags-project {
    width: 90%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
}

.tags-project p {
    margin-top: 0px;
    margin: 30px;
    padding: 10px;
}

.cardsImages {
    background-color: white;
    width: 500px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    flex: 0 0 400px;
    scroll-snap-align: center;
    padding: 0px;
}

.cardsImages img {
    margin-top: 15px;
    width: 90%;
    height: 50%;
    object-fit: cover;
    border-radius: 25px;
    border: 2px solid rgb(238, 238, 238);
}

.card {
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    height: 200px;
    margin: 50px;
    padding: 20px;
}

.contact-me {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.line-design-left{
    width: 40%;
    margin-left: 50px;
}

.socialMedia{
    display: flex;
    gap: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 60px;
    margin-bottom: 60px;
}

.socialMedia a{
    display: flex;
    align-items: center;
    font-size: 25px;
    gap: 10px;
    color: rgb(97, 163, 224);
    text-decoration: none;
}

.SocialMediaImg{
    gap: 20px;
    width: 35px;
    margin-right: 20px;
}

.footer-toolbar {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background-color: white;
}

body.dark .footer-toolbar {
    background-color: #1e1e1e;
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.2);
}

.toolbar-sub-shortcut{
    position: fixed;
    top: 20px;
    left: 20px;
}

#namePage{
    color: rgb(97, 163, 224);
    width: auto;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#author-img {
    width: auto;
    height: 600px;
    display: flex;
    justify-content: flex-start;
    margin: 100px;
}

#welcome-title{
    font-size: 40px;
    margin-bottom: 0px;
}

#welcome-text{
    font-size: 30px;
}

#tools-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: center;
    justify-items: center;
}

#about-me-title{
    width: 100%;
    text-align: center;
    font-size: 40px;
}

#project-title{
    color: white;
    width: 100%;
    text-align: center;
}

#about-me-text{
    margin: 60px;
    font-size: 25px;
    line-height: 2.5;
}

#contact-title{
    width: 80%;
    margin-left: 60px;
}

#text-footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#line-about-me{
    height: 3px;
    width: 220px;
    background-color:rgb(97, 163, 224);
}


#line-contact{
    height: 3px;
    width: 170px;
    background-color:rgb(97, 163, 224);
}

#btn-dark-mode{
    margin-right: 20px;
}

/*
    Tags for design tools used in projects
*/
#tag-html-design-tool{
    background-color: rgb(227, 76, 38);
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 8px;
    margin: 2px;
}

#tag-css-design-tool{
    background-color: rgb(102, 51, 153);
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 8px;
    margin: 2px;
}

#tag-js-design-tool{
    background-color: rgb(231, 208, 28);
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 8px;
    margin: 2px;
}

#tag-react-design-tool{
    background-color: rgb(84, 140, 214);
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 8px;
    margin: 2px;
}

#tag-java-design-tool{
    background-color: rgb(237, 139, 0);
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 8px;
    margin: 2px;
}

/*
    Tags for dark design tools used in projects
    
*/

body.dark #tag-html-design-tool{
    border: 1px solid rgb(227, 76, 38);
    background-color: rgba(227, 76, 38, 0);
    color: white;
    border-radius: 15px;
    padding: 8px;
    margin: 2px;
}

body.dark #tag-css-design-tool{
    border: 1px solid rgb(102, 51, 153);
    background-color: rgba(102, 51, 153, 0);
    color: white;
    border-radius: 15px;
    padding: 8px;
    margin: 2px;
}

body.dark #tag-js-design-tool{
    border: 1px solid rgb(231, 208, 28);
    background-color: rgba(231, 208, 28, 0);
    color: white;
    border-radius: 15px;
    padding: 8px;
    margin: 2px;
}

body.dark #tag-react-design-tool{
    border: 1px solid rgb(84, 140, 214);
    background-color: rgba(84, 140, 214, 0);
    color: white;
    border-radius: 15px;
    padding: 8px;
    margin: 2px;
}

body.dark #tag-java-design-tool{
    border: 1px solid rgb(237, 139, 0);
    background-color: rgba(237, 139, 0, 0);
    color: white;
    border-radius: 15px;
    padding: 8px;
    margin: 2px;
}

/* From Uiverse.io by Galahhad */
.theme-switch {
  --toggle-size: 10px;
  /* the size is adjusted using font-size,
     this is not transform scale,
     so you can choose any size */
  --container-width: 5.625em;
  --container-height: 2.5em;
  --container-radius: 6.25em;
  /* radius 0 - minecraft mode :) */
  --container-light-bg: rgb(97, 163, 224);
  --container-night-bg: #1D1F2C;
  --circle-container-diameter: 3.375em;
  --sun-moon-diameter: 2.125em;
  --sun-bg: #ECCA2F;
  --moon-bg: #C4C9D1;
  --spot-color: #959DB1;
  --circle-container-offset: calc((var(--circle-container-diameter) - var(--container-height)) / 2 * -1);
  --stars-color: #fff;
  --clouds-color: #F3FDFF;
  --back-clouds-color: rgb(170, 202, 223);
  --transition: .5s cubic-bezier(0, -0.02, 0.4, 1.25);
  --circle-transition: .3s cubic-bezier(0, -0.02, 0.35, 1.17);
}

.theme-switch, .theme-switch *, .theme-switch *::before, .theme-switch *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: var(--toggle-size);
}

.theme-switch__container {
  width: var(--container-width);
  height: var(--container-height);
  background-color: var(--container-light-bg);
  border-radius: var(--container-radius);
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.theme-switch__container::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  -webkit-box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  border-radius: var(--container-radius)
}

.theme-switch__checkbox {
  display: none;
}

.theme-switch__circle-container {
  width: var(--circle-container-diameter);
  height: var(--circle-container-diameter);
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: var(--circle-container-offset);
  top: var(--circle-container-offset);
  border-radius: var(--container-radius);
  -webkit-box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: var(--circle-transition);
  -o-transition: var(--circle-transition);
  transition: var(--circle-transition);
  pointer-events: none;
}

.theme-switch__sun-moon-container {
  pointer-events: auto;
  position: relative;
  z-index: 2;
  width: var(--sun-moon-diameter);
  height: var(--sun-moon-diameter);
  margin: auto;
  border-radius: var(--container-radius);
  background-color: var(--sun-bg);
  -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
  -webkit-filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  overflow: hidden;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.theme-switch__moon {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-color: var(--moon-bg);
  border-radius: inherit;
  -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.theme-switch__spot {
  position: absolute;
  top: 0.75em;
  left: 0.312em;
  width: 0.75em;
  height: 0.75em;
  border-radius: var(--container-radius);
  background-color: var(--spot-color);
  -webkit-box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
}

.theme-switch__spot:nth-of-type(2) {
  width: 0.375em;
  height: 0.375em;
  top: 0.937em;
  left: 1.375em;
}

.theme-switch__spot:nth-last-of-type(3) {
  width: 0.25em;
  height: 0.25em;
  top: 0.312em;
  left: 0.812em;
}

.theme-switch__clouds {
  width: 1.25em;
  height: 1.25em;
  background-color: var(--clouds-color);
  border-radius: var(--container-radius);
  position: absolute;
  bottom: -0.625em;
  left: 0.312em;
  -webkit-box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
  box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
  -webkit-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  -o-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
}

.theme-switch__stars-container {
  position: absolute;
  color: var(--stars-color);
  top: -100%;
  left: 0.312em;
  width: 2.75em;
  height: auto;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

/* actions */

.theme-switch__checkbox:checked + .theme-switch__container {
  background-color: var(--container-night-bg);
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__circle-container {
  left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter));
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__circle-container:hover {
  left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - 0.187em)
}

.theme-switch__circle-container:hover {
  left: calc(var(--circle-container-offset) + 0.187em);
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__moon {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__clouds {
  bottom: -4.062em;
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__stars-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}