@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Activity css start */

.intern {
    /* display: flex; */
    /* flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #D9D9D9; */
    font-family: "poppins";
    /* margin-bottom: 30px; */
}

.intern-word {
    display: flex;
    justify-content: center;
    padding: 34px 0px;
    align-items: center;
    background: linear-gradient(90deg, #2758a7 0%, #0f2241 100%);
    width: 100%;
}

.intern-word h3 {
    color: #fff;
    font-family: Poppins;
    font-size: 67.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.intern .documentation-word {
    display: flex;
    justify-content: center;
}

.intern .documentation-word h3 {
    color: #2758a7;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding: 5px 0px 5px 0px;
}

.intern img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.intern #carouselExampleCaptions .carousel-item h5 {
    color: white;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-shadow: #000 10px 0 10px;
}

/* Activity css end */

/* division css start */

.division {
    flex-direction: column;
    font-family: "poppins";
    align-items: center;
}

.division-word {
    background: linear-gradient(90deg, #2758a7 0%, #0f2241 100%);
    width: 100%;
    padding: 25px 0px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Poppins;
    font-size: 67.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

td {
    align-items: center;
    text-align: center;
    vertical-align: middle;
}

.detail-btn {
    display: inline-block;
    padding: 8px 30px;
    background-color: #2758a7;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 100px;
    /* cursor: pointer; */
    margin: 2px;
}

tbody tr {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

td a:hover {
    background-color: #1d4587;
}

td:nth-child(2) {
    text-align: left;
}

.apply-btn {
    display: inline-block;
    padding: 8px 30px;
    background-color: #2758a7;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 100px;
    /* cursor: pointer; */
    margin: 2px;
}

.pagination {
    gap: 15px;
}

.active > .page-link,
.page-link.active {
    background-color: #2758a7 !important;
}

a.page-link {
    color: black;
    font-family: "Roboto";
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    background-color: #d9d9d9;
    border-radius: 5px;
}

a.page-link:hover {
    background-color: #2758a7;
    color: white;
}

/* division css end */
