.wrap-base.banner {
    max-width: 1402px;
}

.wrap-base.banner.bannertype1 {
    margin-top: -120px;
}

body.home .pagebuilder.wrap-base.wrap-base.banner{
    padding-bottom: 50px;
}

.wrap-base.banner .content{
    position: relative;
}

.wrap-base.banner img.main{
    border-radius: 32px;
}

.wrap-base.banner .details {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    max-width: 48%;
}
.wrap-base.banner .bubble {
    border: 1px solid #eee;
    backdrop-filter: blur(4px);
    background: #fff3;
    width: fit-content;
    padding: 5px 11px;
    border-radius: 17px;
    margin: 0 0 21px;
    font-size: clamp(12px, 1.25vw, 16px);
}
.wrap-base.banner .title {
    font-size: clamp(16px, 4vw, 64px);
    margin: 0 0 22px;
}
.wrap-base.banner .desc {margin: 0 0 20px;font-size: clamp(12px, 1.25vw, 16px);}
.wrap-base.banner .btn {
    width: fit-content;
    padding: 0 22px;
    font-size: clamp(10px, 1.25vw, 14px);
}

.wrap-base.banner .bannerwrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1306px;
}

.wrap-base.banner .btm {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #eee;
    backdrop-filter: blur(4px);
    background: #fff3;
    position: absolute;
    bottom: 31px;
    left: 15px;
    width: calc( 100% - 54px);
    border-radius: 100px;
    height: 70px;
    justify-content: space-between;
    padding: 0 12px;
}
.wrap-base.banner .item {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 0 12px 0 0;
}
.wrap-base.banner .item img{
}
.wrap-base.banner .text {
    color: #fff;
    font-size: clamp(12px, 1.25vw, 16px);
    font-weight: 400;
}

.wrap-base.banner .tip {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #FEFDFD;
    font-size: 9px;
    color:#fff;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 15px 8px 18px;
    backdrop-filter: blur(28px);
    background: #fff3;
    width: fit-content;
    border-radius: 17px;
    font-size: clamp(9px, 1.25vw, 9px);
}

.wrap-base.banner .tip::before {
    content:"";
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/biohacking-redesign/img/icons/icon-star-white.svg) no-repeat;
    
}

.wrap-base.banner .tip1 {
    top: 28.6%;
    right: 40.8%;
}

.wrap-base.banner .tip2 {
    top: 30.6%;
    right: 6.7%;
}

.wrap-base.banner .tip3 {
    top: 70.4%;
    right: 32.9%;
}

.wrap-base.banner .tip4 {
    top: 66.2%;
    right: 7.7%;
}

.banner-desctop{
    display: block !important;
}

.banner-mobile{
    display: none !important;
}

.wrap-base.banner .subtitle{
    font-size: clamp(36px, 3vw, 44px);
    font-weight: 700;
    margin: 0 0 20px;
}

.wrap-base.banner.bannertype2,
.wrap-base.banner.bannertype5{
    max-width: 1294px;
}

.wrap-base.banner.bannertype2 .bubble,
.wrap-base.banner.bannertype5 .bubble{
    margin: 0 0 11px !important;
}

.wrap-base.banner.bannertype2 .details,
.wrap-base.banner.bannertype5 .details{
    max-width: 575px;
    left: 60px;
}

.bannerslider-wrap{
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}

.bannerslider-nav {
    position: absolute;
    top: 20px;
    left: 49px;
    width: 415px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: calc(100% - 20px);
    gap: 2px;
}

.bannerslider-nav{

}

.bannerslider-nav .nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color:#fff;
    border-radius: 30px;
    
    width: 100%;
    padding: 20px 22px;
    gap: 9px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.bannerslider-nav .icon {
    width: 24px;
    height: auto;
}
.bannerslider-nav .title {
    font-size: 22px;
    font-weight: 700;
}
.bannerslider-nav .desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}
.bannerslider-nav .btn {padding: 0 17px;font-size: 14px;font-weight: 400;display: none;}

