/* .typewriter {
    width: 31.5ch;
    white-space: nowrap;
    overflow: hidden;
    animation: cursor 1s step-start infinite,
        text 5s steps(18) alternate infinite;
}

@keyframes cursor {

    0%,
    100% {
        border-color: #212121;
    }
}

@keyframes text {
    0% {
        width: 0;
    }

    100% {
        width: 32.5ch;
    }
} */

.per-night {
    color: #f15a24;
    font-weight: 700;
    letter-spacing: 1px;
}
.product-result.hotel-result .per-night.original-price{
    margin: 0 5px;
}
.per-night label {
    font-size: 13px;
    color: black;
    font-weight: 500;
    letter-spacing: 0.0px;
}

.elementor-3259 .elementor-element.elementor-element-4e44538 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 99;
    display: none;
}

.account-tab-content .order-list .product-box img {
    width: 100%;
    height: 147px;
    object-fit: cover;
    object-position: bottom;
}

.line-1 {
    position: relative;
    top: 50%;
    width: 14em;

    border-right: 2px solid rgba(255, 255, 255, .75);

    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    /* transform: translateY(-50%); */
}

/* Animation */
.anim-typewriter {
    animation: typewriter 4s steps(44) 1s 1 normal both,
        blinkTextCursor 500ms steps(44) infinite normal;
    animation-iteration-count: infinite;
    animation-duration: 6s;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 16em;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255, 255, 255, .75);
    }

    to {
        border-right-color: transparent;
    }
}

.tradehero .tradeheroleft h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 100px;
    line-height: 100px;
    font-weight: 200;
}

.tradehero .tradeheroleft p {
    max-width: 545px;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    color: #000;
    font-weight: 300;

}

.tradehero {
    height: calc(100vh - 84px) !important;
}

.elementor-2457 .elementor-element.elementor-element-6906340 {
    margin-top: 0px;
    margin-bottom: -30px;
    padding: 0em 0em 0em 0em;
    display: none;
}

.elementor-2457 .elementor-element.elementor-element-7014635 {
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
}

.exclusive-deals {
    height: 100vh;
}

.destination-input,
.calender-input {
    position: relative;
}

.destination-input ::placeholder {
    color: black !important;
    opacity: 1;
}

.destination-input::after,
.calender-input::after {
    content: '';
    height: 80px;
    width: 1px;
    color: white;
    background: white;
    position: absolute;
    right: 30px;
    top: 3px;
}

.search-hotels-wrapper form .destination-input {
    width: 35% !important;
    background-image: url(https://untamedstage.sourcenettechnology.in/wp-content/uploads/2023/02/phcaret-down.png);
    background-repeat: no-repeat;
    background-position: 75% 75%;
    cursor: default !important;
}

.search-hotels-wrapper form .calender-input {
    width: 17% !important;
    background-image: url(https://untamedstage.sourcenettechnology.in/wp-content/uploads/2023/02/phcaret-down.png);
    background-repeat: no-repeat;
    background-position: 75% 75%;
    cursor: default !important;
}

.search-hotels-wrapper form .room-input {
    width: 30% !important;
    padding-right: 90px;
}

.search-hotels-wrapper form .form-col:last-of-type {
    position: absolute;
}


.search-hotels-wrapper #searchHotel {
    padding-bottom: 15px;
}

/* ------------------- */
.hotel-detail-wrap {
    width: 100%;
}

.hotel-department .col-1 {
    width: 100%;
    /* max-height: 580px;
    height: 100%; */
    height: 530px;
}

.department-part2 .col-2:nth-child(1) {
    margin-bottom: 10px;
}

.department-part2 .col-2:nth-child(2) {
    margin-bottom: 10px;
}

/* -------- popup content --------------- */
.image-popup {
    display: none;
}

#openImagePopup {
    position: absolute;
    background-color: #0000004f;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.image-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.image-popup .popup-wrap {
    background-color: #fff;
    max-width: 80%;
    margin: 0 auto;
    overflow-y: scroll;
    height: 80%;
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.image-row .img-item {
    width: 23%;
    margin: 12px;
    max-height: 200px;
    overflow: hidden;
    border-radius: 8px;
}

.image-row .img-item:hover img {
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}

.image-row .img-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: all .2s ease-in-out;
}

.image-row .title {
    padding: 10px 0;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Untamed Poppins';
}

.image-row .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.image-popup .close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
}

.popup-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-popup .hotel-ratings {
    margin: 0 10px 10px;
}

