@import url(https://fonts.googleapis.com/css2?family=Inter: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: 'Inter', sans-serif;
    height: 100%;
}

.j-layout {
    position: relative;
    background: linear-gradient(154.9deg, #595C64 0%, #303441 100%);
}

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

.header {
    position: relative;
    background: linear-gradient(90deg, #262933 13.3%, #000518 87.1%);
    padding: 13px 0;
    z-index: 11;
}

.header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}

.header .right-block {
    display: flex;
    align-items: center;
    flex-basis: 180px;
}

.header .right-block .btn-outline {
    padding: 5px 17px;
    font-size: 16px;
    color: #0095F6;
    box-shadow: inset 0px 0px 0px 1px rgb(0 149 246);
    border-radius: 6px;
    margin: 0 30px 0 15px;
}

.thumbnail-holder {
    display: flex;
    align-items: center;
}

.thumbnail-holder .thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-size: cover;
    margin-right: 10px;
}

.thumbnail-holder .name {
    font-size: 16px;
    font-weight: 500;
    color: #696A6C;
}

.more-info {
    display: block;
    background: url(../images/icon-more.png) no-repeat;
    width: 30px;
    height: 10px;
    flex-shrink: 0;
}

.videobgbox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100vh;
}

.videobgbox:after {
    content: '';
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
}

.video {
    /* height: 100%; */
    width: 100%;
    position: absolute;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    transition-duration: 0ms;
    -o-object-fit: cover;
    object-fit: cover;
    height: calc(100vh - 116px);
}

.main {
    position: relative;
    z-index: 2;
}

