@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff !important;
    scroll-behavior: smooth;
    width: 100% !important;

}
body p {
    text-align: justify !important;
}
li {
    text-align: justify !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Kollektif Bold !important;
}
p, a, li {
    font-family: TT Norms !important;
}

/* navbar styles starts from here */
nav {
    background-color: #fff !important;
}

.nav-item .nav-link {
    color: lightslategray !important;
    font-size: 16px !important;
    font-weight: 500;
}

.nav-item .nav-link i {
    border-radius: 50% !important;
    background-color: #3864D3;
    color: #fff ;
    height: 31px;
    width: 31px;
}
.nav-item .nav-link i:hover {
    border-bottom: none !important;
}
.nav-item .nav-link:hover {
    /* border-bottom: 3px solid #3864D3 !important; */
    color: #3864D3 !important;
}
.nav-item .active {
    border-bottom: 3px solid #000066;
    color: #000066 !important;
}

/* Join our team section styles starts from here */
.join-team h1 .blue-text {
    color: #3864D3;
}
.join-team {
    position: relative;
}
.join-team .pink-line {
    position: absolute;
    top: 20px;
    
}
.join-team .enroll-btn a {
    text-decoration: none !important;
    background-color: #3864D3 !important;
    color: #fff !important;
}
.join-team .enroll-btn {
    background-color: #3864D3 !important;
    color: #fff;
    font-size: 16px;
    transition: transform .2s;
}
.join-team .enroll-btn:hover {
    transform: scale(1.1);
}
/* why work at dpit systems styles starts from here */
.why-dpit h1 {
    color: #3864D3;
}

/* open positions styles starts from here */
.open-position h1 {
    color: #F14E87;
}
.open-position .card .blue-text {
    color: #3864D3;
}
.open-position .card .pink-text {
    color: #F14E87;
}
.open-position .card {
    text-align: justify;
}

/* how to apply section styles starts from here */

.how-apply a {
    color: #F14E87;
    
}
.how-apply {
    position: relative;
}
.how-apply .pink-line {
    position: absolute;
   top: 50px;
}

/* employee benefits section styles starts from here */
.employe-benefits {
    background-color: #080852;
}
.employe-benefits .pink-text {
    color: #F14E87;
}

/* explore opportunities section styles starts from here */
.explore-opportunity .pink-text {
    color: #F14E87;
}
.explore-opportunity .apply-btn a {
    text-decoration: none !important;
    background-color: #3864D3 !important;
    color: #fff !important;
}
.explore-opportunity .apply-btn {
    background-color: #3864D3;
    color: #fff;
    font-size: 16px;
    transition: transform .2s;
}
.explore-opportunity .apply-btn:hover {
    transform: scale(1.1);
    background-color: #3864D3;
    color: #fff;
}
/* Footer styles starts from here */
.footer {
    background-color: #F14E87;
    /* Background color */
    color: white;
    padding: 50px 0;
    position: relative;
    /* font-size: 14px; */
}

.footer .address,
.footer .info,
.footer .links {
    margin-bottom: 20px;
}

.footer .info {
    text-align: center;
}
.footer .links a {
    text-decoration: none;
}

/* .footer .links {
    text-align: right;
} */
.footer .address i,
.footer .info i {
    font-size: 35px;
    margin-right: 10px;
}

.footer img {
    width: 150px;
}

.footer .map-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/Black_on_white_dotted_world_map_vector-removebg.png') no-repeat center;
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}

.footer .content {
    position: relative;
    z-index: 2;
}


/* mobile view styles starts from here */
@media only screen and (max-width: 600px) {
    nav .navbar-toggler {
        margin-left: 80%;
        margin-top: -103px;
        /* border: 2px solid #004aad !important; */
    }

    /* join-team */
    .join-team .pink-line {
        top: 31px !important;
        width: 224px !important;
    }

    /* why dpit */
    .why-dpit .why1 {
        margin-left: 30px !important;
    }

    /* how apply */
    .how-apply .pink-line {
        top: 59px !important;
        width: 224px !important;
    }

    /* employee benefits section */
    .employe-benefits .benefits1 {
        width: 100% !important;
    }
    .employe-benefits .benefits2 {
        width: 120% !important;
        margin-left: -16px !important;
    }

    

    /* footer */
    .footer {
        height: auto !important;
    }

    .footer .content {
        padding: 0px 5px !important;
    }

    .footer .map-bg {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    .footer .content .copy-right {
        font-size: 16px !important;
        margin-left: 20px !important;
    }
    .footer .content .terms  {
        margin-top: 0px !important;
        font-size: 15px !important;
        margin-right: 78px !important;
    }


}


@media only screen and (max-width:800px) and (min-width:600px) {
    .join-team .pink-line {
        top: 44px !important;
    }
    .join-team .join-img {
        width: 50% !important;
        margin-left: 160px !important;
    }

    /* why dpit */
    .why-dpit .why1 {
        width: 50% !important;
        margin-left: 160px !important;
    }
    .why-dpit .why2 {
        width: 60% !important;
        margin-left: 120px !important;
    }

    /* how to apply */
    .how-apply .pink-line {
        top: 68px !important;
    }
    .how-apply .how-img {
        width: 50% !important;
        margin-left: 160px !important;
    }

    /* employee benefits */
    .employe-benefits .benefits1 {
        width: 50% !important;
        margin-left: 160px !important;
    }
    .employe-benefits .benefits2 {
        width: 50% !important;
        margin-left: 160px !important;
    }
}







/* large devices (14 inch laptops and desktops) */

@media only screen and (min-width: 992px) {
    .join-team .pink-line {
        top: 35px !important;
    }
    .how-apply .pink-line {
        top: 60px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .join-team .pink-line {
        top: 20px !important;
    }
    .how-apply .pink-line {
        top: 46px !important;
    }
}