:root {
    --color-primary: #F23827;
    --color-secondary: #F23827;
    --color-red-dark: #260101;
    --color-red-light: #F2C6B6;
    --color-light: #D99B84;
}

* {
    padding: 0;
    margin: 0;
}

body {
    /* background: var(--color-red-dark); */
}

/*Menu burger animation*/
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
    width: 65px;
}

.line {
    fill: none;
    stroke: var(--color-primary);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

/*header*/

.henta-jap-header-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.henta-jap-navigation .container {
    display: flex;
    align-items: center;
    height: 95px;
    justify-content: space-between;
}

.henta-jap-navigation {
    position: fixed;
    width: 100%;
    z-index: 200;
    top: 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.259);
    background: white;
}

.henta-jap-menus {
    background: var(--color-red-light);
    position: fixed;
    top: -484px;
    left: 0;
    right: 0;
    visibility: visible;
    transition: all .5s;
    opacity: 0;
    z-index: -5 !important;
    z-index: 95;
    padding: 40px 0;
}

.show {
    visibility: visible;
    opacity: 1;
    top: 92px;
    z-index: 4;
}

.henta-jap-header-section {
    height: 70vh;
    margin-top: 140px;
    max-width: 1390px;
    display: flex;
    align-items: center;
}

.henta-jap-header-section .row {
    align-items: center;
}

.henta-jap-header-description h1 {
    font-size: 51px;
    font-weight: bold;
    background-image: radial-gradient(circle at 0 0, var(--color-light), var(--color-primary) 50%, var(--color-secondary) 100%);
    color: transparent;
    background-clip: text;
}

.henta-jap-images div {
    width: 50%;
    flex-basis: 100%;
}


.henta-jap-images div:nth-child(3),
.henta-jap-images div:nth-child(1) {
    display: flex;
    align-items: center;
}

.henta-jap-images div img {
    width: 90%;
    object-fit: cover;
    border-radius: 20px;
    margin: 10px;
}

.henta-jap-images {
    display: flex;
}

