/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:
Version:        1navb1
Author:         irstheme
URL:            https://themeforest.net/user/irstheme
-------------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	wedding-couple-section
#0.7	count-down-section
#0.8	story-section
#0.9	cta
#1.0	events-section
#1.1	inportant-people-section
#1.2	gallery-section
#1.3	rsvp-section
#1.4	getting-there-section
#1.5	gift-registration-section

----------------------------------------------------------------*/

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/


@font-face {
    font-family: 'Milky';
    src: url('../fonts/milky-font/Milky-BF656b1e9e88c3a.woff') format('woff'),
         url('../fonts/Milky-BF656b1e9df323e.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {
    font-size: 18px;
}

/* Hide the default cursor */
/* Body styling */
body {
    font-family: "Lato", sans-serif;
    background-color: #454545;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    margin: 0;
    background-size: cover;
    cursor: default; /* Hide the default cursor */
}

/* Outer cursor circle */
#customCursor {
    position: fixed; /* Fix positioning relative to viewport */
    top: 0;
    left: 0;
    width: 40px; /* Outer circle size */
    height: 40px;
    border: 2px solid white; /* Circle border color */
    border-radius: 50%;
    pointer-events: none; /* Prevent cursor from interfering with other elements */
    transform: translate(-50%, -50%);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), left 0.05s linear, top 0.05s linear; /* 3s delay */
    z-index: 9999; /* Ensure the cursor is always on top */
}

/* Inner dot of the cursor */
#customCursor .cursor-inner {
    position: absolute;
    width: 10px; /* Inner dot size */
    height: 10px;
    background-color: #ffe7c9; /* Inner dot color */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Click interaction: circle changes size */
body:active #customCursor {
    background-color: rgba(255, 255, 255, 0.2); /* Subtle color change */
}

/* Remove custom cursor on smaller screens */
@media (max-width: 767px) {
    #customCursor {
        display: none;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 17px;
        font-style: 0.94444rem;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 16px;
        font-style: 0.88889rem;
    }
}

p {
    color: #fef9fe;
    line-height: 1.5;
    font-family:"Lato";
}
@media (max-width: 1024px) {
     p {
        padding: 30px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-size: 40px;
    font-family: "Bodoni", serif; /* Added serif as a fallback font */
text-align: center;
color: #ffe7c9; /* Ensured proper spacing and clarity */

        
    
    }
    
    @media (max-width: 767px) {
        h1, h2,h3,h4,h5,h6
         {
            
           
    font-size: 10px;
   
            
        }
    }
    
    @media (max-width: 1199px) {
        h1, h2,h3,h4,h5,h6
         {
            
           
    font-size: 30px;
   
            
        }
    }
    
    @media (max-width: 991px) {
        h1, h2,h3,h4,h5,h6
         {
            
           
    font-size: 20px;
   
            
        }
    }
    


ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover,
a:focus {
    text-decoration: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 40px 0px;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 10px 0px ;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 5px 0px;
    }
}

/** for popup image ***/

.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-iframe-holder {
    background: #1a1a1a;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

/*** for fancybox video ***/

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

/*** validate rsvp form ***/

.validate-rsvp-form .success-error-message {
    margin: 15px 0 0;
}

.validate-rsvp-form label.error {
    color: red;
    margin: 5px 0 0 0;
}

.validate-rsvp-form #loader {
    display: none;
}

.validate-rsvp-form #loader i {
    font-size: 20px;
    color: #fff;
}

.validate-rsvp-form #success,
.validate-rsvp-form #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    .validate-rsvp-form #success,
    .validate-rsvp-form #error {
        font-size: 15px;
    }
}

.validate-rsvp-form #success {
    background-color: green;
    margin-bottom: 5px;
}

.validate-rsvp-form #error {
    background-color: red;
}

/*** music box ***/
.music-box {
    position: fixed;
    width: 60px; /* Adjusted for icon size */
    height: 60px; /* Ensures square shape for the box */
    z-index: 120;
    bottom: 30px; /* Position it 30px from the bottom */
    right: 30px; /* Add this to position it to the right */
  
    border-radius: 50%; /* Makes it circular */
    text-align: center;
    padding: 10px; /* Centers the content inside */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional for a nice effect */
}
.music-box a {
    color: white; /* White text for better contrast */
    text-decoration: none;
    font-size: 24px; /* Icon size */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.music-box a:hover {
    background-color: #128c7e; /* Darker green on hover */
    transition: background-color 0.3s ease;
}

/* Adjust styles for smaller screens */
@media (max-width: 991px) {
    .music-box {
        width: 50px; /* Slightly larger for usability */
        height: 50px; /* Maintain proportional square dimensions */
    }

    .music-box a {
        font-size: 18px; /* Reduce icon size for smaller screens */
    }
}


.music-box .music-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.music-box .music-holder iframe {
    width: 100%;
    height: 100%;
}

.music-box button {
    background: rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 18px;
    font-size: 1rem;
    color: #5e9a8e;
    border: 1px solid #e6e6e6;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .music-box button {
        right: auto;
        left: 0;
    }
}

.music-box .toggle-music-box {
    top: -50px;
    visibility: visible;
    opacity: 1;
}

/*** scrollbar style for chrome ***/

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

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #5e9a8e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

/*** spirit-header ***/

.spirit-header {
    position: relative;
    z-index: 100;
}

.ripple,
.particleground,
.video-player,
.surface-shader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.video-player:before {
    content: "";
    background-color: rgba(94, 154, 142, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.section-title
 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;

   
}


.header-style-1 #navbar>ul>li>a,
.header-style-2 #navbar>ul>li>a {
    padding: 5px  25px !important;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}




.section-title, .section-title-white {
    padding: 35px;

  }
.section-title-white h2
 {

font-family: "Didot", serif; /* Added serif as a fallback font */


    
    font-size: 70px;
    color:#ffe7c9;
 
    
}
.section-title-white h2
 {
    display: inline-block;
    
}

@media (max-width: 1199px) {
    .section-title-white {
       padding: 35px;
   
     }
}

@media (max-width: 991px) {
   .section-title-white {
       padding: 30px;
   
     }
}

@media (max-width: 767px) {
    .section-title-white {
       padding: 25px;
   
     }
}

@media (max-width: 414px) {
   .section-title-white {
    padding: 20px;
   
     }
}



@media (max-width: 390px) {
    .section-title-white h2 {
        font-size: 40px;
     }
}

@media (max-width: 1199px) {
    .section-title-white h2 {
        font-size: 60px;
     }
}

@media (max-width: 991px) {
    .section-title-white h2 {
        font-size: 50px;
   
     }
}

@media (max-width: 767px) {
    .section-title-white h2 {
        font-size: 40px;
     }
}

@media (max-width: 414px) {
    .section-title-white h2 {
        font-size: 40px;
   
     }
}

.section-title h2,
.section-title-white h2:hover {
    
    color: rgba(109, 110, 103, 0.43);
    
}

@media (max-width: 767px) {
    .section-title h2:hover, 
    .section-title-white h2:hover {
        color: rgba(109, 110, 103, 0.43);
    }
    .section-title h2, 
    .section-title-white h2 {
        display: inline; /* Ensures the hover applies strictly to text */
    }
}
@media (max-width: 360px) {
    .section-title h2:hover, 
    .section-title-white h2:hover {
        color: rgba(109, 110, 103, 0.43);
    }
    .section-title h2, 
    .section-title-white h2 {
        display: inline; /* Ensures the hover applies strictly to text */
    }
}


@media (max-width: 414px) {
    .section-title h2:hover, 
    .section-title-white h2:hover {
        color: rgba(109, 110, 103, 0.43);
    }
    .section-title h2, 
    .section-title-white h2 {
        display: inline; /* Ensures the hover applies strictly to text */
    }
}
@media (max-width: 1199px) {
    .section-title h2:hover, 
    .section-title-white h2:hover {
        color: rgba(109, 110, 103, 0.43);
    }
    .section-title h2, 
    .section-title-white h2 {
        display: inline; /* Ensures the hover applies strictly to text */
    }
}

@media (max-width: 991px) {
    .section-title h2:hover, 
    .section-title-white h2:hover {
        color: rgba(109, 110, 103, 0.43);
    }
    .section-title h2, 
    .section-title-white h2 {
        display: inline; /* Ensures the hover applies strictly to text */
    }
}






.theme-btn {
    background-color: #5e9a8e;
    line-height: 0.66em;
    color: #fff;
    padding: 15px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
    background-color: #548a7f;
    color: #fff;
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 12px;
        font-size: 13px;
    }
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #5e9a8e;
    -webkit-box-shadow: 0 0 5px 0 #7cafa5;
    -moz-box-shadow: 0 0 5px 0 #7cafa5;
    -o-box-shadow: 0 0 5px 0 #7cafa5;
    -ms-box-shadow: 0 0 5px 0 #7cafa5;
    box-shadow: 0 0 5px 0 #7cafa5;
}

.form ::-webkit-input-placeholder {
    font-style: 18px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 18px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 18px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 18px;
    font-style: italic;
    color: #595959;
}

.form select {
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}



.page-title {
    background: url("../images/page-title.jpg") center center/cover no-repeat local;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 150px 0;
}

@media (max-width: 1199px) {
    .page-title {
        height: 250px;
    }
}

