::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #6212E5;
}

::selection {
    color: #fff;
    background: #6212E5;
}


.fixed-header {
    box-shadow: 0 4px 20px rgba(195, 195, 250, 0.5);
}


#hero {
    background-color: #ededfc;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  /*   margin-top: 70px; */
  /*   padding-top: 200px; */
    padding-bottom: 100px;
}

#hero .heading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-height: 1200px;
}

#hero .heading-wrapper .avatar {
    margin-left: 10px;
    border-radius: 50%;
    padding: 2px;
    border: 3px solid #fff;
    display: none;
}
#hero .heading-wrapper .avatar.active {
    display: block;
}


#hero h1 {
    color: #6211e0;
    text-shadow: 0px 9px 34px rgba(0, 0, 0, 0.25);
    position: relative;
    font-size: 110px;
    line-height: 120px;
    font-weight: 500;
}

#hero h1 span {
    font-size: 124px;
    line-height: 120px;
    color: #6211e0;
    font-weight: 700;
}

#hero p {
    color: #6211e0;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 60px;
}

#hero .button-group {
    display: flex;
    gap: 25px;
}

#hero .btn-alt {
    color: #6211e0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    padding: 19px 55px;
    border-radius: 200px;
    line-height: 20px;
    letter-spacing: 0.05em;
    transition: 200ms;
}

#hero .btn-alt:hover {
    background: #6211e0;
    color: #6212E5;
}

#hero .btn-1 {
    display: flex;
    align-items: center;
    font-weight: bold;
}

#hero .btn-1 svg {
    margin-left: 5px;
}

#hero .clients-logos span {
    color: #6211e0;
}

#hero .scroll-down {
    margin-top: 73px;
}

#hero .scroll-down img {
    cursor: pointer;
}

/* Switch */

#switch {
    padding: 188px 0 100px;
}

#switch h2 {
    padding-bottom: 110px;
    color: #6212E5 !important;
    font-weight: bold !important;
    text-align: center;
    margin-top: 125px;
}

#switch .col-lg-4 {
    text-align: center;
    margin-top: 30px;
}

#switch h3 {
    padding-bottom: 31px;
    color: #6212E5;
}

#switch img.icon {
    width: 88px;
    height: 88px;
    margin-bottom: 17px;
}

#switch .icon-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #3f4a55;
    margin-top: 100px;
}

#switch .icon-link .icon-img-wrapper {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 44px;
    margin: 0 16px 0 auto;
    display: flex;
    height: 44px;
    border-radius: 50%;
    transition: .2s;
    box-shadow: 0 74px 30px rgba(177,195,213,.02), 0 42px 25px rgba(177,195,213,.08), 0 19px 19px rgba(177,195,213,.14), 0 -2px 10px rgba(177,195,213,.17), 0 0 0 rgba(177,195,213,.1);
    background: #fff;
}

#switch .icon-link .icon-img-wrapper img {
    width: 7.34px;
}


/* END Switch */

.clients-logos {
    display: block;
    padding-top: 58px;
    padding-bottom: 10px;
    width: 100%;
}

.logos-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.clients-logos span {
    font-size: 24px;
}

.clients-logos img {
    max-height: 30px;
    padding: 0;
    margin: 0 10px;
    filter: brightness(0) invert(1);
}

#testimonials {
    padding: 100px 0;
    background: #EDEDFC;
}

#testimonials h2 {
    color: #6212E5;
    font-weight: bold;
    margin-bottom: 25px;
}

#testimonials p.sub {
    font-size: 24px;
    line-height: 30px;
}

#testimonials .row {
    align-items: center;
}

#testimonials .reviews {
    position: relative;
    left: 25px;
}

#testimonials .single-review {
    background: #fff;
    padding: 35px 30px;
    border-radius: 30px;
    filter: drop-shadow(0px 4px 70px rgba(195, 195, 250, 0.80));
    position: relative;
    margin-bottom: 100px;
}

#testimonials .single-review:first-child {
    margin-top: 50px;
}

#testimonials .single-review:last-child {
    margin-bottom: 50px;
}

#testimonials .single-review .quotes {
    width: 90px;
    position: absolute;
    top: -50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#testimonials .single-review .circle {
    position: absolute;
}

#testimonials .single-review .circle-1 {
    width: 60px;
    right: 50px;
    bottom: -25px;
}

#testimonials .single-review .circle-2 {
    right: 0;
    width: 30px;
    bottom: -50px;
}


#culture {


}

#culture .row {
    align-items: center;
}

#culture .row .image-boxes {
    padding-top: 50px;
}

#culture .image-boxes.second .image-box-wrapper {
    position: relative;
    left: -50px;
}

#culture .image-box img {
    max-height: 300px;
}

#culture h2 {
    color: #6212E5;
    font-weight: bold;
    padding-bottom: 0;
}

#culture h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
    color: #6212E5;
    margin-top: 0;
}

