@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,800;1,400;1,500;1,600;1,800&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    box-sizing: border-box !important;
}

a {
    text-decoration: none !important;
    color: #000;

}

a:hover {
    color: #FF82BE !important;
}

p {
    margin-bottom: 0 !important;
}

ul {
    list-style-type: none;
}

.text-justify {
    text-align: justify !important;
}


h1 {
    line-height: 60px;
}

p {
    line-height: 30px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

:root {
    --Pink1: #FF82BE;
    --Pink2: #FEA3CF;
    --Blue_1: #7A90FD;
    --Blue_2: #9EAEFC;
    --DarkGray: #18171A;
    --LightGray: #F4F2F7;
    --Gray: #DAD6E466;

}

.container-2 {
    max-width: 1280px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .9);
    padding-left: calc(var(--bs-gutter-x) * .9);
    margin-right: auto;
    margin-left: auto;
}


/* custom color  */
.h-400 {
    height: 430px;
}

.mt {
    margin-top: 100px;
}

.bg-gr {
    background-color: #DAD6E466;
}

.Blue_1 {
    color: var(--Blue_1) !important;
}

.Blue-bg {
    background-color: var(--Blue_1);
}

.Pink1 {
    color: var(--Pink1);
}

.Pink1-bg {
    background-color: var(--Pink1);
}

.hover-1 {
    border: #7A90FD;
}

.hover-1:hover {
    border: 2px solid #7A90FD !important;
}

.hover-2:hover {
    border: 1px solid #FF82BE !important;
}

.border-gradient {
    background: linear-gradient(white, white) padding-box, linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%) border-box;
    overflow: hidden;
    border: 2px solid transparent;
}

.btn-dark-3 {
    border: 2px solid #222024;
    background: transparent;
    border-radius: 13px;
    padding: 10px;
    width: 180px;
    height: 48px;
    color: #222024;
}

/* button */

.btn-bac {
    border: 2px solid var(--Blue_1) !important;
    background: transparent;
    border-radius: 13px;
    padding: 10px;
    width: 230px;
    height: 48px;
    color: var(--Blue_1);
    position: relative !important;
}

.btn-Blue {
    border: 2px solid var(--Blue_1);
    background: var(--Blue_1);
    border-radius: 13px;
    padding: 10px;
    width: 230px;
    height: 48px;
    color: #fff;
}

.btn-Gray {
    border: 2px solid var(--Blue_1);
    background: #595061;
    border-radius: 13px;
    padding: 10px;
    width: 230px;
    height: 48px;
    color: #fff;
}
.btn-2 {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 13px;
    padding: 10px;
    width: 230px;
    height: 48px;
    color: #fff;
}

.btn-pink {
    border: 2px solid #fff;
    background: var(--Pink1);
    border-radius: 13px;
    padding: 10px;
    width: 230px;
    height: 48px;
    color: #fff;
}

.btn-pink-2 {
    border: 2px solid var(--Pink1);
    background: transparent;
    border-radius: 13px;
    padding: 10px;
    width: 230px;
    height: 48px;
    color: var(--Pink1);
}

.btn-dark {
    border: 2px solid #222024;
    background: transparent;
    border-radius: 13px;
    padding: 10px;
    width: 230px;
    height: 48px;
    color: #000000;
    transition: all ease 0.5s;
}

.btn-dark-full {
    border: 2px solid #222024;
    background: #222024;
    border-radius: 13px;
    padding: 10px;
    width: 230px;
    height: 48px;
    color: #fff;
}

.btn-grad {
    background: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%);
    border-radius: 13px;
    padding: 10px;
    width: 230px;
    height: 48px;
    color: #fff;
    border: none;
}

/* button */



/*==== index.html==== */


.header-1 {
    height: 70px;
    padding: 10px 0px;
    z-index: 5;
}

.submenu {
    top: 69px;
    left: 542px;
    width: 587px;
    height: 285px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 4px 8px 0px #DAD6E466;
    background: #ffff;
    border: 1px solid #f0f0f0;
    display: none !important;
    position: absolute;
    z-index: 4;
}

