* {
    /* outline: 1px solid #FC0; */
}



/* FV */
header {
    padding: 0;
    width: 100%;
    height: 820px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url("../img/fv_image.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body>nav {
    background-color: #000;
    padding: 10px 0 10px 20px;
    width: 100%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

body>nav img {
    width: 110px;
}

header>h1:first-child {
    font-size: 20px;
    margin: 110px auto 50px;
    padding: 10px 40px;
    width: fit-content;
    border: solid #FFF 1px;
    border-radius: 21px;
    background-color: rgba(255, 255, 255, 0.25);
    font-family: "Gantari", sans-serif;
}

header h1+p {
    font-size: 100px;
    margin-bottom: 42px;
    line-height: 120%;
}

header h1+p+p {
    font-size: 30px;
    line-height: 125%;
    margin-bottom: 65px;
}

header h1+p+p+p {
    margin-bottom: 100px;
    margin-top: 100px;
}

header ul {
    display: flex;
    justify-content: space-around;
    width: 38%;
    margin: 0 auto;
}

header ul li {
    width: 100%;
}

header ul li:nth-child(2) {
    border: #FFF solid 0px;
    border-left-width: 1px;
    border-right-width: 1px;
}

header ul li p span {
    font-size: 41px;
    display: block;
    margin-bottom: -10px;
}

header ul li p span span {
    font-size: 30px;
    display: contents;
}

/* FV */

/* PARSONAL TRANING */
#parsonalTraning {
    background-color: #FFF;
}

#parsonalTraning>div {
    width: clamp(320px, 100%, 1100px);
    margin: 0 auto;
    display: flex;
    padding: 150px 0;

}

#parsonalTraning>div figure {
    width: 420px;
}

#parsonalTraning>div figure img {
    width: 100%;
    height: auto;
}

#parsonalTraning>div figure,
#parsonalTraning>div div {
    padding: 0 0 0 20px;
}

#parsonalTraning>div div {
    width: 46%;
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#parsonalTraning>div div :nth-child(3) {
    margin-bottom: 20px;
    line-height: 150%;
}

/* #parsonalTraning>div div :nth-child(4) {
    margin-bottom: 70px;
} */

#parsonalTraning>div div :last-child {
    text-align: right;
    font-size: 20px;
}

/* PARSONAL TRANING */

/* OUR APRPUACH */
#ourAprpuach {
    background-color: #272727;
    padding: 150px 0 100px;
}

#ourAprpuach div {
    width: clamp(320px, 100%, 1100px);
    margin: 0 auto;
}

#ourAprpuach div>p {
    text-align: center;
}

#ourAprpuach div>p:first-child {
    font-size: 17px;
    margin: 0 auto 3%;
    padding: 10px 40px;
    width: fit-content;
    border: solid #FFF 1px;
    border-radius: 21px;
    background-color: rgba(255, 255, 255, 0.25);
    font-family: "Gantari", sans-serif;
}

#ourAprpuach div h2 {
    text-align: center;
    width: 100%;
}

#ourAprpuach div ul {
    width: 100%;
    margin: 70px auto 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ourAprpuach div ul li {
    width: 47%;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.25);
    margin-bottom: 60px;
    padding: 20px 0;
}

#ourAprpuach div ul li figure {
    width: 17%;
    padding-left: 30px;
    padding-right: 30px;
}

#ourAprpuach div ul li figure img {
    width: clamp(55px, 100%, 62px);
    height: auto;
}

#ourAprpuach div ul li p {
    font-size: 22px;
}

/* OUR APRPUACH */

/* ABOUT TRAINING */
#aboutTraning {
    background-color: #FFF;
    overflow-x: hidden;
}

#aboutTraning>div {
    width: clamp(320px, 100%, 1100px);
    margin: 0 auto;
    position: relative;
    padding: 150px 0;
}

