.navbar-brand {
    width: 50%;
}


header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    background: rgb(6, 6, 6);
    z-index: 10;
}

.navbar {
    height: 50px;
}

.navbar-toggler {
    margin: 0;
}

.tchaiaporno-preheader {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/candy - Copy.jpg');
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.tchaiaporno-preheader h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
}

.tchaiaporno-preheader p {
    width: 65%;
    text-align: center;
    margin: 20px auto;

}

header {
    padding: 15px 0;
}

.tchatiaporno-header-buttons button {
    width: 150px;
    height: 50px;
    margin: 0px 5px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    padding: 0;
}

.tchatiaporno-header-buttons button:nth-child(2) {
    background: red;
    color: white;
}

.tchatiaporno-image-container {
    margin: 0 auto;
}

.tchatiaporno-image-container img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0;
}

h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.tchatiaporno-table-container {
    background: rgb(20, 20, 20);
    padding: 40px;
    border-radius: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tchatiaporno-table-principal {
    border: 2px solid red;

}

.tchatiaporno-table-principal thead {
    height: 100px;
    background: rgb(11, 10, 11);
}

.tchatiaporno-table-principal thead td {
    padding: 10px 5px;
    text-align: center;
    border: 1px solid red;
}

.tchatiaporno-table-principal tbody td {
    border: 1px solid red;
    padding: 10px;
}

.tchatiaporno-table-principal tbody td:nth-child(2) {
    text-align: center;
}

.tchatiaporno-table-principal tbody td:nth-child(5) p {
    font-size: 25px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: bold;
    border: 3px solid red;
    cursor: pointer;
    transition: all .1s;
}

.tchatiaporno-table-principal tbody td:nth-child(5) p:hover {
    background: red;
}

.tchatiaporno-table-principal tbody td:nth-child(1) {
    font-weight: bold;
    text-align: center;
}

.tchatiaporno-table-principal tbody td:nth-child(1) .notranslate {
    display: inline-block;
    background: red;
    width: 150px;
    padding: 15px 5px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .1s;
    cursor: pointer;
}

.tchatiaporno-table-principal tbody td:nth-child(1) .notranslate:hover {
    transform: scale(1.05);
}

.tchatiaporno-advantages {
    min-width: 100%;
    margin: 40px auto;
    border: 1px solid rgb(15, 15, 15);
}

table {
    border-collapse: separate;
    padding: 2px;
}

.tchatiaporno-advantages tr:nth-child(1) {
    background: rgb(15, 15, 15);
    height: 60px;
    text-align: center;
    color: white;
}

.tchatiaporno-advantages tr td {
    width: 50%;
    border: 1px solid rgb(15, 15, 15);
}

.tchatiaporno-advantages tr:nth-child(2) ul {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.tchatiaporno-advantages tr:nth-child(2) ul li {
    height: 50px;
    line-height: 40px;
    padding-left: 20px;
    height: 40px;
    margin: 10px 0;
}

.tchatiaporno-text-container {
    margin: 20px 0;
}

.tchatiaporno-text-container p {
    padding: 0;
    margin: 0;
}

.no-bold {
    font-weight: lighter;
    margin-top: 160px;
}

button {
    width: 240px;
    padding: 20px;
    background: red;
    color: white;
    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);
}

footer {
    height: 100px;
    border-top: 1px solid white;
    display: flex;
    align-items: center;
    background: rgb(15, 15, 15);
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 0; */
}

.tchatiaporno-text-container ul {
    margin: 20px auto;
    padding-left: 10px;
}

.tchatiaporno-text-container ul li {
    list-style-type: none;
}

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: red;
}


.coockies li a {
    color: white;
    text-decoration: none;
}