.submenu ul li {
    margin-bottom: 15px;
}

.d-flex-2 {
    display: flex !important;
}

.me-5 {
    margin-right: 4rem !important;
}

.submenu-2 {
    position: absolute;
    width: 103px;
    height: 100px;
    top: 60px;
    right: 6%;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 4px 8px 0px #DAD6E466;
    display: none;
}

.submenu-3 {
    position: absolute;
    width: 103px;
    height: 100px;
    top: 60px;
    right: 35px;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 4px 8px 0px #DAD6E466;
    display: none;
}

.res-nav li {
    margin-top: 20px;
}

.close-1 {
    position: absolute;
    right: 30px; /* For LTR */
    font-size: 30px;
    box-shadow: 0px 4px 8px 0px #c5c3ca91;
    padding: 5px 15px;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
}
/* For RTL */
[dir="rtl"] .close-1 {
    left: 30px;
    right: auto;
}
.submenu-2 ul li {
    margin-top: 5px;
}

.img-header {
    position: relative;

}

.img-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-home {
    position: absolute;
    left: 26%;
    transform: translateX(-50%);
    top: 7%;
}

.hover-card:hover .card-title-services {
    color: var(--Pink1);
}

.card-title-services {
    transition: all ease 0.4s;
}

.hover-card {
    transition: all ease 0.5s;
    border-radius: 36px;
    border: 2px solid #f3f3f3 !important;
}

.hover-card:hover {
    border: 2px solid #FF82BE !important;

}

.hover-card:hover .card-body {
    color: #000 !important;
}

.card-body {
    display: flex;
    flex-direction: column;
}

.card-body .mt-auto {
    margin-top: auto;
    margin-bottom: 20px; /* Adjust this value as needed */
}
.counter {
    background: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%);
    height: 120px;
}

.box-inter {
    background: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%);
}





.box-inter-bottom {
    background: linear-gradient(white, white) padding-box, linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%) border-box;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 0px 0px 15px 15px;
}

.elon {
    position: relative !important;
}

.card-elon {
    position: absolute;
    bottom: -100px;
    right: 0;
    transform: rotate(7deg);
    width: 343px;
}

.bg-elon {
    background: linear-gradient(283.33deg, rgba(218, 214, 228, 0.4) 11.79%, rgba(218, 214, 228, 0.1) 56.52%);

}

.hover-blue:hover {
    border-color: #7A90FD !important;
    cursor: pointer;
}


.h-fortune {
    height: 115px;
}


.number {
    font-weight: bold !important;
    color: #DAD6E4;
    font-size: 36px;
    transition: all ease 0.5s;
}

#Fortune .row .hover-2:hover .number {
    color: var(--Pink2);
}


.d-block-res {
    display: none;
}

.child .container-2 .row .col-md-5 {
    position: relative !important;
}

.img-child-1 {
    position: absolute;
    bottom: -100%;
    left: 34%;
}

.img-child-2 {
    position: absolute;
    top: -145%;
    left: 12%;
}

@media screen and (max-width:992px) {

    .d-block-res {
        display: block !important;
    }


    .title-menu {
        display: block;
        margin-top: 30px;
    }

    nav {
        display: none;
    }


    .En,
    .bi-list {
        display: block !important;
    }

    .res-nav {
        flex-direction: column !important;
        position: fixed !important;
        gap: 1rem;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: -12px;
        display: block !important;
        z-index: 2;
    }

    .d-block {
        display: block !important;
    }

    .img-nav {
        display: none;
    }

    .submenu {
        top: 0;
        left: -160px;
        height: 285px;
        border: none;
        box-shadow: none;
        background: transparent;
        display: none !important;
        position: relative;
    }
    [dir="rtl"] .submenu {
        left: 285px;
        right: -160px;
    }
    .d-flex-2 {
        display: flex !important;
    }

    .card-elon {
        right: 39px;
        width: 300px;
        bottom: -150px;
    }

    .Fortune {
        margin-top: 200px;
    }

    .Fortune i,
    .Fortune img {
        display: none;
    }

    .blog-index .row {
        flex-wrap: nowrap !important;
        overflow: scroll;
    }
    .mt {
        margin-top: 120px;
    }
}

