@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
input,
span {
    font-family: 'Poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    height: 100vh;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    margin-bottom: 10%;
}

.box1 {
    height: 20vh;
    text-align: center;
    grid-row: 2/2;
    justify-items: center;
    align-items: center;
    align-self: center;
}

.box2 {
    height: 100vh;
    text-align: center;
    grid-row: 1/4;
}

.box3 {
    height: 20vh;
    text-align: center;
    grid-row: 2/1;
    justify-items: center;
    align-items: center;
    align-self: center;
}

img.img-height {
    height: 100vh;
}

.box4 {
    height: 20vh;
    text-align: center;
    grid-row: 4/4;
    justify-items: center;
    align-items: center;
    align-self: center;
}

.box5 {
    height: 20vh;
    text-align: center;
    grid-row: 4/3;
    grid-column: 3/4;
    justify-items: center;
    align-items: center;
    align-self: center;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #3B83FE;
    border-radius: 50%;
    display: inline-block;
}

.color {
    background-color: #000000;
    height: 60px;
}

.co-1 {
    color: white;
}

.align-center {
    text-align: center;
    align-self: center;
}

.text-align {
    text-align: center;
}

.dt {
    margin: auto;
    display: block;
    width: 100px;
}

.right {
    float: right;
}

a {
    color: black;
    font-weight: 600;
    font-size: 1.2rem;
}

.topnav .icon {
    display: none;
}

