.theme-eight a,
.theme-eight button {
    outline: 0 !important;
    transition-duration: .3s
}

.theme-eight a,
.theme-eight button,
.theme-eight p {
    font-family: Roboto, sans-serif !important
}

.theme-eight #boyhead,
.theme-eight #girlhead {
    transform-origin: center;
    transform-box: fill-box
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Medium.ttf);
    font-weight: 500
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Bold.ttf);
    font-weight: 700
}

@font-face {
    font-family: AbrilFatface;
    src: url(../fonts/abrilfatface/AbrilFatface-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/dancingscript/DancingScript-SemiBold.woff2') format('woff2'),
        url('../fonts/dancingscript/DancingScript-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body.theme-eight {
    --PrimaryColor: #9f040a;
    --GradientColor: linear-gradient(90deg,rgba(159, 4, 10, 1) 0%, rgba(201, 18, 20, 1) 50%, rgba(159, 4, 10, 1) 100%);;
    --ButtonColor: #ff7a01;
    --ButtonTextColor: #fff;
    --heading-font: 'Dancing Script', sans-serif;
    --headingColor: #9f040a;
    --textcolor: #555551;
    --BackgroundImage: url(../img/bg-shade.jpg);
    --BackgroundColor: #fff;
    background: var(--BackgroundColor);
    overflow-x: hidden
}



/*
body{
    --PinkColor: #e65b74;
    --PinkDarkColor: #db4661;
}
    */

body.theme-eight::before {
    width: 100%;
    height: 100vh;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: -10;
    content: '';
    background: var(--BackgroundImage) no-repeat center center var(--BackgroundColor);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: .4;
}

.theme-eight p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor)
}

.theme-eight .container {
    max-width: 1440px !important
}

.theme-eight h1,
.theme-eight h2,
.theme-eight h3,
.theme-eight h4,
.theme-eight h5,
.theme-eight h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif !important
}

.theme-eight::-webkit-scrollbar {
    width: 8px;
    height: 0
}

.theme-eight::-webkit-scrollbar-track {
    border-radius: 0
}

.theme-eight::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--PrimaryColor);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.theme-eight::-webkit-scrollbar-thumb:hover {
    background-color: var(--PrimaryColor)
}

.theme-eight .leftsidebar {
    width: 86px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1050;
    padding-top: 0;
    padding-bottom: 0;
    transition-duration: .3s
}



.theme-eight .side-menubar {
    width: 100%;
    height: calc(100vh - 0px);
    display: table;
    margin-top: 0px
}

.theme-eight .side-menubar ul {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0
}

.theme-eight .banner-wrapper{
    width: 100%;
    overflow: hidden;
}

.theme-eight .banner-wrapper .col-xl-5 span h1 font,
.theme-eight .side-menubar ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block
}

.theme-eight .side-menubar ul li{
    position: relative;
    display: block;
    padding: 5px 20px;
    margin: 0;
}

.theme-eight .side-menubar ul li a {
    color: var(--headingColor);
    padding: 0px 0px;
    margin: 0;
    font-size: 13px;
    display: table;
    width: 100%;
    text-align: left;
    line-height: 14px;
    height: auto;
    font-weight: 500;
    position: relative;
}

.theme-eight .side-menubar ul li a div{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.theme-eight .side-menubar ul li a span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
}

.theme-eight .side-menubar ul li a:focus {
    color: var(--headingColor)
}

.theme-eight .side-menubar ul li a .icon{
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.theme-eight .side-menubar ul li a .text{
    position: absolute;
    left: 0px;
    top: 10px;
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
    width: auto;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    padding: 0px 20px;
    white-space: nowrap;
    border-radius: 15px;
    opacity: 0;
    transition-duration: 0.3s;
    width: 0px;
}

.theme-eight .side-menubar ul li a:hover .text{
    opacity: 1;
    width: auto;
    left: 52px;
}



.theme-eight .left-logo-wrapper {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    display: table
}

.theme-eight .left-logo-wrapper h2 {
    width: 100%;
    text-align: center;
    display: table-cell;
    font-size: 62px;
    vertical-align: middle;
    line-height: 56px;
    font-family: var(--heading-font) !important
}

.theme-eight .left-logo-wrapper svg {
    width: 220px;
    height: 220px;
    position: absolute;
    left: 15px;
    top: 15px;
    animation: 5s infinite alternate logoanimation
}

@keyframes logoanimation {
    0%,
    100% {
        transform: rotate(30deg)
    }
    50% {
        transform: rotate(70deg)
    }
}



.theme-eight .happycouple-pic .st1,
.theme-eight .left-logo-wrapper .st1 {
    display: inline;
    fill: var(--headingColor)
}

.theme-eight .happycouple-pic .st2,
.theme-eight .left-logo-wrapper .st2 {
    fill: var(--headingColor)
}

.theme-eight .banner-wrapper .mouse-icon:hover path,
.theme-eight .happycouple-pic .st3,
.theme-eight .left-logo-wrapper .st3 {
    fill: var(--PrimaryColor)
}

.theme-eight.viewsidebar {
    padding-left: 86px
}

.theme-eight .banner-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.theme-eight .banner-wrapper .col-xl-7:last-child,
.theme-eight .invitation-con .row .col-lg-3 {
    padding-right: 0
}

.theme-eight .banner-wrapper .col-xl-7,
.theme-eight .happycouple-pic,
.theme-eight .wedding-invitation {
    position: relative
}


.theme-eight .banner-wrapper .col-xl-6{
    position: relative;
}




.theme-eight .thankyou-wrapper .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--PrimaryColor)
}






.theme-eight .banner-wrapper .mouse-icon {
    width: 20px;
    height: 25px;
    background: 0 0;
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: 50px;
    border: none;
    outline: 0;
    padding: 0;
    cursor: pointer;
    z-index: 999;
    animation: 1.5s infinite alternate mouse-animation
}

.theme-eight .banner-wrapper .mouse-icon path {
    fill: #FFFFFF
}

.theme-eight .banner-wrapper .mouse-icon:hover {
    background: url(../H-Kare/assets/img/mouse-icon-red.jpg) no-repeat
}

@keyframes mouse-animation {
    0%,
    70%,
    71% {
        bottom: 80px
    }
    100% {
        bottom: 110px
    }
}

.theme-eight #countdown2 ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    text-align: right
}

.theme-eight #countdown2 ul li {
    list-style: none;
    padding: 14px 0px 0px 0px;
    margin: 0px 10px;
    text-align: r;
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    border: none;
    background: var(--ButtonTextColor);
}

.theme-eight #countdown2 ul li span {
    width: 100%;
    height: auto;
    line-height: normal;
    color: var(--PrimaryColor);
    text-align: center;
    display: inline-block;
    font-weight: 600;
    font-size: 34px
}

.theme-eight #countdown2 ul li h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-weight: bold;
    font-size: 12px;
    opacity: .8
}

.theme-eight .countdowntimer-wrapper {
    width: 100%;
    padding: 25px 60px;
    margin: 45px 0;
    background: var(--headingColor);
    border-radius: 75px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.theme-eight .countdowntimer-wrapper h3 {
    color: var(--BackgroundColor);
    padding: 0;
    margin: 0;
    font-size: 42px;
    font-family: var(--heading-font) !important;
    line-height: normal
}

.theme-eight .countdowntimer-wrapper h4 {
    color: var(--BackgroundColor);
    padding: 0;
    margin: 5px 0 -5px;
    font-size: 18px;
    line-height: normal
}

.theme-eight #flowanim1,
.theme-eight #flowanim8 {
    animation: 1.5s infinite alternate floweranimation
}

.theme-eight #flowanim2,
.theme-eight #flowanim9 {
    animation: 2s infinite alternate floweranimation
}

.theme-eight #flowanim10,
.theme-eight #flowanim3 {
    animation: 2.5s infinite alternate floweranimation
}

.theme-eight #flowanim11,
.theme-eight #flowanim4 {
    animation: 3s infinite alternate floweranimation
}

.theme-eight #flowanim12,
.theme-eight #flowanim5 {
    animation: 1.8s infinite alternate floweranimation
}

.theme-eight #flowanim13,
.theme-eight #flowanim6 {
    animation: 2.3s infinite alternate floweranimation
}