#culture p {
    font-size: 20px !important;
    line-height: 32px !important;
    /*color: #3F4A55 !important;*/
}

#cta-1 {
    margin-top: 0;
    margin-bottom: -200px;
    padding-bottom: 0;
}

#cta-1 h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

#occasions {
    padding-top: 100px;
    padding-bottom: 92px;
}

#occasions h2 {
    padding-bottom: 100px
}

.occasions-btn {
    margin-bottom: 134px;
}

#occasions .btn-alt {
    display: flex;
    align-items: center;
    padding: 19px 40px;
    background: #fff;
    color: #3f4a55;
    border-radius: 200px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .05em;
    font-weight: 600;
    transition: .2s;
    border: 2px solid #ededfc;
    text-decoration: none;
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
}

#occasions .occasion-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#occasions h2 {
    font-weight: bold;
    color: #6212E5;
}

#occasions .occasions-text {
    padding-top: 80px;
    padding-bottom: 76px;
    color: #8c96a1;
}

#pricing {
    padding: 100px 0;
    background: #EDEDFC !important;
}

#pricing h2 {
    padding-bottom: 10px;
}

#pricing p.description {
    padding-bottom: 50px;
}

.bg-custom {
    background: url(../img/Peeps.png) bottom/contain no-repeat;
}

.peeps-mobile-wrapper {
    margin-top: 100px;
    text-align: center;
    display: none;
}

#pricing .pricing-plans {
    justify-content: center;
}

#faq {
    padding: 100px 0;
}

#faq p a {
    color: #6212E5 !important;
}

#faq h2 {
    color: #3F4A55;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    margin-bottom: 40px;
}

#faq .accordion-item {
    border: none;
}

#faq .accordion-header {
    margin-bottom: 0;
}

#faq .accordion-button {
    color: #3F4A55;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    background: transparent;
    box-shadow: none;
    border-top: 1px solid #EDEDFC;
    padding: 41px 0;
    transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;

}

#faq .accordion-button[aria-expanded="true"] {
    padding-bottom: 0;

}


#faq .accordion-body {
    color: #8C96A1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding-top: 11px;
    line-height: 32px;
}

.accordion-button::after {
    background-image: url('../img/Open.svg') !important;
}

#faq .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.icon-link {
    display: none !important;
}

#pricing h2 {
    color: #6212E5;
}

#pricing p.description {
    color: #3F4A55;
}

#pricing .pricing-plans .plan-single a.btn-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pricing .pricing-plans .plan-single a.btn-3 svg {
    margin-left: 5px;
}

#faq .accordion {
    padding-left: 10px;
    border-bottom: 1px solid #EDEDFC;
}

#faq .accordion-body {
    padding-left: 0;
}

#faq h2 {
    color: #6212E5;
    font-weight: bold;
}

#faq p {
    color: #8C96A1;
}

#faq .security-logos {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#faq .security-logos img {
    height: 50px;
    margin: 3px;
}


@media only screen and (max-width: 2100px) {

    #hero p {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 1600px) {
    #hero {
        margin-top: 10px;

    }
    #hero h1,
    #hero h1 span {
        font-size: 90px;
        line-height: 95px;
    }

    #hero p {
        font-size: 30px;
        line-height: 36px;
    }

    #testimonials h2 {
        font-size: 50px;
        line-height: 60px;
    }

    #culture h2 {
        font-size: 50px;
        line-height: 60px;
    }

    #culture h3 {
        font-size: 28px;
        line-height: 34px;
    }

    #cta-1 {
        margin-bottom: -145px;
    }

    #cta-1 h2 {
        font-size: 34px;
        line-height: 42px;
    }

    #switch h2 {
        font-size: 50px;
        line-height: 60px;
    }

    #occasions h2 {
        font-size: 50px;
        line-height: 60px;
    }

    #pricing h2 {
        font-size: 50px;
        line-height: 60px;
    }

    #faq h2 {
        font-size: 50px;
        line-height: 60px;
    }

}

@media only screen and (max-width: 1400px) {
    #hero h1,
    #hero h1 span {
        font-size: 80px;
        line-height: 85px;
    }
}

