/*-- font google--*/
  @import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans:wght@300;400;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');
/*-- global --*/

body{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #747e74;
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;

}

.header-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #38424d;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #747e74;
    margin: 0;
}
span{
display: contents;
color: #ff846f;
}
/*-- all button css--*/
.main-btn{
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 55px;
    border: 2px solid #0898ef;
    border-radius: 5px;
    background-color: #0898ef;
    color: #fff;
}
.main-btn:hover{
background-color: rgba(8, 152, 231, .7);
color: #fff;
border-color: transparent;

}
/*-- all animation css--*/
@keyframes video{
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes bounceTop-1{
    0%,100%{
        transform: translateY(-30px);
    }
    50%{
        transform: translateY(0px);

    }
}
@keyframes animation-1{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}

@keyframes spinner-linspin{
    to{
        transform: rotate(360deg);
    }
}
@keyframes spinner-easespin{
    12.5%{
        transform: rotate(135deg);
    }
    25%{
        transform: rotate(270deg);
    }
    37.5%{
        transform: rotate(405deg);
    }
    50%{
        transform: rotate(540deg);
    }
    62.5%{
        transform: rotate(675deg);
    }
    75%{
        transform: rotate(810deg);
    }
    87.5%{
        transform: rotate(945deg);
    }
    to{
        transform: rotate(1080);
    }
}
@keyframes spinner-left-spin{
    0%{
        transform: rotate(130deg);
    }
    50%{
        transform: rotate(-5deg);
    }
    to{
        transform: rotate(-130deg);
    }
}
@keyframes spinner-right-spin{
    0%{
        transform: rotate(130deg);
    }
    50%{
        transform: rotate(-5deg);
    }
    to{
        transform: rotate(-130deg);
    }
}

/*-- preloader css--*/
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
}
.preloader .loader{
    display: table-cell;
    vertical-align: middle;
}
.preloader .loader .spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18px;
    pointer-events: none;

}
.preloader .loader .spinner .spinner-container{
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: spinner-linspin 1568ms linear infinite;
}
.preloader .loader .spinner .spinner-container .spinner-rotator{
    position: absolute;
    width: 100%;
    height: 100%;
   

}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
    
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
    
}
.preloader .loader .spinner .spinner-right .spinner-circle{
    left: -100%;
    right: 0;
    border-left-color: #eceff8;
    animation: spinner-right-spin 13333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;

}
.preloader .loader .spinner .spinner-left .spinner-circle{
    left: 0;
    right: -100%;
    border-right-color: #eceff8;
    animation: spinner-left-spin 13333ms cubic-bezier(0.075, 0.82, 0.165, 1) infinite both;
    

}
.preloader .loader .spinner-circle{
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #0898ef #0898ef #eceff8;
    border-radius: 50%;
    border-width: 6px;

}

/*-- navbar css--*/
.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;

}
.sticky{
position: fixed;
background-color: #fff;
box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.5);
}

.navbar {
    position: relative;
    padding: 20px 0;
    
}
@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px){
    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 5px 12px;
        background-color: #fff;
        box-shadow: 0 15px 20px 0 rgb(0, 0, 0 / 10%);
    }
}
.navbar-light .navbar-toggler{
    color: transparent;
    border-color: transparent;
}
.navbar-toggler:focus{
    box-shadow: none;

}

.navbar-nav .nav-item{
    position: relative;
    margin-left: 40px;
}

.navbar-nav .nav-item .nav-link{
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
    color: #38424d;
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover{
    color: #ff846f;
}
.navbar-nav .nav-item .nav-link::before{
   content: '';
   position: absolute;
   width: 8px;
   height: 8px;
   bottom: 0;
   left: 50%;
   border-radius: 50%;
   background-color: #38424d;
   opacity: 0;
   transition: all .3 ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px){
    .navbar-nav .nav-item .nav-link::before{
        position: relative;

    }
}
.navbar-nav .nav-item .nav-link.active:before,
.navbar-nav .nav-item .nav-link:hover:before{
    opacity: 1;
}

/*-- home css--*/
.header-hero{
    position: relative;
    top: 0;
    height: 620px;
    background-position: bottom center;
}
.header-hero .shape{
    position: absolute;
}
.header-hero .shape.shape-1{
    position: relative;
    width: 75px;
    height: 75px;
    left: 130px;
    top: 20%;
    border-radius: 50%;
    background: #637ae4;
    animation: animation-1 2s linear infinite;
}

.header-hero .shape.shape-2{
    
    width: 39px;
    height: 39px;
    left: 150px;
    bottom: 20px;
    border-radius: 50%;
    background: #0898ef;
    animation: animation-1 2s linear infinite;
}

.header-hero .shape.shape-3{
    
    width: 19px;
    height: 19px;
    left: 26px;
    bottom: 25%;
    border-radius: 50%;
    background: #ff846f;
    animation: animation-1 2s linear infinite;
}
.header-hero .shape.shape-4{
    
    width: 39px;
    height: 39px;
    left: 40%;
    top: 175px;
    border-radius: 50%;
    background: #4ebaf5;
    animation: animation-1 2s linear infinite;
}
.header-hero .shape.shape-5{
    
    width: 19px;
    height: 19px;
    left: 50%;
    bottom: 20%;
    border-radius: 50%;
    background: #ff846f;
    animation: animation-1 2s linear infinite;
}
.header-hero .shape.shape-6{
    
    width: 14px;
    height: 14px;
    left: 45%;
    bottom: 70%;
    border-radius: 50%;
    background: #4ebaf5;
    animation: animation-1 2s linear infinite;
}
.header-hero-content{
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px){
    .header-hero-content{
        margin-top: 30%;
    }
        
    }

.header-hero-content .header-title{
    font-size: 42px;
    color: #38424d;
}
.header-hero-content .text{
    margin-top: 30px;
}
.header-hero-content ul{
    margin-top: 30px;
}
.header-hero-content ul li .header-video{
    margin-left: 50px;

}
.header-hero-content .header-video{
    position: relative;
    margin-top: 6px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    background-color: #0898ef;
    color: #fff;
}
.header-hero-content .header-video::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(8, 152, 231, .8);
    z-index: -9;
    animation: video 2s linear infinite;

}
.header-image{
    position: relative;
    padding-top: 80px;
    width: 350px;
    /* animation: bounceTop-1 3s ease infinite; */
}
@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px){
    .header-image img{
        height: 0;
    }
        
    }

