    
/* Hero Banner Content Section 12.09.24 */

.fest-hero-area {
    max-width: 65vw;
    margin: 80px auto 80px
}

.fest-hero-area p {
    margin: 20px 0 30px;
}

.vid-sec {
    padding: 60px 0 0;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    display: flex;
    margin-bottom: -20rem;
}



.inline-btn {
    display: flex;
    gap: 15px;
    justify-content: center
}



/* Hero Banner Content Section  The End 12.09.24 */


/* Quick and Easy Access Management Section 12.09.24 */

.recognition-counter{
    background-color: var(--dc-primary);
    padding: 15rem 0px 5rem;
    margin-bottom: 8rem;
}


.recognition-counter .container {
    width: 1244px;
    margin: 50px auto 0px;
}


.recognition-counter .page-head{
    padding: 2rem 0;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, rgba(247, 0, 208, 1) 0%, rgba(255, 31, 47, 1) 17%, rgba(242, 83, 73, 1) 34%, rgba(255, 169, 63, 1) 50%, rgba(172, 241, 183, 1) 66%, rgba(95, 233, 255, 1) 84%, rgba(0, 0, 255, 1) 100%);
    border-image-slice: 100%;
    border-image-slice: 1;
}


.itemBox {
    margin-top: 2rem;
    justify-content: space-between;
}


.itemBox .item .group {
    font-size: 50px;
    margin-top: 15px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}

.itemBox .item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}


/* Quick and Easy Access Management Section The end 12.09.24 */

/* Lightning-Fast Check-ins, Rock-Solid Security Section*/

.Lightning-Fast{
    padding: 120px 0px;
}

.Lightning-Fast h2{
  margin-bottom: 15px;
}

.LightningboxMain{
    width: 1244px;
    margin: 50px auto 0px;
}


.Lightningbox {
  display: grid;
 grid-template-columns: 1.92fr 2fr;
  gap: 1rem;
  grid-template-areas:"one two""one three";
}

.LightningboxOne {
  grid-area: one;
}

.LightningboxTwo {
  grid-area: two;
}

.LightningboxThree {
  grid-area: three;
}




/* Lightning-Fast Check-ins, Rock-Solid Security Section The End 12.09.24 */



/* How It Works? Section The End 12.09.24 */

.dream-features-sec{
 padding: 6rem 0rem 0rem;
}

.dream-features-sec .container{
     width: 1250px;
}


.featuresBox{
    padding: 40px;
    background-color: #FFF;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;    
    align-items: center;
    box-shadow:0 0 8px rgb(251 212 218 / 22%);
    -webkit-box-shadow: 0 0 8px rgb(251 212 218 / 22%);
        margin-top: 6rem;
}


.featuresBox .contentimg {
    padding: 0px !important;
    max-width: 50%;
    margin-right: 0%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 50%;
    float: left;
}

.featuresBox .contentdetail {
    float: left;
    padding: 0px !important;
    max-width: 42%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0% 0 0 3%;
    flex: 0 0 45%;
}

.featuresBox .contentdetail .contentText {
    margin-top: 1rem;
}


.dream-features-slider {
    margin-top: 3rem;
}

.dream-features-slider .slick-dots {
    order: 1;
/*    position: relative;*/
    bottom: inherit;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
}

.dream-features-slider .slick-dots a {
    font-size: 24px;
    color: gray;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}

.dream-features-slider .slick-dots:before {
    background: #fbd4da;
    height: 4px;
    width: 67%;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -17px
}

