@font-face {
    font-family: 'Roboto';
    src: url(../fonts/fonts/Roboto-Bold.woff2) format('woff2'), url(../fonts/fonts/Roboto-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/fonts/Roboto-Medium.woff2) format('woff2'), url(../fonts/fonts/Roboto-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/fonts/Roboto-Light.woff2) format('woff2'), url(../fonts/fonts/Roboto-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/fonts/Roboto-Regular.woff2) format('woff2'), url(../fonts/fonts/Roboto-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: 'Roboto', sans-serif !important;
    --HeadingColor: #151515;
    --TextColor: #595353;
    --PrimaryColor: #ef4a6b;
    --BorderColor: #d2d2d2;
    --LightBgColor: #fdedf0;
    --WhiteColor: #fff;
    --gradientColor: linear-gradient(to right, rgb(255 218 212) 0%, rgb(248 246 244) 50%, rgb(206 239 246) 100%);
    transition-duration: 0.3s;
    background: url(../img/bg.webp) top no-repeat;
    background-size: 100% auto
}

.container {
    max-width: 1340px !important
}

button {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif !important
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--TextColor);
    font-family: 'Roboto', sans-serif !important
}

a {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
    color: var(--HeadingColor)
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.events-scroll-wrap .slick-dots,
.features-scroll-wrap .slick-dots,
.testimonialswrapper-scroll .slick-dots {
	bottom: -25px !important;
}

.events-scroll-wrap .slick-dots li button,
.features-scroll-wrap .slick-dots li button,
.testimonialswrapper-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	
}

.events-scroll-wrap .slick-dots li button,
.features-scroll-wrap .slick-dots li button,
.testimonialswrapper-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	
}

.events-scroll-wrap li button:before,
.features-scroll-wrap li button:before,
.testimonialswrapper-scroll li button:before {
	display: none;
	visibility: hidden;
}

.events-scroll-wrap .slick-dots li.slick-active button,
.features-scroll-wrap .slick-dots li.slick-active button,
.testimonialswrapper-scroll .slick-dots li.slick-active button {
	background: var(--PrimaryColor);
}

.events-scroll-wrap .slick-dots li.slick-active button,
.features-scroll-wrap .slick-dots li.slick-active button,
.testimonialswrapper-scroll .slick-dots li.slick-active button {
	background: var(--PrimaryColor);
}

.events-scroll-wrap .slick-dots li button,
.features-scroll-wrap .slick-dots li button,
.testimonialswrapper-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}








.footer-credencials {
    width: 100%;
    background: var(--LightBgColor);
    padding: 20px 0;
    margin: 0 0
}

.footer-credencials p {
    padding: 0;
    margin: 0;
    color: var(--TextColor);
    font-size: 14px;
    line-height: normal
}

.footer-credencials .col-lg-6:last-child {
    text-align: right
}

.footer-credencials .col-lg-6:last-child a {
    color: var(--TextColor);
    text-decoration: none
}

.footer-credencials .col-lg-6:last-child a:hover {
    color: var(--PrimaryColor)
}

.footer-credencials .col-lg-6:last-child span {
    margin: 0 20px
}

.footertop-bar {
    width: 100%;
    background: var(--PrimaryColor);
    color: #fff;
    padding: 0;
    margin: 0
}

.footertop-bar .row {
    margin-left: 0;
    margin-right: 0
}

.footertop-bar .row .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid #f48097
}

.footertop-bar .row .col-lg-3:first-child {
    border-left: 1px solid #f48097
}

.footertop-bar .footertop-item {
    width: 100%;
    display: table;
    text-align: center;
    padding: 0;
    margin: 0;
    min-height: 115px
}

.footertop-bar .footertop-item span {
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle
}

.footertop-bar .footertop-item span h5 {
    font-size: 16px;
    color: #fff;
    width: auto;
    text-align: left;
    line-height: 22px;
    display: inline-block;
    position: relative
}

.footertop-bar .row .col-lg-3:nth-child(1) .footertop-item span h5 {
    padding-left: 72px
}

.footertop-bar .row .col-lg-3:nth-child(1) .footertop-item span h5::before {
    width: 57px;
    height: 59px;
    position: absolute;
    left: 0;
    top: -7px;
    background: url(../img/trusted-by-thousand-of-couples.webp) no-repeat;
    content: ''
}

.footertop-bar .row .col-lg-3:nth-child(2) .footertop-item span h5 {
    padding-left: 66px
}

.footertop-bar .row .col-lg-3:nth-child(2) .footertop-item span h5::before {
    width: 51px;
    height: 59px;
    position: absolute;
    left: 0;
    top: -7px;
    background: url(../img/support-for-all-your-event-needs.webp) no-repeat;
    content: ''
}

.footertop-bar .row .col-lg-3:nth-child(3) .footertop-item span h5 {
    padding-left: 72px
}

.footertop-bar .row .col-lg-3:nth-child(3) .footertop-item span h5::before {
    width: 57px;
    height: 59px;
    position: absolute;
    left: 0;
    top: -7px;
    background: url(../img/thousands-for-memorable-events.webp) no-repeat;
    content: ''
}

.footertop-bar .row .col-lg-3:nth-child(4) .footertop-item span h5 {
    padding-left: 75px
}

.footertop-bar .row .col-lg-3:nth-child(4) .footertop-item span h5::before {
    width: 60px;
    height: 59px;
    position: absolute;
    left: 0;
    top: -7px;
    background: url(../img/round-the-clock-assistance.webp) no-repeat;
    content: ''
}

.footer-about-text {
    width: 100%;
    padding: 30px 30px;
    margin: 70px 0 60px 0;
    background: var(--LightBgColor)
}

.footer-about-text p {
    padding: 0;
    margin: 0;
    color: var(--TextColor);
    font-size: 14px;
    line-height: 24px
}

.footerbottom-links {
    margin-bottom: 80px
}

.footerbottom-links hr {
    width: 100%;
    padding: 0;
    margin: 60px 0 60px 0;
    background: var(--TextColor);
    height: 1px;
    border: none
}

.footerbottom-links .row .col-lg-3,
.footertop-links .row .col-lg-3 {
    flex: 0 0 auto;
    width: 20%
}

