* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

body {
    background-color: white;
    font-family: Poppins;
}

body h1 {
    font-size: 30px;
    padding-top: 3vh;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
}

body h3 {
    font-size: 20px;
    padding-top: 1vh;
    line-height: 1.6;

}

body h4 {
    font-size: 10px;
    padding-top: 1vh;
    line-height: 1.6;

}

.top-contact {
    height: 60px;
    background-color: #20202C;
    color: white;
}

.top-contact-phone {
    margin-left: 20px;
}

.top-menu {
    background-color: white;
    height: 13vh;
    min-width: 100vw;
    border-bottom: 1px solid black;

}

/* Add a black background color to the top navigation */
.topnav {
    background-color: white;
    overflow: hidden;
    /* padding-top: 5vh; */
}

/* Style the links inside the navigation bar */
.topnav a {
    /* float: right; */
    display: flex;
    color: black;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 20px;
}




.topnav .adzlogo {
    float: left;
    margin-right: 200px;
}

.topnav .adzlogo img {
    height: 40px;
    margin-right: 0px;
}

.topnav .topnav-menu {
    float: right;

}

/* Change the color of links on hover */
.topnav a:hover {
    /* background-color: #ddd; */
    color: black;
}



/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;

}



.fa_custom {
    color: black;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 750px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        /* float: right; */
        display: block;
        position: absolute;
        right: 0;
        top: 0;

    }
}



/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 750px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
        flex-direction: row-reverse;
    }

    .topnav.responsive a {
        float: none;
        display: flex;



    }

    .topnav .topnav-menu {
        padding-top: 50px;
    }
}


.intro-sec {
    background-image: url("../../images/home/group4011cut.png");
    height: 100vh;
    max-width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}

.intro-sec h1 {
    font-size: 25px;
    padding-top: 10vh;
    line-height: 1.4;
}

.intro-sec h3 {
    font-size: 18px;
    padding-top: 1vh;
    line-height: 1.6;
}

.download-link img {
    width: 150px;
    padding-top: 5vw;
}

.intro-sec-phone img {
    padding-top: 5vh;
    max-width: auto;
    max-height: 400px;
}

.micro-inf {
    background-image: url("../../images/home/group40162x.png");
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: black;
    margin-top: 20vh;
    overflow: hidden;
}






.carousel {
    background: transparent;
    margin-top: 20px;
    padding-top: 10vh;
}

.carousel-item {
    text-align: center;
}


.carousel-item .microinf {
    height: 400px;
    max-width: auto;
    margin-bottom: 30px;

}

/* .carousel-indicators > li {
  margin-bottom: -20px;
  /* max-height: 0.1vh;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: red;
} */

/* .carousel-indicators > li.active {

  background-color: red;
} */


/* .carousel-item .how-steps{
  padding-top: 5vh;
  height: 120px;

} */

/* .myCarouse2-indicators > li {
  margin-bottom: 6vh;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: red;

} */



/* .carousel-item .myCarouse2 {
   height: 40vh;
} */


.how-app-works {
    background-image: url("../../images/home/how-this-app-bg2xcut.png");
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: black;
    overflow: hidden;

}

.top-feat {
    background-color: white;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: black;

}

.optimize-earn {
    background-image: url("../../images/home/group40162x.png");
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: black;
}

.share-brand-exp {
    background-image: url("../../images/home/group40162x.png");
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: black;
}

.optearn {
    max-width: 80vw;
}

.get-app-now {
    background-image: url("../../images/home/getapp-bg2x.png");
    height: 30vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    text-align: center;
}

.quick-links {
    background-color: #20202C;
    min-height: 35vh;
    color: white;
}

.quicklink a {
    text-decoration: none;
    color: white;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 2;
}

.smlinks img {
    height: 3vh;
    padding-left: 2vw;
    padding-top: 1vh;
}

/* business page */

.biz-intro-sec {
    background-image: url("../../images/home/business-intro-bg2x.png");
    height: 100%;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}

.biz-intro-sec-text {
    padding-top: 5vh;
    margin-left: 5px;
}