.header-hero-content h1 {
    margin-top: 30px;
}

.header-shape-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /* background-image:url(../image/photo_2023-06-23\ 14.42.03.jpeg) ; */
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.header-shape-2{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.vbox-close{
    color: #fff;
    background: transparent;
    font-size: 40px;
    right: 12%;
}

.download-content ul li a {
    width: 210px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: -15px 10px 30px 0 rgb(0 0 0 / 30%);
}

.download-content ul li a.app-store{
    margin-right: 28px;
    background-color: #525a63;
}

.download-content ul li a.play-store{
    background-color: #525a63;
}

/*-- feature css--*/

.feature-wrapper {
    margin-top: 20px;
}
.feature-section .single-feature{
    padding: 30px;
    text-align: center;
    box-shadow: 0 15px 17px 0 rgb(154 154 154 / 16%);
}
@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px){
    .feature-section .single-feature{
        box-shadow: none;

    }
}

.feature-section .single-feature .icon{
    position: relative;
    width: 75px;
    height: 75px;
    display: flex;
    margin: 0 auto 30px;
    background-color: #487cff;
    color: #fff;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.feature-section .single-feature .icon.color-2{
    background-color: #ffb260; 
}
.feature-section .single-feature .icon.color-3{
    background-color: #ff92a5;
}
.feature-section .single-feature .icon::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: inherit;
    top: -8px;
    right: -8px;
    z-index: -1;
    opacity: .2;
    transition: all .3s ease-out 0s;
}
.feature-section .single-feature:hover .icon::after{
    top: 8px;
    right: 8px;

}
.feature-section .single-feature .content h3{
font-weight: 600;
margin-bottom: 25px;
}
h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #38424d;
    font-size: 28px;
}

.feature-items {
    margin-bottom: 50px;
}

/*--footer css--*/

.footer-area{
    position: relative;
    overflow: hidden;
}

.footer-area .footer-shape{
    position: absolute;
}

.footer-area .footer-shape.shape-1{
    width: 75px;
    height: 75px;
    left: 70px;
    top: 15px;
    background-color: #fe5f59;
    border-radius: 50%;
    opacity: .55;
    animation: animation-1 2s linear infinite;
}
.footer-area .footer-shape.shape-2{
    width: 39px;
    height: 39px;
    left: 15%;
    bottom: 45px;
    background-color: #33c8c1;
    border-radius: 50%;
    opacity: .55;
    animation: animation-1 2s linear infinite;
}
.footer-area .footer-shape.shape-3{
    width: 20px;
    height: 20px;
    left: 34%;
    top: 40px;
    background-color: #361cc1;
    border-radius: 50%;
    opacity: .55;
    animation: animation-1 2s linear infinite;
}
.footer-area .footer-shape.shape-4{
    width: 15px;
    height: 15px;
    left: 55%;
    bottom: 85px;
    background-color: #eba31e;
    border-radius: 50%;
    opacity: .55;
    animation: animation-1 2s linear infinite;
}
.footer-area .footer-shape.shape-5{
    width: 39px;
    height: 39px;
    right: 37%;
    top: 15px;
    background-color: #e29e19;
    border-radius: 50%;
    opacity: .55;
    animation: animation-1 2s linear infinite;
}
.footer-area .footer-shape.shape-6{
    width: 15px;
    height: 15px;
    right: 15%;
    top: 125px;
    background-color: #b60d81;
    border-radius: 50%;
    opacity: .55;
    animation: animation-1 2s linear infinite;
}

.footer-area .logo{
    max-width: 50px;
}
.footer-about{
    max-width: 320px;
}
.footer-about .text{
    margin-top: 30px;
}
.footer-about .social{
    margin-top: 30px;

}
.footer-about .social li{
    display: inline-block;
    margin-right: 25px;
}
.footer-about .social li a{
    font-size: 20px;
    color: #747e88;
    transition: all .3s ease-out 0s;
}
.footer-about .social li a:hover{
    color: #0898ef;

}
.footer-link-wrapper{
    width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px){
    .footer-link {
        padding-top: 30px;
        
    }
        
    }
.footer-link .link{
    padding-top: 10px;
}
.footer-link .link li{
    margin-top: 10px;
}
.footer-link .link li a{
    text-decoration: none;
    font-size: 18px;
    color: #747e88;
    transition: all .3s ease-out 0s;
}
.footer-link .link li a:hover{
    color: #0898ef;

}
.footer-title .title{
    font-size: 20px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px){
    .footer-{
        padding-top: 30px;
        
    }
        
    }

.footer-contact .contact-list li .contact-info .info-content .text a{
    color: #747e88;
    transition: all .3s ease-out 0s;
}
.footer-contact .contact-list li .contact-info .info-content .text a:hover{
    color: #0898ef;
    
}

.footer-copyright .copyright{
    border-top: 0.5px solid #747e88;
    padding-top: 10px;
    padding-bottom: 25px;

}

.footer-copyright .copyright .copyright-text .text a{
    color: #747e88;

}

.privacy-policy {
    margin-top: 80px;
}