.footertop-links .row .col-lg-3:last-child {
    flex: 0 0 auto;
    width: 40%
}

.footerbottom-links .row .col-lg-3 h4,
.footertop-links .row .col-lg-3 h4 {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--HeadingColor)
}

.footerbottom-links .row .col-lg-3 ul,
.footertop-links .row .col-lg-3 ul {
    width: 100%;
    padding: 0;
    margin: 0
}

.footerbottom-links .row .col-lg-3 ul li,
.footertop-links .row .col-lg-3 ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: normal
}

.footerbottom-links .row .col-lg-3 ul li:last-child,
.footertop-links .row .col-lg-3 ul li:last-child {
    margin-bottom: 0
}

.footerbottom-links .row .col-lg-3 ul li a,
.footertop-links .row .col-lg-3 ul li a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    color: var(--TextColor);
    font-size: 14px
}

.footerbottom-links .row .col-lg-3 ul li a:hover,
.footertop-links .row .col-lg-3 ul li a:hover {
    color: var(--PrimaryColor)
}

.footertop-links .row .col-lg-3 p {
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: 24px;
    color: var(--TextColor);
    font-size: 14px
}











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

.header-wrapper .headertop-div {
    width: 100%;
    background: rgb(239 74 107 / .1);
    min-height: 40px;
    border-bottom: 1px solid rgb(239 74 107 / .3);
    transition-duration: 0.3s
}

.header-wrapper .headertop-div .col-lg-5 p {
    padding: 0;
    margin: 0;
    line-height: 40px;
    font-size: 13px
}

.header-wrapper .headertop-div .col-lg-7 {
    text-align: right
}

.header-wrapper .headertop-div .col-lg-7 ul {
    width: auto;
    padding: 0;
    margin: 0;
    display: inline-flex
}

.header-wrapper .headertop-div .col-lg-7 ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-right: 1px solid #c9c8cd
}

.header-wrapper .headertop-div .col-lg-7 ul li:first-child {
    border-left: 1px solid #c9c8cd
}

.header-wrapper .headertop-div .col-lg-7 ul li a {
    color: var(--TextColor);
    line-height: 40px;
    font-size: 14px;
    width: 40px;
    display: inline-block;
    text-align: center;
    padding: 0
}

.header-wrapper .headertop-div .col-lg-7 ul li a:hover {
    background: var(--PrimaryColor);
    color: var(--LightBgColor)
}

.header-wrapper .headertop-div .top-links {
    width: auto;
    display: inline-block;
    color: var(--TextColor);
    font-size: 14px
}

.header-wrapper .headertop-div .top-links a {
    text-decoration: none;
    color: var(--TextColor);
    font-weight: 400;
    padding: 0 25px
}

.header-wrapper .headertop-div .top-links a:hover {
    color: var(--PrimaryColor)
}

.header-menu-wrapper {
    width: 100%;
    position: relative;
    transition-duration: 0.3s;
    padding: 25px 0;
    background: #fff0
}

.header-menu-wrapper .logo {
    display: inline-block
}

.header-menu-wrapper .logo img {
    width: auto;
    height: 50px;
    display: inline-block;
    transition-duration: 0.3s
}

.header-menu-wrapper .col-lg-9 {
    text-align: right
}

.header-menu-wrapper .col-lg-9 .buttonstyle {
    float: right;
    margin-top: 5px
}

.header-menu-wrapper .col-lg-9 .navbar {
    padding: 0 0;
    width: auto;
    display: inline-block;
    margin-top: 5px
}

.header-menu-wrapper .col-lg-9 .navbar li a {
    padding: 0 30px;
    color: var(--HeadingColor);
    font-size: 15px;
    font-weight: 500;
    line-height: 40px
}

.header-menu-wrapper .col-lg-9 .navbar li a:hover {
    color: var(--PrimaryColor)
}

.f-nav .header-wrapper .headertop-div {
    margin-top: -41px
}

.f-nav .header-menu-wrapper {
    width: 100%;
    padding: 5px 0;
    background: rgb(255 255 255 / .9);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / .15);
    -moz-box-shadow: 0 0 15px 0 rgb(0 0 0 / .15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / .15);

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}


@media (max-width:992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 60px;
        width: 300px;
        height: 100%;
        z-index: 1050;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / .2);
        -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / .2);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / .2);
        background: rgb(239 74 107 / .9)
    }
    .navbar-collapse.collapsing {
        right: -300px;
        transition: height 0s ease
    }
    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out
    }
    .navbar-light .close_btn {
        color: var(--YellowColor) !important;
        right: 0;
        top: 0px !important;
        margin-left: -20px;
        background-color: #cdab81;
        width: 40px;
        height: 40px;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .menu-wrapper .navbar .navbar-nav a {
        color: #fff !important
    }
    .menu-wrapper .navbar .navbar-nav {
        margin-top: 50px
    }
    .menu-wrapper .navbar .navbar-nav a {
        padding: 10px 10px !important;
        line-height: 60px !important
    }
    .menu-wrapper .navbar .dropdown .dropdown-menu {
        padding: 10px 10px !important
    }
    .header-bar .navbar .nav-item {
        border-left: none !important;
        border-bottom: 1px dashed #dbb957
    }
    .header-bar .navbar .nav-item .nav-link {
        text-align: center;
        padding: 20px 0px !important;
        color: #fff !important;
        font-weight: 500
    }
    .navbar-light .navbar-toggler {
        border-color: #fff0;
        color: rgb(0 0 0 / .5);
        margin-top: 0;
        box-shadow: none
    }
    .header-wrapper .nav-link {
        color: #fff !important;
        padding: 5px 10px !important;
        border-radius: 4px;
        border-bottom: 1px dashed rgb(255 255 255 / .4);
        text-align: center
    }
    .header-wrapper .dropdown-item:last-child .nav-link {
        border-bottom: none
    }
    .header-wrapper .nav-link:hover {
        background: var(--HeadingColor);
        color: #fff !important
    }
}

.menuclosebtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    color: var(--HeadingColor);
    font-size: 15px
}

.buttonstyle {
    background: var(--PrimaryColor);
    padding: 0 10px;
    margin: 0;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    min-height: 40px;
    min-width: 150px;
    text-align: center;
    border-radius: 20px
}

