* {}

/* @font-face {
  font-family: WorkSans;
  src: url(lib/fonts/WorkSans-VariableFont_wght.ttf);
} */

.work-sans {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


:root {
    /* #0075ff */
    /* --first: hsl(212, 100%, 50%); */
    --first: hsl(212deg 100% 57%);
    --secend: hsl(212deg 100% 57%);
    --third: hsl(45, 100%, 50%);
    --warning: #ff000d70;
    --pending: #ffb30070;
    --sucess: #00968870;
    --hFont: "Work Sans";
    --pFont: "Work Sans";
    --bFont: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    --fadeUp: fadeUp 1.2s ease-out 1s both;
}

/* bg */

@view-transition {
    navigation: auto;
}

::view-transition-group(*) {
    animation-duration: 0.2s;
}

@media (prefers-color-scheme: dark) {
    :root {
        --color: hsl(210 10% 12% / 1);
        --third: hsl(45, 100%, 50%);
        --htext: hsl(210deg 100% 97.15%);
        --text: hsl(0deg 0% 100%);
        --act1: hsl(212deg 100% 57%);
        --actText1: hwb(0 100% 0%);
        --act2: #ffffff0a;
        --actText2: hsl(212deg 100% 57%);
        --bg: #222427;
        --bgCard: #ffffff0a;
        --MainSecBg: ;
        --inerSecBg: ;
        --filter: invert(1) hue-rotate(180deg) brightness(1.5);
    }
}

@media (prefers-color-scheme: light) {
    :root {
        --color: white;
        --htext: hsl(212.05deg 100% 21.33%);
        --text: hsl(210, 3%, 23%);
        --act1: var(--first);
        --actText1: #fff;
        --act2: #fff;
        --actText2: var(--first);
        --bg: #eef6ff;
        --bgCard: #f8fafc;
        --MainSecBg: ;
        --inerSecBg: ;
        --filter: invert(0);
    }
}

/* b W */
/* @media (prefers-color-scheme: dark) {
    :root {
        --color: hsl(210 10% 12% / 1);
        --third: hsl(45, 100%, 50%);
        --htext: hsl(0deg 0% 100%);
        --text: hsl(0deg 0% 100%);
        --act1: hsl(0deg 0% 100%);
        --actText1: hwb(0deg 0% 100%);
        --act2: #ffffff0a;
        --actText2: hsl(0deg 0% 100%);
        --bg: #222427;
        --bgCard: #ffffff0a;
        --MainSecBg: ;
        --inerSecBg: ;
        --filter: invert(1) hue-rotate(180deg) brightness(1.5);
    }
}

@media (prefers-color-scheme: light) {
    :root {
        --color: white;
        --htext: hsl(0deg 0% 0%);
        --text: hsl(210, 3%, 23%);
        --act1: hsl(0deg 0% 0%);
        --actText1: #fff;
        --act2: #fff;
        --actText2: hsl(0deg 0% 0%);
        --bg: #ffffff;
        --bgCard: #f8f8f8;
        --MainSecBg: ;
        --inerSecBg: ;
    }
} */

/* skin */
/* 
@media (prefers-color-scheme: dark) {
    :root {
        --color: hsl(210 10% 12% / 1);
        --third: hsl(45, 100%, 50%);
        --htext: hsl(210deg 100% 97.15%);
        --text: hsl(0deg 0% 100%);
        --act1: hsl(212deg 100% 57%);
        --actText1: hwb(0 100% 0%);
        --act2: #ffffff0a;
        --actText2: hsl(212deg 100% 57%);
        --bg: #222427;
        --bgCard: #ffffff0a;
        --MainSecBg: ;
        --inerSecBg: ;
        --filter: invert(1) hue-rotate(180deg) brightness(1.5);
    }
}

@media (prefers-color-scheme: light) {
    :root {
        --color: white;
        --htext: hsl(352.5deg 21.05% 7.45%);
        --text: hsl(210, 3%, 23%);
        --act1: #FF9800;
        --actText1: #ffffff;
        --act2: #170f10;
        --actText2: hsl(0deg 0% 100%);
        --bg: #f8f4f1;
        --bgCard: #f9f9f9;
        --MainSecBg: ;
        --inerSecBg: ;
        --filter: invert(0);
    } */


html {
    margin: 0;
    background-color: var(--color);
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    background: var(--bg);
    min-height: 100vh;
    width: 100%;
    background-image: url(../img/patern2.png);
    background-blend-mode: soft-light;
    background-size: contain;
}
aside {
    width: 100%;
}


.skull {
    width: 100%;
    min-width: 30px;
    /* background-image: linear-gradient(45deg, var(--bg), var(--bgCard), var(--bg), var(--bg)); */
    border-radius: 10px;
    background-color: var(--bg);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    min-height: 30px;
}

.skull::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--bgCard), transparent);
    animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

