.aiporn-generator-preheader {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url('../images/Top-10-des-meilleurs-IA-porno-avec-test-gratuit.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    margin: 20px 0;
}

.aiporn-generator-preheader img {
    width: 85%;
    object-fit: cover;
}

.iaporn-generator-une-image {
    display: flex;
    justify-content: flex-end;
}

.navbar-toggler {
    min-width: auto;
    margin-bottom: 0;
}

p {
    margin: 10px 0px !important;
}

.aiporn-generator-preheader .row {
    background: #0f0f0f;
    align-items: center;
    padding: 20px 50px;
    border-radius: 20px;
}

body {
    background: rgb(14, 12, 12);
    color: white;
    font-family: 'Georama';
}

.aiporn-generator-preheader h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 55px;
}

.aiporn-generator-preheader p {
    width: 65%;
    text-align: center;
    margin: 20px auto;
}

header {
    padding: 15px 0;
}

.aiporn-generator-header-buttons button {
    width: 150px;
    height: 50px;
    margin: 0px 5px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    padding: 0;
}

#logo {
    width: 450px;
}

.aiporn-generator-header-buttons button:nth-child(2) {
    background: #7bff7a;
    color: white;
}

.aiporn-generator-image-container {
    width: 65%;
    margin: 0 auto;
}

.aiporn-generator-image-container img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0;
    margin: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2::before {
    display: inline-block;
    content: "";
    background: #7bff7a;
    width: 15%;
    height: 3px;
    margin-bottom: 20px;
}

h2::after {
    display: inline-block;
    content: "";
    background: #7bff7a;
    width: 5%;
    height: 3px;
    margin-top: 20px;
}

h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.aiporn-generator-table-container {
    padding: 40px;
    border-radius: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aiporn-generator-table-principal {
    border: 2px solid #7bff7a;
}

.aiporn-generator-table-principal thead {
    background: #7bff7a;
    height: 60px;
}

.aiporn-generator-table-principal thead td {
    padding: 10px 5px;
    text-align: center;
}

.aiporn-generator-table-principal tbody td {
    border: 1px solid #7bff7a;
    padding: 10px;
}

.aiporn-generator-table-principal tbody td:nth-child(1) {
    color: #7bff7a;
    font-weight: bold;
    text-align: left;
}

.aiporn-generator-advantages {
    margin: 40px auto;
    border: 2px solid #7bff7a;
}

.aiporn-generator-advantages tr:nth-child(1) {
    background: #7bff7a;
    height: 60px;
    text-align: center;
    color: rgb(3, 3, 3);
}

.aiporn-generator-advantages tr td {
    width: 50%;
    border: 1px solid rgb(15, 15, 15);
}

.aiporn-generator-advantages tr:nth-child(2) ul {
    padding: 10px 5px;
    list-style-type: none;
}

.aiporn-generator-advantages tr:nth-child(2) ul li {
    height: 50px;
    line-height: 40px;
    padding-left: 20px;
    margin: 10px 0;
}

.aiporn-generator-text-container {
    padding: 20px;
    background: #171414;
    border-radius: 15px;
}

.no-bold {
    font-weight: lighter;
}

button {
    min-width: 240px;
    padding: 20px;
    background: #7bff7a;
    color: rgb(14, 13, 13);
    font-weight: bold;
    border: none;
    margin-bottom: 40px;
    border-radius: 10px;
    transition: all .2s cubic-bezier(0.23, 1, 0.320, 1);
}

button:hover {
    transform: scale(1.04);
}

section p {
    margin: 0 auto;
}

footer {
    height: 100px;
    border-top: 1px solid white;
    display: flex;
    align-items: center;
    background: rgb(15, 15, 15);
    color: white;
    margin-top: 80px;
}

.aiporn-generator-text-container ul {
    margin: 20px auto;
}

footer div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer div ul {
    padding: 0;
}



footer div ul li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: #7bff7a;
}

.coockies li a {
    color: white;
    text-decoration: none;
}