.dream-features-slider .slick-dots a:after {
    position: absolute;
    left: -6px;
    margin: 0 auto;
    bottom: -24px;
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background: #fbd4da;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.dream-features-slider .slick-dots a:before {
    position: absolute;
    left: 0px;
    margin: 0 auto;
    bottom: -29px;
    content: '';
    display: block;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.dream-features-slider .slick-dots li {
    padding: 0;
    margin: 0;
    height: inherit;
    width: inherit
}

.dream-features-slider .slick-dots li.slick-active a:before {
    opacity: 1;
    visibility: visible
}

.dream-features-slider .slick-dots li.slick-active a:after {
width: 1.2rem;
    height: 1.2rem;
    background: rgb(241, 0, 215);
    background: radial-gradient(circle, rgba(241, 0, 215, 1) 0%, rgba(255, 31, 47, 1) 12%, rgba(242, 83, 73, 1) 24%, rgba(255, 169, 63, 1) 36%, rgba(179, 214, 118, 1) 48%, rgba(0, 0, 255, 1) 65%, rgba(0, 0, 255, 1) 100%);    
}

.dream-features-slider .slick-dots li.slick-active a .name {
    color: var(--dc-primary);
}

.dream-features-slider .slick-dots li a:hover:after {
    transform: scale(1.3)
}

.dream-features-slider .slick-dots li .name {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
}

.dream-features-slider .slick-dots li:nth-child(1) .name:before {
     content:'Online Face Capture'; 
}

.dream-features-slider .slick-dots li:nth-child(2) .name:before {
    content: 'On-Site Face Capture'
}

.dream-features-slider .slick-dots li:nth-child(3) .name:before {
    content: 'Event Check-In'
}

/*.dream-features-slider .slick-dots li:nth-child(4) .name:before {
    content: 'Network'
}

.dream-features-slider .slick-dots li:nth-child(5) .name:before {
    content: 'Evaluate'
}*/

/* How It Works? Section The End 12.09.24 */



/* Explore More Possibilities Section 12.09.24 */


.upcomingEventSection {
    padding: 6rem 0px 0rem;
    margin-bottom: -8rem;
    z-index: 1;
    display: flex;
}

.upcomingBox {
     width: 1204px;
    overflow: hidden;
    margin: 0px auto;
    background: #f700d0;
    background: linear-gradient(0, #ff1f2f 0, #f35b49 33%, #f8ae45 66%, #76b995 100%);
    border-radius: 15px;
    padding: 5rem 3rem;
}


.upcomingLeft {
    max-width: 70%;
    flex: 0 0 70%;
}



.upcomingRight {
    max-width: 30%;
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}





/* Explore More Possibilities Section The End 12.09.24 */

/* Speed Up Event  Section 12.09.24 */


.SpeedUpEvent {
  background-color: var(--dc-primary);
    padding: 15rem 0px 5rem;
}


.SpeedUpEvent .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0rem;
}

.SpeedUpEvent .container{
    width: 1250px;
}



/* Speed Up Event  Section The End 12.09.24 */

/* Why Choose Us Section 12.09.24 */

.whiteBg {
    background: #fff;
    padding: 8rem 0px 0px;
}

.whyChooseMain .container{
  width: 1250px;
}


.whyChooseMain .page-head h2{
    margin-bottom: 15px;
}

.whiteBgDots {
    padding: 2rem 0 5rem;
    background-image: url(https://dreamcast.co/images/faq-bg.png);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.whychooseBox{
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.whychooseLeft{
    max-width: 32%;
    flex: 0 0 32%;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-shadow:0 0 8px rgb(251 212 218 / 22%);
    -webkit-box-shadow: 0 0 8px rgb(251 212 218 / 22%);
    padding: 0rem 3rem 3rem;
    text-align: center;
}


.whychooseLeft h4{
margin-bottom: 15px;
    margin-top: 55px;
}

.whychooseRight{
      max-width: 68%;
    flex: 0 0 68%;
}




.whychooseRight ul {
    display: flex;
    gap: 1rem;
    flex-flow: row wrap;
}


.whychooseRight ul li{
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow:0 0 8px rgb(251 212 218 / 22%);
    -webkit-box-shadow: 0 0 8px rgb(251 212 218 / 22%);
    padding: 2.8rem 2rem;
    text-align: center;
    max-width: 48%;
    flex: 0 0 48%;
}

.whychooseRight ul li h4{
    margin-bottom: 15px;
}




/* Why Choose Us Section The End 12.09.24 */


/*Automate Check-ins for Faster Access  Section  The 12.09.24 */

.what-sec {
    padding: 7rem 0rem;
    position: relative;
    background: #f700d0;
    background: linear-gradient(0, #ff1f2f 0, #f35b49 33%, #f8ae45 66%, #76b995 100%);
}



.what-sec .control-button {
    margin-left: auto
}

.what-sec .container-fluid {
    margin-left: -58rem
}

.what-sec .container .heading {
    position: relative
}


.what-sec .container .heading h2{
    margin-bottom: 15px;
}


.what-have-slider {
    padding-block-start:3rem}

.what-have-slider .slick-slider .slick-track,.what-have-slider .slick-slider .slick-list {
    transform: translate3d(0,0,0)
}

.what-have-slider .slick-list {
    overflow: inherit
}

.what-sec .box-item {
    background-color: #fff;
    border-radius: 3rem;

    margin-inline: 1rem;
    position: relative;
    border: double 2px transparent;
}

.what-sec .box-item .box-item-inner{
        padding: 2.5rem 2.5rem;
}


.what-sec .box-item:hover {
    background-image: linear-gradient(white, white), linear-gradient(90deg, rgba(241, 0, 215, 1) 0, rgba(255, 31, 47, 1) 15%, rgba(242, 83, 73, 1) 33%, rgba(255, 169, 63, 1) 49%, rgba(179, 214, 118, 1) 63%, rgba(0, 134, 202, 1) 83%, rgba(0, 0, 255, 1) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.what-sec .box-item .img-shape {
    border-radius: 1rem
}

.what-sec .box-item .brand-tag {
    padding: 1.5rem 0rem;
    border-block-end:2px solid #e6e6e6;height: 8rem;
    display: flex;
    align-items: end;
    display: none
}

.what-sec .box-item .title {
    color: #333;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600
}

.what-sec .box-item .box-item-info {
    min-height: 15rem;
    height: 100%
}

.what-sec .box-item p {
/*    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap*/
}

.what-sec .explore-more {
    position: relative;
    margin-top: 2rem;
    font-weight: 600;
    font-size: 1.7rem;
    color: #fff;
    display: flex;
    align-items: center;
    left: calc(100% - 59%);
    gap: 10px
}

.what-sec .explore-more .arrow-link {
    top: 2px
}

.what-sec .explore-more .arrow-link::before {
    border-top: 2px solid var(--dc-white);
    border-left: 2px solid var(--dc-white)
}

.what-sec .explore-more .arrow-link::after {
    background: var(--dc-white)
}

.what-sec .slick-prev,.what-sec .slick-next {
    top: calc(100% - 110%)
}

.what-sec .slick-next {
    left: calc(100% - 10.80%);
    right: inherit
}

.what-sec .slick-prev {
    right: calc(100% - 88.30%);
    left: inherit
}


.what-sec .dimension-img:before {
    padding-top: 63%
}



/*Automate Check-ins for Faster Access  Section  The End 12.09.24 */




/* Testimonial Section  The End 12.09.24 */


.testimonial-section {
    padding: 6rem 0 8rem;
    background: linear-gradient(180deg,rgb(255 255 255) 0,rgb(255 245 244) 13%,#fff 87%,#fff5f4 100%);
    position: relative;
}


.testimonial-section .container{
    position: relative;
}

.testimonial-section .descraption {
    max-width: 60%;
    flex: 0 0 60%;
    margin-top: 3rem
}

.testimonial-section .descraptionPhoto {
    max-width: 40%;
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end
}

.testimonial-section .descraption .quoto {
    display: block;
    margin-bottom: 10px;
    transform: rotatex(180deg)
}

.testimonial-section .descraption p {
    padding: 20px 0;
    font-weight: 400
}

.testimonial-section .user-info span {
    font-weight: 600;
    font-size: 1.57rem;
    display: block;
    padding-bottom: .2rem
}

.testimonial-section .user-info p {
    padding: 0
}

.testimonial-section .curve-top {
    position: absolute;
    right: calc(100% - 20px);
    top: -110px;
    width: 12%
}

.testimonial-section .curve-bottom {
    position: absolute;
    bottom: -30px;
    width: 35%;
    left: calc(100% - 300px)
}

.testimonial-section .slick-dots {
    bottom: -50px
}

.testimonial-section .user-info {
    display: flex;
    align-items: center
}

.testimonial-section .user-info .user {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    display: none
}

.testimonial-section .user-info .name {
    padding-left: 0;
    width: calc(100% - 5rem)
}

/* Testimonial Section  The End 12.09.24 */


.clutterbreakMain .sec-heading h2 {
    padding-bottom: 2rem;
}


/* Responsve work  The End 12.09.24 */


@media only screen and (min-width:1981px) and (max-width:2500px) {
    .what-sec .container-fluid {
    margin-left: -68rem;
}
}


@media only screen and (min-width:1601px) and (max-width:1980px) {
    .what-sec .container-fluid {
    margin-left: -62rem;
}
}


@media only screen and (min-width:1601px) and (max-width:1980px) {
    .what-sec .container-fluid {
    margin-left: -62rem;
}
}



@media only screen and (min-width:1441px) and (max-width:1600px) {
    .what-sec .container-fluid {
    margin-left: -55rem;
}


.what-sec .box-item .box-item-info {
    min-height: 18rem;
}
}


@media only screen and (min-width:1366px) and (max-width:1440px) {
    .what-sec .container-fluid {
    margin-left: -55rem;
}


.what-sec .box-item .box-item-info {
    min-height: 15rem;
}

.LightningboxMain {
    width: 100%;
}

.upcomingBox {
    width: 1140px;
}

}


@media only screen and (min-width:1280px) and (max-width:1365px) {
    .what-sec .container-fluid {
    margin-left: -50rem;
}


.what-sec .box-item .box-item-info {
   min-height: 13rem;
}

.LightningboxMain {
    width: 100%;
}

.upcomingBox {
width: 82vw;
}

.fest-hero-area {
    max-width: 82vw;
}

.what-sec .box-item .box-item-inner {
    padding: 1.5rem 1.5rem;
}

}


@media only screen and (min-width:1024px) and (max-width:1279px) {
    .what-sec .container-fluid {
    margin-left: -45rem;
}


.what-sec .box-item .box-item-info {
    min-height: 13rem;
}

.LightningboxMain {
    width: 100%;
}

.upcomingBox {
width: 82vw;
}

.fest-hero-area {
    max-width: 82vw;
}


.what-sec .box-item .box-item-inner {
    padding: 1.5rem 1.5rem;
}

}


@media only screen and (min-width:786px) and (max-width:992px) {
    .what-sec .container-fluid {
    margin-left: -25rem;
    }

    .fest-hero-area {
    max-width: 100%;
    }


    .what-sec .box-item .box-item-info {
    min-height: 13rem;
    }

    .LightningboxMain {
    width: 100%;
    }

    .upcomingBox {
      width: 100%;
    }

    .fest-hero-area {
    max-width: 100%;
    }

    .recognition-counter {
    padding: 10rem 0px 5rem;
    margin-bottom: 4rem;
    }


    .what-sec .box-item .box-item-inner {
    padding: 1.5rem 1.5rem;
    }

    .itemBox .item .group {
    font-size: 30px;
    }

    .itemBox .item {
    width: 100%;
    }

    .Lightning-Fast {
    padding: 50px 0px;
    }

    .dream-features-slider .slick-dots a {
    font-size: 17px;
}


}



@media only screen and (min-width:0px) and (max-width:767px) {
    .what-sec .container-fluid {
    margin-left: 0rem;
    }

   .what-sec .slick-prev, .what-sec .slick-next {
        top: 102%;
        margin: .5rem;
    }

    .what-sec .slick-prev {
        right: calc(100% - 50%);
    }

    .what-sec {
    padding: 3rem 0rem 8rem;
    }

    .what-sec .slick-next {
    left: calc(100% - 50%);
    }

    .fest-hero-area {
    max-width: 100%;
    margin: 50px auto 50px;
    }

    .what-sec .control-button {
    display: none;
    }

    .what-sec .container .heading h2 br {
        display: none;
    }

    .what-sec .box-item .box-item-info {
    min-height: 10rem;
    }

    .LightningboxMain {
    width: 100%;
    }

    .SpeedUpEvent .container {
    width: 100%;
    }

    .upcomingEventSection {
    padding: 4rem 0px 0rem;
    }

    .upcomingBox {
    width: 100%;
    padding: 2rem 1rem;
    flex-direction: column;
    gap: 1rem;
    }

    .fest-hero-area {
    max-width: 100%;
    }

    .recognition-counter {
    padding: 6rem 0px 2rem;
    margin-bottom: 4rem;
    }

    .what-sec .box-item {
    border-radius: 1.5rem;
    }
    .what-sec .box-item .box-item-inner {
    padding: 1.5rem 1.5rem;
    }

    .itemBox .item .group {
    font-size: 30px;
    }

    .itemBox .item {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 1rem;
    }

    .itemBox .item:last-child {
    border: 0;
    }

    .Lightning-Fast {
    padding: 50px 0px;
    }

    .dream-features-slider .slick-dots a {
    font-size: 17px;
}


.vid-sec {
 margin-bottom: -8rem;
    padding: 30px 0 0;
}

.itemBox {
    flex-direction: column;
}

.recognition-counter .container {
 width: 100%;
    margin: 0px auto 0px;
}

.Lightningbox {
    display: flex;
    flex-direction: column;
}

.dream-features-slider {
    margin-top: 0rem;
}

.featuresBox {
    flex-direction: column;
    margin-top: 1rem;
    padding: 20px;
}

.dream-features-sec {
    padding: 4rem 0rem 0rem;
}

.featuresBox .contentimg {
    max-width: 100%;
    flex: 0 0 100%;
}

.featuresBox .contentdetail {
    margin: 0%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 1rem;
}

.upcomingLeft, .upcomingRight {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

.SpeedUpEvent {
    padding: 11rem 0px 2rem;
}

.SpeedUpEvent .heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.whiteBg {
    padding: 2rem 0px 0px;
}

.whychooseLeft {
   max-width: 100%;
   flex: 0 0 100%;
    padding: 0rem 1rem 1rem;
    border-radius: 10px;
    flex-direction: row;
}

.whychooseLeft h4 {
    margin-bottom: 5px;
    font-size: 16px;
}

.whychooseLeft img {
    width: 119px;
}

.whychooseBox {
    flex-direction: column;
}

.whyChooseMain .container {
    width: 100%;
}

.whychooseRight ul li h4 {
    margin-bottom: 5px;
    font-size: 16px;
}

.whychooseRight ul {
    gap: 0.9rem;
}

.whychooseRight {
   max-width: 100%;
   flex: 0 0 100%;
}

.whychooseRight ul li {
    max-width: 47%;
    flex: 0 0 47%;
    padding: 0.8rem 0.5rem;
}

.whychooseRight ul li img {
    width: 65px;
}

.testimonial-section .descraptionPhoto {
display: none
}

.testimonial-section .descraption {
max-width: 100%;
flex: 0 0 100%;
padding-right: 0;
margin-top: 0
}

.wondering-cost-right p {
margin: 1rem 0
}

.testimonial-section .user-info .user {
display: block;
}


.dream-features-slider .slick-prev, .dream-features-slider .slick-next {
    top: 102%;
    margin: .5rem;
}

.dream-features-slider .slick-prev {
    right: calc(100% - 50%);
    left: inherit;
}

.dream-features-slider .slick-next {
left: calc(100% - 50%);
}

.dream-features-sec .container {
   width: 100%;
}

.testimonial-section .curve-top {
    right: calc(100% - 50px);
}

.testimonial-section .user-info .name {
        padding-left: 1rem;
}
.LightningSlider {
    margin-top: 2rem;
}

.dream-features-mobile {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.dream-features-mobile li .number{
    font-size: 35px;
    color: #fbd4da;
    font-weight: 600;
}

.dream-features-mobile li .title{
   font-size: 20px;
   font-weight: 700;
}

}


/* Responsve work  The End 12.09.24 */