.biz-intro-sec-text h1 {
    text-align: left;
}

.biz-intro-laptop img {
    max-height: 300px;
    margin-left: -65vw;
    margin-top: 5vh;
    width: auto;
}

.biz-feature {
    background-image: url("../../images/home/biz-feat-bg2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.personalized-engm {
    background-image: url("../../images/home/group39922x.png");
    height: 100%;
    min-width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.personalized-engm-pic img {
    width: 90vw;

}

.micro-communities {
    background-image: url("../../images/home/group39922x.png");
    height: 80vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.micro-communities-pic img {
    width: 90vw;
}

.Contact-us-banner {
    background-image: url('../../images/home/group40462x.png');
    min-height: 15vh;
    min-width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    color: white;
    margin-top: 64px;
}

.frequently-ask-Q {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.panel-group {
    min-height: 100vh;
    padding-top: 3vh;
}

.tnc-banner {
    background-image: url('../../images/home/group40472x.png');
    min-height: 15vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    color: white;
    margin-top: 64px;
}



.faq-contform {
    padding-top: 10vh;
}


.topfeature {
    height: 300px;
    width: 100vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 9px;
    overflow: hidden;
}

.topfeature h3 {
    font-size: 20px;
}

.topfeature h4 {
    font-size: 15px;
}

.zappr-coin {

    border-bottom: 20px solid #FDD244;
    padding-top: 10px;
}

.active-support {

    border-bottom: 20px solid #868788;
    padding-top: 10px;
}

.special-cam {

    border-bottom: 20px solid #FD446E;
    padding-top: 10px;
}

.check-in {

    border-bottom: 20px solid #44A7FD;
}

.panel-heading h4 {
    font-size: 15px;
}

.panel-collapse .panel-body {
    font-size: 15px;
}

.inq-submit-button {
    background-color: #20202C;
    color: white;
    border-radius: 25px;
}

.termsandcon {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.termsandcon object {
    width: 100vw;
    height: 80vh;
}

.tnc-content {

    min-height: 80vh;
    overflow: auto;
}

/* for tablets */
@media only screen and (min-width: 400px) {


    /* .top-contact {
    max-height: 7vh;
    width: 100vw;
  }

  .top-contact-phone {
    /* margin-left: 5vw;
    margin-right: 3vw;
  } */

    .intro-sec-phone img {
        height: 500px;
    }

    .top-menu {
        height: 80px;
    }

    .download-link {
        margin-top: 30px;
    }

    .carouse4-inner .carousel-item img {
        margin-left: -100px;
    }

    .topfeature {
        min-height: 400px;
    }

    .optearn {
        margin-left: -70px;
    }

    /* .get-app-now {
    max-height: 20vh;
  } */

}

/* computer/screen */
@media only screen and (min-width: 900px) {

    .termsandcon {
        height: 100vh;
        width: 70vw;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .termsandcon object {
        width: 70vw;
        height: 80vh;
    }

    body h1 {
        font-size: 45px;
        padding-top: 3vh;
        line-height: 1.4;
        text-align: left;
    }

    body h3 {
        font-size: 18px;
        padding-top: 1vh;
        line-height: 1.6;
        text-align: justify;

    }

    body h4 {
        font-size: 16px;
        padding-top: 1vh;
        line-height: 1.6;

    }

    .intro-sec h1 {
        font-size: 40px;
        padding-top: 5vh;
        line-height: 1.4;
        text-align: justify;
    }

    .intro-sec h3 {
        font-size: 18px;
        padding-top: 1vh;
        line-height: 1.6;
        text-align: justify;
    }

    .page-head {
        margin-top: 90px;
    }

    .intro-sec {
        max-height: 90vh;

    }

    .text-left {
        text-align: left;

    }

    .text-center {
        text-align: center;

    }
  
    .download-link img {
        width: 150px;
        margin-top: -90px;

    }

    .intro-sec-phone img {
        max-height: 650px;
    }

    /* .how-steps {
  height: 15vh;
} */

    .top-feat {
        background-image: url("../../images/home/top-feat-bg2x.png");
    }

    .how-app-works {
        background-image: url("../../images/home/how-app-works-bg2x.png");
        margin-top: -25vh;

    }

    .optearn-text {
        width: 50%;
        float: left;

    }

    .optearn {
        width: 500px;
    }



    .get-app-now {
        height: 175px;

    }



    .quicklink a {

        padding: 0;
        margin: 0;
        font-size: 20px;
        line-height: 2;
    }

    .smlinks img {
        height: 5vh;
        padding-left: 2vw;
        padding-top: 1vh;
    }

    /* business page */
    .biz-intro-sec {
        height: 100vh;
        width: 100vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

    }

    .biz-intro-laptop img {
        width: 650px;
        height: auto;
        max-height: 1000px;
        margin-top: 25vh;
        margin-left: 0vw;
        padding-right: 0;
    }

    .biz-intro-sec-text {
        margin-left: 0vw;
    }

    .biz-intro-sec-text h1 {
        font-size: 35px;
        padding-top: 5vh;
        line-height: 1.2;
    }

    .biz-intro-sec-text h3 {
        font-size: 15px;
        padding-top: 1vh;
        line-height: 1.6;
    }

    .biz-feature {
        background-image: url("../../images/home/how-app-works-bg2x.png");
    }

    .personalized-engm {
        background-image: url("../../images/home/micro-inf-bg2x.png");
        height: 80vh;
    }

    .personalized-engm-text {
        margin-left: 90px;
    }

    .personalized-engm-pic img {
        width: 400px;
    }

    .micro-communities {
        background-image: url("../../images/home/opt-earn-share-bg2x.png");
        max-height: 70vh;
        width: 100vw;
        padding-top: 15vh;

    }


    .micro-communities-pic img {
        width: 400px;
        margin-left: 90px;

    }

    .campaign-now h1 {
        font-size: 25px;

    }

    .faq-section {
        overflow: auto;

    }

    .carousel .how-to-menu .carouse4-indicators {
        padding-right: 40vw;
        width: 50%;
    }

    .how-to-menu .carouse4-indicators>li {

        width: 500px;
        height: 100px;
        border-radius: 9px;
        background-color: white;
        color: black;
        border: 4px solid #E9E9E9;
        margin-bottom: 20px;
        opacity: 1;
        list-style-type: none;
        overflow: hidden;
        text-align: center;
        padding: 5px 20px;
    }

    .carouse4-indicators b {
        font-size: 20px;
    }

    .carouse4-inner .carousel-item img {
        height: 570px;
        width: auto;
        padding-left: 25vw;

    }

    .how-to-menu .carouse4-indicators li:hover {
        background-color: #E9E9E9;
        box-shadow: 0px 3px 3px #707070;
        cursor: pointer;
    }

    #myCarouse4 .carouse4-inner {

        background: transparent;
        margin-top: 10px;

    }

    .micro-inf {
        background-image: url("../../images/home/micro-inf-bg2x.png");
        height: 100vh;
        margin-top: 100px;
    }

    .topfeature {
        height: 350px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 3px 3px 3px 3px #00000029;
        border-radius: 9px;
        opacity: 1;
        overflow: hidden;


        margin-left: 20px;

    }

    .zappr-coin {

        border-bottom: 20px solid #FDD244;

    }

    .active-support {

        border-bottom: 20px solid #868788;

    }

    .special-cam {

        border-bottom: 20px solid #FD446E;

    }

    .check-in {

        border-bottom: 20px solid #44A7FD;

    }

    .topnav {
        padding-top: 0px;
    }

    a.current-page {
        color: #FB303A;
        border-bottom: 5px solid #FB303A;
    }

    .topnav a.download-menu {
        border: 2px solid #FB303A;
        border-radius: 25px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .topnav a.get-started-menu {
        border: 2px solid black;
        border-radius: 25px;
        margin-left: 10px;
        margin-top: 15px;
        padding-bottom: 5px;
    }

    .topnav .topnav-menu {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .adzlogo {
        margin-top: 15px;

    }


}

/* min-width: 600px */
