:root{
    --bg-color: rgb(6, 6, 12);
}

html,
body{
    background: var(--bg-color);
}

html,
body,
.container,
p{
    color: rgb(200, 200, 200);
}


.hero-logo{
    width: 30px;
}

.hero-nav-text{
    transition: 300ms;
    color: rgb(186, 190, 194);
    font-size: 1rem;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}

.hero-nav-text:hover{
    color: white;
    cursor: pointer;
}

.hero-a-btn{
    background: linear-gradient(rgba(15, 23, 42, 0.3), rgba(15, 23, 42, 0.3))
    padding-box, conic-gradient(rgba(148, 163, 184, 0.4), rgba(51, 65, 85, 0.4) 25%rgba(51, 65, 85, 0.4)55 75%, rgba(148, 163, 184, 0.4) 100%) border-box;
    box-sizing: border-box;
    border-style: solid;

    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;

    border-top-color: rgb(255, 255, 255);
    border-bottom-color: rgb(112, 112, 112);
}

.span-right-parent span.mdi{
    transition: 300ms;
}

.span-right-parent:hover .arrow-icon{
    transform: translateX(5px);
}


.hero-body{
    padding-top: 10rem;
    padding-bottom: 8rem;
}

.hero-pop-btn{
    background-color: rgba(83, 58, 107, 0.9);
    color: rgb(187, 187, 187);

    border-style: solid;

    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;

    border-top-color: rgb(200, 159, 216);
    border-bottom-color: rgb(133, 100, 146);


    -webkit-box-shadow: 0px 3px 29px 14px rgba(106,60,240,0.62); 
    box-shadow: 0px 3px 29px 14px rgba(106,60,240,0.62);
    transition: 300ms;
}

.hero-pop-btn:hover{
    color: white;
    -webkit-box-shadow: 0px 3px 29px 14px rgba(106,60,240,0.62); 
    box-shadow: 0px 3px 29px 14px rgba(106,60,240,0.62);
}

.get-started-btn .hover-bg,
.docs-started-btn .hover-bg{
    background-color: transparent;
    transition: 300ms;
}


.docs-started-btn,
.get-started-btn{
    transition: 300ms;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.get-started-btn{
    background: linear-gradient(rgba(190, 162, 206, 0.9), rgba(208, 200, 218, 0.9));
}

.get-started-btn p {
    color: rgb(24, 24, 24);
    /* background-color: rgb(168 85 247 / 1); */
}

.get-started-btn:hover{
    color: rgb(15, 15, 15);
}

.get-started-btn:hover .hover-bg{
    background-color: rgba(255, 255, 255, 0.7);
}

.docs-started-btn{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    color: rgb(212, 212, 212);
}

.docs-started-btn:hover{
    color: rgb(255, 255, 255);
}


.z-1{
    z-index: 1;
}

.z-2{
    z-index: 2;
}

.z-3{
    z-index: 3;
}

.hero-background{
    background: url("/assets/packages/app/mailer/images/hero-bg.svg") no-repeat center center;
    background-size: cover;
    background-position: bottom;
}

@media (min-width: 576px) {
    .hero-background {
        border-radius: var(--bs-border-radius-2xl) !important;
    }
    .lg-translateY-50{
        transform: translateY(-50%);
    }
}


.slider-ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: max-content;
    white-space: nowrap;
}

.silder-body {
    position: relative;
}

.silder-body::before,
.silder-body::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.silder-body:before {
    left: 0;
    background: linear-gradient(to right, var(--bg-color) 15%, transparent);
}

.silder-body::after {
    right: 0;
    background: linear-gradient(to left, var(--bg-color) 15%, transparent);
}





.section1-background{
    background: url("/assets/packages/app/mailer/images/section1-bg.svg") no-repeat center center;
    background-size: contain;
    background-position: top;
}

.section1-body{
    padding-top: 13rem;
    padding-bottom: 5rem;
}

.section1-top-title {
    font-weight: 700;
    padding-bottom: 0.75rem;
    background: linear-gradient(to right, rgb(181, 136, 207), rgb(255, 255, 255));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.section1-title{
    font-weight: 700;
    text-wrap: nowrap;
}






.images-buttons-parent{
    /* max-width: 20rem; */
}

.images-button{
    color: rgb(248 250 252 / 0.7);
    box-shadow: 0 1px 3px 0 rgb(168 85 247 / 0.25);
    border: 1px solid rgb(51 65 85 / 50);
    border-radius: 0.25rem;
    background-color: rgb(30 41 59 / 0.25);
    cursor: pointer;
    transition: 300ms;
}

.images-button:hover{
    color: white;
    background-color: rgb(30 41 59 / 0.35);
    border-color: rgb(77, 93, 116);
}

.images-button.active{
    color: white;
    border-color: var(--bs-primary);
    box-shadow: 0 1px 3px 0 rgb(168 85 247 / 0.75);
}

.images-button2{
    cursor: pointer;
    transition: 300ms;
}

.section2-images-parent{
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgb(50 50 50 / 0.5);
    border-top-color: rgb(177 177 177 / 0.5);
    border-bottom-color: rgb(20 20 20 / 0.5);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.7);
    transform: rotate(-10deg);
    opacity: 0;
    user-select: none;
    pointer-events: none;

    background-color: rgb(15 23 42);
    background-image: linear-gradient(180deg, rgba(204, 0, 255, 0.2), rgba(255, 255, 255, 0));
}

.section2-images-parent img {
    transform: rotate(10deg); /* Omgekeerde rotatie zodat de afbeelding recht blijft */
}

.section2-images-parent.ownImg{
    background: transparent;
}

