#logo-container img {
    content: normal !important;
}

nav .header_logo img {
    /*margin-top: -2px; */
    margin-top: 37px;
    height: 55px;
}

.btn_primary {
    background-color: rgba(15, 155, 26, 0.93);
}

.btn_primary:hover{background-color: rgba(13, 112, 21, 0.93);}
.btn_primary:focus{background-color: rgba(9, 198, 24, 0.93);}
.btn_secondary{background-color: silver;}
.btn_secondary:hover{background-color: #E5E4E2;}
.btn_secondary:focus{background-color: #E5E4E2;}

@font-face {
    font-family: 'Hacky';
    src: url('./fonts/OTF-Hacky-Family/Hacky Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Hacky-body';
    src: url('./fonts/OTF-Hacky-Family/Hacky Black.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, serif;
    line-height: 1.2;
}

h5 {
    font-size: 1.25rem;
}

.to_usr_info_things .dt_profile_info h5 {
    margin: 22px 0 5px;
    font-size: 1.55rem !important;
    font-weight: 600;
}

body, body p{
    font-family: Tahoma, serif;
    line-height: 1.25;
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

.grand-opening {
    font-family: Tahoma, serif; /* Or any elegant font you prefer */
    font-size: 4em;
    font-weight: bold;
    color: #d4af37; /* base gold color fallback */
    background: linear-gradient(
            90deg,
            #d4af37 0%,
            #fff8dc 20%,
            #d4af37 40%,
            #b8860b 60%,
            #d4af37 80%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
    text-shadow: 1px 1px 2px #b8860b, 0 0 10px #fff8dc;
    display: inline-block;
    padding: 0.2em 0.5em;
    box-shadow: 0 0 15px #d4af37;
    text-align: center;
}

.header_logo img {
    width: 250px;
    min-width: 250px;
    height: auto !important;
}


.login_page #logo-container img,
.login-page .header_logo img {
    border-radius: 10px;
    background-color: transparent;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}
/*
.login_page #logo-container
 {
    background: linear-gradient(to bottom, rgba(11, 11, 11, 0.6), rgba(202, 201, 201, 0.8));
    padding: 10px;
    border-radius: 35px;
    display: inline-block;
}

.login_page #logo-container img,
.login-page .header_logo img {
    border-radius: 10px;
    display: block;
    max-width: 100%;
    height: auto;

    -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    mask-image: radial-gradient(circle, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}

*/
.to_main_hero_text p.large {
    font-size: 2.5em;
}

.to_main_hero_text h1 {
    font-size: 6em;
}

.login_page .login-form {
    margin-top: 100px;
}

.to_main_hero_text h2.subheader {
    margin-top: -35px;
}

.to_main_hero {
    position: relative;
    padding: 90px 0 340px;
    background-color: #ff80c6;
    background-image: url(../img/wedding-rings-1246462.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
    font-family: 'Libre Franklin', sans-serif;
    margin-top: -55px;
}

.login-form {
    margin-top: 20px;
}

/*Language Modal*/
.dt_lang_modal {padding: 10px;margin: 24px 0 0;list-style: none;display: flex;flex-wrap: wrap;position: relative;background: rgba(255, 255, 255, 0.97);border-radius: 15px;background-image: none;}
.dt_lang_modal li {flex: 1 1 auto;margin: 10px;}
.dt_lang_modal li a {display: block;text-decoration: none;padding: 0 20px;transition: all 0.2s;text-align: center;border-radius: 2em;border: 2px solid #000000;color: #090909 !important;backdrop-filter: blur(20px);line-height: 40px;font-size: 15px;font-weight: 500;}
.dt_lang_modal li a svg {display: none;width: 20px;height: auto;margin: -2px 3px 0 -3px;}
.dt_lang_modal li.active a {background: rgb(197, 197, 197);}
.dt_lang_modal li.active a svg {display: inline-block;}
.dt_lang_modal li a:hover {color: #070707 !important;background: #ffffff;}


/* Connect part */
.to_index_start {
    position: relative;
    background: #d6d5d5;
    padding: 100px 10px 0;
    font-family: 'Hacky-body', serif;
}

.footer-copyright {
    font-family: 'Hacky-body', serif;
}

/* Style for the Monthly label (first plan option) */
.dt_pro_plans > div:nth-child(1) > label .pln_name {
    border: 2px solid #ff9800;
    border-radius: 12px;
    background: #fff8e1;
    box-shadow: 0 4px 10px rgba(255, 152, 0, 0.3);
    transform: scale(1.05);
    padding: 10px;
    z-index: 1;
}

/* Style for the Yearly label (last plan option) */
.dt_pro_plans > div:nth-child(4) > label .pln_name {
    border: 2px solid #4caf50;
    border-radius: 12px;
    background: #e8f5e9;
    box-shadow: 0 4px 10px rgba(76, 175, 80, 0.3);
    transform: scale(1.05);

    padding: 10px;
    z-index: 1;
}

/* "Most popular" badge for Monthly */
.pln_popular {
    display: inline-block;
    background-color: #fddeaf;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 8px;
    margin-top: 6px;
    margin-left: 6px;
}

.dt_pro_plans label .pln_name .pln_popular {position: absolute;bottom: -15px;left: 50%;transform: translateX(-50%);padding: 0px 10px;background: #fddeaf;border-radius: 6px;color: #e88c00;text-transform: uppercase;text-align: center;font-size: 10px;line-height: 24px;width: max-content;}
.dt_pro_plans label .pln_name .pln_value {position: absolute;bottom: -15px;left: 50%;transform: translateX(-50%);padding: 0px 10px;background: rgba(173, 250, 181, 0.93);border-radius: 6px;color: #099f00;text-transform: uppercase;text-align: center;font-size: 10px;line-height: 24px;width: max-content;}


/* Main hover effect */
.pln_name {
    transform: scale(1.08);
    background: linear-gradient(135deg, #fff8e1, #ffe0b2);
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
    cursor: pointer;
}

/* Optional glow effect on icon */
.pln_name:hover svg {
    filter: drop-shadow(0 0 6px #ff9800);
    transition: filter 0.3s ease;
}

/* Optional pulse animation */
@keyframes pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

.pln_name:hover {
    animation: pulse 0.25s ease-in;
}

.dt_terms h2.bold {
    margin-top: 15px;
    margin-bottom: 40px;
    font-family: Hacky-body, serif;
}
