* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Poppins, sans-serif !important;
}

/* .navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
} */

nav {
    width: 80%;
    height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid #000; */
    margin-top: 20px;
}

nav ul {
    display: flex;
    align-items: center;
}

nav ul li {
    list-style: none;
}

nav img {
    height: 60px;
}

nav ul li {
    padding: 3px 20px;
}

nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    transition: .3s linear;
}

nav ul li a:hover {
    color: gray;
}

nav .btn_contact {
    display: flex;
    align-items: center;
}

nav .contact_btn {
    background: #7db434;
    border-color: #7db434 !important;
    color: #fff !important;
    z-index: 1;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .3s linear;
    min-width: 140px;
    text-decoration: none;
    font-weight: 600;
    margin-right: 30px;
    border: 3px solid #7db434;
}

nav .contact_btn a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

nav .contact_btn:hover {
    background-color: #fff !important;
    color: #7db434 !important;
    border-color: #7db434 !important;
}

nav .contact_btn:hover a {
    color: #7db434 !important;
}

nav .menu {
    width: 90px;
    height: 50px;
    background: #000;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .menu i {
    font-size: 20px;
    color: #fff;
}

nav .menu i:nth-child(2) {
    font-size: 13px;
    margin-left: 5px;
}

section {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: normal;
}

section h1 {
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 5px !important;
}

section h1 .green {
    color: #7db434;
}

section p {
    font-size: 14px;
    font-weight: 10px;
    font-feature-settings: normal;
    font: 15px Arial, sans-serif;
    font-weight: normal;
}

section img {
    margin-top: 100px;
}

section h3 {
    font-size: 24px;
    margin-top: 30px;
    position: relative;
    margin: 0;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
}

section p:not(:last-child) {
    margin-bottom: 20px;
    font-weight: normal;
}

section .img2 {
    max-width: 100%;
}


section .read_more {
    background: #7db434;
    border-color: #7db434 !important;
    color: #fff !important;
    z-index: 1;
    padding: 15px 30px 12px 30px;
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid #7db434;
    transition: .3s linear;
}

section .read_more:hover {
    background-color: transparent !important;
    color: #7db434 !important;
    border-color: #7db434 !important;
}

section .left_right_sec {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font: 15px Arial, sans-serif;
    font-weight: normal;
}


section .left_right_sec .left_bx,
.right_bx {
    width: 50%;
    height: auto;
    margin-top: 40px;
    font-weight: normal;

}

section .left_right_sec .left_bx .match-place {
    font-size: 20px;
    line-height: 46px;
    padding: 15px 0px;
    color: #202020;font-weight: normal;font: 15px Arial, sans-serif;
}

section .left_right_sec .right_bx {
    display: flex;
    justify-content: center;font-weight: normal;font: 15px Arial, sans-serif;
}

section .why_pwa_bx {
    width: 100%;
    margin-top: 50px;
}

section .why_pwa_bx .why-pwa {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 40px;
    line-height: 46px;
}

section .why_pwa_bx .cards {
    width: 120%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section .why_pwa_bx .cards .card {
    width: 33.33%;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

section .why_pwa_bx .cards .card img {
    margin: 0;
}

section .why_pwa_bx .cards .card .cont {
    margin-left: 30px;
}

section .why_pwa_bx .cards .card .cont div:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
}


.left_right_sec2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    background: #F4F5F7;
    padding: 80px 0;
    margin-top: 40px;font-weight: normal;
}

.left_right_sec2 .left_bx,
.right_bx {
    width: 40%;
    font-weight: normal;
}

.left_right_sec .left_bx .match-place {
    font-size: 20px;
    line-height: 46px;
    padding: 15px 0px;
    color: #202020;
    font-weight: normal;
}

.left_right_sec .right_bx {
    display: flex;
    justify-content: center;font-weight: normal;
}

section .cards2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}

section .cards2 .card {
    width: 25%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    margin: 0 15px;
}

section .cards2 .card h1 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 10px 0px;
    font-weight: 700;
}

section .cards2 .card p {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}


.flexbility {
    background: linear-gradient(to bottom right, #50bb55, #2288aa);
    width: 100%;
    margin-top: 30px;
    padding: 60px 0;
}

.flexbility .flexbility_bx {
    width: 80%;
    margin: auto;
}

.flexbility .flexbility_bx h1 {
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: #fff;
}

.flexbility .flexbility_bx .pra {
    font-size: 16px !important;
    text-align: center;
    color: #fff;
    margin: auto;
    margin-top: 10px;
    width: 90%;
}

.flexbility .flexbility_bx .flex_cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    height:700%;
}

