body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s ease-in;
}

li,
p,
a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

img {
    max-width: 100%;
    height: auto;
}


input,
select,
textarea {
    width: 100%
}

input[type=checkbox] {
    height: 15px;
    width: 15px;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 0
}

:root {
    --color-black: #000;
    --color-white: #fff;
    --color-c3bfba: #C3BFBA;
    --color-red: #cb4154;
    --color-light-red: #fbf1f2;
    --fs-50: 50px;
    --lh-50: 50px;
    --fs-40: 40px;
    --fs-25: 25px;
    --lh-44: 44px;
    --fs-20: 20px;
    --lh-25: 25px;
}



/* REGISTER PAGE  */


.input-register input {
    height: 68px;
    border: 1px solid var(--color-c3bfba);
    padding: 0px 20px;
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
}

.input-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.login-form {
    padding-bottom: 35px;
}

.submit-btn {
    color: var(--color-white);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: var(--color-red);
    padding: 10px 0px;
    border-radius: 50px;
    transition: 0.3s ease-in;
    border: none;
    border-radius: 10px;
}

.submit-btn:hover {

    background: var(--color-black);
}

.submit-btnholder {
    max-width: 210px;
    width: 100%;
}

.lost-paswords {
    color: var(--color-red);
}

.lost-paswords:hover {
    color: var(--color-black);
}

.color-red {
    color: var(--color-red);
}

.grid-input {
    display: flex;
    width: 100%;
    gap: 20px;
}

.input-register {
    width: 100%;
}

.login-title {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.title-main {
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lh-44);
}

.data-1 .data-holds {
    max-width: 555px;
    width: 100%;
}

.data-2 .data-holds {
    max-width: 840px;
    width: 100%;
    margin-left: auto;
}

section.login-sec {
    padding-bottom: 80px;
}

.checked-box label {
    color: var(--color-black);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

span.line-height {
    display: block;
    width: 1px;
    background: var(--color-black);
    height: 100%;
}

.data-2 {
    position: relative;
}

.data-2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1.8px;
    background: var(--color-black);
    top: 0;
    left: 0;
}

/* REGISTER PAGE END */



/* MEMBERSHIP SEC PAGE START  */

section.memberhip-sec {
    background: var(--color-light-red);
    /* min-height: 650px; */
    padding-top: 115px;
    padding-bottom: 355px;
}

.five-zero {
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lh-50);
}

.membership-titleholders {
    max-width: 71%;
    margin: 0 auto;
    text-align: center;
}

.membership-titleholders .five-zero {
    padding-bottom: 50px;
}

.planes-holder {
    max-width: 378px;
    width: 100%;
    border-radius: 10px;
    background: var(--color-white);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px 40px 20px 40px;
    border-radius: 20px;
    text-align: center;
    height: fit-content;
    border: 2px solid #0000;
    transition: 0.3s ease-in;
}

