@import url('./fonts.css');



* {
    margin: 0;
    padding: 0;
}


:root {
    --green: #3BC3B2;
    --blue: #33679A;
    --inter: "Inter", sans-serif;
    --neno: "UniNeue", sans-serif;

}


.bg-gray {
    background-color: #F9F9F9;
}

.paddingSection {
    padding: 100px 20px;
}

/* basics */
h1.heading {
    font-family: var(--neno);
    font-weight: 700;
    font-size: 4rem;
}



h1.heading.medium {
    font-family: var(--neno);
    font-weight: 700;
    font-size: 3rem;
}

h2.heading {
    font-family: var(--neno);
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
}

.sectionLabel {
    display: block;
    text-align: center;
    font-family: var(--neno);
    font-weight: 400;
    text-transform: uppercase;
}

p.des {
    font-family: var(--neno);
    font-weight: 100;
    font-size: 1.1rem;
}

p.des.small {
    font-family: var(--neno);
    font-weight: 100;
    font-size: 1rem;
    line-height: 1.2;
}

.text-green {
    color: var(--green) !important;
}

.btn-success {
    background-color: var(--green) !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    min-width: 180px !important;
    font-family: var(--neno);
    font-weight: 500;
    border-color: var(--green) !important;

    color: #000 !important;
}

.btn-success img {
    margin-left: 10px;
}

.btn-success:hover {
    background-color: #fff !important;
    border-color: #fff !important;
}

/* End Basics */

.wrap {
    width: 100%;
    overflow: hidden;
}

.banner-section {
    width: 100%;
    min-height: 880px;
    background: url('./../imgs/top_bg.svg') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 10px;
}

.navbar-header .container {
    border-radius: 50px;
    box-shadow: 0px 10px 12px 0px #00000033;
    background-color: #fff;
}

.mobile-image {
    display: none;
}

.navbar-header .nav-item.logoItem {
    margin: 0 10px;
    width: 300px;
    justify-content: flex-start;
}

.navbar-header .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.navbar-header .nav-item .nav-link {
    font-family: var(--inter) !important;
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
}

.navbar-nav .dropdown-menu {
    margin-top: -10px !important;
    border: none;
    background: rgba(255, 255, 255, 1);

}

.navbar-nav .dropdown-menu .dropdown-item {
    font-family: var(--inter) !important;
    font-size: 14px;
    font-weight: 400;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--green) !important;
    color: #fff !important;
}

/* banner-section-content */
.banner-section-content {
    width: 100%;
    padding: 70px 10px;
}


/* ======= */
.digital-section {
    width: 100%;
    padding: 50px;
    background: linear-gradient(205deg, #3BC3B2 0%, #001A33 90.26%);
}

.digital-section .digitalCard {
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    height: 100%;
    position: relative;
}

.digital-section .digitalCard .card-body {
    padding: 20px !important;
}

.digital-section .digitalCard .card-body .logoHead {
    display: flex;
    justify-content: flex-start;
    align-items: start;
}

.digital-section .digitalCard .card-body .logoHead img {
    margin-right: 10px;
}

.digital-section .digitalCard .card-body .digitalList {
    list-style: none;
    padding: 0;
}

.digital-section .digitalCard .card-body .digitalList li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.digital-section .digitalCard .card-body .digitalList li .digitalListText {
    display: flex;
    justify-content: start;
    align-items: center;
}

.digital-section .digitalCard .card-body .digitalList li .digitalListText img {
    margin-right: 10px;
}

.digital-section .digitalCard .card-body .digitalList li .digitalListText h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--neno);
    color: #fff;
}

.digital-section .digitalCard .card-body .digitalList li .digitalListText span {
    color: #fff;
    font-weight: 200;
    margin-left: 5px;
}

.icon-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--green);
    border-radius: 100px;
}

.icon-link.info {
    background-color: var(--green);
}

.icon-link.red {
    background-color: #E41C41;
}

.icon-link.orange {
    background-color: #F79120;
}

.icon-link.sky {
    background-color: #0AABDB;
}

.icon-link.blue {
    background-color: #243D7D;
}

.icon-link.green {
    background-color: #39B77C;
}

.digital-section .map-image {
    position: absolute;
    top: -35%;
    right: -10%;
    width: 280px;
}

.digital-section .bottom-text {
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-family: var(--neno);
    font-weight: 400;
}

/* statistic Section */
.statistic-section {
    padding: 80px 20px;
}

.statistic-section .statisticItem {
    min-height: 320px;
    width: 100%;
    padding: 10px;
}

.statistic-section .statisticItem.flexEnd {
    display: flex;
    justify-content: end;
    align-items: start;
    flex-direction: column;
}