.theme-eight #flowanim14,
.theme-eight #flowanim7 {
    animation: 2.8s infinite alternate floweranimation
}

@keyframes floweranimation {
    0%,
    100% {
        opacity: 0
    }
    30%,
    70% {
        opacity: 1
    }
}

.theme-eight .right-section-wrapper section:nth-child(even) {
    position: relative;
}

.theme-eight .right-section-wrapper section:last-child{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.theme-eight .page-heading {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-family: var(--heading-font) !important;
    font-size: 52px;
    position: relative;
    line-height: 52px
}


.theme-eight .right-section-wrapper section .curve-top {
    height: 163px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: -120px;
    z-index: -1
}

.theme-eight .right-section-wrapper section .curve-bottom .st0,
.theme-eight .right-section-wrapper section .curve-top .st0 {
    fill: rgba(0, 0, 0, 0.1)
}

.theme-eight .right-section-wrapper section .curve-bottom svg,
.theme-eight .right-section-wrapper section .curve-top svg {
    height: 120px;
    width: 4326px;
    position: relative;
    left: 50%;
    margin-left: -2163px
}

.theme-eight .right-section-wrapper section .curve-bottom {
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: -120px;
    transform: rotate(180deg);
    z-index: -1
}

.theme-eight .right-section-wrapper section:nth-child(2n) .curve-bottom,
.theme-eight .right-section-wrapper section:nth-child(2n) .curve-top {
    display: none;
    visibility: hidden
}


.theme-eight .right-section-wrapper section {
   position: relative;
   padding-top: 100px;
   padding-bottom: 100px;
}


.theme-eight .right-section-wrapper section .container-fluid {
    padding-left: 60px;
    padding-right: 60px
}

.theme-eight .happycouples-wrapper {
    text-align: center
}

.theme-eight .happycouples-wrapper ul.socialmedias {
    width: 100%;
    padding: 0;
    margin: 0px 0 0;
    text-align: center;
    display: table
}

.theme-eight .happycouples-wrapper ul.socialmedias li {
    list-style: none;
    padding: 0;
    margin: 4px;
    display: inline-block
}

.theme-eight .happycouples-wrapper ul.socialmedias li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--ButtonColor);
    font-size: 14px;
    line-height: 35px;
    color: var(--ButtonColor);
    transition-duration: .3s
}

.theme-eight .happycouples-wrapper ul.socialmedias li a:hover {
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
    text-decoration: none
}

.theme-eight .happycouples-wrapper .col-xl-4 h4 {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    font-size: 22px;
    color: var(--headingColor);
    text-align: center
}

.theme-eight .happycouples-wrapper .col-xl-4 .happycouple-pic {
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
    text-align: center
}

.theme-eight .happycouples-wrapper .col-xl-4 .happycouple-pic .st0{fill-rule:evenodd;clip-rule:evenodd;fill:var(--PrimaryColor);}

.theme-eight .happycouples-wrapper .col-xl-4 .happycouple-pic span {
    width: 240px;
    height: 250px;
    background: url(../img/savedate-logo.svg) center/120px 120px no-repeat #fddfb7;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    
}

.theme-eight .happycouples-wrapper .col-xl-4 .happycouple-pic span::before{
    width: 240px;
    height: 250px;
    position: absolute;
    top: -10px;
    right: -10px;
    content: '';
    border: 2px solid var(--PrimaryColor);
    border-radius: 10px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;

    animation: 3.2s infinite alternate profile-arch;
}


@keyframes profile-arch {

    0% {
        top: -10px;
        right: -10px;
    }

    50% {
        top: 10px;
        right: 10px;
    }

    100% {
        top: -10px;
        right: -10px;
    }


}

.theme-eight .happycouples-wrapper .col-xl-4 .happycouple-pic span img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    
}

.theme-eight .couple-middle-image {
    width: 100%;
    position: relative;
    display: table;
    height: 100%
}

.theme-eight .couple-middle-image  svg{
    width:60%
}

.theme-eight .couple-middle-image #heart1{
    animation: 6s infinite alternate banner-circle-animation;
    transform-origin: center;
    transform-box: fill-box;
}

.theme-eight .couple-middle-image #heart2{
    animation: 5s infinite alternate banner-circle-animation;
    transform-origin: center;
    transform-box: fill-box;
}

.theme-eight .couple-middle-image #heart3{
    animation: 3s infinite alternate banner-circle-animation;
    transform-origin: center;
    transform-box: fill-box;
}

.theme-eight .couple-middle-image #love1{
    animation: 3s infinite alternate clove-anim;
    transform-origin: center;
    transform-box: fill-box;
}

.theme-eight .couple-middle-image #love3{
    animation: 3.5s infinite alternate clove-anim;
    transform-origin: center;
    transform-box: fill-box;
}

.theme-eight .couple-middle-image #love2{
    animation: 4s infinite alternate clove-anim;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes clove-anim {
    0%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
}

.theme-eight .couple-middle-image .st0{fill:var(--textcolor);}
.theme-eight .couple-middle-image .st1{fill:var(--textcolor);}
.theme-eight .couple-middle-image .st2{fill:var(--PrimaryColor);}

.theme-eight .couple-middle-image font,
.theme-eight .location-content-wrapper span {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}



.theme-eight #boyhead {
    animation: 5s infinite boyheadanimation
}

@keyframes boyheadanimation {
    0%,
    100% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(20deg)
    }
}

.theme-eight #girlhead {
    animation: 5s infinite girlheadanimation
}

@keyframes girlheadanimation {
    0%,
    100% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-10deg)
    }
}

.theme-eight .happycouple-pic svg {
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -10px;
    z-index: 500;
    width: 220px;
    height: 220px;
    animation: 4s infinite alternate procircleanimation;
}

@keyframes procircleanimation {
    0%,
    100% {
        transform: rotate(-10deg)
    }
    50% {
        transform: rotate(10deg)
    }
}

.theme-eight .happycouple-pic .st0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:var(--PrimaryColor);
}

.theme-eight .location-image-con {
    width: 100%;
    height: 260px;
    background: url(../img/savedate-logo.svg) center center/120px 120px no-repeat #fddfb7;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.theme-eight .location-image-con img {
    width: 100%;
    /* height: 260px; */
    object-fit: cover
}

.theme-eight .location-content-wrapper {
    width: 100%;
    display: table;
    height: 100%
}

.theme-eight .footer-credits .col-lg-6:nth-child(2),
.theme-eight .when-where-wrapper .col-lg-6:first-child .col-lg-7 {
    text-align: right
}

.theme-eight .when-where-wrapper .col-lg-6 .col-lg-7 button {
    display: inline-block;
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
    padding: 5px 25px;
    margin: 0;
    border: none;
    outline: 0;
    font-weight: 500;
    font-size: 15px;
    border-radius: 18px;
}

.theme-eight .when-where-wrapper .col-lg-6 .col-lg-7 h4 {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    font-size: 22px;
    color: var(--headingColor)
}

.theme-eight .middle-buttons-wrapper {
    width: 100%;
    position: relative;
    background: var(--GradientColor);
    border-radius: 10px;
}



.theme-eight .middle-buttons-wrapper .col-xl-4 {
    padding: 20px 0;
    /* position: relative */
}

.theme-eight .middle-buttons-wrapper .col-xl-4:nth-child(2):before {
    width: 1px;
    height: 100%;
    background: var(--BackgroundColor);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: .2
}

.theme-eight .middle-buttons-wrapper .col-xl-4:nth-child(2):after {
    width: 1px;
    height: 100%;
    background: var(--BackgroundColor);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    opacity: .2;
}

.theme-eight .middle-buttons-wrapper button {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    outline: 0;
    background: 0 0;
    cursor: pointer;

}

.theme-eight .middle-buttons-wrapper h6 {
    width: auto;
    display: inline-block;
    color: var(--BackgroundColor);
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 16px
}

.theme-eight .middle-buttons-wrapper span {
    width: 70px;
    height: 70px;
    background: var(--ButtonColor);
    border-radius: 50%;
    line-height: 70px;
    color: var(--ButtonTextColor);
    font-size: 22px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px
}