.flexbility .flexbility_bx .flex_cards .card {
    width: 30%;
    height: 350px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flexbility .flexbility_bx .flex_cards .card img {
    background-color: #ffffff;
    border-radius:0px;
    border: 1px solid #cecece;
    padding: 5px;
  
}

.flexbility .flexbility_bx .flex_cards .card .heading {
    font-size: 24px;
    margin: 5px 0px;
    font-weight: 700;
    line-height: 1.6;
}

.flexbility .flexbility_bx .flex_cards .card ul {
    list-style: none;
}

.flexbility .flexbility_bx .flex_cards .card .list-line {
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    padding-top: 5px;
}

.flexbility .flexbility_bx .flex_cards .card .list-line i {
    margin-right: 8px;
}


section .fast_secure .left_bx {
    padding: 30px;
    box-shadow: 0 0 20px rgb(0, 0, 0, .1);
}

section .fast_secure .right_bx .list_secure li {
    list-style-type: none;
    border-top: 1px solid rgb(32, 32, 32, .3);
    display: flex;
    align-items: center;
    margin: 8px 0;
}

section .fast_secure .right_bx .list_secure li:nth-child(1) {
    border-top: none;
}

section .fast_secure .right_bx .list_secure li img {
    margin: 0;
    margin-right: 10px;
}

section .fast_secure .right_bx .list_secure li h6 {
    font-size: 16px;
    padding-left: 25px !important;
    color: #202020;
    line-height: 1.6;
    font-weight: 500;
}

.flexbility2 {
    background: #F7F7F8;
}

.flexbility2 .head {
    color: #202020 !important;
}

.flexbility2 .flex_cards .card {
    position: relative;
    transition: .3s linear;
    cursor: pointer;
    text-decoration: none;
    height: auto !important;
}

.flexbility2 .flex_cards .card img {
    max-width: 100%;
    /* height: 120px; */
    padding: 10px !important;
    position: absolute;
    top: -40px;
    border-radius: 50%;
    border: 5px solid #F7F7F8 !important;
}

.flexbility2 .flex_cards .card:hover {
    box-shadow: 0 0 20px rgb(0, 0, 0, .3);
}

.flexbility2 .flex_cards .card .heading {
    margin-top: 70px !important;
}

.flexbility2 .flex_cards .card .read_more_flex {
    margin: 20px 0 40px 0;
    text-decoration: none;
    color: #7db434;
    transition: .3s linear;
}

.flexbility2 .flex_cards .card .read_more_flex:hover {
    color: #50bb55;
}

section .game {
    width: 80%;
    margin: auto;
    margin-top: 40px;
}

section .game .game-up {
    max-width: 65%;
    margin: auto;
    line-height: 50px;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
}

section .game .pra2 {
    width: 80%;
    margin: 15px auto;
    font-size: 16px !important;
    text-align: center;
    line-height: 1.6;
    font-weight: 400 !important;
    color: #202020;
    font-weight: normal;
}

section .game .pra3 {
    font-size: 16px !important;
    text-align: center;
    line-height: 1.6;
    font-weight: 600 !important;
    color: #202020;
    font-weight: normal;
}


section .game .trial {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

section .game .start-trial {
    background: #7db434;
    border-color: #7db434 !important;
    color: #fff !important;
    z-index: 1;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 15px;
    border: 2px solid #7db434;
    transition: .3s linear;
}

section .game .start-trial:hover {
    background: transparent;
    color: #7db434 !important;
}

footer {
    width: 100%;
    height: auto;
    background: #f9f8ef;
    margin-top: 40px;
}

footer .social_foot {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(0, 0, 0, .3);
}

footer .social_foot .social,
.subscription {
    width: 50%;
    padding: 30px 20px;

}

footer .social_foot .social {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb(0, 0, 0, .3);
    padding-top: 30px;
}

footer .social_foot .social a {
    color: #202020;
    border-radius: 50%;
    padding: 10px 12px;
    margin-right: 8px;
    font-size: 18px;
    border: 1px solid #202020;
    transition: .3s linear;
}

footer .social_foot .social a:hover {
    background: #202020;
    color: #fff;
}

footer .social_foot .subscription .foot_search {
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border: 1px solid rgb(32, 32, 32, .1);
}

footer .social_foot .subscription .foot_search input {
    padding: 15px 20px;
    border: none;
    outline: none;
    border-radius: 20px;
    width: 80%;
    max-width: 100%;
}

footer .social_foot .subscription .foot_search input {
    padding: 15px 20px;
    border: none;
    outline: none;
    border-radius: 20px;
    width: 60%;
    min-width: 50%;
    max-width: 100%;
}

footer .social_foot .subscription .foot_search button {
    background: #7db434;
    border-color: #7db434 !important;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: .8rem;
    border: 2px solid #7db434;
    transition: .3s linear;
    width: fit-content !important;
    display: flex;
    font-weight: 600;
    cursor: pointer;
}

footer .social_foot .subscription .foot_search button:hover {
    background: transparent;
    color: #7db434 !important;
}


footer .foot_list {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
}

footer .foot_list li {
    font-size: 13px;
    list-style: none;
    padding: 8px 0;
}

footer .foot_list li:nth-child(2) {
    margin-top: 20px;
}

footer .foot_list li a {
    text-decoration: none;
    transition: .3s linear;
    color: #202020;
    font-weight: 600;
}

footer .foot_list li a:hover {
    color: gray;
}

footer .foot_list h3 {
    position: relative;
}

footer .foot_list h3::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(32, 32, 32, .5);
    bottom: -8px;
    left: 0;
    content: '';
}

footer .foot_list h3::after {
    position: absolute;
    width: 30%;
    height: 2px;
    background: #7db434;
    bottom: -8px;
    left: 0;
    content: '';
}

footer .foot_logo {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
footer .foot_logo .logo_left , .logo_right {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}
footer .foot_logo .logo_left img{
   max-width: 120px;
   margin-right: 20px;
}
footer .foot_logo .logo_right img{
   max-width: 100px;
   margin-right: 30px;
}

footer .copyright {
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: #202020;
    font-weight: 500;
}
footer .copyright a {
    color: #7db434;
    text-decoration: none;
}