.bannerslider-nav-title{
    font-size: 44px;
    color: #fff;
    letter-spacing: -2px;
    font-weight: 700;
    margin: 0 0 12px;
}

.bannerslider-nav .nav.active{
    backdrop-filter: blur(32px);
    background: #5553;
}

.bannerslider-nav .nav.active .btn {
    display: block;
}

.bannerslider-nav .nav a {
    outline: none;
}
.bannerslider-nav .nav a:focus {
    outline: none;
    box-shadow: none;
}
.bannerslider-nav .nav:focus-visible {
    outline: none;
    box-shadow: none;
}



@media (min-width: 768px) {

    .bannertype4 .slick-slide img {
        height: 593px;
        object-fit: cover;
    }

}

@media (max-width: 1340px) {

    .wrap-base.banner .tip {
        padding: 4px 9px 4px 7px;
    }
    .wrap-base.banner .text {
        font-size: 9px;
    }
    .wrap-base.banner .item {
        gap: 10px;
        padding: 0 5px 0 0;
    }
    .wrap-base.banner .btm {
        bottom: 15px;
    }
}

@media (max-width: 767px) {

    .banner-desctop{
        display: none !important;
    }

    .banner-mobile{
        display: block !important;
    }

    body.home .pagebuilder.wrap-base.banner.bannertype1 {
        margin: 0 auto;
        max-width: 440px;
    }

    .wrap-base.banner.bannertype1 .details {
        left: 50%;
        top: 64px;
        transform: translateX(-50%);
        color: #fff;
        max-width: 314px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .wrap-base.banner .item {
        display: none;
    }

    .wrap-base.banner .item:first-child{
        display: flex;
    }

    .wrap-base.banner .tip1 {
        top: 41.6%;
        right: 68.8%;
    }

    .wrap-base.banner .tip2 {
        top: 44.6%;
        right: 7.7%;
    }

    .wrap-base.banner .tip3 {
        top: 71.4%;
        right: 56.9%;
    }

    .wrap-base.banner .tip4 {
        top: 73.2%;
        right: 6.7%;
    }

    .wrap-base.banner.bannertype1 .bubble {
        padding: 6px 9px;
        border-radius: 17px;
        margin: 0 0 12px;
        font-size: clamp(12px, 4.25vw, 14px);
    }

    .wrap-base.banner.bannertype1 .title {
        font-size: clamp(18px, 8vw, 30px);
        line-height: 1.2;
            margin: 0 0 14px;
    }

    .wrap-base.banner.bannertype1 .desc {
        margin: 0 0 20px;
        font-size: clamp(14px, 4.25vw, 18px);
        line-height: 1.5;
    }

    .wrap-base.banner.bannertype1 .btn {
        font-size: clamp(14px, 1.25vw, 14px);
    }

    .wrap-base.banner .text {
        font-size: 16px;
    }

    .wrap-base.banner.bannertype2 .details, .wrap-base.banner.bannertype5 .details {
        max-width: 575px;
        left: 0;
        padding: 0 25px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 30%;
    }
    .wrap-base.banner.bannertype2 .btn, .wrap-base.banner.bannertype5 .btn {
        font-size: 14px;
    }

    .bannerslider-nav {
        top: 20px;
        left: 23px;
        width: calc(100% - 50px);
        height: calc(100% - 20px);
        gap: 2px;
        text-align: center;
    }
    .bannerslider-nav-title {
        font-size: 28px;
        text-align: center;
        width: 100%;
    }
    .bannerslider-nav .nav {
        box-sizing: border-box;
        padding: 18px;
    }
    .bannerslider-nav .title {
        font-size: 18px;
    }
    .bannerslider-nav .desc {
        font-size: 12px;
        text-align: left;
    }
    .bannerslider-nav .nav.active .btn {
        display: block;
        padding: 0 14px;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }

    .bannerslider-nav .icon {
        width: 14px;
    }
    
}