.theme-eight .video-wrapper {
    width: 100%;
    position: relative;
    z-index: 10;
}

.theme-eight .youtube-thumbnail {
    width: 100%;
    position: relative;
    display: inline-block
}

.theme-eight .youtube-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.theme-eight .youtube-thumbnail button {
    padding: 0;
    margin: -35px 0 0 -35px;
    background: 0 0;
    outline: 0;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    color: var(--PrimaryColor);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 62px;
    line-height: 70px
}

.theme-eight .warm-regards {
    position: relative
}

.theme-eight .warm-regards .container-fluid {
    position: relative;
    z-index: 10
}

.theme-eight .regards-bg {
    position: absolute;
    left: 50%;
    margin-left: -25vw;
    width: 50vw;
    bottom: -120px;
    z-index: 0;
    opacity: .1
}

.theme-eight .warm-regards .col-xl-3 h5 {
    color: var(--headingColor);
    padding: 0;
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: center
}

.theme-eight .warm-regards .col-xl-3 h6 {
    color: var(--textcolor);
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: center
}

.theme-eight .warmregards-con {
    width: 100%;
    text-align: center;
    display: block
}

.theme-eight .warmregards-con span {
    width: 140px;
    height: 140px;
    background: url("../img/savedate-logo.svg") center center/80px 80px no-repeat #fddfb7;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.theme-eight .warmregards-con span img {
    width: 100%;
    height: 140px;
    object-fit: cover
}

.theme-eight .footer-con {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0 !important;
    text-align: center
}

.theme-eight .thankyou-img {
    width: 300px
}

.theme-eight .footer-con .cycle {
    width: 100%;
    float: left;
    margin-top: 60px
}

.theme-eight .footer-con .cycle img {
    width: 130px
}

.theme-eight .footer-btm {
    width: 100%;
    margin-top: 0;
}

.theme-eight .craftedby {
    width: 100%;
    text-align: center;
    background-color: #ed5f78;
    color: #fff;
    padding: 10px 0 0;
    margin: 0;
    height: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    float: left
}

.theme-eight .craftedby:hover {
    text-decoration: none;
    color: #fff;
    background-color: #de4b65
}

.theme-eight .underline-img {
    width: 30%;
    margin: 20px 35%
}

.theme-eight .digital-card {
    padding: 0;
    margin: 45px 0 0;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500
}

.theme-eight .footer-links {
    margin-top: 00px;
    margin-bottom: 30px
}

.theme-eight .footer-links .col-lg-6:first-child {
    text-align: right;
    padding-right: 45px
}

.theme-eight .footer-links .col-lg-6:last-child {
    text-align: left;
    border-left: 1px solid #767676;
    padding-left: 45px
}

.theme-eight .footer-links .col-lg-6:last-child a {
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    color: #fff;
    float: left;
    margin-right: 10px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    margin-top: 8px
}

.theme-eight .footer-links .col-lg-6:first-child img {
    margin-top: 6px
}

.theme-eight .footer-links .col-lg-6:last-child a i {
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.theme-eight .footer-links .col-lg-6:last-child a:hover {
    background-color: #fff;
    color: #000
}

.theme-eight .footer-links h6 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 500
}

.theme-eight .footer-credits {
    width: 100%;
    margin-top: 0;
    color: #ccc;
    font-size: 15px;
    padding: 26px 0;
    position: relative;
    background: var(--GradientColor);
}



.theme-eight .footer-credits .col-lg-6:first-child {
    text-align: left
}

.theme-eight .footer-credits p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
}

.theme-eight .footer-credits a {
    text-decoration: none;
    color: #fff;
}

.theme-eight .footer-credits a:hover {
    color: var(--ButtonColor)
}

.theme-eight .footer-logo {
    width: 150px;
    height: 145px;
    background: url(../img/savedate-logo.svg) no-repeat;
    float: left;
    left: 50%;
    margin-left: -75px;
    margin-bottom: -130px;
    z-index: 995;
    animation: 6s ease-out infinite alternate footerimg;
    position: relative
}

@-webkit-keyframes footerimg {
    0%,
    100% {
        transform: rotate(-12deg)
    }
    50% {
        transform: rotate(12deg)
    }
}

.theme-eight .yourown-invitation {
    width: 100%;
    color: var(--textcolor);
    padding: 0;
    margin: 25px 0 30px;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    display: inline-block
}

.theme-eight .footer-btm .create-btn {
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    margin: 0 0 35px;
    border: none;
    outline: 0;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    width: 160px;
    position: relative;
    cursor: pointer
}

.theme-eight .thankyou-wrapper {
    width: 100%;
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 60px;
}

.theme-eight .thankyou-wrapper svg {
    height: 100px
}

.theme-eight .thankyou-wrapper .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--textcolor);
    opacity: 1
}

.theme-eight #loveanimations1 {
    opacity: 1;
    animation: 3s linear infinite heartanimone
}

@keyframes heartanimone {
    0% {
        transform: translateY(0);
        opacity: 0
    }
    10%,
    90% {
        opacity: 1
    }
    100% {
        transform: translateY(-60px);
        opacity: 0
    }
}

.theme-eight #loveanimations2 {
    opacity: 1;
    animation: 2s linear infinite heartanimone
}

.theme-eight #loveanimations3 {
    opacity: 1;
    animation: 2.5s linear infinite heartanimone
}

.theme-eight #loveanimations4 {
    opacity: 1;
    animation: 3.5s linear infinite heartanimone
}

.theme-eight .whatsapp-sharebtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    border: none;
    background-color: var(--ButtonColor);
    text-align: center;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    color: var(--ButtonTextColor);
    font-size: 22px;
    cursor: pointer;
    outline: 0 !important;
    line-height: 60px
}

.theme-eight .whatsapp-sharebtn:hover {
    text-decoration: none;
    color: var(--ButtonTextColor)
}


.theme-eight .invitation-con .modal-body span,
.theme-eight .socialmedia-share {
    width: 100%;
    text-align: center
}





.theme-eight .parallax-wrap {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.theme-eight .parallax-wrap span {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: auto
}

.theme-eight #mouse-circle {
    position: absolute;
    width: 100px;
    height: 90px;
    animation: 1s infinite heartbeat;
    margin: 0 auto;
    z-index: 100;
    opacity: .3
}

.theme-eight #mouse-circle:after,
.theme-eight #mouse-circle:before {
    position: absolute;
    content: "";
    left: 50px;
    top: 0;
    width: 50px;
    height: 80px;
    background: var(--PrimaryColor);
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.theme-eight #mouse-circle:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

@keyframes heartbeat {
    0%,
    100%,
    40%,
    80% {
        transform: scale(.75)
    }
    20%,
    60% {
        transform: scale(1)
    }
}


.footer-wrapper{
    background: none;
    padding: 0px 20px;
    min-height: 55px;
    display: table;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.15);
}

.footer-wrapper .footer-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.footer-wrapper .row{
    margin-left: 0px;
    margin-right: 0px;
}

.footer-wrapper .row .col-lg-6{
    padding-left: 0px;
    padding-right: 0px;
}

.footer-wrapper p {
    color: #666666;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block;
    float: left;
}


.footer-wrapper .col-lg-6:last-child{
	text-align: right;
}

.footer-wrapper .col-lg-6:last-child a{
	font-size: 14px;
	padding: 0;
	margin: 0px 25px 0px 0px;
    color: #666666;
	line-height: 25px;
	text-decoration: none;
}

.footer-wrapper .col-lg-6:last-child a:hover{
    color: var(--PinkColor);
}

.footer-wrapper .col-lg-6:last-child a:last-child{
    margin-right: 0px;
}



.deactivate-wrappder-div{
    width: 100%;
    text-align: center;
    height: calc(100vh - 100px);
    margin-top: 100px;
    display: table;
    font-family: Roboto, sans-serif !important
}

.deactivate-wrappder-div .deactivate-wrappder-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}   

.deactivate-wrappder-div .deactivate-wrappder-middlealign p{
    color: #575354;
    padding: 0px 0px;
    margin: 0px 0px 35px 0px ;
    font-size: 15px;
}