.statistic-section .statisticItem h1 {
    font-family: var(--neno);
    font-weight: 900;
    font-size: 4rem;
    line-height: 1;
    color: var(--green);
}

.statistic-section .statisticItem h5 {
    margin-top: -5px;
    font-family: var(--neno);
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--green);
    margin-bottom: 5px;
}

.statistic-section .statisticItem p {
    font-weight: 500;
    font-family: var(--neno);
}

.statistic-section .statisticItem .statisticItemList {
    padding-left: 10px;
    margin-top: 30px;
    list-style: none;
    display: flex;
    position: relative;
    z-index: 1;
}

.statistic-section .statisticItem .statisticItemList.circle::after {
    position: absolute;
    content: url('./../imgs/top-arrow.svg');
    bottom: -10px;
    right: 0;
    width: 100%;
    z-index: -1;
}

.statistic-section .statisticItem .statisticItemList.square::after {
    position: absolute;
    content: url('./../imgs/bottom-arrow.svg');
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.statistic-section .statisticItem .statisticItemList li {
    width: 50px;
    height: 50px;
    border: 2px solid #33679A;
    margin-left: -25px;
    overflow: hidden;
}

.statistic-section .statisticItem .statisticItemList.circle li {
    border-radius: 100px;
}

.statistic-section .statisticItem .statisticItemList.square li {
    border-radius: 10px;
}

.statistic-section .statisticItem .statisticItemList li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* About section */
.about-section {
    padding: 50px 10px;
    margin-top: 0px;
}

.about-section .about-section-text h1 {
    font-weight: 700;
    font-family: var(--neno);
    font-size: 2.7rem;
    color: var(--green);
}

.about-section .about-section-text h1 span {
    font-weight: 200 !important;
    color: #000;
}

.about-section .about-section-text p {
    font-weight: 200;
    font-family: var(--neno);
}

/* KPK Digital */
.digital-khyber {
    width: 100%;
    min-height: 800px;
    background: url('./../imgs/bg-digital.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 10px;
}

.cardDigital {
    border-radius: 20px !important;
    padding: 30px !important;
    height: 100%;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.2) !important;
    transition: all 0.2s linear;
}

.cardDigital:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.cardDigital.item1 {
    background: url('./../imgs/layer-1.svg') no-repeat;
    background-position: bottom right;
    background-size: 100px;
}

.cardDigital.item2 {
    background: url('./../imgs/layer_2.svg') no-repeat;
    background-position: bottom right;
    background-size: 100px;
}

.cardDigital.item3 {
    background: url('./../imgs/layer_3.svg') no-repeat;
    background-position: bottom right;
    background-size: 100px;
}

.cardDigital.item4 {
    background: url('./../imgs/layer_4.svg') no-repeat;
    background-position: bottom right;
    background-size: 100px;
}

.cardDigital.item5 {
    background: url('./../imgs/layer_5.svg') no-repeat;
    background-position: bottom right;
    background-size: 100px;
}

.cardDigital.item6 {
    background: url('./../imgs/layer_6.svg') no-repeat;
    background-position: bottom right;
    background-size: 100px;
}

.cardDigital:hover {
    border: 1px solid #3BC3B2;
    cursor: pointer;
}

.cardDigital .card-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0;
}

.cardDigital .card-top p {
    color: #fff;
    width: 80%;
}

.cardDigital .card-body {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
}

.cardDigital h2 {
    color: #fff;
    font-family: var(--neno);
    font-weight: 600;
    font-size: 1.6rem;
}

.digital-transformation-main {
    padding: 130px 20px 0 20px;
}

/* digital-transformation-inner */
.digital-transformation-inner {
    width: 100%;
    border: 2px solid #ECECEC;
    padding: 20px;
    margin-top: 40px;
    border-radius: 100px;
    background-color: #e9eaec52;
    margin-bottom: 150px;
}