.buttonstyle:hover {
    background: var(--HeadingColor)
}

.blog-alert-form {
    width: 100%;
    padding: 0;
    margin: 30px 0 20px 0;
    position: relative
}

.blog-alert-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    border: none;
    outline: none;
    background: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    color: var(--PrimaryColor)
}

.blog-alert-form input {
    width: 100%;
    height: 48px;
    border-radius: 3px;
    border: 1px solid var(--BorderColor);
    padding: 0 75px 0 10px;
    font-size: 14px;
    transition-duration: 0.3s;
    outline: none
}

.blog-alert-form input:focus {
    border-color: var(--PrimaryColor)
}

.header-menu-wrapper .buttonstyle{
    font-size: 13px;
}

.banner-wrapper-div{
    width: 100%;
    display: block;
    margin-top: 160px;
}

.banner-bottom-section{
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--PrimaryColor);
}

.banner-bottom-section .row{
    margin-left: 0px;
    margin-right: 0px;
}

.banner-bottom-section .row .col-lg-3{
    padding-left: 0px;
    padding-right: 0px;
    width: 20%;
    text-align: center;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.banner-bottom-section .row .col-lg-3::before{
    width: 9px;
    height: 93px;
    background: url(../img/seperate-line.svg) no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    content: '';
    margin-top: -46px;
    opacity: 0.4;
}

.banner-bottom-section .row .col-lg-3:last-child:after{
    width: 9px;
    height: 93px;
    background: url(../img/seperate-line.svg) no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    content: '';
    margin-top: -46px;
    opacity: 0.4;
}

.banner-bottom-section .row .col-lg-3 h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--WhiteColor);
    font-weight: 400;
    font-size: 15px;
    opacity: 0.8;
}

.banner-bottom-section .row .col-lg-3 h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 2px 0px;
    color: var(--WhiteColor);
    font-weight: 700;
    font-size: 28px;
}

.page-headings{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 34px 0px;
    font-size: 48px;
    font-weight: 300;
    color: var(--HeadingColor);
}

.page-headings b{
    color: var(--PrimaryColor);
    font-weight: 700;
}

.events-icon-con{
    width: 100%;
    padding: 45px 15px;
    margin: 0;
    background: var(--LightBgColor);
    border-radius: 10px;
    border: none;
    position: relative;
    overflow: hidden;
}

.events-icon-con::before{
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    background: var(--PrimaryColor);
    transition-duration: 0.3s;
}

.events-icon-con:hover::before{
    width: 100%;
}

.events-icon-con p{
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.events-icon-con h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    text-align: center;
    font-weight: 500;
    color: var(--HeadingColor);
    font-size: 18px;
    transition-duration: 0.3s;
}

.events-icon-con:hover h5{
    color: var(--PrimaryColor);
}

.events-icon-con:hover span img{
    transform: rotateY(180deg);
}

.events-icon-con span{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.events-icon-con span img{
    width: auto;
    height: 66px;
    object-fit: cover;
    display: inline-block;
    transition-duration: 0.3s;
}

.events-scroll-wrap,
.features-scroll-wrap,
.testimonialswrapper-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.events-scroll-wrap .col-lg-3,
.features-scroll-wrap .col-lg-3,
.testimonialswrapper-scroll .col-lg-4{
    padding-left: 12px;
    padding-right: 12px;
}

.events-wrapper-div{
    margin-top: 100px;
}

.features-wrapper-div{
    width: 100%;
    margin-top: 100px;
}

.features-wrapper-div h2{
    text-align: left;
}

.features-wrapper-div ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 40px 0px;
    display: table;
}

.features-wrapper-div ul li{
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 10px 0px 0px 0px;
    position: relative;
    width: 50%;
    display: inline-block;
    color: var(--TextColor);
}

.features-wrapper-div ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--PrimaryColor); 
}

.features-wrapper-div .col-lg-6:last-child{
    text-align: right;
}

.features-wrapper-div .col-lg-6:last-child img{
    width: auto;
    height: 610px;
    object-fit: cover;
}

.features-wrapper-container{
    width: 100%;
    height: 100%;
    display: table;
}