.deactivate-wrappder-div .deactivate-wrappder-middlealign h4{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.deactivate-wrappder-div .deactivate-wrappder-middlealign span{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.deactivate-wrappder-div .deactivate-wrappder-middlealign span img{
    height: 80px;
    display: inline-block;
}

.deactivate-wrappder-div .deactivate-wrappder-middlealign .yellowbutton-style{
    padding: 0px 25px;
    margin: 0px;
    height: 36px;
    background: #ffd159;
    color: #000;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    transition-duration: 0.3s;
}

.deactivate-wrappder-div .deactivate-wrappder-middlealign .yellowbutton-style:hover{
    background: #ed5f78;
    color: #fff;
}

.dashboard-bg{
    width: 100%;
    overflow-x: hidden;
}

.bgcolor-wrapper .bgcolor-three{
    width: 440px;
    height: 440px;
    position: absolute;
    bottom: 50%;
    right: -110px;
    z-index: -1;
    opacity: 0.25;
    background: radial-gradient(50% 50% at 50% 50%, #3e948c 0%, rgba(255, 255, 255, 0) 100%);
    animation: bgcolor-three-anim 8s infinite alternate;
    animation-direction: alternate;
    animation-timing-function: ease-out;
}


@-webkit-keyframes bgcolor-three-anim {
	0% {
		bottom: 70%;
	}

	50% {
		bottom: 10%;
	}

	100% {
		bottom: 70%;
	}
}

.bgcolor-wrapper .bgcolor-two{
    width: 440px;
    height: 440px;
    position: absolute;
    bottom: 10%;
    left: 100px;
    z-index: -1;
    opacity: 0.25;
    background: radial-gradient(50% 50% at 50% 50%, #ffd159 0%, rgba(255, 255, 255, 0) 100%);
    animation: bgcolor-two-anim 7s infinite alternate;
    animation-direction: alternate;
    animation-timing-function: ease-out;
}

@-webkit-keyframes bgcolor-two-anim {
	0% {
		bottom: 10%;
	}

	50% {
		bottom: 60%;
	}

	100% {
		bottom: 10%;
	}
}

.bgcolor-wrapper .bgcolor-one{
    width: 440px;
    height: 440px;
    position: absolute;
    top: -80px;
    left: 20%;
    z-index: -1;
    opacity: 0.15;
    background: radial-gradient(50% 50% at 50% 50%, #ed5f78 0%, rgba(255, 255, 255, 0) 100%);
    animation: bgcolor-one-anim 7s infinite alternate;
    animation-direction: alternate;
    animation-timing-function: ease-out;
}

@-webkit-keyframes bgcolor-one-anim {
	0% {
		left: 20%;
	}

	50% {
		left: 50%;
	}

	100% {
		left: 20%;
	}
}

.bgcolor-wrapper{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    overflow: hidden;
}

.deactivate-header{
    width: 100%;
    position: fixed;
    top: 40px;
    left: 0px;
    z-index: 1030;
    text-align: center;
}

.deactivate-header .header-logo{
    display: inline-block;
}

.deactivate-header .header-logo img{
    height: 110px;
    position: relative;
    animation: footerimg 6s infinite alternate;
	animation-direction: alternate;
	animation-timing-function: ease-out;
}



/*send greetings style */

.sendgreetings-wrap{
    border: none;
    border-radius: 15px;
}

.sendgreetings-wrap .modal-body {
    padding: 55px 40px;
    position: relative;
}



.sendgreetings-wrap input,
.sendgreetings-wrap textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    transition-duration: .3s;
    font-size: 15px;
    outline: 0
}

.sendgreetings-wrap textarea {
    height: 120px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.sendgreetings-wrap input {
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 6px
}

.sendgreetings-wrap input:focus,
.sendgreetings-wrap textarea:focus {
    border-color: var(--PrimaryColor)
}

.sendgreetings-wrap .sendbtn {
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
    padding: 0px 20px;
    margin: 5px 0px 0px 0px;
    border: none;
    outline: 0;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 45px;
}

.sendgreetings-wrap h5 {
    font-family: Roboto, sans-serif !important;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: #161616;
}

.sendgreetings-wrap span{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.sendgreetings-wrap span img{
    width: auto;
    height: 75px;
    display: inline-block;
}

.sendgreetings-wrap .modal-body .close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    background-color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;

    border: none;
    outline: 0;
    color: var(--textcolor);
}

.sendgreetings-wrap .modal-body .close:hover{
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
}

.sendgreetings-wrap .socialmedia-share{
    width: 100%;
    text-align: center;
    display: block;
}

.sendgreetings-wrap .socialmedia-share button{
    width: 45px;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 50%;
    line-height: 45px;
    margin: 2px 2px;
    color: #fff;
    display: inline-block;
}

.sendgreetings-wrap .socialmedia-share button.messgenger {
    background: #0080fb;
}

.sendgreetings-wrap .socialmedia-share button.facebook {
    background: #4865a8
}

.sendgreetings-wrap .socialmedia-share button.twitter {
    background: #000
}

.sendgreetings-wrap .socialmedia-share button.linkedin {
    background: #0274b3
}

.sendgreetings-wrap .socialmedia-share button.email {
    background: #cb4133
}

.sendgreetings-wrap .socialmedia-share button.whatsapp {
    background: #34b521
}

.sendgreetings-wrap.invitationcard{
    overflow: hidden;
}

.sendgreetings-wrap.invitationcard .modal-body{
    padding: 0px 0px ;
}

.sendgreetings-wrap.invitationcard img{
    width: 100%;
    height: auto;
}

/*send greetings style end */


.theme-eight .bannerwrapper-table{
    width: 100%;
    height: 100vh;
    display: table;
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-item img{
    height: calc(100vh - 160px);
    width: 100%;
    object-fit: cover;
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder{
    width: 580px;
    position: relative;
    display: inline-block;
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel{
    border-radius: 300px;
    overflow: hidden;
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: -20px;
    border: 2px solid var(--PrimaryColor);
    border-radius: 300px;
    z-index: 100;
    animation: 6s linear infinite bannerline-anim;
}

@keyframes bannerline-anim {
    0% {
        left: 20px;
        top: -20px;
    }

    50% {
        left: -20px;
        top: 20px;
    }

    100% {
        left: 20px;
        top: -20px;
    }
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line svg{
    position: absolute;
    right: -30px;
    bottom: 180px;
    width: 120px;
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line .st0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:var(--PrimaryColor);
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line .circle-name-holder{
    width: 140px;
    height: 140px;
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -70px;
    background: var(--ButtonColor);
    border-radius: 50%;
    padding-top: 24px;
    animation: 4s linear infinite letterrotation;
    transform-origin: center center;
}


@keyframes letterrotation {
    0% {
        transform: rotate(-30deg)
    }

    50% {
        transform: rotate(30deg)
    }

    100% {
        transform: rotate(-30deg)
    }
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line .circle-name-holder h2{
    color: var(--ButtonTextColor);
    font-family: var(--heading-font) !important;
    padding: 0;
    margin: 0;
    font-size: 52px;
    line-height: 46px;
}


.theme-eight .middle-align-banner-text span h4{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 48px;
    text-transform: uppercase;
    color: var(--textcolor);
    letter-spacing: 20px;
}

.theme-eight .middle-align-banner-text span h6{
    width: 100%;
    text-align: center;
    display: block;
    color: var(--textcolor);
    font-size: 20px;
}

.theme-eight .middle-align-banner-text h5{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: var(--textcolor);
    font-weight: 500;
    text-align: center;
}   

.theme-eight .middle-align-banner-text h5 b{
    color: var(--headingColor);
}



.theme-eight .middle-align-banner-text .housewarming-text{
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.theme-eight .middle-align-banner-text .housewarming-text svg{
    height: 340px;
    display: inline-block;
}

.theme-eight .middle-align-banner-text .housewarming-text #leaf2{
    animation: 3.5s infinite alternate heading-flower-left-animation;
    transform-origin: right bottom;
    transform-box: fill-box
}

@keyframes heading-flower-left-animation {

    0%,
    100% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(-25deg)
    }
}

.theme-eight .middle-align-banner-text .housewarming-text #leaf1{
    animation: 3.5s infinite alternate heading-flower-left-animations;
    transform-origin: left bottom;
    transform-box: fill-box
}

@keyframes heading-flower-left-animations {

    0%,
    100% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(25deg)
    }
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line .circle-name-holder .st0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:var(--ButtonTextColor);
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line .circle-name-holder{
    text-align: center;
}

.theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line .circle-name-holder svg{
    right: 42px ;
    bottom: auto !important;
    height: 80px;
    width: auto;
    display: inline-block;
    top: 26px;
}


.theme-eight .middle-align-banner-text .housewarming-text .st0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:var(--PrimaryColor);
}

.theme-eight .middle-align-banner-text .housewarming-text .st1{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:var(--headingColor);
}

.theme-eight .middle-align-banner-text .housewarming-text .st2{
    fill:var(--textcolor);
}




.theme-eight .middle-align-banner-text .housewarming-text #hearticon2{
    animation: 4s linear infinite hearanimation;
    transform-origin: center center;
}

.theme-eight .middle-align-banner-text .housewarming-text #hearticon3{
    animation: 3s linear infinite hearanimation;
    transform-origin: center center;
}

.theme-eight .middle-align-banner-text .housewarming-text #hearticon4{
    animation: 3.5s linear infinite hearanimation;
    transform-origin: center center;
}


@keyframes hearanimation {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.theme-eight .middle-align-banner-text .housewarming-text #hearticon1{
    animation: 3.5s linear infinite heartzoom;
    transform-origin: center center;
}

@keyframes heartzoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}


.theme-eight .marquee-text {
    width: 100%;
    border: 2px solid var(--PrimaryColor);
    padding: 0 0 0 0px;
    margin: 0px 0 0;
    min-height: auto;
    border-radius: 30px;
    position: relative
}

.theme-eight .marquee-text marquee {
    line-height: 40px;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--headingColor)
}

.theme-eight .marquee-text span {
    margin-right: 24px;
    margin-left: 20px;
    font-weight: 400;
    color: var(--headingColor)
}

.theme-eight .marquee-text strong{
    color: var(--PrimaryColor);
}

.theme-eight .marquee-text b{
    color: var(--PrimaryColor);
}

.theme-eight .banner-text-table{
    width: 100%;
    height: calc(100vh - 100px);
    display: table;
}

.theme-eight .banner-text-table .middle-align-banner-text{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}


.theme-eight .banner-date {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: var(--textcolor);
    position: relative;
    margin-top: 25px;
    text-align: center;
}

.theme-eight .banner-date font {
    position: relative;
    bottom: 18px;
}

.theme-eight .banner-date span {
    color: var(--PrimaryColor);
    padding: 0px 20px;
    margin: 0px 20px;
    font-size: 64px;
    font-weight: 900;
    position: relative;
}

.theme-eight .banner-date span::before {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: var(--headingColor);
    opacity: 0.2;
}

.theme-eight .banner-date span::after {
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    background: var(--headingColor);
    opacity: 0.2;
}

.theme-eight .bannerheading-underline{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.theme-eight .bannerheading-underline svg{
    height: 35px;
}

.theme-eight .bannerheading-underline .st0{
    fill:var(--textcolor);
}

.theme-eight .bannerheading-underline .st1{
    fill:var(--PrimaryColor);
    animation: 4s linear infinite cogwheelanim;
    transform-origin: center center;
}

@keyframes cogwheelanim {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(180deg)
    }
}

.theme-eight .bannerheading-underline #leaf1,
.theme-eight .bannerheading-underline #leaf5,
.theme-eight .bannerheading-underline #leaf9{
    animation: 3s linear infinite leafanim;
}

.theme-eight .bannerheading-underline #leaf2,
.theme-eight .bannerheading-underline #leaf6,
.theme-eight .bannerheading-underline #leaf10{
    animation: 3.5s linear infinite leafanim;
}

.theme-eight .bannerheading-underline #leaf3,
.theme-eight .bannerheading-underline #leaf7,
.theme-eight .bannerheading-underline #leaf11{
    animation: 4s linear infinite leafanim;
}