.henta-jap-btn {
    font-size: 1.125rem;
    height: 50px;
    border: none;
    min-width: 160px;
    background: linear-gradient(60deg, var(--color-secondary), var(--color-light));
    color: white;
    border-radius: 5px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hanta-jav-table {
    height: 500px;
    display: grid;
    grid-template-columns: 2fr 2fr;
    align-items: center;
    overflow: hidden;
    margin: 50px 0;
}

.hanta-jav-tab-content {
    background: rgb(240, 237, 237);
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(157, 157, 157, 0.605);
    display: flex;
    height: auto;
    overflow: hidden;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
}

.carousel-item {
    padding: 12px 6px;
}

.hanta-jav-head-tab {
    display: flex;
    justify-content: space-between;
}

.hanta-jav-icon {
    display: flex;
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    background: var(--color-primary);
    border-radius: 100px;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    color: var(--color-red-light);
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
}

.row__item:nth-child(even) .hanta-jav-tab-content {}

.row__item:nth-child(odd) .hanta-jav-tab-content {
    transform: translateX(-20px);
}

.hanta-jav-head-tab h5 {
    color: var(--color-primary);
    font-weight: bold;
    margin-bottom: 15px;
}

.hanta-jav-tab-content p {
    color: rgb(95, 95, 95);
    margin-top: 15px;
}

.hanta-jav-tab-text-content {
    padding: 60px;
}

.hanta-jav-table-image {
    height: 240px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.hanta-jav-table-image img {
    width: 100%;
    object-fit: cover;
}

.hanta-jav-button-splider {
    position: absolute;
    right: 50px !important;
    top: 42%;
    right: -35px !important
}

.carousel-control-next,
.carousel-control-prev {
    position: relative;
    background: linear-gradient(60deg, var(--color-secondary), var(--color-light)) !important;
    opacity: 1;
    border-radius: 5px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-prev svg {
    transform: rotate(90deg);
    margin-bottom: 4px;
}

.carousel-control-prev {
    margin-bottom: 5px;
}

.carousel-control-next {
    margin-top: 5px;
}

.carousel-control-next svg {
    transform: rotate(-90deg);
}

.hanta-jav-table-image+div {
    padding: 15px;
}

.carousel-item a {
    cursor: pointer;
}

.hanta-jav-image-container {
    /* width: 85%; */
    margin: 50px auto;
}

.hanta-jav-image-container img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.hanta-jav-list {
    padding: 14px;
    list-style-type: none;
    position: relative;
}

.hanta-jav-list>li {
    margin-bottom: 15px;
}

.hanta-jav-list>li::before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background: var(--color-primary);

    position: absolute;
    margin-right: 40px;
    left: -4px;
    border-radius: 10px;
}

.hanta-jav-list>li>ul>li {
    list-style-type: none;
    margin: 5px;
}

.hanta-jav-list::before {
    content: '';
    display: inline-block;
    height: 260px;
    background: var(--color-primary);
    width: 2px;
    position: absolute;
    margin-right: 40px;
    left: 0;
    border-radius: 10px;
}

.hanta-top-number {
    display: flex;
    height: 50px;
    width: 200px;
    /* border: 1px solid var(--color-red-dark); */
    color: var(--color-red-dark);
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
    font-size: 30px;
    margin: 0 auto;
}


.hanta-top-number+h3 {
    color: var(--color-primary);
    font-weight: bold;
    text-align: center;
    width: 300px;
    padding: 15px;
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    margin: 40px auto;
    text-align: center;
}

.hanta-jap-2table {
    border: 1px solid var(--color-light);
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* width: 80%; */
    margin: 0 auto;
    padding: 20px;
}

.hanta-jap-2table>div:nth-child(1) {
    border-right: 1px solid var(--color-light);
}

.hanta-jap-2table>div {
    padding: 20px;
}

.hanta-jap-2table h6 {
    color: var(--color-primary);
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 25px;
}

.hanta-jap-2table li {
    list-style-type: none;
    margin: 14px 2px;
}

.bg-light {
    background: #f9f3ef !important;
    padding: 50px 0;
}

footer {
    height: 85px;
    margin-top: 60px;
    background: linear-gradient(60deg, var(--color-secondary), var(--color-light));
    display: flex;
    align-items: center;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer p {
    margin: 0;
    color: var(--color-red-light);

}

footer .container a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.logo {
    width: 105px;
}

.hanta-jav-bloc>div {
    display: none;
}

.hanta-jav-bloc>.active {
    display: block;
}

.hanta-jap-2table>h6 {
    cursor: pointer;
}

.hanta-jap-2table-nogrid {
    margin-bottom: 20px;
}

.hanta-jap-2table-nogrid ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.hanta-jap-2table-nogrid ul li {
    margin: 15px 0;
}

.hanta-jap-2table-nogrid h6 {
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
    color: var(--color-light);
}

.hanta-jap-tab-active {
    font-weight: bolder;
    color: var(--color-red-light) !important;
    background: var(--color-primary) !important;
    padding: 10px 20px;
    border-radius: 10px;
}

.no-margin {
    margin: 0;
}

.hanta-tav-title-footer {
    margin-bottom: 40px;
}

h2,
h3,
h4,
h5,
h6 {
    background-image: radial-gradient(circle at 0 0, var(--color-light), var(--color-primary) 50%, var(--color-secondary) 100%);
    color: transparent;
    background-clip: text;
    font-weight: bold;
}

.henta-jap-header-description button {
    position: relative;
    left: 18px;
}

.splide__slide {
    padding: 10px;
}

.splide__slide .hanta-jap-link {
    width: 100%;
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.splide__slide .hanta-jap-link img {

    object-fit: cover;
    transition: all .5s;
}

.hanta-jap-link:hover img {
    transform: scale(1.2);
}

.splide__slide h6 {
    color: var(--color-primary);
    margin-bottom: 20px;
}

.splide__arrow--next {
    right: -3em !important;
}

.splide__arrow--prev {
    left: -3em !important;
}

.splide__arrow svg {
    fill: var(--color-primary) !important;
}

.hentai-link img {
    width: 100% !important;
}

.button-header-container {
    margin-top: 20px;
}

.button-header-container button {
    padding: 15px 25px;
    border: none;
    border-radius: 5px;
    color: white;
}

.button-header-container {
    display: flex;
    flex-direction: row-reverse;
}

.button-header-container button:nth-child(1) {
    background: linear-gradient(60deg, var(--color-secondary), var(--color-light));
}


.button-header-container button:nth-child(2) {
    background: var(--color-red-dark);
}

.hanta-contact-container {
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group label {
    color: var(--color-primary);
    font-weight: bold;
    margin-bottom: 10px;
}

.form-group textarea,
.form-group input {
    padding: 15px 10px;
    border: 1px solid var(--color-red-light);
}

.gen-contact {
    width: 86%;
    margin: 0 auto;
}

.gen-contact h2 {
    margin-bottom: 40px;
    text-align: center;
}

.gen-form-alert-success {
    background: rgb(157, 215, 249);
    padding: 15px;
    margin-bottom: 40px;
    border-radius: 10px;
    text-align: center;
    color: var(--color-red-dark);
    font-weight: bold;
}

.gen-form-alert {
    background: var(--color-primary);
    padding: 15px;
    margin-bottom: 40px;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.splide__pagination{
    display: none!important;
}