.page-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-title h2,
.page-title ol {
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-title h2 {
    font-size: 55px;
    font-size: 3.05556rem;
    font-weight: 600;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .page-title h2 {
        font-size: 45px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 40px;
        font-size: 2.22222rem;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
}

.page-title .breadcrumb a {
    color: #fff;
}

.page-title .breadcrumb ul {}

.page-title .breadcrumb ul li {
    font-size: 18px;
    font-size: 1rem;
    color: #5e9a8e;
    display: inline-block;
    position: relative;
}

@media (max-width: 1199px) {
    .page-title .breadcrumb ul li {
        font-size: 16px;
        font-size: 0.88889rem;
    }
}

.page-title .breadcrumb ul>li+li {
    padding-left: 20px;
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .page-title .breadcrumb ul>li+li {
        padding-left: 15px;
        margin-left: 15px;
    }
}

.page-title .breadcrumb ul>li+li:before {
    content: "/";
    position: absolute;
    left: -5px;
    top: 2px;
    color: #fff;
}

.preloader {
    background-color: #454545;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.preloader .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .icon {
    display: block;
    width: 90px;
    height: 90px;
    position: relative;
}

.preloader .icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #f1f1f1;
    border-top: 5px solid #5e9a8e;
    border-radius: 50%;
    -webkit-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

.preloader .icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .icon i:before {
    font-size: 55px;
    font-size: 3.05556rem;
    color: #5e9a8e;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate3d(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate3d(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*sidebar*/

.blog-sidebar {
    background-color: #fff;
    padding: 0 25px 0 75px;
    /*search-widget*/
    /*categories-widget*/
    /*popular-posts-widget*/
    /*popular-tags*/
}

@media (max-width: 1199px) {
    .blog-sidebar {
        padding: 0 0 0 35px;
    }
}

@media (max-width: 991px) {
    .blog-sidebar {
        max-width: 450px;
        padding: 0 15px;
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 70px;
    }
}

.blog-sidebar .widget {
    margin-bottom: 50px;
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget h3 {
    font-size: 18px;
    font-size: 1rem;
    font-weight: 600;
    color:rgba(239, 235, 196, 0.8);;
    line-height: 0.86em;
    text-transform: uppercase;
    margin: 0 0 1.42em;
}

.blog-sidebar .widget input {
    border: 1px solid #dcdddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 50px;
}

.blog-sidebar .search-widget form {
    position: relative;
}

.blog-sidebar .search-widget button {
    background-color: transparent;
    position: absolute;
    right: 1px;
    top: 1px;
    border: 0;
    border-radius: 0;
}

.blog-sidebar .search-widget button:hover,
.blog-sidebar .blog-sidebar .search-widget button:focus {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-sidebar .search-widget button i {
    color: #858686;
}

.blog-sidebar .categories-widget ul li {
    border-bottom: 1px solid #dcdddd;
}

.blog-sidebar .categories-widget ul li a {
    font-size: 16px;
    font-size: clac-rem-value(16);
    display: block;
    color: #777778;
    padding: 5px 0 5px 25px;
    position: relative;
}

.blog-sidebar .categories-widget ul li:first-child a {
    padding-top: 0;
}

.blog-sidebar .categories-widget ul li a:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #182a4d;
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .categories-widget ul li a:hover:before {
    color: #5e9a8e;
}

.blog-sidebar .categories-widget ul li a:hover {
    color: #5e9a8e;
}

.blog-sidebar .popular-posts-widget li {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-sidebar .popular-posts-widget li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .popular-posts-widget .date {
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: 600;
    color: #5e9a8e;
    display: inline-block;
    margin-bottom: 5px;
}

.blog-sidebar .popular-posts-widget h6 {
    font-size: 16px;
    font-size: clac-rem-value(16);
    margin: 0;
    line-height: 1.7em;
}

.blog-sidebar .popular-posts-widget h6 a {
    color: #2f2f2f;
}

.blog-sidebar .popular-posts-widget h6 a:hover {
    color: #4b7a71;
}

.blog-sidebar .populer-tags-widget ul {
    overflow: hidden;
}

.blog-sidebar .populer-tags-widget ul li {
    float: left;
}

.blog-sidebar .populer-tags-widget ul li a {
    background-color: rgba(94, 154, 142, 0.1);
    display: block;
    font-size: 13px;
    font-size: 0.72222rem;
    color: #777778;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px 5px 25px;
    border: 1px solid rgba(94, 154, 142, 0.2);
    margin: 0 5px 5px 0;
    position: relative;
}

.blog-sidebar .populer-tags-widget ul li a:before {
    font-family: FontAwesome;
    content: "\f02b";
    font-size: 13px;
    color: rgba(94, 154, 142, 0.3);
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-sidebar .populer-tags-widget ul li a:hover {
    background-color: #5e9a8e;
    color: #fff;
    border-color: #5e9a8e;
}

.blog-sidebar .populer-tags-widget ul li a:hover:before {
    color: #fff;
}

.page-pagination .pagination {
    margin: 0;
}

@media (max-width: 767px) {
    .page-pagination .pagination {
        margin-top: -20px;
    }
}

.page-pagination .pagination li a {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 37px;
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: 600;
    text-align: center;
    color: #565656;
    border-radius: 0;
    border: 1px solid #5e9a8e;
    padding: 0;
    margin: 2px;
    position: relative;
}

@media (max-width: 991px) {
    .page-pagination .pagination li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        font-size: 0.83333rem;
    }
}

.page-pagination .pagination li a span {
    font-size: 14px;
    font-size: 0.77778rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .page-pagination .pagination li a span {
        font-size: 13px;
        font-size: 0.72222rem;
    }
}

.page-pagination .pagination li a:hover,
.page-pagination .pagination li a:focus,
.page-pagination .pagination li.current a {
    background-color: #5e9a8e;
    color: #fff;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
/* Header Styling */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent !important;
    transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
    backdrop-filter: blur(0px);
    padding: 10px 25px;
    border-bottom: none;
}

/* Sticky Header Style */
.site-header.scrolled {
    background: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
    backdrop-filter: blur(5px); /* Blur effect */
}


/* Social Links Alignment */
.social-links {
    display: flex;
    align-items: center;
}

.social-links a {
    text-decoration: none;
    color: #ffffff; /* Default color for links */
    font-size: 0.9rem;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.social-links i:hover {
    color:  #ffe7c9;;
}

.social-links i {
    margin-right: 8px; /* Space between icon and text */
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
}



.navbar-brand {
    width:60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; /* Ensure it stays above other elements */
}

.navbar-brand img {
    max-height: 70px; /* Adjust height for desktop */
    width: auto; /* Maintain aspect ratio */
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 60px; /* Adjust height for desktop */
        width: 60px; /* Maintain aspect ratio */
    }

    .navbar-toggler {
        margin-left: auto; /* Align toggle button properly */
        z-index: 11; /* Ensure it doesn't overlap the logo */
    }

    .social-links {
        margin-right: auto; /* Align social links to the left */
    }

    .navbar-brand {
        width:60px;
        position: static; /* Keep logo centered */
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 1199px) {
    .navbar-brand img {
        max-height: 60px; /* Adjust height for desktop */
        width: 60px; /* Maintain aspect ratio */
        
    }

    .navbar-toggler {
        margin-left: auto; /* Align toggle button properly */
        z-index: 11; /* Ensure it doesn't overlap the logo */
    }

    .social-links {
        margin-right: auto; /* Align social links to the left */
       
    }

    .navbar-brand {
        width:60px;
        position: static; /* Keep logo centered */
        left: 50%;
        transform: translateX(-50%);
    }
}


@media (max-width: 1024px) {
    .navbar-brand img {
        max-height: 60px; /* Adjust height for desktop */
        width: 60px; /* Maintain aspect ratio */
    }

    .navbar-toggler {
        margin-left: auto; /* Align toggle button properly */
        z-index: 11; /* Ensure it doesn't overlap the logo */
    }

    .social-links {
        margin-right: auto; /* Align social links to the left */
    }

    .navbar-brand {
        width:60px;
         position: static;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; /* Ensure it stays above other elements */
    }
}


/* Navbar Collapse Links */
.navbar-toggler {
    border: none;
    color: #fff;
}



#myHeader.hide {
    transform: translateY(-100%);
}

#myHeader.show {
    background: #454545; /* Semi-transparent background */
    backdrop-filter: blur(5px); /* Blur effect */
    transform: translateY(0);
}


.site-header .bg-body-tertiary {
    background-color: #EFF5F3 !important;
}

.site-header .navigation>.container {
    position: relative;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.site-header #navbar>ul li a:hover {
    text-decoration: none;
    color: #0adab0;
}

/* Header CSS Start */

.site-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: rgb(175 170 136);;
   
}
/* @media (max-width: 767px) {
    .site-header .navbar .navbar-nav .nav-item .nav-link:hover {
        color: rgb(18, 18, 17);;
       
    }
    
} */


.site-header .navbar .navbar-nav .nav-item .nav-link {
    color: #fef9fe;
    font-size:18px;

    padding: 5px 22px;
    text-transform: uppercase;
    font-family: "Arial", cursive;
}
@media screen and (max-width: 1024px) {
    .site-header .navbar .navbar-nav .nav-item .nav-link {
        font-size:16px;

        padding: 5px;
        margin-top: 19px;
    }
  }
  
@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar li {
        position: relative;
    }
    .site-header #navbar>ul>li>a {
        font-size: 16px;
        font-size: 0.88889rem;
    }
    .site-header #navbar>ul .sub-menu {
        background-color: #fff;
        width: 220px;
        border-top: 2px solid #5e9a8e;
        position: absolute;
        left: 0;
        top: 130%;
        z-index: 110;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar>ul>li .sub-menu a {
        font-size: 14px;
        font-size: 0.77778rem;
        display: block;
        padding: 8px 15px;
    }
    .site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }
    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }
    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "FontAwesome";
        content: "\f105";
        font-size: 15px;
        font-size: 0.83333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .site-header #navbar>ul>li a {
        display: block;
        font-size: 14px;
        font-size: 0.77778rem;
    }
    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }
    .site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
    }
    .site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }
    .site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
    }
    .site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "FontAwesome";
        content: "\f107";
        font-size: 15px;
        font-size: 0.83333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header .bg-body-tertiary {
        padding: 15px 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar .has-mega-menu {
        position: static;
    }
    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #5e9a8e;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }
    .site-header #navbar .half-mega-menu {
        width: 585px;
    }
    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.77778rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: 0.77778rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }
    .site-header #navbar .has-mega-menu:hover>ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar>ul .mega-menu {
        width: 950px;
        right: 15px;
    }
    .site-header #navbar>ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar>ul .mega-menu,
    .site-header #navbar>ul .half-mega-menu {
        width: auto;
    }
    .site-header #navbar>ul .mega-menu .row,
    .site-header #navbar>ul .half-mega-menu .row {
        margin: 0;
    }
    .site-header #navbar .mega-menu-content>.row>.col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }
    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.77778rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }
    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }
    .site-header .container {
        width: 100%;
    }
    .site-header .navbar-header button {
        background-color: #5e9a8e;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 6px;
        z-index: 20;
    }
    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .site-header .navbar-header button span:last-child {
        margin: 0;
    }
    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 99999999;
    }
    .site-header #navbar ul a {
        color: #000;
    }
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #5e9a8e;
    }
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }
    .site-header #navbar .close-navbar {
        background-color: #5e9a8e;
        width: 35px;
        height: 35px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }
    .site-header #navbar>ul>li {
        border-bottom: 1px solid #cccccc;
    }
    .site-header #navbar>ul>li>a {
        padding: 10px 15px 10px 35px;
    }
    .site-header .slideInn {
        right: 0 !important;
    }
}




