    /*
* ----------------------------------------------------------------------------------------
Author        : Rama Hardian Sidik
Template Name : Ogym - Body Builder And Gym Landing Page Bootstrap 5 template
Version       : 1.0
Filename      : main.css
* ------------------------------------------------------------ ----------- ------
  TABLE OF CONTENT SECTION
* ----------------------------------------------------------------------------------------
* 00.COLOR CSS.
* 01.BASE CSS.
    - loadder 
    - keyframe animation
* 02.HEADER SECTION.
    - menu
    - menu mobile
* 03.HERO SECTION.
* 04.CLASSES SECTION. 
* 05.ABOUT SECTION. 
* 06.PRICING SECTION. 
* 07.TEAM SECTION.
* 08.TIMETABLE SECTION. 
* 09.TESTIMONIAL SECTION. 
* 10.PARTNER SECTION. 
* 11.GAP SECTION. 
* 12.FOOTER CSS. 
* ------------------------------------------------------------ ----------- ------
  TABLE OF CONTENT PAGE
* ----------------------------------------------------------------------------------------
*
*
* ----------------------------------------------------------------------------------------
*/
    
    @import url(vendor/bootstrap/bootstrap.css);
    @import url(vendor/glide/glide.min.css);
    @import url(vendor/glide/glide.theme.min.css);
    @import url(vendor/fontawesome/all.min.css);
    @import url(vendor/vanilla-tabs.min.css);
    @import url(vendor/glightbox.css);
    /*
* ----------------------------------------------------------------------------------------
* 00.COLOR CSS.
* ----------------------------------------------------------------------------------------
*/
    
     :root {
        --white: #f0e9e1;
        --dark: #343539;
        --semidark: #6b5e56;
        --orange: #8C6C55;
        --grey: #999;
        --fonttwo: 'Roboto', sans-serif;
    }
    /*
* ----------------------------------------------------------------------------------------
* 01.BASE CSS.
* ----------------------------------------------------------------------------------------
*/
    
    * {
        -webkit-font-smoothing: antialiased;
    }
    
    body {
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        font-weight: 400;
        height: auto;
        color: var(--white);
        background: var(--dark);
        text-rendering: optimizeLegibility;
    }
    /* Prevent horizontal scroll */