.theme-eight .bannerheading-underline #leaf4,
.theme-eight .bannerheading-underline #leaf8,
.theme-eight .bannerheading-underline #leaf12{
    animation: 4.5s linear infinite leafanim;
}

@keyframes leafanim {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.theme-eight .adventure-awaits{
    width: 100%;
    background: none;
    background: none;
    padding: 20px 45px 20px 45px;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: -140px;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.theme-eight .adventure-awaits::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--GradientColor);
    content: '';
    opacity: 0.9;
}

.theme-eight .adventure-awaits h3{
    color: var(--ButtonTextColor);
    font-size: 32px;
    font-weight: bold;
    margin: 6px 0px 0px 10px;
    padding: 0px;
    text-align: left;
    position: relative;
    z-index: 100;
}

.theme-eight .adventure-awaits h3 span{
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 22px;
}

.theme-eight .couple-middle-image .st0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:var(--PrimaryColor);
}

.theme-eight .couple-middle-image #heart1{
    animation: 3.5s infinite alternate heartanimation;
}

.theme-eight .couple-middle-image #heart2{
    animation: 4s infinite alternate heartanimation;
}

.theme-eight .couple-middle-image #heart3{
    animation: 4.5s infinite alternate heartanimation;
}


@keyframes heartanimation{

    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }


}

.theme-eight .headingtop-art{
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
}

.theme-eight .headingtop-art .st0{
    fill:var(--PrimaryColor);
}

.theme-eight .headingtop-art .st1{
    fill:var(--ButtonColor);
}

.theme-eight .headingtop-art svg{
    height: 60px;
}

.theme-eight .headingtop-art .st0{
    fill:var(--ButtonTextColor);
}

.theme-eight .headingtop-art #leaf-right .st0,
.theme-eight .headingtop-art #leaf-left .st0{
    fill:var(--ButtonColor);
}

.theme-eight .headingtop-art span{
    width: 56px;
    height: 56px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 50%;
    border-radius: 50%;
    margin-left: -28px;
    padding-top: 10px;
    color: var(--ButtonTextColor);
    font-family: var(--heading-font) !important;
    font-size: 20px;
    line-height: 18px;
    animation: 4s linear infinite letterrotation;
    transform-origin: center center;
}

.theme-eight .headingtop-art span svg{
    height: 26px;
    position: relative;
    top: 5px;
}


.theme-eight .headingtop-art #leaf-left{
    animation: 3s infinite alternate leftleafanimation;
    transform-origin: right;
    transform-box: fill-box;
}


