* {
    margin: 0;
}

.logo {
    font-size: 35px;
    color: white;
    font-weight: 600;
    line-height: 80px;
}

.headdd {
    position: relative;
    background-image: url(../images/slide91706286343.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 120vh;
}

.header__text h1,
.header__text p,
.header__text a {
    color: inherit;
}
.header__text h1{
    text-shadow: 5px 4px #000000;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.header__back {
    background: white;
    padding: 6px 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

nav {
    margin: auto;
    height: 80px;
    display: flex !important;
    justify-content: space-between;
    max-width: 1440px;
    width: auto;
}

.links,
.links__2 {
    float: right;
}

.links li,
.links__2 li {
    color: white;
    display: inline-block;
    margin-right: 35px;
    font-size: 20px;
    line-height: 80px;
    font-weight: 500;
}

.links__2 li {
    margin-right: 0;
}

.links li a {
    color: black;
    text-decoration: none;
    padding: 6px;
    position: relative;
    /* font-family: myHeadF; */
}

.links li a::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 100%;
    background-color: #26ae60;
    height: 2px;
    transition: right 0.3s ease;
}

.links li a:hover::before {
    right: 0;
}

.checkbtn {
    float: right;
    font-size: 20px;
    line-height: 80px;
    display: none;
}

#check {
    display: none;
}

.links__2 a,
.links__3 a {
    background: white;
    padding: 10px;
    font-weight: 700;
    color: black;
    text-decoration: none;
}

.links li.active a {
    color: white;
}

.links__2 a img,
.links__3 a img {
    height: 4vh;
}

.links__3 {
    display: none;
}

.header__text {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
    color: white;
    width: 48%;
    text-align: center;
    z-index: 2;
}

.header__text h1 {
    font-size: 53px;
    /* font-family: bigHead; */
}

.header__text p {
    font-size: 22px;
}

.header__text a {
    margin-top: 20px;
    border-radius: 5px;
    border: 2px solid #26ae60;
    background: #FFF;
    padding: 12px 29px;
    color: #0C271F;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
    display: inline-block;
}

.header__text a:hover {
    background: #26ae60;
    color: white;
}

nav a img {
    width: 100%;
    height: 95%;
}

.custom-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: black !important;
}

.selected-option {
    border-radius: 5px;
    cursor: pointer;
    /* font-family: myHeadF; */
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 0;
    margin: 0;
    display: none;
    width: 232%;
    z-index: 1000;
}

.option {
    padding: 5px 8px;
    color: #515151 !important;
    line-height: 32px;
    cursor: pointer;
    /* font-family: myHeadF; */
}

.option:hover {
    background-color: #f0f0f0;
}

.option a {
    text-decoration: none;
    color: #000;
    display: block;
}

.custom-select:hover .options {
    display: block;
}
.custom-select a{
    color: black !important;
}
.bg__yell{
    background: #26ae60 !important;
    font-size: 15px;
    padding: 12px 18px !important;
    color: white !important;
    border-radius: 6px;
    border: 1px solid #26ae60;
    transition: 0.3s ease;
}
.bg__yell:hover{
    background-color: white !important;
    color: #26ae60 !important;
}
.bg__blue {
    background: #40a2da !important;
    font-size: 15px;
    padding: 12px 18px !important;
    color: white !important;
    border-radius: 6px;
    border: 1px solid #26ae60;
    transition: 0.3s ease;
}
.bg__blue:hover{
    background-color: white !important;
    color: #40a2da !important;
}
.personalrelationship{
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -7em 0em 0em 0em;
    background-color: white;
    z-index: 999;
    position: relative;
    padding: 60px;
    border-radius: 8px;
    background: #40a2da;
    color: white;
}
.personalrelationship__gp{
    gap: 30px;
}

