.w-text1{
   text-align: center;
    font-size: 30px;
}
.light .w-text1{
color: #333333;
}
.dark .w-text1{
color: #FFFFFF;
}
.w-text2{
    text-align: center;
    font-size: 16px;
}
.light .w-text2{
    color: #333333;
}
.dark .w-text2{
    color: #FFFFFF;
}
.custom-card{
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}
.light .custom-card{
background: #E6E6E6;
}
.dark .custom-card{
background: #333333;
}
.custom-card2{
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    padding: 20px;
}
.w-img2 {
    width: 100%;
    max-height: 800px;
    object-fit: contain;
}
.light .custom-card2{
background: #E6E6E6;
}
.dark .custom-card2{
background: #333333;
}
.w-img{
    object-fit: cover;
    width: 100%;
    /*height: 270px;*/
}
.w-text3{
    font-size: 13px;
    font-weight: bold;
}
.light .w-text3{
    color: #333333;
}
.dark .w-text3{
    color: #FFFFFF;
}
.w-text4{
    font-size: 12px;
    font-weight: bold;
}
.light .w-text4{
    color: #7D7888;
}
.dark .w-text4{
    color: #ACB5BB;
}
.w-text4 .icon-img{
width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}
.light .w-text4 .icon-img{
background: url("../img/w-icon-light.svg")no-repeat;
}
.dark .w-text4 .icon-img{
    background: url("../img/w-icon-dark.svg")no-repeat;

}

.light .w-text6,.light .w-text6 *{
    color: #333333;
    font-size:18px;
}
.dark .w-text6,.dark .w-text6 *{
    color: #FFFFFF;
    font-size:18px;
}
.w-text6 li::marker{
    font-size:18px;
}
.w-icon2{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 7px;
     top:8px;
}
.custom-input{
    padding-right: 34px;
    padding-left: 12px;
    border-radius: 6px;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    height: 35px;

}
.light .custom-input{
    border: 1px solid  #B3B3B3;
    background:  #E6E6E6;
    color: #333;
}
.dark .custom-input{
    border: 1px solid  #44444A;
    background:  #2C2C30;
    color: #FFF;
}
.w-btn{
    font-size: 16px;
    background: #6A0DAD;
    color: #FFFFFF;
    width: 160px;
    height: 45px;
    text-align: center;
    padding-top: 8px;
    border-radius: 6px;
    display: inline-block;
}
.w-icon3{
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.w-text5{
    position: absolute;
    left: 0px;
    bottom: 16px;
    padding: 2px;
    font-size: 10px;
    /*padding-left: 10px;*/
    color: #FFFFFF;
    /*display: inline-block;*/
    /*box-shadow: 0 14px 22px -9px rgba(255, 255, 255, 0.06) inset, 0 16px 20px -6px rgba(0, 0, 0, 0.65);*/

    background: rgba(0, 0, 0, 0.50);

}