/*==== index.html==== */


/*=========== blog============= */

.box-icon {
    width: 37.63px;
    height: 37.63px;
    border-radius: 8px;
    background: #DAD6E466;
    padding: 7px 10px;
    font-weight: bold;

}

.bg-gry {
    background: linear-gradient(283.33deg, rgba(218, 214, 228, 0.4) 11.79%, rgba(218, 214, 228, 0.1) 56.52%);
    border-radius: 13px;
}

.page-link {
    border-radius: 12px !important;
    color: #000;
    font-size: 14px;
}

.page-link:hover {
    border: 1px solid #FF82BE !important;
    background: transparent !important;
}

.after-border {
    position: relative;
}

.after-border::after {
    content: "";
    position: absolute;
    top: 50%;
    margin: auto;
    width: 86%;
    right: 0;
    border-bottom: 1px solid black;
    z-index: -1;
}

.after-border-2 {
    position: relative;
}

.after-border-3::after {
    content: "";
    position: absolute;
    top: 50%;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    width: 91%;
    margin-left: 10px;
    border-bottom: 1px solid black;
    z-index: -1;
    margin-top: 5px;

}

.after-border-3 {
    text-align: left;
    position: relative;
}

.Share-section {
    position: relative;
}

.Share-section::after {
    content: "";
    position: absolute;
    top: 50%;
    margin: auto;
    width: 66%;
    right: 0;
    border-bottom: 1px solid black;
    z-index: -1;
}

.comment-top {
    position: relative;
}

.comment-top::after {
    content: "";
    position: absolute;
    top: 50%;
    margin: auto;
    width: 86%;
    right: 0;
    border-bottom: 1px solid black;
    z-index: -1;
}


.fieldset-1 {
    border: 2px solid var(--Pink1);
    border-radius: 30px;
    padding: 30px 10px;
}

.legend-1 {
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    width: 120px;
    padding: 0px 10px;
    color: var(--Pink1);
}

.fieldset-2 {
    border: 2px solid var(--Blue_1);
    border-radius: 30px;
    padding: 30px 10px;
}

.legend-2 {
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    width: 150px;
    padding: 0px 10px;
    color: var(--Blue_1);

}

.color-b:hover {
    color: var(--Blue_1) !important;
}

/* ========blog======== */






/* ======contact==== */

#Message {
    height: 195px;
}

/* :not([type='checkbox']) */
input {
    height: 52px !important;
    border-radius: 13px !important;
    border: 1px solid #DAD6E4 !important;
}

.input-donotsell {
    height: 20px !important;
    width:  50px !important;
    border-radius: 13px !important;
    border: 1px solid #DAD6E4 !important;
    margin-right: 5px !important;
}

textarea {
    border-radius: 13px !important;
    border: 1px solid #DAD6E4 !important;
}

.icon-contact {
    background-color: #18171A;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    padding: 12px 14px !important;
    color: #fff;

}

/* ======contact==== */




/* footer */

.icon-1 {
    background-color: var(--Blue_1);
    width: 44px;
    height: 44px;
    border-radius: 12px;
    padding: 12px 14px !important;
    color: #fff;

}

.icon-2 {
    background-color: var(--Blue_2);
    width: 44px;
    height: 44px;
    border-radius: 12px;
    padding: 12px 14px !important;
    color: #fff;

}

.icon-3 {
    background-color: var(--Pink1);
    width: 44px;
    height: 44px;
    border-radius: 12px;
    padding: 12px 14px !important;
    color: #fff;

}

.icon-4 {
    background-color: var(--Pink2);
    width: 44px;
    height: 44px;
    border-radius: 12px;
    padding: 12px 14px !important;
    color: #fff;


}

.img-footer {
    width: 228px;
}

/* footer */


/* banner */

.banner {
    background: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%);

}


