/*=== Header area start ===*/
body {
    font-family: 'Ubuntu-Regular';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background: #F9E8E8;
    background-image: url(../images/page_bg.webp);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    color: #333333;
}

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('../fonts/Ubuntu-Regular.ttf');
}

@font-face {
    font-family: 'Ubuntu-Light';
    src: url('../fonts/Ubuntu-Light.ttf');
}

@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../fonts/Ubuntu-Bold.ttf');
}

@font-face {
    font-family: 'raustila-Regular';
    src: url('../fonts/raustila-Regular.ttf');
}

h2 {
    font-family: 'raustila-Regular';
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.header-area {
    padding: 15px 0 20px;
    background-color: #F9E8E8;
}

.header-area .container {
    max-width: 1860px;
}

.header-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-item-inner img {
    max-width: 100%;
}

.header-item-inner2 ul {
    display: flex;
    align-items: center;
}

.header-item-inner2 ul li a {
    display: block;
    margin-left: 25px;
}

.header-item-inner2 ul li a img {
    max-width: 100%;
}

/*=== banner area start ===*/

.banner-item img {
    width: 100%;
    display: block;
}

.banner-area-inner {
    /* background-image: url(../images/carusel_video_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center; */
    padding: 250px 0 300px;
    margin-top: -260px;
}

.main-carousel {
    max-width: 1170px;
    padding: 0 140px;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-cell {
    padding: 0 35px;
    width: 33.333%;
    text-align: center;
}

.carousel-cell.is-selected .banner-item2 img {
    max-width: 296px;
}

.banner-item2 img {
    max-width: 100%;
    display: block;
}

.banner-item2-inner {
    height: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-item2 h2 {
    font-size: 40px;
    font-weight: 400;
    color: #89306F;
    margin: 0 0 10px;
}

.banner-item2 p {
    font-size: 16px;
    font-weight: 400;
    color: #89306F;
    margin: 0;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border: none;
    color: #333;
    background-color: transparent;
    opacity: .5;
}

.flickity-button:hover {
    opacity: 1;
}

.flickity-button-icon {
    fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 130px;
    width: 64px;
    height: 71px;
}

.flickity-prev-next-button.previous {
    left: 0px;
    background-image: url(../images/carusel_left_pg.webp);
}

.flickity-prev-next-button.next {
    right: 0px;
    background-image: url(../images/carusel_right_pg.webp);
}

.flickity-prev-next-button .flickity-button-icon {
    display: none;
}

.banner-item3 {
    max-width: 1080px;
    margin: 60px auto 0px;
}

.banner-item3 video {
    width: 100%;
}

/*=== helping area start ===*/

.helping-area {
    background-image: url(../images/2_girls.webp);
    background-repeat: no-repeat;
    background-position: 90% 0;
    padding: 315px 0 700px;
    margin-top: -280px;
}

.helping-area-inner {
    max-width: 1340px;
    margin: 0 auto;
}

.helping-item {
    max-width: 630px;
}

.header-image{
    display: none;
}

.helping-item h2 {
    font-size: 70px;
    font-weight: 400;
    color: #F4E4DF;
    text-align: center;
    margin: 0 0 15px;
}

.helping-item p {
    font-size: 16px;
    font-weight: 400;
    color: #F4E4DF;
    margin: 0 0 25px;
}

.helping-item video {
    width: 100%;
}

.drop-shadow{
    text-shadow: 2px 1px 2px #000;
}

/*=== island area start ===*/

.island-area {
    background-image: url(../images/lewd_island_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 65px 0 70px;
}

.island-area-inner {
    max-width: 1334px;
    margin: 0 auto;
}

.island-item img {
    max-width: 100%;
}

.island-item2 h2 {
    font-size: 70px;
    font-weight: 400;
    color: #89306F;
    text-align: center;
    margin: 0 0 25px;
}

.island-item2-inner p {
    font-size: 16px;
    font-weight: 400;
    color: #89306F;
    margin: 0 0 25px;
}

.island-item2-inner video {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.island-item2-inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
}

.island-item2-inner ul li a {
    display: block;
    margin: 0 5px;
}

.island-item2-inner ul li a img {
    max-width: 100%;
}

/*=== image area start ===*/

.image-item img {
    width: 100%;
}

.image-area-inner {
    padding: 80px 0;
    background-color: #F9E8E8;
}

.image-item2 {
    max-width: 928px;
    margin: 0 auto;
}

.image-item2 p {
    font-size: 16px;
    font-weight: 400;
    color: #89306F;
    margin: 0 0 20px;
}

.image-item2 video {
    width: 100%;
}

/*=== subscribe area start ===*/

.subscribe-area {
    background-image: url(../images/newslatter_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 65px 0 80px;
}

.subscribe-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.subscribe-item-inner {
    width: 480px;
    padding: 0 6px;
}

.subscribe-item-inner h2 {
    font-size: 63px;
    font-weight: 400;
    color: #89306F;
    margin: 0;
    display: inline-block;
    text-align: center;
}

.subscribe-item-inner h2 small {
    font-family: 'Ubuntu-Light';
    font-size: 36px;
    font-weight: 300;
}

.subscribe-item-inner h2 span {
    font-family: 'Ubuntu-Bold';
    font-size: 37px;
    font-weight: 700;
    display: block;
}

.subscribe-item-inner2 {
    width: calc(100% - 480px);
    position: relative;
    z-index: 999;
}

.subscribe-item-inner2 form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.subscribe-item-inner2 form div {
    width: calc(100% - 283px);
    padding-right: 11px;
}

.subscribe-item-inner2 form div input {
    font-family: 'Ubuntu-Light';
    font-size: 23px;
    font-weight: 300;
    color: #89306F;
    padding: 0 22px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: none;
    border-radius: 8px;
}

.subscribe-item-inner2 form button {
    font-size: 23px;
    font-weight: 300;
    color: #EFD8D2;
    font-family: 'Ubuntu-Light';
    width: 283px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    background-image: url(../images/button_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.subscribe-item-inner2 form button:hover {
    opacity: .8;
}

.subscribe-item-inner2 img {
    max-width: 148px;
    position: absolute;
    top: -39px;
    left: -103px;
    z-index: -1;
}

/*=== contact area start ===*/

.contact-area {
    padding: 35px 0 55px;
    background-color: #F9E8E8;
}

.contact-item {
    max-width: 592px;
    margin: 0 auto;
}

.contact-item h2 {
    font-size: 50px;
    font-weight: 400;
    color: #89306F;
    text-align: center;
    margin: 0 0 35px;
}

.contact-item input,
.contact-item textarea {
    font-family: 'Ubuntu-Light';
    font-size: 23px;
    font-weight: 300;
    color: #89306F;
    padding: 0 22px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: none;
    border-radius: 8px;
    margin-bottom: 20px;
}

.contact-item textarea {
    height: 200px;
    resize: none;
    padding: 22px;
}

.contact-item form button {
    font-size: 23px;
    font-weight: 300;
    color: #EFD8D2;
    font-family: 'Ubuntu-Light';
    width: 138px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 0 auto;
    border-radius: 8px;
    background-image: url(../images/contact-button-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.contact-item form button:hover {
    opacity: .8;
}

/*=== footer area start ===*/

.footer-area-inner {
    padding: 30px 0;
    background: #89306f;
}

.footer-area-inner .container {
    max-width: 1830px;
}

.footer-item {
    display: flex;
    align-items: center;
}

.footer-item ul {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.footer-item ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #FFF8F8;
    display: block;
    margin: 0 25px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item ul li a:hover {
    opacity: .8;
}

.footer-item div {
    margin-left: auto;
}

.footer-item div a img {
    max-width: 100%;
}

.footer-item2 {
    padding: 30px 15px;
    background-color: #F9E8E8;
}

.footer-item2 p {
    font-size: 16px;
    font-weight: 400;
    color: #89306F;
    margin: 0;
    text-align: center;
}