.image-popup .hotel-ratings h4 {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 31px;
    color: #f15a24;
}

.tab-wrapp {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-wrapp .title {
    margin: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Untamed Poppins';
    cursor: pointer;
    background-color: #D9D9D9;
    padding: 5px 15px;
}

.tab-wrapp .title.active {
    background-color: #F15A24;
    color: #FFF;
}

.popup-heading {
    position: fixed;
    width: 77%;
    background-color: #fff;
    z-index: 99;
    margin-top: -20px;
    padding: 15px 0;
}

.image-popup .close-popup {
    cursor: pointer;
}

.popup-content.image-grid {
    margin-top: 175px;
}

.tabs-mobile.tab-wrapp {
    display: none;
    margin-top: 25px;
}

/* ----------- tabs-mobile  */
.tabs-mobile p {
    border: 1px solid #000;
    width: 70%;
    margin: auto;
    text-align: center;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 8px 0;
}

.tabs-mobile.tab-wrapp .title.active {
    border: none;
}

.tabs-mobile.tab-wrapp .title {
    border: none;
    font-size: 14px;
    /* margin: 10px 0; */
}

.tabs-mobile .tab-items {
    width: 70%;
    margin: auto;
    text-align: center;
    display: none;
}

.hotel-detail-wrap .room-list-wrapper {
    width: 100%;
    position: relative;
}

/* ----- */
.rooms-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    align-self: flex-start;
}

/* ==================================== animal page ======================= */
.product-container-vip-slider .elementor-column-gap-default {
    display: block !important;
}

.woocommerce.single-product section {
    padding-top: 0
}

body.single-product {
    background-color: #fff !important;
}

/* .product-container-vip{
    background-image: url( '/wp-content/themes/untamed/assets/images/animal-hero-section.png');
    background-image: url( '/wp-content/themes/untamed/assets/images/shadow-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
} */
.subspeciesc-content {
    display: flex;
}

.single-product .top-header-section {
    background-color: rgb(255 255 255 / 39%);
}

.vip-content {
    display: flex;
    width: 100%;
    font-family: 'Untamed Poppins';
    /* align-items: center; */
    margin: 80px 0;
}

.vip-content .animal-content {
    width: 50%;
}

.vip-content .animal-item-image {
    width: 50%;
}

.animal-content h2 {
    font-size: 64px;
    line-height: 80px;
    font-family: 'Untamed Poppins';
    font-weight: 600;
    color: #000000;
}

.animal-content .main {
    font-size: 20px;
    border-bottom: 2px solid #707070;
    padding: 15px 0;
    font-weight: 400;
    /* max-width: 565px; */
    line-height: 32px;
}

.animal-content .rarity {
    margin: 15px 0 15px 45px;
    font-size: 18px;
    font-family: 'Untamed Poppins';
}

.animal-content .rarity span img {
    margin-left: 5px;
}

.subspecies-disc {
    padding: 15px 0;
}

.subspeciesc-content {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

/* .subspeciesc-content:nth-last-of-type(2) .sub-icon{
    width: 50px;
}
.subspeciesc-content .sub-icon img{
    width: 100%;
} */

.subspeciesc-content .sub-icon {
    margin-right: 10px;
}

.subspeciesc-content p {
    font-size: 18px;
    line-height: 25px;
}

.subspecies-disc .rarity {
    font-size: 18px;
    padding-left: 50px;

}

.subspecies-disc .rarity span {
    padding-left: 10px;
}

/* .product-container-vip-slider .elementor-column-gap-default{
    margin-inline-end: 0 !important;
    max-width: 1650px !important;
} */
.product-item.vip-product {
    max-width: 330px;
    padding: 10px;
    border: 2px solid #D9D9D9;
    border-radius: 15px;
    margin: 0 10px;
}

.product-item.vip-product .product-image {
    overflow: hidden;
    border-radius: 10px;
    min-height: 147px;
    position: relative;
}

.product-item.vip-product .product-image img {
    width: 100%;
    max-height: 147px;
    object-fit: contain;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.product-item.vip-product .product-content {
    padding: 0;
}

.product-item.vip-product .product-box {
    padding: 10px 8px;
    background-color: #ECECEC;
    border-radius: 10px;
}

.product-item.vip-product .content-row {
    margin-top: 0;
}

.product-item.vip-product .product-content .product-col::before {
    width: 230px;
    left: 50px;
}

.product-item.vip-product .product-col.product-bottom {
    width: 100%;
    padding-left: 25px;
}

.product-item.vip-product h3 {
    font-family: 'Untamed Poppins';
    font-size: 21px;
    line-height: 35px;
}

.product-item.vip-product .content-col.content-price {
    display: flex;
    align-items: center;
}

.product-item.vip-product .content-col.content-price div {
    padding-left: 10px;
}

.product-item.vip-product .product-content .price {
    padding: 0 0 15px;
}

.product-item.vip-product .product-col.product-bottom {
    width: 90%;
}

.vip-slider-wrap {
    margin-bottom: 50px;
}

.single-product .vip-slider-wrap {
    margin: 80px 0 50px;
}


/* media query start */
@media only screen and (min-width: 300px) and (max-width: 1605px) {
    .vip-content {
        padding-left: 20px;
    }
    #all-biome-slider .slide-btn .button-container .prev{
        left: 0;
    }
    #all-biome-slider .slide-btn .button-container .next{
        right: 0;
    }
}

