@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Sacramento&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --bs-body-font-size: 1.06rem;
    --white: #fff;
    --black: #0c0d0e;
    --orange: #f48024;
    --yellow: #fbf2d4;
    --green: #5eba7d;
    --blue: #0077cc;
    --powder: #e1ecf4;
    --red: #d1383d;
    --black-025: #fafafb;
    --black-050: #eff0f1;
    --black-075: #e4e6e8;
    --black-100: #d6d9dc;
    --black-150: #c8ccd0;
    --black-200: #bbc0c4;
    --black-300: #9fa6ad;
    --black-350: #9199a1;
    --black-400: #848d95;
    --black-500: #6a737c;
    --black-600: #535a60;
    --black-700: #3c4146;
    --black-750: #2f3337;
    --black-800: #242729;
    --black-900: #0c0d0e;
    --orange-050: #fff7f2;
    --orange-100: #fee3cf;
    --orange-200: #fcd0ad;
    --orange-300: #f7aa6d;
    --orange-400: #f48024;
    --orange-500: #f2720c;
    --orange-600: #da670b;
    --orange-700: #bd5c00;
    --orange-800: #a35200;
    --orange-900: #874600;
    --blue-050: #f2f9ff;
    --blue-100: #cfeafe;
    --blue-200: #addafc;
    --blue-300: #6cbbf7;
    --blue-400: #379fef;
    --blue-500: #0095ff;
    --blue-600: #0077cc;
    --blue-700: #0064bd;
    --blue-800: #0054a3;
    --blue-900: #004487;
    --powder-050: #6c00d9;
    --powder-100: #C874FF;
    --powder-alfa-50: rgba(255, 0, 255, .5);
    --powder-200: #bf65fa;
    --powder-300: #bc5efa;
    --powder-400: rgba(255, 0, 255, .8);
    --powder-500: #7aa7c7;
    --powder-600: #5b8db1;
    --powder-700: #d65aff;
    --powder-800: #cb0dff;
    --powder-900: #6c00d9;
    --powder-700_light: RGBA(108, 0, 217, .7);
    --green-025: #eef8f1;
    --green-050: #dcf0e2;
    --green-100: #cae8d4;
    --green-200: #a6d9b7;
    --green-300: #82ca9a;
    --green-400: #3fdd00;
    --green-500: #7bb35d;
    --green-600: #3d8f58;
    --green-700: #2f6f44;
    --green-800: #29603b;
    --green-900: #1e472c;
    --yellow-050: #fdf7e3;
    --yellow-100: #fbf2d4;
    --yellow-200: #f1e5bc;
    --yellow-300: #e6d178;
    --yellow-400: #e9c63f;
    --yellow-500: #ddb624;
    --yellow-600: #cea51b;
    --yellow-700: #b89516;
    --yellow-800: #9f8010;
    --yellow-900: #826a0b;
    --red-050: #fdf3f4;
    --red-100: #f9d3d7;
    --red-200: #f4b4bb;
    --red-300: #e87c87;
    --red-400: #de535e;
    --red-500: #d1383d;
    --red-600: #c02d2e;
    --red-700: #ac2726;
    --red-800: #942121;
    --red-900: #7a1819;
    --gold: #ffcc01;
    --gold-lighter: #fff4d1;
    --gold-darker: #f1b600;
    --bs-success: rgb(33, 186, 69);
    --bs-success_30: rgba(33, 186, 69, .3);
    --bs-success_40: rgba(33, 186, 69, .4);
    --bs-success_50: rgba(33, 186, 69, .5);
    --bs-success_60: rgba(33, 186, 69, .6);
    --bs-success_70: rgba(33, 186, 69, .7);
    --bs-success_80: rgba(33, 186, 69, .8);
    --bs-success_90: rgba(33, 186, 69, .9);
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper .swiper-slide img {
    display: block;
    height: 100%;
}
   .parallax-bg {
       position: absolute;
       left: 0;
       top: 0;
       width: 130%;
       height: 100%;
       -webkit-background-size: cover;
       background-size: cover;
       background-position: center;
   }
 .mySwiper2 .autoplay-progress {
     position: absolute;
     right: 16px;
     bottom: 16px;
     z-index: 10;
     width: 48px;
     height: 48px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: bold;
     color: var(--swiper-theme-color);
 }

 .mySwiper2 .autoplay-progress svg {
     --progress: 0;
     position: absolute;
     left: 0;
     top: 0px;
     z-index: 10;
     width: 100%;
     height: 100%;
     stroke-width: 4px;
     stroke: var(--swiper-theme-color);
     fill: none;
     stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
     stroke-dasharray: 125.6;
     transform: rotate(-90deg);
 }
