*{
    padding: 0;
    margin: 0;
}

body,html{
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

img{
    max-width: 100%;
}

figure{
    margin: 0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

ul{
    margin: 0;
    padding: 0;
}

header{
    background-image: url(img/madhu-shesharam-390606-unsplash.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

header:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000073;
    top: 0;
    right: 0;
    z-index: -1;
}

header .navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 80%) !important;
}

header .navbar-brand img{
    height: 50px;
    object-fit: contain;
}



.iphone_1_fig{
    top: 0;
    right: 0;
    z-index: 3;
}

@keyframes Img_Move{
    0%{
        top:0;
    }
    25%{
       top:-500px;
    }
    50%{
        top:-1000px;
    }
    75%{
        top:-500px;
     }
     100%{
        top:0;
     }
}

.iphone-box{
    border-radius: 50px;
}

.iphone_2_fig{
    top: 18px;
    right: 0;
    left: 0;
    z-index: -1;
    width: 88%;
    margin: 0 auto;
    border-radius: 10px;
}

.iphone_2_fig img{
    top: 0;
    border-radius: 10px;
    animation: Img_Move 8s infinite;
}

header .left-header-items span{
    color: #ddd;
    font-size: 13px;
    display: block;
}

header .left-header-items i{
    display: inline-block;
    color: #ddd;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 30px;
    border-radius: 50%;
}

.services p{
    font-size: 12px;
}

.download-box a{
    border-radius: 0;
}

.index-acardion span.text-success{
    font-size: 12px;
}

.index-acardion p{
    font-size: 13px;
    color: #ddd;
}

.index-acardion .accordion-button:not(.collapsed)::after {
    background-image: url('img/times.svg');
    transform: rotate(180deg);
}

.index-acardion .accordion-button:not(.collapsed){
    background-color: #c8385e;
    border-color: #c8385e;
    color: #eeee;
}

.index-acardion .accordion-button:focus {
    box-shadow: none !important;
}

.btn-danger,.bg-danger {
    border-color: #c8385e !important;
    background-color: #c8385e !important;
}

.index-blog img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.index-blog span{
    font-size: 12px;
}

.index-blog p{
    font-size: 13px;
    color: #414141;
}

.index-blog a{
    font-size: 12px;
}

footer{
    background-image: url(img/map-dots.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

footer p{
    font-size: 13px;
    color: #515151;
}

footer img{
    height: 250px;
    object-fit: contain;
    position: relative;
}

footer img:nth-child(2){
    top: -10px;
    right: 5px;
}

footer img:nth-child(3){
    top: -15px;
    right: 10px;
}