#aboutTraning>div::before {
    content: "REAN";
    position: absolute;
    top: -180px;
    right: -500px;
    font-size: 500px;
    color: #C0B0B0;
    opacity: 0.08;
    pointer-events: none;
    font-family: "Gantari", sans-serif !important;
    letter-spacing: 0.04em;
    white-space: nowrap;
    z-index: 0;
}

#aboutTraning>div>p+h2+p {
    margin-bottom: 180px;
}

#aboutTraning>div div {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 50px;
}

.flexReverse {
    flex-direction: row-reverse;
}

#aboutTraning>div div figure {
    width: 45%;
}

#aboutTraning>div div figure img {
    width: 100%;
    height: auto;
}

#aboutTraning>div div:nth-child(even) figure+div,
#aboutTraning>div div:nth-child(odd)>div {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 20px 0;
    margin-bottom: 0;
    width: 45%;
}

#aboutTraning>div div div:nth-child(2) p {
    margin-bottom: 20px;
}

#aboutTraning>div div div:nth-child(2) p:first-child {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

#aboutTraning div h4 {}

/* ABOUT TRAINING */

/* PLICING */
#plicing {
    background-color: #F7F7F7;
    padding-bottom: 100px;
}

#plicing>div {
    width: clamp(320px, 100%, 1100px);
    margin: 0 auto;
    padding: 150px 0 0;
}

#plicing .blackObi {
    margin: 0 auto 50px;
}

#plicing h2 {
    width: 100%;
    text-align: center;
}

#plicing h2::after {
    background: #000;
}

#plicing h2+p {
    text-align: center;
    margin-bottom: 50px;
}

#plicing ul {
    display: flex;
    justify-content: center;
}

#plicing ul li {
    text-align: center;
    width: 24%;
    background-color: #171717;
    padding: 30px 0 10px;
    border: solid 1px #FFF;
}

#plicing ul li:hover {
    cursor: pointer;
}

#plicing ul li p {
    margin-bottom: 5px;
}

#plicing ul li p,
#plicing ul li p * {
    color: #FFF;
}

#plicing ul li p span {
    font-size: 33px;
}

#plicing ul li p:first-child {
    font-size: 22px;
}

#plicing ul li p:nth-child(2) {
    font-size: 26px;
}

#plicing ul li p:last-child {
    font-size: 23px;
}

#pricingDisp {
    background-color: #FFF;
    padding: 5px 30px 60px 30px;
}

#pricingDisp h3 {
    margin-top: 90px;
}

#pricingDisp h3 span {
    font-size: 16px;
}

#pricingDisp>div {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

#pricingDisp>div>* {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    width: 33%;
    padding: 30px 20px;
    border: solid 1px #000;
    box-sizing: border-box;
    text-align: center;
}

#pricingDisp>div>* span {
    font-size: 36px;
    font-family: "Bebas Neue", sans-serif !important;
}

#pricingDisp>div>* p {
    margin-bottom: 24px;
}

#pricingDisp>div>* p:last-child {
    margin-bottom: 0;
}

#pricingDisp>div> :nth-child(2) {
    position: relative;
    border-right: none;
}

#pricingDisp>div> :nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background: #333;
}

#pricingDisp>div> :nth-child(3) {
    border-left: none;
}

#pricingDisp h4 {
    margin-bottom: 0;
    background-color: #000;
    color: #FFF;
}

#pricingDisp h4 span {
    font-size: 16px;
    color: #FFF;
    display: block;
    margin-top: 10px;
}

.reverseOrder {
    display: flex;
    flex-direction: column;
}

.reverseOrder p:nth-child(1) {
    order: 3;
}

.reverseOrder p:nth-child(2) {
    order: 2;
}

.reverseOrder p:nth-child(3) {
    order: 1;
}

#plicing table {
    width: 100%;
    margin-top: 100px;
}

#plicing table caption {
    background-color: #000;
    padding: 30px 0;
    width: 100%;
}