.ui.table.day.seven.column {
    color: var(--powder-400) !important;
}


.circle {
    border-radius: 50%;
    background: radial-gradient(farthest-corner at 85px 85px, #ffffff 0%, rgba(0, 0, 0, 0.05) 30%);

}

.list-group-item {

    border: 1px solid rgba(255, 255, 255, 0.8);
}

.ui.purple.button,
.ui.purple.buttons .button {
    background-color: var(--powder-400);
    color: #fff;
    text-shadow: none;
    background-image: none;
}

.circle-container {
    position: relative;
    /*width:70vw;
height:50vw;
*/
    margin-left: auto;
    margin-right: auto;
}

.circle-item {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: .41s ease all;
    border: .15rem solid var(--powder-100);
}

.circle-item:hover {
    z-index: 100;
    transform: scale(1.51);
    border-radius: 5%;
    border: .25rem solid var(--powder-100);
}

.width-20px {
    width: 20px !important;
}

.width-25px {
    width: 25px !important;
}

.width-30px {
    width: 30px !important;
}

.width-40px {
    width: 40px !important;
}

.width-50px {
    width: 50px !important;
}

.width-60px {
    width: 60px !important;
}

.width-70px {
    width: 70px !important;
}

.width-80px {
    width: 80px !important;
}

.width-90px {
    width: 90px !important;
}

.width-100px {
    width: 100px !important;
}

.width-120px {
    width: 120px !important;
}

.width-140px {
    width: 140px !important;
}
.width-150px {
    width: 150px !important;
}
.width-160px {
    width: 160px !important;
}
.width-170px {
    width: 170px !important;
}
.width-180px {
    width: 180px !important;
}
.width-190px {
    width: 190px !important;
}
.width-200px {
    width: 200px !important;
}
.width-250px {
    width: 250px !important;
}
.width-300px {
    width: 300px !important;
}
.ui.buttons .or {

    width: .003em;

}

.icon-flipped-h {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.bg-olive {
    background-color: #b5cc18 !important;
}

.text-success {
    color: var(--bs-success) !important;
}

.bg-success_2 {
    background-color: var(--bs-success_30) !important;
}

.bg-purple {
    background-color: var(--powder-400) !important;
}

.bg-violet {
    background: 0 0;
    box-shadow: 0 0 0 1px #6435c9 inset;
    border: 1px #6435c9 inset;
    color: #6435c9 !important;
}

.invalid-tooltip {
    font-size: .6875rem;
    margin-top: 0;
}

.rounded-start-2 {
    border-bottom-left-radius: .45rem !important;
    border-top-left-radius: .45rem !important;
}

.rounded-start-3 {
    border-bottom-left-radius: .75rem !important;
    border-top-left-radius: .75rem !important;
}

.rounded-start-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
}

.rounded-start-5 {
    border-bottom-left-radius: 1.25rem !important;
    border-top-left-radius: 1.25rem !important;
}

.rounded-start-6 {
    border-bottom-left-radius: 1.45rem !important;
    border-top-left-radius: 1.45rem !important;
}

.rounded-end-2 {
    border-top-right-radius: 0.45rem !important;
    border-bottom-right-radius: 0.45rem !important;
}

.rounded-end-3 {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}

.rounded-end-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.rounded-end-5 {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
}

.rounded-end-6 {
    border-top-right-radius: 1.45rem !important;
    border-bottom-right-radius: 1.45rem !important;
}

.rounded-top-2 {
    border-top-left-radius: 0.9rem !important;
    border-top-right-radius: 0.9rem !important;
}

.rounded-top-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
}

.rounded-top-4 {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
}

.rounded-top-12 {
    border-top-left-radius: 1.12rem !important;
    border-top-right-radius: 1.12rem !important;
}