/* News */
.news-section {
    background: linear-gradient(251.19deg, #3BC3B2 -11.64%, #001A34 91.73%);
    border-radius: 25px;
    padding: 40px;
}

.card {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.blogCard {
    border-radius: 12px !important;
    overflow: hidden;
    border-color: rgba(59, 195, 178, 0.4) !important;
    height: 100%;
    transition: all 0.2s linear !important;
}

.blogCard:hover {
    background: linear-gradient(284deg, rgba(59, 195, 178, 0.6) -11.64%, rgba(0, 26, 52, 0.5) 91.73%);
    cursor: pointer;
}

.blogCard h2 {
    font-family: var(--neno);
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
}

.blogCard p {
    font-family: var(--neno);
    font-weight: 200;
    font-size: 0.9rem;
}

/* Our Partner */
.partner-section {
    width: 100%;
    margin: 120px 0;
    padding: 20px;
}

.partner-section .partner-inner-slider {
    margin-top: 50px;
}

.contact-us-banner {
    padding: 40px;
    width: 100%;
    background: url('./../imgs/contact.svg') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 430px;
    border-radius: 25px;
    box-sizing: border-box;
    margin-top: 150px;
    z-index: 1;
    position: relative;
}



/* Footer */
.footer {
    width: 100%;
    height: auto;
    min-height: 600px;
    padding: 100px 50px 20px 50px;
    background-image: url('./../imgs/footer-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: -150px;
    z-index: 0;
    position: relative;
}


.footer .footer_about {
    padding: 10px;
}

.footer .footer_about p {
    margin-top: 30px;
    padding-left: 5px;
    color: #fff;
    font-family: var(--neno);
    font-weight: 400;
}

.footer .contactList ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding-left: 0 !important;

}

.footer .contactList ul li {
    margin-right: 20px;
    color: #fff;
    font-family: var(--inter);
    font-weight: 400;
}

.footer .contactList ul li a {
    color: #fff;
}

.footer .footer_about ul li a:hover {
    color: var(--green);
}

.footer .footer_link {
    padding: 10px 30px;
}

.footer .footer_link h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    font-family: var(--neno);
}

.footer .footer_link ul {
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

.footer .footer_link ul li {
    padding: 2px 0px;
    margin-bottom: 15px;
}

.footer .footer_link ul li a {
    color: #fff;
    font-weight: 300;
    font-family: var(--neno);
    text-decoration: none;

}


.footer .footer_link ul .f_text {
    font-weight: 500;
    font-size: 15px;
}

.footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .copyright p {
    padding-left: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #fff;
    font-family: var(--inter);

}

.footer .copyright ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0 !important;
}

.footer .copyright ul li {
    padding: 10px;
}

.footer .copyright ul li a {
    color: var(--green);
    font-weight: 300;
    font-family: var(--neno);
    font-size: 1.2rem;
    transition: all 0.2s ease-out;
}

.footer .copyright ul li a:hover img {
    transform: scale(1.2);
}

/* sldier */



.banner_slider .slick-list,
.banner_slide2 .slick-list {
    margin-bottom: 20px;
}

.banner_slider .slick_arrow_btns,
.banner_slider2 .slick_arrow_btns {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: transparent !important;
    outline: none !important;
}

.banner_slider .slick_arrow_btns:focus,
.banner_slider2 .slick_arrow_btns:focus {
    background-color: var(--grn) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.banner_slider .slick-next {
    border: 1px solid var(--grn);
    color: var(--grn);
    position: absolute;
    bottom: 30px;
    margin-left: 35px;
    display: inline-block !important;
}

.banner_slider2 .slick-next {
    border: 1px solid var(--grn);
    color: var(--grn);
    position: absolute;
    bottom: 0;
    margin-left: 35px;
    display: inline-block !important;
}

.banner_slider .slick-prev,
.banner_slider2 .slick-prev {
    border: 1px solid var(--grn);
    color: var(--grn);
}

/*  */
.inner-page-design {
    min-height: 120px !important;
    height: 120px !important;
    background-position: top;
}


.about-page-section h1 {
    font-weight: 800;
    font-size: 3rem;
    font-family: var(--neno);
    margin-bottom: 20px;
}

.about-page-section p {
    font-weight: 400;
    margin-bottom: 20px;
    shape-outside: margin-box;
    float: right;

}

.about-page-section .parent {
    width: 100%;
    min-height: 350px;
    border-radius: 10px;
    position: relative;
    background-color: #3BC3B2;
}

.about-page-section .parent .image-div {
    position: absolute;
    overflow: hidden;
}

.about-page-section .parent .image-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-section .parent .image-div.top {
    width: 300px;
    height: 280px;
    right: -35px;
    top: -35px;
    border-radius: 20px;
}

.about-page-section .parent .image-div.bottom {
    width: 310px;
    height: 350px;
    left: -80px;
    bottom: -80px;
    border-radius: 20px;
}


/* careers */
.opening-section .tabs-section {
    margin: 50px 0;
}

.opening-section .tabs-section .tab-pane {
    padding: 10px 40px;
}

.opening-section .tabs-section .nav-link {
    width: 180px;
    text-align: left;
    font-family: var(--neno);
    color: #001833;
    text-transform: uppercase !important;
    font-weight: 500;
    font-size: 1rem;
}

.opening-section .tabs-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--green) !important;
    background-color: transparent;
}

.sectionDes {
    font-size: 0.8rem;
    font-family: var(--neno);
    margin-top: 5px;
}

.career-list {
    list-style: none;
    padding: 0;
    width: 100%;
}

