@import"./var.css";

body{
    font-size: 1rem;
    box-sizing: border-box;
    font-family: var(--primary-font);
    font-weight: 400;
}

.btn {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white-color);
    line-height: 1;
    text-align: center;
    padding: 18px 30px;
    border: 1px solid;
    border-radius: 6px;
    outline: 0 none;
    position: relative;
    z-index: 1;
}
.btn:hover{
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: var(--white-color);
    border-color:var(--primary-bg-color-2) ;
}
.bg-primary-theme{
    background: var(--primary-bg-color-2);
}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
}

.navbar-nav li.nav-item .nav-link {
    color: var(--white-color)
}
.welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/accounts.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    min-height: 600px;
}

.welcome-area .welcome-thumb {
    max-width: 300px;
    padding-top: 70px;
}
.welcome-area .welcome-thumb .play-btn {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: var(--white-color);
    border-radius: 50%;
}
.welcome-area .welcome-thumb .play-btn .btn-circle.play-animation {
    -webkit-animation: grow 3s infinite;
    animation: grow 3s infinite;
}
.welcome-area .welcome-thumb .play-btn .btn-circle.play-animation.animation-short {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
.welcome-area .welcome-thumb .play-btn .btn-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

@keyframes grow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    
}
.welcome-area .welcome-thumb .play-btn .play-icon {
    font-size: 22px;
    color: var(--primary-color-2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    height: 20px;
}
.shape-bottom {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
}
.bg-overlay::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--primary-bg-color-2);
    opacity: 0.74;
    z-index: 1;
}
.bg-overlay {
    position: relative;
}

.shape-bottom svg {
    overflow: hidden;
    width: 100%;
    line-height: 0;
}

section.welcome-area>.container {
    z-index: 3;
    position: relative;
}
span.input-group-text {
    display: inline-block;
    font-size: inherit;
    height: 2.4em;
    overflow: visible;
    vertical-align: -0.125em;
}
.input-group input:focus {
    outline: none;
    box-shadow: none;
    border-color: #dee2e6;
}

.section,.section-heading h2{
    position: relative;
}
.section-heading {
    margin-bottom: 3rem;
}
.features-area.style-two .image-box {
    position: relative;
    -webkit-box-shadow: 0 3px 20px 0px var(--primary-l-color);
    box-shadow: 0 3px 20px 0px var(--primary-l-color);
    border-radius: 1.5rem;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.featured-img {
    background: var( --primary-bg-color-2);
    border-radius: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 85px;
    margin: 0 auto;
    padding: 1rem;
}
.featured-img img {
    width: 100%;
}
.image-box:hover {
    background: var(--primary-bg-color-2);
    color: var(--white-color);
}
.image-box:hover .featured-img {
    background: var(--primary-bg-color-2);
}
.button-group.store-buttons a {
    display: flex;
    flex: 1;
}
.button-group.store-buttons {
    row-gap: 1rem;
    flex-direction: column;
}


.button-group.store-buttons a img {
    object-fit: scale-down;
    max-width: 170px;
}

.app-screenshots img {
    width: 100%;
}
.app-screenshots .slick-track{
    display: flex;
    overflow-x: hidden;
}
.app-screenshots {
    overflow: hidden;
    display: block;
    margin-bottom: 0 !important;
}


.app-screenshots .slick-next {
    right: 48%;
    transform: translateX(-50%);
}
.app-screenshots .slick-prev {
    left: 48%;
    transform: translateX(-50%);
    z-index: 2;
}
button.slick-arrow {
    bottom: 20px;
    top: unset;
}
.single-screenshot {
    margin: 0 5px;
}
.slick-dots{
    right: 0;
}
.slick-prev:before, .slick-next:before{
    color: var(--primary-color-2) !important;
}
.card-top .back-view ,.card-top .front-view {
    background-size: cover;
background-position: center;
transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
backface-visibility: hidden;
text-align: center;
min-height: 280px;
height: auto;
border-radius: 4px;
color: #fff;

}
.card-top .back-view {
background: var(--primary-bg-color-2);
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
transform: rotateY(180deg);
transform-style: preserve-3d;
transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
backface-visibility: hidden;
text-align: center;
min-height: 281px;
height: auto;
border-radius: 4px;
color: #fff;
}


.reviewer-thumb {
    height: 90px;
    width: 90px;
    border: 5px solid #fff;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.05);
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
}

.reviewer-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}



.card-top {
transform-style: preserve-3d;
perspective: 1000px;
position: relative;
}

.card-top .front-view {
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,244,241,1) 81%);
transform: rotateY(0deg);
transform-style: preserve-3d;
}



.card-top:hover .front-view,
.front-view:hover .back-view{
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.card-top:hover .front-view {
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    }
    .card-top:hover .back-view {
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    }

    .single-price-plan {
        background-color: var(--white-color);
        border-radius: 1rem;
        -webkit-box-shadow: 0 0.313rem 0.875rem var(--secondary-l-color);
        box-shadow: 0 0.313rem 0.875rem var(--secondary-l-color);
        position: relative;
    }
    .single-price-plan .plan-button {
        position: absolute;
        left: 50%;
        transform: translate(-50% , 0%);
    }
    .plan-price h2 {
        color: var(--primary-color-2);
    }
    .avatar-lg {
        height: 5rem;
        width: 5rem;
    }
    h3.post-title a{
        color: var(--black-color);
    }
    .blog-number {
        font-weight: 400;
        font-size: 35px;
        color: var(--primary-color-2);
    }
    .blog-bx .dlab-post-meta ul li {
        font-weight: 400;
        color: var(--nav-item-color);
        font-size: 12px;
        margin-right: 10px;
    }
    .dlab-post-meta,.blog-bx .post-title {
        margin-bottom: 15px;
    }
    .dlab-post-text p {
        font-weight: 300;
        font-size: 14px;
        color: var(--black-color);
        line-height: 2;
    }
    .dlab-media img, .dlab-post-media img {
        width: 100%;
        height: auto;
    }
    .blog-curve-img a {
        display: block;
        position: relative;
        z-index: 1;
    }
    .blog-curve-img img {
        -webkit-mask-image: url("../img/blog-bg.png");
        mask-image: url("../img/blog-bg.png");
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
        mask-size: 100%;
        background-color: var(--primary-bg-color-2);
    }
    .blog-curve-img a:after {
        content: "";
        background-image: url("../img/blog-bg-2.png");
        background-size: 100%;
        background-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .footer-area .footer-items .social-icons > a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .social-icons > a.twitter {
        background-color: var(--social-color-2) !important;
    }
    .social-icons > a.facebook {
        background-color: var(--social-color-1) !important;
    }
    .social-icons > a {
        margin: 5px;
        width: 45px;
        height: 45px;
        font-size: 20px;
        color: var(--white-color);
        border-radius: 3px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .social-icons svg {
        display: block;
        height: 100%;
        line-height: 45px;
        margin: 0 auto;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .footer-area .footer-items .social-icons > a:hover svg:first-child {
        margin-top: -40px;
    }
    .avatar-md {
  height: 4rem;
  width: 4rem;
}

.single-review h4{font-size:22px;}
.review-text p{font-size:15px;}