    .text1{ /* venue_txt_box */
        font-family: "Lora", serif;
        line-height: 23px;
        font-style: italic;
        font-weight: 400;
        font-size: 20px;
        margin-top: 10px;
        color: #e1e1e1 ;
    }
    .text2 h2{ /* main_title_txt */ /* names */
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 22px;
        text-align: center;
    }
    .text3{ /* invitation_text */
        font-family: "Lora", serif;
        line-height: 23px;
        font-style: italic;
        font-weight: 400;
        font-size: 20px;
        margin-top: 10px;
        color: #e1e1e1 ;
    }
    .text4{ /* main_title_txt */
        font-family: 'Great Vibes', cursive;
        line-height: 1.1;
        font-weight: 400;
    }
    .text5{
        text-transform: uppercase;
        font-family: 'Lora', serif;
    }
    .text6, .text8{ /* venue_txt_box */
        font-family: "Lora", serif;
        line-height: 23px;
        font-style: italic;
        font-weight: 400;
        font-size: 20px;
        margin-top: 10px;
        color: #e1e1e1 ;
    }
    .text8{
        font-size: 20px;
        margin: 0 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .title_op{
        font-family: 'Lato';
        font-size: 17px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
        text-decoration-skip-ink: auto;
    }
    .title_first{
        font-family: 'Lato';
        font-style: italic;
        color: #e1e1e1 ;
    }
    .title_end{
        font-family: "Lora", serif;
        color: #ffffff;
    }
    .display_mobile{
        display: none;
    }
    .display_desktop{
        display: block;
    }
    
    .pt-6{
        padding-top: 3rem !important;
    }
    .pb-6{
        padding-bottom: 3rem !important;
    }
    .section_location{
        position: relative;
        z-index: 20;
    }
    .location_dir{
        color: #fff;
        cursor: pointer;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }
    a:link {
        color: #ffffff;
    }

    a:visited {
        color: #ffffff;
    }

    a:hover {
        color: #2c9caf;
    }

    a:active {
        color: #2c9caf;
    }  
    .rsvp-btn {
        padding-bottom: 35px !important;
    }

@media (max-width:1599px) {
    /* Counter */
    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box #js-days::after, #js-hours::after, #js-minutes::after, #js-seconds::after{
        font-size: 16px;
    }
    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .number{
        font-size: 38px;
    }
    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box #js-days::after, #js-hours::after, #js-minutes::after, #js-seconds::after{
        bottom: -40px;
    }
    .rsvp-btn {
        padding-bottom: 35px !important;
    }
}
@media (max-width:1399px) {
    .text2 h2{ /* main_title_txt */ /* names */
        font-size: 18px;
    }
    
    .text8{
        font-size: 20px;
        margin: 0 20px;
    }
    .rsvp-btn {
        padding-bottom: 35px !important;
    }
}
@media (max-width:1199px) {
    .text1, .text3, .text6{
        font-size: 20px;
    }
    .text8{
        font-size: 20px;
        margin: 0 15px;
    }
    .rsvp-btn {
        padding-bottom: 15px !important;
    }
}
@media (max-width:991px) {
    .text1, .text3, .text6{
        font-size: 19px;
    }
    .text8{
        font-size: 17px;
        margin: 0 12px;
    }
    .rsvp-btn {
        padding-bottom: 0;
    }
}
@media (max-width:576px) {
    .text1, .text3, .text6{
        font-size: 18px;
    }
    .text8{
        font-size: 18px;
        margin: 0 10px;
    }
    .display_mobile{
        display: block;
    }
    .display_desktop{
        display: none;
    }
    .pt-6{
        padding-top: 4rem !important;
    }
    .pb-6{
        padding-bottom: 4rem !important;
    }
    .rsvp-btn {
        padding-bottom: 0;
    }
}
@media (max-width:425px) {
    .text1, .text3, .text6{
        font-size: 18px;
    }
    .text8{
        font-size: 18px;
        margin: 0 10px;
    }
    .display_mobile{
        display: block;
    }
    .display_desktop{
        display: none;
    }
    .pt-6{
        padding-top: 4rem !important;
    }
    .pb-6{
        padding-bottom: 4rem !important;
    }
    .rsvp-btn {
        padding-bottom: 0;
    }
}
@media (max-width:375px) {
    .text1, .text3, .text6{
        font-size: 17px;
    }
    .text8{
        font-size: 17px;
        margin: 0 10px;
    }
    .display_mobile{
        display: block;
    }
    .display_desktop{
        display: none;
    }
    .pt-6{
        padding-top: 4rem !important;
    }
    .pb-6{
        padding-bottom: 4rem !important;
    }
    .rsvp-btn {
        padding-bottom: 0;
    }
}


