/**
 * Theme Name: child-theme
 * Template:   hello-elementor
 * ...other header fields
 */
 
body{
    background-size: 30%!important;
    overflow-x: hidden;
}
.wpml-ls-statics-footer{
    display: none!important;
}
 
/*global*/

.animted-text-in{
        position: relative;
}
.animted-text-in span{
        transform: scale(5);
    transition: all .7s;
    opacity: 0;
    visibility: hidden;
    display: inline-flex;
    filter: blur(15px);
}
.animted-text-in span.show{
        transform: scale(1);
    opacity: 1;
    visibility: visible;
    filter: blur(0px);
}

/*global*/
 
.packs-btn-taps{
        display: flex;
    align-items: center;
    justify-content: center;
}
.packs-btn-taps a{
        font-family: var(--e-global-typography-primary-font-family)!important;
    font-weight: bold;
    font-size: 16px;
    transition: all .7s;
    background-color: var(--e-global-color-primary);
    color: #fff;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px 20px;
    width: 33.33333%;
}
.packs-btn-taps a:first-of-type{
        border-radius: 0 15px 15px 0;
}
.packs-btn-taps a:last-of-type{
        border-radius: 15px 0px 0px 15px;
}
.packs-btn-taps a.active,
.packs-btn-taps a:hover{
    color: var(--e-global-color-primary);
        background-color: transparent;
}
.btn-tap a{
    transition: all .7s;
}
.btn-tap.active a{
    background-color: #fff!important;
    color: var(--e-global-color-primary)!important;
}


/*all-select-pack*/

.all-select-pack_item{
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-bottom: 1px solid #29292924;
}
.all-select-pack_item .head span{
        color: #313131;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
}
.all-select-pack_item .sele select{
    height: 40px;
    font-size: 12px;
    font-family: var(--e-global-typography-primary-font-family);
    background-color: transparent;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 5px;
    color: #464646;
        width: 100px;
}
.all-select-pack_item#par1,
.all-select-pack_item#par2{
    display: none;
}


/*all-select-pack*/
/*blogs*/

.term-container{
    background-color: #fff;
    box-shadow: 0 2px 5px #00000021;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.term-container .term-container_head{
        background-color: var(--e-global-color-primary);
    padding: 20px;
    margin-bottom: 20px;
}
.term-container .term-container_head h3{
        margin: 0;
    color: #fff;
    font-weight: bold;
    font-family: var(--e-global-typography-primary-font-family);
    line-height: 1.5;
    font-size: 25px;
}
.term-container .term-container_posts{
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
        padding: 10px 15px 30px 15px;
}
.term-container .term-container_posts .col-custom{
    width: calc(33.33333% - 20px);
}
.post-in{
    text-align: center;
    border-radius: 6px;
        overflow: hidden;
        border: 1px solid #0000002b;
            transition: all .7s;
                position: relative;
}
.post-in a{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.post-in .img{
        width: 100%;
    height: 200px;
    border-bottom: 1px solid #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.post-in .img img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-in .content {
        background-color: #fff;
    padding: 20px 15px;
}
.post-in .content h2{
        margin: 0;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

/*blogs*/
.a-linux{
    display: none!important;
}
.a-windows{
    display: block!important;
}

/*customer-reviews-in*/

.customer-reviews-in{
        width: 40%;
    background-color: #fff!important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 20px 40px;
    border-radius: 20px;
    box-shadow: -3px 3px 3px #00000029;
    position: relative;
}
.customer-reviews-in .text-all{
    
}
.customer-reviews-in .text-all .image{
        width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: -90px;
    margin-bottom: -80px;
}
.customer-reviews-in .text-all .image img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.customer-reviews-in .text-all h3{
        font-family: var(--e-global-typography-primary-font-family);
    color: #6a6a6a;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 5px;
    text-shadow: 0 0 .5px #6a6a6a;
}
.customer-reviews-in .text-all p{
        margin-bottom: 10px;
    font-family: var(--e-global-typography-primary-font-family);
    color: #6a6a6a;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
}
.customer-reviews-in .text-all .stars{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.customer-reviews-in .text-all .stars svg{
        fill: #c9c9c9;
    width: 25px;
    height: 25px;
}
.customer-reviews-in .text-all .stars svg.active{
    fill: #FFCF1D
}
.swiper-buttons-prev-next{
        position: absolute;
    top: 30%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.swiper-buttons-prev-next .swiper-button-prev::after,
.swiper-buttons-prev-next .swiper-button-next::after{
    content: none!important;
}
.swiper-buttons-prev-next .swiper-button-prev,
.swiper-buttons-prev-next .swiper-button-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.swiper-buttons-prev-next .swiper-button-prev svg,
.swiper-buttons-prev-next .swiper-button-next svg{
        fill: var(--e-global-color-accent);
    width: 30px;
    height: 30px;
    transition: all .7s;
}
.swiper-buttons-prev-next .swiper-button-prev:hover svg,
.swiper-buttons-prev-next .swiper-button-next:hover svg{
    fill: var(--e-global-color-secondary)
}
.customer-reviews-section .swiper-cube .swiper-cube-shadow:before{
    content: none!important;
}
/*customer-reviews-in*/

@media (max-width: 1024px){
    .term-container .term-container_head h3{
        text-align: center;
    }
    .customer-reviews-in{
            width: 60%;
    }
    .swiper-buttons-prev-next{
        width: 90%;
    }
}
@media (max-width: 991px){
    .term-container .term-container_posts .col-custom{
        width: calc(50% - 15px);
    }
    .post-in .img{
            height: 230px;
    }
}
@media (max-width: 767px){
    .customer-reviews-in{
            width: 80%;
    }
    .swiper-buttons-prev-next{
        width: 100%;
    }
}
@media (max-width: 567px){
    .term-container .term-container_head h3{
            font-size: 21px;
    }
    .term-container .term-container_posts .col-custom{
        width: 100%
    }
    .post-in .img{
            height: 170px;
    }
    .post-in .content h2{
        font-size: 16px;
    }
    .customer-reviews-in{
            width: 100%;
    }
}