h1 {
    font-family: var(--hFont);
    margin: 0;
    color: var(--htext);
    font-size: 35px;
    font-weight: 600;
    line-height: 120%;
}

h2 {
    font-family: var(--hFont);
    margin: 0;
    color: var(--htext);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

h3 {
    font-family: var(--hFont);
    margin: 0;
    color: var(--htext);
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-family: var(--hFont);
    margin: 0;
    color: var(--htext);
    font-weight: 600;
    line-height: 120%;
}

h5 {
    font-family: var(--hFont);
    margin: 0;
    color: var(--htext);
    font-weight: 600;
}

p {
    font-size: 16px;
    font-family: var(--pFont);
    color: var(--text);
    margin: 0;
    font-weight: 400;
    line-height: 120%;
}

label {
    font-size: 14px;
    font-family: var(--pFont);
    color: var(--text);
    margin: 0;
    font-weight: 500;
    line-height: 120%;
}

b {
    font-size: 14px;
    font-family: var(--bFont);
    color: var(--text);
    font-weight: 500;
    line-height: 120%;
}

a {
    line-height: 120%;
    font-size: 14px;
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    transition: .2s;
    font-family: var(--pFont);
    cursor: pointer;

}

a:hover {
    color: var(--first);
}

ul,
ol {
    margin: 4px 0px 8px 0px;
    padding-inline-start: 24px;
}

li {
    font-size: 14px;
    font-family: var(--pFont);
    color: var(--text);
    line-height: 120%;
}

svg {
    /* color: var(--text);
    stroke: var(--text); */
    opacity: 0.8;
    color: var(--htext);
}

button {
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    outline: none;
    padding: 12px 18px;
    border-radius: 5px;
    border: navajowhite;
    overflow: hidden;
    color: var(--text);
    cursor: pointer;
    transition: 0.2s;
    /* box-shadow: 2px 2px 4px #00000010;
    outline: solid 2px #00000010; */
    background: var(--bgCard);
    font-weight: 600;
    font-family: 'Work Sans';
    font-size: 14px;
}

.btnRwd {
    text-decoration: none;
    color: currentColor;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

button svg {
    height: 16px;
    width: 16px;
    color: currentColor;
}

button .btnInfo {
    transition: 0.4s;
    font-size: 10px;
}

button:hover .btnInfo {
    opacity: 1;
}

button .btnInfoSide {
    font-size: 10px;
    display: none;
    width: 0px;
    opacity: 0;
}

button:hover .btnInfoSide {
    display: block;
    width: auto;
    opacity: 1;
}

button .btnInfoUp {
    font-size: 12px;
    opacity: 0;
    transition: .2s;
    transition-delay: .1s;
    position: absolute;
    translate: 0 -25px;
    font-weight: 600;
    font-size: 10px;
    color: var(--htext);
}

button:hover .btnInfoUp {
    opacity: 1;
}

button.actBeta {
    font-size: 10px;
    font-weight: 400;
    background: var(--color);
    border: none;
}

button.act1 {
    background-color: var(--act1);
    color: var(--actText1);
}

button.act2 {
    background-color: var(--act2);
    color: var(--actText2);
    /* border: none; */
}

button.act3 {
    background-color: var(--htext);
    color: var(--color);
}

button em {
    font-weight: 500;
}

button:hover {
    filter: brightness(0.94);
}

header {
    display: flex;
    flex-direction: column;
    /* position: sticky;*/
    /* top: 0;*/
    background: var(--color);
    /* border: solid 1px #00000020; */
    /* border-width: 0 0 1px 0; */
    box-shadow: 4px 4px 8px #00000010;
    width: 100%;
}

nav {
    display: flex;
    flex-direction: column;
    /* width: 100vw; */
    padding: 10px 5px;
}

nav .deskMainMenu {
    display: flex;
    flex-direction: row;
    width: calc(100% - 20px);
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

nav .deskMainMenu .itemsDiv {
    display: flex;
    gap: 10px;
    justify-content: space-around;
}

nav .logo {
    display: flex;
    align-items: center;
    filter: var(--filter);
}

nav .deskMainMenu .itemsDiv .menuItems {
    display: flex;
    gap: 5px;
    justify-content: space-around;
    align-items: center;
}

nav .deskMainMenu .itemsDiv .menuItems .item {
    background-color: #00000000;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 400ms;
}

nav .deskMainMenu .itemsDiv .menuItems .item:hover {
    background-color: #00000010;
}

nav .deskMainMenu .itemsDiv .menuItems .item a {
    text-decoration: none;
    color: var(--text);
}

nav .deskMainMenu .itemsDiv .menuItems .item a p {
    font-family: 'Segoe UI';
    font-weight: 500;
    margin: 0;
}

/* nav .deskMainMenu .menuItems .item a :hover{
    font-weight: 500;
    } */

nav .deskMainMenu .act {
    display: flex;
    gap: 5px;
}

nav .deskMainMenu .act .profil {
    display: none;
    align-items: center;
    gap: 8px;
}

nav .deskMainMenu .act .profil .solde {
    background: var(--bgCard);
    border-radius: 5px;
    padding: 4px 8px;
    flex-direction: column;
    display: none;
    cursor: pointer;
}

nav .deskMainMenu .act .profil .solde b {
    font-size: 10px;
    font-weight: 400;
}

nav .deskMainMenu .act .profil .solde p {
    font-size: 10px;
}

nav .deskMainMenu .act .profil .solde span {
    font-size: 12px;
    font-weight: 600;
}

nav .deskMainMenu .act .profil .avatar {
    width: 35px;
    height: 35px;
    background: var(--bgCard);
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}


/*vertical screen*/

nav .MobMainMenu {
    display: none;
    flex-direction: row;
    width: calc(100% - 20px);
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

nav .MobMainMenu .menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

nav .MobMainMenu .act {
    display: flex;
    gap: 5px;
}

nav .MobMainMenu .act .profil {
    display: none;
    align-items: center;
    gap: 8px;
}

nav .MobMainMenu .act .profil .solde {
    background: var(--bgCard);
    border-radius: 5px;
    padding: 4px 8px;
    flex-direction: column;
    display: none;
    cursor: pointer;
}

nav .MobMainMenu .act .profil .solde b {
    font-size: 10px;
    font-weight: 400;
}

nav .MobMainMenu .act .profil .solde p {
    font-size: 10px;
}

nav .MobMainMenu .act .profil .solde span {
    font-size: 12px;
    font-weight: 600;
}

nav .MobMainMenu .act .profil .avatar {
    width: 35px;
    height: 35px;
    background: var(--bgCard);
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

nav .MoSubnMenu .MoSubnMenu {}

nav .dropdownMenu {
    position: fixed;
    top: 60px;
    left: -200px;
    background: var(--color);
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 10;
    border-radius: 0px 10px 10px 0;
    border: solid 1px #00000010;
    box-shadow: 3px 2px 4px #00000010;
    width: 100px;
    transition: 0.4s;
    opacity: 0;

}

nav .dropdownMenu.active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}

main {
    transition: 0.4s;

}

[data-section$="mainContent"] {
    translate: 0px;
}

[data-section$="mainContent"].active {}

section {
    padding: 50px 5vw;
    width: calc(100% - 10vw);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tit {
    /* width: 70%; */
    margin: 0 0 20px 0;
}

section .title {
    width: 100%;
    margin: 0 0 21px 0;
}

section .title h2 {
    font-size: 28px;
    font-weight: 700;
}

section .title p {
    margin: 0;
}

/* hero */
.hero {
    margin: 0;
    /* min-height: 70vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.hero .vp {
    display: flex;
    /* text-align: center; */
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 97%;
    gap: 12px;
}

.hero .vp h2 {
    font-size: 40px;
    line-height: 120%;
}

.hero .vp p {
    font-weight: 500;
}

.hero .vp .cta {
    margin: 8px 0;
}

.hero .vp .cta button {
}

.hero .vp .cta a {
    text-decoration: none;
}

.hero .tit {
    width: 70%;
    margin: 20px 0;
}

.hero .tit .traingTitle {}

.hero .tit .tagLine p {
    font-weight: 500;
}

.hero .tit .tagLine h1 {}

.hero .tit .tagsDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 20px 0;
}

.hero .tit .tagsDiv .tag {
    background-color: var(--color);
    padding: 5px 10px;
    border-radius: 5px;
}

.hero .tit .tagsDiv .tag p {
    font-size: small;
    font-weight: 600;
}

.TypeDiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
    background-color: var(--bgCard);
    border-radius: 50px;
    padding: 10px;
    flex-wrap: wrap;
    max-width: calc(100% - 40px);
    box-shadow: 2px 2px 4px #00000010;
}

.inputDiv {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    margin: 8px 0;
    background-color: var(--bgCard);
    width: -webkit-fill-available;
}

.inputDiv label {
    font-size: small;
    font-family: monospace;
    font-weight: 600;
}

.inputDiv input[type="text" i],
[type="email" i],
[type="tel" i],
[type="file" i],
[type="url" i],
input[type="password" i] {
    border: none;
    outline: none;
    padding: 10px; 
    margin: 0 !important;
    border-radius: 5px;
    background: transparent;
    width: calc(100% - 20px) !important;
    font-size: 12px;
        width: 100%;
    font-weight: 500;
}


input[type="text" i],
input[type="url" i],
[type="email" i],
[type="tel" i],
[type="number" i],
[type="datetime-local" i],
[type="date" i],
input[type="password" i] {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    background: var(--bgCard);
    width: 100%;
    margin: 5px 0;
    border-radius: 5px;
    color: #757575;
}

select {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    background: var(--bgCard);
    width: 100%;
    margin: 5px 0;
    border-radius: 5px;
    transition: 0.4s;
    color: #757575;
}


textarea {
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: var(--bgCard);
    color: var(--text);
    min-height: 100px;
    width: 100%;
    field-sizing: content;
    resize: vertical;
    word-wrap: break-word;
    max-width: 100%;
}

.checkbox-wrapper-47 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.checkbox-wrapper-47 .indice {
    font-size: 10px;
    font-weight: 400;
    opacity: .7;
}

.checkbox-wrapper-47 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-47 label {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 2;
    cursor: pointer;
    display: inline-flex;
    color: var(--text);
}

.checkbox-wrapper-47 label:before {
    z-index: 1;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2em;
    border: 1px solid #00000010;
    border-radius: 4px;
    background: #f9f9f910;
}

.checkbox-wrapper-47 input[type=checkbox]:checked+label {
    padding-left: 1em;
    color: var(--color);
    /* margin: 2px; */
    z-index: 1;
}

.checkbox-wrapper-47 input[type=checkbox]:checked+label:before {
    top: 0;
    width: 100%;
    height: 2em;
    background: var(--htext);
    border-color: var(--htext);
    z-index: -1;
}

.checkbox-wrapper-47 label,
.checkbox-wrapper-47 label::before {
    transition: 0.25s all ease;
}

.radio-wrapper-47 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.radio-wrapper-47 .indice {
    font-size: 10px;
    font-weight: 400;
    opacity: .7;
    margin: -2px 20px 8px 4px;
}

.radio-wrapper-47 input[type="radio"] {
    display: none;
    visibility: hidden;
}

.radio-wrapper-47 label {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 2;
    cursor: pointer;
    display: inline-flex;
    color: var(--text);
}

.radio-wrapper-47 label:before {
    z-index: 1;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2em;
    border: 1px solid #00000010;
    border-radius: 4px;
    background: #f9f9f910;
}

.radio-wrapper-47 input[type=radio]:checked+label {
    padding-left: 1em;
    color: var(--color);
    /* margin: 2px; */
    z-index: 1;
}

.radio-wrapper-47 input[type=radio]:checked+label:before {
    top: 0;
    width: 100%;
    height: 2em;
    background: var(--htext);
    /* border-color: var(--htext); */
    z-index: -1;
}

.radio-wrapper-47 label {
    transition: 0.25s all ease;
}

#rangeValue {
    position: relative;
    display: contents;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
}

.rangLabel {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.range {
    width: 100%;
    padding: 0 !important;
    height: 10px !important;
    -webkit-appearance: none;
    background: #e1ecff;
    outline: none;
    border: none !important;
    border-radius: 15px !important;
    overflow: hidden;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    background: #248aff;
    cursor: pointer;
    border: 4px solid #248aff;
    box-shadow: calc(-100vw - 7px) 0 0 100vw #248aff40;

}

input:focus {}

input:hover {}

input:active {}

input:invalid,
.invalid {}

input:valid {}

input:disabled,
.disabled {
    cursor: not-allowed;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {}

audio {
    width: 250px;
    height: 28px;
}

.dragging {
    opacity: 0.5;
    /* Effet visuel pendant le glisser */
    border: 2px dashed #004cff;
}

.dragover {
    opacity: .6;
    transition: .4s;
    translate: 0 10px;
    /* border-top: 2px solid #007bff; */
}

.statusMessage {
    display: none;
    padding: 10px;
    background: var(--bgCard);
    border-radius: 5px;
    color: var(--text);
    /* border: solid 1px #00000010; */
    font-size: 12px;
    font-family: var(--bFont);
}

.Popup {
    position: fixed;
    backdrop-filter: brightness(0.5) blur(20px);
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Popup .PopupContentDiv {
    width: 400px;
    background: var(--bg);
    border: solid 1px #00000010;
    border-radius: 10px;
    margin: 20px;
}

.Popup .PopupContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--bgCard);
    padding: 20px;
    border: solid 1px #00000010;
    border-radius: 10px;
    width: calc(100% - 40px);
    gap: 10px;
}

.Popup .PopupContent .head {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 8px;
    z-index: 1;
    translate: 15px -15px;
}

.Popup .PopupContent .head .headbtn {
    padding: 4px 8px;
    height: min-content;
    border: none;
}

.Popup .PopupContent .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.Popup .PopupContent .contentTxt {
    display: flex;
    gap: 10px;
    width: calc(100% - 20px);
    align-items: center;
    padding: 10;
    background: var(--bgCard);
    border-radius: 5px;
}

.Popup .PopupContent .contentTxt p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

.Popup .PopupContent .contentTxt svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
}

.Popup .PopupContent .act {
    display: flex;
    gap: 10px;
}

.Popup .PopupContent .row {
    padding: 20px 0;
}

.Popup .PopupContent .image {
    width: 100%;
}

.Popup .PopupContent .image img {
    border-radius: 10px;
    width: 100%;
    max-height: 60vh;
}

.Popup .PopupContent .ico {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
    background: var(--bg);
    border-radius: 10px 10px 5px 5px;
}

.Popup .PopupContent .image svg {}

.Popup .PopupContent h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--htext);
}

