/*
Theme Name: vision
Template: twentytwentyone
Author: YANIS
Version: 1.0
*/

/*Feuille de style mère appelée par défaut (Desktop)/*

/*------------------------------*/
/* ----------- ROOT ----------- */
/*------------------------------*/


:root {
    --bleu-clair: #4C87B1;
    --vert-clair: #8CA67E;
    --bleu-nuit: #031A22;
    --gris-fonce: #324146;
    --blanc: #FAFAFA;
    --blanc-fixe: #FAFAFA;
    --background-header: rgba(0, 0, 0, 0.059);
    --brightness: brightness(1000);
    --header-border: rgba(255, 255, 255, 0.4);
}

body.white-theme {
    --bleu-clair: #4C87B1;
    --vert-clair: #8CA67E;
    --bleu-nuit: #d6d6d6;
    --gris-fonce: #808080;
    --blanc: #272727;
    --blanc-fixe: #FAFAFA;
    --background-header: rgba(255, 255, 255, 0.377);
    --brightness: brightness(0);
    --header-border: rgba(34, 34, 34, 0.74);
}

body,
body * {
    transition: background-color 0.3s ease, color 0.3s ease;
}

:root body {
    background-color: var(--bleu-nuit);
    font-family: "cc-regeneration-variable", sans-serif;
    font-variation-settings: "ital" 100, "wght" 400;
    margin: 0;
    overflow-x: hidden;
    color: var(--blanc);
}

:root p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: default;
    font-family: "cc-regeneration-variable", sans-serif;
    font-variation-settings: "ital" 0, "wght" 0;
    text-align: justify;
}

:root h6 {
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -0.5%;
    font-family: "cc-regeneration-variable", sans-serif;
    font-variation-settings: "ital" 0, "wght" 0;
}

:root h5 {
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: -1%;
    font-family: "cc-regeneration-variable", sans-serif;
    font-variation-settings: "ital" 0, "wght" 0;
}

:root h4 {
    font-size: 1.25rem;
    line-height: 130%;
    letter-spacing: -1.5%;
    font-family: "cc-regeneration-variable", sans-serif;
    font-variation-settings: "ital" 0, "wght" 200;
}

:root h3 {
    font-size: 2.44rem;
    line-height: 120%;
    letter-spacing: -2%;
    font-family: "cc-regeneration-variable", sans-serif;
    font-variation-settings: "ital" 0, "wght" 300;
}

:root h2 {
    font-size: 4rem;
    line-height: 110%;
    letter-spacing: -2.5%;
    font-family: "cc-regeneration-variable", sans-serif;
    font-variation-settings: "ital" 0, "wght" 200;
    font-variation-settings: "ital" 100, "wght" 400;
    display: flex;
    justify-content: center;
    transform: rotate(-2.73deg);
}

:root h1 {
    font-size: 4.5rem;
    line-height: 100%;
    letter-spacing: -3%;
    font-family: "cc-regeneration-variable", sans-serif;
    font-variation-settings: "ital" 100, "wght" 400;
    display: flex;
    justify-content: center;
    transform: rotate(-2.73deg);
    color: var(--blanc-fixe);
}

img {
    width: 100%;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.ultimate-cursor {
    background-color: var(--blanc) !important;
}

/*--------------------------------------*/
/* ----------- LANDING PAGE ----------- */
/*--------------------------------------*/

.landing {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100vw;
    height: 110vh;
}

.landing::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(3, 26, 34, 0) 90%, var(--bleu-nuit) 100%);
    pointer-events: none;
    z-index: 1;
}

header {
    display: flex;
    color: var(--blanc);
    font-variation-settings: "ital" 0, "wght" 0;
    font-size: 16px;
    z-index: 3;
}