#plicing table caption h3 {
    padding-bottom: 0;
}

#plicing table caption h3,
#plicing table caption h3 span {
    color: #FFF;
}

#plicing table tr {
    display: flex;
    border: solid 1px #000;
    background-color: #FFF;
}

#plicing table tr td {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 80px 50px;
}

#plicing table tr td:first-child {
    position: relative;
}

#plicing table tr td:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background: #333;
}

#plicing table tr td p {
    font-size: 20px;
    text-align: center;
    width: 50%;
}

#plicing .numeric {
    font-size: 38px;
}

#oneBox div {
    border-right: solid 1px #000 !important;
    width: 66%;
}

#oneBox div::after {
    display: none !important;
}

/* PLICING */

/* COMIT */
#comit {
    background-image: url("../img/comit_image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#comit>div {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 100px 0 40px;
}

#comit>div>div {
    width: clamp(320px, 100%, 1100px);
    margin: 0 auto;
    text-align: center;

}

#comit>div>div h2 {
    margin-bottom: 50px;
}

#comit>div>div h2::after {
    display: none;
}

#comit>div>div p {
    margin-bottom: 94px;
    font-size: 22px !important;
}

/* COMIT */

/* Before & After */
#beforeAfter {}

#beforeAfter>div {
    width: clamp(320px, 100%, 1100px);
    margin: 0 auto;
    padding: 150px 0;
}

#beforeAfter .blackObi {
    margin: 0 auto 25px;
}

#beforeAfter h2 {
    width: 100%;
    text-align: center;
}

#beforeAfter h2::after {
    background-color: #000;
}

#beforeAfter h2+p {
    text-align: center;
    margin-bottom: 100px;
}

#beforeAfter ul {
    display: flex;
    justify-content: space-between;
}

#beforeAfter ul li {
    background-color: #FFF;
    width: 32%;
}

#beforeAfter ul li figure {
    width: 100%;
}

#beforeAfter ul li figure img {
    width: 100%;
    height: auto;
}

#beforeAfter ul li div {
    padding: 20px 20px 0;
    box-sizing: content-box;
}

#beforeAfter ul li div p {
    margin-bottom: 20px;
}

#beforeAfter ul li div .blackObi {
    margin: 0 0 20px;
}

/* Before & After */

/* QUESTIONS */
#questions {
    background-color: #FFF;
}

#questions>div {
    width: clamp(320px, 100%, 1100px);
    margin: 0 auto;
    padding: 140px 0;

}

#questions .blackObi {
    margin: 0 auto 50px;
}

#questions h2 {
    width: 100%;
    text-align: center;
}

#questions h2::after {
    background-color: #000;
}

#questions>div p:nth-child(3) {
    margin-bottom: 50px;
    text-align: center;
}

#questions li {
    background-color: #F7F7F7;
    padding: 0 30px;
    margin-bottom: 30px;
    position: relative;
}

.chevron {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    display: inline-block;
    pointer-events: none;
}

.chevron::before {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: calc(100%);
    width: 14px;
    height: 14px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(-45deg);
    transition: transform 0.3s;
}

#questions input[type="checkbox"]:checked+label .chevron::before {
    transform: rotate(-225deg);
}

#questions div label,
#questions div div p {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

#questions label span,
#questions div p span {
    font-size: 38px;
    margin-right: 30px;
    font-family: "Doppio One", sans-serif !important;
    font-weight: 400;
}

#questions input[type="checkbox"],
#questions input[type="checkbox"]+label+div {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1.0s cubic-bezier(.77, 0, .18, 1), opacity 1.0s;
}

#questions input[type="checkbox"]:checked+label+div {
    max-height: fit-content;
    opacity: 1;
}

/* QUESTIONS */

/* DISP */
#disp>div {
    width: clamp(320px, 100%, 1100px);
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
}

#disp>div>div {
    width: 48%;
}

#disp>div>div:first-child {
    background-color: #FFF;
    box-sizing: border-box;
}

