/*  ================ Table of Content End ================
        1. Fonts
        2. Reset
        3. Variables
        4. Global
        5. Header
        6. Home
       

    ================ Table of Content End ================ */


/*------------------------------------------------------------
	================== Page Loader ===========================
-------------------------------------------------------------*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.counter {
    animation-duration: 5s;
    animation-delay: 0s;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loder-potf.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
/* ======== Reset ======== */

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    /* color: black; */
}

a:active,
a:focus {
    outline: none;
}


/* ======== Variables ========*/

:root {
    --green-blue: #FF0000;
    --green-dark: #bb0909;
}


/* ======== Global ========*/

html {
    scroll-behavior: smooth;
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;


}

.t-color {
    color: var(--green-blue);
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: var(--green-blue) !important;

    transition: all ease 0.5s;
}

.active {
    color: white !important;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
} */
.bg-blue {
    background-color: var(--green-blue);
}

 

.hero-slide3 {
    height: calc(100vh - 90px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../img/hero-3.jpg);
}

/********************* hero winner section***************** */
.winer-img {
    height: 100px;
    width: 75px;

}

.winer-img img {
    width: 100%;
    height: 100%
}

.ribbon {
    /* margin-top: 500px;  */
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.trans {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

/* user and download section */
.download {
    width: 100%;
    height: 150px;
    position: relative;
    background-color: var(--green-blue);
    
} 
.downlod-inner {
    width: 70%;
    height: 175px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.team1,
.team2 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.team1 img,
.team2 img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}

.cardx {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 35%;
    left: 50%;
    background-color: #cecece;
}

.img-circel {
    width: 70px;
    height: 70px;
    border: 1px solid white;
    border-radius: 100%;
    margin: 0 auto;
}

.img-circel img {
    width: 70px;
    height: 70px;
    border: 1px solid white;
    border-radius: 100%;
    margin: 0 auto;
}

.circle {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #e0f804;
    position: absolute;
    left: 50%;
    bottom: 32%;
}

.circle h2 {
    line-height: 40px;
    color: hotpink;
    font-size: 22px;
}

.contact-hero {
    width: 100%;
    /* height: 480px; */
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../img/contact-hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.step-counter {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--green-blue);
    color: white;
}

.step-counter h3 {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.contry-box img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.contry-box {
    width: 250px;
    height: 100px;
    top: -75px;
    right: 50px;
    background-color: var(--green-dark);
}
 
/* ****************** How to Download****************** */ 
.mobile-box{
height: 200px;
width: 100%;
background-color: #1e1e1e;
padding-bottom: 50px;
border: 5px solid black;
border-bottom: 50px solid black;
border-bottom-right-radius:30px;
border-bottom-left-radius:30px;
position: relative;
}
.btn-shape{
    position: relative;
    bottom: -178%;
    left: 50%;
    width: 70px;
    height: 30px;
    /* background-color: rgb(22, 211, 211); */
    border-radius:50px;
    box-shadow: inset 0px 0px 0px 5px #1e1e1e;
}
.cir-shape{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: var(--green-blue);
    border: 2px solid white;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    color: white;
    line-height: 40px;
    font-weight: bold;
    
}
/* ****************** Amazing Features****************** */
.easy-img {
    width: 75px;
    height: 60px;
}

.easy-img img {
    width: 100%;
    height: 100%;

}

.title {
    font-size: 24px;
    font-weight: 600;
    color: #072f60;
    line-height: 1.3;
}
.download-btn-wrap { 
    position: sticky;
    bottom: 0;
   
    z-index: 122;
}
/* ***************************circle************************* */

/* =============================== Responsive styles ====================== */
@media (max-width:820px) {
    .carousel-item {
        height: calc(40vh - 90px);
    }
}

@media (max-width:912px) {
    .carousel-item {
        height: calc(40vh - 90px);
    }

    .download {
        margin-bottom: 100px;
    }
    
}

@media (max-width:420px) {
    .download {
        margin-bottom: 100px;
    }
    .fs{
        font-size: 19px!important;
    }
}
@media  (max-width:385px){
    .fs{
        font-size: 16px!important;
    }
} 
