html {
    padding: 0;
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    padding: 0;
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #f4fbff;
}
body::-webkit-scrollbar {
    display: none;
}
.Loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #040715;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 999999;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.Loading::-webkit-scrollbar {
    display: none;
}
.Spinner {
    border: 6px solid #675c48;
    border-top: 6px solid #ff005b;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ProgressBarContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20%;
    left: 0;
}

.ProgressBar {
    width: 60%;
    height: 4px;
    background-color: #fdd3e4;
    position: relative;
}

.Progress {
    width: 0;
    height: 100%;
    background-color: #ff0080;
    transition: width 0.3s;
}

.Main {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.Main::-webkit-scrollbar {
    display: none;
}

/* Scroll bar container */
.scroll-bar {
    position: fixed;
    top: 20%;
    right: 0.02%;
    width: 6px;
    height: 60%;
    background: #34495e;
    z-index: 1000;
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Scroll bar handle */
.scroll-bar .scroll {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    background: #efb3e6;
    cursor: pointer;
    border-radius: 16px;
}

/* Show scroll bar on hover */
.scroll-bar:hover {
    opacity: 1;
}

.home {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Navigation bar styles */
.Navigation {
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
    transition: background-color 0.3s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 00));
}

.Navigation.scrolled {
    background-color: #ffeb9f;
}

.navbar {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    width: 100%;
    height: 86px;
    position: relative;
    top: -4px;
}

.nav-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.nav-list li {
    margin: 0 4px;
}

.nav-list a {
    min-width: 100px;
    color: rgb(2, 192, 198);
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    padding-top: 16px;
    text-align: center;
    border-radius: 16px;
    position: relative;
    font-family: 'Newton Howard Italic', sans-serif;
    z-index: 1;
}
.nav-list a.scrolled {
    color: rgb(255, 125, 178);
    font-family: 'Dash-Horizon', sans-serif;
}
/* Hover effect */

.nav-list a::before, .nav-tabs a::before {
    background-color: #ffeb9f;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: calc(50% - 1px);
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: -1;
}

.nav-list a:hover::before, .nav-tabs a:hover::before {
    left: 0;
    width: 22px;
}
.nav-list a:focus, .nav-list a:hover {
    color: #ff005b !important;
    background: transparent !important;
}
.nav-list a.active {
    color: #fd6b04 !important;
    background: transparent !important;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.bar {
    height: 2px;
    width: 20px;
    margin: 2px 0;
    transition: 0.4s;
    background-color: #cc8301;
}

.change .bar {
    background-color: red;
}

.change .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-4.6px, 4px);
}

.change .bar:nth-child(2) {
    opacity: 0;
}

.change .bar:nth-child(3) {
    transform: rotate(45deg) translate(-4.6px, -4px);
}

.NameOut {
    position: absolute;
}

a {
    text-decoration: none;
}

.MaribelBäselOut {
    font-family: 'Blacksword', sans-serif;
    font-size: 1.4em;
    color: #ff005b;
    display: none;
}

.MaribelBäselOut.active {
    display: block;
    text-decoration: none;
}

.MaribelBäselOut.scrolled {
    display: block;
    text-decoration: none;
}
.MaribelLogoOut {
    width: 100px;
}
.MaribelLogoOut.active {
    display: none;
}
.MaribelLogoOut.scrolled {
    display: none;
}
.NameIN {
    display: none;
}

.NameIN.scrolled {
    background-color: #150b04;
    display: inline-block;
}

.NameIN.scrolled:hover {
    background: linear-gradient(to top, rgba(255, 0, 128, 0.61), rgba(4, 7, 21, 0.51), rgba(255, 235, 159, 0.56), rgb(27, 14, 0)) !important;
}

.MaribelBäselIN {
    font-family: 'Blacksword', sans-serif;
    font-size: 1.6em;
    color: #ff005b;
    display: none;
    margin: 0 0;
    padding: 14px 16px;
}

.MaribelBäselIN.scrolled {
    display: inline-block;
}

.MaribelLogoIN {
    width: 100px;
}
.MaribelLogoIN.scrolled {
    display: none;
}
.Hello {
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.IM {
    font-family: 'Dbacks', sans-serif;
    font-size: 2em;
    color: #ff9100;
    text-align: left;
    margin-bottom: 10px;
}

.MaribelBäsel {
    font-family: 'Blacksword', sans-serif;
    font-size: 3em;
    color: #ff005b;
    text-align: left;
    margin-top: 0;
}

#typingEffect {
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.5em;
}

/* Add styles for each phrase class */

.TypingOne {
    color: #cdff8f; /* light green */
    font-family: 'QEHADEX', sans-serif;
}

.TypingTwo {
    color: #ff8fc7; /* pink */
    font-family: 'QEHADEX', sans-serif;
}