#details_accounts{
    position: relative;
    z-index: 5;
}



/* Container for stars - covers entire viewport */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Arial', sans-serif;
            color: #fff;
            overflow-x: hidden;
            /*background: linear-gradient(to bottom, #272779, #1a1a40, #0b0b2a);*/
          
            min-height: 100vh;


            
        }
        
        /* Container for stars - covers entire viewport */
        .stars-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            overflow: hidden;
        }
        
        /* Base star styling */
        .star {
            position: absolute;
            background-color: #fff;
            border-radius: 50%;
            opacity: 0;
            animation: twinkle linear infinite;
        }
        
        /* Different star sizes */
        .star.small {
            width: 1px;
            height: 1px;
        }
        
        .star.medium {
            width: 2px;
            height: 2px;
        }
        
        .star.large {
            width: 3px;
            height: 3px;
        }
        
        /* Shooting stars */
        /*.shooting-star {
            position: absolute;
            height: 1px;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
            opacity: 0;
            animation: shoot linear infinite;
        }*/
        
        /* Keyframes for twinkling effect */
        @keyframes twinkle {
            0% {
                opacity: 0;
            }
            10% {
                opacity: 0.5;
            }
            20% {
                opacity: 0.2;
            }
            30% {
                opacity: 1;
            }
            40% {
                opacity: 0.3;
            }
            50% {
                opacity: 0.8;
            }
            60% {
                opacity: 0.4;
            }
            70% {
                opacity: 0.7;
            }
            80% {
                opacity: 0.2;
            }
            90% {
                opacity: 0.5;
            }
            100% {
                opacity: 0;
            }
        }
        
        /* Keyframes for shooting stars */
        @keyframes shoot {
            0% {
                opacity: 0;
                transform: translateX(0) translateY(0);
            }
            1% {
                opacity: 1;
            }
            10% {
                opacity: 0.8;
            }
            20% {
                opacity: 0.6;
            }
            30% {
                opacity: 0.4;
            }
            100% {
                opacity: 0;
                transform: translateX(100vw) translateY(100vh);
            }
        }
        
        /* Content styling */
        .content {
            position: relative;
            z-index: 1;
            padding: 2rem;
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }
        

        /* Responsive adjustments */
        @media (max-width: 768px) {
   
        }




        /* RSVP FORM */
        .hero-section {
            background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgb(0, 0, 0);
            text-align: center;
        }
        /*.rsvp-btn {
            background-color: #2b73a6; 
            border: none;
            padding: 12px 30px;
            font-size: 1.2rem;
            border-radius: 30px;
            transition: all 0.3s;
            z-index: 19;
        }
        .rsvp-btn:hover {
            background-color: #4997d0;  
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        /*
        /* Button  New Design*/
      
.rsvp-btn {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  color: #2c9caf;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #2c9caf;
  z-index: 19;
}

.rsvp-btn:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #70bdca;
  box-shadow: 4px 5px 17px -4px #268391;
}

.rsvp-btn::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2c9caf;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.rsvp-btn:hover::before {
  width: 250%;
}
button:focus:not(:focus-visible), .btn:focus-visible {
    outline: auto !important;
}


        /***********************/
        .model{
            z-index: 20;
        }
        .modal-content {
            border-radius: 15px;
            overflow: hidden;
        }
        .modal-header {
            background-color: #2b73a6;
            color: rgb(0, 0, 0);
        }
        .form-control:focus {
            border-color: #2b73a6;
            box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
        }
        .btn-primary {
            background-color: #2b73a6;
            border-color: #2b73a6;
        }
        .btn-primary:hover {
            background-color: #2b73a6;
            border-color: #2b73a6;
        }
        .guest-counter {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .guest-counter-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #f8f9fa;
            border: 1px solid #ced4da;
            font-size: 1.2rem;
        }
        .guest-count {
            width: 50px;
            text-align: center;
            font-size: 1.2rem;
            font-weight: bold;
        }
        .toast {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 9999;
        }
        #rsvpForm label, .guest-count{
            color: #000;
        }


        .moon{
            opacity: 0.2;
        }
        