/*  ================ Table of Content End ================
        1. Fonts
        2. Reset
        3. Variables
        4. Global
        5. Header
        6. Home
       

    ================ Table of Content End ================ */


/*------------------------------------------------------------
	================== Page Loader ===========================
-------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@1,600&display=swap');
.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: #031f76;
    --green-dark: #031f76;
}


/* ======== 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;


}
.brand-color {
    color: #002189;
}
.t-color {
    color: #fff;
}

.nav-link {
    color: white;
}
.nav-link:hover{
    color: white;
}

 

.active {
    color: white !important;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
} */
.bg-blue {
   border: 1px solid #fff;
}

 .bg-danger{
    background-color: #031f76!important;
 }

.hero-slide3 {
    height: 100vh;
    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-1.jpg);
}
.intro{
    line-height: 50px;
    font-family: 'Alumni Sans', sans-serif;
    font-size: 60px;
}
/********************* 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));
}


.downlod-inner {
    width: 70%;
    height: 175px; 
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.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****************** */ 
.footer-download{
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
     cursor: pointer;
}
.mobile-box{height: 200px;
    width: 100%;
    background-color: #B90101;
    padding-bottom: 50px;
    border: 5px solid #c92121;
    border-bottom: 50px solid #c92121;
    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 #fff;
}
.cir-shape{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ffffff;
    border: 2px solid #b90101;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #b90101;
    line-height: 40px;
    font-weight: bold;
    
}
.sliders-game img{
    height: 150px;
}
/* ****************** Amazing Features****************** */
.easy-img {
    width: 75px;
    height: 60px;
}

.easy-img img {
    width: 100%;
    height: 100%;

}

.title {
    font-size: 20px;
    font-weight: 600;
    color: #002189;
    line-height: 1.3;
}
.download-btn-wrap { 
    position: sticky;
    bottom: 0;
   
    z-index: 122;
}
/* ***************************circle************************* */
.slid-img{
    height: 500px;
     
}
/* =============================== Responsive styles ====================== */
@media (max-width:820px) {
    .brand-logo{
        width: 100px;
    }
    .hero-slide3 {
        height: calc(42vh - 90px); 
    }
    .intro {
        line-height: 32px; 
        font-size: 30px;
    }
    .offcanvas .navbar-nav .nav-item .nav-link{
        color: #000;
        text-align: left;
        width: 100%;
    }
    .offcanvas .navbar-nav .nav-item{ 
        text-align: left;
        width: 100%;
    }
}
 
@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;
    }
} 
@media only screen and (max-width: 420px) {
    .intro {
        line-height: 21px;
        font-size: 17px;
    }
}