.features-wrapper-container .features-wrapper-middle{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.scrollingtext-wrap{
    width: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
	padding: 0px 0px 15px 0px;
    margin: 80px 0px 0px 0px;
    left: 0px;
    margin-left: 0%;
}

.scrollingtext-wrap .text {
    font-size: 14px;
	text-transform: inherit;
	animation: animate_topscrolls 90s linear infinite;
}

.scrollingtext-wrap .text span{
    width: auto;
    height: auto;
    line-height: normal;
    display: inline-block;
    padding: 0px 120px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    line-height: 100px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color:var(--PrimaryColor);
}

@keyframes animate_topscrolls {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}

.scrollingtext-wrap .text span font{
    color: #cff0f7;
    -webkit-text-stroke-width: 0px;
    border: none;
    position: absolute;
    top: 15px;
    right: 30px;
}


.ourthemes-wrapper-div{
    width: 100%;
    position: relative;
    margin-top: 80px;
    padding: 0px 80px;
}

.ourthemes-wrapper-div .color-bg{
    border-radius: 15px;
    background: var(--gradientColor);
    padding: 80px 0px;
}

.ourthemes-wrapper-div .col-lg-6:first-child{
    text-align: right;
}

.ourthemes-wrapper-div .col-lg-6:first-child p{
    padding: 0;
    margin: 0;
}

.ourthemes-wrapper-div .col-lg-6:last-child .buttonstyle{
    margin-top: 8px;
}

.theme-itemdiv{
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background: var(--WhiteColor);
    position: relative;
    border: none;
    display: block;
    overflow: hidden;
}

.theme-itemdiv div{
    width: 100%;
    height: 80px;
    display: table;
    padding: 0px 15px;
    margin: 0px;
    text-align: center;
}

.theme-itemdiv div h6{
    text-align: center;
    color: var(--HeadingColor);

    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    transition-duration: 0.3s;
}

.theme-itemdiv:hover div h6{
    color: var(--PrimaryColor);
}

.theme-itemdiv span{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    height: 200px;
    background: var(--PrimaryColor);
    position: relative;
    overflow: hidden;
}

.theme-itemdiv span img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.theme-itemdiv:hover span img{
    opacity: 0.25;
    transform: scale(1.1);
}

.theme-itemdiv span i{
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 40%;
    margin-top: -11px;
    z-index: 100;
    color: var(--WhiteColor);
    font-size: 22px;
    transition-duration: 0.3s;
    opacity: 0;
}

.theme-itemdiv:hover span i{
    top: 50%;
    opacity: 1;
}

.steps-create-events{
    width: 100%;
    text-align: center;
    background: var(--PrimaryColor);
    border-radius: 10px;
    margin-top: 45px;
}

.steps-create-events .row{
    margin-left: 0px;
    margin-right: 0px;
}

.steps-create-events .row .col-lg-3{
    padding: 45px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.steps-create-events .row .col-lg-3 p{
    padding: 0;
    margin: 0;
    color: var(--WhiteColor);
    line-height: 24px;
    opacity: 0.8;
}

.steps-create-events .row .col-lg-3:last-child{
    border-right: none;
}

.steps-create-events .row .col-lg-3 h5{
    width: 100%;
    padding: 0;
    margin: 20px 0px 10px 0px;
    color: var(--WhiteColor);
    font-size: 18px;
}

.steps-create-events .row .col-lg-3 span{
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    background: var(--WhiteColor);
    text-align: center;
    position: relative;
}

.steps-create-events .row .col-lg-3 span img{
    width: auto;
    height: 120px;
    object-fit: contain;
}

.steps-create-events .row .col-lg-3.col-lg-3 span::before{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    content: '';
    background: #f0ccd3;
    border-radius: 50%;
    outline: 5px solid var(--PrimaryColor);
    color: var(--PrimaryColor);
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    z-index: 100;
}

.steps-create-events .row .col-lg-3.col-lg-3:nth-child(1) span::before{
    content: '01';
}

.steps-create-events .row .col-lg-3.col-lg-3:nth-child(2) span::before{
    content: '02';
}

.steps-create-events .row .col-lg-3.col-lg-3:nth-child(3) span::before{
    content: '03';
}

.steps-create-events .row .col-lg-3.col-lg-3:nth-child(4) span::before{
    content: '04';
}

.reasontochoose-wrapper .col-lg-7 h2{
    text-align: left;
}

.reasontochoose-wrapper .col-lg-7 ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 40px 0px;
    display: table;
}

.reasontochoose-wrapper .col-lg-7 ul li{
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 10px 0px 0px 0px;
    position: relative;
    width: 100%;
    display: inline-block;
    color: var(--TextColor);
}

.reasontochoose-wrapper .col-lg-7 ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--PrimaryColor); 
}

.reasontochoose-wrapper .col-lg-5 img{
    width: 100%;
    padding: 0;
    margin: 15px 0px 0px 0px;
    position: relative;
}

.reasontochoose-wrapper{
    margin-top: 100px;
}

.testimonials-wrapper{
    width: 100%;
    background: var(--gradientColor);
    padding: 80px 0px;
    margin-top: 100px;
}




.testimonials-item{
    width: 100%;
    display: block;
    text-decoration: none;
    border: none;
    background: var(--WhiteColor);
    transition-duration: 0.3s;
    border-radius: 10px;
    text-decoration: none;
}

.testimonials-item .testimonials-footer{
    width: 100%;
    position: relative;
    border-top: 1px solid var(--BorderColor);
    padding: 10px;
    min-height: 80px;
    padding-left: 90px;
    transition-duration: 0.3s;
}

.testimonials-item .testimonials-footer span{
    width: 60px;
    height: 60px;
    background: url(../img/testipropic-icon.png) no-repeat var(--LightBgColor);
    background-size: 100% auto;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    overflow: hidden;
}

.testimonials-item .testimonials-footer span img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.testimonials-item .testimonials-footer h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: var(--TextColor);
}

.testimonials-item .testimonials-footer h4{
    width: 100%;
    padding: 0;
    margin: 10px 0px 4px 0px;
    font-size: 16px;
    font-weight: 500;
    color: var(--HeadingColor);
}

.testimonials-item .testimonials-content{
    width: 100%;
    padding: 30px 20px 30px 20px;
    min-height: 200px;
}

.testimonials-item .testimonials-content p{
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-style: italic;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
           line-clamp: 5; 
    -webkit-box-orient: vertical;
    color: var(--TextColor);
}

.testimonials-item .testimonials-content h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 13px;
    color: var(--TextColor);
    font-weight: 400;
}

.testimonials-item .testimonials-content h5 i{
    margin-right: 5px;
}

.faqwrapper-div{
    margin-top: 100px;
    margin-bottom: 100px;
}


.faq-content .accordion-button{
    box-shadow: none !important;
    outline: none !important;
    font-weight: 500;
    color: var(--HeadingColor);
}

.faq-content .accordion-button{
    background: var(--WhiteColor);
    color: var(--HeadingColor);
}

.faq-content .accordion-button:not(.collapsed){
    background: var(--LightBgColor);
    color: var(--PrimaryColor);
}

.faq-content .accordion-body{
    padding: 25px 20px;
}

.faq-content .accordion-body p:last-child{
    margin-bottom: 0px;
}

.faq-content .accordion-button font{
    color: var(--PrimaryColor);
    margin-right: 4px;
}

.faqwrapper-div .row.mt-lg-5 .col-lg-6:first-child{
    text-align: right;
}

.faqwrapper-div .row.mt-lg-5 .col-lg-6:first-child p{
    padding: 0;
    margin: 0;
}

.faqwrapper-div .row.mt-lg-5 .col-lg-6:last-child{
    padding-top: 8px;
}

.banner-image-wrapper{
    width: 100%;
    position: relative;
    height: 540px;
    display: block;
    position: relative;
    text-align: center;
    background: url(../img/bg-hexagon.svg) no-repeat bottom;
    background-size: 90% auto;
}

.banner-image-wrapper .mobile-con{
    width: 425px;
    height: 540px;
    position: relative;
    z-index: 100;
    display: inline-block;
    overflow: hidden;
}

.banner-image-wrapper .mobile-con img{
    width: 425px;
    height: 540px;
    object-fit: cover;
    position: relative;
    z-index: 500;
}