.career-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px #0000000D;
    margin-bottom: 20px;
    background-color: #fff;

}

.career-list li h4 {
    flex: 1;
    font-size: 1rem;
    font-family: var(--neno);
    font-weight: 700;

}

.career-list li div {
    flex: 1;
}

.career-list li p {
    margin-bottom: 5px;
    color: #D4D4D4;
    font-size: 0.8rem;
}


/* contact us */
.contact-detail {
    padding: 10px;
}

.contact-detail h1 {
    font-size: 2.2rem;
    font-family: var(--neno);
    font-weight: 800;
}

.contact-detail p {
    font-size: 0.9rem;
    font-weight: 400;
    font-family: var(--neno);
}

.contact-detail .contact-list {
    padding: 0;
    list-style: none;
    margin-top: 50px;
}

.contact-detail .contact-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.contact-detail .contact-list li .text {
    width: 85%;
}

.contact-detail .contact-list li .text h6 {
    font-size: 0.88rem;
    font-family: var(--inter);
    font-weight: 700;
}

.contact-detail .contact-list li .text span {
    font-size: 1rem;
    font-family: var(--neno);
    font-weight: 500;
    color: #555555;
}

.contact-detail .contact-list .icon {
    width: 50px;
    margin-right: 15px;
    height: 50px;
    background-color: var(--green);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-detail .contact-list .icon img {
    width: 25px;
}

.map-section iframe {
    width: 100%;
    min-height: 430px;
    border-radius: 10px;
    box-shadow: 0px 4px 17px 0px #0000001A;

}

.form-section {
    padding: 40px 20px;
    margin-top: 50px;
}

.form-check-label {
    font-family: var(--neno);
}

.form-check-input {
    box-shadow: none !important;

}

.form-check-input:checked {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}

.form-control {
    border-color: #9D9D9D !important;
    background-color: transparent !important;
    padding: 8px 15px !important;
}


/* Policy */
.policy-item {
    width: 100%;
    min-height: 220px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.policy-item .policy-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column;
}

.policy-item .policy-content h1 {
    font-size: 2rem;
    font-family: var(--neno);
    color: #fff;
    font-weight: 700;
}

.policy-item .policy-content .icon {
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--green);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.policy-item .policy-content .icon svg {
    transform: rotate(135deg);
}

/* digital */
.img-border {
    overflow: hidden;
    border: 1px solid var(--green);
    border-radius: 20px;
}

.img-border img {
    width: 100%;
    object-fit: cover;
}

.digitalHead {
    font-weight: 700;
    font-family: var(--neno);
    font-size: 1.8rem;
    margin-top: 20px;
}

.digitalDes {
    font-weight: 300;
    font-family: var(--neno);

    font-size: 0.9rem;
}

.topDiv {
    margin-top: -170px;
}


/* teams */
.team-page-section .team-card {
    position: relative;
    margin-top: 80px;
    text-align: center;
    border-radius: 12px !important;
    padding-top: 70px;
}

.team-card .team-profile {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}


.team-card .team-profile img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}

.team-card .card-title {
    color: var(--green);
    font-weight: 700;
    margin-bottom: 3px;
}

.team-card .card-footer {
    border: none;
    padding: 12px 5px;

}

.team-card .card-footer .social-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.team-card .card-footer .social-list li a img {
    width: 25px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.message-card {
    border-radius: 20px !important;
    padding: 15px !important;
    height: 100%;
    transition: all 0.2s linear;
    border: none !;
    box-shadow: 0px 4px 14px 0px #0000000D;


}

.message-card img {
    width: clamp(80px, 15vw, 180px);
    height: clamp(80px, 15vw, 180px);
    object-fit: cover;
    object-position: top center;
    display: inline;
    border-radius: 50%;
    background-color: #a1a1a1cb;
    overflow: hidden;
    shape-outside: circle();
}

.message-card .message-profile-text h4 {
    font-size: clamp(1rem, 1vw + .5rem, 1.4rem) !important;
}

.message-card .message-profile-text h6 {
    font-weight: 500;
    margin-top: -5px;
    font-size: clamp(.8rem, 1vw + .4rem, .85rem) !important;


}

.message-card p {
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: 0;
}

.message-card .read-more-btn {
    font-size: .9rem;
    font-weight: 600;
    color: var(--green);
    text-decoration: none;
}

#readMoreModal .modal-content {
    border-radius: 17px;
}

#readMoreModal .modal-content .modal-body {
    padding-bottom: 30px;
    font-size: .9rem;
    font-weight: 400;
}

#readMoreModal .modal-content .modal-header {
    padding: 10px 15px;
}

#readMoreModal .modal-content .modal-footer {
    padding: 5px 15px;
}