@charset "UTF-8";

main {
    --text-primary-color: #2e2e2e;
    --text-secondary-color: rgba(52, 54, 64, .7);
}

.base-btn-fill-orange {
    background: #FF9933;
}

.base-btn-fill-orange:hover {
    background: #FA932C;
}

.base-btn-fill-blue {
    background: #4AA8FF;
}

.base-btn-fill-blue:hover {
    background: #359cfc;
}

.base-btn {
    font-weight: normal;
    border-radius: 8px;
    transition: transform .2s ease;
}

.base-btn:hover {
    transform: translateY(-3px);
}

.h2-center {
    text-align: center;
    font-size: 36px;
    line-height: 1.5;
    color: var(--text-primary-color);
}

@media (max-width: 768px) {
    .h2-center {
        font-size: 24px;
    }
}

/* #region Telegram last seen tracker */
.real-time h2 {
    padding: 90px 0 10px;
}

.real-time .desc {
    line-height: 21px;
    font-size: 14px;
    text-align: center;
    max-width: 932px;
    margin: 0 auto 46px;
    color: var(--text-secondary-color);
}

.real-time picture {
    width: 100%;
    box-shadow: 0px 0px 19.88px 0px #DFE9F3;
    border-radius: 8px;
    overflow: hidden;
}

.real-time .demo-btn {
    width: 200px;
    height: 44px;
    line-height: 44px;
    margin: 44px auto 0;
    font-size: 16px;
}

@media (max-width: 768px) {
    .real-time h2 {
        padding-top: 27px;
    }

    .real-time .desc {
        margin-bottom: 33px;
    }

    .real-time .demo-btn {
        margin-top: 36px;
    }
}

/* #endregion Telegram last seen tracker */

/* #region status-checker */
.status-checker {
    position: relative;
    padding: 117px 0 100px;
}

.status-checker .status-fixed {
    top: 117px;
    width: 100%;
    z-index: 999;
}

.status-checker h2 {
    margin-bottom: 60px;
}

.status-checker .choice-main-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: calc((100% - 1200px) / 2);
    transition: all .1s linear;
}

.status-checker .choice-main-content::-webkit-scrollbar {
    display: none;
}

.status-checker .choice-item {
    display: flex;
    flex-direction: column;
    width: 557px;
    min-width: 557px;
    height: 557px;
    margin-right: 40px;
    padding: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
}

.status-checker .choice-item picture {
    display: flex;
    align-items: flex-end;
    flex: 1;
}