.glass-header {
    position: fixed;
    top: 16px;
    left: 8px;
    right: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 2rem;
    z-index: 1000;
    background: var(--background-header);
    backdrop-filter: blur(5px) saturate(100%) contrast(120%);
    -webkit-backdrop-filter: blur(20px) saturate(180%) contrast(120%);
    border-bottom: 1px solid var(--header-border);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

/* Header mobile non affiché sur desktop */
.burger-icon {
    display: none;
}

.mobile-header {
    display: none;
}

.logo {
    width: 110px;
    transition: 0.3s ease;
    transition-timing-function: cubic-bezier(0.66, 0, 0.005, 1.289);
    filter: var(--brightness);
}

.logo:hover {
    transform: scale(1.1);
}

.flexhead {
    display: flex;
    justify-content: right;
    gap: 16px;
}

.contact-button {
    border: 2px solid var(--blanc);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 45px;
    transition: 0.3s ease;
    background-color: #8ca67e00;
    cursor: pointer;
    color: var(--blanc);
    font-variation-settings: "ital" 0, "wght" 0;
}

.contact-button:hover {
    background-color: var(--vert-clair);
    border: 2px solid rgba(255, 255, 255, 0);
}

.link {
    text-decoration: none;
    margin-inline: 8px;
    font-variation-settings: "ital" 0, "wght" 0;
    position: relative;
    display: inline-block;
}

.link::before {
    margin-left: auto;
}

.link::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -4px;
    left: 0;
    right: 0;
    background-color: var(--blanc);
    height: 2px;
    width: 0%;
    transition: 0.5s ease;
    transition-timing-function: cubic-bezier(0.791, -0.452, 0, 1.003);

}

.link:hover::after {
    width: 100%;
}

.vert {
    color: var(--vert-clair);
}

.baseline {
    position: absolute;
    width: 100vw;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.socials {
    position: absolute;
    right: 16px;
    bottom: 15%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.socials>div {
    padding: 8px;
    width: 60px;
    height: 60px;
    background-color: var(--blanc-fixe);
    transition: 0.3s ease;
}

/*-------------------------------------*/
/* ----------- DESCRIPTION ----------- */
/*-------------------------------------*/

.description {
    padding-inline: 15%;
    margin-block: 5%;
}

.desc-container {
    display: flex;
    justify-content: space-around;
    font-variation-settings: "ital" 0, "wght" 0;
    gap: 32px;
}

.desc-container>div {
    max-width: 50%;
}

.desc-container>h3,
.desc-container>div>p {
    margin-bottom: 20px;
}

/*----------------------------------*/
/* ----------- SERVICES ----------- */
/*----------------------------------*/

h2#services {
    position: relative;
    z-index: 3;
    margin-bottom: 40px;
}

.services {
    margin-inline: 10%;
    margin-bottom: 10%;
}

.services-liste {
    margin-inline: 15%;
    display: flex;
    justify-content: center;
    gap: 32px;
}

.service-card {
    background-color: var(--bleu-clair);
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 16px;
    min-width: 350px;
    height: 50vh;
    filter: brightness(1);
    transition: transform 0.3s ease, filter 0.3s ease;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.titre-service {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    transform: translateY(-200px);
    transition: 0.3s ease;
}

.service-card>p {
    text-align: left;
    font-variation-settings: "ital" 0, "wght" 0;
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    transform: translateY(200px);
    transition: 0.3s ease;
}

.service-icon {
    width: 100%;
    transition: 0.3s ease;
}

.service-card:hover {
    transform: scale(1.2);
    filter: brightness(1);
    z-index: 2;
}

.service-card:hover .service-icon {
    width: 150%;
}

.service-card:hover p {
    transform: translateY(0px);
}

.service-card:hover .titre-service {
    transform: translateY(0px);
}

.services:has(.service-card:hover) .service-card:not(:hover) {
    filter: brightness(0.5);
    transform: scale(1);
}

/*--------------------------------------*/
/* ----------- RÉALISATIONS ----------- */
/*--------------------------------------*/

input[type=radio] {
    display: none;
}

#real {
    margin-bottom: 80px;
}

.realisations {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding: 50px 0;
    position: relative;
}

.container {
    display: flex;
    justify-content: center;
    width: 100vw;
    max-height: 600px;
    height: 100%;
    transform-style: preserve-3d;
    position: absolute;
}

.card {
    position: absolute;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 1s ease;
    transition-timing-function: linear(0, 0.336 9%, 0.604 18.4%, 0.806 28.3%, 0.884 33.5%, 0.946 38.9%, 0.989 43.8%, 1.02 49%, 1.041 54.5%, 1.051 60.3%, 1.048 70.2%, 1.008 91%, 1);
    cursor: pointer;
    overflow: hidden;
}

.cards {
    position: relative;
    width: 70%;
}

.titre {
    position: absolute;
    color: var(--blanc-fixe);
    left: 50%;
    bottom: 40%;
    transform: translateX(-50%);
    font-variation-settings: "ital" 0, "wght" 220;
    font-size: 2rem;
    text-align: center;
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none;
}

.desc {
    background-color: rgba(0, 0, 0, 0.723);
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    font-variation-settings: "ital" 0, "wght" 0;
    transition: 0.3s ease;
    opacity: 0;
}

.card-content {
    position: relative;
    overflow: hidden;
}

.card-content:hover .desc,
.card-content:hover .titre {
    opacity: 1;
}

.card-content>img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

#item-1:checked~.cards #song-3,
#item-2:checked~.cards #song-1,
#item-3:checked~.cards #song-2 {
    transform: translatex(-110%) scale(.8);
    opacity: .4;
    z-index: 0;
}

