/* color */
.rl-color-fff3dc {
    color: #fff3dc;
}

.rl-bg-eff1f3 {
    background-color: #eff1f3;
}

/* font */
.font-poppins {
    font-family: 'Poppins', sans-serif;
}

/* special font size */
.rl-text-48-28 {
    font-size: calc(1.25vw + 24px);
}
/* card */
.rl-img-wrapper .label-info {
    border: 2px solid #fff;
    padding: 1px calc(0.625vw + 8px);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    min-width: 70%;
    text-align: center;
    background-color: #606060;
    color: #fff;
}

.rl-card-info {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    color: #606060;
}





/* get start */
.rl-icon-info {
    width: 18px;
    height: 18px;
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
    fill: #4B6398;
}

.rl-animation-card-icon {
    width: 50px;
    height: 50px;
    
}

.rl-animation-card {
    border-radius: 10px;
    margin-bottom: calc( 8px + 1.25vw);
    position: relative;
    top: 0;
    transition: top ease 0.3s;
    box-shadow: 0px 25px 20px -20px rgb(36 40 56 / 60%);
    background-color: #fff;
    padding: 10px;
}

.rl-animation-card:hover {
    top: -20px;
}

/* main banner */
.main-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(13.020833333333334vw + 50px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    display: -webkit-flex;
    background-image: url(../../images/main.jpg);
    justify-content: center;
    align-items: center;
    color: #fff3dc;
}

/* collpse */
.term-container {
    list-style-type: none;
    padding: 0;
}

.rl-collapse li {
    padding-top: calc(0.3125vw + 14px );
}

.rl-collapse>li {
    padding: calc(0.3125vw + 14px ) 0;
    border-bottom: 1px solid #d3d3d3;
    font-size: calc(0.125vw + 17.6px);
    font-weight: 500;
    line-height: 1.5;
}

.rl-collapse .question {
    font-size: calc(0.125vw + 17.6px);
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.rl-collapse .question span {
    padding-right: 5px;
}

.rl-collapse .question.arrow-rotate .fa-angle-right {
    transform: rotate(90deg);
}

.rl-collapse .answer {
    display: none;
    font-size: calc(0.125vw + 15.6px);
    font-weight: 300;
    line-height: 1.5;
}

.list-style-decimal {
    list-style-type: decimal;
    font-weight: normal;
}

.list-style-disc {
    list-style-type: disc;
}

.list-style-square {
    list-style-type: square;
}

.list-style-circle {
    list-style-type: circle;
}

.rl-collapse .rl-text-light {
    font-weight: 300;
}

.rl-collapse table td {
    border: 1px solid #939393;
    text-align: center;
    font-size: calc(0.125vw + 15.6px);
}

.rl-collapse table tr:first-child {
    background-color: #939393 !important;
    font-weight: normal;
}

.rl-collapse table tr:first-child td {
    color: #ffffff !important;
    font-weight: normal;
}




@media screen and (max-width: 1199px) {
    .rl-cardboard-item {
        width: calc((100% - (calc(2.1875vw + 8px) * 1)) / 2);
    }

    .rl-cardboard-item .rl-icon-name {
        flex-wrap: initial;
    }

    .rl-animation-card {
        width: calc((100% - 15px) / 2);
        flex: none !important;
    }

    .rl-animation-card-space{
        flex: none !important;
        width: 15px;
    }
}

@media screen and (max-width: 991px) {
    .main-banner {
        background-image: url("../../images/main_mobile.jpg");
        height: calc(33.557046979865774vw + 192.61744966442953px);
    }

    .rl-21-promotion .must-have-container{
        flex-direction: row !important;
    }
}

@media screen and (max-width: 575px) {
    .must-have-container{
        flex-direction: column !important;
    }
    .rl-animation-card {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .rl-cardboard-item {
        width: 100%;
    }

    .rl-cardboard-item-desc-phone-m-media {
        display: block;
    }

    .rl-cardboard-item-desc-desctop {
        display: none;
    }
}

/*------------------------------------
        MORE TO EXPLORE
------------------------------------*/
.area-title {
    font-size: calc(26.4px + 0.5vw);
    color: #555;
    font-weight: 300;
    padding-top: calc(32px + 2.5vw);
    padding-bottom: calc(16px + 1.25vw);
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

.col-layout > div {
    margin: 0 0 15px;
}

.col-layout .content-wrapper {
    overflow: hidden;
}

.col-layout .content-wrapper img {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.col-layout .content-wrapper:hover img {
    transform: scale(1.2, 1.2);
}

.col-layout .content-wrapper:hover .mask {
    box-shadow: inset 0px 0px 250px 10px #000000;
}

.col-layout .content-wrapper .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: box-shadow 0.2s ease-out;
}


@media (max-width: 767px) {
    ._starpick_campaign .main-banner {
        background-image: url(../images/MainBanner_mobile.jpg);
        height: 78.125vw;
    }

    ._starpick_campaign .nav-anchor .tab-btn {
        height: calc(1.1160714285714286vw + 41.42857142857143px);
    }
}