/* .banner-cover{
    background-image: url("../img/about-banner.fdc2b5935a2c.png");
    background-size: cover;
    background-position: center;
    height: 300px;
} */

.banner-3 {
    background: linear-gradient(265.8deg, #FF82BE 8.59%, #7A90FD 287.27%);
    height: 116px;
}

.banner-3 .btn-dark-full {
    margin-top: 35px;
}

/* banner */



/* accordion */
.accordion {
    background: transparent;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 30px;
    height: 60px;
    border-radius: 13px !important;
    border: 1px solid #dad6e4 !important;
}


.accordion:hover {
    border: 1px solid #000 !important;
}

.accordion:after {
    content: '\002B';
    color: #777;
    float: right;
    margin-left: 5px;
}

/* .active:after {
    content: "\2212";
} */

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.responsive-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center; /* Optional: Center the image */
}
.responsive-container img {
    max-width: 100%;
    height: auto;
}







/* NameologyAIPAckages */

.elon-2 {
    position: relative !important;
}

.img-elon-2 {
    position: absolute;
    right: 10px;
    width: 90px;
    top: 10px;
}

.form-control-1 {
    border: none !important;
    border-radius: 0px !important;
}

.form-control-1 {
    border: none;
    outline: none;
}

.input-btn {
    background-color: var(--Pink1);
    width: 44px;
    height: 44px;
    border-radius: 12px;
    padding: 12px 14px !important;
    color: #fff;
    border-radius: 20% !important;

}

.names {
    background: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%);

}


.names a {
    color: #fff !important;
    font-weight: 600;
}

.names a:hover {
    color: #000000 !important;

}


.child-1 {
    background-image: url("../img/pic2.19a416492610.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 295px;
}

.bg-1 {
    background: linear-gradient(259.6deg, rgba(218, 214, 228, 0.9) 11.63%, rgba(255, 255, 255, 0.9) 52.21%);
    height: 295px;
}

.card-child {
    width: 145px;
    height: 145px;
    border-radius: 28px;
    background-color: #fff;
    padding: 2px;
}

.input-custom {
    border: 1px solid #DAD6E4;
    overflow: hidden;
    height: 48px;
    padding: 0px 5px;

}

.input-btn {
    margin-top: 1px;
}

.bx-bottom {
    text-align: right;
    padding-top: 40px;
}

.bx-top {
    text-align: left;
    padding-top: 10px;
    font-size: 36px;
    padding-left: 10px;


}

.box-pl {
    border: 2px solid #DAD6E4;
    height: 65px;
    align-items: center;
    border-radius: 18px;
    transition: all ease 0.4s;


}


.bx-icon .bi-gender-female {
    font-weight: 800;
}

.box-pl:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%) border-box;
    overflow: hidden;
    border: 2px solid transparent;
}

.align-h3 {
    margin: 0 !important;
}


.img-gr {
    filter: invert(-1);
}

.img-gr-2 {
    filter: invert(1);
}

.hover-dark {
    transition: all ease 0.4s;
    cursor: pointer;
}

.hover-dark:hover {
    background-color: #222024;
    color: #fff;

}

.hover-dark:hover img {
    filter: invert(1);
}

.hover-dark:hover .img-gr-2 {
    filter: invert(0);
}

.li-name li {
    margin-bottom: 20px;
}

.hover-2 {
    transition: all ease 0.4s;
    cursor: pointer;
}

.box-pl p {
    margin-bottom: 0 !important;
    margin-left: 2px;
}

.bx-card i {
    background: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%);
    width: 36.63px;
    height: 35.63px;
    padding: 4px 6px;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -5px;
}

.after-border-5 {
    position: relative;
    vertical-align: -12px;
    display: inline;
    margin-right: 10px;
}

.after-border-5::after {
    content: "";
    position: absolute;
    top: 50%;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: auto;
    margin-left: auto;
    width: 69%;
    margin-left: 10px;
    border-bottom: 1px solid black;
    z-index: -1;
    margin-top: 5px;
}

.swiper-pagination {

    right: 335px;
    gap: 10px;
    display: flex;
}



