.mykit {
    --e-global-color-primary: #009398;
    --e-global-color-secondary: #cb0074;
    --e-global-color-text: #888888;
    --e-global-color-accent: #efefef;
    --e-global-typography-primary-font-family: "Playfair Display";
    --e-global-typography-primary-font-weight: 800;
    --e-global-typography-secondary-font-family: "Playfair Display";
    --e-global-typography-secondary-font-weight: 800;
    --e-global-typography-text-font-family: "soleil";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "soleil";
    --e-global-typography-accent-font-weight: 500;
}
.white-fill-btn {
    font-family: "soleil", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-accent);
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s;
}
.white-fill-btn:hover {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
    transform: scale(1.1);
}
.theme-pink-fill-btn {
    font-family: "soleil", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s;
}
.theme-pink-fill-btn:hover {
    transform: scale(1.1);
}

.mykit h1 {
    font-size: 70px !important;
    line-height: 90px !important;
}
.mykit h2 {
    font-size: 58px !important;
    line-height: 78px !important;
}
.mykit h3 {
    font-size: 48px !important;
    line-height: 68px !important;
}
.mykit h4 {
    font-size: 38px !important;
    line-height: 58px !important;
}
.mykit h5 {
    font-size: 28px !important;
    line-height: 48px !important;
}
.heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}
.para {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 1.75em;
}
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}
.section-one.banner-one {
    background: url(/images/people-celebrating-in-party.jpg);
    display: flex;
    height: 45vh;
    align-items: flex-end;
    padding: 60px 60px 60px 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.61);
}
.section-two.banner-two {
    padding: 50px 50px 70px 50px;
}
.section-three.banner-two .section-content {
    width: 50%;
    margin: 0 auto;
}

.section.section-three .col-left .col-content {
    padding: 70px 70px 70px 70px;
    background-color: var(--e-global-color-primary);
}
.section.section-three .col-left .col-content ul li {
    margin: 14px;
    font-family: "soleil", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    list-style: none;
    display: flex;
    align-items: center;
}
.section.section-three .col-left .col-content ul li span b {
    text-transform: uppercase;
}
.section.section-three .col-left .col-content ul {
    margin-left: 0;
    padding-left: 0;
}
.section.section-three .col-left .col-content strong {
    font-family: "soleil", Sans-serif;
    font-size: 22px;
    line-height: 1.6em;
}

span.count-circle {
    background: #cb0074;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 25px;
    font-size: 14px;
    height: 25px;
    margin-right: 8px;
    text-align: center;
    line-height: 24px;
}
.section.section-three .bg-img {
    background: url(/images/group-of-beautiful-people-friends-celebrating-dancing-and-having-fun-together-outdoor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

/* .section-three.banner-two .section-content h4 {
    font-weight: 600;
    line-height: 1.6em !important;
} */
.section.section-four .bg-img {
    background: url(/images/woman-bikini-disco.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.section.section-four .col-right .col-content {
    padding: 125px 15px;
}

.section.section-five .col-left .col-content {
    padding: 70px 70px 70px 70px;
    /* background-color: var(--e-global-color-primary); */
}
.section.section-five .col-left .col-content ul li {
    margin: 14px;
    font-family: "soleil", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    list-style: none;
    display: flex;
}
.section.section-five .col-left .col-content ul {
    margin-left: 0;
    padding-left: 0;
}
.section.section-five .col-left .col-content strong {
    font-family: "soleil", Sans-serif;
    font-size: 22px;
    line-height: 1.6em;
}

.section.section-five .bg-img {
    background: url(/images/two-sexy-girls-swimming-suit-relaxing-swimming-pool.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.section.section-six {
    background: url(/images/group-of-friends-having-fun-running-on-the-beach-with-sparklers.jpg);
    display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgb(0 0 0 / 34%) !important;
    align-items: center;
}
.section.section-six .row {
    align-items: center;
    height: 40vh;
    background-color: transparent;
    background-image: linear-gradient(-90deg, #00939800 0%, #009398 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 50px 70px 70px 70px;
}

.section.section-seven {
    padding: 50px 70px 70px 70px;
}