.Popup .PopupContent p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
}

.noice {
    /* width: calc(100% - 20px); */
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    background-color: var(--bgCard);
    border-radius: 10px;
}

.noice .text {
    width: -webkit-fill-available;
}

.noice .ico {
    display: flex;
    align-items: center;
    justify-content: center;
}

.noice .act {}

.copy-notification {
    position: fixed;
    bottom: -50px;
    background: var(--text);
    padding: 16px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000010;
    animation: slideUp 1.8s ease-in-out .2s;
    z-index: 10;
}

.copy-notification p {
    color: var(--color);
}

.rotate {
    animation: rotate .8s ease-in-out .2s infinite;
}


footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--bgCard);
    width: 100%;
    padding: 70px 0;
}

footer .footerDiv {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin: 0 50px;
}

footer .footerDiv .footerSec {
    width: 80%;
}

footer .footerDiv .footerSec .logo {}

footer .footerDiv .footerSec .logo img {
    filter: var(--filter);
    width: 100%;
}

footer .footerDiv .footerSec .tit {
    margin: 0 0 10px 0;
}

footer .footerDiv .footerSec .tit h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

footer .footerDiv .footerSec .contentMain {
    display: flex;
    flex-direction: column;
    margin: 0px 0 0 4px;
    gap: 4px;
}