@media only screen and (max-width: 1200px) {
    #hero h1,
    #hero h1 span {
        font-size: 60px;
        line-height: 70px;
    }

    #hero p {
        margin-top: 0;
    }

    #testimonials h2 {
        font-size: 40px;
        line-height: 50px;
    }

    #culture h2 {
        font-size: 40px;
        line-height: 50px;
    }

    #switch h2 {
        font-size: 40px;
        line-height: 50px;
    }

    #occasions {
        padding: 90px 0;
    }

    #occasions .btn-alt {
        font-size: 14px;
    }

    #occasions h2 {
        font-size: 40px;
        line-height: 50px;
    }

    #pricing h2 {
        font-size: 40px;
        line-height: 50px;
    }

    #faq h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 992px) {
    #hero h1,
    #hero h1 span {
        font-size: 50px;
        line-height: 55px;
    }
    #hero p br {
        display: none;
    }
    .bg-custom {
        background: 0 0;
    }
    .peeps-mobile-wrapper {
        display: flex;
        justify-content: center;
    }


    #testimonials .reviews {
        position: inherit;
    }

    #testimonials p.sub {
        margin-bottom: 50px;
    }

    #testimonials h2 br,
    #testimonials p.sub br {
        display: none;
    }

    #culture h3 br {
        display: none;
    }

    #culture .image-box-wrapper,
    #culture .image-box {
        text-align: center;
    }

    #culture .image-boxes {
        padding-top: 50px;
    }

    #culture .image-boxes.second {
        flex-direction: column-reverse;
    }

    #culture .image-boxes.second .image-box-wrapper {
        position: inherit;
    }

    #culture .image-box img {
        max-height: 250px;
        margin-top: 25px;
    }

    #cta-1 {
        padding-top: 0;
    }

    #switch {
        padding-bottom: 100px;
    }

    #switch h2 {
        margin-top: 75px;
        padding-bottom: 50px;
    }

    #switch h3 {
        padding-bottom: 0;
    }

    #occasions {
        padding-top: 70px;
        padding-bottom: 0;
    }

    #occasions h2 {
        padding-bottom: 80px;
    }


    .occasions-text {
        padding-top: 20px;
    }

    .occasions-btn {
        margin-bottom: 0;
    }

    #occasions .occasion-list {
        list-style: circle;
        display: block;
    }

    #occasions .occasion-list .btn-alt {
        border: none;
        display: flex;
        text-align: left;
        text-transform: none;
        font-size: 15px;
        align-items: flex-start;
        line-height: 32px;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        font-weight: 400;
    }

    #occasions .occasion-list li::before {
        content: "\2022";
        color: #14c469;
        font-weight: 700;
        display: inline-block;
        margin-right: 14px;
        font-size: 24px;
    }

    #faq p {
        margin-bottom: 50px;
    }

    #faq .accordion {
        padding-left: 0;
    }

}

@media only screen and (max-width: 768px) {
    #hero h1,
    #hero h1 span {
        font-size: 40px;
        line-height: 44px;
    }
    #hero p {
        font-size: 24px;
        line-height: 30px;
        display: block;
    }
    .logos-wrapper {
        display: block;
    }

    .clients-logos img {
        margin: 10px;
    }

    #testimonials h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    #culture h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #culture h3 {
        font-size: 24px;
        line-height: 30px;
    }

    #cta-1 h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #cta-1 h2 br {
        display: none;
    }

    #switch h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 50px;
    }

    #occasions h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #pricing h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #faq h2 {
        font-size: 30px;
        line-height: 40px;
    }

}

@media only screen and (max-width: 600px) {
    #hero {
        padding-top: 350px;
        padding-bottom: 0;
    }
    #hero h1, #hero h1 span {
        text-align: center;
        font-size: 27px;
        line-height: normal;
    }
    #hero p {
        font-size: 20px;
        line-height: 52px;
    }
    #hero .button-group {
        display: block;
    }
    #hero .btn-alt {
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .clients-logos {
        padding-top: 75px;
    }

    .clients-logos img {
        height: 20px;
        width: auto;
    }

    #testimonials {
        padding: 50px 0;
    }

    #testimonials h2 {
        font-size: 26px;
        line-height: 32px;
    }

    #testimonials p.sub {
        font-size: 18px;
        line-height: 22px;
    }

    #testimonials .single-review .quotes {
        width: 70px;
        top: -35px;
    }

    #testimonials .single-review p {
        font-size: 16px;
        line-height: 24px;
    }

    #culture {
        padding: 50px 0;
    }

    #culture h2 {
        font-size: 26px;
        line-height: 32px;
    }

    #culture h3 {
        font-size: 22px;
        line-height: 28px;
    }

    #culture p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    #cta-1 h2 {
        font-size: 26px;
        line-height: 32px;
    }

    #switch {
        padding-bottom: 75px;
    }

    #switch h2 {
        font-size: 26px;
        line-height: 32px;
    }

    #switch p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    #occasions h2 {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 23px;
    }

    #occasions p {
        font-size: 15px;
        line-height: 22px;
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }

    #pricing h2 {
        font-size: 26px;
        line-height: 32px;
    }

    #pricing .pricing-plans .plan-single a.btn-3 {
        font-size: 14px;
        padding: 15px 30px;
    }

    #faq {
        padding: 50px 0;
    }

    #faq h2 {
        font-size: 26px;
        line-height: 32px;
    }

    #faq .accordion-button {
        font-size: 18px;
        line-height: 28px;
    }

    #faq .accordion-body {
        font-size: 16px;
        line-height: 24px;
    }

}