@keyframes leftleafanimation {

    0% {
        transform: rotate(-3deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

.theme-eight .headingtop-art #leaf-right{
    animation: 3s infinite alternate rightleafanimation;
    transform-origin: left;
    transform-box: fill-box;
}

@keyframes rightleafanimation {

    0% {
        transform: rotate(-3deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

.seprate-line-div{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: -12px;
    text-align: center;
}

.seprate-line-div svg{
    height: 18px;
    display: inline-block;
}

.seprate-line-div .st0{
    fill:var(--PrimaryColor);
}


.seprate-line-div  #circle1,
.seprate-line-div  #circle5,
.seprate-line-div  #circle9,
.seprate-line-div  #circle13,
.seprate-line-div  #circle17,
.seprate-line-div  #circle21,
.seprate-line-div  #circle25,
.seprate-line-div  #circle29,
.seprate-line-div  #circle33,
.seprate-line-div  #circle37,
.seprate-line-div  #circle41,
.seprate-line-div  #circle45,
.seprate-line-div  #circle49,
.seprate-line-div  #circle53,
.seprate-line-div  #circle57,
.seprate-line-div  #circle61 {
    animation: 4s linear infinite linesperate-anim;
    transform-origin: center center;
    transform-box: fill-box;
}

.seprate-line-div  #circle2,
.seprate-line-div  #circle6,
.seprate-line-div  #circle10,
.seprate-line-div  #circle14,
.seprate-line-div  #circle18,
.seprate-line-div  #circle22,
.seprate-line-div  #circle26,
.seprate-line-div  #circle30,
.seprate-line-div  #circle34,
.seprate-line-div  #circle38,
.seprate-line-div  #circle42,
.seprate-line-div  #circle46,
.seprate-line-div  #circle50,
.seprate-line-div  #circle54,
.seprate-line-div  #circle58,
.seprate-line-div  #circle62 {
    animation: 5s linear infinite linesperate-anim2;
    transform-origin: center center;
    transform-box: fill-box;
}

.seprate-line-div  #circle3,
.seprate-line-div  #circle7,
.seprate-line-div  #circle11,
.seprate-line-div  #circle15,
.seprate-line-div  #circle19,
.seprate-line-div  #circle23,
.seprate-line-div  #circle27,
.seprate-line-div  #circle31,
.seprate-line-div  #circle35,
.seprate-line-div  #circle39,
.seprate-line-div  #circle43,
.seprate-line-div  #circle47,
.seprate-line-div  #circle51,
.seprate-line-div  #circle55,
.seprate-line-div  #circle59 {
    animation: 6s linear infinite linesperate-anim;
    transform-origin: center center;
    transform-box: fill-box;
}

.seprate-line-div  #circle4,
.seprate-line-div  #circle8,
.seprate-line-div  #circle12,
.seprate-line-div  #circle16,
.seprate-line-div  #circle20,
.seprate-line-div  #circle24,
.seprate-line-div  #circle28,
.seprate-line-div  #circle32,
.seprate-line-div  #circle36,
.seprate-line-div  #circle40,
.seprate-line-div  #circle44,
.seprate-line-div  #circle48,
.seprate-line-div  #circle52,
.seprate-line-div  #circle56,
.seprate-line-div  #circle60 {
    animation: 7s linear infinite linesperate-anim2;
    transform-origin: center center;
    transform-box: fill-box;
}

@keyframes linesperate-anim {
    0% {
        transform: rotate(0deg)
    }

    40% {
        transform: rotate(-180deg)
    }

    60% {
        transform: rotate(-180deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes linesperate-anim2 {
    0% {
        transform: rotate(0deg)
    }

    40% {
        transform: rotate(180deg)
    }

    60% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(0deg)
    }
}




.when-where-wrapper .whenwhere-address-text {
    text-align: center;
    margin: 12px 0px;
}

.when-where-wrapper .whenwhere-address-text p{
    padding: 0;
    margin: 0px 0px 20px 0px;
}


.when-where-wrapper .whenwhere-address-text h4 {
    width: 100%;
    padding: 0;
    margin: 20px 0 8px 0px;
    font-size: 22px;
    color: var(--headingColor)
}

.when-where-wrapper .whenwhere-address-text button{
    display: inline-block;
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
    padding: 5px 25px;
    margin: 0;
    border: none;
    outline: 0;
    font-weight: 500;
    font-size: 15px;
    border-radius: 18px;
}

.whenwhere-address-text button:hover{
    background: var(--ButtonColor) !important;
}

.theme-eight .location-imagediv {
    width: 280px;
    height: 200px;
    background: url(../img/savedate-logo.svg) center center / 120px 120px no-repeat #fddfb7;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.theme-eight .location-imagediv img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.theme-eight .namingceremony-text-div{
    text-align: center;
    width: 100%;
}

.theme-eight .namingceremony-text-div h4{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--headingColor);
    font-size: 26px;
    font-weight: bold;
}

.theme-eight .namingceremony-text-div p {
    text-align: center;
    padding: 0;
    margin: 0px 0px 25px 0px;
}


.theme-eight .namingceremony-text-div h6{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--headingColor);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    
}

.theme-eight .namingceremony-text-div h6 span{
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
}



.theme-eight .namingceremony-text-div .namewilbe-revealedon{
    width: 100%;
    border: 2px dashed var(--PrimaryColor);
    margin-bottom: 25px;
    display: block;
    border-radius: 10px;
    padding: 25px 0px 20px 0px;
}

.theme-eight .namingceremony-text-div .namewilbe-revealedon h6{
    color: var(--PrimaryColor);
    padding: 0;
    margin: 0px 0px 15px 0px;
}


.theme-eight .namingceremony-text-div .namewilbe-revealedon #countdown1{
    margin-top: 0px;
}

.theme-eight .namingceremony-text-div .namewilbe-revealedon #countdown1 ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
}

.theme-eight .namingceremony-text-div .namewilbe-revealedon #countdown1 ul li {
    list-style: none;
    padding: 10px 0;
    margin: 0 0%;
    text-align: center;
    width: 22%;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
}



.theme-eight .namingceremony-text-div .namewilbe-revealedon #countdown1 ul li span {
    width: 100%;
    height: auto;
    line-height: normal;
    color: var(--PrimaryColor);
    text-align: center;
    display: inline-block;
    font-weight: 600;
    font-size: 34px;
    color: var(--ButtonTextColor);
}

.theme-eight .namingceremony-text-div .namewilbe-revealedon #countdown1 ul li h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--ButtonTextColor);
    font-weight: bold;
    font-size: 12px;
    opacity: .8
}

.theme-eight .namingceremony-text-div h1{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--PrimaryColor);
    font-size: 52px;
    font-family: var(--heading-font) !important;
}


/* Slick Slider Greetings start */

.greetings-wrapper-div{
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.greetings-wrapper-div .page-heading{
    margin-bottom: 30px;
}

.greetings-wrapper-div .greetings-item{
    width: 100%;
    position: relative;
    border-radius: 10px;
    padding: 30px 25px 30px 25px;
    border-bottom: 2px solid var(--PrimaryColor);
    min-height: auto;
    z-index: 100;
}

.greetings-wrapper-div .greetings-item::before{
    width: 100%;
    height: 100%;
    background: var(--headingColor);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: .04;
    border-radius: 5px;
    text-align: center;
    z-index: -1;
}

.greetings-wrapper-div .greetings-item p{
    font-style: italic;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    line-height: 26px;
}

.greetings-wrapper-div .greetings-item h6{
    width: 100%;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    color: var(--headingColor);
}

/* Slick Slider Greetings end */

.headingstyle-wrap{
    text-align: center;
    margin-bottom: 40px;
}

.headingstyle-wrap h1.page-heading{
    margin-bottom: 18px;
}

.headingstyle-wrap p{
    padding: 0;
    margin: 0;
}

.whenwhere-address-text button{
    width: auto;
    padding: 6px 25px;
    margin: 0px 0px 0px 0px;
    background: var(--PrimaryColor);
    color: var(--BackgroundColor);
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
}


.event-details-section .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
    display: block;
    text-align: center;
}

.event-details-section .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.event-details-section .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.event-details-section .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.event-details-section .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.event-details-section .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.event-details-section .socialmedia-icons li a.tw {
    background: #000000;
}

.event-details-section .socialmedia-icons li a.li {
    background: #0e72a3;
}

.event-details-section .socialmedia-icons li a.in {
    background: #f6523f;
}

.event-details-section .socialmedia-icons li a.em{
    background: #ec4134;
}

.event-details-section{
    width: 100%;
    text-align: center;
}

.event-details-section .enquiry-numbers h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-weight: 500;
    font-size: 15px;
    color: var(--textcolor);
}

.event-details-section .enquiry-numbers h4{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #000;
}

.event-details-section .enquiry-numbers h4 a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.event-details-section .enquiry-numbers{
    width: 100%;
    display: block;
    margin-bottom: 35px;
}

.venue-dresscode{
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 15px 0px;
}

.venue-dresscode .venuedress-item{
    width: 100%;
    position: relative;
    min-height: 75px;
    padding-top: 12px;
}

.venue-dresscode .col-lg-6:first-child .venuedress-item{
    text-align: right;
}

.venue-dresscode .col-lg-6:last-child .venuedress-item{
    text-align: left;
}

.venue-dresscode .venuedress-item h5{
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.venue-dresscode .venuedress-item h6{
    color: var(--textcolor);
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    display: block;
}

.venue-dresscode .col-lg-6:last-child .venuedress-item{
    padding-left: 95px;
}

.venue-dresscode .col-lg-6:first-child .venuedress-item{
    padding-right: 95px;
}

.venue-dresscode .col-lg-6:last-child .venuedress-item span{
    right: auto;
    left: 0px;
}

.venue-dresscode .venuedress-item span{
    width: 75px;
    height: 75px;
    background: var(--ButtonColor);
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
}

.venue-dresscode .venuedress-item span img{
    width: auto;
    height: 40px;
    display: inline-block;
    margin-top: 18px;
}

.whenwhere-address-text{
    width: 100%;
    display: block;
    margin: 35px 0px;
}

.supported-artists{
    margin-bottom: 35px;
}

.supported-artists h2{
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 600;
    position: relative;
}

.supported-artists h2 font{
    font-weight: normal;
    font-size: 36px;
    position: relative;
    top: -5px;
    margin: 0px 15px;
}

.supported-artists h5{
    font-size: 16px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--textcolor);
    font-weight: 500;
}