.tchatiaporno-table-principal tbody td:nth-child(5) {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .Promptchan {
        width: 100%;
        padding: 15px;
    }

    .tchatiaporno-table-principal thead {
        display: none;
    }

    .tchatiaporno-table-container {
        padding: 20px 0px;
        border-radius: 0;
    }

    .tchatiaporno-table-principal tbody tr {
        display: grid;
    }

    .tchatiaporno-table-principal tbody tr td {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tchatiaporno-table-principal tbody td:nth-child(1) {
        height: 80px !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tchatiaporno-advantages tbody tr {
        display: grid;
    }

    .tchatiaporno-advantages tbody tr td {
        width: 100%;
    }

    .tchatiaporno-advantages {
        width: 100%;
    }

    .tchatiaporno-advantages tbody tr:nth-child(1) {
        height: 150px !important;
    }

    .tchatiaporno-advantages tbody tr:nth-child(1)>td {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section button {
        transform: scale(1.3);
        margin: 50px 0;
    }

    .tchatiaporno-image-container {
        width: 100%;
        padding: 10px;
    }

    .lead {
        display: none;
    }

    .navbar-toggler {
        width: auto;
    }

    .navbar-brand img {
        width: 100%;
    }

    .tchatiaporno-table-principal tbody tr {
        height: unset !important;
    }

    .tchatiaporno-table-principal tbody tr td {
        height: 100px !important;
    }

    .tchatiaporno-table-principal tbody td:nth-child(1) {
        background: rgb(10, 9, 9);
    }

    .tchatiaporno-table-principal tbody td:nth-child(1) .notranslate {
        background: none;
    }


    .tchatiaporno-table-principal tbody td:nth-child(5) p {
        width: 150px;
        background: red;
    }

    .tchaiaporno-preheader {
        margin-bottom: 0;
    }

    header {
        height: 93px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
        background: rgb(6, 6, 6);
        padding-bottom: 20px;
        height: auto;
    }

    .image-large {
        width: 100% !important;
    }

    .tchatiaporno-advantages-table div {
        height: auto !important;
    }

    .chatiaporn-btn-center {
        text-align: center;
    }
}

@media screen and (min-width: 600px) and (max-width: 884px) {

    .lead {
        display: none;
    }

    .navbar-toggler {
        width: auto;
    }

    .tchatiaporno-image-container {
        width: 100%;
        padding: 10px;
    }

    .tchatiaporno-table-principal {
        width: 100%;
    }

    .tchatiaporno-table-principal thead {
        display: none;
    }

    .tchatiaporno-table-container {
        padding: 20px 0px;
        border-radius: 0;
    }

    .tchatiaporno-table-principal tbody tr {
        display: grid;
    }

    .tchatiaporno-table-principal tbody tr td {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tchatiaporno-table-principal tbody td:nth-child(1) {
        height: 80px !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tchatiaporno-advantages tbody tr {
        display: grid;
    }

    .tchatiaporno-advantages tbody tr td {
        width: 100%;
    }

    .tchatiaporno-advantages {
        width: 100%;
    }

    .tchatiaporno-advantages tbody tr:nth-child(1) {
        height: 150px !important;
    }

    .tchatiaporno-advantages tbody tr:nth-child(1)>td {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-brand img {
        width: 100%;
    }
}


.tchatiaporno-table-principal tbody tr {
    height: 100px;
}

.iatchatporn-form {
    min-height: 85vh;
    width: 75%;
}

label {
    font-weight: bold;
}

.iatchatporn-form input,
.iatchatporn-form textarea {
    border: 2px solid rgb(0, 0, 0);
    border-radius: 10px;
    margin-bottom: 15px !important;
}

.iatchatporn-form input {
    height: 60px;
}

.iatchatporn-form h2 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
}

.iatchatporn-form>.container {
    display: flex;
    align-items: center;
    height: 100%;
}

.iatchatporn-form-body {
    width: 100%;
}

.text-muted {
    color: red !important;
}

form input {
    padding: 40px;
    height: 50px;
}

.form-group {
    margin: 15px 0;
}

.gen-contact-button {
    margin-top: 40px;
}

label {
    margin-bottom: 10px;
}

.iatchatporn-form h2 {
    position: relative;
    top: 60px;
    margin: 60px 0;
}




#scroll-top {
    position: fixed;
    width: 50px;
    height: 50px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 40px;
    cursor: pointer;
    border-radius: 5px;
    bottom: 50px;
    z-index: 20;
}

.image-large {
    width: 85%;
}

.iatchatporn-form-alert,
.iatchatporn-form-alert-success {

    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    margin-top: 40px !important;
}

.iatchatporn-form-alert-success {
    background: red;
}

.iatchatporn-form-alert {
    background: rgb(78, 188, 252);
    color: rgb(20, 20, 20);
}


.tchatiaporno-advantages-table {}

.tchatiaporno-advantages-table div {
    background: rgb(20, 20, 20);
    padding: 20px;
    border-radius: 20px;
    color: white;
    margin-bottom: 10px;
}

.tchatiaporno-advantages-table div h4 {
    background: red;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.tchatiaporno-advantages-table div ul {
    list-style-type: none;
}

.tchatiaporno-advantages-table div ul li {
    margin: 15px;
}

section {
    padding: 45px 0;
}

.bg-color-dark{
    background: black;
    color: white;
}

.tchatiaporno-text-container{
    background: rgb(243, 243, 243);
    padding: 25px;
    border-radius: 10px;
}

.bg-color-dark .tchatiaporno-text-container{
    background: rgb(20, 20, 20);
}