footer .footerDiv .footerSec .contentMain a {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.9;
}

footer .footerDiv .footerSec .contentMain p {
    font-size: 12px;
}

footer .footerDiv .footerSec .contentMain b {
    font-size: 12px;

}


footer .footerDiv .footerSec .content {
    display: flex;
    flex-direction: column;
    margin: 0px 0 0 4px;
    gap: 4px;
}

footer .footerDiv .footerSec .content a {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.5;
}

footer .footerDiv .footerSec .content p {}

footer .footerDiv .footerSec .content b {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.9;
}

footer .footerDiv .footerSec .content b a {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.9;
}

footer .footerDiv .footerSec .SN {}

footer .footerDiv .footerSec .ico {}

footer .footerDiv .footerSec .ico svg {
    opacity: 1;
    height: 30px;
    width: 30px;
    color: hsl(0deg 0% 0%);
}

.spinner {
    width: 12px;
    height: 12px;
    border: 2px solid #3498db;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* 
.loader {
  width: 8px;
  height: 40px;
  border-radius: 4px;
  display: block;
  margin: 20px auto;
  position: relative;
  background: currentColor;
  color: #FFF;
  box-sizing: border-box;
  animation: animloader 0.3s 0.3s linear infinite alternate;
}

.loader::after, .loader::before {
  content: '';
  width: 8px;
  height: 40px;
  border-radius: 4px;
  background: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  box-sizing: border-box;
  animation: animloader 0.3s  0.45s  linear infinite alternate;
}
.loader::before {
  left: -20px;
  animation-delay: 0s;
}

@keyframes animloader {
  0%   { height: 48px} 
  100% { height: 4px}
} */
.loader {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #f8f8f8;
    transition: .4s;

}

.loader svg {
    width: 50%;
    height: 50%;
    max-width: 250px;
    max-height: 250px;
    fill: #213345;
    animation: fadeUp .4s ease-out .4s both;
    opacity: 0;
}

.loader svg .st0 {}

.loader svg .st1 {}

.loader svg .st3 {
    animation: eye 3s ease-in-out .6s both;
    translate: 0px 0px;
    /* animation-fill-mode: forwards; */
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    scale: 1.2;
}


.popupCall{
  justify-content: flex-end;
}
.popupCall {
  right: 10px;
  bottom: 10px;
  width: 100%;
  height: 0;
  display: flex;
  animation: var(--fadeUp);
  z-index: 124000;
  position: fixed;
}
.popupCall .ctas {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 50px;
  translate: 0 -50px;
}
.popupCall .ctas div {
  display: flex;
  border-radius: 50px;
  padding: 10px;
  margin: 0 10px;
  box-shadow: 2px 2px 4px #00000030;
}
.popupCall .ctas .callOptions {
  display: none;
  flex-direction: row-reverse;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.popupCall .ctas .callOptions.open {
  display: flex !important;
}
.popupCall .ctas .catCAL {
  background-color: var(--first);
  cursor: pointer;
}
.popupCall .ctas .catCAL svg{
  color: #fff;
  opacity: 1;
}
.popupCall .ctas .tel {
  background-color: var(--bg);
  cursor: pointer;
}
.popupCall .ctas .whatsapp {
  background-color: #25d366;
}
.popupCall .ctas .tel svg {
  fill: #0b57d0;
}
.popupCall .ctas .whatsapp svg {
  fill: #fff;
}
.popupCall .ctas .tel:hover {
  background-color: #ddd;
  scale: 0.95;
}
.popupCall .ctas .whatsapp:hover {
  background-color: #12b54f;
  scale: 0.95;
}

@media screen and (max-width: 1023px) {
    nav .deskMainMenu {
        display: none;
    }

    nav .deskSubMenu {
        display: none;
    }

    nav .MobMainMenu {
        display: flex;
    }

    nav .MoSubnMenu {
        display: flex;
    }

    .hero .vp h2 {
        font-size: 27px;
    }

    .hero .vp h2 span {
        font-size: 32px;
    }

    footer .footerDiv {
        flex-direction: column;
    }
}



@keyframes eye {
    0% {
        scale: 1.1;
        transform: translateY(0px) translateX(0px);
    }

    33% {
        scale: 1.2;
        transform: translateY(2px) translateX(-2px);
    }

    66% {
        scale: 1.2;
        transform: translateY(2px) translateX(2px);
    }

    100% {
        scale: 1.1;
        transform: translateY(0px) translateX(0px);
    }

}


@media screen and (min-width: 1400px) {
    .hero {
        border-radius: 0 0 30px 30px;
    }


}


@keyframes slideUp {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-75px);
    }

    80% {
        transform: translateY(-75px);
    }

    100% {
        transform: translateY(0);
    }
}


@keyframes rotate {
    0% {
        rotate: 0deg;
    }

    50% {
        rotate: 2deg;
    }

    100% {
        rotate: 0deg;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        /* Start at 0 degrees rotation */
    }

    100% {
        transform: rotate(360deg);
        /* End at 360 degrees rotation */
    }
}


@keyframes fade {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;
    }
}

.fade {
    animation: fade 800ms both;
}



@keyframes fadeUp {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeUp {
    animation: fadeUp .8s ease-out both;
}

@keyframes fadeOut {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}