.swiper-pagination-bullet-active {
    opacity: 1;
    background: #2E2C33 !important;
}

.banner-2 {
    background: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%);
}


.hover-gr:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%) border-box;
    overflow: hidden;
    border: 2px solid transparent;
}


.card-price {
    border: 2px solid #eee;
    transition: all ease 0.5s;
    border-radius: 10px;
    padding: 20px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.card-price:hover .btn-dark {
    background: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%) !important;
    border: none;
    color: #fff;
}

.card-price:hover .border-top, 
.card-price:hover .border-bottom {
    border-top: 4px solid; /* Adjust the border width as needed */
    border-image: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%);
    border-image-slice: 1;
}

.like-box img{
    cursor: pointer;
}




.card-dash {
    border: 2px solid #dAD6E480;
    margin-bottom: 28px;
    padding: 20px;
    border-radius: 22px;
}

.card-dash-2 {
    border: 2px solid #dAD6E480;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 22px;
    height: 370px;
}

.color-g {
    color: #919191;
}

.box-service {
    height: 336px;
}

.left-h {
    height: 158px;
}

.like-bx-1,
.like-bx-2 {
    cursor: pointer;
    transition: all ease 0.4s;
}

.like-bx-1:hover {
    border: 1px solid #FF5858 !important;
}

.like-bx-1:hover .bi {
    color: #FF5858;
}

.like-bx-2:hover {
    border: 1px solid #50D284 !important;
}

.like-bx-2:hover .bi {
    color: #50D284 !important;
}

.pinkhover {
    transition: all ease 0.4s;
    cursor: pointer;
}

.pinkhover:hover {
    background-color: #FEA3CF;
}

.d-js {
    justify-content: center;
}

.mto {
    margin-top: 150px;
}

/* data */




.section-data .col-md-4 {
    height: 314px;
}

.calendar {
    position: relative;

    border: 1px solid #DAD6E4;
    color: #000 !important;
    border-radius: 21px;
    padding: 10px;

}


.calendar .calendar-inner .calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.calendar .calendar-inner .calendar-body div {
    padding: 4px;
    min-height: 30px;

    border: 1px solid transparent;
    margin: 10px 2px 0px;
}

.calendar .calendar-inner .calendar-body div:nth-child(-n+7) {
    border: 1px solid transparent;
    cursor: pointer;

}

.calendar-year-month {
    height: 32px;
    border: 1px solid #DAD6E4;
    border-radius: 11px;

}