.status-checker .choice-item:nth-child(1) {
    background: url(https://images.clevguard.com/de/assets/overview/telegram_seen/record-history.jpg) no-repeat center / cover;
}

.status-checker .choice-item:nth-child(2) {
    background: url(https://images.clevguard.com/de/assets/overview/telegram_seen/more-contact.jpg) no-repeat center / cover;
}

.status-checker .choice-item:nth-child(3) {
    background: url(https://images.clevguard.com/de/assets/overview/telegram_seen/last-seen.jpg) no-repeat center / cover;
}

.status-checker .choice-item:nth-child(4) {
    background: url(https://images.clevguard.com/de/assets/overview/telegram_seen/notify.jpg) no-repeat center / cover;
}

.choice-item h3 {
    max-width: 284px;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.5;
}

.choice-item p {
    max-width: 438px;
}

@media (max-width: 1224px) {

    .status-checker,
    .status-checker .status-fixed {
        height: auto;
    }

    .status-checker .choice-main-content {
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
        margin-left: 0;
    }

    .status-checker .choice-item {
        width: calc(50% - 10px);
        min-width: unset;
        margin-bottom: 20px;
        margin-right: 0;
        border-radius: 20px;
    }
}

@media (max-width: 1024px) {
    .status-checker .choice-main-content {
        flex-direction: column;
    }

    .status-checker .choice-item {
        width: 100%;
        max-width: 557px;
    }
}

@media (max-width: 768px) {
    .status-checker {
        padding: 60px 0;
    }

    .status-checker h2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 640px) {
    .status-checker .choice-item {
        width: 343px;
        height: 343px;
        padding: 18px;
        font-size: 12px;
        line-height: 16px;
    }

    .choice-item h3 {
        max-width: 175px;
        font-size: 15px;
        line-height: 22.5px;
        margin-bottom: 12px;
    }

    .status-checker .choice-item:nth-child(1) {
        height: 373px;
    }

    .status-checker .choice-item:nth-child(2) {
        background: url(https://images.clevguard.com/de/assets/overview/telegram_seen/more-cantact-m.jpg) no-repeat center / cover;
        height: 393px;
    }

    .status-checker .choice-item:nth-child(2) h3 {
        max-width: 212px;
    }

    .status-checker .choice-item:nth-child(3) {
        height: 383px;
    }
}

/* #endregion status-checker */

/* #region track-reason */
.track-reason {
    position: relative;
    padding: 100px 0;
    text-align: center;
    color: var(--text-primary-color);
    line-height: 1.5;
    background: #E8F4FF;
}

.track-reason .base-maxwidth {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.track-reason .reason-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.track-reason .reason-desc {
    max-width: 784px;
    color: var(--text-secondary-color);
    margin-top: 16px;
    font-size: 14px;
}

.reason-content .reason-left {
    width: 46.4%;
    max-width: 557px;
    border-radius: 20px;
    overflow: hidden;
}

.reason-content .reason-right {
    display: flex;
    flex-direction: column;
    width: 49.7%;
    max-width: 596px;
}

.reason-content .step-item:first-child {
    margin-top: 0;
}

.reason-content .step-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: 96px;
    margin-top: 7px;
    padding: 9px 4px 12px 13px;
    border-radius: 9px;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: all .2s ease;
}

.reason-content .step-item.curr {
    background: rgba(126, 193, 255, .2);
}

.reason-content .step-title {
    font-size: 18px;
    text-align: left;
    font-family: Poppins SemiBold;
    color: var(--text-primary-color);
}

.reason-content .step-item.curr .step-title {
    color: #4AA8FF;
}

.reason-content .step-desc {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

@media (hover: hover) {
    .reason-content .step-item:hover {
        background: rgba(126, 193, 255, .2);
    }

    .reason-content .step-item:hover .step-title {
        color: #4AA8FF;
    }
}

@media (max-width: 768px) {
    .track-reason {
        padding: 60px 0;
    }

    .track-reason .base-maxwidth {
        margin: 0 16px;
    }

    .track-reason .reason-content {
        max-width: 515px;
        flex-direction: column;
        margin-top: 29px;
    }

    .reason-content .reason-left {
        width: 100%;
        max-width: 100%;
    }

    .reason-content .reason-right {
        width: 100%;
        margin-top: 20px;
    }

    .reason-content .step-item {
        padding: 6px 13px;
        margin-top: 13px;
    }

    .reason-content .step-title {
        font-size: 18px;
        line-height: 27px;
    }
}

/* #endregion track-reason */

/* #region five-reason */
.five-reason {
    padding: 100px 0;
}

.five-reason .base-maxwidth {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1692px;
    padding: 80px 40px 100px;
    background: linear-gradient(127.76deg, #4AA8FF 37.09%, #45D5CD 99.49%);
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    border-radius: 20px;
}

.five-reason h2 {
    color: #fff;
    margin-bottom: 73px;
}

.five-reason .reason-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1200px;
    gap: 20px;
}

.five-reason .five-reason-content,
.five-reason .reason-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.five-reason .five-reason-content {
    width: calc(50% - 150px);
}

.five-reason .reason-item {
    width: 100%;
    height: 50%;
    min-height: 229px;
    padding: 20px;
    border: 1px solid #FFFFFF33;
    border-radius: 20px;
    background: #FFFFFF1A;
}

.five-reason .reason-item:first-child {
    margin-bottom: 20px;
}

.five-reason h3 {
    font-size: 18px;
    margin: 16px 0 4px;
}

.five-reason .reason-mid {
    width: 280px;
    padding: 70px 30px 0;
    border: 1px solid #FFFFFF33;
    border-radius: 20px;
    background: #FFFFFF1A;
    text-align: center;
    font-size: 16px;
}

.five-reason .reason-btn {
    width: 173px;
    height: 44px;
    line-height: 44px;
    margin-top: 59px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    color: #4AA8FF;
    border: 1px solid #4AA8FF;
    font-family: Poppins SemiBold;
}

.five-reason .base-btn-fill-orange {
    color: #fff;
    background: #FF9933;
    border: 1px solid transparent;
}

.reason-mid h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.reason-mid .reason-btn:last-child {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .five-reason {
        padding: 60px 0;
    }

    .five-reason h2 {
        margin-bottom: 29px;
    }

    .five-reason .base-maxwidth {
        padding: 40px 10px 10px;
    }

    .five-reason .reason-wrapper {
        flex-direction: column;
    }

    .five-reason .five-reason-content {
        width: 100%;
    }

    .five-reason .reason-mid {
        width: 100%;
        padding: 30px;
        order: 1;
    }

    .five-reason .reason-item {
        min-height: 210px;
    }

    .five-reason .reason-item img {
        width: 60px;
        height: 60px;
    }

    .five-reason h3 {
        font-size: 16px;
    }

    .reason-mid h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .five-reason .reason-btn {
        margin-top: 30px;
    }
}

/* #endregion five-reason */

/* #region steps */
.steps {
    padding-bottom: 100px;
    line-height: 1.5;
}

.steps h2 {
    margin-bottom: 59px;
}

.steps .steps-swiper,
.steps .steps-content {
    position: relative;
    width: 667px;
    text-align: center;
    margin: 0 auto;
}


.steps .steps-swiper {
    border-radius: 10px;
}

.steps .steps-swiper picture {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #40404133;
}

.steps .swiper-button-prev {
    left: -148px;
}

.steps .swiper-button-next {
    right: -148px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 68px;
    height: 68px;
    background-image: url(https://images.clevguard.com/de/assets/overview/telegram_seen/swiper-next.svg);
    background-size: 68px;
}

.swiper-button-prev {
    transform: rotate(-180deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background-image: url(https://images.clevguard.com/de/assets/overview/telegram_seen/swiper-prev-disabled.svg);
    transform: rotate(-180deg);
}

.swiper-button-prev.swiper-button-disabled {
    transform: unset;
}

.steps .swiper-slide {
    margin: auto;
    padding: 20px;
}

.steps .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.steps .btn-group .base-btn {
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

.steps .btn-group .base-btn:first-child {
    margin-right: 20px;
}

.steps .steps-content .content-item {
    display: none;
}

.steps .steps-content .content-item.curr {
    display: block;
}

.steps .steps-content h3 {
    font-size: 18px;
    color: #4AA8FF;
    margin-top: 24px;
    margin-bottom: 10px;
}

.steps .steps-content p {
    font-size: 14px;
    color: var(--text-secondary-color);
}

@media (max-width: 1024px) {

    .steps .steps-swiper,
    .steps .steps-content {
        width: calc(100% - 280px);
    }
}

@media (max-width: 768px) {
    .steps {
        padding-bottom: 60px;
    }

    .steps h2 {
        margin-bottom: 40px;
    }

    .steps .steps-swiper,
    .steps .steps-content {
        width: 100%;
        max-width: 515px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .steps .steps-pagination {
        text-align: center;
        margin-top: 14px;
    }

    .steps .swiper-pagination-bullet {
        width: 73px;
        height: 2px;
        border-radius: 5px;
        background: #CCCCCC;
        margin: 0 8px;
    }

    .steps .swiper-pagination-bullet-active {
        background-color: #4AA8FF;
    }

    .steps .btn-group {
        flex-direction: column;
        align-items: center;
        margin-top: 22px;
    }

    .steps .btn-group .base-btn {
        margin-top: 10px;
    }

    .steps .btn-group .base-btn:first-child {
        margin-right: 0;
    }
}

/* #endregion five-reason */


/* #region product-faq */
.product-faq {
    padding: 100px 0;
    margin: 0;
    background: #E8F4FF;
    line-height: 1.5;
}

.product-faq .base-maxwidth {
    display: flex;
}

.product-faq .faq-left {
    flex: 1;
}

.product-faq .faq-left h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

.product-faq .faq-list li {
    padding: 24px 0;
    border-top: 1px solid #e2e8ed;
}

.product-faq .faq-list li:first-child {
    border-top: none;
}

.product-faq .faq-question {
    padding-right: 20px;
    display: flex;
    font-size: 18px;
    line-height: 32px;
    color: var(--text-primary-color);
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.product-faq .faq-question:hover,
.product-faq .faq-question.curr {
    color: #4AA8FF;
}

.product-faq .faq-question svg {
    flex-shrink: 0;
    color: #1A243D;
}

.product-faq .faq-question.curr svg {
    color: #4AA8FF;
}

.product-faq .faq-icon {
    margin-top: 4px;
    margin-right: 4px;
}

.product-faq .faq-slide {
    position: absolute;
    top: 6px;
    right: 0;
    transition: all .5s ease;
}

.product-faq .faq-question.curr .faq-slide {
    transform: rotate(90deg);
}

.product-faq .faq-answer {
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
    padding-left: 32px;
    display: none;
    color: var(--text-primary-color);
}

.product-faq .faq-list {
    margin-top: 0;
}

.product-faq .faq-list li:first-child .faq-answer {
    display: block;
}

.product-faq .more-btn {
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #4AA8FF;
    text-align: left;
    border: none;
}

.product-faq .more-btn svg {
    margin-left: 8px;
    transition: all .5s ease;
}

.product-faq .more-btn:hover svg {
    transform: translateX(8px);
}

.faq-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.faq-topic {
    width: 380px;
    margin-left: 40px;
    flex-shrink: 0
}

.faq-topic ul {
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, .3);
    border-radius: 20px;
    padding: 16px 16px 34px
}

.faq-topic ul li {
    position: relative;
    color: rgba(16, 24, 41, .7);
    padding-left: 10px;
    margin-bottom: 22px
}

.faq-topic ul li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #101829;
    border-radius: 50%;
    left: 0;
    top: 9px
}

.faq-topic ul li a:hover {
    color: #4AA8FF;
}

.faq-topic ul li:last-child {
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .product-faq .base-maxwidth {
        flex-direction: column;
    }

    .product-faq .faq-topic {
        width: auto;
        margin-top: 60px;
        margin-left: 0;
    }

    .faq-topic ul {
        padding: 12px
    }

    .faq-topic ul li {
        font-size: 15px;
        line-height: 22px
    }
}

@media (max-width: 768px) {
    .product-faq {
        padding: 60px 0;
    }

    .product-faq .faq-list {
        margin-top: 8px;
    }
}

/* #endregion product-faq */