@media only screen and (min-width: 1370px) and (max-width: 1605px) {
    .search-hotels-wrapper form .destination-input {
        width: 34% !important;
    }

    .search-hotels-wrapper form .calender-input {
        width: 18% !important;
    }

    .tradehero .tradeheroleft h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .tradehero .tradeheroleft p {
        max-width: 545px;
        font-size: 21px;
        line-height: 32px;
        text-align: left;
        color: #000;
        font-weight: 300;
    }

    .exclusive-deals h1,
    .exclusive-deals p {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    /* .department-part1 {
        margin-right: 10px;
    } */

    .hotel-department .col-2 {
        max-width: 100%;
        width: 47%;
        max-height: 200px;
    }

    .image-row .img-item {
        width: 23%;
    }

    .product-container-vip-slider .elementor-column-gap-default {
        margin: 0 25px !important;
    }

    .product-item.vip-product .product-col.product-bottom {
        width: 90%;
    }
    
    .hotel-department .col-1{
        height: 410px;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .tradehero .tradeheroleft h1 {
        font-size: 75px;
        line-height: 75px;
    }

    .tradehero .tradeheroleft p {
        max-width: 545px;
        font-size: 21px;
        line-height: 32px;
        text-align: left;
        color: #000;
        font-weight: 300;
    }

    .exclusive-deals h1,
    .exclusive-deals p {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .hotel-department .col-2 {
        max-width: 100%;
        width: 46%;
        max-height: 200px;
    }

    /* .department-part2 {
        margin-left: 10px;
    } */

    /* .hotel-department {
        margin-top: 30px;
    } */

    .image-row .img-item {
        width: 23%;
    }

    .animal-content .main {
        font-size: 20px;
    }

    .product-container-vip-slider .elementor-column-gap-default {
        margin: 0 25px !important;
    }

    .product-item.vip-product .product-col.product-bottom {
        width: 90%;
    }
    .hotel-department .col-1{
        height: 410px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .tradehero .tradeheroleft h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .tradehero .tradeheroleft p {
        max-width: 545px;
        font-size: 21px;
        line-height: 32px;
        text-align: left;
        color: #000;
        font-weight: 300;
    }

    .exclusive-deals h1,
    .exclusive-deals p {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .hotel-department .col-2 {
        margin-bottom: 15px;
        max-width: 100%;
        width: 47%;
        max-height: 215px;
    }

    /* .department-part2 {
        margin-top: 25px;
    } */

    .image-row .img-item {
        width: 30%;
    }

    .tab-wrapp .title {
        font-size: 12px;
    }

    .vip-content {
        flex-direction: column-reverse;
        padding: 0 25px;
        margin: 10px 0;
    }

    .vip-content .animal-item-image,
    .vip-content .animal-content {
        width: 100%;
        margin-top: 30px;
    }

    .subspeciesc-content .sub-icon {
        width: 50px;
    }

    .animal-content .rarity {
        margin: 15px 0 15px 60px;
    }

    .animal-item-image {
        max-width: 550px;
    }

    .subspecies-disc .rarity {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .animal-content h2 {
        font-size: 48px;
    }

    .product-container-vip-slider .elementor-column-gap-default {
        margin: 0 20px !important;
    }

    .product-item.vip-product .product-content .content-row:nth-child(1) {
        width: 90%;
    }
}

@media only screen and (min-width : 300px) and (max-width : 767px) {
    .tradehero .tradeheroleft h1 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .tradehero .tradeheroleft p {
        max-width: 545px;
        font-size: 20px;
        line-height: 29px;
        text-align: left;
        color: #000;
        font-weight: 300;
    }

    .exclusive-deals h1,
    .exclusive-deals p {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .exclusive-deals {
        height: 150vh;
    }

    .department-part1,
    .department-part2 {
        width: 100%;
        margin-top: 15px;
    }

    .hotel-department .col-2 {
        max-height: 150px;
        max-width: 100%;
        width: 48%;
        margin-left: 0;
    }

    #openImagePopup {
        font-size: 14px;
    }

    .department-part2 {
        justify-content: space-between;
    }

    .col-1 .zoom-image,
    .col-2 .zoom-image {
        top: 8px;
        right: 15px;
    }

    .hotel-division h2 {
        font-size: 18px;
    }

    .hotel-division h4 {
        font-size: 13px;
    }

    .image-row .img-item {
        width: 100%;
    }

    .popup-title {
        margin-top: 15px;
        display: block;
        text-align: center;
    }

    .popup-title h2 {
        font-size: 18px !important;
        line-height: 25px;
    }

    .tabs-desktop {
        display: none;
    }

    .tabs-mobile.tab-wrapp {
        display: block;
    }

    .image-popup .hotel-ratings h4 {
        line-height: 0;
    }

    .image-popup .close-popup {
        top: 0px;
        right: 8px;
    }

    .popup-content {
        margin-top: 130px;
    }

    .popup-heading {
        width: 74%;
        margin-top: -20px;
    }

    .vip-content {
        flex-direction: column-reverse;
        padding: 0 15px;
        margin: 10px 0;
    }

    .vip-content .animal-item-image {
        width: 100%;
    }

    .vip-content .animal-content {
        width: 100%;
        margin-top: 30px;
    }

    .animal-item-image {
        max-width: 550px;
    }

    .subspecies-disc .rarity {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .animal-content .main {
        font-size: 14px;
        line-height: 30px;
    }

    .animal-content h2 {
        font-size: 38px;
        line-height: 40px;
    }

    .subspeciesc-content p {
        font-size: 15px;
    }

    .subspeciesc-content:nth-child(3) .sub-icon {
        padding-right: 30px;
    }

    .subspeciesc-content:nth-last-of-type(2) .sub-icon {
        width: 70px;
    }

    .subspeciesc-content:nth-last-of-type(3) .sub-icon {
        width: 50px;
    }

    .animal-content .rarity {
        font-size: 16px;
    }
    .home .biome-trade-slider{
        height: auto !important;
        padding-bottom: 30px;
    }
}

/* Swiper Slider */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Product Card Css */

.swiper-slide .card {
    padding: 10px;
    background-color: #fff;
    margin: 0 !important;
    box-shadow: none !important;
}

.swiper-slide .card .card-body {
    background-color: #EFEFEF;
    border-radius: 8px;
    padding: 12px 12px 0px;
    position: relative;
}

.swiper-slide .card .card-body h5.card-title {
    color: #000;
    text-align: left;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.swiper-slide .img-box {
    background-color: #FCFCFC;
    border-radius: 8px;
    padding: 44px 10px;
}

.swiper-slide .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .card-details {
    display: flex;
    margin: 16px 0 0;
}

.swiper-slide .card-price {
    margin-right: auto !important;
}

.swiper-slide .card-price .price {
    display: inline;
    font-family: 'Cera Compact CY';
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 0px;
    color: #757575;
}

.swiper-slide .card-details .btn-button .tbuy-btn {
    font-family: 'Cera Compact CY';
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
    text-align: center;
    color: #f15a24;
    background-color: #fff;
    padding: 4px 13px;
    text-transform: uppercase;
    border-radius: 15px;
    border: solid 1px #f15a24;
}

.swiper-slide .card-details .btn-button .tbuy-btn:focus-visible {
    outline: none;
}

.card-details {
    align-items: center;
}

.swiper-slide .card-pro::before {
    content: "";
    position: absolute;
    background-color: #F5F5F5;
    height: 2px;
    width: 260px;
}

.card-content {
    display: flex;
    align-items: baseline;
    margin-top: 0px;
    padding-top: 5px;
    justify-content: flex-end;
}

.card-content .card-pro {
    position: relative;
    width: 92%;
    padding-right: 15px;
    padding-top: 6px;
    display: flex;
}

.card-content .slide-minted,
.slide-qty {
    display: flex;
    align-items: center;
    min-width: 80%;
}

.card-content .slide-minted img,
.slide-qty img {
    padding: 15px 5px;
}

.card-content .slide-minted p,
.slide-qty p {
    font-family: 'Cera Compact CY';
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

.slide-minted p span:nth-child(1),
.slide-qty p .sold {
    font-family: 'Cera Compact CY';
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #000;
}

.slide-minted p span:nth-child(2),
.slide-qty p .total {
    font-family: 'Cera Compact CY';
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #515151;
    padding: 0px 5px;
}

.card-content .slide-qty img {
    margin-left: -62px;
    margin-right: 60px;
}



/* Swiper Arrow */

.swiper-arrow .swiper-button-next,
.swiper-arrow .swiper-button-prev {
    height: 32px;
    width: 32px;
    margin: auto 0;
    color: #FFF !important;
    background-color: #f15a24;
    background-image: none;
    border-radius: 50%;
    outline: none;
}

.swiper-arrow .swiper-button-next::after,
.swiper-arrow .swiper-button-prev::after {
    font-size: 14px !important;
    /* display: block;
    z-index: 9; */
}

.swiper-arrow .swiper-button-next {
    position: absolute;
    right: 0;
}

.swiper-arrow .swiper-button-prev {
    position: absolute;
    left: 0;
}

/* Media Query */

/* @media (min-width: 200px) and (max-width:767px) {
    .swiper-slide .card {
        width: 313px;
    }
    .swiper-slide .card .card-content .card-pro .slide-qty p{
        margin-right: -12px;
    }
 } */


/* Payment Info */

.payment-info .payment-method-wrap .method > label input{
    width: 0;
    height: 0;
    border: none;
    display: none;
}
.payment-info .payment-method-wrap .method > label input[type=radio]:after 
{
    width: 0px;
    height: 0px;
    background-color: transparent;
    display: none;
}

.payment-info .payment-method-wrap .method label input {
    width: 16px;
    height: 16px;
    border: 3px solid #f15a24;
}

.payment-info .payment-method-wrap .method label input[type=radio]:after {
    left: 2px;
    top: 2px;
    width: 6px;
    height: 6px;
    background-color: #F15A24;    
}

.payment-info .method-content {
    margin-top: 12px;
}

.payment-info .method-content .token-list {
    list-style-type: none !important;
    padding-left: 12px;
}

.payment-info .method-content .token-list .token label input {
    width: 16px;
    height: 16px;
    border: 3px solid #f15a24;
}

.payment-info .method-content .token-list .token label input[type=radio]:after {
    left: 2px;
    top: 2px;
    width: 6px;
    height: 6px;
    background-color: #F15A24;
}

/* ===================================== */
.modify-booking-wrapper .error-popup .crypto-total, .modify-booking-wrapper .final-price-wrap .total {
    margin: 15px 0px;
    padding: 5px 15px;
    justify-content: space-between;
  }
  
  .modify-booking-wrapper .error-popup #card-element {
    margin: 30px 0 20px;
  }
  
  .modify-booking-wrapper .error-popup .token-list {
    display: flex;
    align-items: center;
    margin: 29px 0px;
    padding: 0;
  }

 


/* ====================================== */



.crypto-price-wrap .crypto-total, .final-price-wrap .total {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    border: 1px solid #F15A24;
    border-radius: 3px;
    background-color: rgba(241, 90, 36, 0.1);
}

.crypto-price-wrap .crypto-total .col h3, .final-price-wrap .total h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Untamed Poppins';
}

.crypto-price-wrap .crypto-total .conversion {
    margin-left: auto;
}

.crypto-price-wrap .crypto-total .conversion p, .final-price-wrap .total p {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Untamed Poppins';
}

.crypto-price-wrap p .price{
    font-size: 24px;
    font-weight: 600;
    font-family: 'Untamed Poppins';
    margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1366px) {
    .untamed-booking .info-row .room-info::before {
        width: 100% !important;
    }
}


/* Home Silder */

/* Main slider */

/* .myAnimals .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .myAnimals .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  .myAnimals .info-box{
      background-color: #fff;
      padding: 8px;
      width: auto;
      border-radius: 8px;
      box-shadow: rgb(100 100 111 / 28%) 0px 7px 29px 0px;;
  }

  .myAnimals .info-box .info-details{
      background-color: #eee;
  }

  .myAnimals .info-box .info-details h5{
      color: #000;
      text-align: left;
      margin-bottom: 18px;
      text-transform: capitalize;
  } */

/* Arrow */

/* .myAnimals .arrow-swiper .swiper-button-next, .arrow-swiper .swiper-button-prev
{
    color: #F15A24 !important;
    background-image: none;
    outline: none;
}

.myAnimals .arrow-swiper .swiper-button-next::after , .myAnimals .arrow-swiper .swiper-button-prev::after {
    font-size: 24px !important;
    font-weight: 900;
}

.myAnimals .arrow-swiper .swiper-button-next {
    position: absolute;
    right: 0;
    transform: translate(14%, -50%);
}

.myAnimals .arrow-swiper .swiper-button-prev {
    position: absolute;
    left: 0;
    transform: translate(-14%, -50%);
} */

/*  Sub Swiper */
/* .subSwiper{
    margin-top: 40px;
} */

/* Sub Swiper Arrow */

/* .subSwiper .arrow-swipe .swiper-button-next, .arrow-swipe .swiper-button-prev
{
    height: 32px;
    width: 32px;
    margin: auto 0;
    color: #f15a24 !important;
    background-color: rgba(241, 90, 36, 0.2);
    background-image: none;
    border-radius: 50%;
    outline: none;
}

.subSwiper .arrow-swipe .swiper-button-next::after , .subSwiper .arrow-swipe .swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: 900;
}

.subSwiper .arrow-swipe .swiper-button-next {
    position: absolute;
    right: 0;
}

.subSwiper .arrow-swipe .swiper-button-prev {
    position: absolute;
    left: 0;
} */

/* Home Page Slider Section */

/* .biome-slider {
    height: calc(100vh - 85px);
    background-size: cover;
} */

.tab-home-slider {
    position: relative;
}

/* .tab-home-slider .untamed-vip {
    margin-top: 78px;
} */

.tab-home-slider .untamed-vip .biomes-filter {
    margin-bottom: 0;
}

/* .tab-home-slider .slider-heading {
    margin-top: 60px;
} */

.tab-home-slider .slider-heading h1 {
    position: relative;
    font-size: 39px;
    padding: 0;
    /* line-height: 1; */
    color: #F15A24;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    padding-top: 80px;
}

.tab-home-slider .swiper.animalHome {
    margin-top: 68px;
}

.animalHome .card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.animalHome .card .card-bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.animalHome .card:hover .card-bg-overlay {
    opacity: 0.8;
}

.animalHome .card:hover .explore-button {
    opacity: 1;
    transform: translateY(0%);
}

.animalHome .explore-button {
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateY(60%);
}

.animalHome .explore-button .explore-btn-link {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
    color: #fff;
    background-color: #f15a24;
    border: 1px solid #f15a24;
    border-radius: 50px;
    padding: 8px 34px;
    transition: all 0.5s ease-in-out;
}

.animalHome .explore-button .explore-btn-link:focus-visible {
    outline: none;
}

.animalHome .explore-button .explore-btn-link:hover {
    color: #F15A24;
    background-color: #fff;
}

.tab-home-slider .biome-mobile ul li:first-of-type {
    border: 2px solid #f15a51;
}

/* Media Query */

@media(min-width : 500px) and (max-width : 1200px) {

    /* .tab-home-slider .untamed-vip {
        margin-top: 64px;
    } */

    .tab-home-slider .slider-heading {
        margin-top: 40px;
    }

    .tab-home-slider .swiper.animalHome {
        margin-top: 58px;
    }
}

@media (min-width: 300px) and (max-width: 498px) {
    .tab-home-slider .animalHome .card {
        width: 298px;
    }

    .tab-home-slider .swiper-slide .card .card-content .card-pro .slide-qty p {
        margin-right: -25px;
    }

    /* 
    .tab-home-slider .untamed-vip {
        margin-top: 60px;
    } */

    .tab-home-slider .slider-heading {
        margin-top: 48px;
    }

    .tab-home-slider .swiper.animalHome {
        margin-top: 60px;
    }
}

@media(min-width : 300px) and (max-width : 898px) {
    .biome-slider .tab-home-slider .slider-heading h1 {
        line-height: 1.3;
    }

    .biome-slider {
        height: auto;
    }
}

@media(min-width : 300px) and (max-width : 498px) {
    .tab-home-slider .swiper-slide .card-pro::before {
        width: 232px;
    }

    .tab-home-slider .card-content .slide-qty img {
        margin-left: -54px;
        margin-right: 49px;
    }
}

/* Trade Slider */
/* .biome-trade-slider {
    position: relative;
    background-image: url(https://untamedstage.sourcenettechnology.in/wp-content/uploads/2023/02/moonblend-1.jpg);
    background-repeat: no-repeat;
    height: calc(100vh - 0px);
    background-size: cover;
    display: block;
    padding: 0px 0px 0px;
} */
.home .biome-trade-slider{
    height: 100vh;
    position: relative;
}

.untamed-loader {
    display: none;
}
.experience-biomes.ajax-overlay::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
}
.untamed-loader .loader-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 50px;
}

.experience-biomes{
    position: relative;
}
.experience-biomes::before{
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 50%, rgb(245 245 245) 100%, rgb(255 255 255 / 0%) 50%);
}


.biome-trade-slider .tab-home-slider .untamed-vip .biomes-filter .biome.active::before {
    display: none;
}

.biome-trade-slider .tab-home-slider .untamed-vip .biomes-filter .biome.active::after {
    display: none;
}

.biome-trade-slider .tab-home-slider .slider-heading {
    margin-top: 0px;
}

.biome-trade-slider .tab-home-slider .untamed-vip{
    padding: 40px 0px 30px;
}

.biome-trade-slider .tradeslide {
    justify-content: center;
    margin-top: 26px;
    width: 100%;
}

.biome-trade-slider .tradeslide .slide-v {
    width: 40%;
}

.biome-trade-slider .tradeslide .slide {
    padding-top: 60px;
    padding-bottom: 60px;
}

.biome-trade-slider .tradeslide .button-container .prev {
    left: 160px;
}

.biome-trade-slider .tradeslide .button-container .next {
    right: 160px;
}

.biome-trade-slider .ttop .content-price .price {
    color: #757575;
}

.biome-trade-slider .tradeslide .product-content .content-row .tbuy-btn {
    background-color: #fff;
    color: #F15A24;
}

.biome-trade-slider .product-content .product-col::before {
    width: 240px;
    border: 1px solid #F5F5F5;
}

.biome-trade-slider .ttop .minted p span:nth-child(1),
.qty span.sold {
    color: #000;
}

.biome-trade-slider .ttop .minted p span:nth-child(2),
.qty p .total {
    color: #515151;
}

.biome-trade-slider .tradeslide .tslide .tslide-bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.biome-trade-slider .tradeslide .tslide:hover .tslide-bg-overlay {
    opacity: 0.8;
}

.biome-trade-slider .tradeslide .tslide.active::after {
    top: -6%;
}

.biome-trade-slider .tradeslide .tslide.active::before {
    bottom: -6%;
    height: 110px;
}

.biome-trade-slider .tradeslide .tslide:hover .explore-button {
    opacity: 1;
    transform: translateY(0%);
}

.biome-trade-slider .tradeslide .tslide .explore-button {
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateY(60%);
}

.biome-trade-slider .tradeslide .tslide .explore-button .explore-btn-link {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
    color: #fff;
    background-color: #f15a24;
    border: 1px solid #f15a24;
    border-radius: 50px;
    padding: 8px 34px;
    transition: all 0.5s ease-in-out;
}

.biome-trade-slider .tradeslide .tslide .explore-button .explore-btn-link:focus-visible {
    outline: none;
}

.biome-trade-slider .tradeslide .tslide .explore-button .explore-btn-link:hover {
    color: #F15A24;
    background-color: #fff;
}

@media (min-width: 1170px) and (max-width: 1440px) {
    .biome-trade-slider .tradeslide .slide-v {
        width: 52%;
        transform: translateX(3%);
    }

    .biome-trade-slider {
        padding: 60px 0px 0px;
    }

    .biome-trade-slider .product-content .product-col::before {
        width: 210px;
    }
}

@media (min-width: 1025px) and (max-width: 1169px) {
    .biome-trade-slider .tradeslide .slide-v {
        width: 60%;
        transform: translateX(3%);
    }

}

@media (min-width: 870px) and (max-width: 1024px) {

    .biome-trade-slider .tradeslide .button-container .prev {
        left: 108px;
    }

    .biome-trade-slider .tradeslide .button-container .next {
        right: 108px;
    }

    .biome-trade-slider .tradeslide .slide-v {
        width: 66%;
        transform: translateX(3%);
    }

    .biome-trade-slider .product-content .product-col::before {
        width: 175px;
    }
}

@media (min-width: 769px) and (max-width: 869px) {
    .biome-trade-slider .tradeslide .button-container .prev {
        left: 46px;
    }

    .biome-trade-slider .tradeslide .button-container .next {
        right: 46px;
    }

    .biome-trade-slider .tradeslide .slide-v {
        width: 80%;
        transform: translateX(2%);
    }

    .biome-trade-slider .tab-home-slider .slider-heading {
        margin-top: 28px;
    }

    .biome-trade-slider {
        padding: 26px 0px 0px;
    }

    .biome-trade-slider .tradeslide {
        margin-top: 0;
    }

    .biome-trade-slider .product-content .product-col::before {
        width: 236px;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .biome-trade-slider .tradeslide .button-container .prev {
        left: 46px;
    }

    .biome-trade-slider .tradeslide .button-container .next {
        right: 46px;
    }

    .biome-trade-slider .tab-home-slider .slider-heading {
        margin-top: 50px;
    }

    .biome-trade-slider .tradeslide .slide-v {
        width: 70%;
        transform: translateX(4%);
    }

    .home .biome-trade-slider .product-content .product-col::before{
        width: 180px;
    }

    .biome-trade-slider .product-content .product-col::before {
        width: 226px;
    }

    .biome-trade-slider .tradeslide .slide {
        padding-top: 30px;
    }

    .biome-trade-slider {
        padding-top: 48px;
    }
}


/*  CSS Of Activity Slider For Other Page */

.activitie-slider {
    position: relative;
}

.activitie-slider .swiper {
    position: unset;
    overflow: hidden;
}

.activitie-slider .untamed-activity-listing .activities-row .activity-card {
    width: auto;
    padding: 0;
}

.activitie-slider .untamed-activity-listing .place-booking span {
    width: 25px;
    height: 25px;
    line-height: 26px;
}

.activitie-slider .untamed-activity-listing .activity-content {
    text-align: left;
}

.activitie-slider .untamed-activity-listing .activity-head .rate-wrap {
    display: block;
}

.activitie-slider .untamed-activity-listing .place-booking span i {
    line-height: 22px;
}

.activitie-slider .swiper-arrow .swiper-button-next::after {
    content: "\f105";
    position: relative;
    font-size: 18px !important;
    left: 12px;
    bottom: 2px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free'
}

.activitie-slider .swiper-arrow .swiper-button-prev::after {
    content: "\f104";
    position: relative;
    font-size: 18px !important;
    left: 11px;
    bottom: 2px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free'
}

.activitie-slider .swiper-arrow .swiper-button-next {
    right: -54px;
    z-index: 1;
}

.activitie-slider .swiper-arrow .swiper-button-prev {
    left: -54px;
    z-index: 1;
}
.untamed-video .elementor-custom-embed-image-overlay{
    border-radius: 25px;
}
.video-section{
    padding: 80px 0;
}
.video-section .elementor-widget:not(:last-child){
    margin-bottom: 0;
}
#untamed-video .elementor-custom-embed-image-overlay svg{
    max-width: 70px;
}
#untamed-video .elementor-wrapper{
    height: 700px;
    width: 100%;
}
.untamed-user-logged-in .set-margin{ margin:auto }
.untamed-user-logged-in .hide-signup{ display: none; }
#untamed-card-video .elementor-custom-embed-image-overlay {
    border-radius: 25px;
}
.video-section .view-all-videos{
    text-align: right;
}
.video-section .view-all-videos a{
    color: #fff;
    background: #F15A24;
    padding: 8px 25px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
}



@media(max-width:1400px) and (min-width:300px){
    #untamed-video .elementor-wrapper{
       height: inherit;
   }
   .video-section{
     padding: 40px 0;
   }
   }
@media only screen and (min-width: 300px) and (max-width: 1024px) {
    .activitie-slider .untamed-activity-listing .activities-row .activity-card {
        width: 94%;
    }

    .activitie-slider .swiper-arrow .swiper-button-next {
        right: -6px;
    }

    .activitie-slider .swiper-arrow .swiper-button-prev {
        left: -6px;
    }

    .activitie-slider .untamed-activity-listing .activity-content li::before {
        left: -10px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1500px) {
    .activitie-slider .swiper-arrow .swiper-button-next {
        right: -10px;
    }

    .activitie-slider .swiper-arrow .swiper-button-prev {
        left: -10px;
    }

    .activitie-slider .untamed-activity-listing .activity-content li::before {
        left: -13px;
    }
}

.experinces{ 
    margin-top:8% 
}