@media (max-width: 991px) {
    .navbar-toggler {
        color: black;
        opacity: 1;
        padding: 0;
    }
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar-toggler i {
        font-size: 25px;
        color:white;
    }
    .site-header .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
        border-bottom: 1px solid #dddddd;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header .navbar .navbar-nav .nav-item .nav-link:hover {
        
        color: #fbdaef;
        padding-left: 15px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*** header style 1 ****/

.header-style-1 .couple-logo,
.header-style-2 .couple-logo {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .header-style-1 .couple-logo,
    .header-style-2 .couple-logo {
        margin-top: 0;
    }
}

.header-style-1 .couple-logo h1,
.header-style-2 .couple-logo h1 {
    font-family: "Great Vibes", cursive;
    font-size: 35px;
    font-size: 1.94444rem;
    margin: 0;
    text-shadow: 1px 1px 2px #999999;
}

@media (max-width: 991px) {
    .header-style-1 .couple-logo h1,
    .header-style-2 .couple-logo h1 {
        font-size: 30px;
        font-size: 1.66667rem;
    }
}

.header-style-1 .couple-logo .fi:before,
.header-style-2 .couple-logo .fi:before {
    font-size: 25px;
    font-size: 1.38889rem;
}

@media (max-width: 991px) {
    .header-style-1 .couple-logo .fi:before,
    .header-style-2 .couple-logo .fi:before {
        font-size: 20px;
        font-size: 1.11111rem;
    }
}

.header-style-1 .couple-logo a,
.header-style-2 .couple-logo a {
    color: #5e9a8e;
}

.header-style-1 .navigation,
.header-style-2 .navigation {
    border-bottom: 1px solid #ececec;
}

.header-style-1 .navigation:after,
.header-style-2 .navigation:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ececec;
    position: absolute;
    bottom: 2px;
}

@media (max-width: 991px) {
    .header-style-1 .navigation,
    .header-style-2 .navigation {
        padding: 15px;
    }
}

.header-style-1 #navbar ul li.current-menu-item>a,
.header-style-2 #navbar ul li.current-menu-item>a,
.header-style-1 #navbar ul>li.current-menu-ancestor li.current-menu-item>a,
.header-style-2 #navbar ul>li.current-menu-ancestor li.current-menu-item>a,
.header-style-1 #navbar ul>li.current-menu-ancestor>a,
.header-style-2 #navbar ul>li.current-menu-ancestor>a {
    color: #5e9a8e;
}

@media screen and (min-width: 992px) {
    .header-style-1 #navbar>ul>li>a,
    .header-style-2 #navbar>ul>li>a {
        font-size: 18px;
        font-size: 1rem;
        font-weight: 600;
        color: #413d3d;
        padding: 35px 17px;
        text-transform: uppercase;
    }
    .header-style-1 #navbar>ul .sub-menu,
    .header-style-2 #navbar>ul .sub-menu {
        -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
    }
    .header-style-1 #navbar>ul>li .sub-menu a,
    .header-style-2 #navbar>ul>li .sub-menu a {
        font-size: 16px;
        font-size: 0.88889rem;
        color: #413d3d;
        padding: 10px 15px;
    }
    .header-style-1 #navbar>ul>li .sub-menu a:hover,
    .header-style-2 #navbar>ul>li .sub-menu a:hover {
        color: #5e9a8e;
    }
    .header-style-1 #navbar>ul>li:last-child>ul,
    .header-style-2 #navbar>ul>li:last-child>ul {
        left: auto;
        right: 0;
    }
    .header-style-1 #navbar>ul>li:last-child>.sub-menu .sub-menu,
    .header-style-2 #navbar>ul>li:last-child>.sub-menu .sub-menu {
        left: auto;
        right: 100%;
    }
}

@media (max-width: 991px) {
    .header-style-1 .navbar-header button,
    .header-style-2 .navbar-header button {
        top: -2px;
        right: 0;
    }
}

/*** header style 2 ****/

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
@keyframes zoomOut {
    0% {
        transform: scale(1.05); /* Start with a slight zoom-in */
    }
    100% {
        transform: scale(1); /* End at normal size */
    }
}

.hero {
    position: relative;
    height: calc(100vh - 90px); /* Full screen height minus header */
    min-height: 750px;
    overflow: hidden; /* Ensure content stays within bounds */
    background-size: cover;
    background-position: center;
}

/* For high-resolution wide screens, e.g., 32-inch monitors */
@media (min-width: 1920px) {
    .hero {
        min-height: 900px; /* Increase min-height for large screens */
    }
}

/* Medium screens */
@media (max-width: 1199px) {
    .hero {
        min-height: 500px; /* Adjust the min-height for medium screens */
    }
}

/* Small screens */
@media (max-width: 991px) {
    .hero {
        min-height: 400px; /* Adjust the min-height for smaller screens */
    }
}

/* Extra small screens */
@media (max-width: 767px) {
    .hero {
        min-height: 300px; /* Further reduce min-height for very small screens */
    }
}



.hero .wedding-announcement {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    text-align: center;
    display: table;
    /*** save the date ***/
    /*** popup save the date circle ***/
}

.hero .wedding-announcement .couple-name-merried-text {
    display: table-cell;
    vertical-align: middle;
}

.hero .wedding-announcement .couple-name-merried-text h2 {
     font-family: 'Milky', sans-serif;
    font-size: 90px;
    font-size: 5rem;
    color: #ffe7c9;
    margin: 0 0 0.4em;
    position: relative;
    z-index: 10;
}
.hero .wedding-announcement .couple-name-merried-text h3
{
    font-family: "Arial";
    letter-spacing:18px;
   
  
    position: relative;
    z-index: 10;
}

@media (max-width: 1199px) {
    .hero .wedding-announcement .couple-name-merried-text h2 {
        font-size: 70px;
        font-size: 3.88889rem;
    }
}

@media (max-width: 991px) {
    .hero .wedding-announcement .couple-name-merried-text h2 {
        font-size: 55px;
        font-size: 3.05556rem;
    }
}

@media (max-width: 414px) {
    .hero .wedding-announcement .couple-name-merried-text h3 {
       letter-spacing: 4px;
    }
}

@media (max-width: 919px) {
    .hero .wedding-announcement .couple-name-merried-text h3 {
       letter-spacing: 8px;
    }
}

@media (max-width: 1199px) {
    .hero .wedding-announcement .couple-name-merried-text h3 {
       letter-spacing: 10px;
    }
}
@media (max-width: 767px) {
    .hero .wedding-announcement .couple-name-merried-text h3 {
       letter-spacing: 6px;
    }
}


.hero .wedding-announcement .couple-name-merried-text h2,
.hero .wedding-announcement .married-text h4 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}


.static-hero {
    background: url("../images/slider/slidemuya.jpg") center center / cover no-repeat local;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    animation: zoomOut 5s ease-in-out infinite; /* Zoom-out effect */
}

.static-hero:before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.home-shade .static-hero {
    opacity: 0.4;
    z-index: 101;
}

/* Add media query for mobile view */


/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/



@-webkit-keyframes pointerMoving {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 0.5;
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 0.5;
    }
}

@keyframes pointerMoving {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 0.5;
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 0.5;
    }
}

.sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
}

.sticky-2 {
    width: 100%;
    position: fixed;
    left: 0;
    top: -100px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}


.wedding-couple-section 
{
    background-color:  #ffe7c9;
    height:700px;
}
@media(max-width:768px)
{
    .wedding-couple-section
    {
        height: auto;
    }
}
.wedding-couple-section .newoneabout
{
    padding: 50px;
}
@media(max-width:768px)
{
    .wedding-couple-section .newoneabout
    {
        padding: 20px;
    }
}.wedding-couple-section  h2 ,h3
{
color: #131212;
}
.wedding-couple-section  h3
{
padding-top: 0px;
}
.wedding-couple-section  p
{
color: #454545;
padding: 10px;
text-align: justify;
line-height: 1.5;
}


@media (max-width: 767px) {
.wedding-couple-section  .muyahead
{
padding-top: 60px;
}
}
/*--------------------------------------------------------------
#0.6	wedding-couple-section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#0.7	count-down-section
--------------------------------------------------------------*/

.count-down-section {
    position: relative;
}

.count-down-section:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.count-down-section h2 {
    font-family: "Great Vibes", cursive;
    font-size: 72px;
    font-size: 4rem;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .count-down-section h2 {
        font-size: 62px;
        font-size: 3.44444rem;
    }
}

@media (max-width: 767px) {
    .count-down-section h2 {
        font-size: 50px;
        font-size: 2.77778rem;
    }
}

.count-down-section h2>span {
    font-size: 30px;
    font-size: 1.66667rem;
    display: block;
    margin-bottom: 0.6em;
}