.rounded-bottom-2 {
    border-bottom-right-radius: 0.9rem !important;
    border-bottom-left-radius: 0.9rem !important;
}

.rounded-bottom-10 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}

.rounded-bottom-11 {
    border-bottom-right-radius: 1.1rem !important;
    border-bottom-left-radius: 1.1rem !important;
}

.rounded-10 {
    border-radius: 1.1rem !important;
}

.rounded-11 {
    border-radius: 1.1rem !important;
}

.rounded-12 {
    border-radius: 1.2rem !important;
}

body {
    color: var(--black-900);
    font-weight: bold;
    /*	font-family: 'Great Vibes', cursive;*/
    /*font-family: 'Sacramento', cursive;*/
    /*font-family: 'Satisfy', cursive;*/
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: var(--bs-body-font-size);
    letter-spacing: 0.13em;

}

.cover-container {
    background-color: var(--green-400);
    background-image: url(../images/Massage_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 576px) {
    .cover-container {
        background-color: var(--green-400);
        background-image: url(../images/thai_bg_mobile_g_2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}

.form-floating>label {
    left: 5px;
    font-size: 16px;
    opacity: .35;
    color: var(--powder-400);
}

.accordion-button {
    color: var(--powder-400);
}

.ui.purple.inverted.button {
    color: var(--powder-400);
}

.ui.purple.button {
    background-color: var(--powder-400);
}

.ui.purple.button:hover {
    background-color: var(--powder-800);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C874FF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.ui.tabular.menu .active.item {
    border-top-left-radius: 1.12rem !important;
    border-top-right-radius: 1.12rem !important;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    transform: scale(.85) translateY(-.7rem) translateX(.15rem);
}

.form-control,
.form-select {
    color: var(--powder-400);
    border: 1px solid var(--powder-400);
    border-radius: .5rem;

}

.form-control:focus {
    box-shadow: 0 0 0 0.01rem var(--powder-400);
    border-radius: 0.5rem;
}

.form-select:focus,
.input:focus {

    box-shadow: 0 0 0 0.01rem var(--powder-400);
}

.ui.styled.accordion,
.ui.styled.accordion .accordion {
    border-radius: .28571429rem;
    background: #fff;
    box-shadow: 0 1px 2px 0 var(--powder-alfa-50), 0 0 0 1px var(--powder-alfa-50);
}

.display-1_1 {
    font-size: calc(3.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

a {
    color: #000000;
    text-decoration: underline;
}

.mitten_drin_box {
    position: absolute;
    width: 150px;
    height: 150px;
    border: .14rem solid #e9c63f;
    background-color: var(--green-500);
    border-radius: 8px;
    overflow: hidden;
}

.ui.ordered.list .list>.item::before,
.ui.ordered.list>.item::before,
ol.ui.list li::before {
    color: var(--powder-400) !important;

}
.vh-10 {
    height: 10vh !important;
}
.vh-15{
    height: 15vh !important;
}
.vh-90 {
    height: 90vh !important;
}
.max-vh-75 {
    max-height: 75vh !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.max-vh-50 {
    max-height: 50vh !important;
}

.max-height-100px {
    max-height: 100px;
}

.max-h-100 {
    max-height: 100% !important;
}

.height-200px {
    height: 200px !important;
}

.height-300px {
    height: 300px !important;
}

.kreuz_box {
    height: 150px;
    width: 150px;
    border-color: #f6b73c !important;
    border-width: .9vw !important;
    zoom: 25%;
}

.ma-btn:hover {
    transition: transform 1.2s;
}

.ma-btn:hover .img {
    animation: zoom-in-zoom-out 1.5s ease;
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 100%
    }

    50% {
        scale: 120%;
    }

}

.kontakt_form input[type="radio"]:checked+label .img {
    zoom: 110%;
    border-width: .2rem !important;
}

.kontakt_form input[type="radio"]+label .check_icon {
    display: none;
}

.kontakt_form input[type="radio"]:checked+label .check_icon {
    display: inline-block;
}

.info-box {
    color: var(--black);
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
    border-bottom-left-radius: 170px !important;
    border-top-left-radius: 170px !important;
}

.info-box_right_image {
    color: var(--black);
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
    border-bottom-right-radius: 170px !important;
    border-top-right-radius: 170px !important;
}

.info-box .box_img,
.box_right_image .box_img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.box_img_right_image {
    width: 330px;
    height: 330px;
}

@media (max-width: 576px) {

    .info-box,
    .info-box_right_image {
        width: 350px;
    }

    .ui.buttons .or {
        /* display: none;*/
        position: absolute;
        left: 50%;
        top: 25%;
    }

    .ui.wrapping.buttons .ui.button {
        border-radius: 1rem;
    }
}

@media (min-width: 768px) {



    .kreuz_box {
        zoom: 40%;
    }

}

@media (min-width: 992px) {

    .kreuz_box {

        zoom: 60%;
    }
}

@media (min-width: 1200px) {
    .kreuz_box {

        zoom: 80%;
    }
}

@media (min-width: 1400px) {
    .kreuz_box {

        zoom: 100%;
    }
}

.kreuz_box_1 {
    margin-bottom: -85px;
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100%;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.kreuz_box_2 {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.kreuz_box_3 {
    margin-left: -20px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
}

.kreuz_box_4 {
    margin-top: -85px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid red;
    /*  border-color: inherit; */

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.border-powder-100 {
    border-color: var(--powder-400) !important;
}

.border-gold {
    border-image: linear-gradient(to right, rgb(255,
                215,
                0), rgb(255, 253, 129), rgb(255,
                215,
                0)) 1 !important;

}

.border-5 {
    border-width: 5px !important;
}

.border-6 {
    border-width: 6px !important;
}

.border-7 {
    border-width: 7px !important;
}

.rounded-bottom-3 {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
}

.text-blinker,
.blinker {
    animation: blinker 1s linear infinite;
}

@keyframes text-blinker {
    50% {
        opacity: 0;
    }
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

sup {
    font-size: 12px;
    vertical-align: top;
    position: relative;
    top: 1.5em;
}

.ui.modal {
    background: none;
}

.ui.modal .header {
    border-top-left-radius: 1.9rem !important;
    border-top-right-radius: 1.9rem !important;
    color: var(--powder-400);
}

.ui.modal .content {
    color: black;
}



.ui.modal .actions {
    border-bottom-left-radius: 1.9rem !important;
    border-bottom-right-radius: 1.9rem !important;
    color: var(--powder-400);
}

.ui.modal>.close {
    top: .5rem !important;
    right: .5rem !important;
    color: var(--powder-400);
    font-size: 24px;
}

.ui.dimmer>.ui.modal:not(.fullscreen)>.close:not(.inside) {
    text-shadow: none;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C874FF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.text-powder {
    color: var(--powder-400) !important;
}

.text-purple {
    color: var(--powder-400) !important;
}

.text-green {
    color: var(--green-500) !important;
}

.shadow-white {
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, .5);

}

.shadow-purple {
    box-shadow: 0px 0px 10px 5px rgba(245, 130, 255, 0.93);
}

.shadow-sm-purple {
    box-shadow: 0px 0px 6px 5px rgba(204, 0, 255, 0.26);
}

.font-Great-Vibes {
    font-family: 'Great Vibes', cursive;
}

.font-Satisfy {
    font-family: 'Open Sans Condensed', sans-serif;
}

.owl-carousel .item:hover {
    border-color: var(--white) !important;
}

.img_filter {
    filter: blur(1px);
}

.img_filter:hover {
    filter: blur(0px);
}

*.scale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

*.scale:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    z-index: 999;
}

*.scale_1:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 999;
}

*.scale_2:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    z-index: 999;
}

*.scale_3:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    z-index: 999;
}

*.scale_4:hover {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    z-index: 999;

}

*.scale_4_shadow:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 999;
    box-shadow: 0 0 10px 0.75rem rgba(112, 9, 246, .4);
    border-radius: 15px;
}

/* TRANSITION */
*.transition {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ui.inverted.purple.table {
    background: var(--powder-400);
    color: #fff;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.border-purple {
    border-color: var(--powder-400) !important;
}

.rounded-4 {
    border-radius: 0.4rem !important;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}

.rounded-6 {
    border-radius: 0.6rem !important;
}

.rounded-7 {
    border-radius: 0.7rem !important;
}

.rounded-8 {
    border-radius: 0.8rem !important;
}

.rounded-9 {
    border-radius: 0.9rem !important;
}

.bi {
    align-items: center;
    justify-content: center;
    fill: currentColor;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.icon-link {
    display: inline-flex;
    align-items: center;
}

.icon-link>.bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor;
}

.icon-link:hover>.bi {
    transform: translate(.25rem);
}

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

.text-white {
    color: #FFFFFF;
}

.rounded-4 {
    border-radius: .5rem;
}

.rounded-5 {
    border-radius: 1rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.text-shadow-black {
    text-shadow: 2px 2px 2px #000000;
}

.text-shadow-white {
    text-shadow: 1px 1px 0px #FFFFFF;
}

.text-shadow-white-2 {
    text-shadow: 2px 2px 0px #FFFFFF;
}

.text-shadow-pink {
    text-shadow: .5px .5px 1px var(--powder-400);
}

.ui.pink.text {
    color: var(--powder-400);
}

.hand {
    cursor: pointer;
}

.infinte-rotation {
    -webkit-animation: rotation 12s infinite linear;
}

i.purple.icon.icon.icon.icon.icon.icon {
    color: var(--powder-400);
}

.ui.inverted.purple.button,
.ui.inverted.purple.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px var(--powder-400) inset;
    color: var(--powder-400);
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.glow {

    text-shadow:
        1px 0px 1px #ccc, 0px 1px 1px #eee,
        2px 1px 1px #ccc, 1px 2px 1px #eee,
        3px 2px 1px #ccc, 2px 3px 1px #eee,
        4px 3px 1px #ccc, 3px 4px 1px #eee,
        5px 4px 1px #ccc, 4px 5px 1px #eee,
        6px 5px 1px #ccc, 5px 6px 1px #eee,
        7px 6px 1px #ccc;
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.form-control-dark {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: var(--bs-gray);
}

.form-control-dark:focus {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.ui.selection.dropdown {
    border: 1px solid var(--powder-400);
}

.ui.selection.active.dropdown:hover .menu {
    border-color: var(--powder-400);
    box-shadow: 0 3px 3px 0 var(--powder-alfa-50);
}

.ui.selection.active.dropdown:hover {
    border-color: var(--powder-400);
    box-shadow: 0 2px 3px 0 var(--powder-alfa-50);
}

.dropdown-toggle {
    outline: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.hero_area {
    position: relative;
    height: 10vh;
}

.waves {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 14vh;
    width: 100%;


}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.bg-purple-10 {
    background-color: rgba(255, 0, 255, .1) !important;
    ;
}

.bg-purple-30 {
    background-color: rgba(255, 0, 255, .3) !important;
    ;
}

.bg-purple-50 {
    background-color: rgba(255, 0, 255, .5) !important;
    ;
}

.bg-purple-60 {
    background-color: rgba(255, 0, 255, .6) !important;
    ;
}

.bg-purple-70 {
    background-color: rgba(255, 0, 255, .7) !important;
    ;
}

.bg-purple-80 {
    background-color: rgba(255, 0, 255, .8) !important;
    ;
}

.bg-purple-90 {
    background-color: rgba(255, 0, 255, .9) !important;
    ;
}

.bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, .5);
}

.bg-white-75 {
    background-color: rgba(255, 255, 255, .75);
}

.bg-white-90 {
    background-color: rgba(255, 255, 255, .90);
}

.bg-black-40 {
    background-color: rgba(0, 0, 0, .4);
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, .5);
}

.bg-black-75 {
    background-color: rgba(0, 0, 0, .75);
}

.bg-black-90 {
    background-color: rgba(0, 0, 0, .90);
}

.accordion-button:not(.collapsed) {
    color: var(--powder-400);
    background-color: var(--white);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C874FF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}



/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

/* Waves Animation end*/
/*Shrinking for mobile*/
@media (max-width: 998px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }


    .info-box {

        border-top-right-radius: 170px !important;
        border-top-left-radius: 170px !important;
        border-bottom-left-radius: 1.75rem !important;
    }

    .info-box_right_image {
        border-bottom-right-radius: 170px !important;
        border-bottom-left-radius: 170px !important;
        border-top-right-radius: 1.75rem !important;
    }
}