html, body {
    overflow-x: hidden; /* Disables horizontal scrolling */
    width: 100%; /* Ensure the body takes the full width */
}

    a {
        text-decoration: none;
    }
    
    a:focus {
        outline: none;
    }
    
    .btn {
        border: none;
    }
    
    .title-head {
        background: var(--semidark);
        padding: 17px 20px 17px 10px;
        font-size: 15px;
        border-radius: 50px;
        display: inline-block;
    }
    
    .inner-head {
        background: var(--orange);
        padding: 10px;
        margin-right: 10px;
        border-radius: 40px;
    }
    
    .bgornament-one {
        position: absolute;
        left: -374px;
        top: -303px;
        width: 80%;
        z-index: -2;
    }
    
    .bgornament-two {
        width: 50%;
        top: 15%;
        position: absolute;
        z-index: -2;
    }
    
    .bgornament-tree {
        width: 50%;
        top: 0%;
        right: 0;
        position: absolute;
        z-index: -2;
    }
    
    .w-btn {
        padding: 10px 40px;
    }
    
    .s-btn {
        padding: 10px 20px;
    }
    
    .b-btn {
        padding: 20px 20px;
    }
    
    .button-l {
        background: var(--dark);
        color: var(--white);
        border: 1px solid var(--orange);
        font-size: 15px;
        font-weight: 700;
    }
    
    .button-l:hover {
        color: var(--orange);
    }
    
    .button-d {
    z-index: 999999;
    background-color: var(--body-color);
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#f1652a, #ffcf40);
    -webkit-background-clip: text;
    background-clip: text;
    border-radius: 118px;
    justify-content: center;
    align-items: center;
    width: 256px;
    min-height: 58px;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    transition: all .4s;
    display: flex;
}
.btn__wrappers {
    background-image: url(/uploads/frame.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 256px;
    position: relative;
}    
    .button-d--outline {
        border: 2px solid var(--orange);
        color: var(--orange);
        font-size: 15px;
        background: transparent;
        font-weight: 600;
    }
    
    .button-d:hover {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#e40101, #ff6100);
    background-clip: border-box;
}
    
    .titlehead h3 {
        font-size: 21px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    p.linecenter:before {
        content: '';
        width: 50%;
        height: 2px;
        top: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        background: var(--orange);
        position: absolute;
    }
    
    p.linecenter {
        color: var(--orange);
        display: inline-block;
        position: relative;
        font-size: 18px;
        font-family: var(--fonttwo);
    }
    
    p.lineleft:before {
        content: '';
        width: 100px;
        height: 2px;
        top: 10px;
        background: var(--orange);
        position: absolute;
        left: 0;
    }
    
    p.lineleft {
        color: var(--orange);
        position: relative;
        font-size: 18px;
        padding-left: 120px;
        font-family: var(--fonttwo);
    }
    
    .glide__arrow {
        position: unset !important;
        transform: unset !important;
    }
    
    .glide__arrow--left {
        float: left;
        margin-right: 10px;
        background: var(--orange);
        color: var(--white);
    }
    
    .testiglide__arrow--right {
        float: right;
        background: var(--orange);
        color: var(--white);
    }
    
    .testiglide__arrow--left {
        float: left;
        margin-right: 10px;
        background: var(--orange);
        color: var(--white);
    }
    
    .glide__arrow--right {
        float: right;
        background: var(--orange);
        color: var(--white);
    }
    
    .glide__arrows {
        position: relative;
        display: inline-block;
        padding: 10px;
        border-radius: 30px;
        background: var(--semidark);
    }
    
    .glide__arrow {
        border-radius: 50px;
        border: none;
        width: 30px;
        height: 30px;
    }
    
    .outline-text {
        -webkit-text-stroke: 1px #b7a890;
        -webkit-text-fill-color: transparent;
        font-weight: 800;
    }
    
    section {
        position: relative;
    }
    
    #headersection {
        padding: 200px 0;
        position: relative;
    }
    
    #headersection:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1;
        top: 0;
        background: var(--dark);
        opacity: .3;
    }
    
    .innerhead {
        position: relative;
        z-index: 3;
    }
    
    .innerhead h1 {
        font-size: 50px;
        font-weight: 800;
    }
    
    .innerhead p.titleinner {
        font-size: 15px;
    }
    
    .scroll-icon {
        z-index: 0;
        position: absolute;
        background: var(--white);
        left: 50%;
        width: 1px;
        display: block;
        bottom: 20%;
        height: 50px;
        z-index: 3;
    }
    
    .breadcrumb {
        background: var(--orange);
        font-weight: 500;
        border-radius: 0;
        display: -webkit-inline-box;
        border-radius: 50px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 12px 35px;
        position: absolute;
        bottom: 10px;
        text-align: center;
        left: 50%;
        z-index: 99;
        -webkit-transform: translate(-50%, 60%);
        transform: translate(-50%, 60%);
        margin: 0;
    }
    
    .breadcrumb-item+.breadcrumb-item::before {
        color: var(--dark);
    }
    
    .breadcrumb .breadcrumb-item a {
        color: var(--white);
        font-weight: 600;
    }
    
    .breadcrumb .breadcrumb-item.active {
        color: var(--dark);
    }
    
    .noscroll {
        position: fixed;
        overflow: hidden;
    }
    
    .link-video {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        border-radius: 50%;
        padding: 18px 20px 18px 28px;
        text-decoration: none;
        font-size: 30px;
    }
    
    .link-video i {
        position: relative;
        z-index: 2;
        color: var(--orange);
    }
    
    .link-video:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 100px;
        height: 100px;
        background: var(--white);
        border-radius: 50%;
        transition: all 200ms;
    }
    
    .link-video:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 100px;
        height: 100px;
        background: var(--white);
        border-radius: 50%;
        animation: pulse 1500ms ease-out infinite;
    }
    
    .accordion {
        max-width: 100%;
        position: relative;
        z-index: 1;
    }
    
    .tab {
        margin: 10px 0;
    }
    
    .tab__heading {
        border-bottom: 1px solid var(--dark);
        padding: 15px 0 10px 45px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: var(--semiwhite);
        cursor: pointer;
        background: var(--semidark);
        position: relative;
        pointer-events: all;
    }
    
    .tab__heading i:first-child {
        position: absolute;
        left: 10px;
        top: 13px;
        background: var(--dark);
        padding: 5px;
        border-radius: 50px;
    }
    
    .tab__heading i {
        position: absolute;
        right: 15px;
        top: 20px;
        display: inline-table;
    }
    
    .tab__heading i.up {
        display: none;
    }
    
    .open .tab__heading {
        background: var(--orange);
    }
    
    .open .tab__heading i.up {
        display: inline-table;
    }
    
    .open .tab__heading i {
        display: none;
    }
    
    .open .tab__heading i:first-child {
        display: inline-table;
    }
    
    .tab__heading h2 {
        font-size: 15px;
    }
    
    .tab__content {
        background: var(--transparantone);
        overflow-y: hidden;
        height: 0;
        transition: 0.5s ease;
    }
    
    .tab__content p {
        margin: 20px;
        color: var(--semiwhite);
        opacity: .5;
    }
    
    .tab__content ul li {
        margin: 10px 0;
    }
    
    .back_to_top {
        position: fixed;
        bottom: 80px;
        right: 40px;
        z-index: 9;
        font-size: 30px;
        width: 54px;
        height: 54px;
        text-align: center;
        line-height: 50px;
        background: var(--orange);
        color: var(--dark);
        cursor: pointer;
        border-radius: 2px;
        display: none;
    }
    
    .back_to_top:hover {
        background: var(--orange);
        color: var(--dark);
    }
    
    .back_to_top-show {
        display: block;
    }
    /* media query */
    
    @media (max-width: 999px) {
        body.active {
            position: fixed;
        }
        .bgornament-one {
            left: -124px;
            top: -203px;
            width: 100%;
        }
    }
    
    @media (max-width: 480px) {
        p.lineleft:before {
            width: 80px;
        }
        p.lineleft {
            font-size: 13px;
            padding-left: 100px;
        }
        .button-d {
            font-size: 13px;
        }
    }
    
    @keyframes pulse {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1;
        }
        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            opacity: 0;
        }
    }
    /*
* ----------------------------------------------------------------------------------------
* 01.BASE CSS.
- loadder
* ----------------------------------------------------------------------------------------
*/
    
    #preloader {
        position: fixed;
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: var(--dark);
        z-index: 999999;
    }
    
    .gooey {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 142px;
        height: 40px;
        margin: -20px 0 0 -71px;
        filter: contrast(20);
    }
    
    .gooey .dot {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 12px;
        left: 15px;
        background: #d0a586;
        border-radius: 50%;
        transform: translateX(0);
        animation: dot 2.8s infinite;
    }
    
    .gooey .dots {
        transform: translateX(0);
        margin-top: 12px;
        margin-left: 31px;
        animation: dots 2.8s infinite;
    }
    
    .gooey .dots span {
        display: block;
        float: left;
        width: 16px;
        height: 16px;
        margin-left: 16px;
        background: #d0a586;
        border-radius: 50%;
    }
    
    @-moz-keyframes dot {
        50% {
            transform: translateX(96px);
        }
    }
    
    @-webkit-keyframes dot {
        50% {
            transform: translateX(96px);
        }
    }
    
    @-o-keyframes dot {
        50% {
            transform: translateX(96px);
        }
    }
    
    @keyframes dot {
        50% {
            transform: translateX(96px);
        }
    }
    
    @-moz-keyframes dots {
        50% {
            transform: translateX(-31px);
        }
    }
    
    @-webkit-keyframes dots {
        50% {
            transform: translateX(-31px);
        }
    }
    
    @-o-keyframes dots {
        50% {
            transform: translateX(-31px);
        }
    }
    
    @keyframes dots {
        50% {
            transform: translateX(-31px);
        }
    }
    /*
* ----------------------------------------------------------------------------------------
* 02.HEADER SECTION.
* ----------------------------------------------------------------------------------------
*/
    
    #headermain {
        padding: 20px 0;
        position: fixed;
        width: 100%;
        z-index: 999;
        background: rgb(52 53 57 / 54%);
    }
    
    #headermain.active {
        background: var(--dark);
    }
    