.event-items-con{
    width: 100%;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0px 0px 35px 0px;
}


.event-items-con li{
    list-style: none;
    display: inline-block;
    padding: 20px 0px 20px 0px;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 122, 1, .2);
    width: 180px;
    margin: 0px 5px;
}

.event-items-con li h6{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.event-items-con li span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 18px;
}

.event-items-con li span img{
    width: auto;
    height: 60px;
    display: inline-block;
}

.logos-scroll{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 60px;
}

.logos-scroll .col-lg-3{
    padding-left: 10px;
    padding-right: 10px;
}

.logos-item-con{
    width: 100%;
    height: 100px;
    display: table;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    background: #fff;
}

.logos-item-con span{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.logos-item-con span img{
    max-width: 80%;
    max-height: 80px;
    object-fit: contain;
    display: inline-block;
}

.banner-carousel .carousel-item img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



.theme-eight .header-topfixed {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1020;
}

.theme-eight .header-topfixed button {
    width: 45px;
    height: 45px;
    background: var(--ButtonColor);
    color: var(--ButtonTextColor);
    float: right;
    padding: 0;
    margin: 0 0 0 1px;
    border: none;
    outline: 0;
    font-size: 16px;
    cursor: pointer;
}


.theme-eight .sidemenubar {
    width: 267px;
    right: -270px;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999;
    background: var(--PrimaryColor);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    display: table;
}
.theme-eight .sidemenubar.videsidebar {
    right: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.theme-eight .sidemenubar ul {
    padding: 0;
    margin: 56px 0 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.theme-eight .sidemenubar ul li {
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: normal;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.theme-eight .sidemenubar ul li:last-child {
    border-bottom: none;
}
.theme-eight .sidemenubar ul li a {
    padding: 16px 0;
    margin: 0;
    color: var(--ButtonTextColor);
    font-weight: 500;
}
.theme-eight .sidemenubar ul li a:focus,
.theme-eight .sidemenubar ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--ButtonTextColor);
}
.theme-eight .sidemenubar button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: none;
    background: #db4761;
    color: #fff;
    padding: 14px 0;
}




.banner-carousel{
    position: relative;
}

.fakeweddings{
    width: 500px;
    margin-left: -250px;
    height: auto;
    position: absolute !important;
    left: 50%;
    bottom: 190px;
    z-index: 100;
}

.eventshotby{
    width: 100%;
    display: block;
    margin-bottom: 55px;
}

.eventshotby h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.eventshotby span img{
    width: auto;
    height: 100px;
}

.Create-button{
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.Create-button button{
    width: auto;
    display: inline-block;
    border: none;
    outline: none;
    background: var(--PrimaryColor);
    color: var(--BackgroundColor);
    font-size: 15px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 20px;
    margin: 0px 5px;
}

.Create-button button:hover{
    background: var(--ButtonColor);
}


/* Slick Slider Greetings start */

.greetings-wrapper-div{
    width: 100%;
    position: relative;
    margin-top: 0px;
}

.greetings-wrapper-div .greetings-item{
    width: 100%;
    position: relative;
    border-radius: 10px;
    padding: 30px 25px 30px 25px;
    border-bottom: 2px solid var(--PrimaryColor);
    min-height: auto;
    z-index: 100;
}

.greetings-wrapper-div .greetings-item::before{
    width: 100%;
    height: 100%;
    background: var(--PrimaryColor);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: .08;
    border-radius: 5px;
    text-align: center;
    z-index: -1;
}

.greetings-wrapper-div .greetings-item p{
    font-style: italic;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    line-height: 26px;
}

.greetings-wrapper-div .greetings-item h6{
    width: 100%;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    color: var(--headingColor);
}

/* Slick Slider Greetings end */

.event-details-section .col-lg-5 p{
    padding: 0;
    margin: 0;
}

.event-details-section .col-lg-5 .socialmedia-icons{
    margin-top: 30px;
}

.event-details-section .col-lg-5 h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 24px;
}

.event-details-section .col-lg-5 .propic-wrapper{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
}   

.event-details-section .col-lg-5 .propic-wrapper span{
    width: 320px;
    height: 330px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
}

.event-details-section .col-lg-5 .propic-wrapper span img{
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 15px;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
}

.event-details-section .col-lg-5 .propic-wrapper span::before{
    width: 320px;
    height: 330px;
    border-radius: 15px;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    border: 2px solid var(--PrimaryColor);
    position: absolute;
    left: 12px;
    top: 12px;
    content: '';
    z-index: 100;
}

.event-details-section .col-lg-2 svg{
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.event-details-section .col-lg-2 .st0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:var(--ButtonColor);
}

.section-wrapper-div section:nth-child(even){
    background: rgba(255, 122, 1, .1);
}

.section-wrapper-div section{
    padding-top: 120px;
    padding-bottom: 60px;
}

.greetings-wrappper{
    padding-top: 0px !important;
}

.greetings-wrappper .middle-buttons-wrapper{
    margin-bottom: 120px;
}

.banner-captions-div{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
    height: 100%;
    display: table;
    padding-bottom: 140px;
    background: rgba(0, 0, 0, .2);
}

.banner-captions-div span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.banner-captions-div span h2{
    font-family: var(--heading-font) !important;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: #fff;
    font-size: 74px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); 
}

.banner-captions-div span h5{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); 
}

.banner-captions-div span h5 font{
    color: var(--ButtonColor);
    border: 2px solid var(--ButtonColor);
    display: inline-block;
    padding: 5px 20px ;
    font-size: 16px;
    border-radius: 15px;
}

.banner-captions-div span h6{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: var(--ButtonColor);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); 
}






@media screen and (max-width:1224px) {
    
}


@media screen and (max-width:1024px) {
    .theme-eight.viewsidebar {
        padding-left: 0
    }
    .theme-eight .leftsidebar {
        left: -251px
    }
    .theme-eight #mouse-circle,
    .theme-eight .leftsidebar:after {
        display: none;
        visibility: hidden
    }
    .theme-eight .videsidebarmenu {
        left: 0;
        background: var(--BackgroundColor);
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
    }

    .theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder{
        width: 440px;
    }

    .theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line svg{
        width: 80px;
    }

    .theme-eight #countdown ul li{
        width: 85px;
        height: 85px;
        margin: 0px 5px;
    }

    .theme-eight #countdown ul li span{
        font-size: 28px;
    }

    .theme-eight .side-menubar ul li a .text{
        display: none;
        visibility: hidden;
    }

    .theme-eight .adventure-awaits h3{
        font-size: 32px;
    }

    .theme-eight .middle-align-banner-text .housewarming-text svg {
        height: 240px;
        display: inline-block;
    }

    .theme-eight .adventure-awaits h3 {
        font-size: 28px;
    }

    .theme-eight #countdown2 ul li{
        margin: 0px 5px;
    }
    
}