.calendar .calendar-inner .calendar-body div>a {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.calendar .calendar-inner .calendar-body div:hover {
    border: 1px solid var(--calendar-date-hover-color);
    border-radius: 4px;
}

.calendar .calendar-inner .calendar-body div.empty-dates:hover {
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.calendar .calendar-inner .calendar-today-date {

    display: none;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month {
    display: flex;
    min-width: 100px;
    justify-content: space-evenly;
    align-items: center;
}

.calendar .calendar-inner .calendar-controls .calendar-next {
    text-align: right;
}



.calendar .calendar-inner .calendar-body .calendar-today .dateNumber {
    background: #222024;
    color: #fff !important;
    border-radius: 4px;
}

.calendar .calendar-inner .calendar-body .calendar-today:hover {
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-body .calendar-today a {
    outline: 2px solid var(--calendar-today-innerborder-color);
}

.calendar .calendar-inner .calendar-controls .calendar-next a,
.calendar .calendar-inner .calendar-controls .calendar-prev a {

    font-size: 10px !important;
    text-decoration: none;
    padding: 4px 12px;
    display: inline-block;
    background: var(--calendar-nextprev-bg-color);
    margin: 10px 0 10px 0;
    height: 32px;
    border: 1px solid #DAD6E4;
    border-radius: 11px;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg {
    height: 20px;
    width: 20px;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg path,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg path {
    fill: var(--next-prev-arrow-color);
}

.calendar .calendar-inner .calendar-body .prev-dates,
.calendar .calendar-inner .calendar-body .next-dates {
    color: var(--calendar-prevnext-date-color);
}

.calendar .calendar-inner .calendar-body .prev-dates:hover,
.calendar .calendar-inner .calendar-body .next-dates:hover {
    border: 1px solid transparent;
    pointer-events: none;
}

/* data */

.form-select {
    padding: 12px 6px;
    border-radius: 12px;
}


/* NameologyAIPAckages */


/* modal */



.modal-parent {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 1000;
}

.modal-1 {
    background: white;
    width: 645px;
    height: 518px;
    padding: 30px;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left !important;
    position: relative;
    animation: 0.5s drop;
    z-index: 2 !important;
}

@keyframes drop {
    0% {
        top: -100px;
    }

    100% {
        top: 50%;
    }
}

.X {
    position: absolute;
    bottom: 10px;
    left: 300px;
    cursor: pointer;

}

section {
    transition: 1s;
}


.show {
    display: block;
}

.filter {
    filter: blur(10px);
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.705);
    display: none;


}

.show-backdrop {
    display: block;

}

#package img {
    z-index: -22;
}

.card {
    z-index: -1 !important;
}

.active2 {
    background-color: #222024 !important;
}


/* modal */


/* chat  */

.box-chat-1 {
    background: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #000;
}

.box-chat-2 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #222024;

}

.card-chat {
    background-color: #ffffff18;
    padding: 5px;
    margin-top: 10px;
    border-radius: 10px;
    transition: all ease 0.5s;
    cursor: pointer;
}

.card-chat:hover {
    background: #FFFFFF33;

}

.input-chat {
    left: 0;
    bottom: 13px;
}

.input-chat input {
    background: #2E2C33;
    outline: none;
    padding: 10px;

}

.input-3 {
    right: 10px;
}


.massge-1 {
    background: linear-gradient(270.23deg, #FF82BE 1.87%, #7A90FD 96.11%);
    padding: 20px;
    border-radius: 10px;
}

.massge-2 {
    background: #DAD6E4;
    padding: 20px;
    border-radius: 10px;

}


/* chat  */


/* list*/
.active-link {
    border: 1px solid var(--Pink2);
}

.card-list-pink {
    border: 1px solid var(--Pink1);
}

.card-list-blue {
    border: 1px solid var(--Blue_1);
}

.icon {
    align-items: center;
}

.img-banner {
    height: 300px;
    object-fit: fill;
}

.cad-list-2 {
    border: 1px solid #dadada;
    border-radius: 16px;

}

.img-user {
    border-radius: 100%;
    width: 62px;

}

.card-list {
    padding: 0 !important;
}

.bg-list {
    background-color: #7A90FD;

}

.list-bg {
    border: 2px solid #7A90FD !important;
    margin-top: 50px;
}


.img-bar {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.like-box {
    border: 2px solid #DAD6E466 !important;
    padding: 2px;
    width: 160px;
    height: 38px;
    border-radius: 11px;
    border: 1px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.like-box img {
    width: 16px;
    height: 16px;
 }

.bi-trash3 {
    border: 2px solid #DAD6E466 !important;
    width: 38px;
    height: 38px;
    padding: 5px;
    border-radius: 10px !important;
}

.bi-play-fill, .bi-pause-fill {
    font-size: 27px !important;
}

.color-gr {
    color: #a1a1a1;
}

.comment-section {
    position: relative;
}

.comment-title {
    display: inline-block;
}

.comment-section::after {
    content: "";
    position: absolute;
    top: 100%;
    margin: auto;
    width: 100%;
    right: 0;
    border-bottom: 1px solid black;
    z-index: -1;
}

.form-filter {
    filter: blur(3px);
    position: relative !important;
}

.box-sing {
    position: absolute;
    z-index: 10 !important;
    margin-top: 130px;
    margin-left: 380px;
    border: 1px solid #333;
    border-radius: 30px;
    padding: 30px;
    width: 36%;
}

.center-list {
    display: flex;
    gap: 20px;
}

/* list */






/* ====login-form=== */



.login-img img {
    width: 100%;
    height: 100vh;
}

.icon-none {
    display: none;
}


.login-img {
    position: relative;
    overflow: hidden;
}

.login-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270.23deg, rgba(255, 130, 190, 0.6) 1.87%, rgba(122, 144, 253, 0.9) 96.11%);
    z-index: 1;
}

.text-login {
    position: absolute;
    bottom: 110px;
    left: 40px;
    z-index: 2;
}

.img-logo {
    top: 100px !important;
    right: 36%;
    z-index: 3;
}

.icon-box-res-1,
.icon-box-res-2 {

    border-radius: 13px;
    width: 53px;
    height: 48px;
    color: #fff;
    padding-top: 10px;


}

.icon-box-res-1 {
    border: 2px solid #222024;
    color: #222024;
}

.icon-box-res-2 {
    border: 2px solid var(--Blue_1);
    color: var(--Blue_1);


}

.icon-box-res-1:hover {
    color: #222024 !important;
}

.icon-box-res-2:hover {
    color: var(--Blue_1) !important;
}


.progress {
    height: 10px !important;
    margin-bottom: 10px;
}

.bg-green {
    background: #50D284;

}

.color-green {
    color: #50D284;

}


.form-check-input:checked {
    background-color: #50D284 !important;
    border-color: #50D284 !important;
}

.bx-icon .btn-bac:hover {
    color: var(--Blue_1) !important;
}

.bx-icon .btn-dark:hover {
    color: #222024 !important;
}

/* login-form */






/*============== nameology========== */

.Already {
    background-image: url("../img/banner-name.30ad844b73ee.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-blue {
    background: linear-gradient(283.33deg, rgba(122, 144, 253, 0.5) 11.79%, rgba(122, 144, 253, 0.8) 93.08%);

}

/* slider - img */

.slideshow-container {
    max-width: 1000px;
    position: relative !important;
    margin: auto;
}

.slideshow-container {
    max-width: 1000px;
    position: relative !important;
    margin: auto;
}

.next-body .prev,
.next-body .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next-body .next {
    right: -32px;
    border-radius: 3px 0 0 3px;
}

.next-body .prev {
    left: -32px;
}

.dot-1 {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;

}


.dot-1:hover {

    color: #fff;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width: 768px) {
    .next-body .next {
        right: -20px;
        border-radius: 3px 0 0 3px;
    }

    .next-body .prev {
        left: -20px;
    }

}


.card-transform-1 {
    transform: rotate(-10deg);
    margin-bottom: -100px;
}

.card-transform-2 {
    transform: rotate(10deg);
    margin-bottom: -50px;
}

.card-transform-3 {
    transform: rotate(-20deg);
}


.dot-box {
    bottom: 30px;
    right: 15px;
}

.dot-box .active,
.dot-1:hover {
    background-color: var(--Pink1);
    color: #fff;
}


/*============== nameology========== */


.box-response-1 {
    background-color: #50D284;
    color: #fff;
}

#flexCheckDefault {
    width: 20px !important;
    height: 20px !important;
    border-radius: 4px !important;

}

.pay #addon-wrapping{
    height: 50px;
}

.language-select {
    display: flex;
    align-items: center; /* To vertically center the elements */
    position:absolute;
    top:   1px;
    right: 100px;
    width: auto;
    height: auto;
    margin: 1px;
}

.bi-globe2 {
    margin: 5px; /* Adjust as needed for spacing */
    position:relative;
    top:2px;
}
.language-select select {
    padding: 1px 1px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    font-size: 10px;
    color: #333;
}

.language-select select:hover,
.language-select select:focus {
    border-color: #007bff;
}

/* @media (max-width: 995px) {
    .language-select {
        position:absolute;
        top:40px;
        left:100px;
        margin:1px;
    }
    .language-select select {
        padding: 1px 1px;
    }
} */
.centered-container-page {
    display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center; /* Vertically center the content */
    }

.nl-edit{
    font-size: 16px;
    color: red;
}
.nl-edit.out{
    position: absolute;
    right: 0;
    top: 0px;
}
.nl-edit.down{
    position: absolute;
    right: 10px;
    bottom: 50px;
}
.nl-edit.inline{
    display: inline-block;
}
.nm-nav{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: white;
    z-index: 101;
    border-bottom: 1px solid transparent;
}
.nm-nav.fix{
    border-bottom: 1px solid #f3f2f5;
}

/**
** Navigation
**/
.nm-nav {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    transition: top 0.3s !important;
}
.hidden {
    top: -100px !important;
}
.nm-nav{
    -webkit-box-shadow: 0px 2px 6px rgb(39 50 94 / 10%);
    box-shadow: 0px 2px 6px rgb(39 50 94 / 10%);
}

.g-recaptcha:not(.g-left) > div{
    margin: 0 auto;
}

.d-none {
    display: none;
}

.pagination .page-item.active .page-link {
    border: 2px solid #ff69b4; /* A bold pink border */
    background-color: #fff; /* Optional: change the background color if needed */
    color: #ff69b4; /* Pink text color for the active page */
}

.page-item.active::after {
    content: ''; /* No content for the active page link */
}

.center-container {
    display: flex;
    justify-content: center;
}

.rounded-bottom-5 {
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  }

.mySlides1 {
    display: none;
    transition: opacity 1s ease-in-out;
}
.active-slide {
    display: block !important;
    opacity: 1;
}

.emoji-options-window {
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
    display: none; /* Hide initially */
    display: grid; /* Use grid layout */
    grid-template-columns: repeat(3, auto); /* 3 columns */
    gap: 5px; /* Space between items */
}

.emoji-options-window span {
    cursor: pointer;
    font-size: 20px;
}
.emoji-icon-container-voted {
    display: flex;
    flex-wrap: wrap;
    gap: 0; /* Adjust gap as needed */
}
.emoji-box {
    display: inline-block;
    padding: 2px 5px;
    margin: 1px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    font-size: 0.8rem;
}
.emoji-icon {
    display: inline-block;
    width: 24px; /* Adjust size as needed */
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 1rem; /* Adjust size as needed */
}
.alertify .ajs-ok {
    background-color: #ff99cc; /* Lighter pink for buttons */
    border-color: #ff99cc; /* Matching border color */
    border-radius: 10px; /* Rounded corners for buttons */
}
.alertify .ajs-cancel {
    border-radius: 10px; /* Rounded corners for buttons */
}
.post-section {
    position: relative;
}
.post-section::after {
    content: "";
    position: absolute;
    top: 100%;
    margin: auto;
    width: 100%;
    right: 0;
    border-bottom: 2px solid black;
    z-index: -1;
}

.article-section-title {
    font-weight: 600; /* Semi-bold */
    margin-top: 1.5rem; 
    font-size: 1.75rem; /* Adjust font size to match h3 */
}

.article-subsection-title {
    font-weight: 600; /* Semi-bold */
    font-size: 1.2em; 
}

.article-body-text {
    text-align: justify;
    line-height: 1.75;
}

.subcategory-link.active {
    color: #007bff; 
    font-weight: bold;
}
.subcategory-link.active::after {
    content: none; /* Removes any additional content added */
}
#inlineDatePicker,
.datepicker-inline,
.datepicker-picker,
.datepicker-view,
.datepicker-view .days,
.datepicker-view .days-of-week,
.datepicker-view .datepicker-grid {
    width: 100%;
}

.datepicker-header,
.datepicker-cell.focused:not(.selected) {
    background-color: #E7F0FF !important;
}

.datepicker-header button {
    background-color: transparent;
    border-color: transparent;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background-color: #0D6EFD !important;
    color: #fff !important;
}

.datepicker-cell.day.text-primary {
    background-color: #E7F0FF;
    position: relative;
}

.datepicker-cell.day.text-primary:hover {
    background-color: #b9d3fa !important;
}

.datepicker-cell.day.text-primary:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #0D6EFD;
    left: -5px;
    top: -5px;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(13, 110, 253, .2);
    }
    30% {
        box-shadow: 0 0 0 5px rgba(13, 110, 253, 0.2);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(13, 110, 253, .3);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(13, 110, 253, 0);
    }
}