.banner-image-wrapper .mobile-con::before{
    width: 380px;
    height: 525px;
    background: url(../img/screenshot.webp) no-repeat top;
    background-size: 380px auto;
    position: absolute;
    left: 50%;
    margin-left: -190px;
    bottom: 0px;
    z-index: 100;
    content: '';
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    transition-duration: 0.3s;
    background-position: 0px -3800px;
    animation: scrollBg 15s linear infinite;
}

@keyframes scrollBg {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 0px -3800px;
    }
}

.banner-image-wrapper .mobile-con::after{
    width: 380px;
    height: 525px;
    background: url(../img/360events-logo.webp) no-repeat center var(--WhiteColor);
    position: absolute;
    left: 50%;
    margin-left: -190px;
    bottom: 0px;
    z-index: 110;
    content: '';
    animation: logoFade 15s linear infinite;
    opacity: 0; 
}

@keyframes logoFade {
    0% { opacity: 1; }
    4% { opacity: 0; }
    96% { opacity: 0; }    
    100% { opacity: 1; }    
}
.banner-caption-div{
    width: 100%;
    text-align: left;
    height: 540px;
    display: table;
    padding-bottom: 45px;
}

.banner-caption-div .banner-caption-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.banner-caption-div .banner-caption-middlealign h1{
    text-align: left;
    font-size: 56px;
    margin: 0px 0px 20px 0px;
}

.banner-caption-div .banner-caption-middlealign div{
    width: 100%;
    display: block;
    margin-top: 45px;
}

.banner-caption-div .banner-caption-middlealign div .viewdetailsstyle{
    background: none;
    padding: 0 10px;
    margin: 0px 0px 0px 10px;
    border: none;
    outline: none;
    color: var(--HeadingColor);
    font-size: 15px;
    font-weight: 500;
    min-height: 40px;
    min-width: 150px;
    text-align: center;
    border-radius: 20px
}

.banner-caption-div .banner-caption-middlealign div .viewdetailsstyle:hover{
    background: var(--HeadingColor);
    color: var(--WhiteColor);
}

.banner-image-wrapper .bannericon-slide{
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 105;
    width: 75px;
    height: 75px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    padding-top: 12px;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.banner-image-wrapper .bannericon-slide .carousel-item img{
    display: inline-block;
    height: 50px;
    position: relative;
}

.banner-image-wrapper .features-carousel{
    position: absolute;
    left: 0px;
    top: 140px;
    width: 260px;
    height: 70px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 100;
    text-align: left;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    
}



.features-carousel .features-item {
    width: 100%;
    position: relative;
    min-height: 260px;
    display: inline-block;
    padding-left: 80px;
}

.features-carousel .features-item img{
    position: absolute;
    left: 8px;
    top: 8px;
}

.features-carousel .features-item h5{
    width: 100%;
    padding: 0;
    margin: 17px 0px 0px 0px;
    color: var(--HeadingColor);
    font-size: 15px;
    font-weight: 500;
}

.innerpage-banner-wrap{
    width: 100%;
    margin-top: 180px;
}

.innerpage-banner-wrap .breadcrumb{
    width: 100%;
    text-align: center;
    display: block;
}

.innerpage-banner-wrap .breadcrumb li{
    display: inline-block;
    font-size: 15px;
}

.innerpage-banner-wrap .breadcrumb li a{
    color: var(--PrimaryColor);
    font-weight: 500;
    text-decoration: none;
}

.innerpage-banner-wrap .breadcrumb li a i{
    font-size: 13px;
    margin-right: 5px;
}

.innerpage-banner-wrap .page-headings{
    margin-bottom: 20px;
}

.filter-wrapper{
    width: 100%;
    margin-top: 40px;
}

.filter-wrapper .col-lg-3 input,
.filter-wrapper .col-lg-3 select{
    width: 100%;
    height: 44px;
    border: 1px solid var(--BorderColor);
    color: var(--TextColor);
    font-size: 15px;
    padding: 0px 15px;
    border-radius: 30px;
    transition-duration: 0.3s;
}


.filter-wrapper .col-lg-3 input:focus,
.filter-wrapper .col-lg-3 select:focus{
    border-color: var(--PrimaryColor);
    outline: none;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(239,74,107,0.2); 
    box-shadow: 0px 0px 10px 0px rgba(239,74,107,0.2);
}

.needinformation-wrap{
    width: 100%;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: var(--WhiteColor);
    position: relative;
    padding: 45px 45px 45px 160px;
    border-radius: 15px;
    margin-bottom: 100px;
}

.needinformation-wrap::before{
    width: 83px;
    height: 92px;
    background: url(../img/needenquiry.png) no-repeat;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -46px;
    content: '';
}

.needinformation-wrap .col-lg-4{
    text-align: right;
}

.needinformation-wrap .col-lg-4 .buttonstyle{
    position: relative;
    display: inline-block;
    margin-top: 25px;
}

.needinformation-wrap p{
    padding: 0;
    margin: 0;
    line-height: 26px;
}

.needinformation-wrap h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 26px;
}

.listingpage-wrapper{
    width: 100%;
    margin-top: 45px;
    margin-bottom: 80px;
}

.listing-theme-item{
    width: 100%;
    padding: 0;
    margin: 12px 0px;
    background: var(--WhiteColor);
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 12px 0px;
}

.listing-theme-item .row{
    margin: 0px 0px;
}

.listing-theme-item .row .col-6{
    padding-left: 0px;
    padding-right: 0px;
}