#disp>div table {
    width: 90%;
    margin: 10% auto;
}

#disp>div table caption {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}

#disp tr {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

#disp td {
    padding: 20px 0 20px 20px;
    font-weight: 400;
    line-height: 150%;
}

#disp a {
    text-decoration: none;
}

#disp td:nth-child(odd) {
    width: 160px;
    white-space: nowrap;
}

#disp>div>div iframe {
    width: 100%;
    height: 100%;
}

/* DISP */

/* FORM */
#Form {
    background-color: #272727;
}

#Form>div {
    width: clamp(320px, 100%, 1100px);
    margin: 0 auto;
    padding: 150px 0;
}

#Form>div>p:first-child {
    font-size: 17px;
    margin: 0 auto 50px;
    padding: 10px 40px;
    width: fit-content;
    border: solid #FFF 1px;
    border-radius: 21px;
    background-color: rgba(255, 255, 255, 0.25);
    font-family: "Gantari", sans-serif;
}

#Form h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

#Form>div>p:nth-child(3) {
    text-align: center;
    margin-bottom: 50px;
}

/* FORM */

/* FOOTER */
footer {
    text-align: center;
    padding: 10px 0;
}

/* FOOTER */

.grouph3 {
    margin-top: 150px;
}

.copy {
    font-size: 15px;
}

.screen-reader-response{
    display: none;
}

