/*:root {
    --primary_color: #1DB5BE;
    --secondary_color: #7C3AED;
    --accent1_color: #252B42;
    --background1_color: #15083E;
    --header1_color: brown;
    --disabled_color: purple;
}*/

.grecaptcha-badge {
    display: none !important;
}


/*Why section*/
.why01__container {
    min-height: 1024px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 13px;
}

.why01__glass-content {
    background: rgba(242, 247, 255, 0.7);
    backdrop-filter: blur( 82.8197px );
    -webkit-backdrop-filter: blur( 82.8197px );

    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.why01__shapes-desktop {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -2;
}

.why01__shapes-left-tablet {
    display: none;
    position: absolute;
    top: 350px;
    left: 0;
    z-index: -2;
}

.why01__shapes-right-tablet {
    display: none;
    position: absolute;
    bottom: 610px;
    right: 0;
    z-index: -2;
}

.why01__shapes-mobile {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -2;
}

.why01__shapes-mobile-01 {
    display: none;
    position: absolute;
    top: 170px;
    left: 0;
    z-index: -2;
}

.why01__shapes-mobile-02 {
    display: none;
    position: absolute;
    top: 675px;
    right: 0;
    z-index: -2;
}

.why01__shapes-mobile-03 {
    display: none;
    position: absolute;
    top: 2330px;
    left: 0;
    z-index: -2;
}

.why01__shapes-mobile-04 {
    display: none;
    position: absolute;
    bottom: 1px;
    right: 0;
    z-index: -2;
}

.why01__title-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #000000;
    margin: 0 auto;
    margin-top: 58px;
}

.why01__item-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #000000;
}

.why01__list-content {
    display: flex;
    margin: auto;
    margin-top: 55px;
}

.why01__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}

.why01__item-description {
    width: 231px;
    height: auto;
}

.why01__item-img2 {
    margin-left: 24px;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;    
}

.why01__item-img4 {
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.why01__list-content .why01__list-item:nth-child(even) .why01__item-divisor {
    transform: rotate(180deg);
}

.why01__item-img3 {
    display: none;
}

.why01__item-img3-tablet {
    display: none;
}

.why01__item-divisor {
    min-height: 39px;
}

.why01__list-item.why01-item-01 .why01__benefit-tablet {
    display: none;
}

/*Brands section*/

.brands01__container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    min-height: 349px;
    position: relative;
    height: auto;
}

.brands01__background-opacity {
    position: absolute;
    top: 0;
    z-index: -1;
}

.brands01__brand-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 37px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: -0.02em;
    color: #374151;
    min-width: 68px;
    min-height: 48px;
    border: 1px solid #374151;
    border-radius: 15px;
    padding: 0 10px;
    box-sizing: border-box;
}

.brands01__brand-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 44px;
    padding: 66px 0 54px 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 0;
}

.brands01__brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 24px;
    row-gap: 20px;
    align-items: center;
    max-width: 632px;
    width: 100%;
}

.brands01__title-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    color: black;
}


/*Find section*/
.find01__container {
    display: flex;
    min-height: 752px;
    width: 100%;
}

.find01__oval-content {
    height: 615px;
    width: 1157px;
    margin: auto;
    border-radius: 318px;
    position: relative;
}

.find01__glass-content {
    background: rgba(242, 247, 255, 0.7);
    backdrop-filter: blur( 45.8197px );
    -webkit-backdrop-filter: blur( 45.8197px );
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 318px;
}

.find01__glass-shape-desktop-01 {
    position: absolute;
    top: 20%;
    left: 27%;
    transform: translate(-50%, -50%);
    z-index: -2;
    display: none;
}

.find01__glass-shape-tablet-01 {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: -2;
    display: none;
}

.find01__hand-phone-img-desktop {
    position: absolute;
    top: 24px;
    right: -15px;
    display: none;
    pointer-events: none;
}

.find01__hand-phone-img-tablet {
    position: absolute;
    top: 24px;
    right: -15px;
    display: none;
    pointer-events: none;
}

.find01__hand-phone-img-mobile {
    position: absolute;
    top: 24px;
    right: -15px;
    display: none;
    pointer-events: none;
}

.find01__pin-location {
    position: absolute;
    top: 55%;
    left: 22%;
    transform: translate(-50%, -50%);
}

.find01__title-content {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0px;
    width: 55%;
    z-index: 1;
}

.find01__title-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: 'liga' off;
    color: rgba(0, 0, 0, 0.87);
}