.listing-theme-item .row .col-6:first-child{
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.listing-theme-item .row .col-6 button{
    width: 100%;
    background: var(--PrimaryColor);
    border: none;
    outline: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0px;
    color: var(--WhiteColor);
}

.listing-theme-item .row .col-6 button i{
    margin-right: 4px;
}

.listing-theme-item .row .col-6 button:hover{
    background: var(--HeadingColor);
}

.listing-theme-item .listing-image{
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 10px 0px 10px;
}

.listing-theme-item .listing-image::after{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 15px;
    right: 15px;
    content: '';
    background: var(--WhiteColor);
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 15px 0px;
}

.listing-theme-item.wedding .listing-image::after{
    background: url(../img/wedding-invitations-icon.png) no-repeat center var(--WhiteColor);
    background-size: auto 25px;
}

.listing-theme-item.engagement .listing-image::after{
    background: url(../img/engagement-invitations-icon.png) no-repeat center var(--WhiteColor);
    background-size: auto 25px;
}

.listing-theme-item.birthday .listing-image::after{
    background: url(../img/birthday-invitations-icon.png) no-repeat center var(--WhiteColor);
    background-size: auto 25px;
}

.listing-theme-item.baptism .listing-image::after{
    background: url(../img/baptism-invitations-icon.png) no-repeat center var(--WhiteColor);
    background-size: auto 25px;
}

.listing-theme-item.anniversary .listing-image::after{
    background: url(../img/annivesary-invitations-icon.png) no-repeat center var(--WhiteColor);
    background-size: auto 25px;
}

.listing-theme-item.babyshower .listing-image::after{
    background: url(../img/babyshower-invitations-icon.png) no-repeat center var(--WhiteColor);
    background-size: auto 25px;
}

.listing-theme-item .listing-image img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}

.listing-theme-item .listing-content p{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    margin: 0;
    border-top: 1px solid var(--BorderColor);
    font-size: 14px;
    line-height: normal;
}

.listing-theme-item .listing-content p i{
    color: var(--PrimaryColor);
    margin-right: 4px;
}

.listing-theme-item .listing-content {
    width: 100%;
    padding: 0px 20px;
}

.listing-theme-item .listing-image .offer{
    position: absolute;
    left: 20px;
    top: 20px;
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
    line-height: normal;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
}

.listing-theme-item .listing-content h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    color: var(--HeadingColor);
    font-size: 18px;
    font-weight: 500;
}

.listing-theme-item .listing-content h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 600;
}

.listing-theme-item .listing-content h5 i{
    font-size: 16px;
}

.listing-theme-item .listing-content h5 span{
    color: var(--TextColor);
    font-size: 13px;
    font-weight: 500;
    position: relative;
    padding: 0px 5px;
    bottom: 2px;
    margin-right: 5px;
}

.listing-theme-item .listing-content h5 span::before{
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 7px;
    background: var(--TextColor);
    content: '';
}

.listing-theme-item .listing-content h5 span i{
    font-size: 11px;
}

.listing-theme-item .listing-content h6{
    width: 100%;
    padding: 0;
    margin: 20px 0px 5px 0px;
    color: var(--headingColor);
    font-size: 12px;
    font-weight: 600;
}

.listing-theme-item .listing-content h6 i{
    font-size: 10px;
    position: relative;
    top: -1px;
}

.listing-theme-item .listing-content h6 span{
    display: inline-block;
    background: #ffb600;
    color: #332400;
    line-height: 20px;
    padding: 0px 8px;
    border-radius: 3px;
}

.sidebar-wrapper-div{
    width: 100%;
    height: 100vh;
    position: relative;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 0px 25px 0px;
    z-index: 1020;
}

.sidedarheader-wrapper{
    width: 100%;
    position: relative;
    padding: 15px 25px;
}

.sidedarheader-wrapper .header-logo{
    width: auto;
    display: inline-block;
}

.sidedarheader-wrapper .header-logo img{
    width: auto;
    height: 45px;
}

.sidedarheader-wrapper .button-style{
    width: 45px;
    height: 45px;
    float: right;
    background: var(--PrimaryColor);
    border-radius: 50%;
    border: none;
    outline: none;
    color: var(--WhiteColor);
    font-weight: 700;
    font-size: 22px;
}

.sidedarheader-wrapper .dropdown-menu li a{
    color: var(--TextColor);
    padding: 5px 15px;
    line-height: normal;
    font-size: 15px;
}

.sidedarheader-wrapper .dropdown-menu li a:hover{
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
}

.footer-fixed{
    width: 100%;
    background: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    padding: 14px 0px;
}

.footer-fixed .col-6:last-child{
    text-align: right;
}

.footer-fixed .col-6 .previewstyle{
    background: none;
    padding: 0 10px;
    margin: 0;
    border: 1px solid var(--HeadingColor);
    outline: none;
    color: var(--HeadingColor);
    font-size: 15px;
    font-weight: 500;
    min-height: 40px;
    min-width: 150px;
    text-align: center;
    border-radius: 20px
}

.footer-fixed .col-6 .previewstyle:hover{
    background: var(--HeadingColor);
    color: var(--WhiteColor);
}




.preview-wrapper {
    /* background: #ece8e6;*/
    width: 100%;
    height: calc(100vh - 0px);
    position: relative;
    text-align: center;
    overflow: hidden;
}

.desktop-mobile-btns {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 20px;
    z-index: 900;
    text-align: center;
    padding: 0;
    margin: 0;
}

.desktop-mobile-btns li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
    margin: 0;
}

.desktop-mobile-btns li a {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: block;
    color: #959697;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.desktop-mobile-btns li a:hover {
    color: var(--PrimaryColor);
}

.desktop-mobile-btns .active a {
    color: var(--PrimaryColor);
}



.preview-wrapper {
    height: 100%;
}

.laptop {
    display: inline-block;
    width: 90%;
    height: 100%;
    margin-top: 45px; 
}

.laptop iframe {
    width: 100%;
    height: calc(100vh - 145px) !important;
    border: none;
}

.smartphone {
    width: 430px;
    height: 100%; 
    margin: auto;
    overflow: hidden;
    display: none;
    margin-top: 45px; 
}

.smartphone iframe {
    width: 100%;
    height: calc(100vh - 145px) !important;
    border: none;
}