#item-1:checked~.cards #song-2,
#item-2:checked~.cards #song-3,
#item-3:checked~.cards #song-1 {
    transform: translatex(110%) scale(.8);
    opacity: .4;
    z-index: 0;
}

#item-1:checked~.cards #song-1,
#item-2:checked~.cards #song-2,
#item-3:checked~.cards #song-3 {
    transform: translatex(0) scale(1.2);
    opacity: 1;
    z-index: 1;


    img {
        box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
    }
}

#item-2:checked~.player #test {
    transform: translateY(0);
}

#item-2:checked~.player #test {
    transform: translateY(-40px);
}

#item-3:checked~.player #test {
    transform: translateY(-80px);
}

#item-1:checked~.cards #song-3 .desc,
#item-2:checked~.cards #song-1 .desc,
#item-3:checked~.cards #song-2 .desc,
#item-1:checked~.cards #song-2 .desc,
#item-2:checked~.cards #song-3 .desc,
#item-3:checked~.cards #song-1 .desc,
#item-1:checked~.cards #song-3 .titre,
#item-2:checked~.cards #song-1 .titre,
#item-3:checked~.cards #song-2 .titre,
#item-1:checked~.cards #song-2 .titre,
#item-2:checked~.cards #song-3 .titre,
#item-3:checked~.cards #song-1 .titre {
    display: none;
}

/*--------------------------------*/
/* ----------- ÉQUIPE ----------- */
/*--------------------------------*/

#team {
    margin-top: 10%;
    position: relative;
    z-index: 100;
}