@media (max-width: 1199px) {
    .count-down-section h2>span {
        font-size: 25px;
        font-size: 1.38889rem;
    }
}

@media (max-width: 767px) {
    .count-down-section h2>span {
        font-size: 20px;
        font-size: 1.11111rem;
    }
}

.count-down-section .count-down-clock {
    margin-top: 13px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .count-down-section .count-down-clock {
        margin-top: 35px;
    }
}

.count-down-section #clock {
    color: #5e9a8e;
    overflow: hidden;
}

.count-down-section #clock>div {
    background: rgba(255, 255, 255, 0.9);
    width: 23.5%;
    float: left;
    text-align: center;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .count-down-section #clock>div {
        width: calc(50% - 5px);
    }
}

.count-down-section #clock>div+div {
    margin-left: 2%;
}

@media (max-width: 767px) {
    .count-down-section #clock>div+div {
        margin: 0;
    }
}

.count-down-section #clock>div:nth-child(2),
.count-down-section #clock>div:nth-child(4) {
    margin: 0 0 10px 10px;
}

.count-down-section #clock .box>div {
    font-size: 40px;
    font-size: 2.22222rem;
    font-weight: 600;
    line-height: 1em;
}

@media (max-width: 1199px) {
    .count-down-section #clock .box>div {
        font-size: 35px;
        font-size: 1.94444rem;
    }
}

@media (max-width: 991px) {
    .count-down-section #clock .box>div {
        font-size: 30px;
        font-size: 1.66667rem;
        line-height: 1.3em;
    }
}

.count-down-section #clock .box span {
    font-size: 14px;
    font-size: 0.77778rem;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
#0.8	story-section
--------------------------------------------------------------*/
.story-section
{
    background-color: #000;
}
.story-section .story-timeline {
    position: relative;
}

.story-section .story-timeline:after {
    content: "";
    background:rgba(239, 235, 196, 0.8);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .story-section .story-timeline:after {
        display: none;
    }
}

.story-section .story-timeline>.row {
    position: relative;
}

.story-section .story-timeline>.row .horizontal-line {
    background: rgba(94, 154, 142, 0.1);
    width: 70%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.story-section .story-timeline>.row+.row {
    margin-top: 10px;
    padding-top: 5px;
}

@media (max-width: 991px) {
    .story-section .story-timeline>.row+.row {
        padding-top: 0;
    }
}



.story-section .story-timeline>.row>.col:first-child {
    padding: 0 45px 0 100px;
}

@media (max-width: 1199px) {
    .story-section .story-timeline>.row>.col:first-child {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .story-section .story-timeline>.row>.col:first-child {
        padding: 0 ;
    }
}

.story-section .story-timeline>.row>.col:last-child {
    padding: 0 100px 0 45px;
}

@media (max-width: 1199px) {
    .story-section .story-timeline>.row>.col:last-child {
        padding: 0 ;
    }
}

@media (max-width: 991px) {
    .story-section .story-timeline>.row>.col:last-child {
        padding: 0 ;
    }
}



.story-section .story-timeline .text-holder {
    border-top: 1px solid rgba(5, 228, 195, 0.1);
    padding-top: 45px !important;
    position: relative;
}

@media (max-width: 991px) {
    .story-section .story-timeline .text-holder {
        border: 0;
        padding-top: 0 !important;
    }
}

.story-section .story-timeline .text-holder .heart {
    background-color:  #ffe7c9 ;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
   
    position: absolute;
    left: -22px;
    top: -22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}
.story-section .story-timeline .text-holder .heart:hover {
    background-color:  #eeeea6 ;
   
}


@media (max-width: 1024px) {
    .story-section .story-timeline  p {
        padding: 10px;
    }
}
.story-section .story-timeline .text-holder .fa {
    color: #fff;
}

.story-section .story-timeline .right-heart .heart {
    left: auto;
    right: -22px;
}

.story-section .story-timeline .vertical-heading {
    padding: 10px;
    color: #f5e1c7; /* Light beige color */
    font-family: "Didot", serif; /* Added serif as a fallback font */
    font-size: 2rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: column; /* Stack letters vertically */
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    letter-spacing: 0.2rem; /* Add spacing between letters */
    height: 100%; /* Ensure it spans the full height of the container */
    text-align: center; /* Center text alignment */
}

.story-section .story-timeline .vertical-heading-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%;
    gap: 20px; /* Adjust spacing between HOLY and COMMUNION */
}




@media screen and (max-width: 768px) {
    .story-section .story-timeline .vertical-heading {
     
        color: #f5e1c7; /* Light beige color */
        font-family: "Didot", serif; /* Added serif as a fallback font */
        font-size: 1rem;
        text-transform: uppercase;
        display: flex;
        flex-direction: column; /* Stack letters vertically */
        justify-content: center; /* Center vertically */
        align-items: center; /* Center horizontally */
        letter-spacing: 0.2rem; /* Add spacing between letters */
        height: 100%; /* Ensure it spans the full height of the container */
        text-align: center; /* Center text alignment */
    }
}

.story-section .story-timeline #party {
    margin-top: 10px; /* Ensure margin is applied */
}
@media screen and (max-width: 768px) {
    .story-section .story-timeline #party {
        margin-top: 0px; /* Ensure margin is applied in mobile view */
    }
}
@media screen and (max-width: 414px) {
    .story-section .story-timeline #party {
        margin-top: 0px; /* Ensure margin is applied in mobile view */
    }
}
@media screen and (max-width: 991px) {
    .story-section .story-timeline #party {
        margin-top: 0px; /* Ensure margin is applied in mobile view */
    }
}
@media screen and (max-width: 1199px) {
    .story-section .story-timeline #party {
        margin-top: 0px; /* Ensure margin is applied in mobile view */
    }
}

/* 












.story-section .story-timeline .text-holder {
    border-top: 1px solid rgba(5, 228, 195, 0.1);
    padding: 45px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.story-section .story-timeline .text-holder .heart {
    background-color: #ffe7c9;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.story-section .story-timeline .text-holder .heart:hover {
    background-color: #eeeea6;
}

.story-section .story-timeline .vertical-heading {
    color: #f5e1c7;
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.2rem;
    margin: 20px 0;
} */

/*--------------------------------------------------------------
#0.9	cta
--------------------------------------------------------------*/

.cta {
    position: relative;
    text-align: center;
}

.cta:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cta h2 {
    font-family: "Great Vibes", cursive;
    font-size: 75px;
    font-size: 4.16667rem;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .cta h2 {
        font-size: 60px;
        font-size: 3.33333rem;
    }
}

@media (max-width: 991px) {
    .cta h2 {
        font-size: 50px;
        font-size: 2.77778rem;
    }
}

@media (max-width: 767px) {
    .cta h2 {
        font-size: 40px;
        font-size: 2.22222rem;
    }
}

.cta h2 span {
    font-family: "Dosis", sans-serif;
    font-size: 30px;
    font-size: 1.66667rem;
    display: block;
    margin-bottom: 0.6em;
}

@media (max-width: 1199px) {
    .cta h2 span {
        font-size: 25px;
        font-size: 1.38889rem;
    }
}

@media (max-width: 991px) {
    .cta h2 span {
        font-size: 20px;
        font-size: 1.11111rem;
    }
}

/*--------------------------------------------------------------
#1.0	events-section
--------------------------------------------------------------*/
/* General Styling for Events Section */
.events-section {
    background-color: #ffe7c9;
    padding: 20px 0;
}

.events-section h2 {
    color: black;
    margin-bottom: 20px;
}

.events-section .swiper {
    width: 100%;
    max-width: 80%;
    height: auto;
    border-radius: 15px;
}

.events-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
    border-radius: 15px;
}

.events-section .card {
    width: 450px;
    height: 100%;
    text-align: center;
    background: rgb(11, 10, 10);
    border-radius: 15px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
   
}

.events-section .card img {
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 10px;
}

.events-section .swiper-slide-active .card {
    transform: scale(1.00); /* Adjust the scale for a smoother effect */
    border-radius: 15px; /* Ensures rounded corners */
    overflow: hidden; /* Prevents content from overflowing the border-radius */
    width: 100%;
}

.events-section .swiper-slide-prev .card {
    transform: rotateY(20deg);
    border-radius: 15px; /* Apply border-radius to previous card */
}

.events-section .swiper-slide-next .card {
    transform: rotateY(-20deg);
    border-radius: 15px; /* Apply border-radius to next card */
}

