/* For stater Templates */
.stater-bundle-plan h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    color: #212121;
}
.stater-bundle-plan p{
    color:#434343;
}
.stater-bundle-plan .row .col-12{
    border-right: none !important;
}
.gift-box{
    border: 1px solid #CBDBFA;
    border-radius: 40px;
    position: relative;
    background-color: #fff;
}
.gift-box::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #CBDBFA 0%, rgba(203, 219, 250, 0) 146.47%);
    border-radius: 40px;
    top: 22px;
    left: 22px;
    z-index: -1;
}
.gift-box-image{
    background-color: #F5FAFF;
    border-radius: 40px;
}
.gift-box ul li{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #212121;
    list-style-type: none;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #EAEAEA;
    padding-top: 7px;
    padding-bottom: 14px;
}
.gift-box ul li:first-child{
    padding-top: 0px;
}
.gift-box ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
.gift-box ul li span{
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    color: #CDDAE7;
    flex: 0 0 55px;
    display: flex;
    justify-content: center;
}
.web-type-sec h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.3em !important;
    color: #434343;
    text-transform: uppercase;
    max-width: 420px;
    background-color: #FFF7CF;
    border-radius: 80px;
    margin: auto;
}
.web-type-sec h3{
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    color: #212121;
}
.stater-bundle-plan .green-bg{
    background-color: #F7FFEB;
}
.stater-bundle-plan .web-small-box{
    border-radius: 40px;
    padding: 55px 70px 47px 63px;
    max-width: 336px;
    position: relative;
    max-height: 260px;
    min-height: 250px;
}
.stater-bundle-plan .web-small-box p{
    font-size: 15px;
    font-weight: 400;
    line-height: 23.55px;
    color:#434343;
    margin-bottom: 0px;
    padding-right: 2px;
}
.stater-bundle-plan .web-small-box h5{
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #212121;
}
.stater-bundle-plan .box-icons {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    left: 0;
}
@keyframes fadeBoxShadow {
    0%, 100% {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        top: -24px;
    }
    50% {
        box-shadow: 0px 14px 16px 0px #DDEDFD;
        top: -20px;
    }
}
.stater-bundle-plan .each-web-color-boxes{
    column-gap: 30px;
}
.stater-bundle-plan .blue-1{
    background-color:#E6F3FF;
}
.stater-bundle-plan .blue-2{
    background-color:#F3FBFF;
}
.stater-bundle-plan .blue-3{
    background-color: #EDFDFF;
}
.stater-bundle-plan .l-violet{
    background-color: #F5FAFF;
}
.flip-tile-back p{
    color: #212121;
}
.flip-tile-front{
    background: linear-gradient(97.06deg, #E8F3FF 1.8%, #D1E9FF 100%);
    min-height: 135px;
    border-radius: 30px;
}
.flip-tile-front h4{
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #212121;
    text-transform: capitalize;
}
.flip-tile-back{
    border:1px solid #CBDBFA;
    min-height: 135px;
    border-radius: 30px;
    background-color: #fff;
    transform: rotateY(180deg);
}
.flip-tile-parent{
    width: 100%;
    min-height: 135px;
    perspective: 1000px;
}
.flip-tile-inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-tile-parent:hover .flip-tile-inner {
    transform: rotateY(180deg);
}
.flip-tile-front, .flip-tile-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-box-sec .col-12{
    border: none !important;
}
.flip-box-sec{
    row-gap: 35px;
}
.marquee-inner{
    column-gap: 15px;
}
.each-marquee-brand{
    background-color:#F8FBFF;
    min-height: 72px;
    min-width: 168px;
    transition: 0.4s;
    border: 1px solid #F8FBFF;
    border-radius: 3px;
}
.each-marquee-brand:hover{
    background-color: transparent;
    border-color: #CBDBFA;
}
.marquee{
    width: 100%;
    overflow: hidden;
}


@keyframes scrollLeft {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}
@keyframes scrollRight {
	0% { transform: translateX(calc(-250px * 7))}
	100% { transform: translateX(0); }
}

.marquee{
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
    max-width: 1800px;
}
.marquee-inner{
    animation: scrollLeft 30s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.each-marquee-brand{
    height: 70px;
    width: 250px;
    transition: 0.3s;
}
.marquee-inner-right{
    animation: scrollRight 30s linear infinite;
}
.bundle-page .edd_download_full_content.stater-bundle-plan .row .col-12 {
    border-bottom: none !important;
}



@media(max-width: 1300px){
    .web-type-sec .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .stater-bundle-plan .web-small-box {
        padding: 45px 50px 40px 50px;
        min-height: 240px;
    }
    .gift-box::after{
        left: 6px;
        top: 6px;
    }
    .bundle-page .p-96 {
        padding: 60px !important;
    }
}
@media(max-width: 991px){
    .why-choose-title{
        order: 0;
        width: 100%;
    }
    .web-small-box.green-bg{
        order: 1;
    }
    .web-small-box.blue-1{
        order: 2;
    }
    .each-web-color-boxes{
        flex-wrap: wrap;
        justify-content: space-between !important;
    }
    .web-small-box{
        width: 47%;
        max-width: 100% !important;
    }
}
@media(max-width: 768px){
    .stater-bundle-plan .web-small-box {
        padding: 40px 26px 40px 42px;
        min-height: 220px;
    }
    .bundle-page .p-96 {
        padding: 40px !important;
    }
    .gift-box ul li{
        padding-top:14px;
        padding-bottom: 14px;
        align-items: flex-start;
    }
    .gift-box ul{
        padding-left: 0px !important;
    }
    .gift-box ul li span{
        line-height: 30px;
    }
}
@media(max-width: 675px){
    .flip-tile-parent, .flip-tile-front, .flip-tile-back{
        min-height: 180px;
    }
}
@media(min-width: 675px){
    .stater-bundle-plan .box-icons{
        animation: fadeBoxShadow 1.5s ease-in-out infinite;
    }
}
@media(max-width: 575px){
    .web-small-box{
        width: 100%;
    }
    .stater-bundle-plan .web-small-box {
        min-height: auto;
        margin-bottom: 50px;
    }
    .stater-bundle-plan .web-small-box.blue-3 {
        margin-bottom: 0px;
    }
    .gift-box ul li{
        line-height: 25px;
    }
    .gift-box ul li span{
        flex: 0 0 45px;
    }
    .web-type-sec h4{
        font-size: 12px;
    }
    .each-marquee-brand{
        width: 180px;
    }
    .marquee-inner{
        width: calc(180px* 14);
    }
    .web-type-sec h4{
        line-height: 25px;
        padding: 18px 15px;
    }
    .flip-tile-parent .flip-tile-inner {
        transform: rotateY(180deg);
    }
}
@media(min-width: 991px){
    .my-lg-130{
        margin-top: 130px !important;
        margin-bottom: 130px !important;
    }
    .mt-lg-130{
        margin-top: 130px !important;
    }
    .mw-lg-490{
        max-width: 490px;
        margin: 0 auto;
    }
    .starter-bundle-temp-part .price-wrapper{
        margin-top: 35px !important;
    }
}