.section2-images-parent.ownImg img{
    transform: rotate(0deg);
}

.section2-images-parent.active{
    pointer-events: all;
}

.images-options-parent{
    transition: 300ms;
    transform: translateY(-100%);
}

.section2-images-parent:hover .images-options-parent{
    transform: translateY(0%) !important;
}

.images-option{
    color: rgb(248 250 252 / 0.7);
    transition: 300ms;
    background-color: rgba(0, 0, 0, 0.3);
}

.images-option:hover{
    color: white;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
}

.images-option.active{
    background-color: rgba(0, 0, 0, 0.5);
}

.images-option-image{
    opacity: 0;
}




.mc-sesion3-card-parent {
    position: relative;
    padding: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.mc-sesion3-card-parent::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 10%, rgba(168, 85, 247, 0) 70%);
    top: var(--mouse-y, 50%);
    left: var(--mouse-x, 50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}

.mc-sesion3-card {
    position: relative;
    background: none;
    background-color: var(--bg-color);
    background-image: linear-gradient(180deg, rgba(59, 59, 59, 0.1), rgba(255, 255, 255, 0));
    transition: box-shadow 0.5s ease-in-out, border 0.5s ease-in-out;
    overflow: hidden;
}

.mc-sesion3-card::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.1) 10%, rgba(168, 85, 247, 0) 70%);
    top: var(--mouse-y, 50%);
    left: var(--mouse-x, 50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}


.mc-sesion3-card-parent.active::before {
    transition: opacity 0.2s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
    opacity: 1;
    width: 450px;
    height: 450px;
}

.mc-sesion3-card.active::before {
    transition: opacity 0.2s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
    opacity: 1;
    width: 450px;
    height: 450px;
}



.sesction5-svg1 {
    height: 150px;
    width: 150px;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(168, 85, 247, 0.7) 10%, rgba(168, 85, 247, 0) 70%);
    filter: blur(40px);
    will-change: filter;

    /* Safari-specific fix */
    -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 80%);
    mask-image: radial-gradient(circle, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 80%);
}


.sesction5-svg2{
    height: 200%;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(168, 85, 247, 0.2) 10%, rgba(168, 85, 247, 0) 70%);
    filter: blur(40px);
    pointer-events: none;
}

.sesction5-svg3{
    height: 300px;
    width: 300px;
    transform: translateX(50%);
    bottom: -50%;
    background: radial-gradient(circle, rgba(134, 85, 247, 0.7) 10%, rgba(85, 155, 247, 0) 70%);
    filter: blur(40px);
}

.section5-option{
    border: 1px solid rgb(255 255 255 / 0.3);
    color: rgb(200 200 200 / 0.5);
    transition: 300ms;
}

.section5-option:hover{
    border: 1px solid rgb(255 255 255 / 0.5);
    background-color: rgba(50, 50, 50, 0.1);
}

.section5-option.active{
    border: 1px solid rgb(255 255 255 / 0.8);
    background-color: rgba(60, 60, 60, 0.1);
}

.section5-description p{
    font-size: 20px;
    max-width: 750px;
    font-weight: 600;
}

.section5-circle-parent{
    max-width: 500px;
}

.section5-circle{
    padding: 1px;
    /* box-shadow: 0px 0px 10px 2px black; */
    transform: translateY(50%);
    background: linear-gradient(rgba(190, 162, 206, 0.9) 1%, rgba(162, 0, 255, 0) 30%);
}

.section5-circle-child{
    background-color: var(--bg-color);
}

.section5-images-rotater-image{
    transition: 300ms;
    box-shadow: 0px 5px 5px rgba(15, 15, 15, 0.3);
    border: 2px solid rgb(10, 10, 10);
}

.section5-images-rotater-image.image2{
    transform: rotate(180deg);
}




.footer-title{
    cursor: pointer;
    transition: 300ms;
    color: #c2c2da;
}

.footer-title:hover{
    color: var(--bs-primary);
}

.footer-ul{
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.footer-ul li{
    transition: 300ms;
    user-select: none;
}

.footer-ul li:hover{
    transform: translateX(10px);
}

.footer-ul li a{
    text-decoration: none;
    color: #636379;
    transition: 300ms;
}

.footer-ul li a:hover{
    color: rgb(255 255 255 / 0.6);
    cursor: pointer;
    transform: translateX(10px);
}

.footer-socials svg{
    height: 20px;
    width: 20px;
    fill: #613c83;
    transition: 300ms;
}

.footer-socials:hover svg{
    fill: #be85ff;
}

.xwms-title{
    font-weight: 500;
    background: linear-gradient(to right, rgb(181, 136, 207), rgba(212, 0, 255, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: 400ms;
}

.xwms-title span{
    background: linear-gradient(to right, rgb(162, 0, 255), rgba(10, 95, 221, 0.3));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transform: translateX(5px);
    transition: 400ms;
}

.xwms-title:hover{
    transform: translateY(-10px);
    filter: brightness(150%);
    text-shadow: 2px 2px 5px #5715CE;
}

.xwms-title:hover span{
    transform: translateX(0px);
}

ul{
    list-style-type: none;
}

.navbar-table-img-country {
    height: 10px;
}

.nav-dropdown ul{
    transition: 300MS;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
}

.nav-dropdown ul li{
    transition: 300ms;
}

.nav-dropdown ul li:hover{
    background-color: rgb(255 255 255 / 0.1);
}

.section5-text-display{
    opacity: 0;
}

.section5-text-display.active{
    opacity: 1;
}

#landing_logo img {
    transition: all 0.4s ease;
}

.slider-child{
    max-height: 50px;
}