/* Mobile View */
@media screen and (max-width: 768px) {
    .events-section
    {
        padding: 30px;
    }
    .events-section .swiper {
        max-width: 100%;
        height: auto;
    }

    .events-section .card {
        width: 100%;
     
       
    }

    .events-section .card img {
        width: 100%;
        height: auto;
    }
    .events-section h2 {
        font-size: 30px;
    }

    .events-section .name {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
#1.1	inportant-people-section
--------------------------------------------------------------*/

.inportant-people-section {
    background-color: #f9f9f9;
    /*** tablist ***/
    /*** tab-content ***/
}

.inportant-people-section .tablist {
    text-align: center;
    max-height: 45px;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .inportant-people-section .tablist {
        margin-bottom: 35px;
    }
}

.inportant-people-section .tablist ul {
    overflow: hidden;
    display: inline-block;
}

.inportant-people-section .tablist ul li {
    float: left;
    margin: 0 10px;
}

.inportant-people-section .tablist ul li a {
    background: rgba(94, 154, 142, 0.15);
    display: block;
    color: #3e3e3e;
    font-weight: 600;
    padding: 7px 15px;
}

.inportant-people-section .tablist .nav-pills .nav-link {
    background-color: #EAF0EE;
    color: #767878;
}

.inportant-people-section .tablist .nav-pills .nav-link.active {
    background-color: #5e9a8e;
    color: #ffffff;
}

@media (max-width: 767px) {
    .inportant-people-section .tablist ul li a {
        font-size: 14px;
        font-size: 0.77778rem;
    }
}

.inportant-people-section .tablist ul .active a {
    background-color: #5e9a8e;
    color: #fff;
}

.inportant-people-section .tab-content>div {
    overflow: hidden;
}

.inportant-people-section .tab-content .grid-wrapper {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .inportant-people-section .tab-content .grid-wrapper {
        margin: 0 -7.5px;
    }
}

.inportant-people-section .tab-content .grid {
    width: 33.33%;
    float: left;
    padding: 0 15px 0;
}

@media (max-width: 991px) {
    .inportant-people-section .tab-content .grid {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .inportant-people-section .tab-content .grid {
        padding: 0 7.5px 0;
    }
}

@media (max-width: 550px) {
    .inportant-people-section .tab-content .grid {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(4),
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(5),
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(6) {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(3),
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(4),
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(5),
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(6) {
        margin-top: 30px;
    }
}

@media (max-width: 550px) {
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(3),
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(4),
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(5),
    .inportant-people-section .tab-content .grid-wrapper>.grid:nth-child(6) {
        margin-top: 0;
    }
    .inportant-people-section .tab-content .grid-wrapper>.grid+.grid {
        margin-top: 30px;
    }
}

.inportant-people-section .grid .img-holder {
    overflow: hidden;
}

.inportant-people-section .grid .img-holder img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}

.inportant-people-section .grid:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.inportant-people-section .grid .details {
    background: #fff;
    border: 1px solid #f3f2f2;
    padding: 30px 15px 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .inportant-people-section .grid .details {
        padding: 20px 15px 20px;
    }
}

.inportant-people-section .grid:hover .details {
    background-color: rgba(94, 154, 142, 0.05);
}

.inportant-people-section .grid .details h3 {
    font-size: 19px;
    font-size: 1.05556rem;
    font-weight: 600;
    color: #3e3e3e;
    margin: 0 0 0.3em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .inportant-people-section .grid .details h3 {
        font-size: 18px;
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .inportant-people-section .grid .details h3 {
        font-size: 16px;
        font-size: 0.88889rem;
    }
}

.inportant-people-section .grid .details>span {
    font-size: 16px;
    font-size: 0.88889rem;
    color: #969494;
    text-transform: capitalize;
    display: block;
}

.inportant-people-section .grid .social-links {
    display: inline-block;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .inportant-people-section .grid .social-links {
        margin-top: 10px;
    }
}

.inportant-people-section .grid .social-links>li+li {
    margin-left: 20px;
}

.inportant-people-section .grid .social-links li a {
    font-size: 14px;
    font-size: 0.77778rem;
    color: #7cafa5;
}

@media (max-width: 767px) {
    .inportant-people-section .grid .social-links li a {
        font-size: 13px;
        font-size: 0.72222rem;
    }
}

.inportant-people-section .grid .social-links li a:hover {
    background-color: transparent;
    color: #5e9a8e;
}

/*--------------------------------------------------------------
#1.2	gallery-section
--------------------------------------------------------------*/
/* Masonry container */
.gallery-section
{
    background-color: #000;
}
.gallery-section .masonry-gallery {
    margin: 0; /* Remove outer margin */
}

.gallery-section .masonry-gallery .grid {
    width: 33.33%;
    float: left;
    padding: 0; /* Remove padding between items */
    margin: 0; /* Remove any additional margin */
    box-sizing: border-box; /* Ensure box-sizing is consistent */
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .gallery-section .masonry-gallery .grid {
        width: 50%; /* Two images per row */
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 550px) {
    .gallery-section .masonry-gallery .grid {
        width: 100%; /* Single image per row */
        padding: 0;
        margin: 0;
    }
}

/* Image styling */
.gallery-section .grid img {
    display: block; /* Remove gaps caused by inline elements */
    margin: 0; /* Ensure no default margin */
    width: 100%; /* Ensure images fill their container */
    height: auto; /* Maintain aspect ratio */
    border: none; /* Remove any border or outline */
    -webkit-filter: grayscale(60%);
    -moz-filter: grayscale(60%);
    -o-filter: grayscale(60%);
    -ms-filter: grayscale(60%);
    filter: grayscale(60%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Hover effect */
.gallery-section .grid:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

/* Mobile-specific styling */
@media (max-width: 767px) {
    .gallery-section {
        margin: 0;
        padding: 0;
    }

    .gallery-section .grid img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
        filter: grayscale(0);
    }
}

/*--------------------------------------------------------------
#1.3	rsvp-section
--------------------------------------------------------------*/

.rsvp-section {
    position: relative;
}

.rsvp-section:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.rsvp-section .container {
    position: relative;
    z-index: 10;
}

.rsvp-section .content p {
    color: #fff;
    margin: 0.5em 0 2em;
}

.rsvp-section .form ::-webkit-input-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #2a2a2a;
}

.rsvp-section .form :-moz-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #2a2a2a;
}

.rsvp-section .form ::-moz-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #2a2a2a;
}

.rsvp-section .form :-ms-input-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #2a2a2a;
}

.rsvp-section .form .col {
    margin-bottom: 25px;
}

.rsvp-section .form .submit-btn {
    margin-bottom: 0;
}

.rsvp-section .form input,
.rsvp-section .form select,
.rsvp-section .form textarea {
    background: #e6eceb;
    height: 45px;
    font-size: 16px;
    font-size: 0.88889rem;
    border: 0;
    color: #2a2a2a;
    padding: 6px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .rsvp-section .form input,
    .rsvp-section .form select,
    .rsvp-section .form textarea {
        height: 40px;
        font-size: 15px;
        font-size: 0.83333rem;
    }
}

.rsvp-section .form select {
    color: #2a2a2a;
    background: #e6eceb url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
}

.rsvp-section .form textarea {
    height: 150px;
    padding-top: 15px;
}

.rsvp-section .form .submit-btn {
    text-align: center;
}

.rsvp-section .form .submit-btn button {
    background-color: #5e9a8e;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: 600;
    color: #fff;
    padding: 0 15px;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .rsvp-section .form .submit-btn button {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: 0.83333rem;
    }
}

.rsvp-section .form .submit-btn button:hover {
    background-color: #4b7a71;
}

.rsvp-section .form .success-error-message {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
#1.4	getting-there-section
--------------------------------------------------------------*/

.getting-there-section {
    background-color: #5e9a8e;
}

.getting-there-section .content h3,
.getting-there-section .content p {
    color: #fff;
}

.getting-there-section .content p {
    font-size: 16px !important;
}

@media (max-width: 1199px) {
    .getting-there-section .content p {
        font-size: 16px;
        font-size: 0.88889rem;
    }
}

@media (max-width: 767px) {
    .getting-there-section .content p {
        font-size: 15px;
        font-size: 0.83333rem;
    }
}

.getting-there-section .content .col p:last-child {
    margin-bottom: 0;
}

.getting-there-section .content h3 {
    font-size: 25px;
    font-size: 1.38889rem;
    font-weight: 600;
    margin: 0 0 0.8em;
}

@media (max-width: 1199px) {
    .getting-there-section .content h3 {
        font-size: 22px;
        font-size: 1.22222rem;
    }
}

@media (max-width: 767px) {
    .getting-there-section .content h3 {
        font-size: 20px;
        font-size: 1.11111rem;
    }
}

@media screen and (min-width: 992px) {
    .getting-there-section .content>.col:first-child {
        padding-right: 75px;
        text-align: right;
        border-right: 1px solid #548a7f;
    }
}

@media (max-width: 991px) {
    .getting-there-section .content>.col:first-child {
        padding-bottom: 35px;
        margin-bottom: 35px;
        border-bottom: 1px solid #548a7f;
    }
}

@media screen and (min-width: 992px) {
    .getting-there-section .content>.col:last-child {
        padding-left: 75px;
    }
}

/*--------------------------------------------------------------
#1.5	gift-registration-section
--------------------------------------------------------------*/

.gift-registration-section {
    text-align: center;
}

.gift-registration-section .gif-registration-slider {
    margin-top: 55px;
}

@media (max-width: 767px) {
    .gift-registration-section .gif-registration-slider {
        margin-top: 45px;
    }
}

.gift-registration-section .gif-registration-slider .register {
    border: 1px solid #111;
    padding: 20px;
}

.gift-registration-section .gif-registration-slider .register img {
    width: auto;
    max-width: 100%;
}

/*------------------------------------------------------
===== Blog Page =====
------------------------------------------------------*/

/*--------------------------------------------------------------
#2.1    blog-main
--------------------------------------------------------------*/

.blog-main {
    background-color: #fff;
}

.blog-main .post {
    margin-bottom: 70px;
}

.blog-main .entry-date-media {
    position: relative;
}

.blog-main .entry-date {
    background-color: rgba(94, 154, 142, 0.5);
    width: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.blog-main .entry-date span {
    background-color: #5e9a8e;
    font-size: 12px;
    font-size: 0.66667rem;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.blog-main .entry-formet {
    padding: 12px 0;
    border-bottom: 1px solid #efebeb;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .blog-main .entry-formet {
        padding: 10px 0;
    }
}

.blog-main .entry-meta a:hover {
    text-decoration: none;
}

.blog-main .entry-meta>div {
    display: inline-block;
    margin-right: 15px;
}

.blog-main .entry-meta a {
    font-size: 16px;
    font-size: 0.88889rem;
    color: #8a8a8a;
}

@media (max-width: 767px) {
    .blog-main .entry-meta a {
        font-size: 14px;
        font-size: 0.77778rem;
    }
}

.blog-main .entry-meta i {
    font-size: 16px;
    font-size: 0.88889rem;
    color: #5e9a8e;
}

@media (max-width: 767px) {
    .blog-main .entry-meta i {
        font-size: 14px;
        font-size: 0.77778rem;
    }
}

.blog-main .entry-title h3 {
    margin: 0 0 0.8em;
}

.blog-main .entry-title h3 a {
    font-size: 22px;
    font-size: 1.22222rem;
    font-weight: 600;
    color: #383838;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    .blog-main .entry-title h3 a {
        font-size: 20px;
        font-size: 1.11111rem;
    }
}

@media (max-width: 767px) {
    .blog-main .entry-title h3 a {
        font-size: 18px;
        font-size: 1rem;
    }
}

.blog-main .entry-title a:hover {
    color: #5e9a8e;
    text-decoration: none;
}

.blog-main .entry-content p {
    margin-bottom: 1.5em;
}

.blog-main .read-more {
    background-color: #7cafa5;
    font-size: 16px;
    font-size: 0.88889rem;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.blog-main .entry-content .read-more:hover {
    text-decoration: none;
    background-color: #4b7a71;
}

.blog-main .media-carousel {
    position: relative;
}

.blog-main .media-carousel .owl-controls {
    margin: 0;
}

.blog-main .media-carousel .owl-controls .owl-prev,
.blog-main .media-carousel .owl-controls .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    margin: 0;
    padding: 7px 10px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-main .media-carousel .owl-controls .owl-prev {
    left: 0;
}

.blog-main .media-carousel .owl-controls .owl-next {
    right: 0;
}

/*--------------------------------------------------------------
	#Blog details page
----------------------------------------------------------------*/

/*--------------------------------------------------------------
#13.0 	blog-details-post
----------------------------------------------------------------*/

.blog-details-content {
    /*** tag social share ***/
    /*** comments area ***/
    /*** comments respond ***/
}

.blog-details-content .entry-content p {
    margin-bottom: 30px;
}

.blog-details-content .entry-content blockquote {
    background-color: #f1f1f1;
    font-style: italic;
    padding: 25px;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .blog-details-content .entry-content blockquote {
        font-size: 16px;
        font-style: 0.88889rem;
    }
}

@media (max-width: 767px) {
    .blog-details-content .entry-content blockquote {
        padding: 20px;
    }
}

.blog-details-content .entry-content blockquote p {
    margin-bottom: 0;
    line-height: 1.9em;
}

.blog-details-content .entry-content blockquote>p+p {
    margin-top: 25px;
}

.blog-details-content .tag-social-share {
    border-top: 1px solid #efefef;
    padding: 25px 0;
    overflow: hidden;
}

.blog-details-content .tag-social-share>div {
    display: inline-block;
}

@media (max-width: 767px) {
    .blog-details-content .tag-social-share>div {
        display: block;
    }
}

.blog-details-content .tag-social-share .social-share {
    float: right;
}

@media (max-width: 767px) {
    .blog-details-content .tag-social-share .social-share {
        float: none;
    }
}

.blog-details-content .tag-social-share .tag a {
    font-size: 13px;
    font-size: 0.72222rem;
    color: #767878;
    border: 1px solid #e4e4e4;
    padding: 5px 7px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.blog-details-content .tag-social-share .tag a:hover {
    background-color: #5e9a8e;
    border-color: #5e9a8e;
    color: #fff;
}

.blog-details-content .tag-social-share .social-share {
    overflow: hidden;
}

@media (max-width: 767px) {
    .blog-details-content .tag-social-share .social-share {
        margin-top: 15px;
    }
}

.blog-details-content .tag-social-share .social-share>span {
    font-weight: bold;
    position: relative;
    top: 6px;
    margin-right: 15px;
    display: inline-block;
    float: left;
}

.blog-details-content .tag-social-share .social-share .social-links {
    display: inline-block;
    float: left;
}

.blog-details-content .tag-social-share .social-share .social-links li {
    margin-right: 7px;
}

.blog-details-content .tag-social-share .social-share .social-links li:last-child {
    margin-right: 0;
}

.blog-details-content .tag-social-share .social-share .social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-size: 0.77778rem;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog-details-content .tag-social-share .social-share .social-links a:hover {
    background-color: #5e9a8e;
    border-color: #5e9a8e;
    color: #fff;
}

.blog-details-content .comments-area {
    margin-top: 65px;
}

@media (max-width: 767px) {
    .blog-details-content .comments-area {
        margin-top: 35px;
    }
}

.blog-details-content .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.22222rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 35px;
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.11111rem;
        margin: 0 0 25px;
    }
}

.blog-details-content .comments-area .comment-list {
    padding-left: 0;
}

.blog-details-content .comments-area .comment-list ol {
    padding-left: 25px;
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comment-list ol {
        padding-left: 15px;
    }
}

.blog-details-content .comments-area ol {
    list-style-type: none;
}

.blog-details-content .comments-area ol article {
    background-color: #fbfbfb;
    border: 1px solid #f3f3f3;
    padding: 30px 35px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .blog-details-content .comments-area ol article {
        padding: 25px 30px;
    }
}

@media (max-width: 767px) {
    .blog-details-content .comments-area ol article {
        padding: 20px;
    }
}

.blog-details-content .comments-area .comment-author-metadata {
    min-height: 80px;
    position: relative;
    padding: 15px 0 0 90px;
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comment-author-metadata {
        padding: 0;
    }
}

.blog-details-content .comments-area .comment-author-metadata h4 {
    font-weight: 600;
    margin: 0 0 5px;
}

@media (max-width: 991px) {
    .blog-details-content .comments-area .comment-author-metadata h4 {
        font-size: 14px;
        font-style: 0.77778rem;
    }
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comment-author-metadata h4 {
        margin: 15px 0 5px;
    }
}

.blog-details-content .comments-area .comment-author-metadata h4 a {
    color: #6e6e6e;
}

.blog-details-content .comments-area .comment-author-metadata .comment-metadata a {
    font-size: 14px;
    font-size: 0.77778rem;
    font-style: italic;
    color: #808080;
}

.blog-details-content .comments-area .comment-author-metadata .avatar {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comment-author-metadata .avatar {
        position: static;
    }
}

.blog-details-content .comments-area .comment-content {
    margin: 15px 0;
}

@media (max-width: 991px) {
    .blog-details-content .comments-area .comment-content {
        margin: 10px 0 15px;
    }
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comment-content {
        margin: 15px 0;
    }
}

.blog-details-content .comments-area .review a {
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: 600;
    color: #5e9a8e;
}

.blog-details-content .comments-area .review a:hover {
    color: #375b54;
}

.blog-details-content .comment-respond {
    margin-top: 75px;
}

.blog-details-content .comment-respond>h3 {
    font-size: 22px;
    font-size: 1.22222rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 35px;
}

@media (max-width: 767px) {
    .blog-details-content .comment-respond>h3 {
        font-size: 18px;
        font-size: 1rem;
        margin: 0 0 25px;
    }
}

.blog-details-content .comment-respond .comment-form>.col {
    margin-bottom: 15px;
}

.blog-details-content .comment-respond .comment-form input,
.blog-details-content .comment-respond .comment-form textarea {
    background-color: #f9f9f9;
    font-size: 16px;
    font-size: 0.88889rem;
    border-color: #f1f1f1;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 15px;
}

@media (max-width: 767px) {
    .blog-details-content .comment-respond .comment-form input,
    .blog-details-content .comment-respond .comment-form textarea {
        height: 40px;
    }
}

.blog-details-content .comment-respond .comment-form input:focus,
.blog-details-content .comment-respond .comment-form textarea:focus {
    border-color: #ccc;
}

.blog-details-content .comment-respond .comment-form textarea {
    height: 180px;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .blog-details-content .comment-respond .comment-form textarea {
        height: 140px;
    }
}

.blog-details-content .comment-respond .comment-form .submit-btn {
    margin-bottom: 0;
}

.blog-details-content .comment-respond .comment-form .submit-btn button {
    border-radius: 0;
}
.popupform {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Ensure it sits on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    background-color: rgba(0, 0, 0, 0.6);
}

.popupform label {
    color: white;
}

.popup-content {
    position: relative;
    padding: 30px;
    border: 1px solid #0a0a0a;
    width: 60%;
    max-width: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.popup-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/forwed/cf2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.popup-content > * {
    position: relative;
    z-index: 1;
}

.close-btn {
    color: #949090;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
}

.popup-content button {
    background-color: #e5e7a8;
    color: rgb(17, 15, 15);
    padding: 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.popup-content button:hover {
    background-color: #f9f953;
}

form input {
    width: calc(100% - 10px);
    padding: 4px;
    margin-top: 8px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    font-size: 18px;
    font-family: 'Lato';

}

form input::placeholder {
    font-size: 18px;
    font-family: 'Lato';
}
.popup-content  h2{
   font-size: 35px;
}

/* Media Queries */
@media (max-width: 991px) {
    .popup-content {
        width: 90%;
        padding: 20px;
        font-size: 14px;
    }

    .close-btn {
        font-size: 24px;
        top: 5px;
        right: 10px;
    }

    form input {
        padding: 2px;
        font-size: 14px;
    }

    .popup-content button {
        padding: 4px;
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .popup-content {
        font-size: 12px;
    }

    form input {
        font-size: 12px;
    }

    .popup-content button {
        font-size: 12px;
    }
}


@media (max-width: 1024px) {
    .popup-content  p{
        padding: 0px;
     }
}



/* Default styling for the video to cover the full screen */
/* Make the video cover the entire container */
#myVideo {
    width: 100%;
    height: auto;
    max-width: 100%; /* Prevents the video from overflowing its container */
    object-fit: cover; /* Makes sure the video covers the entire container */
    display: block; /* Removes default inline-block behavior that may add unwanted space */
}

/* Adjustments for mobile view */
@media (max-width: 768px) {
    #myVideo {
        width: 100%; /* 100% of the viewport width */
        height:auto; /* 100% of the viewport height */
        object-fit: cover; /* Ensures the video fills the screen */
    }
}
@media (max-width: 414px) {
    #myVideo {
        width: 100%; /* 100% of the viewport width */
        height:auto; /* 100% of the viewport height */
        object-fit: cover; /* Ensures the video fills the screen */
    }
}
.forcolor {
    background-color: #ffe7c9;
    height: 700px;
  }
  
  /* Pricing Section */
  .pricing {
    height: 350px;
    border: 1px solid #000;
    background-color: rgb(7, 12, 11);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 40px 20px;
  }
  
  .pricing p {
    margin-top: 150px;

    color: white;
  }
  
  .pricing h1 {
    color: #fef9fe;
    font-size: 60px;
  }
  
  .pricing img {
    display: block;
    margin: 20px auto;
  }
  
  .pricing div {
    padding: 0px;
  }
  
  .pricing a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
  }
  /* Media Queries for Mobile First */

/* Smallest screens - Mobile */
@media screen and (max-width: 344px) {
    .pricing {
      height: 250px; /* Adjust height for very small screens */
    }
    .forcolor {
      height: 400px; /* Smaller height for small screens */
      background-color: #ffe7c9;
    }
    .pricing p {
        color: rgb(9, 8, 8);
        margin-top: 0;
        padding: 40px;
  }
  }
  
  /* Mobile - 360px screen width */
  @media screen and (max-width: 360px) {
    .pricing {
      height: 250px; /* Keep height smaller for small screens */
    }
    .forcolor {
      height: 500px;
      background-color: #ffe7c9;
    }
   
    .pricing p {
        color: rgb(9, 8, 8);
        margin-top: 0;
        padding: 40px;
  }
  }
  
  /* Mobile - 390px screen width */
  @media screen and (max-width: 390px) {
    .pricing {
      height: 250px;
    }
    .forcolor {
      height: 500px;
      background-color: #ffe7c9;
    }
  
    
    .pricing p {
        color: rgb(9, 8, 8);
        margin-top: 0;
        padding: 40px;
  }
  }
  
  /* Mobile - 414px screen width */
  @media screen and (max-width: 414px) {
    .pricing {
      height: 300px;
    }
    .forcolor {
      height: 550px;
      background-color: #ffe7c9;
    }
  
    
    .pricing p {
        color: rgb(9, 8, 8);
        margin-top: 0;
        padding: 40px;
  }
  }
  
  /* Mobile - 576px screen width */
  @media screen and (max-width: 576px) {
    .pricing {
      height: 350px;
    }
    .forcolor {
      height: 600px;
      background-color: #ffe7c9;
    }
    .pricing p {
        color: rgb(30, 27, 27);
        margin-top: 0;
        padding: 40px;
}
  }
  /* Mobile - 768px screen width (Tablet size) */
  @media screen and (max-width: 768px) {
    .pricing {
      height: 350px;
    }
    .forcolor {
      height: 700px;
      background-color: #ffe7c9;
    }
  
    
    .pricing p {
        color: rgb(9, 8, 8);
        margin-top: 0;
        padding: 40px;
  }
}
  /* Larger Screens */
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .pricing {
      height: 350px;
    }
    .forcolor {
      height: 600px;
      background-color: #ffe7c9;
    }
   
    
    .pricing p {
        color: white;
        margin-top: 100px;
        padding: 0;
  }
}
  
  /* Medium Screens (Tablets, small laptops) */
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing {
      height: 400px;
    }
    .forcolor {
      height: 600px;
      background-color: #ffe7c9;
    }
   
    
    .pricing p {
      color: white;
      margin-top: 100px;
      padding: 0;
    }
  }
  
  /* Large Screens */
  @media screen and (min-width: 1200px) {
    .pricing {
      height: 500px;
    }
    .forcolor {
      height: 900px;
      background-color: #ffe7c9;
    }
    .pricing p {
        margin-top: 100px;
      color: #ffffff;
    }
   
    
  }
  
  /* Extra Large Screens */
  @media screen and (min-width: 1920px) {
    .pricing {
      height: 600px;
    }
    .forcolor {
      height: 1000px;
      background-color: #ffe7c9;
    }
   
      .pricing p {
       
     
        color: #ffffff;
      }
  }
  
  /* Ultra Large Screens (e.g., 4K) */
  @media screen and (min-width: 2560px) {
    .pricing {
      height: 700px;
    }
    .forcolor {
      height: 1200px;
      background-color: #ffe7c9;
    }
   
      .pricing p {
        
        color: #ffffff;
      }
  }
  
  @media screen and (min-width: 3840px) {
    .pricing {
      height: 800px;
    }
    .forcolor {
      height: 1400px;
      background-color: #ffe7c9;
    }
   
      .pricing p {
        
        color: #ffffff;
      }
  }
  
  
  /* General Footer Styling */
footer {
    margin-top: 300px;
    background-color: #0a0909;
    padding: 20px 20px;
    text-align: center;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  
  .footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px 20px;
  }
  
  .footer-column h3 {
    color: #fff;
    font-size: 18px;
  }
  
  .footer-column p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
  }
  
  .footer-column a {
    color: #b0b0b0;
    text-decoration: none;
  }
  
  .footer-column a:hover {
    color: #fff;
  }
  
  .social-icons a {
    margin: 0 10px;
    color: #b0b0b0;
    font-size: 20px;
  }
  
  .social-icons a:hover {
    color: #fff;
  }
  
  .copyright {
    margin-top: 20px;
    font-size: 14px;
    color: white;
  }
  
  /* Media Queries for Larger Screens (32-inch Display) */
  @media (min-width: 3840px) {
    footer {
      margin-top: 1000px;
      padding: 70px 50px;
    }
  
    .footer-container {
      max-width: 1800px; /* Center content on large screens */
      margin: 0 auto;
      gap: 20px; /* Add spacing between columns */
    }
  
    .footer-column {
      flex: 1;
      min-width: 300px; /* Adjust column width for large screens */
      margin: 15px 30px;
    }
  
    .footer-column h3 {
      font-size: 20px; /* Larger heading size for readability */
    }
  
    .footer-column p,
    .footer-column a {
      font-size: 18px; /* Larger font size for better readability */
    }
  
    .social-icons a {
      font-size: 24px; /* Increase icon size */
    }
  
    .copyright {
      font-size: 16px; /* Slightly larger font for better visibility */
    }
  }
  @media (min-width: 2560px) {
    footer {
      margin-top: 1000px;
      padding: 70px 50px;
    }
  
    .footer-container {
      max-width: 1800px; /* Center content on large screens */
      margin: 0 auto;
      gap: 20px; /* Add spacing between columns */
    }
  
    .footer-column {
      flex: 1;
      min-width: 300px; /* Adjust column width for large screens */
      margin: 15px 30px;
    }
  
    .footer-column h3 {
      font-size: 20px; /* Larger heading size for readability */
    }
  
    .footer-column p,
    .footer-column a {
      font-size: 18px; /* Larger font size for better readability */
    }
  
    .social-icons a {
      font-size: 24px; /* Increase icon size */
    }
  
    .copyright {
      font-size: 16px; /* Slightly larger font for better visibility */
    }
  }
  
  /* Mobile Responsive for Other Screen Sizes */
  @media (max-width: 1199px) {
    footer {
      padding: 20px 10px;
      margin-top: 200px;
    }
  
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-column {
      width: 100%;
      margin: 10px 0;
    }
  
    .footer-column h3 {
      font-size: 16px;
    }
  
    .footer-column p,
    .footer-column a {
      font-size: 14px;
    }
  
    .social-icons a {
      font-size: 18px;
      margin: 0 8px;
    }
  
    .copyright {
      font-size: 12px;
    }
  }
  
  /* Additional Queries for Smaller Devices */
  @media (max-width: 991px) {
    footer {
      margin-top: 250px;
    }
  }
  
  @media (max-width: 540px) {
    footer {
      margin-top: 400px;
    }
  }
  .footer-column p {
   
    padding: 2px;
 
  }
  @media (max-width: 360px) {
    footer {
      margin-top: 450px;
    }
  }
  

  #newsec {
    background-image: url("../images/slider/newsec.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    margin-top: 100px;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay */
    background-blend-mode: darken; /* Blend effect */
}

