body {
    margin-top: 91px;
}

.readmore-modal {
    display: none;
}

.image-about {
    margin: 30px 0 30px 0;
}


/* helper class */

.text-heighlight {
    text-transform: uppercase;
    font-size: 18px;
}

.text-heighlight::before {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #7253fc;
    display: block;
    margin: 0 auto 15px auto;
}

.elem-height100 {
    height: 100%;
}

.elem-height100 .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}


/* helper class */


/* Custom menu */

.nav-brand img {
    height: 70px;
    width: auto;
}

.header-area {
    background-color: #f9fafe;
}


/* End Custom menu */


/* custom faq timeline */

.article.custom-download {
    filter: grayscale(100%);
    box-shadow: none !important;
}

.article.custom-download.box-shadow:hover {
    box-shadow: none;
    top: 0;
}

.token-distribution.custom-bg {
    background: url(../img/bg-img/bread-bg.png) no-repeat center center;
    background-size: cover;
}


/* End custom faq timeline */


/* custom footer */

.footer-area.custom-bg {
    background: #edf6fd;
}

.footer-area.custom-bg .footer-copywrite-info {
    text-align: center;
}

.footer-area.custom-bg .footer-copywrite-info a {
    margin-right: 5px;
}

.footer-area.custom-bg .footer-copywrite-info a:last-child {
    margin-right: 0;
}

.footer-area.custom-bg .footer-copywrite-info a svg {
    vertical-align: middle;
}

.footer-area.custom-bg .footer-copywrite-info a:hover svg path {
    fill: #0056b3;
}

.footer-area.custom-bg .footer-social-info a:last-child i {
    margin-right: 0;
}

.footer-area.custom-bg .footer-logo a {
    font-size: 26px;
}

.footer-area.custom-bg .footer-logo img {
    width: 200px;
}

.footer-area.custom-bg .footer-logo {
    margin-bottom: 20px;
}

.footer-area.custom-bg .footer-social-info a i {
    margin-right: 0;
}


/* End custom footer */


/* custom section client logo */

.box-client-logo {
    padding: 50px 0 70px;
    overflow: hidden;
}


/* End custom section client logo */


/* custom welcome area */


/* .custom-hero-content {
    padding: 60px 0;
} */


/* .custom-hero-content .welcome-content {
    margin-top: 0;
} */


/* End custom welcome area */


/* custom-roadmap */

.custom-roadmap #section_5-slider-circle .data_cir-content h3 {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #3f46b7;
}

#section_5-slider-circle .data_cir:nth-child(2n) .roadmap_content_info {
    margin-top: -10px;
}


/* End custom-custom-roadmap */


/* modal */

.modal-open .header-area {
    z-index: 1000;
}

.modal-footer .btn-secondary {
    background-color: #7253fc;
    border: 0;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 20px;
    border-radius: 48px;
    text-transform: uppercase;
}

.modal-footer .btn-secondary:hover {
    background-color: #5b3aec;
}


/* End modal */


/* Form Contect */

#success_fail_info.success {
    background-color: #d8efdd;
    padding: 7px 15px;
    margin-top: 20px;
    border: solid 1px #005212;
    color: #005212;
}

#success_fail_info.error {
    background-color: #fbe5e5;
    padding: 7px 15px;
    margin-top: 20px;
    border: solid 1px #ff0000;
    color: #ff0000;
}


/* End Form Contect */


/* The First Travel */

.travel-to-earn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px;
    align-items: start;
    text-align: center;
}

.travel-to-earn .box-icon-travel .img-circle-top {
    border-radius: 50%;
    box-shadow: 0 6px 36px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 100px;
    height: auto;
    transition: transform 0.3s ease-in-out;
    transform: rotateY(0deg);
}

.box-icon-travel:hover .img-circle-top {
    transform: rotateY(-180deg);
    transition: transform 0.3s ease-in-out;
}

.travel-to-earn .box-icon-travel h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #3f46b7;
    font-weight: bold;
    text-transform: uppercase;
}

.travel-to-earn .box-icon-travel p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
}


/* End The First Travel */

.service_single_content {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


/* .service_single_content .service_icon img {
    transition: transform 0.3s ease-in-out;
    transform: rotateY(0deg);
}

.service_single_content:hover .service_icon img {
    transform: rotateY(-180deg);
    transition: transform 0.3s ease-in-out;
} */

.service_single_content:hover {
    margin-top: -2px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.048);
}

.section-about .bg-about {
    background-image: -webkit-linear-gradient(left, #21d397 0%, #7450fe 51%, #21d397 100%);
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 51%, #21d397 100%);
    color: #ffffff;
    border-radius: 30px;
    padding: 30px 25px;
    overflow: hidden;
    position: relative;
    animation: rainbow-animation 220s linear infinite;
}

.section-about .bg-about:after {
    content: "20 years in travel";
    color: #ffffff00;
    -webkit-text-stroke: 1px #ffffff29;
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 155px;
    text-transform: uppercase;
    line-height: 139px;
    text-align: right;
    /* -webkit-animation: colorchange 20s infinite alternate; */
}

.section-about .bg-about p,
.section-about .bg-about h2 {
    color: #ffffff;
}

.about-us-area .sub-header p {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 30px;
}

.about-us-area .sub-header {
    text-align: left;
}

.about-us-area .list-item {
    text-align: left;
    color: #888;
}

@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}

@media (min-width: 991px) {
    .about-us-area .sub-header {
        width: 65%;
        margin: 0 auto;
    }
    .about-us-area .list-item {
        width: 65%;
        margin: 0 auto;
    }
    .section-about .bg-about {
        padding: 50px 70px;
    }
    .section-about .bg-about p {
        width: 80%;
    }
    .token-allocation .center-block {
        width: 60%;
    }
    .image-about img {
        width: 75%;
        height: auto;
    }
    .img-mobile {
        display: none;
    }
    .custom-features .image-bottom {
        margin-top: -120px;
    }
    .custom-hero-content {
        padding: 80px 0;
    }
    .travel-to-earn {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .modal .modal-dialog {
        max-width: 800px;
    }
    .modal .modal-body {
        padding: 30px 40px;
    }
}

@media (max-width: 992px) {
    .custom-hero-content .travel-to-earn {
        margin-top: 40px;
    }
    .custom-hero-content .welcome-content {
        margin-top: 40px !important;
    }
    body {
        margin-top: 61px;
    }
    .img-pc {
        display: none;
    }
    .custom-features .image-bottom {
        margin-top: -70px;
    }
    #section_5-slider-circle .data_cir-content {
        width: 170px;
    }
    .custom-roadmap #section_5-slider-circle .data_cir-content h3 {
        display: none;
    }
    .row .col-order1 {
        order: 1;
    }
    .row .col-order2 {
        order: 2;
    }
    .custom-roadmap #section_5-slider-circle .data_cir .data_cir-content ul {
        font-size: 12px;
        line-height: 14px;
    }
    .custom-roadmap #section_5-slider-circle .data_cir {
        margin-left: calc(35vw + 2px);
    }
    .custom-roadmap .section_5-slider-trumb {
        left: calc(35vw + 8px);
    }
    .custom-roadmap #section_5-slider-circle .data_cir-content {
        margin-left: 45px;
    }
    .custom-roadmap #section_5-slider-circle .data_cir-content>div {
        transform: translateY(-10%);
    }
    .dream-btn {
        min-width: 120px;
    }
    .main-ilustration-9 {
        height: auto;
    }
    .breakpoint-on .classy-navbar .classy-menu.menu-on {
        width: 100%;
    }
}