.planes-holder.parent-data {
  border-color: var(--color-black);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.member-title {
    color: var(--color-black);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.title-memb {
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid var(--color-black);
    padding-bottom: 5px;
    width: 100%;
}


.grid-topplane {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.universal-anchor a,.universal-anchor label {
    color: var(--color-white);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: var(--color-red);
    display: block;
    padding: 14px 0px;
    border-radius: 50px;
    transition: 0.3s ease-in;
    cursor: pointer;
}

label.checked{
    background: var(--color-black);
}

.universal-anchor a,.universal-anchor label:hover {
    background: var(--color-black);
}

.grid-toogle {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.all-dataplane {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.plane-here {
    color: var(--color-black);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.every-month p {
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.every-month {
    border-bottom: 1px solid var(--color-black);
    padding-bottom: 16px;
}

.inside-hidedata p {
    color: var(--color-black);
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 10px;
}

.inside-hidedata p:last-child {
    padding-bottom: 0px;
}

.inside-hidedata {
    display: none;
}

.planes-holder .universal-anchor {
    max-width: 225px;
    margin: 0 auto;
    width: 100%;
}

.price-plane .five-zero {
    color: var(--color-red);
}

.dropdown-image {
    max-width: 40px;
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
}

.dropdown-image img {
    transition: 0.5s linear;
}

.dropdown-image.active img {
    transform: rotate(180deg);
}

.grid-planes {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: fit-content;
    margin: 0 auto;
    margin-top: -14%;
}

.every-month {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: end;
}

.grid-fields input {
    height: 50px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 15px;
    border-radius: 5px;
    border: 1px solid #50555C;
}

.grid-plus {
    display: flex;
    width: 100%;
    gap: 50px;
}

.grid-fields {
    width: 100%;
}

.grid-parent {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 45px;
}

.grid-fields label {
    color: var(--color-black);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
}

.member-formholder {
    border-radius: 10px;
    border: 2px solid #50555C;
    background: var(--color-white);
    padding: 40px 100px;
}

.member-today {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.meber-forms {
    max-width: 1385px;
    width: 100%;
    margin: 0 auto;
    padding-top: 170px;
}

.member-plus {
    font-size: var(--fs-25);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.inside-datatitle {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-plusmember .submit-btnholder {
    margin: 0 auto;
}

.dicalimer-holder {
    padding-top: 75px;
    text-align: center;
}

section.membership-subecptiosec {
    padding-bottom: 80px;
}

.form-plusmember .submit-btn {
    border-radius: 5px;
}

/* MEMBERSHIP SEC PAGE START END */



/* CHECKOUT  */

.checkout-tile {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 70px;
}

.chekouut-input input,
.chekouut-input select {
    border: 1px solid var(--color-black);
    height: 45px;
    padding: 0px 10px;
    border-radius: 5px;
}

.grid-checkout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.two-five {
    color: var(--color-black);
    font-size: var(--fs-25);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.checkout-holder label {
    color: var(--color-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 5px;
}

.checkout-holder .submit-btnholder {
    max-width: 100%;
}

.chekouut-input textarea {
    padding: 10px;
}

.loged-email {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.first-holder {
    margin-bottom: 25px;
}

.additonal-holds {
    padding-bottom: 20px;
}

.additional-info {
    padding-top: 30px;
}

.checkout-holder {
    max-width: 1300px;
    background: var(--color-white);
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.14);
    margin: 0 auto;
    padding: 100px;
    border-radius: 10px;
}

.chekouut-input input {
    color: #646464;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
}

.grid-duration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.checkout-holder .cupon-code .submit-btnholder {
    max-width: 150px;
}

.cupon-code {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.chekouut-input {
    width: 100%;
}

.top-duration {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid var(--color-black);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.order-summary .two-five {
    padding-bottom: 30px;
}

.order-summary {
    border: 1px solid var(--color-black);
    padding: 40px;
    max-width: 90%;
    margin-left: auto;
    position: sticky;
    top: 5%;
}

.checkout-holder .submit-btn {
    border-radius: 5px;
}

.first-holder a {
    color: var(--color-red);
}

.first-holder a:hover {
    color: var(--color-black);
}

section.checkout-sec {
    padding: 50px 0px;
}

.checked-box {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.additonal-holds {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checked-box label {
    padding: 0px !important;
}

.additonal-holds p {
    font-size: 16px;
    left: inherit;
}


.header-p {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border: 1px solid #666;
    padding: 15px 15px;
    border-radius: 5px;
}

.checkbox label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
}


.container01 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    width: 20px;
    height: 20px;
}

.container01 input:checked~.checkmark {
    background-color: #cb4154;
}

.container01 {
    display: block;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    background: #FFF;
}

.container01 .checkmark:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container01 input:checked~.checkmark:after {
    display: block;
}

.inside-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chekouut-input input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.secure-payment a {
    color: var(--color-black);
}

.grid-check {
    display: flex;
    gap: 20px;
}

.additonal-holds .first-holder {
    margin: 0px;
}


/* CHECKOUT END */




/* INPUT TYPE NUMBER APPEREANCE  */

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* input:invalid {
    outline: medium solid red;
} */

.universal-anchor input {
    position: absolute;
    opacity: 0;
}

.col-lg-5.data-1 {
    width: 47.5%;
}
.col-lg-7.data-2 {
    width: 52%;
}
.data-1 .data-holds{
    max-width: 100%;
}
/* INPUT TYPE NUMBER APPEREANCE END */


/* new feedback */