.aiporn-generator-bottons-container button {
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {

    #logo {
        width: 250px;
    }

    .aiporn-generator-bottons-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .aiporn-generator-table-principal thead {
        display: none;
    }

    .aiporn-generator-table-container {
        padding: 20px 0px;
        border-radius: 0;
    }

    .aiporn-generator-table-principal tbody tr {
        display: grid;
    }

    .aiporn-generator-table-principal tbody tr td {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aiporn-generator-table-principal tbody td:nth-child(1) {
        height: 80px !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aiporn-generator-advantages tbody tr {
        display: grid;
    }

    .aiporn-generator-advantages tbody tr td {
        width: 100%;
    }

    .aiporn-generator-advantages {
        width: 100%;
    }

    .aiporn-generator-advantages tbody tr:nth-child(1) {
        height: 150px !important;
    }

    .aiporn-generator-advantages tbody tr:nth-child(1)>td {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section button {
        transform: scale(1.3);
        margin: 50px 0;
    }

    .aiporn-generator-image-container {
        width: 100%;
        padding: 10px;
    }

    .lead {
        display: none;
    }

    .navbar-toggler {
        width: auto;
    }

    .aiporn-generator-first-table-containet-text {
        text-align: center;
    }

    .iaporn-generator-table h3 {
        padding: 26px !important;
    }

    .aiporn-generator-preheader {
        height: auto;
    }

    .aiporn-generator-preheader .row {
        padding: 30px 10px;
        flex-direction: column-reverse;
    }

    .aiporn-generator-preheader .row div:first-child h1 {
        text-align: left;
    }

    .aiporn-generator-preheader .row div:first-child {
        text-align: center;
    }

    .iaporn-generator-une-image {
        justify-content: center;
        margin-bottom: 30px;
    }

    .contact-h2 {
        width: unset !important;
    }

    .contact-bg {
        padding: 10px !important;
        min-height: auto !important;
        margin: 5px 0;
    }

    .mobile-btn-center {
        text-align: center;
    }

    .gen-contact-button{
        margin-top: 30px;
    }

}

@media screen and (min-width: 600px) and (max-width: 884px) {
    .mobile-btn-center {
        text-align: center;
    }

    .contact-bg {
        padding: 10px !important;
        min-height: auto !important;
        margin: 5px 0;
    }

    .contact-h2 {
        width: unset !important;
    }

    .aiporn-generator-preheader {
        height: auto;
    }

    .aiporn-generator-preheader .row div:first-child h1 {
        text-align: left;
    }

    .aiporn-generator-preheader .row div:first-child {
        text-align: center;
    }

    .aiporn-generator-preheader .row {
        padding: 30px 10px;
        flex-direction: column-reverse;
    }

    .iaporn-generator-une-image {
        justify-content: center;
        margin-bottom: 30px;
    }

    .aiporn-generator-first-table-containet-text {
        text-align: center;
    }

    .iaporn-generator-table h3 {
        padding: 26px !important;
    }

    .lead {
        display: none;
    }

    .navbar-toggler {
        width: auto;
    }

    .aiporn-generator-image-container {
        width: 100%;
        padding: 10px;
    }

    .aiporn-generator-table-principal {
        width: 100%;
    }

    .aiporn-generator-table-principal thead {
        display: none;
    }

    .aiporn-generator-table-container {
        padding: 20px 0px;
        border-radius: 0;
    }

    .aiporn-generator-table-principal tbody tr {
        display: grid;
    }

    .aiporn-generator-table-principal tbody tr td {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aiporn-generator-table-principal tbody td:nth-child(1) {
        height: 80px !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aiporn-generator-advantages tbody tr {
        display: grid;
    }

    .aiporn-generator-advantages tbody tr td {
        width: 100%;
    }

    .aiporn-generator-advantages {
        width: 100%;
    }

    .aiporn-generator-advantages tbody tr:nth-child(1) {
        height: 150px !important;
    }

    .aiporn-generator-advantages tbody tr:nth-child(1)>td {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}





/*New style */
.aiporn-generator-first-table-icon {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: bolder;
    justify-content: center;
    height: 90px;
    background: rgb(34, 30, 30);
    margin-bottom: 10px;
    width: 90px;
    border-radius: 100px;
    border: 1px solid rgb(123, 255, 122);
    transition: all .2s;
}

.aiporn-generator-first-table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin: 50px 0;
}

.aiporn-generator-first-table-div {
    background: #171414;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #171414;
    transition: all .2s;
    height: 475px;
    position: relative;
}

.aiporn-generator-first-table-div:hover {
    border: 1px solid rgb(123, 255, 122);
    transform: scale(1.020);
}

.aiporn-generator-first-table-div:hover .aiporn-generator-first-table-icon {
    background: rgb(123, 255, 122);
    color: #171414;
}

.aiporn-generator-first-table-div h5 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-bottom: 20px;
    background: rgb(123, 255, 122);
    text-transform: uppercase;
    font-weight: bold;
    height: 60px;
    margin: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #0f0f0f;
    border-radius: 8px;
    justify-content: center;
    cursor: pointer;
}

.aiporn-generator-first-table-containet-text {
    background: #0f0f0f;
    padding: 20px 10px;
    border-radius: 8px;
    margin-top: 30px;
    height: 200px;
}

/* .aiporn-generator-first-table-div h5::after {
    display: inline-block;
    content: '';
    background: #0f0f0f;
    width: 15%;
    height: 3px;
    margin-top: 10px;
    border-radius: 10px;
} */

.aiporn-generator-first-table-div p {
    padding: 10px 0;
}

.span-indicator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}


.span-indicator span {
    background: rgb(123, 255, 122);
    font-weight: bolder;
    font-size: 20px;
    width: 85px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #171414;
}

.splide__pagination {
    display: none !important;
}

.iaporn-generator-text-desc {
    background: #171414;
    padding: 20px;
    border-radius: 10px;
}

.custum-width {
    max-width: 1478px;
    margin: 50px auto;
}

.splide__arrow {
    top: 32% !important;
}

.splide__arrow--prev svg {
    transform: scale(.5) rotate(-180deg) !important;
}

.splide__arrow--next svg {
    transform: scale(.5) !important;
}

.splide__arrow--prev {
    left: -1em !important;
}

.splide__arrow--next {
    right: -1em !important;
}

.splide__arrows button {
    transform: scale(1);
    background: #171414;
    border-radius: 50px;
    min-width: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(123, 255, 122);
}

.splide__arrows button:hover {
    background: rgb(123, 255, 122);
}

.splide__arrows button:hover svg {
    fill: #171414 !important;
}

.splide__arrow svg {
    fill: rgb(123, 255, 122) !important;

}

.iaporn-generator-img-width img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* .iaporn-generator-table{
    background: red;
} */

.iaporn-generator-table ul li {
    list-style-type: none;
}

.iaporn-generator-table div {
    background: #171414;
    border-radius: 10px;
}

.iaporn-generator-table ul {
    padding: 20px;
    margin: 0;
}

.iaporn-generator-table div:nth-child(1) ul {
    margin-bottom: 10px;
}

.iaporn-generator-table h3 {
    border: 1px solid rgb(123, 255, 122);
    text-align: center;
    color: #7bff7a;
    margin: 0;
    padding: 10px;
    border-radius: 10px;
}

section:not(section:first-child) {
    margin: 40px 0;
}

.iatchatporn-form {
    margin: 50px auto;
}

.contact-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-image img {
    width: 80%;
    object-fit: cover;
}

.contact-bg {
    padding: 20px 50px;
    background: #171414;
    border-radius: 10px;
    min-height: 550px;
}

.form-control {
    background: rgb(14, 12, 12);
    padding: 15px 10px;
    border: 1px solid #7aff7a37;
    color: white;
}

label {
    color: #7bff7a;
    margin-bottom: 10px;
}

.form-control::placeholder {
    font-size: 14px;
    color: rgb(14, 12, 12);
}

.contact-h2 {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.contact-h2::before {
    display: none;
}

.contact-h2::after {
    width: 25%;
}

.iatchatporn-form-alert-success {
    background: rgb(21, 122, 255) !important;
}

.iatchatporn-form-alert {
    background: red !important;
}

.iatchatporn-form-alert-success,
.iatchatporn-form-alert {

    color: white !important;
    padding: 5px 10px;
    border-radius: 5px
}

.text-muted {
    background: red !important;
    color: white !important;
    padding: 5px 10px;
    border-radius: 5px;
    float: right;
}

.form-group {
    margin-bottom: 15px;
}

.required::after {
    display: inline-block;
    color: red;
    content: "*";
}

.iatchatporn-form-body {
    margin-top: 20px;
}