.bg {
    background-image: url(../img/12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.align-self {
    align-self: center;
}

.your {
    color: #fff;
    text-align: center;
    padding-top: 12%;
    padding-left: 12%;
    width: 600px;
}

.left {
    float: left;
}

.our {
    margin-top: 20px;
    font-size: 27px;
    font-weight: 100;
    float: right;
}

.join {
    background-color: rgb(48, 176, 92);
    color: #fff;
    border-radius: 0px;
    display: flex;
    margin: auto;
    height: auto;
    font-size: 1.2rem;
}

.contact {
    background-color: rgb(19, 176, 4);
    border-radius: 0px;
    margin-top: 22px;
    height: 46px;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 2px 7px 5px grey;
    background-color: rgb(19, 176, 4);
    width: auto;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(19, 176, 4);
}

.why {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 6%;
}

.p-d {
    padding: 0px 40px 0px 40px;
    font-weight: 500;
}

.dash {
    text-align: center;
}

.dash-2 {
    text-align: center;
}

.d {
    margin-top: 20%;
    text-align: center;
}

.d-2 {
    text-align: center;
}

.d-3 {
    margin-top: 22%;
}

.start {
    text-align: center;
    margin-top: 8%;
    margin-bottom: 8%;
}

.post {
    text-align: center;
    padding: 25px 0px 0px 0px;
    font-weight: 500;
    margin-left: 55%;
}

.respond {
    text-align: center;
    padding: 55px 0px 0px 0px;
    font-weight: 500;
    margin-left: 51%;
}

.sign {
    text-align: center;
    margin-right: 72%;
    font-weight: 500;
}

.promot {
    text-align: center;
    margin-right: 52%;
    font-weight: 500;
    padding-top: 35px;
}

.number {
    display: flex;
    margin: auto;
    height: 85%;
}

.space-1 {
    height: 32vh;
}

.space-2 {
    height: 36vh;
}

.space-3 {
    height: 41vh;
}

.map {
    background-image: url(../img/Ps-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5%;
    height: 117vh;
}

 .mar {
        margin-top: 4%;
        padding: 0% 8%;
    }

.map1 {
    background-image: url(../img/Ps-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    border-radius: 20px;
    height: 450px;
    padding: 34px 70px;
    box-shadow: 17px 18px 20px grey;
    transition: all 1s ease-out;
}

@keyframes ani {
    0% {
        transform: translatex(0px);
    }
    50% {
        transform: translatex(40px);
    }
    100% {
        transform: translatex(0px);
    }
}

.map1:hover {
    transform: scale(1.05);
}

.map2:hover {
    transform: scale(1.05);
}

.map2 {
    background-image: url(../img/Ps-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    margin-top: 50px;
    margin-bottom: -50px;
    border-radius: 20px;
    padding: 34px 70px;
    box-shadow: 2px 9px 11px grey;
    transition: all 1s ease-out;
}

.daily {
    color: #fff;
    padding-top: 50px;
}

.daily1 {
    color: #fff;
    padding-top: 20px;
}

.world {
    margin-top: 6%;
    width: 90%;
    margin-left: 5%;
}

.hrr-1 {
    border-top: 1px solid #000000;
    width: 50%;
    margin: initial;
}

.hrr-2 {
    border-top: 2px solid #000000;
    width: 83%;
    margin: initial;
}

.logo {
    width: 80%;
}

ul>li>a {
    font-weight: 500;
}

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

.playstore {
    width: 70%;
    float: right;
    border-radius: 10px;
}

.apple {
    width: 70%;
    float: left;
    border-radius: 10px;
}

.fp {
    color: #857b7b;
}

.pp {
    font-size: 0.9rem;
    word-spacing: 3px;
}

.radi {
    border-radius: 0px;
    width: auto;
    font-size: 10px;
    background: transparent;
    color: #000;
    font-weight: 600;
}

.bgf {
    background-color: rgb(60, 158, 68);
    color: #fff;
    height:5rem;
}

.bgf-2 {
    background-color: rgb(72, 140, 194);
    color: #fff;
    height: 5rem;
}

@media screen and (max-width: 768px) {
    .topnav a {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.space {
    margin-top: 40px;
    width: 600px;
}

@media only screen and (max-width:768px) {
    .cm {
        height: 100px;
    }
    .logo {
        float: none;
        width: 35vh;
    }
    .ban {
        background-image: url(../img/12.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .jo {
        background-color: rgb(48, 176, 92);
        color: #fff;
        border-radius: 0px;
        display: flex;
        margin: auto;
        height: auto;
    }
    .sp {
        margin-top: 20px;
        margin-left: 50px;
    }
    .co-1 {
        margin: auto;
        width: auto;
        margin-top: 30px;
        color: #fff;
    }
    .co-2 {
        display: flex;
        margin: auto;
        width: auto;
        margin-top: 30px;
    }
    .our2 {
        display: flex;
        margin: auto;
        text-align: center;
    }
    .logo2 {
        width: 100%;
    }
    .wd7 {
        margin-left: 1%;
    }
    .mpb7 {
        padding: 30px 30px;
        height: auto;
    }
    .mpg7 {
        padding: 20px 50px;
        height: auto;
    }
    h4 {
        font-size: 1.1rem;
        font-weight: 700;
    }
}

@media only screen and (max-height:600px) {
    footer {
        margin-top: 36vh!important;
    }
}

@media only screen and (max-width:480px) {
    .mapping {
        margin-top: 25%;
    }
    .logo1 {
        width: 100%;
    }
    .playstore1 {
        width: 35%;
        float: none;
    }
    .app1 {
        width: 35%;
        float: none;
    }
    .drop {
        display: block;
        margin: auto;
    }
    .po {
        margin: auto;
    }
    .re {
        margin: auto;
    }
    .si {
        margin: auto;
    }
    .pr {
        margin: auto;
    }
    h3 {
        font-size: 1.2rem;
        font-weight: 700;
    }
    .map-green {
        padding: 40px 50px;
    }
    .map-blue {
        padding: 34px 50px;
    }
    .space {
        margin-top: 40px;
        width: 100%;
    }
    .your {
        color: #fff;
        text-align: center;
        padding-top: 12%;
        padding-left: 0%;
        width: 100%;
    }
    .sp {
        margin-top: 20px;
        margin-left: 0px;
    }
    footer {
        margin-top: 20vh;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .ma {
        height: 47vh;
    }
    .wld {
        margin-top: 6%;
        width: 100%;
        margin-left: 1%;
    }
    h3.n {
        font-size: 1.5rem;
        font-weight: 700;
    }
    .size {
        font-size: 1.1rem;
    }
}

@media only screen and (min-width:300px) and (max-width:380px) {
    .mk {
        padding: 10px 30px;
    }
    .mk-2 {
        padding: 30px 30px;
    }
    .pt {
        font-size: 1.4rem;
        font-weight: 600;
    }
}

ul.navbar-nav.mr-auto.nav.justify-content-end {
    align-items: flex-start;
    width: 100%;
}

.active {
    margin: inherit;
    border: 2px solid #12A703;
    padding: 9px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .055em;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.em-1{
    margin-left: 32%;
}
.em-2{
    margin-left: 30%;
}