.find01__description-label.find01__description-desktop {
    display: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #374151;
    margin-top: 18px;
    margin-bottom: 33px;
}

.find01__description-label .find01__description-tablet {
    display: none;
}
.find01__button-content {
    background-color: var(--secondary_color);
    min-width: 211px;
    min-height: 45px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    box-sizing: border-box;
}

.find01__button-content.find01__button-desktop {
    display: none;
}

.find01__title-content-tablet {
    display: none;
}

.find01__button-content.find01__button-tablet {
    display: none;
}

.find01__button-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 37px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

/*Booking section*/

.booking01__container {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 737px;
}

.booking01__details-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1560px;
    min-height: 737px;
    margin: 0 auto;
    row-gap: 43px;
}

.booking01__background-opacity {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.booking01__left-lines-desktop {
    display: none;
    position: absolute;
    bottom: 6%;
    left: 0px;
    transform: translate(0%, 0%);
    z-index: -1;
}

.booking01__right-lines-desktop {
    display: none;
    position: absolute;
    top: 55%;
    right: 0%;
    transform: translate(0%, -50%);
    z-index: -1;
}

.booking01__left-lines-tablet {
    display: none;
    position: absolute;
    top: 43%;
    left: 0px;
    transform: translate(0%, 0%);
    z-index: -1;
}

.booking01__right-lines-tablet {
    display: none;
    position: absolute;
    top: 74%;
    right: 0%;
    transform: translate(0%, -50%);
    z-index: -1;
}

.booking01__left-lines-mobile {
    display: none;
    position: absolute;
    top: 43%;
    left: 0px;
    transform: translate(0%, 0%);
    z-index: -1;
}

.booking01__right-lines-mobile {
    display: none;
    position: absolute;
    top: 74%;
    right: 0%;
    transform: translate(0%, -50%);
    z-index: -1;
}

.booking01__title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-top: 40px;
}

.booking01__title-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: 'liga' off;
    color: rgba(0, 0, 0, 0.87);
    width: 781px;
}

.booking01__subtitle-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #374151;
    width: 656px;
}

.booking01__devices-list {
    display: flex;
    column-gap: 80px;
}

.booking01__devices-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
}

.booking01__devices-item-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    max-width: 160px;
}

.booking01__btn-container.desktop-version {
    display: none;
    position: relative;
}

.booking01__btn-container.mobile-version {
    display: none;
    position: relative;
}

.booking01__booking-btn:hover {
    filter: brightness(90%);
}

.booking01__booking-btn {
    position: absolute;
    top: 50%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    width: 303px;
    height: 74px;
    background-color: var(--secondary_color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 13px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.booking01__booking-btn-icon {
    pointer-events: none;
    min-width: 30px;
}

.booking01__booking-btn-icon path {
    fill: white;
}

.booking01__booking-btn-labels {
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.booking01__booking-click-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
    cursor: pointer;
}

.booking01__booking-book-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
    cursor: pointer;
}

/*Difference section*/

.difference01__container {
    display: flex;
    width: 100%;
    min-height: 737px;
    padding: 55px 0;
    box-sizing: border-box;
}

.difference01__details-content {
    width: 1283px;
    /*background: aquamarine;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.difference01__title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: 'liga' off;
    color: #111827;
    margin-bottom: 80px;
}

.difference01__list-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    row-gap: 30px;
}

.difference01__list-item {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 35px;
}

.difference01__info-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03333em;
    color: #000000;
}

.difference01__info-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #374151;
}

.difference01__list-content .difference01__list-item:nth-child(odd) {
    max-width: 1107px;
    margin: 0 auto;
}

.difference01__list-content .difference01__list-item:nth-child(even) {
    position: relative;
    width: 100%;
    min-height: 275px;
    border-radius: 15px;
    justify-content: flex-end;
    max-width: 1439px;
}

.difference01__list-content .difference01__list-item:nth-child(even) .difference01__item-img {
    margin-right: 45px;
}

.difference01__list-content .difference01__list-item:nth-child(even) .difference01__item-info {
    margin-left: 45px;
    align-items: flex-end;
}

.difference01__list-content .difference01__list-item:nth-child(even) .difference01__info-description {
    text-align: end;
}

.difference01__glass-content {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(242, 247, 255, 0.7);
    backdrop-filter: blur(31.8005px);
    z-index: -1;
}

.difference01__background-shape-desktop {
    display: none;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    z-index: -2;
}

.difference01__background-shape-left-tablet {
    display: none;
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: -2;
}

.difference01__background-shape-right-tablet {
    display: none;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    z-index: -2;
}

.difference01__background-shape-mobile {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.difference01__item-info {
    display: flex;
    flex-direction: column;
    width: 750px;
    row-gap: 25px;
}

.difference01__item-divisor-desktop {
    display: none;
    min-height: 151px;
    min-width: 20px;
}

.difference01__item-divisor-mobile {
    display: none;
}

.difference01__details-content {
    width: 100%;
}

/*Reviews section*/
.reviews01__container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 661px;
    row-gap: 60px;
    padding: 65px 0;
    box-sizing: border-box;
}

.reviews01__t {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    /* identical to box height, or 104% */

    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: 'liga' off;
    width: 90%;
    margin: 0 auto;
}

.reviews01__reviews-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 35px;
    margin: 0 auto;
    row-gap: 10px;
    max-width: 1200px;
    width: 100%;
    border-top: 1px solid #DADCE1;
    padding-top: 25px;
    box-sizing: border-box;
}

