/* About us page */

.about-section {
    background-image: url(https://ewan-space.fra1.digitaloceanspaces.com/ewan/static/img/about/Ewan-team.webp);
    background-position: top 125px center;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 790px;
    position: relative;
}

.about-section::before {
    position: absolute;
    content: "";
    background: #000000a4;
    opacity: 0.8;
    width: 100%;
    height: 710px;
    top: 80px;
    left: 0;
}

.about-title {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    padding: 100px;
    flex-direction: column;
    position: relative;
    margin-top: 14rem;
    padding: 10px 25px;
    z-index: 3;
}

.about-title h1 {
    color: #fff;
    font-size: 3rem;
}

.about-title p {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    word-spacing: 3px;
    padding: 10px 20px;
}

.about-tabs {
    background-color: #1A2D40;
    min-height: 70px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.about-tab-content {
    background-color: #1A2D40;
    color: #fff;
    padding: 60px;
    margin: 50px auto;
    border-radius: 10px;
    font-family: Robot;
}

.about-tab-content ul li p {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    text-align: justify;
}

.about-tab-content ul li p::before {
    content: " ";
    position: absolute;
    top: 5px;
    left: -45px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100px;

}

/* aout us tabs  */
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #17A564;
    border-color: transparent;
    border-radius: 5px;
    padding: 18px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs2 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.tab2-content {
    display: flex;
    background: #ADADAD;
    padding: 15px;
    border-radius: 30px;
}

.tab2-content .nav-item .nav-link {
    border: none;
    background: transparent;
    color: #fff;
    padding: 15px;
}

.nav-tabs2 .nav-item.show .nav-link,
.nav-tabs2 .nav-link.active {
    color: #ffffff;
    background-color: #17A564;
    border-color: transparent;
    border-radius: 5px;
    padding: 14px;
}

/* end about tabs */

/* about css  */
.incorporation-about-title {
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
    z-index: 999;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.incorporation-about-title h1 {
    color: #fff;
    z-index: 999;
}

.incorporation-about-section {
    background-image: url(https://ewan-space.fra1.digitaloceanspaces.com/ewan/static/img/about/Ewan-team.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 340px;
    position: relative;
}

.incorporation-about-section::before {
    position: absolute;
    content: "";
    background: #0000006b;
    opacity: 0.5;
    width: 100%;
    height: 365px;
    top: 80px;
    left: 0;
    z-index: 0;
}

.incorporation-about-title p {
    color: #fff;
    font-size: 15px;
    z-index: 999;
}

.mobile-about-tab-content {
    background-color: #1A2D40;
    color: #fff;
    padding: 20px;
    margin: 30px auto;
    border-radius: 10px;
    font-family: Robot;
}

.mobile-about-tab-content ul li p {
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-bottom: 20px;
    text-align: left;
}

.mobile-about-tab-content ul li p::before {
    content: " ";
    position: absolute;
    top: 5px;
    left: -30px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100px;
}

.mobile-about-title {
    margin-top: 10px;
    text-align: center;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-about-title h1 {
    background: #17A564;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    padding: 5px;
    width: fit-content;
}

#header2 {
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: 80px 0;
}

.public-date {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    opacity: 0.5;
}

.page-header {
    color: #1F1F1F;
    font-size: 50px;
    font-weight: bold;
}

.tab-container {
    margin: 68px;
}

.tab {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    color: #1a2d40;
    background-color: #ffffffbd;
    cursor: pointer;
}

/* content  */
.content-title,
.expert-title,
.content-header {
    font-weight: 700;
}


.content-header {
    font-size: 28px;
    color: #333333;
}

.content-body {
    margin: 80px 0;
}

.content-text ul {
    margin: 0;
    padding: 15px;
}

.content-img img {
    width: 100%;
    height: 100%;
}

.content-expert img {
    width: 30px;
    height: 30px;
}

.tab-selected {
    background-color: #17a564;
    color: #fff;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.about-tab-p h3 {
    color: #fff;
    font-size: 25px;
    border-bottom: 2px solid #fff;
    margin: 15px 0px;
}