html {
    scroll-behavior: smooth;
}

body {
    font-family: "Regular", sans-serif;
    word-break: break-word;
    overflow-x: hidden;
    color: #3E4165;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #C072A6;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #C072A6;
}

* {
    transition: all .3s ease-in-out;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'Regular';
    src: url(../fonts/Process-Type-Foundry-Sculpin-Regular.ttf);
}

@font-face {
    font-family: 'bold';
    src: url(../fonts/Process-Type-Foundry-Sculpin-Bold.ttf);
}

@font-face {
    font-family: "din-next";
    src: url(../fonts/din-next-lt-w23-regular.ttf);
}

.din-next {
    font-family: "din-next";
}

.bold {
    font-family: 'bold';
}

.br-24 {
    border-radius: 24px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px !important;
}

/* ======================== colors =========================== */
.default-color {
    color: #3E4165;
}

.purple {
    color: #A16DA5;
}

.dark-purple {
    color: #7a4b9a;
}

.dark-purple-bg {
    background-color: #7a4b9a;
}

.gray-bg {
    background-color: #efeff5;
}

/* =========================================================== */
header {
    background-image: linear-gradient(to right, rgb(192 114 166 / 40%), rgb(132 105 165 / 40%));
    padding-top: 10px;
    min-height: auto;
}

header nav {
    background-color: #DEDEEC;
    border-radius: 24px;
}

header nav .nav-link {
    color: #3E4165;
    border-radius: 12px;
    font-size: 13px;
}

header nav .nav-link:hover {
    background-color: #553782;
    color: #fff;

}

header nav .active {
    background-color: #fff;
    border-radius: 12px;
}

header nav .active a {
    background: -webkit-linear-gradient(rgb(192 114 166), rgb(132 105 165));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: 'bold';
}

.default-btn {
    font-family: 'bold';
    color: #fff;
    text-transform: uppercase;
    background-color: #3E4165;
    border-radius: 12px;
    padding: 15px 22px;
}

.default-btn:hover {
    background-image: linear-gradient(to right, rgb(192 114 166), rgb(132 105 165));
    color: #fff;
    /* background-color: #C072A6; */
}

header .headar-img {
    max-height: 490px;
}

footer {
    background-image: url(../images/footerBg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

footer .contactForm {
    background-color: rgb(222 222 236 / 40%);
    padding: 24px;
    border-radius: 18px;
}

footer .contactForm input {
    height: 55px;
    border: 1px solid #DEDEEC;
    border-radius: 15px;
}

footer .contactForm input:focus {
    border: 1px solid #DEDEEC;
    box-shadow: none;
}

.copyRight p,
.gray-color {
    color: #9FA0B2;
    font-size: 14px;
}

footer .list,
.noType {
    list-style-type: none;
}

footer .list li a {
    color: #3E4165;
    text-transform: uppercase;
    font-family: "bold";
    padding-block: 15px;
    display: inline-block;
    padding-inline: 20px;
    border-radius: 15px;
    font-size: 14px;
}

footer .list li:hover a {
    background-image: linear-gradient(to right, rgb(192 114 166), rgb(132 105 165));
}

.why-choose {
    padding-block: 100px;
    background-image: url(../images/whyChoose1.png), url(../images/whyChoose2.png);
    background-repeat: no-repeat;
    background-size: auto, 90% 100%;
    background-position: 100%, center;
}

.why-choose .card {
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid #DEDEEC;
    padding: 20px;
    height: 100%;
}

.why-choose .card:hover {
    background-image: linear-gradient(to right, rgb(192 114 166), rgb(132 105 165));
    color: #fff;
}

.why-choose .card:hover p,
.why-choose .card:hover h3 {
    color: #fff;
}

.why-choose .card img {
    border-radius: 20px;
    height: 227px;
    object-fit: cover;
    margin-top: auto;
    width: 100%;
}

.why-choose .card p {
    font-size: 14px;
    margin-bottom: 25px;
}

.jak-roles {
    background-image: linear-gradient(to right, rgb(192 114 166), rgb(132 105 165));
    color: #fff;
    padding: 80px 190px;
    border-radius: 80px;
}

.gradient-bg {
    background-image: linear-gradient(to right, rgb(192 114 166), rgb(132 105 165));
    color: #fff;
    border-radius: 24px;

}

.gradient-text {
    background: -webkit-linear-gradient(rgb(192 114 166), rgb(132 105 165));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.References {
    color: #9FA0B2;
    font-size: 14px;
    border-top: 1px solid #DEDEEC;
    padding-top: 50px;
}

.References h6 {
    font-size: 14px;
}

.dashed-border {
    border: 2px dashed #7a4b9a;
}

.Repigmentation img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.nav-tabs {
    border-bottom: none;
    justify-content: center;
    gap: 15px;
}

.nav-tabs .nav-link {
    margin-bottom: 15px;
    border-radius: 12px;
    border: 1px solid #DEDEEC;
    font-size: 14px;
    font-weight: 700;
    color: #3E4165;
    padding: 20px 55px;
    text-transform: uppercase;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #CBDEB7;
    border-color: #dee2e6 #dee2e6 #fff;
}

.cases img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.dropdown-menu {
    border-radius: 10px;
    border: none;
    padding: 0;
    overflow: hidden;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #7a4b9a;
}

.dropdown-item {
    font-size: 13px;
    padding-block: 10px;
    border-bottom: 1px solid #eee;

}

.dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.terms-list>li::marker {
    font-size: 30px !important;
}

.modal-content {
    border-radius: 12px;
    border: none;
}

.modal-content .btn-secondary {
    background-color: #3E4165;
    border-radius: 12px;
    font-weight: bold;
    height: 55px;
}

.modal-content .btn-primary {
    color: #3E4165;
    background-color: #fff;
    border-radius: 12px;
    font-weight: bold;
    height: 55px;
    border: 1px solid #DEDEEC;
}

#chart-container {
    width: auto;
    height: auto;
    position: relative;
    min-height: 150px;
    min-width: 150px;
    max-height: 150px;
    max-width: 150px;
    margin: auto;
}

.w-icon {
    width: 50px;
    max-width: 50px;
}

#chart-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
    font-family: bold;
}

#donutChart {
    background: #f4f4f4;
    border-radius: 50%;
}

.terms a {
    padding: 15px;
    border-radius: 10px;
    color: #3E4165;
}

.terms a:hover {
    background-image: linear-gradient(to right, rgb(192 114 166), rgb(132 105 165));
    color: #3E4165;

}

.dosing-img img {
    height: 450px;
    object-fit: cover;
}

#home-header video {
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

/* ============== media =============== */
@media (max-width:990px) {
    header nav .active {
        padding-inline: 15px;
        /* margin-top: 25px; */
    }

    .dosing-img {
        order: 3;
    }

    .dosing-img img {
        height: auto;
        object-fit: contain;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .why-choose {
        padding-block: 100px;
        background-image: url(../images/whyChoose1.png), url(../images/whyChoose2.png);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: bottom, top;
    }

    .jak-roles {
        background-image: linear-gradient(to right, rgb(192 114 166), rgb(132 105 165));
        color: #fff;
        padding: 25px;
        border-radius: 40px;
    }

    header {

        min-height: auto;
    }

    .Repigmentation img {
        height: 250px;

    }
}

@media (max-width:1286px) and (min-width:990px) {}

@media (max-width: 1200px) {}

@media (min-width: 991px) {
    .w-lg-45 {
        width: 45%;
    }

    .w-66 {
        width: 66%;
    }
}

@media (max-width: 768px) {}