::-webkit-scrollbar {
    width: 4px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(239, 74, 107, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(239, 74, 107, 1);
}


.appreance-toggle {
    width: 50px;
    height: 50px;
    background: #fff;
    color: var(--HeadingColor);
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 20px;
    border: none;
    outline: none;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    transition-duration: 0.3s;
    font-size: 20px;
    z-index: 200;

    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.appreance-toggle:hover {
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
}

.smartphone {
    display: none;
    visibility: hidden;
}

.mobile-preview .smartphone {
    display: block;
    visibility: visible;
}

.mobile-preview .laptop {
    display: none;
    visibility: hidden;
}

.sidebar-content-wrapper{
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 0px;
    
}

.sidebar-wrapper-div .accordion-button{
    background: none !important;
}

.sidebar-wrapper-div .accordion-button:not(.collapsed){
    background: var(--LightBgColor) !important;
}

.sidebar-wrapper-div .accordion,
.sidebar-wrapper-div .accordion-item{
    background: none !important;
}

.sidebar-content-wrapper .accordion-button{
    padding-left: 65px;
}

.sidebar-content-wrapper .activesection .accordion-button:before{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #009b00;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    color: var(--WhiteColor);
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}

.sidebar-content-wrapper .accordion-button:before{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffd43b;
    content: "\f0eb";
    font-family: "Font Awesome 6 Free";
    color: var(--HeadingColor);
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}


.sidebar-content-wrapper .accordion-button .pending-text{
    display: inline-block;
    color: var(--TextColor);
    font-size: 11px;
    padding: 2px 14px;
    border-radius: 10px;
    margin-left: 20px;
    background: var(--WhiteColor);
}

.sidebar-content-wrapper .accordion-button.collapsed .pending-text{
    background: var(--LightBgColor);
}

.forminput-style,
.formlist-style{
    width: 100%;
    display: block;
    margin: 10px 0px;
}

.forminput-style h6,
.formlist-style h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-size: 14px;
    color: var(--HeadingColor);
    font-weight: 500;
}

.forminput-style input,
.forminput-style select{
    width: 100%;
    height: 42px;
    border: 1px solid var(--BorderColor);
    border-radius: 3px;
    transition-duration: 0.3s;
    padding: 0px 12px;
    color: var(--TextColor);
    font-size: 15px;
    box-shadow: none !important;
}

.forminput-style textarea{
    width: 100%;
    height: 90px;
    border: 1px solid var(--BorderColor);
    border-radius: 3px;
    transition-duration: 0.3s;
    padding: 8px 12px 0px 12px;
    color: var(--TextColor);
    font-size: 15px;
}

.forminput-style input:focus,
.forminput-style select:focus,
.forminput-style textarea:focus{
    outline: none;
    border-color: var(--PrimaryColor);
}

.formlist-style ul{
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.formlist-style ul li{
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--TextColor);
    list-style: none;
    padding-left: 20px;
    margin: 5px 0px;
}

.formlist-style ul li input{
    position: absolute;
    left: 0px;
    top: 3px;
}

.galleryimage-wrap .row{
    margin-left: -5px;
    margin-right: -5px;
}

.galleryimage-wrap .row .col-lg-3{
    padding-left: 5px;
    padding-right: 5px;
}

.galleryimage-wrap .gallery-image{
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 5px 0px;

}

.galleryimage-wrap .gallery-image img{
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.galleryimage-wrap .gallery-image button{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--WhiteColor);
    color: var(--HeadingColor);
    font-size: 14px;
    border: none;
    outline: none;
    text-align: center;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.galleryimage-wrap .gallery-image button:hover{
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
}

.sidebar-buttons{
    width: 100%;
    padding: 0px 20px;
}

.sidebar-buttons .button-item{
    width: 100%;
    border: 1px solid var(--BorderColor);
    text-align: left;
    padding: 0px 0px 0px 55px;
    border-radius: 4px;
    background: none;
    color: var(--HeadingColor);
    font-size: 15px;
    font-weight: 500;
    height: 54px;
    margin: 5px 0px;
    position: relative;
    transition-duration: 0.3s;
}


.sidebar-buttons .button-item .pending-text{
    display: inline-block;
    color: var(--TextColor);
    font-size: 11px;
    padding: 2px 14px;
    border-radius: 10px;
    margin-left: 15px;
    background: var(--LightBgColor);
}

.sidebar-buttons .button-item.activesection::before{
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #009b00;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    color: var(--WhiteColor);
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}

.sidebar-buttons .button-item:before{
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffd43b;
    content: "\f0eb";
    font-family: "Font Awesome 6 Free";
    color: var(--HeadingColor);
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}

.sidebar-buttons .button-item:hover{
    border-color: var(--PrimaryColor);
    color: var(--PrimaryColor);
}

.sidebar-buttons .button-item i{
    position: absolute;
    top: 16px;
    right: 14px;
    font-size: 15px;
}

.sidebar-buttons .sidebar-text{
    width: 100%;
    text-align: center;
    display: block;
    margin: 0px 0px 25px 0px;
}

.sidebar-buttons .sidebar-text h4{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-size: 20px;
    color: var(--HeadingColor);
}

.sidebar-buttons .sidebar-text p{
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 22px;
    font-size: 15px;
}


.sidebar-edit-content .sidebar-title{
    width: 100%;
    padding: 0px 0px 0px  65px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--HeadingColor);
    background: var(--LightBgColor);
    position: relative;
    height: 46px;
    line-height: 46px;
}

.sidebar-edit-content .sidebar-title .backbtn{
    width: 46px;
    height: 46px;
    border: none;
    outline: none;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    padding: 0;
    outline: none;
    background: none;
    background: rgba(0, 0, 0, 0.04);
    transition-duration: 0.3s;
}

.sidebar-edit-content .sidebar-title .backbtn:hover{
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
}

.sidebar-edit-content .content-scroll{
    width: 100%;
    padding: 20px 20px;
    height: calc(100vh - 125px);
    overflow: scroll;
}




@media screen and (max-width:1024px) {
    .banner-caption-div .banner-caption-middlealign h1{
        font-size: 48px;
    }

    .features-wrapper-div .col-lg-6:last-child img{
        width: 100%;
        height: auto;
    }

    .ourthemes-wrapper-div{
        padding: 0px 0px;
        border-radius: 0px;
    }

    .ourthemes-wrapper-div .color-bg{
        border-radius: 0px;
    }
}

@media screen and (max-width:980px) {
    .header-wrapper .headertop-div .top-links,
    .header-banner p br,
    .heading-styles p br,
    .footerbottom-links,
    .banner-wrapper-div .col-lg-6:last-child,
    .features-wrapper-div .col-lg-6:last-child,
    .reasontochoose-wrapper .col-lg-5 img,
    .createcontent-wrapper .preview-div {
        display: none;
        visibility: hidden
    }
    
    .footerbottom-carousel-wrapper .carousel-control-next,
    .footerbottom-carousel-wrapper .carousel-control-prev {
        color: var(--TextColor) !important;
        width: 60px
    }
    .footerbottom-carousel-item span {
        padding: 0 60px
    }
    .footerbottom-carousel-item span h3 {
        font-size: 38px
    }
    .footertop-bar .row .col-lg-3 .footertop-item span h5 {
        padding-left: 0px !important;
        text-align: center;
        padding-top: 70px;
        font-size: 14px;
        line-height: 18px
    }
    .footertop-bar .row .col-lg-3:nth-child(1) .footertop-item span h5::before {
        top: 0;
        left: 50%;
        margin-left: -28px
    }
    .footertop-bar .row .col-lg-3:nth-child(2) .footertop-item span h5::before {
        top: 0;
        left: 50%;
        margin-left: -25px
    }
    .footertop-bar .row .col-lg-3:nth-child(3) .footertop-item span h5::before {
        top: 0;
        left: 50%;
        margin-left: -28px
    }
    .footertop-bar .row .col-lg-3:nth-child(4) .footertop-item span h5::before {
        top: 0;
        left: 50%;
        margin-left: -30px
    }
    .footertop-bar .footertop-item {
        min-height: 130px
    }
    .footertop-links .row .col-lg-3 {
        flex: 0 0 auto;
        width: 33.33%
    }
    .footertop-links .row .col-lg-3:last-child {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 60px;
        margin-top: 45px
    }

    .banner-caption-div{
        text-align: center;
        height: 400px;
    }

    .banner-caption-div .banner-caption-middlealign h1{
        text-align: center;
    }

    .banner-caption-div .banner-caption-middlealign h1 br{
        display: none;
        visibility: hidden;
    }

    .events-icon-con{
        min-height: 255px;
    }
    
    .steps-create-events .row .col-lg-3.col-lg-3:nth-child(3),
    .steps-create-events .row .col-lg-3.col-lg-3:nth-child(4){
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .needinformation-wrap .col-lg-4{
        text-align: left;
    }

    .footer-fixed{
        z-index: 1030;
    }

    .sidebar-wrapper-div {
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0);
        box-shadow: rgba(100, 100, 111, 0.0) 0px 0px 0px 0px;
    }

    .sidebar-edit-content .content-scroll{
        height: calc(100vh - 200px);
    }
    
}

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

@media screen and (max-width:540px) {
    .headertop-div .col-lg-7,
    .banner-caption-div .banner-caption-middlealign p br,
    .banner-bottom-section .row .col-lg-3::before,
    .banner-bottom-section .row .col-lg-3::after,
    .page-headings br{
        display: none;
        visibility: hidden;
    }

    .header-wrapper .headertop-div .col-lg-5 p{
        text-align: center;
    }

    .banner-caption-div .banner-caption-middlealign h1{
        font-size: 34px;
    }

    .banner-caption-div{
        height: 350px;
    }

    .banner-bottom-section .row .col-lg-3{
        width: 50%;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .banner-bottom-section .row .col-lg-3:nth-child(5){
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .banner-bottom-section .row .col-lg-3:nth-child(3),
    .banner-bottom-section .row .col-lg-3:nth-child(4){
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .banner-bottom-section .row .col-lg-3:nth-child(2),
    .banner-bottom-section .row .col-lg-3:nth-child(5),
    .banner-bottom-section .row .col-lg-3:nth-child(4){
        border-right: none;
    }

    .page-headings,
    .features-wrapper-div h2,
    .reasontochoose-wrapper .col-lg-7 h2{
        font-size: 34px;
        text-align: center;
    }

    .events-scroll-wrap .col-lg-3,
    .features-scroll-wrap .col-lg-3,
    .testimonialswrapper-scroll .col-lg-4{
        padding-left: 4px;
        padding-right: 4px;
    }

    .events-wrapper-div,
    .features-wrapper-div,
    .reasontochoose-wrapper,
    .testimonials-wrapper,
    .faqwrapper-div{
        margin-top: 80px;
    }

    .faqwrapper-div{
        margin-bottom: 80px;
    }

    .features-wrapper-div ul li{
        width: 100%;
    }

    .ourthemes-wrapper-div .col-lg-6:first-child p{
        text-align: center;
        margin-bottom: 20px;
    }

    .ourthemes-wrapper-div .col-lg-6:last-child{
        text-align: center;
    }

    .steps-create-events .row .col-lg-3.col-lg-3:nth-child(2){
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

     .footertop-bar .row .col-lg-3:nth-child(3) {
        border-left: 1px solid #f48097
    }
    .footertop-bar .row .col-lg-3:nth-child(4),
    .footertop-bar .row .col-lg-3:nth-child(3) {
        border-top: 1px solid #f48097
    }
    .footertop-bar .footertop-item {
        min-height: 150px
    }
    .footer-credencials p {
        text-align: center;
        margin: 2px 0
    }
    .footertop-links .row .col-lg-3 {
        flex: 0 0 auto;
        width: 50%
    }
    .footertop-links .row .col-lg-3:nth-child(2) {
        display: none;
        visibility: hidden
    }

    .scrollingtext-wrap .text span{
        font-size: 60px;
    }

    .scrollingtext-wrap .text span font{
        top: 10px;
    }

    .scrollingtext-wrap .text span{
        padding-right: 70px;
    }

    .scrollingtext-wrap .text span font{
        right: 20px;
    }

    .scrollingtext-wrap{
        margin-top: 45px;
    }

    .ourthemes-wrapper-div{
        margin-top: 40px;
    }

    .innerpage-banner-wrap .page-headings{
        font-size: 28px;
    }

    .filter-wrapper .row{
        margin-left: -4px;
        margin-right: -4px;
    }

    .filter-wrapper .col-lg-3{
        padding-left: 4px;
        padding-right: 4px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .filter-wrapper .col-lg-3 select,
    .filter-wrapper .col-lg-3 input{
        border-radius: 4px;
    }

    .listingpage-wrapper{
        margin-top: 20px;
        margin-bottom: 45px;
    }

    .needinformation-wrap{
        padding: 45px 15px;
        text-align: center;
    }

    .needinformation-wrap .col-lg-4{
        text-align: center;
    }

    .needinformation-wrap h3{
        font-size: 22px;
    }

    .needinformation-wrap::before{
        display: none;
        visibility: hidden;
    }
}