@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap);

/* general */
* {
    box-sizing: border-box;
}

html {
    /* min-height: 100vh; */
    position: relative;
    height: 100%;
}

body {
    position: relative;
    color: #fff;
    background: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

.j-layout {
    position: relative;
    background: #fff;
}

.j-wrapper {
    position: relative;
    margin: 0 auto;
    /* max-width: 1000px; */
    padding: 0;
    width: 100%;
}

.main {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.stepbox {
    position: relative;
    height: 80vh;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.stepbox.end {
    justify-content: flex-end;
}

/* location */
.location-count {
    position: relative;
    z-index: 2;
}

.location-count .row {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #00aff0;
    justify-content: center;
    height: 32px;
    padding: 0 10px;
}

.location-count .row-1 {
    margin-bottom: 16px;
}

.location-count .row p {
    font-size: 13px;
    font-weight: 700;
    color: #3d3d3d;
    line-height: 1;
}

.location-count .row .count {
    font-size: 13px;
    font-weight: 700;
    color: #1FB9F2;
    margin-right: 5px;
}

.location-count img {
    display: block;
    margin-right: 5px;
}

/* btn */
.btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 15px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    border: 0;
    color: #00AFF0;
    max-width: 320px;
    background: #ffffff;
    border-radius: 45px;
    text-decoration: none;
    margin: 0 auto 10px;
}

.btn-outline {
    background: #fff;
    color: #00aff0;
    /* box-shadow: inset 0 0 0px 2px #00aff0; */
}

.top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    padding: 0 15px;
    position: absolute;
    top: 20px;
    flex-direction: row-reverse;
}

/* contant */
.step-content {
    position: relative;
    background: linear-gradient(17.68deg, #007DF0 9.26%, #00AFF0 90.9%);
    border-radius: 12px;
    padding: 17px 15px 17px;
    font-family: 'Roboto', sans-serif;
    z-index: 2;
    background: #000000ab;
}

.step-content:before {
    content: '';
    display: block;
    background: url(../images/bg-content-line-top.png) no-repeat top right;
    position: absolute;
    width: 100%;
    top: -40px;
    right: 30px;
    max-width: 440px;
    bottom: 0;
    z-index: -1;
    height: 40px;
}

.step-content:after {
    content: '';
    display: block;
    background: url(../images/bg-content-line-bottom.png) no-repeat bottom right;
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: -35px;
    right: 30px;
    max-width: 190px;
    z-index: -1;
}

.step-content h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.step-content p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    padding: 0;
    max-width: 560px;
    margin: 0 auto;
}

.btn-wrap {
    margin: 45px auto 0;
}

.btn-flex-wrap {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    flex-wrap: wrap;
}

.btn-flex-wrap .btn {
    width: 47%;
}

/* step */
.step {
    position: relative;
    width: 100%;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    display: none;
    padding: 0px 30px;
    max-width: 700px;
    margin: 0 auto;
    z-index: 2;
    /* padding-top: 100px; */
}

.step.current {
    display: block;
}

/* cross2 */
.sliderbox {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    background: #000;
    width: 100%;
    margin: 0 auto;
}

.sliderbox,
.sliderbox .slider,
.sliderbox .slider>div,
.sliderbox .slider img {
    width: 100%;
    height: 100%;
    height: 80vh;
    overflow: hidden;
}

.cross2-slider {
    width: 51px;
    height: 51px;
    background: #00aff0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    animation: a 2s infinite;
    border: none;
    margin-top: -25px;
    margin-left: -25px;
    top: 130px;
    /* bottom: 0; */
}

.cross2-slider:after,
.cross2-slider:before {
    border: none;
    margin-top: 25px;
    background: #000;
    opacity: 1;
    z-index: 3;
}

.cross2-item-before {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cross2-vertical .cross2-slider>span:after,
.cross2-vertical .cross2-slider>span:before {
    border-width: 1rem;
    left: 1.2rem;
}

.cross2-vertical .cross2-slider>span:before {
    top: 0;
}

.cross2-vertical .cross2-slider>span:after {
    bottom: 0;
}

.cross2-item {
    position: relative;
}

.cross2-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.cross2-item img {
    -o-object-fit: cover;
    object-fit: cover;
}

.cross2-slider>span:before {
    top: 12px;
    left: 12px;
    border-width: 14px 11px 14px 0;
}

.cross2-slider>span:after {
    top: 12px;
    right: 12px;
    border-width: 14px 0 14px 11px;
}

@media (max-width: 768px) {
    .stepbox {
        justify-content: flex-end;
    }
    
    .step-content {
        padding: 10px 10px 15px;
    }
    
    .step {
        padding-top: 30px;
        padding: 30px 15px 20px;
    }

    .step-content h3 {
        font-size: 23px;
    }

    .step-content p {
        font-size: 16px;
        padding-top: 10px;
        line-height: 1.3;
    }
    
    .btn-wrap {
        margin-top: 30px;
    }
    
    .location-count {
    }
    
    .location-count img {
        max-width: 10px;
    }
    
    .location-count .row {
        height: 24px;
    }
    
    .location-count .row-1 {
        margin-bottom: 10px;
    }
    
    .location-count .row p,
    .location-count .row .count {
        font-size: 10px;
    }
    
    .cross2-slider {
        top: 100px;
    }
    
    .step-content:before {
        max-width: 240px;
        background-size: cover;
        height: 30px;
        top: -30px;
    }
    
    .step-content:after {
        max-width: 85px;
        background-size: cover;
        height: 20px;
        bottom: -20px;
    }
}

.timer-wrapper {
    position: relative;
    z-index: 3;
}

.timer {
    position: relative;
    background: url(../images/icon-timer.png) no-repeat left 15px center, linear-gradient(17.68deg, #007DF0 9.26%, #00AFF0 90.9%);
    border-radius: 35px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    z-index: 3;
    padding-left: 40px;
    width: 130px;
    line-height: 1;
}

.timer-wrapper:before {
    content: '';
    display: block;
    border: 2px solid #000;
    width: 130px;
    height: 30px;
    position: absolute;
    border-radius: 20px;
    left: 0px;
    top: 2px;
    z-index: 3;
}

@media (max-width: 480px) {
    .timer {
        font-size: 12px;
        padding: 5px 15px;
        padding-left: 30px;
        width: 110px;
        background-size: 16px;
    }
    
    .timer-wrapper:before {
        content: '';
        display: block;
        border: 2px solid #000;
        width: 106px;
        height: 22px;
        position: absolute;
        border-radius: 20px;
        left: 2px;
        top: 0px;
        z-index: 3;
    }
}
/* SAFETY BLOCK */

.safety-block {
    position: relative;
    max-width: 800px;
    margin: 30px auto 60px;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
}

.safety-block ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
}

.safety-block ul li {
    list-style-type: none;
    width: calc(100% / 3);
    text-align: center;
    padding: 0 10px;
    color: #fff;
}

.safety-block h4 {
    font-size: 22px;
    margin: 10px 0 10px;
}

.safety-block img {
    max-width: 60px;
    margin: 0 auto
}

.safety-block p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (max-width: 1440px) {
    .safety-block {
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .safety-block {
        margin: 25px 0;
    }

    .safety-block img {
        max-width: 40px;
    }

    .safety-block h4 {
        font-size: 14px;
        margin: 5px 0;
    }

    .safety-block p {
        font-size: 10px;
    }
    
    .safety-block ul li {
        padding: 0 5px;
    }
}

/*Comments*/

.comments_list {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    position: relative;
    z-index: 10;
    padding-bottom: 10px;
    max-width: 1000px;
}

.comments_list_row {
    color: #3D3D3D;
    font-size: 15px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 0 0 8px;
    border-bottom: 2px solid #EBECEF;
}

.photo_avatar {
    padding-right: 10px;
}

.photo_avatar img {
    display: block;
    max-width: 75px;
    height: 75px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment_name {
    color: #00AFF0;
    font-weight: 600;
    padding-bottom: 7px;
    font-size: 16px;
}

.comment_text {
    font-size: 20px;
}

.reviews {
    position: relative;
    flex-grow: 1;
}

.comments__item__meta {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
    color: #3D3D3D;
}

.comments_list_btns {
    color: #3D3D3D;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 16px;
}

.comments_list_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3d;
}

.comments_list_btn:hover,
.comments_list_btn:focus,
.comments_list_btn:active {
    opacity: 1;
}

.custom-icon {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0;
    padding: 0;
    background-size: 100% !important;
    background-repeat: no-repeat;
}

.custom-icon-like {
    background-image: url(../images/icon-like.png);
    width: 16px;
    height: 15px;
}

.custom-icon-comment {
    background-image: url(../images/icon-comment.png);
    width: 16px;
    height: 13px;
}

.custom-icon-share {
    background-position: 0 -100px !important;
}

.custom-icon-view {
    background-position: 0 -161px !important;
}

.comments_list_icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}

.comments_list_icons_item {
    color: #64efdc;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.comments_list_icons_item:hover,
.comments_list_icons_item:focus,
.comments_list_icons_item:active {
    opacity: 1;
}

.item_views {
    margin-left: auto;
}

.item_like {
    margin-right: 20px;
}

.likes_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.like_people_image {
    border-radius: 100%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
}

.like_people_image_wrap {
    position: relative;
}

.like_people_image_wrap:nth-child(1) {
    z-index: 2;
}

.like_people_image_wrap:nth-child(2) {
    margin-left: -15px;
}

.like_people_images {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}

.like_people_text {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}

@media (max-width: 768px) {
    .comments_list {
        padding: 0 20px 10px;
        margin-top: 30px;
    }
    
    .comments_list_row {
        padding: 0 0 15px;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    
    .photo_avatar {
        padding-right: 8px;
    }

    .photo_avatar img {
        max-width: 60px;
        height: 60px;
    }
    
    .comment_name,
    .comments__item__meta {
        font-size: 12px;
    }
    
    .comment_text {
        font-size: 14px;
    }
    
    .comments_list_btn {
        font-size: 12px;
        margin: 0 10px 0 0;
    }
    
    .custom-icon-comment {
        width: 13px;
        height: 10px;
    }
    
    .custom-icon-like {
        width: 13px;
        height: 12px;
    }
    
    .comments_list_btns {
        padding-top: 13px;
        justify-content: flex-start;
    }
}