.TypingThree {
    color: #8fc7ff; /* light blue */
    font-family: 'QEHADEX', sans-serif;
}

.TypingFour {
    color: #ffd28f; /* soft orange */
    font-family: 'QEHADEX', sans-serif;
}

.TypingFive {
    color: #d28fff; /* purple */
    font-family: 'QEHADEX', sans-serif;
}

.TypingSix {
    color: #8fffab; /* mint green */
    font-family: 'QEHADEX', sans-serif;
}

.TypingSeven {
    color: #ff8f8f; /* coral red */
    font-family: 'QEHADEX', sans-serif;
}

.TypingEight {
    color: #8ffff7; /* aqua */
    font-family: 'QEHADEX', sans-serif;
}


.MaribelPicuter {
    position: absolute;
    top: 40%;
    left: 62%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.MaribelPicuterIMG {
    width: 700px;
}

.Layer {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 4;
}
/* Arrow down button containe */
.arrow-down-button-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
/* Arrow down button */
.arrow-down {
    font-size: 24px;
    color: #01f7ff;
    cursor: pointer;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Container styling */
.About {
  padding: 60px 20px;
  background-color: #f4fbff;
  text-align: center;
}

.AboutContainer {
  max-width: 1000px;
  margin: 0 auto;
}

/* Section title */
.SectionTitle {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #dfbbbb;
  font-family: 'Waveruder-Bold', serif;
}

/* Content layout */
.AboutContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.AboutImage {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 20px pink;
  border: 4px solid red;
}

/* Text styling */
.AboutText p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #e8a3a3;
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Stagera', sans-serif;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.FadeUP, .FadeUp {
    flex: 1;
}

@keyframes rainbow {
    0%, 100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.Contact {
    width: 100%;
    padding: 20px 0;
    background-image: url("/resource/Images/Background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.ContactContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(21, 11, 4, 0.78);
    border-radius: 16px;
}

.Greetings h1 {
    font-size: 2.5em;
    color: #01f7ff;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'VEISSEY MODERN', sans-serif;
}

.WhatsApp .WhatsAppMe {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #25d366;
    text-decoration: none;
    font-family: 'Abalone Smile', sans-serif;
}

.ContactDetails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ContactDetails p {
    font-size: 1.6em;
    color: #fffdfd;
    font-family: 'Venus Rising', sans-serif;
}
.GetInTouch {
    font-size: 1.6em !important;
    color: #fffdfd !important;
    font-family: 'Waveruder-Bold', sans-serif !important;
}
.ContactDetails h3 {
    font-size: 1em;
    color: #d6c9c9;
    font-family: 'CANAVAR', sans-serif;
}

.ContactDetails hr {
    width: 90%;
    border: 0;
    border-top: 1px solid #faf6f6;
    margin: 10px 0;
}

.Social .SocialButton {
    font-size: 1.5em;
    margin-right: 10px;
    color: #faf6f6;
    text-decoration: none;
}

.FormContainer {
    width: 100%;
}

.FormInputContainer {
    margin-bottom: 15px;
}

.FormInput .form-control {
    width: 100%;
    padding: 10px 0 10px 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize:none;
    margin-bottom: 10px;
    font-family: 'Dash-Horizon', sans-serif;
}
#message {
    height: 100px;
}

.FormInput label {
    margin-top: 5px;
    font-size: 1em;
    color: #fdfcfc;
    font-family: 'Airstrike Condensed', sans-serif;
}

.FormButton .SubmitButton {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1.2em;
    color: #fff;
    background-color: #333;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Airstrike', sans-serif;
}

.FormButton .SubmitButton:hover {
    background-color: #555;
}

.Message .ResponseMessage {
    margin-top: 15px;
    font-size: 0.6em;
    color: #03A3D7;
}
.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
}
.Map {
    width: 100%;
    background-image: url("/resource/Images/Background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.MapContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MapBackground {
    width: 90%;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    background: #150b04;
    box-shadow: 0 4px 8px rgb(1, 247, 255);
}
iframe {
    width: 90%;
    height: 440px;
    border-radius: 8px;
    border: #ff0080 2px solid;
}

.Footer {
    background-color: rgb(4, 7, 21);
    padding: 20px 0;
    font-size: 14px;
    color: #01f7ff;
    text-align: center;
}

.FooterContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.FooterRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.CopyRight, .DevelopedB {
    flex: 1;
    margin: 10px;
    font-family: 'Future Earth', sans-serif;
}

a.Developed   {
    text-decoration: none;
    color: #efb3e6;
    font-family: 'Blacksword', sans-serif;
}
a.Developed:hover {
    color: #ff0080;
}

a.text-secondary {
    color: #ffeb9f;
    font-family: 'Blacksword', sans-serif;
}

a.text-secondary:hover {
    color: #ff005b;
}

.FadeUP {
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.FadeUP.visible {
    transform: translateY(0);
}

.scrollTopButton {
    position: fixed;
    bottom: 26px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #ff0080;
    color: #ff0088;
    border: none;
    border-radius: 6%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}
.scrollTopButton::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    border-radius: 6%;
    box-sizing: border-box;
    background: conic-gradient(#514250 var(--scroll, 0%), transparent 0%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -2;
}

.scrollTopButton::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    border-radius: 6%;
    box-sizing: border-box;
    background: #ffeb9f;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}

@media only screen and (min-width: 783px) {
    .NameOut {
        display: none;
    }
    .Hello {
        min-width: 400px;
    }
}
@media only screen and (max-width: 876px) {
    .MaribelBäselIN {
        font-size: 0.8em;
        padding: 26px 12px;
    }
}

@media only screen and (max-width: 782px) {
    .Spinner {
        width: 60px;
        height: 60px;
    }
    .Navigation.active {
        background: #fbb5d2;
    }

    .navbar {
        height: 40px;
        display: flex;
    }

    .menu-toggle {
        top: 14px;
        right: 14px;
        display: flex;
        padding: 7px 12px;
        border-radius: 4px;
        border: solid 1px #ff0088;
    }

    .menu-toggle:hover {
        background: #01f7ff;
        border: solid 1px #fa7201;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 0;
        position: fixed;
        top: 86px;
        left: 0;
        background-color: #e2c8f8;
        transition: height 0.4s;
        z-index: 999;
    }

    .nav-list.active {
        height: 420px;
    }

    .nav-list::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, #efb3e6, #04A4AB, #04A4AB, #efb3e6);
        display: none;
    }

    .nav-list.active::before {
        display: block;
    }

    .nav-list li {
        text-align: left;
        margin-top: 20px;
        margin-left: 6%;
        display: block;
        overflow: hidden;
    }

    .nav-list.active li {
        display: block;
    }
    .nav-list a.scrolled {
        color: rgb(2, 192, 198);
        font-family: 'Newton Howard Italic', sans-serif;
    }
    .NameOut {
        position: absolute;
        top: 10%;
        left: 2%;
    }

    .MaribelBäselOut {
        position: relative;
        top: 10px;
    }

    .NameIN {
        display: none !important;
    }
    .MaribelBäselIN {
        display: none !important;
    }
    .MaribelLogoIN {
        display: none !important;
    }.NameOut {
         position: absolute;
         top: 10%;
         left: 2%;
     }

    .MaribelBäselOut {
        position: relative;
        top: 10px;
    }

    .NameIN {
        display: none !important;
    }
    .MaribelBäselIN {
        display: none !important;
    }
    .MaribelLogoIN {
        display: none !important;
    }
    .Hello {
        min-width: 360px;
        top: 22%;
        left: 50%;
    }
    .Hello h1{
        font-size: 26px;
    }
    .Hello h2 {
        font-size: 22px;
    }
    .Changing {
        font-size: 24px;
    }
    .MaribelPicuter {
        top: 44%;
    }
    .MaribelPicuterIMG {
        width: 300px;
    }
      .AboutContent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .AboutText {
    text-align: center;
  }
}
@media (max-width: 600px) {

    .ContactContainer {
        width: 100%;
        padding: 10px 0;
    }

    .Greetings h1 {
        font-size: 1.8em;
    }

    .WhatsApp .WhatsAppMe {
        font-size: 1em;
    }

    .ContactDetails {
        display: block;
        padding: 0 10px;
    }

    .ContactDetails p {
        font-size: 1em;
    }

    .ContactDetails h3 {
        font-size: 0.6em;
    }

    .Social .SocialButton {
        font-size: 1.2em;
    }

    .FormInput .form-control {
        padding: 8px 0;
        font-size: 0.9em;
    }

    .FormButton .SubmitButton {
        font-size: 1em;
        padding: 8px 0;
    }

    .Message .ResponseMessage {
        font-size: 1em;
    }
    .MapBackground {
        height: 340px;
    }
    iframe {
        width: 96%;
        height: 320px;
    }
    .CopyRight {
        font-size: 0.6rem;
    }
    .DesignedAndPublished {
        font-size: 0.6rem;
    }
    .scrollTopButton {
        right: 6px;
        bottom: 12px;
    }
}

@media only screen and (max-width: 420px) {
    .Portfolio-IMG img {
        width: 360px;
    }
}
@media only screen and (max-width: 372px) {
    .Hello {
        left: 60%;
    }
}

@media only screen and (max-height: 869px) {
    .MaribelPicuter {
        top: 40%;
    }
}
@media only screen and (max-height: 727px) {
    .MaribelPicuter {
        top: 32%;
        left: 52%;
    }
}
@media only screen and (max-height: 666px) {
    .Hello {
        top: 160px;
    }
}