#newsec h2
{
padding: 89px;
font-size:60px;
font-family:"Montserrat";
}


@media (max-width: 1199px) {
    #newsec h2 {
        font-size: 70px;
        
    }
}

@media (max-width: 991px) {
    #newsec h2 {
        font-size: 60px;
        
    }
}
@media (max-width: 767px) {
    #newsec h2 {
        font-size: 50px;
        
    }
}
@media (max-width: 414px) {
    #newsec h2 {
        font-size: 30px;
       
        
    }
}
@media (max-width: 1199px) {
    #newsec {
       height:250px;
       padding:20px;
        
    }
}

@media (max-width: 991px) {
    #newsec h2 {
        height:275px;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    #newsec  {
        height:150px;
       padding: 40px;
        
    }
}
.contact-form-section {
    background-color: #f4f4f4;
    padding: 40px 20px;
    text-align: center;
  }
  
  .contact-form-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .contact-form-section p {
    color: #666;
    margin-bottom: 20px;
  }
  
  .contact-form {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .form-group {
    margin-bottom: 15px;
    text-align: left;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #121111;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
   
    box-sizing: border-box;
  }
  
  .submit-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .submit-btn:hover {
    background-color: #0056b3;
  }
  #contact-form label
{
    color:white;
}
.quote
{
    background-color:#ffe7c9;
    border-radius:7px;
   
    padding:7px;
  
   
}

.newquote
{
    background-color:#ffe7c9;border-radius:7px;color:rgb(14, 13, 13);padding:7px;
}

.quote:hover
{
    background-color:rgba(245, 239, 188, 0.8);
    color:#4c4949;
   
}

@media (max-width: 414px) {
    .quote
    {
        
        display: flex;
        justify-content: center;
        align-items: center;
        
        
    }
    
}

@media (max-width: 1199px) {
    .quote
    {
        
        display: flex;
        justify-content: center;
        align-items: center;
        font: size 23px;
        
    }
    
}
@media (max-width: 1024px) {
    .quote
    {
        
        display: flex;
        justify-content: center;
        align-items: center;
        font: size 10px;
        
    }
    
}
@media (max-width: 991px) {
    .quote
    {
        
        display: flex;
        justify-content: center;
        align-items: center;
        font: size 23px;
        
    }
    
}
@media (max-width: 767px) {
    .quote
    {
        
        display: flex;
        justify-content: center;
        align-items: center;
        font: size 23px;
        
    }
    
}
@media (max-width: 767px) {
    .quote:hover
    {
        background-color:rgba(245, 239, 188, 0.8);
        color:#000;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    
}
@media (max-width: 991px) {
    .quote:hover
    {
        background-color:rgba(245, 239, 188, 0.8);
        color:#000;
       
    }
    
}

@media (max-width: 1199px) {
    .quote:hover
    {
        background-color:rgba(245, 239, 188, 0.8);
        color:#000;
       
    }
    
}
@media (max-width: 414px) {
    .quote:hover
    {
        background-color:rgba(245, 239, 188, 0.8);
        color:#000;
        
    }
    
}











.seemore
{

color: rgba(250, 239, 136, 0.8);
}

.wedcollection .custom-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px; /* Optional: Add additional border radius for the column container */
    padding:20px;
   
    box-shadow: 0 4px 15px rgba(13, 8, 8, 0.2); /* Add shadow effect */
}

.wedcollection .custom-card:hover {
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Add shadow effect */
    
}

/* Ensure the image itself has rounded corners */
.wedcollection .custom-card img {
    border-radius: 10px;
}
.bridal-packages
{
    background-color: #ffe7c9;
    padding: 50px;
}
.package-card {
    background-color: #1a1a1a; /* Black background */
    color: #ffe7c9; /* White text */
    border-radius: 10px;
    padding: 30px;
    margin: 10px;
    text-align: center;
    height: auto;
}

.package-card h5 {
    font-size: 24px;
    font-weight: bold;
}

.package-card p {
    margin: 0 0;
}

.package-card h1 {
    font-size: 50px;
    font-weight: bold;
}

.custom-gap {
    display: flex;
    flex-wrap: wrap;
    gap: 100px; /* Adds gap between columns and rows */
}

.custom-gap .col-md-4 {
    flex: 0 0 calc(33.33% - 20px); /* Adjust column width for desktop with gap */
    margin-right: 0; /* No extra margin needed */
}

.custom-gap .col-md-4:last-child {
    margin-right: 0; /* Ensure no margin for the last column */
}

@media (max-width: 767px) {
    .custom-gap {
        flex-direction: column; /* Stack items vertically */
        gap: 15px; /* Adjust gap between cards for mobile */
    }

    .package-card h1 {
        font-size: 36px; /* Adjusted font size for mobile */
        font-weight: bold;
    }
}

@media (max-width: 1199px) {
    .package-card {
        height: auto;
    }
}

    .image-container {
        position: relative;
        width: 250px; /* Adjust the size as needed */
        height: 250px;
        padding: 10px;
        margin-top: 100px;
      }
  
      .image-container img {
        width: 100%;
        height: 100%;
        border-radius: 50%; /* Makes the image circular */
        object-fit: cover;
        animation: floatAndScale 5s ease-in-out infinite alternate; /* Floating and scaling animation */
    }
    
    @keyframes floatAndScale {
        0% {
            transform: translateY(0) scale(1); /* Starting position with no scaling */
        }
        50% {
            transform: translateY(-10px) scale(1.05); /* Midpoint: slight upward movement and scale up */
        }
        100% {
            transform: translateY(-20px) scale(1); /* End position with original scale */
        }
    }
  
      .circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300px; /* Diameter of the circle */
        height:300px; /* Diameter of the circle */
        border: 2px solid #d6b893; /* Adjust border color */
        border-radius: 50%; /* Makes it circular */
        transform: translate(-50%, -50%); /* Center the circle */
        animation: pulse 2s infinite; /* Pulse animation */
       
    }
    

      .circle:nth-child(2) {
        width: 250px;
        height: 250px;
        animation-delay: 0.5s;
      }
  
      .circle:nth-child(3) {
        width: 350px;
        height: 350px;
        animation-delay: 1s;
      }
  
      .circle:nth-child(4) {
        width: 400px;
        height: 400px;
        animation-delay: 1.5s;
      }
    /* Keyframes for the pulse animation */
    @keyframes pulse {
        0% {
            transform: translate(-50%, -50%) scale(1);
        }
        50% {
            transform: translate(-50%, -50%) scale(1.05);
        }
        100% {
            transform: translate(-50%, -50%) scale(1);
        }
    }
  

    @media (max-width: 1199px) {
    
    
        .image-container {
            position: relative;
            width: 70vw; /* Adjust width for tablets */
            max-width: 200px; /* Optionally limit to a max width */
            height: auto;
            padding: 10px;
            margin-top:200px; /* Remove margin for consistent centering */
        }
    
        .image-container img {
            width: 100%;
            height: auto; /* Make the image responsive */
            border-radius: 50%; /* Makes the image circular */
            object-fit: cover;
        }
    
        .circle {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 220px; /* Adjust size for tablets */
            height: 220px; /* Adjust size for tablets */
            border: 2px solid #d6b893; /* Adjust border color */
            border-radius: 50%; /* Makes it circular */
            transform: translate(-50%, -50%); /* Center the circle */
            animation: pulse 2s infinite; /* Pulse animation */
           
        }
    
        /* Adjusted for different circle sizes on tablets */
        .circle:nth-child(2) {
            width: 250px;
            height: 250px;
            animation-delay: 0.5s;
        }
    
        .circle:nth-child(3) {
            width: 270px;
            height: 270px;
            animation-delay: 1s;
        }
    
        .circle:nth-child(4) {
            width: 285px;
            height: 285px;
            animation-delay: 1.5s;
        }
    
        /* Keyframes for the pulse animation */
        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
            }
            50% {
                transform: translate(-50%, -50%) scale(1.05);
            }
            100% {
                transform: translate(-50%, -50%) scale(1);
            }
        }
    }



    
    @media (max-width: 768px) {
    
        .image-container {
            position: relative;
            width: 70vw; /* Adjust width for tablets */
            max-width: 150px; /* Optionally limit to a max width */
            height: auto;
            padding: 10px;
         margin-top: 30px;
          
        }
    
        .image-container img {
            width: 100%;
            height: auto; /* Make the image responsive */
            border-radius: 50%; /* Makes the image circular */
            object-fit: cover;
        }
    
        .circle {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 170px; /* Adjust size for tablets */
            height: 170px; /* Adjust size for tablets */
            border: 2px solid #d6b893; /* Adjust border color */
            border-radius: 50%; /* Makes it circular */
            transform: translate(-50%, -50%); /* Center the circle */
            animation: pulse 2s infinite; /* Pulse animation */
           
        }
    
        /* Adjusted for different circle sizes on tablets */
        .circle:nth-child(2) {
            width: 200px;
            height: 200px;
            animation-delay: 0.5s;
        }
    
        .circle:nth-child(3) {
            width: 230px;
            height: 230px;
            animation-delay: 1s;
        }
    
        .circle:nth-child(4) {
            width: 250px;
            height: 250px;
            animation-delay: 1.5s;
        }
    
        /* Keyframes for the pulse animation */
        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
            }
            50% {
                transform: translate(-50%, -50%) scale(1.05);
            }
            100% {
                transform: translate(-50%, -50%) scale(1);
            }
        }
    }

    .testimonial-container {
        max-width: 1200px;
        margin: 20px auto;
        text-align: center;
        overflow: hidden;
      }
  
      .testimonials {
        display: flex;
        gap: 20px;
        transition: transform 0.5s ease-in-out;
      }
  
      .testimonial {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        max-width: 300px;
        position: relative;
        flex-shrink: 0;
      }
  
      .profile-pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
      }
  
  
      .designation {
        font-size: 14px;
        color: #777;
        margin-bottom: 10px;
      }
  
      .message {
        font-size: 14px;
        color: #555;
        line-height: 1.5;
      }
  
      .quote-icon {
        font-size: 24px;
        color: #001f3f;
        position: absolute;
        top: 20px;
        right: 20px;
      }
  
      .navigation {
        display: flex;
        justify-content: center;
        gap: 10px;
      }
  
      .nav-btn {
        background: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 50%;
        font-size: 18px;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease;
      }
  
      .nav-btn:hover {
        background: #007BFF;
        color: #fff;
        border-color: #007BFF;
      }

      .available
      {
        background-color:  #ffe7c9;
    
      }
      .available h2 , .available h5 , .available h6
      {
        color:  #0f0f0e;
    
      }
      .available h5 , .available h6
      {
        font-size: 20px;
      }

      .available .custom
      {
        padding: 0px;
      }


      .available .custom .work-img {
        width: 70%;  /* Default width for medium to large screens */
        height: auto;
        max-width: 450px; /* Ensures images remain small on large screens */
        display: block;
        margin: 0 auto; /* Centers the images */
    }
    
    /* Tablet View (768px and below) */
    @media (max-width: 768px) {
        .available .custom .work-img {
            width: 70%;
            max-width: 550px;
        }
        .available .custom
        {
            padding:30px;
        }
    }
    
    /* Mobile View (576px and below) */
    @media (max-width: 576px) {
        .available .custom .work-img {
            width: 60%;  /* Reduce image size for small screens */
            max-width: 350px;
        }
        .available .custom
        {
            padding: 25px;
        }
    }
    
    /* Extra Small Devices (400px and below) */
    @media (max-width: 400px) {
        .available .custom .work-img {
            width: 50%;  /* Further reduce for very small devices */
            max-width: 320px;
        }
        .available .custom
        {
            padding: 20px;
        }
    }
    .name a {
        font-family: 'Montserrat', sans-serif !important;
        color:#ffe7c9; font-size:15px;
    }

   