.team-container {
    padding-inline: 10%;
    display: flex;
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.team {
    margin-bottom: 24px;
}

.pic {
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    transform-origin: bottom;
    transition-timing-function: cubic-bezier(0.424, 0.256, 0, 1);
}

.pic2 {
    position: absolute;
    top: 100%;
    transition: 3s ease;
    transition-timing-function: cubic-bezier(0, 1, 0, 1);
    transform-origin: bottom;
}

.pic:hover {
    transform: scale(1.1);
}

.pic img {
    transition: filter 0.5s ease;
}

.pic:hover>img {
    filter: blur(6px) brightness(0.3);
}

.pic:hover .pic2 {
    transform: translateY(20%) scale(2.5);
}

.nom {
    font-variation-settings: "ital" 0, "wght" 400 !important;
}

/*------------------------------*/
/* ----------- AVIS ----------- */
/*------------------------------*/

.avis-liste {
    display: flex;
    justify-content: center;
    padding-inline: 5%;
    gap: 8%;
    font-variation-settings: "ital" 0, "wght" 0;
    margin-top: 8%;
    min-height: 150px;
}

.avis {
    max-width: 380px;
    text-align: left;
    padding-bottom: 32px;
    position: relative;
    margin-bottom: 16px;
}

.avis-note {
    position: absolute;
    bottom: 0;
    right: 0;
}

.avis>p {
    font-variation-settings: "ital" 300, "wght" 0;
    text-align: left;
}

.pseudo {
    text-align: right;
    font-size: 16px;
}

/*-----------------------------------------*/
/* ----------- SECTION CONTACT ----------- */
/*-----------------------------------------*/

.contact {
    margin-block: 10%;
}

.contact>p {
    font-variation-settings: "ital" 0, "wght" 0;
    margin-top: 5%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-inline: 32%;
}

.devis {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 16px;
    font-variation-settings: "ital" 0, "wght" 0;
}

.devis>a>div {
    display: flex;
    border: 2px solid var(--blanc);
    align-items: center;
    padding: 8px 45px;
    background-color: rgba(130, 171, 130, 0);
    transition: 0.3s ease;
    cursor: pointer;
}

.devis>a>div:hover {
    background-color: var(--vert-clair);
    border: 2px solid rgba(255, 255, 255, 0);
}

/*--------------------------------*/
/* ----------- FOOTER ----------- */
/*--------------------------------*/

:root footer {
    font-size: 16px;
    padding: 5%;
    font-variation-settings: "ital" 0, "wght" 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-container {
    display: flex;
    gap: 15%;
    width: 100vw;
}

.col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.col>a {
    text-decoration: none;
}

.icons>a>div {
    width: 30px;
    filter: var(--brightness);
}

.icons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

:root hr {
    height: 1px;
    background-color: var(--blanc);
    margin-block: 24px;
    margin-inline: 5%;
}

.bottom-container {
    display: flex;
    justify-content: space-between;
    font-variation-settings: "ital" 0, "wght" 0;
    font-size: 16px;
    padding: 5%;
}

.bottom-container>div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.favicon {
    width: 50px;
    filter: var(--brightness);
}

:root a {
    color: var(--blanc);
    text-decoration: none;
}

/*--------------------------------------*/
/* ----------- PAGE CONTACT ----------- */
/*--------------------------------------*/

.contact-image {
    height: 100vh;
    width: 50vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: cover;
    background-position-y: 50%;
    transition: transform 1s;
    transition-timing-function: cubic-bezier(0.791, -0.452, 0, 1.003);
}

.page-contact {
    background-color: var(--bleu-nuit);
    height: 100vh;
    padding-top: 15vh;
    position: relative
}

.contact-form {
    display: flex;
    justify-content: space-around;
}

.inside-left-side {
    height: 100vh;
    max-height: 65vh;
    padding-top: 8%;
    position: relative
}

.flex {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.envoyer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--blanc) !important;
    font-size: 20px !important;
}

.envoyer>.contact-button {
    border: 1px solid var(--gris-fonce);
}

label {
    color: var(--blanc);
    font-variation-settings: "ital" 100, "wght" 0;
}

label>div>span {
    color: var(--vert-clair);
}

:root input {
    color: var(--blanc) !important;
    background: none;
    border: none !important;
    border-bottom: 1px var(--gris-fonce) solid !important;
    color: #fafafa8e;
    width: 100%;
}

.input-title {
    font-variation-settings: "ital" 200, "wght" 0 !important;
}

.input-title>span {
    color: var(--vert-clair);
}

.ast {
    font-size: 16px;
    color: var(--vert-clair);
    font-variation-settings: "ital" 0, "wght" 0;
    margin-bottom: 8px;
    margin-top: 32px;
}

.valider {
    width: 100%;
    padding: 8px;
    border: 1px solid var(--gris-fonce);
    background: none !important;
    transition: 0.2s ease;
    color: var(--blanc) !important;
}

.valider:hover {
    background-color: var(--vert-clair) !important;
    color: var(--blanc) !important;
    border: 1px solid var(--vert-clair);
}

.labcheck {
    display: flex;
    align-items: center;
    gap: 8px;
}

.labcheck input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--blanc) !important;
    background-color: var(--blanc-fixe);
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    pointer-events: auto;
}

.labcheck input[type="checkbox"]:checked {
    background-color: var(--vert-clair);
    border-color: var(--vert-clair);
}

.labcheck input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.labcheck input[type="checkbox"]:hover {
    background-color: #eeffe4;
    border-color: var(--vert-clair);
}

.labcheck .input-text {
    pointer-events: none !important;
}

textarea {
    width: 100%;
    height: 150px;
    margin-top: 32px !important;
    border: 1px solid var(--gris-fonce) !important;
    background: none;
    color: var(--blanc);
    font-variation-settings: "ital" 0, "wght" 0;
    resize: none;
    padding: 4px !important;
    line-height: 1.5 !important;
}