.stepbox {
    height: calc(100vh - 48px);
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

.location-count .row .count {
    font-size: 13px;
    font-weight: 700;
    color: #1FB9F2;
    margin-right: 5px;
    background: linear-gradient(92.15deg, #311EB1 0%, #B044C1 30.73%, #FF6EA6 67.19%, #FDD165 100%, #FDD165 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

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

/* btn */
.btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    /* border: 3px solid transparent; */
    color: #262933;
    max-width: 320px;
    background: linear-gradient(92.15deg, #311EB1 0%, #B044C1 30.73%, #FF6EA6 67.19%, #FDD165 100%, #FDD165 100%);
    border-radius: 14px;
    text-decoration: none;
    margin: 0 auto 10px;
}

.btn-outline {
    color: #ffffff;
}

.btn-outline:after {
    content: '';
    display: block;
    background: linear-gradient(154.9deg, #595C64 0%, #303441 100%);
    position: absolute;
    z-index: 4;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    border-radius: 12px;
}

.btn-outline span {
    position: relative;
    display: block;
    color: #fff;
    z-index: 5;
}

/* contant */
.step-content {
    position: relative;
    background: #000;
    border-radius: 15px;
    padding: 15px;
    background: url(../images/bg-step-content.png) no-repeat top center;
    max-width: 894px;
    width: 100%;
    min-height: 213px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 70px;
}

/* .step-content:before {
    content: '';
    display: block;
    background-color: rgb(235, 235, 235, 0.9);
    position: absolute;
    left: 15px;
    bottom: -5px;
    height: 5px;
    right: 15px;
    border-radius: 0 0 20px 20px;
}

.step-content:after {
    content: '';
    display: block;
    background-color: rgb(211, 211, 211, 0.8);
    position: absolute;
    left: 25px;
    bottom: -10px;
    height: 5px;
    right: 25px;
    border-radius: 0 0 20px 20px;
} */

.step-content h3 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(92.15deg, #311EB1 0%, #B044C1 30.73%, #FF6EA6 67.19%, #FDD165 100%, #FDD165 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.step-content p {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

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

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

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

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

.step.current {
    display: block;
}

.step-bottom {
    margin-top: auto;
}

/* footer */

.footer {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    padding: 15px 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

.footer-img {
    display: flex;
    justify-content: space-around;
}

.footer-img-item {
    display: block;
}

.footer-img-item img {
    margin: 0 auto;
    display: block;
}

.footer-img-item p {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-item-video p {
    background: linear-gradient(270deg, #FFFFFF 0%, rgb(255 255 255 / 23%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer-item-video img {
    max-width: 55px;
    border-radius: 8px;
}

.footer-item-photo p {
    background: linear-gradient(92.15deg, #311EB1 0%, #B044C1 30.73%, #FF6EA6 67.19%, #FDD165 100%, #FDD165 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer-item-square p {
    background: linear-gradient(90deg, #FFFFFF 0%, rgb(255 255 255 / 14%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media (max-width: 1560px) {
    .step-content-mob {
        min-height: 110px;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 7px 0;
    }

    .header .wrap {
        padding: 0 20px;
    }

    .pic-block {
        left: 15px;
        right: 15px;
    }

    .step-content {
        padding: 0px 34px 30px;
        background-image: url(../images/bg-step-content-mob.png);
        min-height: 248px;
        justify-content: center;
    }
    
    .step-content-mob {
        background-image: url(../images/bg-step-content-mob-title.png);
        min-height: 116px;
    }

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

    .step-content p {
        font-size: 14px;
    }

    .location-count {
    }

    .location-count img {
        max-width: 10px;
    }

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

    .location-count .row p,
    .location-count .row .count {
        font-size: 10px;
    }
    
    .footer-img-item p {
        font-size: 16px;
    }
    
    .footer-img-item img {
        max-width: 40px;
    }
    
    .stepbox {
        height: calc(100vh - 36px);
    }
    
    .video {
        height: calc(100vh - 92px);
    }
    
    .top-content {
        top: 10px;
        padding: 0 10px;
    }
    
    .btn-flex-wrap {
        margin-top: 10px;
    }
}
.wrapper-timer {
    position: relative;
    transform: rotate(-2deg);
}

.wrapper-timer:after {
    content: '';
    display: block;
    background: linear-gradient(92.15deg, #311EB1 0%, #B044C1 30.73%, #FF6EA6 67.19%, #FDD165 100%, #FDD165 100%);
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: 7px;
    transform: rotate(2deg);
}

.timer {
    position: relative;
    background: url(../images/icon-timer.png) left 15px center no-repeat rgba(0,0,0,0.8);
    border-radius: 7px;
    padding: 5px 24px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    max-width: fit-content;
    z-index: 2;
    min-width: 137px;
    padding-left: 40px;
}

@media (max-width: 480px) {
    .timer {
        font-size: 14px;
        background-size: 16px;
        padding: 5px 15px;
        padding-left: 35px;
        min-width: 117px;
    }
}
/* SAFETY BLOCK */

.safety-block {
    position: relative;
    max-width: 800px;
    margin: 20px auto 30px;
    z-index: 2;
}

.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: 19px;
    margin: 10px 0 10px;
    font-weight: 600;
}

.safety-block img {
    max-width: 74px;
    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-top: 10px;
    }
    
    .safety-block h4 {
        font-size: 17px;
    }
    
    .safety-block img {
        max-width: 60px;
    }
}

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

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

    .safety-block p {
        font-size: 11px;
    }
}
/*Comments*/

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

.comments_list_row {
    border-radius: 10px;
    color: #3D3D3D;
    font-size: 15px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    background: #262933;
    padding: 20px;
}

.photo_avatar {
    padding-right: 20px;
}

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

.comment_name {
    padding-bottom: 7px;
    font-size: 16px;
    background: linear-gradient(92.15deg, #311EB1 0%, #B044C1 30.73%, #FF6EA6 67.19%, #FDD165 100%, #FDD165 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-flex;
}

.comment_text {
    font-size: 16px;
    color: #ffffff;
}

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

.comments__item__meta {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #ffffff;
}

.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: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    color: #FF6EA6;
    background: linear-gradient(92.15deg, #311EB1 0%, #B044C1 30.73%, #FF6EA6 67.19%, #FDD165 100%, #FDD165 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.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: 15px;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    
    .photo_avatar {
        padding-right: 8px;
    }

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