/*    .fixi {*/
/*          background: hsl(0deg 0% 98.9% / 80%)*/
/*}*/
    
    .brandlogo {
        display: inline-block;
        position: relative;
        z-index: 9;
    }
    
    .brandlogo img {
        width: 27%;
    }
    /* media query */
    
    @media (max-width: 999px) {
        .brandlogo {
            width: 120px;
        }
    }
    
    .wrapnavigation .wrapnavigation__listnav {
        padding: 15px 0;
    }
    
    .wrapnavigation .wrapnavigation__listnav li {
        display: inline-block;
        margin: 0 13px;
    }
    
    .wrapnavigation .wrapnavigation__listnav li a {
        font-size: 12px;
        font-weight: 500;
        position: relative;
        text-transform: uppercase;
        color: #fff;
        padding: 0;
    }
    
    .wrapnavigation .wrapnavigation__listnav li a:hover {
        color: var(--orange);
    }
    
    .wrapnavigation .wrapnavigation__listnav li a.active {
        color: var(--orange);
    }
    
    .wrapnavigation .wrapnavigation__listnav li a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        left: 0;
        bottom: -10px;
        background: var(--orange);
    }
    
    .wrapnavigation .wrapnavigation__listnav li a:hover:after {
        height: 2px;
    }
    
    .wrapnavigation .wrapnavigation__listnav li a.active:after {
        height: 2px;
    }
    
    .headderlist li a:hover i {
        color: var(--dark);
    }
    
    .fixi .headderlist li a:hover i {
        color: var(--orange);
    }
    
    .navicon {
        position: fixed;
        right: 20px;
        top: 18px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 22;
        border-radius: 0;
        background: var(--orange);
    }
    
    .navicon:hover {
        background: var(--orange);
    }
    
    .navicon-bar {
        width: 18px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: var(--orange);
    }
    
    .navicon-bar:before,
    .navicon-bar:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 2px;
        background-color: #fff;
    }
    
    .navicon:hover .navicon-bar:before,
    .navicon:hover .navicon-bar:after {
        background: var(--white);
    }
    
    .navicon-bar:before {
        transform: rotate(0deg) translate(0px, -4px);
    }
    
    .navicon-bar:after {
        transform: rotate(0deg) translate(0px, 4px);
    }
    
    .navicon.active .navicon-bar:before {
        transform: rotate(-45deg) translate(0px, 0px);
    }
    
    .navicon.active .navicon-bar:after {
        transform: rotate(45deg) translate(0px, 0px);
    }
    
    .navicon.active:hover .navicon-bar .navicon-bar:before {
        transform: rotate(0deg) translate(0px, 0px);
    }
    
    .navicon.active:hover .navicon-bar .navicon-bar:after {
        transform: rotate(0deg) translate(0px, 0px);
    }
    /*
* ----------------------------------------------------------------------------------------
* 02.HEADER.
    - mobile navigation
* ----------------------------------------------------------------------------------------
*/
    
    .mobilenav {
        display: none;
        overflow-x: auto;
        padding: 50px 0 100px;
    }
    
    .mobilenav.active {
        display: block;
        height: 100vh;
    }
    
    .mobilenav__wrap-list {
        text-align: center;
        padding: 0 0 0 20px;
    }
    
    .mobilenav__wrap {
        width: 100%;
        float: left;
    }
    
    .contactnav {
        width: 50%;
        float: right;
    }
    
    .mobilenav__wrap-list li {
        list-style: none;
        position: relative;
        margin: 20px 0;
    }
    
    .mobilenav__wrap-list {
        -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
        animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
    }
    
    .mobilenav__wrap-list li a {
        font-size: 30px;
        letter-spacing: 1px;
        font-weight: 100;
        color: var(--white);
    }
    
    .mobilenav__wrap-list li a:hover {
        color: var(--orange);
    }
    /* media query */
    
    @media screen and (max-width: 2560px) {
        .mobilenav.active {
            display: none;
            height: 100vh;
        }
    }
    
    @media screen and (max-width: 999px) {
        .mobilenav.active {
            display: block;
            height: 100vh;
        }
    }
    /*
* ----------------------------------------------------------------------------------------
* 03.HERO SECTION. 
* ----------------------------------------------------------------------------------------
*/
    
    #herosection {
        overflow: hidden;
        background: url(../asset/page/dot.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .herodetail {
        padding: 100px 0 50px 0;
        position: relative;
        z-index: 3;
    }
    
    .herodetail h1 {
        font-size: 60px;
        font-weight: 700;
    }
    
    .herodetail p {
        font-size: 18px;
        line-height: 1.8;
        font-family: var(--fonttwo);
    }
    
    .herophoto {
        width: 100%;
        position: relative;
        padding: 85px 0;
        z-index: 1;
    }
    
    .herophoto:after {
        content: '';
        position: absolute;
        width: 100%;
        right: -202px;
        height: 100%;
        background: var(--orange);
        z-index: -1;
        top: 0;
    }
    
    .herophoto img {
        width: 100%;
        position: relative;
        z-index: 3;
    }
    
    .innercounter {
        width: 100%;
        position: relative;
        z-index: 3;
    }
    
    .innercounter ul {
        padding: 0;
    }
    
    .inneritem {
        list-style: none;
        width: auto;
        padding: 10px;
        margin: 0 10px;
        display: inline-block;
    }
    
    .counter {
        font-weight: 400;
        font-size: 40px;
    }
    
    .inneritem p {
        font-size: 13px;
        color: var(--grey);
    }
    /* media query */
    
    @media (min-width: 2560px) {
        .bgornament-one {
            left: -374px;
            top: -876px;
        }
    }
    
    @media (max-width: 999px) {
        .innercounter ul {
            margin: 0 auto;
            display: inline-block;
        }
        .counter {
            font-size: 30px;
        }
    }
    
    @media (max-width: 799px) {
        .inneritem {
            margin: 0 15px;
        }
        .herodetail h1 {
            font-size: 40px;
        }
        .herodetail p {
            font-size: 13px;
        }
        .bgornament-one {
            left: -88px;
            top: -73px;
        }
    }
    /*
* ----------------------------------------------------------------------------------------
* 04.CLASSES SECTION. 
* ----------------------------------------------------------------------------------------
*/
    
    #classessection {
        padding: 100px 0;
    }
    
    .classesinner {
        padding: 30px;
        display: flex;
        clip-path: polygon(0px 0px, 80% 0%, 100% 0px, 100% 80%, 100% 100%, 9.21% 100.00%, 0px 92.07%, 0% 20%);
        position: relative;
        background: var(--semidark);
    }
    
    .leftside {
        flex: 2;
    }
    
    .leftside i {
        font-size: 50px;
        color: #D3C4B2;
    }
    
    .leftside h3 {
        font-size: 18px;
    }
    
    .leftside p {
        font-size: 15px;
        color: var(--grey);
        line-height: 1.7;
    }
    
    .classesinner:hover {
        background: var(--orange);
    }
    
    .classesinner:hover .leftside p {
        color: var(--white);
    }
    
    .classesinner:hover .leftside i {
        color: var(--white);
    }
    
    .classesinner:hover .button-d {
        background: var(--dark);
    }
    
    .classesinner:hover .button-d:hover {
        color: var(--white);
    }
    /* media query */
    
    @media (max-width: 590px) {}
    /*
* ----------------------------------------------------------------------------------------
* 05.ABOUT SECTION. 
* ----------------------------------------------------------------------------------------
*/
    
    #aboutsection {
        padding: 100px 0 0;
    }
    
    .aboutgallery {
        position: relative;
        clip-path: polygon(0px 0px, 80% 0%, 99.55% 0px, 100% 80%, 100% 100%, 17.51% 99.73%, 0px 82.67%, 0% 20%);
    }
    
    .aboutgallery img {
        width: 100%;
    }
    
    #aboutsection .herodetail {
        padding: 0;
    }
    
    .list-detail {
        padding: 0;
    }
    
    .list-detail li {
        list-style: none;
        margin: 20px 0;
    }
    
    .list-detail li .list-ofdetail {
        position: relative;
        padding-left: 50px;
    }
    
    .list-detail li .list-ofdetail .icondetail {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 30px;
        color: var(--orange);
    }
    
    .list-detail li .list-ofdetail {
        font-size: 15px;
        color: rgba(255, 255, 255, .5);
    }
    /* media query */
    
    @media (max-width: 999px) {
        .aboutgallery {
            margin: 0 auto;
        }
    }
    /*
* ----------------------------------------------------------------------------------------
* 06.PRICING SECTION. 
* ----------------------------------------------------------------------------------------
*/
    
    #pricesection {
        padding: 0 0 100px 0;
    }
    
    .price-table {
        padding: 50px 30px;
    }
    
    .price-table i {
        font-size: 30px;
    }
    
    .tab-price:nth-child(1) {
        border-right: none;
        padding-right: 0;
    }
    
    .tab-price:nth-child(1) .price-table {
        background: var(--semidark);
    }
    
    .tab-price:nth-child(3) .price-table {
        background: var(--semidark);
    }
    
    .tab-price p {
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 10px;
        font-size: 15px;
        color: var(--white);
    }
    
    .big>p.first {
        border-bottom: none;
        font-size: 50px;
        color: var(--white);
        font-weight: bold;
    }
    
    .small>p.first {
        border-bottom: none;
        font-size: 50px;
        color: var(--white);
        margin-bottom: 0;
    }
    
    .the-price i {
        font-size: 20px;
        margin-right: 10px;
    }
    
    .big {
        margin-bottom: 30px;
    }
    
    .big>p {
        border-bottom: none;
        color: var(--white);
        padding-bottom: 0;
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    .tab-price:nth-child(1) p:nth-child(1),
    .tab-price:nth-child(3) p:nth-child(1) {
        line-height: 1.5;
        font-weight: 700;
    }
    
    .tab-price:nth-child(1) .price-table i.firstico,
    .tab-price:nth-child(3) .price-table i.firstico {
        color: var(--orange);
    }
    
    .tab-price h3 {
        margin-bottom: 10px;
        border-bottom: 1px solid var(--transparant);
    }
    
    .tab-price:nth-child(2) {
        background: var(--orange);
        padding-left: 10px;
        border-left: none !important;
        border-right: none;
    }
    
    .tab-price:nth-child(2) .price-table i.firsticon {
        font-size: 50px;
    }
    
    .price-table:nth-child(2) {
        position: relative;
    }
    
    .price-table:nth-child(1) {
        position: relative;
    }
    
    .price-table:nth-child(3) {
        position: relative;
    }
    
    .tab-price:nth-child(2) h3 {
        color: var(--white);
        font-size: 20px;
        line-height: 1.3;
    }
    
    .price-table:nth-child(1)>.center-p {
        color: var(--white);
        border-bottom: 1px solid var(--transparant);
    }
    
    .tab-price:nth-child(3) {
        padding: 0;
    }
    
    .price-table h3 {
        color: var(--white);
        font-size: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--transparant);
    }
    /* media query */
    
    @media (max-width: 999px) {
        .tab-price p {
            font-size: 15px;
        }
    }
    /*
* ----------------------------------------------------------------------------------------
* 07.TEAM SECTION. 
* ----------------------------------------------------------------------------------------
*/
    
    .innerteam {
        height: 500px;
        position: relative;
    }
    
    .innerteam:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .3s;
    }
    
    .item-team:hover .innerteam:after {
        background: linear-gradient(to right, rgba(46, 51, 56, .5) 0%, rgba(46, 51, 56, .8) 100%), linear-gradient(to top, rgba(46, 51, 56, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }
    
    .team-detail {
        padding: 40px 30px;
        display:none;
        position: absolute;
        opacity: 0;
        z-index: 99;
        bottom: -50px;
        width: 100%;
        clip-path: polygon(0px 0px, 80% 0%, 100.00% 62px, 100% 80%, 100% 100%, 0.22% 99.73%, 0px 92.07%, 0% 20%);
        background: #8C6C55;
        transition: all .3s;
    }
    
    .team-detail h3 {
        color: var(--dark);
        font-weight: 700;
        font-size: 18px;
    }
    
    .team-detail p {
        font-size: 15px;
    }
    
    .item-team:hover .team-detail {
        bottom: 0;
        opacity: 1;
    }
    
    .sosmedteam {
        padding: 0;
    }
    
    .sosmedteam li:first-child {
        margin-left: 0;
    }
    
    .sosmedteam li {
        display: inline-block;
        margin: 0 10px;
    }
    
    .sosmedteam li a {
        color: var(--white);
    }
    
    .sosmedteam li a:hover {
        color: var(--dark);
    }
    
    .sosmedteam li a i {
        font-size: 20px;
    }
    /*
* ----------------------------------------------------------------------------------------
* 08.TIMETABLE SECTION. 
* ----------------------------------------------------------------------------------------
*/
    
    #timetablesection {
        position: relative;
        padding: 100px 0;
        background-attachment: fixed !important;
    }
    
    #timetablesection:before {
        background: linear-gradient(to left, rgb(46, 51, 56) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(to top, rgb(46, 51, 56) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, rgb(46, 51, 56) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    
    .tabs.style__horizontal .tabs__nav .tabs__nav_link {
        margin: 0;
        padding: 20px 30px;
        background: var(--dark);
        border: unset;
        color: var(--white);
    }
    
    .tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {
        background: var(--semidark);
        border: unset;
    }
    
    .tabs.style__horizontal .tabs__content.is__active {
        background: var(--semidark);
        border: unset;
        padding: 0 0 30px 0;
    }
    
    .table-class {
        width: 100%;
    }
    
    .table-class span {
        font-size: 20px;
        color: var(--orange);
    }
    
    .table-class th {
        padding: 30px;
    }
    
    .table-class td {
        font-size: 18px;
        padding: 14px 20px;
        white-space: nowrap;
    }
    
    .headder-class span {
        font-size: 20px;
    }
    
    .tabs.style__accordion,
    .tabs.is__responsive {
        position: relative;
    }
    
    .tabs.style__accordion .tabs__content,
    .tabs.is__responsive .tabs__content {
        border: unset !important;
    }
    
    .tabs.style__accordion .tabs__nav_link,
    .tabs.is__responsive .tabs__nav_link,
    .tabs.style__accordion .tabs__content .tabs__nav_link,
    .tabs.is__responsive .tabs__content .tabs__nav_link {
        background: var(--semidark);
        color: var(--white);
    }
    
    .tabs.style__accordion .tabs__nav_link.is__active,
    .tabs.is__responsive .tabs__nav_link.is__active {
        background: var(--dark);
    }
    
    .tabs.style__accordion .tabs__nav_link.is__active,
    .tabs.is__responsive .tabs__nav_link.is__active {
        padding: 50px 0 30px 50px;
    }
    
    .tabs.style__accordion .tabs__content_wrapper,
    .tabs.is__responsive .tabs__content_wrapper {
        overflow: auto;
    }
    
    .tabs.style__accordion .tabs__content,
    .tabs.is__responsive .tabs__content {
        overflow: hidden;
    }
    /* media query */
    
    @media (max-width: 999px) {
        .table-class td {
            font-size: 15px;
        }
        .table-class span {
            font-size: 18px;
            white-space: nowrap;
        }
        #timetablesection {
            background-attachment: initial !important;
        }
    }
    /*
* ----------------------------------------------------------------------------------------
* 09.TESTIMONIAL SECTION. 
* ----------------------------------------------------------------------------------------
*/
    
    #testimonialsection {
        padding: 100px 0;
    }
    
    .text-testiwrap {
        width: 50%;
        float: left;
        padding: 10% 0;
    }
    
    .poto-userwarp {
        width: 40%;
        float: right;
        position: relative;
        height: 400px;
        padding: 0 50px 100px 0;
        z-index: 2;
        clip-path: polygon(0px 0px, 80% 0%, 100% 0px, 100% 80%, 86.38% 99.25%, 0.33% 100%, 0px 82.67%, 0% 20%);
    }
    
    .wraptext {
        position: relative;
    }
    
    .wraptext p {
        font-size: 18px;
        color: var(--grey);
    }
    
    .wraptext i.small {
        position: absolute;
        font-size: 150px;
        top: 30px;
        opacity: .1;
    }
    
    .wraptext .username {
        color: var(--orange);
        font-size: 15px;
        display: inline-block;
        text-transform: capitalize;
    }
    
    .wraptext span {
        color: var(--white);
        font-size: 15px;
        display: inline-block;
        text-transform: capitalize;
    }
    /* media query */
    
    @media (max-width: 999px) {
        .text-testiwrap {
            float: unset;
            width: 100%;
            display: block;
        }
        .wraptext i.small {
            position: absolute;
            font-size: 100px;
            top: -51px;
            left: 0;
        }
        .wraptext p {
            font-size: 15px;
        }
        .poto-userwarp {
            float: unset;
            display: block;
            height: 150px;
            width: 150px;
            margin: 0 auto;
            border-radius: 100%;
        }
    }
    /*
* ----------------------------------------------------------------------------------------
* 10.PARTNER SECTION. 
* ----------------------------------------------------------------------------------------
*/
    
    .partner {
        padding: 0 0 100px 0;
    }
    
    .partner ul li {
        list-style: none;
    }
    
    .partner ul li img {
        filter: invert(1);
    }
    /*
* ----------------------------------------------------------------------------------------
* 11.GAP SECTION. 
* ----------------------------------------------------------------------------------------
*/
    
    .innergap {
        padding: 50px 40px;
        position: relative;
        background: url('../asset/random/5.jpg');
    }
    
    .innergap:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1;
        top: 0;
        background: var(--orange);
        opacity: .9;
    }
    
    .innercontent {
        position: relative;
        z-index: 2;
    }
    
    .innercontent h3 {
        font-size: 40px;
        font-weight: 800;
    }
    
    .buttongap {
        position: relative;
        z-index: 3;
    }
    /*
* ----------------------------------------------------------------------------------------
* 12.FOOTER CSS. 
* ----------------------------------------------------------------------------------------
*/
    
    #footermain {
        padding: 80px 0;
        background: #B49D85;
    }
    .img-logo img {
        max-width: 12%;
    }
    .listnav {
        padding: 0;
        margin: 0;
    }
    
    .listnav li {
        display: inline-block;
        margin: 0 20px;
    }
    
    .listnav li:nth-child(1) {
        margin-left: 0;
    }
    
    .listnav li a {
        font-size: 13px;
        color: var(--white);
        text-transform: uppercase;
    }
    
    .detailfooter p {
        font-size: 13px;
        line-height: 1.7;
        color: #f0e9e1;
    }
    
    .listsosmed {
        padding: 0;
    }
    
    .listsosmed li {
        list-style: none;
        margin: 0 20px;
        display: inline-block;
    }
    
    .listsosmed li:nth-child(1) {
        margin-left: 0;
    }
    
    .listsosmed li a {
        font-size: 20px;
        color: var(--white);
    }
    
    .listsosmed li a:hover,
    .listnav li a:hover {
        color: var(--orange);
    }
    /* media query */
    
    @media (max-width: 999px) {
        .listnav li:nth-child(1) {
            margin: 10px 20px;
        }
    }
    .before-after-wrapper {
    display: flex;
    gap: 10px;
}
.before, .after {
    width: 50%;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.look--sec {
    padding-top: 90px;
    padding-bottom: 0px;
}
.my-container {
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}
.w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.look__head {
    margin-bottom: 30px;
}
.look__wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.w-layout-blockcontainer {
    /*max-width: 940px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.banner--sec {
        padding-top: 99px;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  /*display: grid;*/
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}
img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}
.heading-68 {
    color: #fff;
    text-align: center;
    flex-flow: column;
    margin: 0;
    font-family: Gilroy, sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 52px;
    display: flex
;
}
.header_price {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.new__price__wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing_outer-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_outer-block.hide {
  display: none;
}

.main_price-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #f0e9e1;
  text-align: left;
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.pricing-price-new {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: line-through;
  display: block;
}

.pricing-price-new.smaller {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.pricing-price-new.smaller.hide {
  font-weight: 700;
  display: none;
}

.price_period {
  color: var(--body);
  text-transform: none;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.price_block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.margin-top-amall {
  width: 100%;
  margin-top: 40px;
}

.text-size-small-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.text-size-small-2.text-color-black {
  color: #3c3e42;
}

.text-size-small-2.text-color-black.text-weight-medium {
  font-weight: 500;
}

.text-size-small-2.text-color-black.text-weight-medium.capitalize {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.text-size-small-2.text-color-black.text-weight-medium.capitalize.semi-bold {
  color: var(--black);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.pricing_tag {
  background-color: #afcad8;
  background-image: linear-gradient(#fed000, #ffbd00);
  border-radius: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-top: -17px;
  padding: 8px 16px;
  display: flex;
}

.pricing_tag.fit-content {
  background-image: linear-gradient(#f1652a, #ffcf40);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
}

.pricing_tag.fit-content.opacity-none {
  opacity: 0;
}

.price_footer-group {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.new__price__card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 3px solid var(--surface);
    cursor: pointer;
    background-image: linear-gradient(#22252c, #343539);
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 20px;
    text-decoration: none;
    transition: border-width .25s;
    display: flex;
}

.new__price__card:hover {
  border-color: #bcbcbc;
}

.new__price__card:active, .new__price__card:focus {
  border-color: #222;
}

.new__price__card.selected {
  border-color: var(--accent);
}

.pricing-subtitle-new {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.pricing-subtitle-new.slashed-muted {
  color: var(--body);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: line-through;
  display: block;
}

.pricing-subtitle-new.slashed-muted.hide {
  display: none;
}

.monthly_price-wrapper {
  color: var(--body);
  text-align: left;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-59 {
  color: #000;
  -webkit-text-stroke-color: white;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

.heading-59.smaller {
  color: var(--body);
  font-family: Gilroy, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 100%;
}

.button-16 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 40px;
  padding: 14px 60px 15px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.button-16.w--current {
  text-transform: capitalize;
  height: 50px;
}

.new__price__card-new {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 3px solid var(--surface);
  cursor: pointer;
  background-color: #31343b;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 20px;
  text-decoration: none;
  transition: border-width .25s;
  display: flex;
}

.new__price__card-new:hover {
  border-color: #bcbcbc;
}

.new__price__card-new:active, .new__price__card-new:focus {
  border-color: #222;
}

.new__price__card-new.selected {
  border-color: var(--accent);
}

.announcement-bar-2 {
  z-index: 99999;
  background-color: #6a8b80;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  display: flex;
  position: sticky;
  top: 0;
}

.countdown-wrapper---brix-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  background-color: #fff0;
  border: 1px #eff0f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: inline-flex;
}

.countdown-wrapper---brix-3.hide {
  display: none;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.countdown-number-container---brix-3 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.countdown-number-container---brix-3.inline {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.text-size-tiny-2 {
  color: #fff;
  font-weight: 700;
}

.text-block-32 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.padding-global-3 {
  padding-left: 40px;
  padding-right: 40px;
}

.announcement_inner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.capitalize {
  text-transform: uppercase;
}

.link-10 {
  color: #fff;
  font-weight: 600;
}

.two-points---brix-3 {
  color: #fff;
  font-size: 20px;
}

.inner_wrapper-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide-video {
  display: none;
}

.image-118 {
  width: 125px;
  margin-bottom: 16px;
  display: none;
}
.btn__block {
  z-index: 1;
  background-image: linear-gradient(#f1652a, #ffcf40);
  border-radius: 118px;
  width: 256px;
  min-height: 58px;
  position: relative;
}

.button-15 {
    z-index: 999999;
    background-color: var(--body-color);
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#f1652a, #ffcf40);
    -webkit-background-clip: text;
    background-clip: text;
    border-radius: 118px;
    justify-content: center;
    align-items: center;
    width: 256px;
    min-height: 58px;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    transition: all .4s;
    display: flex;
}
.button-15:hover {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#e40101, #ff6100);
    background-clip: border-box;
}

.button-15.price__btn {
  width: 100%;
  min-height: 48px;
  margin-left: auto;
  margin-right: auto;
}

.button-15.price__btn:hover {
  background-image: linear-gradient(#f1652a, #ffcf40);
}

.btn__wrapper {
  background-image: url("/uploads/frame.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 256px;
  position: relative;
}

.btn__wrapper.price__btn {
  background-size: contain;
  width: 95%;
  min-height: 48px;
}
.testi__head {
    margin-bottom: 40px;
}
.rate__block {
    width: 351px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 33px;
}
@media screen and (min-width: 1440px) {
    .grid-19 {
        padding-left: 88px;
    }
}

.grid-19 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex
;
    overflow: auto;
}
/*.w-layout-grid {*/
/*    grid-row-gap: 16px;*/
/*    grid-column-gap: 16px;*/
/*    grid-template-rows: auto auto;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    grid-auto-columns: 1fr;*/
/*    display: grid*/
/*;*/
/*}*/
.div-block-133 {
    background-color: #fff;
    background-image: linear-gradient(#22252c, #343539);
    border-radius: 15px;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px;
    height: 213px;
    padding: 24px 18px;
    display: flex
;
}
#w-node-_72d3ed78-d9a5-d85e-1e33-0ffd41d5d49e-84fb1a79, #w-node-_506b4bf6-1aab-8adb-a0a1-4775d67256b9-84fb1a79, #w-node-_506b4bf6-1aab-8adb-a0a1-4775d67256a2-84fb1a79, #w-node-_62cd6e60-f81c-8b1c-1a15-9945106a9037-84fb1a79, #w-node-_62cd6e60-f81c-8b1c-1a15-9945106a9055-84fb1a79, #w-node-_4a50db41-8489-1d07-e27e-6de9823fd39d-760cd2cd, #w-node-ed8aa1e3-fc3a-5bc8-4ffb-2d45bb7527a7-760cd2cd, #w-node-_2b4f3dab-23f0-4f77-ef83-f1e50ff50535-760cd2cd, #w-node-_839412a3-bac5-f12c-3e15-d3dda4ad37a3-760cd2cd, #w-node-_073180ec-b206-43f9-86f7-655e3d60191c-760cd2cd, #w-node-_073180ec-b206-43f9-86f7-655e3d601925-760cd2cd, #w-node-_073180ec-b206-43f9-86f7-655e3d60192e-760cd2cd, #w-node-ae65e509-d3a8-9020-03fb-2d11dd6cd374-760cd2cd, #w-node-_9ff6b798-ea04-971d-3568-c9a54cbc9f6e-760cd2cd, #w-node-ea1c2f50-08ac-f87d-907c-5d14f25932e7-760cd2cd, #w-node-ea1c2f50-08ac-f87d-907c-5d14f25932fd-760cd2cd, #w-node-ea1c2f50-08ac-f87d-907c-5d14f2593312-760cd2cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
.image-118 {
    width: 125px;
    margin-bottom: 16px;
    display: none;
}
.text-block-33 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.paragraph-92 {
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
}
.div-block-132 {
    justify-content: space-between;
    align-items: center;
    display: flex
;
}
.paragraph-93 {
    color: #fff;
    margin-bottom: 0;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.scnd-line {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.faq__main {
  width: 573px;
  margin-left: auto;
  margin-right: auto;
}

.faq-content-wrap {
  background-color: #0000;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.faq-content-wrap.faq__new {
  margin-top: 0;
}

.faq-content-wrap.faq__new.edu {
  border-radius: 0;
  padding-top: 0;
}

.paragraph-29 {
  color: #7c8684;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.38em;
  display: block;
}
.paragraph-29.faq__new {
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding: 0 36px 12px;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    z-index: 999999;
    position: relative;
    background: #353535;
    padding-top: 10px;
}
.paragraph-29.faq__new a {
    color:#fff;
}
.faq-item-toggle-2 {
  color: #8997a9;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  font-weight: 500;
  display: flex;
}

.faq-item-toggle-2:hover {
  color: #338cff;
}

.faq-item-toggle-2.faq {
  border-radius: 130px;
}

.faq-content-2 {
  width: 90%;
  padding-bottom: 0;
  line-height: 32px;
}

.faq-content-2.faq__new {
  width: 100%;
  margin-top: 0;
}

.faq-icon-circle-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  margin-left: auto;
  transition: all .4s;
  position: relative;
}

.faq-icon-circle-2:hover {
  padding-right: 0;
}

.faq-icon-circle-2.edu {
  width: 44px;
  height: 44px;
}

.faq-item-2 {
  background-color: #f3f7f6;
  border-radius: 8px;
  margin-bottom: .75em;
  padding: 2em 1.5em 0;
  display: block;
}

.faq-item-2.edu.new__nov {
    background-image: linear-gradient(#22252c, #343539);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.faq-title-wrapper-2 {
  border-left: 0 solid #ef8b7c;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-title-wrapper-2.faq__new {
  margin-bottom: 0;
  padding-bottom: 2em;
}

.faq-title-wrapper-2.faq__new.edu {
    background-image: linear-gradient(#22252c, #343539);
    border-radius: 130px;
    padding: 12px 16px 12px 36px;
}

.minus {
    width: 2em;
  height: 2em;
  margin-left: auto;
  margin-right: auto;
}

.faq-wrapper {
  line-height: 32px;
}

.image-106 {
  filter: none;
  width: 100%;
  display: block;
  position: static;
  inset: 0% 0% 0% 1em;
  transform: none;
}

.plus {
  /*background-color: #32bb9a;*/
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.text-block-27.faq__new.edu {
    color: #fff;
}
.footer {
  background-color: #22252c;
  padding-top: 50px;
  padding-bottom: 0;
}

.footer__wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__left {
  width: 30%;
}

.footer__logo img {
  width: 63px;
  margin-bottom: 50px;
}

.footer__social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.socail__i {
  width: 36px;
}

.socail__i.insat {
  width: 27px;
}

.image-107 {
  width: 100%;
  height: 100%;
}

.footer__center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.link-7 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.link-7:hover {
  color: #ffcf40;
}

.footer__right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.footer__store {
  width: 186px;
}

.image-108 {
  width: 100%;
  height: 100%;
}

.guide__main {
  background-image: linear-gradient(#0f121a, #21242e);
  border-radius: 50px;
  padding: 60px 50px 50px;
}

.guide__head {
  margin-bottom: 35px;
}

.heading-76 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gilroy, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
}

.paragraph-88 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.paragraph-88.tradi {
  color: var(--accent);
  margin-top: 10px;
}
.container-24 {
  background-color: #000;
  justify-content: center;
  max-width: 100%;
  padding-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.link-block-8 {
  background-image: url("https://cdn.prod.website-files.com/6442b6aa142c4cb61a9a549d/6452abe3c1ab4d2e7922fba7_powered.png");
  background-position: 0 0;
  background-size: cover;
  width: 150px;
  height: 60px;
}

.link-block-9 {
  background-image: url("https://cdn.prod.website-files.com/6442b6aa142c4cb61a9a549d/6442b6aa142c4cc0e49a54c0_Apple.svg");
  background-position: 50%;
  background-size: cover;
  width: 147px;
  height: 47px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 16px;
}

.link-block-10 {
  background-image: url("https://cdn.prod.website-files.com/6442b6aa142c4cb61a9a549d/6442b6aa142c4c731e9a54c1_Google.svg");
  background-position: 61%;
  background-size: cover;
  width: 145px;
  height: 47px;
  margin-top: 20px;
}

.div-block-48 {
  flex-direction: column;
  display: flex;
}

.div-block-49 {
  background-image: url("https://cdn.prod.website-files.com/6442b6aa142c4cb61a9a549d/6442b6aa142c4cc0e49a54c0_Apple.svg");
  background-position: 50%;
  background-size: cover;
  width: 147px;
  height: 47px;
  margin-top: 20px;
  margin-right: 16px;
}

.div-block-49:hover {
  background-image: linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/6442b6aa142c4cb61a9a549d/6442b6aa142c4cc0e49a54c0_Apple.svg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-50 {
  background-image: url("https://cdn.prod.website-files.com/6442b6aa142c4cb61a9a549d/6442b6aa142c4c731e9a54c1_Google.svg");
  background-position: 50%;
  background-size: cover;
  width: 145px;
  height: 47px;
  margin-top: 20px;
}

.div-block-50:hover {
  background-image: linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/6442b6aa142c4cb61a9a549d/6442b6aa142c4c731e9a54c1_Google.svg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.announcement-bar {
  z-index: 99999;
  background-color: #363636;
  justify-content: center;
  align-items: center;
  padding: 20px 70px 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}
.image-108 {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
.footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer__wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer__right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer__store {
    width: 150px;
  }
  .guide__main {
    padding: 40px 20px;
  }

  .heading-76 {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-88 {
    display: block;
  }

  .tab__wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .tab__i, .tab__cont {
    width: 100%;
  }

  .stress__main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-78 {
    font-size: 40px;
    line-height: 40px;
    display: block;
  }

  .menu-button-3 {
    padding: 0;
  }
/*  .link-7 {*/
/*    color: #fff;*/
/*    font-family: Gilroy, sans-serif;*/
    /* font-size: 16px; */
/*    font-weight: 600;*/
/*    text-decoration: none;*/
/*    transition: all .4s;*/
/*    display: block;*/
/*    align-content: center;*/
/*    text-align: center;*/
/*}*/
.footer {
    padding-bottom: 0;
  }

  .footer__left {
    text-align: center;
    width: auto;
  }

  .footer__logo {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__center {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text-block-27 {
    white-space: pre-wrap;
    font-size: 1.25em;
    line-height: 1.5em;
  }

  .text-block-27.faq__new.edu {
    font-size: 13px;
  }

  .faq-content-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq-content-wrap.faq__new.edu {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-29 {
    font-size: 1.12em;
    font-weight: 400;
  }

  .paragraph-29.faq__new {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .faq-item-toggle-2 {
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq-item-toggle-2.faq {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content-2 {
    padding-left: 0;
  }

  .faq-content-2.faq__new.edu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-icon-circle-2 {
    width: 1.2em;
  }

  .faq-icon-circle-2.edu {
    width: 1.5em;
    height: auto;
  }

  .faq-item-2 {
    padding: 1em 0%;
  }

  .faq-item-2.edu {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .faq-title-wrapper-2 {
    align-items: baseline;
  }

  .faq-title-wrapper-2.faq__new {
    padding-bottom: 1em;
  }

  .faq-title-wrapper-2.faq__new.edu {
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
  }

  .heading-75 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
  }
  .faq__main {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
 .heading-59.smaller {
    font-size: 22px;
  }

  .button-16.w--current {
    width: 90%;
  }

  .announcement-bar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .countdown-wrapper---brix-3 {
    flex-flow: row;
    margin-top: 0;
    padding: 0;
  }

  .countdown-number-container---brix-3 {
    padding: 0;
  }

  .text-size-tiny-2 {
    text-align: center;
  }

  .inner_wrapper-flex {
    width: 100%;
  }

  .image-118 {
    width: 140px;
    max-width: none;
  }

  .grid-19 {
    grid-column-gap: 12px;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-132 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-133 {
    flex-direction: column;
    justify-content: space-around;
    width: 280px;
    min-width: auto;
    height: auto;
    display: flex;
  }

  .paragraph-92 {
    flex: 1;
    font-size: 13px;
  }

  .heading-80 {
    font-size: 28px;
    line-height: 28px;
  }

  .paragraph-93 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
  }

  .tab-link-tab-4 {
    min-width: 175px;
  }
   .price--sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.main_price-wrapper, .pricing-price-new.smaller {
    font-size: 15px;
  }

  .price_period {
    font-size: 14px;
    font-weight: bold;
  }

  .new__price__card {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 20px;
  }

  .monthly_price-wrapper {
    text-align: left;
    font-size: 28px;
  }

  .heading-59.smaller {
    font-size: 23px;
  }

  .new__price__card-new {
    padding-left: 16px;
    padding-right: 16px;
  }

  .announcement-bar-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .new__price__wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: block;
    padding-bottom: 10px;
   }
   .brand-2 {
    width: 120px;
    padding-left: 0;
  }

  .button-15 {
    width: 100%;
  }

  .banner__main {
    justify-content: center;
    align-items: flex-end;
    height: 550px;
    padding-bottom: 40px;
  }

  .heading-67 {
    font-size: 32px !important;
    line-height: 32px !important;
  }

  .google__wrapper {
    flex-flow: row;
  }

  .app__block {
    width: 125px;
  }

  .heading-68 {
    font-size: 28px;
    line-height: 28px;
  }

  .look__wrapper {
    overflow: auto;
  }

  .look__block {
    width: 200px;
  }

  .train--sec {
    padding-bottom: 40px;
  }

  .train__wrapper {
    background-image: linear-gradient(#21242e, #21242e);
    border-radius: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-69 {
    font-size: 28px;
    line-height: 28px;
  }

  .paragraph-82 {
    line-height: 25px;
  }

  .train__list__weapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bullet__circle {
    width: 30px;
    height: 30px;
  }

  .list-item-17 {
    padding-right: 14px;
  }

  .bullet__con {
    width: 85%;
  }

  .text-block-11 {
    font-size: 13px;
  }

  .testi__head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-70 {
    font-size: 28px;
    line-height: 28px;
  }

  .rate__block {
    width: 80%;
  }

  .grid-17 {
    grid-column-gap: 12px;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-128 {
    flex-direction: column;
    justify-content: space-around;
    width: 280px;
    min-width: auto;
    height: auto;
    display: flex;
  }

  .image-98 {
    width: 140px;
    max-width: none;
  }

  .paragraph-83 {
    flex: 1;
    font-size: 13px;
  }

  .div-block-129 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .paragraph-84 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
  }

  .work--sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-71 {
    font-size: 28px;
    line-height: 28px;
  }

  .paragraph-85 {
    line-height: 25px;
  }

  .work__i {
    width: 100%;
  }
  /*.banner--sec {*/
  /*  padding-top: 100px;*/
  /*}*/
  .button-15 {
    width: 100%;
  }

  .banner__main {
    justify-content: center;
    align-items: flex-end;
    height: 550px;
    padding-bottom: 40px;
  }

  .heading-67 {
    font-size: 32px;
    line-height: 32px;
  }

  .google__wrapper {
    flex-flow: row;
  }

  .app__block {
    width: 125px;
  }

  .heading-68 {
    font-size: 28px;
    line-height: 28px;
  }

  .look__wrapper {
    overflow: auto;
  }

  .look__block {
    width: 200px;
  }
}
.new__price__card {
  /*border: 2px solid #ccc;*/
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.new__price__card.selected {
    border: 1px solid #ffffff;
    background-color: #6b5e56a3;
    box-shadow: 0 4px 8px rgb(255 255 255 / 10%);
}

.banner__main {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  position: relative;
}

.banner__content {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.heading-67 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin: 0 0 16px;
  font-family: Gilroy, sans-serif;
  font-size: 74px;
  font-weight: 600;
  line-height: 74px;
  display: flex;
}

.paragraph-81 {
  color: #fff;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-right: 50px;
  padding-left: 50px;
}

.store__block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.google__wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app__block {
  width: 186px;
}
.circle-one {
  z-index: -1;
  width: 323px;
  position: absolute;
  inset: 14% auto auto 0%;
}

.image-112 {
  width: 100%;
  height: 100%;
}

.circle-two {
  z-index: -1;
  width: 323px;
  position: absolute;
  top: 38%;
}

.circle-three {
  z-index: -1;
  width: 323px;
  position: absolute;
  inset: 28% 0% auto auto;
}

.banner-bg-video {
  border-radius: 50px;
  width: 100%;
  height: 100% !important;
}

.mob-video {
  display: none;
}

.banner__video__block {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-113 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.circle-four {
  z-index: -1;
  width: 323px;
  position: absolute;
  inset: 48% 0% auto auto;
}

.circle-five {
  z-index: -1;
  width: 323px;
  position: absolute;
  inset: 65% auto auto 0%;
}

.image-114 {
  width: 100%;
  height: 100%;
}

.circle-six {
  z-index: -1;
  width: 323px;
  position: absolute;
  inset: auto 0% 14% auto;
}

.image-115 {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}
.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}
.more-features li {
    font-weight: bold;
}
/* Toggle container styling */
/*.container {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  margin: 10px 0;*/
/*}*/

/* The toggle style itself */
.toggle {
  position: relative;
  border: solid 2px #007bff;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.toggle>input[type="radio"] {
  display: none;
}

.toggle>label {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
  text-transform: capitalize;
  cursor: pointer;
  padding: 20px;
  transition: all 0.3s;
}

.toggle>#flap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: #007bff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  transition: transform 0.4s ease;
}

.toggle>#flap>.content {
  transition: transform 0.25s;
}

.toggle>#choice1:checked~#flap {
  transform: translateX(-100%);
}

.toggle>#choice2:checked~#flap {
  transform: translateX(0);
}

.toggle>#flap>.content {
  transform: rotateY(0deg);
}

.toggle>#choice1:checked~#flap>.content {
  transform: rotateY(180deg);
}

/* Hover effect for labels */
.toggle>label:hover {
  background-color: #f1f1f1;
}

.toggle>#flap>.content {
  font-size: 18px;
  font-weight: bold;
}
.mainx {
    color: #fff;
}