.reviews01__reviews-footer-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 50px;
    /* identical to box height, or 250% */

    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: 'liga' off;

    /* Neutral/900 */

    color: #111827;
}

.reviews01__reviews-footer-btn {
    min-width: 183px;
    height: 52px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--secondary_color);
    border-radius: 12px;
}

.reviews01__reviews-footer-btn-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 50px;
    /* identical to box height, or 294% */
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: 'liga' off;
    color: var(--secondary_color);
    cursor: pointer;
}

.square-image__container {
    background: #EFE1C9;
    border-radius: 20px;
    position: relative;
    height: 200px;
    width: 246px;
}

.rectangle-image__container {
    background: var(--primary_color);
    border-radius: 20.62px;
    height: 296px;
    width: 246px;
    position: relative;
}

.why01__item-phones {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
}

.why01__item-laptop {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}

.why01__item-watch {
    width: 240px;
}

.why01__item-tablet {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Special Queries*/
@media (min-width: 1440px) and (max-width: 1500px) {}

/*Desktop ultra wide*/
@media (min-width: 1440px) {
    /*Why section*/
    .why01__item-img3 {
        display: flex;
    }

    /*Find section*/
    .find01__hand-phone-img-desktop {
        display: flex;
    }

    .find01__glass-shape-desktop-01 {
        display: flex;
    }

    .find01__description-label.find01__description-desktop {
        display: flex;
    }

    .find01__button-content.find01__button-desktop {
        display: flex;
    }

    .why01__shapes-desktop {
        display: flex
    };

    /*Booking section*/
    .booking01__left-lines-desktop {
        display: none;
        position: absolute;
        bottom: 6%;
        left: 0px;
        transform: translate(0%, 0%);
        z-index: -1;
    }

    .booking01__left-lines-desktop {
        display: flex;
    }
    
    .booking01__right-lines-desktop {
        display: flex;
    }

    .booking01__btn-container.desktop-version {
        display: flex;
    }

    /*Difference section*/
    .difference01__background-shape-desktop {
        display: flex;
    }

    .difference01__item-divisor-desktop {
        display: flex;
    }
}

/*Desktop 13"*/
@media (min-width: 1001px) and (max-width: 1439px) {
    /*Find section*/
    .find01__hand-phone-img-tablet {
        display: flex;
        right: 0px;
    }
    
    .find01__oval-content {
        width: 775px;
    }

    .find01__title-content {
        width: 80%;
    }

    .find01__title-label {
        width: 350px;
        line-height: 50px;
    }
    .find01__description-label.find01__description-desktop {
        display: flex;
        width: 605px;
        font-size: 18px;
        line-height: 28px;
    }

    .find01__glass-shape-tablet-01 {
        display: flex;
        position: absolute;
        top: 1px;
        left: 1px;
        z-index: -2;
    }

    .find01__button-content.find01__button-desktop {
        display: flex;
    }

    .why01__shapes-left-tablet {
        display: flex;
    }

    .why01__shapes-right-tablet {
        display: flex;
    }

    /*Why section*/
    .why01__list-content {
        flex-wrap: wrap;
        width: 530px;
        row-gap: 0px;
        margin-bottom: 107px;
        justify-content: center;
    }

    .why01__title-label {
        width: 600px;
    }

    .why01__list-item.why01-item-01 {
        order: 1;
    }

    .why01__list-item.why01-item-02 {
        order: 2;
    }

    .why01__list-item.why01-item-03 {
        order: 5;
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .why01__list-item.why01-item-03 .why01__item-divisor {
        transform: rotate(180deg);
    }

    .why01__list-item.why01-item-04 {
        order: 4;
    }

    .why01__list-item.why01-item-05 {
        order: 3;
        margin-top: 15px;
    }

    .why01__item-img3-tablet {
        display: flex;
    }

    .why01__item-img4 {
        margin-left: 40px;
        margin-right: 12px;
        margin-top: 30px;
    }

    .why01__item-img2 {
        margin-left: 39px;
        margin-right: 0;
    }

    .why01__item-hide-tablet {
        display: none !important;
    }

    .why01__list-item.why01-item-01 .why01__benefit-tablet {
        display: flex;
        margin-top: auto;
    }

    /*Brands section*/
    .brands01__container {
        height: 400px;
        width: 100%;
        position: relative;
    }

    /*Find section*/
    .find01__glass-content {
        border-radius: 224px; 
    }

    /*Booking section*/
    .booking01__left-lines-tablet {
        display: flex;
    }
    
    .booking01__right-lines-tablet {
        display: flex;
    }

    .booking01__btn-container.desktop-version {
        display: flex;
    }

    /*Difference tablet*/
    .difference01__background-shape-left-tablet {
        display: flex;
    }

    .difference01__background-shape-right-tablet {
        display: flex;
    }

    .difference01__list-content .difference01__list-item:nth-child(even) {
        min-height: 330px;
    }

    .difference01__glass-content {
        border-radius: 0;
    }

    .difference01__list-content .difference01__list-item:nth-child(odd) {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .difference01__item-divisor-desktop {
        display: flex;
    }

    /*Reviews section*/
    .reviews01__t {
        font-size: 32px;
        line-height: 32px;
    }
}

/*Desktop - Special Queries cases to change Desktop -> Tablet*/
@media (min-width: 1001px) and (max-width: 1150px) {
    /*Booking section*/
    .booking01__devices-list {
        display: flex;
        column-gap: 50px;
        flex-wrap: wrap;
        width: 485px;
        row-gap: 56px;
    }

    .booking01__details-content {
        padding: 20px 0 115px 0;
        box-sizing: border-box;
    }
    
}

/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {
    /*Why section*/
    .why01__list-content {
        flex-wrap: wrap;
        width: 530px;
        row-gap: 0px;
        margin-bottom: 107px;
    }

    .why01__title-label {
        width: 600px;
    }

    .why01__list-item.why01-item-01 {
        order: 1;
    }

    .why01__list-item.why01-item-02 {
        order: 2;
    }

    .why01__list-item.why01-item-03 {
        order: 5;
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .why01__list-item.why01-item-03 .why01__item-divisor {
        transform: rotate(180deg);
    }

    .why01__list-item.why01-item-04 {
        order: 4;
    }

    .why01__list-item.why01-item-05 {
        order: 3;
        margin-top: 15px;
    }

    .why01__item-img3-tablet {
        display: flex;
    }

    .why01__item-img4 {
        margin-left: 40px;
        margin-right: 12px;
        margin-top: 30px;
    }

    .why01__item-img2 {
        margin-left: 39px;
        margin-right: 0;
    }

    .why01__item-hide-tablet {
        display: none !important;
    }

    .why01__list-item.why01-item-01 .why01__benefit-tablet {
        display: flex;
        margin-top: auto;
    }

    .why01__shapes-left-tablet {
        display: flex;
    }

    .why01__shapes-right-tablet {
        display: flex;
    }

    /*Brands section*/
    .brands01__container {
        min-height: 437px;
        height: auto;
        width: 100%;
        position: relative;
        align-items: flex-start;
    }
    
    /*Find section*/
    .find01__hand-phone-img-mobile {
        display: flex;
        right: 23px;
        top: 8px;
    }

    .find01__oval-content {
        height: 260px;
        width: 290px;
        margin: auto;
        border-radius: 114px;
        position: relative;
    }

    .find01__title-label {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 31px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.025em;
        font-feature-settings: 'liga' off;
        color: rgba(0, 0, 0, 0.87);
        width: 282px;
    }

    .find01__title-content {
        top: 50px;
    }

    .find01__container {
        display: flex;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        min-height: 500px;
        align-items: center;
    }    

    .find01__pin-location {
        width: 68px;
    }

    .find01__oval-content {
        width: 349px;
        border-radius: 110px;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .find01__description-label .find01__description-tablet {
        display: flex;
    }

    .find01__button-content.find01__button-tablet {
        display: flex;
    }

    .find01__title-content-tablet {
        display: flex;
    }

    .find01__title-content-tablet {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 20px;
    }

    .find01__button-label {
        font-size: 15px;
        line-height: 37px;
    }

    .find01__container {
        padding: 17px;
        box-sizing: border-box;
        row-gap: 20px;
    }

    .find01__description-label.find01__description-tablet {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #374151;
        width: 304px;
    }

    .find01__glass-content {
        height: 263px;
        width: 325px;
        border-radius: 114.176px;
        backdrop-filter: blur( 14.8197px );
    }

    .find01__glass-shape-desktop-01 {
        display: flex;
        width: 47px;
        height: 47px;
        top: 39%;
        left: 33%;
    }

    /*Booking section*/
    .booking01__devices-list {
        display: flex;
        column-gap: 33px;
        flex-wrap: wrap;
        width: 353px;
        row-gap: 33px;
    }

    .booking01__details-content {
        padding: 20px 0 115px 0;
        box-sizing: border-box;
    }

    .booking01__left-lines-mobile {
        display: flex;
        top: 48%;
    }

    .booking01__right-lines-mobile {
        display: flex;
        top: 72%;
    }

    .booking01__btn-container.desktop-version {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 0px;
        row-gap: 15px;
    }

    /*.booking01__booking-btn {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: scale(0.5);
    }*/

    .booking01__devices-item-img {
        width: 157px;
    }

    /*Difference tablet*/
    .difference01__background-shape-left-tablet {
        display: flex;
    }

    .difference01__background-shape-right-tablet {
        display: flex;
    }

    .difference01__list-content .difference01__list-item:nth-child(even) {
        min-height: 330px;
    }

    .difference01__glass-content {
        border-radius: 0;
    }

    .difference01__list-content .difference01__list-item:nth-child(odd) {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .difference01__list-content .difference01__list-item:nth-child(even) .difference01__item-img {
        margin-right: 30px;
    }

    .difference01__list-content .difference01__list-item:nth-child(even) .difference01__item-info {
        margin-left: 30px;
    }

    .difference01__item-divisor-desktop {
        display: flex;
    }

    /*Reviews section*/
    .reviews01__t {
        font-size: 30px;
        line-height: 36px;
    }

    .reviews01__container {
        min-height: 720px !important;
    }
}
/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
     /*Why section*/
     .why01__list-content {
        flex-wrap: wrap;
        width: 267px;
        row-gap: 51px;
        margin-bottom: 107px;
        justify-content: center;
        margin-top: 35px;
    }

    .why01__title-label {
        width: 329px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #000000;
    }

    .why01__list-item.why01-item-01 {
        order: 1;
        flex-direction: column-reverse;
    }

    .why01__list-item.why01-item-01 .why01__item-divisor {
        transform: rotate(180deg);
    }

    .why01__list-item.why01-item-02 {
        order: 4;
    }

    .why01__list-item.why01-item-03 {
        order: 3;
        flex-direction: column-reverse;
    }

    .why01__list-item.why01-item-03 .why01__item-divisor {
        transform: rotate(180deg);
    }

    .why01__list-item.why01-item-04 {
        order: 2;
    }

    .why01__list-item.why01-item-05 {
        order: 5;
        flex-direction: column-reverse;
    }

    .why01__list-item.why01-item-05 .why01__item-divisor {
        transform: rotate(180deg);
    }

    .why01__item-img3 {
        display: flex;
    }

    .why01__item-img4 {
        margin-left: 0;
        margin-right: 0;
    }

    .why01__item-img2 {
        margin-left: 0;
        margin-right: 0;
    }

    .why01__shapes-mobile-01, .why01__shapes-mobile-02, .why01__shapes-mobile-03, .why01__shapes-mobile-04 {
        display: flex;
    }

    /*Find section*/
    .find01__hand-phone-img-mobile {
        display: flex;
        right: 23px;
        top: 8px;
    }

    .find01__oval-content {
        height: 260px;
        width: 290px;
        margin: auto;
        border-radius: 114px;
        position: relative;
    }

    .find01__title-label {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 31px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.025em;
        font-feature-settings: 'liga' off;
        color: rgba(0, 0, 0, 0.87);
        width: 282px;
    }

    .find01__title-content {
        top: 50px;
    }

    .find01__container {
        display: flex;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        min-height: 500px;
        align-items: center;
    }    

    .find01__pin-location {
        width: 68px;
    }

    .find01__oval-content {
        width: 349px;
        border-radius: 110px;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .find01__description-label .find01__description-tablet {
        display: flex;
    }

    .find01__button-content.find01__button-tablet {
        display: flex;
    }

    .find01__title-content-tablet {
        display: flex;
    }

    .find01__title-content-tablet {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 20px;
    }

    .find01__button-label {
        font-size: 15px;
        line-height: 37px;
    }

    .find01__container {
        padding: 17px;
        box-sizing: border-box;
        row-gap: 20px;
    }

    .find01__description-label.find01__description-tablet {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #374151;
        width: 304px;
    }

    .find01__glass-content {
        height: 263px;
        width: 325px;
        border-radius: 114.176px;
        backdrop-filter: blur( 14.8197px );
    }

    .find01__glass-shape-desktop-01 {
        display: flex;
        width: 47px;
        height: 47px;
        top: 39%;
        left: 33%;
    }

    /*Brands section*/
    .brands01__title-label {
        width: 306.15px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.02em;
        color: #000000;
    }

    .brands01__brand-label {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 37px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.02em;
        color: #374151;
        min-height: 43px;
    }

    .brands01__brand-list {
        width: 90%;
        column-gap: 10px;
        row-gap: 15px;
    }

    /*Booking section*/
    .booking01__title-label {
        width: 357px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        letter-spacing: -0.025em;
        font-feature-settings: 'liga' off;
        color: rgba(0, 0, 0, 0.87);
    }

    .booking01__subtitle-label {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #374151;
        width: 338px;
    }

    .booking01__devices-list {
        display: flex;
        column-gap: 33px;
        flex-wrap: wrap;
        width: 353px;
        row-gap: 33px;
    }

    .booking01__details-content {
        padding: 20px 0 115px 0;
        box-sizing: border-box;
    }

    .booking01__left-lines-mobile {
        display: flex;
        top: 48%;
    }

    .booking01__right-lines-mobile {
        display: flex;
        top: 72%;
    }

    .booking01__btn-container.mobile-version .booking01__booking-btn-icon {
        width: 31px;
    }

    .booking01__booking-click-label {
        font-size: 23px;
    }

    .booking01__btn-container.mobile-version {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 0px;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .booking01__booking-btn {
        position: inherit !important;
        top: inherit !important;
        left: inherit !important;
        transform: scale(0.5) !important;
    }

    .booking01__devices-item-img {
        width: 157px;
    }

    .booking01__devices-item-description {
        font-size: 16px;
        line-height: 37px;
        text-align: center;
        letter-spacing: -0.02em;
    }

    .booking01__booking-btn {
        position: absolute;
        top: 50%;
        left: 50.5%;
        transform: translate(-50%, -50%);
        width: 311px;
        height: 91px;
        background-color: var(--secondary_color);
        border-radius: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 13px;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .booking01__devices-list-item {
        row-gap: 5px;
    }

    /*Difference tablet*/
    .difference01__background-shape-mobile {
        display: flex;
    }

    .difference01__list-content .difference01__list-item:nth-child(even) {
        flex-direction: column-reverse;
        align-items: center;
        min-height: 572px;
        justify-content: center;
        padding: 50px 0;
        box-sizing: border-box;
        row-gap: 28px;
    }

    .difference01__glass-content {
        border-radius: 0;
    }

    .difference01__list-content .difference01__list-item:nth-child(odd) {
        padding: 0 30px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    .difference01__list-content .difference01__list-item:nth-child(even) .difference01__item-img {
        margin-right: 0px;
        align-items: flex-end;
    }

    .difference01__list-content .difference01__list-item:nth-child(even) .difference01__item-info {
        margin-left: 0px;
    }

    .difference01__info-title {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }

    .difference01__info-description {
        font-size: 16px;
        line-height: 23px;
        text-align: center !important;

    }

    .difference01__item-info {
        width: 340px;
        row-gap: 15px;
        align-items: center;
    }

    .difference01__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 40px;
        padding: 0px 20px;
    }

    .difference01__item-divisor-mobile {
        display: flex;
    }

    /*Reviews section*/
    .reviews01__t {
        width: 334px;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        margin: 0 auto;
    }

    .reviews01__reviews-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 25px;
        width: 90%;
    }

    .reviews01__reviews-footer-label {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.025em;
        font-feature-settings: 'liga' off;
        color: #111827;
    }

    .reviews01__container {
        padding-top: 30px;
    }

    .reviews01__container {
        min-height: 720px !important;
    }
}
/*Mobile - Special Queries cases to change Tablet -> Mobile*/
@media (min-width: 1px) and (max-width: 450px) {}