@media screen and (max-width:980px) {
   
    .theme-eight .banner-wrapper .col-xl-7:last-child {
        padding-right: 15px
    }
    .banner-images {
        clip-path: none;
        border-radius: 0px 0px 0px 0px
    }
    .theme-eight .banner-wrapper .mouse-icon {
        display: none;
        visibility: hidden
    }
    
    .theme-eight .countdowntimer-wrapper {
        padding: 25px;
        text-align: center;
        border-radius: 15px
    }
    .theme-eight .countdowntimer-wrapper h3 {
        margin-bottom: 20px
    }
    .theme-eight .right-section-wrapper section .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
    .theme-eight .couple-middle-image font svg {
        width: 140px
    }
    .theme-eight .gallery div img {
        height: 160px !important
    }
    .theme-eight .video-wrapper .col-lg-4,
    .theme-eight .warm-regards .col-lg-3 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .theme-eight .banner-text-table{
        height: auto;
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .theme-eight .adventure-awaits h3,
    .theme-eight .adventure-awaits h3 span{
        padding: 0px;
        text-align: center;
    }

    .theme-eight #countdown ul{
        text-align: center;
        margin-top: 30px;
    }

    .theme-eight .bannerwrapper-table{
        height: auto;
    }

    .theme-eight .bannerwrapper-table .bannerwrapper-middlelaign{
        padding-top: 45px;
    }

    .theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-item img{
        height: 550px;
    }

    .theme-eight .banner-wrapper{
        padding-bottom: 20px;
    }

    .theme-eight .middle-align-banner-text .housewarming-text svg {
        height: 320px;
        display: inline-block;
    }

    .theme-eight #countdown2 ul{
        text-align: center;
        margin-top: 20px;
    }

    .theme-eight .adventure-awaits{
        margin-top: 20px;
        border-radius: 10px;
    }

    .event-items-con li{
        width: 170px;
    }

    .fakeweddings{
        width: 500px;
        margin-left: -250px;
        bottom: 300px;
    }

    .event-details-section .col-lg-2{
        display: none;
        visibility: hidden;
    }

    .event-details-section .col-lg-5:last-child{
        margin-top: 45px;
    }

    .banner-captions-div,
    .banner-carousel .carousel-item img{
        height: 600px;
        padding-bottom: 0px;
    }
   
}

@media screen and (max-width:520px) {
    .theme-eight .banner-wrapper .col-xl-5 span h1 {
        font-size: 38px
    }
    .theme-eight .banner-wrapper .col-xl-5,
    .theme-eight .parallax-wrap {
        height: auto
    }
    .theme-eight .parallax-wrap span {
        position: relative;
        margin-top: 40px;
        margin-bottom: 0px
    }
    .theme-eight .banner-images {
        clip-path: none;
        border-radius: 0px 0px 0px 0px;
        overflow: hidden !important;
        z-index: 600
    }
    
    .theme-eight .countdowntimer-wrapper h3 {
        font-size: 36px
    }
    .theme-eight .countdowntimer-wrapper h4,
    .theme-eight .yourown-invitation {
        font-size: 16px
    }
    .theme-eight .page-heading {
        font-size: 32px
    }
    .theme-eight section .curve-top {
        height: 40px !important;
        top: -40px !important
    }
    .theme-eight section .curve-bottom {
        height: 40px !important;
        bottom: -40px !important
    }
    .theme-eight section .curve-bottom svg,
    .theme-eight section .curve-top svg {
        height: 40px !important
    }
    
    .theme-eight .right-section-wrapper section:nth-child(odd) {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .theme-eight .right-section-wrapper section:nth-child(2n) {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .theme-eight .location-content-wrapper span {
        text-align: center;
        margin-top: 15px;
        width: 100%;
        display: inline-block
    }
    .theme-eight .when-where-wrapper .col-lg-6:first-child {
        margin-bottom: 55px
    }
    .theme-eight .middle-buttons-wrapper span {
        margin-right: 0;
        margin-bottom: 6px
    }
    .theme-eight .middle-buttons-wrapper h6 {
        font-size: 13px
    }
    .theme-eight .gallery div img {
        height: 140px !important
    }
    .theme-eight .gallery {
        margin-left: -5px !important;
        margin-right: -5px !important
    }
    .theme-eight .gallery .col-lg-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }
    .theme-eight .gallery .col-lg-3 a {
        width: 100% !important
    }
    .theme-eight .footer-credits .col-lg-6:last-child {
        display: none;
        visibility: hidden
    }
    .theme-eight .footer-credits .col-lg-6 p {
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 5px 0 0;
    }
    
   
    .theme-eight .happycouples-wrapper .col-lg-4:first-child {
        margin-bottom: 15px
    }
    .theme-eight .happycouples-wrapper .col-lg-4:nth-child(2) {
        margin-bottom: 65px
    }
    
    .theme-eight .whatsapp-sharebtn {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }
    .theme-eight .side-menubar ul {
        padding-bottom: 45px
    }

    .bgcolor-wrapper .bgcolor-three,
    .bgcolor-wrapper .bgcolor-two,
    .bgcolor-wrapper .bgcolor-one{
        width: 240px;
        height: 240px;
    }

    .bgcolor-wrapper .bgcolor-two{
        left: -100px;
    }
   
    .theme-eight .middle-align-banner-text span h6{
        font-size: 16px;
    }

    .theme-eight .middle-align-banner-text span h4{
        font-size: 38px;
        letter-spacing: 15px;
        padding-left: 15px; 
    }

    .theme-eight .middle-align-banner-text span h1{
        font-size: 38px;
    }

    .theme-eight .middle-align-banner-text span h1:before{
        border: 4px solid var(--BackgroundColor);
        width: 40px;
        height: 40px;
        margin-top: -22px;
        line-height: 26px;
        font-size: 18px;
    }

    .theme-eight .banner-date span{
        font-size: 54px;
    }
   
    .theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder{
        width: 340px;
    }
    
    .theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line{
        z-index: 900;
    }

    .theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line .circle-name-holder{
        left: 50%;
        margin-left: -50px;
        bottom: -50px;
        top: auto;
        width: 100px;
        height: 100px;
        padding-top: 18px;
    }

    .theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line .circle-name-holder h2{
        font-size: 38px;
        line-height: 34px;
    }

    .theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-item img{
        height: 450px;
    }

    .theme-eight .adventure-awaits{
        padding: 45px 15px;
    }

    .theme-eight #countdown2 ul li {
        width: 65px;
        height: 65px;
        margin: 0px 2px;
        padding-top: 10px;
    }

    .theme-eight #countdown2 ul li span{
        font-size: 22px;
    }

    .theme-eight #countdown2 ul li h6{
        font-size: 11px;
    }

    .theme-eight .adventure-awaits h3{
        font-size: 26px;
    }

    .theme-eight .banner-wrapper{
        padding-bottom: 65px;
    }

    .theme-eight .right-section-wrapper .happycouples-wrapper{
        padding-top: 20px !important;
    }

    .theme-eight .middle-align-banner-text .housewarming-text svg {
        height: auto;
        width: 100%;
        display: inline-block;
    }

    .theme-eight .middle-align-banner-text h5{
        font-size: 18px;
    }

    .theme-eight .bannerwrapper-table .bannerwrapper-middlelaign .carousel-holder .carousel-line .circle-name-holder svg {
        right: 28px !important;
        bottom: auto !important;
        height: 60px;
        width: auto;
        display: inline-block;
        top: 20px;
    }

    .theme-eight .housewarming-text-div h1{
        font-size: 40px;
    }

    .theme-eight .middle-buttons-wrapper h6{
        width: 100%;
    }

    .banner-carousel .carousel-item img{
        height: 420px;
    }

    .event-items-con{
        width: 100%;
        display: block;
    }

    .event-items-con li{
        width: 44%;
        margin: 1%;
        display: inline-block;
    }

    .supported-artists h2{
        font-size: 28px;
    }

    .supported-artists h2 font{
        font-size: 24px;
    }

    .event-details-section,
    .gallery-wrapper,
    .video-wrapper{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .venue-dresscode .col-lg-6:first-child .venuedress-item{
        padding-right: 0px;
        padding-left: 95px;
    }

    .venue-dresscode .venuedress-item span{
        right: auto;
        left: 0px;
    }

    .venue-dresscode .col-lg-6:first-child .venuedress-item{
        text-align: left;
        margin-bottom: 15px;
    }

    .fakeweddings{
        width: 300px;
        margin-left: -150px;
        bottom: 280px;
    }

    .banner-captions-div,
    .banner-carousel .carousel-item img{
        height: 450px;
        padding-bottom: 0px;
    }

    .banner-captions-div span h2{
        font-size: 42px;
    }

    .banner-captions-div span h5 font{
        font-size: 13px;
    }

    .banner-captions-div span h6{
        font-size: 16px;
    }

    .section-wrapper-div section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .greetings-wrappper .middle-buttons-wrapper{
        margin-bottom: 70px;
    }

}