@import url("https://fonts.cdnfonts.com/css/poppins?styles=20394,20389,20397,20398,20387,20388,20390,20391,20392,20393,20395,20396,20383,20384,20385,20386,20381,20382");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,700&display=swap");
html {
    overflow-x: hidden;
}
body {
    font-family: "Poppins", sans-serif !important;
}

p,
a {
    font-family: "PT Sans", sans-serif;
}

a {
    text-decoration: none;
}
a:hover {
    color: #bc0028;
}

/* nav {
    height: 80px;
    align-items: center !important;
    display: flex;
    justify-content: space-between !important;
    justify-items: center;
} */

.navbar-nav .nav-link.active {
    color: #bc0028 !important;
    font-weight: 700 !important;
}
.underline::after {
    content: "";
    height: 4px;
    left: 0;
    width: 0;
    background: #bc0028;
    display: block;
    margin-top: 8px;
}
.underline:hover {
    color: #bc0028;
    font-weight: 700;
}
.underline:active {
    color: #bc0028;
    font-weight: 700;
}
.underline:hover::after {
    width: 100%;
    transition: width 0.3s linear;
}
.blur {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.nav-text-company {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 12px;
    color: #333333;
}

.button {
    background: #de2739;
    border: 1px solid #dddddd;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    height: 40px;
}

.button:hover {
    background: #ffffff;
    border: 1px solid #de2739;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #de2739;
    height: 40px;
}

/* hero */
.hero {
    width: 100%;
    background-image: url("/img/home/hero.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.hero-contect {
    justify-items: center;
    justify-items: center;
    justify-content: start;
    display: block;
    padding-top: 6em;
}

.hero-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #de2739;
    text-transform: capitalize;
    width: 680.55px;
}

.hero-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-transform: capitalize;
    color: #333333;
    text-transform: capitalize;
    width: 635.43px;
}

/* card find job */
.card-search {
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 30px;
    margin-bottom: 5em;
    margin-top: -10em;
    height: 308px;
}

.card-search-text-title {
    margin-top: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    text-align: center;
}

.card-search-text-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    margin-top: 20px;
    margin-bottom: 5em;
    text-align: center;
}

.card-search-input {
    width: 30em;
}

.card-search-select {
    width: 10em;
}

.title-position {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}

.total-position {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #555555;
    margin-right: 2em;
}

/* card job */
.card-job {
    box-sizing: border-box;
    background: #ffffff;
    border: 0.5px solid #dddddd;
    box-shadow: 0px 4px 20px rgba(222, 39, 57, 0.2);
    border-radius: 16px;
    height: 100%;
    /* margin-top: 20em; */
}

.card-job-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}

.card-job-meta {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    text-decoration: none;
    text-transform: capitalize;
    pointer-events: painted;
}

.page-link {
    color: #555555;
    background: #ffffff;
    border: 0.5px solid #dddddd;
    border-radius: 4px;
    margin: 0.25em;
    margin: 5px;
}

.page-link:hover {
    background: #bc0028;
    color: #ffffff;
}

.active > .page-link,
.page-link.active {
    background-color: #bc0028 !important;
    color: #ffffff;
    border: 0.5px solid #bc0028 !important;
    border-radius: 4px;
}

/* footer */
/* section1 */

.section1-text-descriotion {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #555555;
    margin-top: 20px;
    text-align: justify;
}

.section1-text-newsletter {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #333333;
    margin-top: 20px;
}

.section1-button-nesletter {
    width: 149px;
    height: 40px;
    left: 86px;
    top: 2242px;
    background: #ffffff;
    border: 1px solid #bc0028;
    border-radius: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #bc0028;
}
.section1-button-nesletter:hover {
    background: #bc0028;
    border: 1px solid #bc0028;
    color: #ffffff;
}

.section1-title {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.3px;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 2em;
}
.section1-title-2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 1em;
    margin-top: 2em;
}

.section1-items-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    letter-spacing: 0.3px;
    color: #555555;
    text-decoration: none;
}

.section1-meta {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    color: #333333;
}

/* section2 */
.section2-copyright {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    align-items: flex-start;
}

.section2-icon {
    margin-right: 30px;
    font-size: 20px;
    color: #ffffff;
    align-items: flex-end;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .underline:hover::after {
        width: 50px;
        transition: width 0.3s linear;
    }
    /* hero */
    .hero-title {
        font-size: 26px;
        width: 100%;
    }
    .hero-subtitle {
        font-size: 18px;
        width: 100%;
    }

    .card-search-text-description {
        margin-bottom: 1em;
    }

    /* card search */
    .card-search {
        height: 100%;
    }

    .card-search-input {
        width: 100%;
    }
    .card-search-select {
        width: 100%;
    }
    .button-center {
        text-align: center;
    }

    /* card job */
    .card-job {
        height: 100%;
    }

    /* footer */
    .section1-title {
        text-align: center;
    }
    .section1-title-2 {
        text-align: center;
    }
    .section1-meta {
        text-align: center;
    }

    .section2-copyright {
        text-align: center;
    }
    .section2-icon {
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* card search */
    .card-search {
        height: 100%;
    }

    .card-search-input {
        width: 100%;
    }
    .card-search-select {
        width: 100%;
    }
    .button-center {
        text-align: center;
    }

    /* card job */
    .card-job {
        height: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
