@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

:root {
    --background-color: #0059d4;
    --white-color: #fff;
    --black-color: #000;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

/* ========= Container1 ========= */

.container1 {
    background-color: var(--background-color);
    padding: 0px 41px;
    padding-bottom: 59px;
}

.header {
    background-color: transparent;
    /* position: fixed; */
    padding: 0.5rem;
    width: 100%;
    max-width: 100%;
    /* height: 6rem; */
    box-sizing: border-box;
}

.header-logo {
    height: 4rem;
    margin-top: 1.7rem;
}

.blue-container {
    position: absolute;
    width: 566px;
    height: 655px;
    right: 41px;
    top: 0px;
    background: #48d0f5;
    border-radius: 0px 0px 15px 15px;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

.header-text {
    margin: 3rem 0 0 0;
    color: white;
    font-size: 3.5rem;
    font-weight: bold;
    max-width: 41rem;
    line-height: 82px;
}

.store-links {
    display: flex;
    max-width: 41rem;
    justify-content: space-between;
    margin-top: 3rem;
}

.wap-link {
    background-color: var(--black-color);
    display: flex;
    padding: 1.12rem 0.9rem;
    font-size: 38px;
    color: var(--white-color);
    border-radius: 8px;
    height: 87px;
    width: fit-content;
}

.wap-div {
    display: flex;
}

.wap-img {
    margin-right: 0.5rem;
}

.qr-container {
    margin-top: 3rem;
    max-width: 41rem;
    display: flex;
    align-items: center;
}

.qr-img {
    height: 9.85rem;
    margin-right: 5rem;
}

.qr-text {
    color: #fff;
    font-size: 2.5rem;
    font-style: italic;
}

/* ========= Container2 ========= */

.container2 {
    margin: 0rem auto;
    max-width: 1200px;
}

.box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
    margin: 6rem 0;
}

.cont2-image {
    padding: 2rem;
}

.cont2-text {
    padding: 2rem;
    font-size: 1.5rem;
}

.heading1 {
    font-family: "Lato", sans-serif;
    font-size: 30px;
}

.heading2 {
    font-family: "Lato", sans-serif;
    color: #4faf5a;
    font-size: 60px;
    font-weight: 900;
    font-style: italic;
}

.heading3 {
    font-family: "Lato", sans-serif;
    color: #ffbf55;
    font-size: 60px;
    font-weight: 900;
    font-style: italic;
}

.heading4 {
    font-family: "Lato", sans-serif;
    color: #ad1761;
    font-size: 60px;
    font-weight: 900;
    font-style: italic;
}

.heading5 {
    font-family: "Lato", sans-serif;
    color: #e66231;
    font-size: 60px;
    font-weight: 900;
    font-style: italic;
}

/* ========= Container4 ========= */

.container4 {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    font-family: "Lato", sans-serif;
}

.box1 {
    background-color: #85c2f9;
    padding: 2rem 0 2rem 10rem;
    line-height: 92px;
    font-weight: 700;
    font-size: 2rem;
}

.box2 {
    background-color: #85c3f994;
    padding: 2rem 2rem 2rem 2rem;
    font-weight: 700;
    font-size: 2rem;
    display: flex;
    line-height: 46px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.wap-link2 {
    background-color: var(--black-color);
    display: flex;
    padding: 1.12rem 0.9rem;
    font-size: 38px;
    color: var(--white-color);
    border-radius: 8px;
    height: 87px;
    width: fit-content;
}

.wap-div2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wap-img2 {
    margin-right: 0.5rem;
}

/* ========= Container5 ========= */

.container5 {
    /* grid-template-columns: repeat(3, 1fr); */
    justify-content: space-between;
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 3rem;
    margin-top: 35px;
}

.footer1 {
    /* border: 1px solid white; */
    /* margin-right: 160px; */
    max-width: 35rem;
}

.footer1-name {
    font-size: 32px;
    margin-bottom: 2rem;
    color: var(--background-color);
    font-weight: 700;
}

.footer1-address {
    margin-bottom: 1.5rem;
}

.footer1-phone {
    margin-bottom: 1rem;
}

.footer1-mail {
    margin-bottom: 0.75rem;
}

.footer1-slogo {
    color: var(--black-color);
    border: 1px solid white;
    background-color: white;
    padding: 2px;
    border-radius: 4px;
    margin-right: 8px;
}

.footer2 {
    /* border: 1px solid white; */
    /* margin-right: 206px; */
    max-width: 16rem;
}

.footer2-dnld {
    font-size: 35px;
    margin-bottom: 26px;
}

.footer2-img {
    height: 90px;
}

.footer2-connect {
    margin-top: 44px;
    font-size: 32px;
}

.footer2-social {
    display: flex;
    /* justify-content: space-evenly; */
    margin-top: 30px;
}

.social {
    color: var(--black-color);
    border: 1px solid white;
    background-color: white;
    padding: 6px 8px;
    border-radius: 19px;
    margin-right: 12px;
    font-size: 23px;
    cursor: pointer;
    transition: 0.3s;
}

.social:hover {
    color: var(--white-color);
    background-color: var(--black-color);
}

.footer3 {
    max-width: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scanner {
    height: 146px;
    margin-bottom: 2rem;
}

.msme {
    height: 78px;
    margin-top: 2rem;
}

.footer3-test {
    font-size: 23px;
    font-style: italic;
}

.para {
    font-size: 18px;
    line-height: 27px;
    /* margin-bottom: 45px; */
}

.footerbottom-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem;
}

/* ========= Container3 ========= */

.container3 {
    margin: 2rem 0;
    padding: 0 3rem;
    background-color: #ededed;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    /* background: #eee; */
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 80%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    background-color: #ededed;
}

.swiper-wrapper {
    padding-bottom: 0rem;
}

.box3 {
    background-color: #ededed;
    padding: 69px;
}

.para2 {
    font-family: "Poppins", sans-serif;
    line-height: 27px;
    margin-bottom: 45px;
}

.person {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.image {
    height: 49px;
    margin-right: 14px;
}

.work {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.heading6 {
    padding-top: 2rem;
}

.heading6-text {
    font-size: 2.6rem;
    color: #0059d4;
    font-style: italic;
}

.line {
    height: 4px;
    background-color: #0059d4;
    width: 140px;
    left: 142px;
    position: relative;
}

.shadow1 {
    box-shadow: 30px 30px 0px 0px #4faf5a3d;
}

.shadow2 {
    box-shadow: 30px 30px 0px 0px #ffbf553d;
}

.shadow3 {
    box-shadow: 30px 30px 0px 0px #ad176136;
}

.shadow4 {
    box-shadow: 30px 30px 0px 0px #e6623136;
}

/* ========= Responsive ========= */

@media screen and (max-width: 1349px) {
    .blue-container {
        display: none;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1400px) {
    .blue-container {
        display: flex;
        width: 26%;
        height: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1210px) {
    .box {
        margin: 6rem 1.5rem;
    }
    .heading1 {
        font-size: 24px;
    }
    .heading2 {
        font-size: 50px;
    }
    .heading3 {
        font-size: 50px;
    }
    .heading4 {
        font-size: 50px;
    }
    .heading5 {
        font-size: 50px;
    }
    .para {
        font-size: 14px;
        line-height: 22px;
    }
    .cont2-text {
        padding: 0;
    }
    .box2 {
        font-size: 20px;
        line-height: 31px;
    }
    .container5 {
        padding: 2rem;
    }
    .footer1-name {
        font-size: 27px;
    }
    .footer2-dnld {
        font-size: 30px;
    }
    .footer2-img {
        height: 77px;
    }
    .footer2-connect {
        margin-top: 44px;
        font-size: 27px;
    }
    .social {
        font-size: 21px;
    }
    .scanner {
        height: 150px;
    }
    .footerbottom-container {
        gap: 5rem;
    }
    .box3 {
        padding: 32px;
    }
}

@media screen and (max-width: 1000px) {
    .header-text {
        margin: auto;
        margin-top: 2rem;
        font-size: 35px;
    }
    .box3 {
        padding: 12px;
    }
    .store-links {
        margin: auto;
        margin-top: 2rem;
    }
    .qr-container {
        margin: auto;
        margin-top: 2rem;
    }
    .heading1 {
        font-size: 19px;
    }
    .heading2 {
        font-size: 40px;
    }
    .heading3 {
        font-size: 40px;
    }
    .heading4 {
        font-size: 40px;
    }
    .headin5 {
        font-size: 40px;
    }
    .para {
        font-size: 12px;
        line-height: 21px;
    }
    .box1 {
        padding: 2rem 2rem;
    }
    .container5 {
        flex-direction: column;
    }
    .footer1 {
        margin-bottom: 2rem;
        max-width: 100%;
    }
    .footer1-name {
        font-size: 34px;
    }
}

@media screen and (max-width: 750px) {
    .app-img {
        height: 60px;
    }
    .wap-img {
        height: 32px;
    }
    .wap-div {
        display: flex;
        align-items: center;
    }
    .wap-link {
        font-size: 28px;
        height: 60px;
    }
    .qr-container {
        margin-top: 5rem;
    }
    .qr-img {
        height: 7.85rem;
    }
    .qr-text {
        font-size: 1.5rem;
    }
    .box {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .revert {
        flex-direction: column-reverse;
    }
    .heading1 {
        font-size: 30px;
    }
    .heading2 {
        font-size: 50px;
    }
    .para {
        font-size: 14px;
        line-height: 22px;
    }
    .box {
        margin: 3rem 1.5rem;
    }
    .container4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .box1 {
        padding: 2rem 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .box2 {
        padding: 2rem 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        line-height: 70px;
    }
}

@media screen and (max-width: 625px) {
    .footerbottom-container {
        gap: 1rem;
    }
    .container3 {
        padding: 0 1.5rem;
    }
    .swiper-wrapper {
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 500px) {
    .store-links {
        flex-direction: column;
    }
    .app-img {
        height: 82px;
        margin-bottom: 1rem;
    }
    .wap-link {
        font-size: 44px;
        height: 82px;
    }
    .footerbottom-container {
        gap: 3rem;
        grid-template-columns: repeat(1, 1fr);
        /* text-align: center; */
    }
    .footer2 {
        max-width: 100%;
    }
    .footer3 {
        max-width: 100%;
    }
    .qr-img {
        margin-right: 1rem;
    }
    .qr-container {
        justify-content: space-between;
    }
}

@media screen and (max-width: 400px) {
    .header-text {
        font-size: 26px;
        line-height: 30px;
    }
    .app-img {
        height: 64px;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
    .wap-link {
        font-size: 32px;
        height: 64px;
    }
    .qr-img {
        height: 6rem;
        margin-right: 1rem;
    }
    .qr-container {
        margin-top: 3rem;
    }
    .cont2-image {
        padding: 0rem;
    }
    .shadow1 {
        box-shadow: 10px 10px 0px 0px #4faf5a3d;
    }
    .shadow2 {
        box-shadow: 10px 10px 0px 0px #ffbf553d;
    }
    .shadow3 {
        box-shadow: 10px 10px 0px 0px #ad176136;
    }
    .shadow4 {
        box-shadow: 10px 10px 0px 0px #e6623136;
    }
    .box2 {
        font-size: 20px;
        line-height: 40px;
    }
    .footer1-name {
        font-size: 25px;
    }
    .line {
        width: 118px;
    }
}

.res {
    display: inline-block;
}

.star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/5star.png");
    background-size: cover;
}

.footer4-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 5px;
    background-color: #000000;
    color: #fff;
}

.footer4-container a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.footer4-container a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .footer4-links {
        margin-top: 1rem;
    }
    .footer4-links a {
        font-size: 0.8rem;
    }
}