.check{
    padding: 4em 3em 4em 3em;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #dadada;
    border-radius: 5px 5px 5px 5px;
    width: 30%;
}
.ourmembership, .chooseus__allb, .investors__allb{
    display: flex;
    justify-content: space-evenly;
}
.ourmembership__icons i{
    background-color: #f7f7f7;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #26ae60;
    border-radius: 55px 55px 55px 55px;
    color: #26ae60;
    padding: 20px;
    font-size: 30px;
}
.chooseus__icon i{
    background-color: #26ae60;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #26ae60;
    border-radius: 55px 55px 55px 55px;
    color: white;
    padding: 20px;
    font-size: 30px;
}
.mttt{
    margin-top: 6rem;
}
.second__sec h1, .investors__h h1, .chooseus__h h1, .downloadapp h1{
    font-size: 50px;
}
.chooseus__box{
    padding: 4em 3em 4em 3em;
    text-align: center;
    transition: 0.5s ease;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #dadada;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3)
}
.gap_12{
    gap: 12px;
}
.chooseus__p h6{
    color: #26ae60;
    text-align: center;
}
.bg-gray{
    background-color: #f7f7f7;
    padding: 7em 0em 7em 0em;
}
footer{
    background-color: #eaeaea;
    padding: 7em 0em 2em 0em;
}
.investors__box{
    background-color: white;
    padding: 3em 3em 3em 3em;
    width: 23%;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.investors__box img{
    width: 100%;
}
.footer__img img{
    width: 55%;
}
.footer ul{
    list-style: none;
    padding: 0;
}
.footer ul li{
    line-height: 32px;
}
.footer ul li:hover{
    color: #26ae60;
}
.footer__downloads img, .downloadapp__downloads img{
    width: 84%;
}
.downloadapp{
    background-color: #f7f7f7;
}
.downloadapp__img img{
    width: 100%;
    height: 650px;
    margin: -5em 0em -5em 0em;
    object-fit: cover;
}
.mttt__2{
    margin-top: 9rem;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 4% auto; /* 15% from the top and centered */
    padding: 36px;
    border: 1px solid #888;
    width: 36% !important; 
}
.modbtn button {
    background: #40a2da;
    color: white;
    border-radius: 4px;
    border: 1px solid #40a2da !important;
    transition: 0.2s ease;
    width: 100%;
}
.step__2 button{
    background: #40a2da;
    color: white;
    border-radius: 4px;
    border: 1px solid #40a2da !important;
    transition: 0.2s ease;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


@media screen and (min-width:900px) and (max-width:990px) {
    .chooseus__allb, .ourmembership{
        display: block;
    }
    .check{
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (min-width:770px) and (max-width:900px) {
    .chooseus__allb, .ourmembership{
        display: block;
    }
    .check{
        width: 100%;
        margin-top: 20px;
    }
    .links {
        position: absolute;
        background: #f7f7f7;
        top: 90px;
        left: -100%;
        width: 100%;
        height: 100vh;
        text-align: center;
        z-index: 9999;
        transition: all 0.5s;
    }

    .links li,
    .links__3 {
        display: block;
    }

    .links__3 {
        padding-left: 0;
    }

    .links__2 {
        display: none;
    }

    .checkbtn {
        display: block;
    }

    #check:checked~.links {
        left: 0;
    }
    nav {
        max-width: 766px;
    }

    .header__text {
        width: 80%;
    }
}
@media screen and (min-width:610px) and (max-width:770px) {
    .chooseus__allb, .ourmembership{
        display: block;
    }
    .check{
        width: 100%;
        margin-top: 20px;
    }
    .links {
        position: absolute;
        background: #f7f7f7;
        top: 90px;
        left: -100%;
        width: 100%;
        height: 100vh;
        text-align: center;
        z-index: 9999;
        transition: all 0.5s;
    }

    .links li,
    .links__3 {
        display: block;
    }

    .links__3 {
        padding-left: 0;
    }

    .links__2 {
        display: none;
    }

    .checkbtn {
        display: block;
    }

    #check:checked~.links {
        left: 0;
    }
    nav {
        max-width: 596px;
    }

    .header__text {
        width: 80%;
    }

    .chooseus__allb, .ourmembership, .investors__allb{
        display: block;
    }
    .check, .investors__box{
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (min-width:480px) and (max-width:610px) {
    .links {
        position: absolute;
        background: #f7f7f7;
        top: 90px;
        left: -100%;
        width: 100%;
        height: 100vh;
        text-align: center;
        z-index: 9999;
        transition: all 0.5s;
    }

    .links li,
    .links__3 {
        display: block;
    }

    .links__3 {
        padding-left: 0;
    }

    .links__2 {
        display: none;
    }

    .checkbtn {
        display: block;
    }

    #check:checked~.links {
        left: 0;
    }
    nav {
        max-width: 448px;
    }

    .header__text {
        width: 80%;
    }
    .third__sec img, .third__sec p {
        width: 100%;
    }
    .float__r{
        float: left;
    }
    .chooseus__allb, .ourmembership, .investors__allb{
        display: block;
    }
    .check, .investors__box{
        width: 100%;
        margin-top: 20px;
    }
}    
@media screen and (max-width:480px) {
    .links {
        position: absolute;
        background: #f7f7f7;
        top: 90px;
        left: -100%;
        width: 100%;
        height: 100vh;
        text-align: center;
        z-index: 9999;
        transition: all 0.5s;
    }

    .links li,
    .links__3 {
        display: block;
    }

    .links__3 {
        padding-left: 0;
    }

    .links__2 {
        display: none;
    }

    .checkbtn {
        display: block;
    }

    #check:checked~.links {
        left: 0;
    }
    nav {
        max-width: 340px;
    }

    .header__text {
        width: 80%;
    }
    .third__sec img, .third__sec p {
        width: 100%;
    }
    .float__r{
        float: left;
    }
    .chooseus__allb, .ourmembership, .investors__allb{
        display: block;
    }
    .check, .investors__box{
        width: 100%;
        margin-top: 20px;
    }
}   