:root input[type=submit] {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

:root input[type=email] {
    width: 100%;
}

.image-left {
    transform: translateX(0);
}

.image-right {
    transform: translateX(100%);
}

.flexsb {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.retour {
    color: var(--gris-fonce);
    cursor: pointer;
    transition: 0.3s ease;
}

.retour:hover {
    color: var(--blanc);
}

.success-message {
    background-color: var(--bleu-nuit);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    color: var(--blanc);
    font-variation-settings: "ital" 0, "wght" 300;
    z-index: 5;
}

/*------------------------------------------*/
/* ----------- PAGE RÉALISATION ----------- */
/*------------------------------------------*/

.landing-real {
    margin-inline: 10%;
    padding-top: 15%;
}

.flexr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

/*------------------------------------------*/
/* ----------- MENTIONS LÉGALES ----------- */
/*------------------------------------------*/

.mentions-legales {
    padding-top: 10%;
    padding-inline: 25%;
    text-align: justify;
}

.mentions-legales>h2 {
    text-align: left !important;
}

/*--------------------------------*/
/* ----------- LOADER ----------- */
/*--------------------------------*/

.loader {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bleu-nuit);
    z-index: 10000000;
    opacity: 1;
    animation: smooth-hide 3s ease forwards;
}

.spinner {
    width: 44px;
    height: 44px;
    animation: spinner-y0fdc1 3s ease;
    transform-style: preserve-3d;
}

.spinner>div {
    background-color: rgba(0, 77, 255, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    border: 2px solid #004dff;
}

.spinner div:nth-of-type(1) {
    transform: translateZ(-22px) rotateY(180deg);
}

.spinner div:nth-of-type(2) {
    transform: rotateY(-270deg) translateX(50%);
    transform-origin: top right;
}

.spinner div:nth-of-type(3) {
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: center left;
}

.spinner div:nth-of-type(4) {
    transform: rotateX(90deg) translateY(-50%);
    transform-origin: top center;
}

.spinner div:nth-of-type(5) {
    transform: rotateX(-90deg) translateY(50%);
    transform-origin: bottom center;
}

.spinner div:nth-of-type(6) {
    transform: translateZ(22px);
}

@keyframes smooth-hide {

    0%,
    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

@keyframes spinner-y0fdc1 {
    0% {
        transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
    }

    40% {
        transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
    }

    80% {
        transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
    }

    100% {
        transform: translateY(-1000%);
    }
}

/*------------------------------------------*/
/* ----------- BOUTON NIGHTMODE ----------- */
/*------------------------------------------*/

/* a clone from joshwcomeau.com 
 * but this version runs on pure CSS
 */

.themeToggle {
    color: var(--blanc);
    width: 30px;
    height: 30px;
    margin-top: 8px;
    transition: 0.8s ease;
    transition-timing-function: cubic-bezier(0.972, -0.564, 0.34, 1);
}

.themeToggle:hover {
    transform: rotate(-360deg);
}

.st-sunMoonThemeToggleBtn {
    position: relative;
    cursor: pointer;
}

.st-sunMoonThemeToggleBtn .themeToggleInput {
    opacity: 0;
    width: 100%;
    aspect-ratio: 1;
}

.st-sunMoonThemeToggleBtn svg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
    transform: rotate(40deg);
}

.st-sunMoonThemeToggleBtn svg .sunMoon {
    transform-origin: center center;
    transition: inherit;
    transform: scale(1);
}

.st-sunMoonThemeToggleBtn svg .sunRay {
    transform-origin: center center;
    transform: scale(0);
}

.st-sunMoonThemeToggleBtn svg mask>circle {
    transition: transform 0.64s cubic-bezier(0.41, 0.64, 0.32, 1.575);
    transform: translate(0px, 0px);
}

.st-sunMoonThemeToggleBtn svg .sunRay2 {
    animation-delay: 0.05s !important;
}

.st-sunMoonThemeToggleBtn svg .sunRay3 {
    animation-delay: 0.1s !important;
}

.st-sunMoonThemeToggleBtn svg .sunRay4 {
    animation-delay: 0.17s !important;
}

.st-sunMoonThemeToggleBtn svg .sunRay5 {
    animation-delay: 0.25s !important;
}

.st-sunMoonThemeToggleBtn svg .sunRay5 {
    animation-delay: 0.29s !important;
}

.st-sunMoonThemeToggleBtn .themeToggleInput:checked+svg {
    transform: rotate(90deg);
}

.st-sunMoonThemeToggleBtn .themeToggleInput:checked+svg mask>circle {
    transform: translate(16px, -3px);
}

.st-sunMoonThemeToggleBtn .themeToggleInput:checked+svg .sunMoon {
    transform: scale(0.55);
}

.st-sunMoonThemeToggleBtn .themeToggleInput:checked+svg .sunRay {
    animation: showRay1832 0.4s ease 0s 1 forwards;
}

.themeToggleInput:checked+svg .themeToggle {
    transform: rotate(360deg);
}

@keyframes showRay1832 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}