@media (max-width: 768px) {
    /* @media (max-width: 1100px) { */

    /* FV */
    header {
        padding: 2vh 0 10vh;
        height: 600px;
        background-position: 50% 50%;
    }

    header>p:first-child {
        font-size: 17px;
        margin: 5vh auto 7h;
    }

    header h1 {
        margin-bottom: 7Svh;
    }

    header h1+p {
        font-size: 17px;
        margin-bottom: 2vh;
    }

    header h1+p+p {
        margin-bottom: 10vh;
    }

    header ul {
        margin-top: 0vh;
        width: 90%;
    }

    header ul li {
        width: 100%;
    }

    header ul li p span {
        font-size: 34px;
        margin-bottom: -6px;
    }

    header ul li p span span {
        font-size: 23px;
    }

    /* FV */

    /* PARSONAL TRANING */
    #parsonalTraning>div {
        padding: 7vh 0 10vh;
        display: block;
    }

    #parsonalTraning>div figure {
        margin-bottom: 7vh;
    }

    #parsonalTraning>div figure img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #parsonalTraning>div figure,
    #parsonalTraning>div div {
        padding: 0;
        width: 92%;
        margin-right: auto;
        margin-left: auto;
    }

    #parsonalTraning>div div {
        width: 92%;
        margin-right: auto;
        display: block;
    }

    /* PARSONAL TRANING */

    /* OUR APRPUACH */
    #ourAprpuach {
        padding: 10vh 0;
        padding-bottom: 1vh;
    }

    #ourAprpuach div {
        width: 92%;
    }

    #ourAprpuach div>p:first-child {
        margin: 0 auto 6vh;
    }

    #ourAprpuach div ul {
        margin: 0vh 0;
        display: block;
    }

    #ourAprpuach div ul li {
        width: 100%;
        margin-bottom: 7vh;
        padding: 5% 0;
    }

    #ourAprpuach div ul li figure {
        padding-left: 3%;
        padding-right: 3%;
    }

    #ourAprpuach div ul li p {
        font-size: 18px;
    }

    /* OUR APRPUACH */

    /* ABOUT TRAINING */
    #aboutTraning>div {
        width: clamp(320px, 92%, 1100px);
        padding: 10vh 0;
        padding-bottom: 1vh;
    }

    #aboutTraning>div::before {
        top: -2%;
        right: -132%;
        font-size: 300px;
    }

    #aboutTraning>div>p+h2+p {
        margin-bottom: 10vh;
    }

    #aboutTraning>div div {
        display: block;
        margin-bottom: 10vh;
    }

    #aboutTraning>div div figure {
        margin-bottom: 4vh;
        width: 100%;
    }

    #aboutTraning>div div figure img {
        width: 100%;
        height: auto;
    }

    #aboutTraning>div div:nth-child(even) figure+div,
    #aboutTraning>div div:nth-child(odd)>div {
        display: block;
        width: 100%;
        padding: 4vh 0;
    }

    #aboutTraning>div div div:nth-child(2) p {
        margin-bottom: 5vh;
    }

    #aboutTraning>div div div:nth-child(2) p:last-child {
        margin-bottom: 0;
    }

    #aboutTraning>div div div:nth-child(2) p:first-child {
        font-size: 18px;
        margin-bottom: 2vh
    }

    /* ABOUT TRAINING */

    /* PLICING */
    #plicing {
        padding-bottom: 20vh;
        padding: 0 4% 100px;
    }

    #plicing>div {
        padding: 10vh 0 0;
    }

    #plicing .blackObi {
        margin: 0 auto 4vh;
    }

    #plicing h2+p {
        text-align: center;
        margin-bottom: 10vh;
    }

    #plicing ul li {
        width: 33%;
        padding: 2% 0;
    }

    #plicing ul li p {
        margin-bottom: 8%;
    }

    #plicing ul li p span {
        font-size: 20px;
    }

    #plicing ul li p:first-child {
        font-size: 13px;
    }

    #plicing ul li p:nth-child(2) {
        font-size: 17px;
    }

    #plicing ul li p:last-child {
        font-size: 13px;
        margin-bottom: 0;
    }

    #pricingDisp {
        padding: 2% 4%;
    }

    #pricingDisp h3 {
        margin-top: 20%;
    }

    #pricingDisp>div {
        display: block;
        margin-bottom: 4vh;
    }

    #pricingDisp>div>* {
        display: block;
        width: 100%;
        padding: 8% 0;
        border: solid 1px #000;
    }

    #pricingDisp>div>* span {
        font-size: 36px;
        font-family: "Bebas Neue", sans-serif !important;
    }

    #pricingDisp>div>* p {
        margin-bottom: 7%;
        font-size: 18px;
    }

    #pricingDisp>div> :nth-child(2) {
        border-right: solid 1px #000;
        border-bottom: none;
    }

    #pricingDisp>div> :nth-child(2)::after {
        content: "";
        top: 100%;
        left: calc((100% - 70%) / 2);
        width: 70%;
        height: 1px;
    }

    #pricingDisp>div> :nth-child(3) {
        border-left: solid 1px #000;
        border-top: none;
    }

    #pricingDisp h4 span {
        font-size: 14px;
        margin-top: 5%;
    }

    #plicing table {
        width: 100%;
        display: block;
        margin: 12vh auto 0;
    }

    #plicing table caption {
        padding: 30px;
    }

    #plicing table caption,
    #plicing table caption h3 {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    #plicing table tbody {
        display: block;
        width: 100%;
    }

    #plicing table tr td {
        flex-direction: column;
        width: 50%;
        padding: 10% 0;
        word-wrap: break-word;
    }

    #plicing table tr td p {
        white-space: nowrap;
        font-size: 16px !important;
        text-align: center;
        width: 100%;
        margin-bottom: 10%;
    }

    #plicing table tr td p:last-child {
        margin-bottom: 0;
    }

    #plicing .numeric {
        font-size: 32px;
    }

    #oneBox div {
        border-bottom: solid 1px #000 !important;
    }

    /* PLICING */

    /* COMIT */
    #comit>div {
        padding: 12vh 0 5vh;
    }

    #comit>div>div {
        width: clamp(320px, 92%, 1100px);
    }

    #comit>div>div h2 {
        margin-bottom: 6vh;
    }

    #comit>div>div p {
        margin-bottom: 10vh;
            font-size: 16px !important;
    }

    /* COMIT */

    /* Before & After */
    #beforeAfter>div {
        padding: 10vh 0;
        width: 92%;
        padding-bottom: 4vh;
    }

    #beforeAfter .blackObi {
        margin: 0 auto 5vh;
    }

    #beforeAfter h2+p {
        margin-bottom: 10vh;
    }

    #beforeAfter ul {
        display: block;
    }

    #beforeAfter ul li {
        margin-bottom: 7vh;
        width: 100%;
    }

    #beforeAfter ul li figure img {
        height: auto;
    }

    #beforeAfter ul li div {
        padding: 6%;
    }

    #beforeAfter ul li div p {
        margin-bottom: 5%;
    }

    #beforeAfter ul li div .blackObi {
        margin: 0 0 5%;
    }

    /* Before & After */

    /* QUESTIONS */
    #questions>div {
        padding: 10vh 0;
        width: 92%;
    }

    #questions .blackObi {
        margin: 0 auto 5vh;
    }

    #questions>div p:nth-child(3) {
        margin-bottom: 10vh;
        text-align: center;
    }

    #questions li {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 7%;
        margin-bottom: 3vh;
    }

    .chevron {
        top: 23px;
        right: 0;
    }


    #questions div label,
    #questions div div p {
        padding: 12% 0;
    }

    #questions div label {
        width: 100%;
        padding-right: 17%;
        box-sizing: border-box;
    }

    #questions label span,
    #questions div p span {
        font-size: 27px;
        margin-right: 5%;
    }

    /* QUESTIONS */

    /* DISP */
    #disp>div {
        padding: 10vh 0;
        display: block;
        width: 92%;
    }

    #disp>div>div {
        width: 100%;
    }

    #disp>div>div:first-child {
        padding: 10% 0;
        margin-bottom: 10vh;
    }

    #disp>div table {
        width: 90%;
        margin: 0 auto;
    }

    #disp>div table caption {
        font-size: 18px;
        margin-bottom: 10%;
    }

    #disp td {
        font-size: 15px;
        padding: 8% 0 8% 4%;
    }

    #disp td:nth-child(odd) {
        width: 26%;
        white-space: nowrap;
    }

    #disp>div>div iframe {
        width: 100%;
        height: 40vh;
    }

    /* DISP */

    /* FORM */
    #Form {
        background-color: #272727;
    }

    #Form>div {
        width: clamp(320px, 100%, 1100px);
        margin: 0 auto;
        padding: 10vh 0;
        width: 92%;
    }

    #Form>div>p:first-child {
        font-size: 17px;
        margin: 0 auto 5vh;
        padding: 10px 40px;
        width: fit-content;
        border: solid #FFF 1px;
        border-radius: 21px;
        background-color: rgba(255, 255, 255, 0.25);
        font-family: "Gantari", sans-serif;
    }

    #Form h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 2vh;
    }

    #Form>div>p:nth-child(3) {
        text-align: center;
        margin-bottom: 10vh;
    }

    /* FORM */

    /* FOOTER */
    footer {
        text-align: center;
        padding: 10px 0;
    }

    /* FOOTER */


    header h1+p+p+p {
        margin-bottom: 80px;
		margin-top:80px;
    }

    body>nav {
        background-color: #000;
        padding: 5px 0 0px 20px;
        width: 100%;
        text-align: left;
        position: relative;
        box-sizing: border-box;
    }

    
body>nav img {
    width: 90px;
}

    header>h1:first-child {
        font-size: 20px;
margin: 70px auto 70px;
        padding: 10px 40px;
        width: fit-content;
        border: solid #FFF 1px;
        border-radius: 21px;
        background-color: rgba(255, 255, 255, 0.25);
        font-family: "Gantari", sans-serif;
    }

    .grouph3 {
        margin-top: 84px;



    }

    .copy {
        font-size: 12px !important;
    }
}