.custom-slideshow-container {
    position: relative;
    background: #23af4b;
}

.custom-slides {
    display: none;
    text-align: center;
}

.custom-prev:hover,
.custom-next:hover {
    color: white;
}

.custom-prev {
    cursor: pointer;
    position: absolute;
    left: 1%;
    top: 0%;
    bottom: 0%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    width: auto;
    padding: 16px;
    color: #fff;
    font-size: 65px;
}

.custom-next {
    right: 0;
    cursor: pointer;
    position: absolute;
    top: 0%;
    bottom: 0%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    width: auto;
    padding: 16px;
    color: #fff;
    font-size: 65px;
}

@media (max-width: 1000px) {

    .custom-prev,
    .custom-next {
        font-size: 24px;
        z-index: 1;
        padding: 6px;
    }
}

.custom-dot-container {
    text-align: center;
    padding: 7px;
    padding-bottom: 14px;
}

.custom-dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: green;
    border: 1px solid yellow;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

@media (max-width: 600px) {
    .custom-dot {
        height: 15px;
        width: 15px;
    }
}

.custom-active,
.custom-dot:hover {
    background-color: #a0c285;
}

.custom-margin-top-auto {
    margin-top: auto;
}

@media (min-width: 600px) {
    .custom-d-sm-flex {
        display: flex;
    }
}

@media (max-width: 600px) {
    .h4 {
        font-size: 14px;
    }
}

/* big image banner start */

.w-100 {
    width: 100%;
}

.vh-85 {
    height: 85vh;
}

@media (min-width: 768px) {
    /* .btn-register1 {
        display: none;
        width: 200px;
    } */

    .banner_jobfair {
        display: block;
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .banner_jobfair1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner_jobfair {
        display: none;
    }

    .banner_jobfair1 {
        display: block;
        width: 100%;
        height: 65vh;
        position: relative;
    }
}

@media (min-width: 1121px) {
    .boxsty {
        width: 220px;
        aspect-ratio: 2/1;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(225, 225, 227, 255);
        border-radius: 3px;
        border: 4px solid rgba(53, 49, 50, 255);
        box-shadow: 0px 0px 10px gray;
    }

    .box-blue {
        width: 190px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1120px) {
    .boxsty {
        width: 180px;
        aspect-ratio: 2/1;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(225, 225, 227, 255);
        border-radius: 3px;
        border: 4px solid rgba(53, 49, 50, 255);
        box-shadow: 0px 0px 10px gray;
    }

    .boxsty h3 {
        font-size: 1.5rem;
    }

    .boxsty .datefont {
        font-size: 1.2rem;
    }

    .boxsty .datefont img {
        width: 1.3rem;
        aspect-ratio: 1/1;
    }

    .box-blue {
        width: 190px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 924px) {
    .boxsty {
        width: 150px;
        aspect-ratio: 2/1;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(225, 225, 227, 255);
        border-radius: 3px;
        border: 4px solid rgba(53, 49, 50, 255);
        box-shadow: 0px 0px 10px gray;
    }

    .boxsty h3 {
        font-size: 1.5rem;
    }

    .boxsty .datefont {
        font-size: 0.9rem;
    }

    .boxsty .datefont img {
        width: 1rem;
        aspect-ratio: 1/1;
    }

    .box-blue {
        width: 190px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .boxsty {
        display: none;
        /* width: 120px;
            aspect-ratio: 2/1;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(225, 225, 227, 255);
            border-radius: 3px;
            border: 4px solid rgba(53, 49, 50, 255);
            box-shadow: 0px 0px 10px gray; */
    }

    .box-blue {
        display: none;
        /* width: 190px;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center; */
    }

    .btn-register {
        display: none;
    }

    .btn-register1 {
        display: block;
        margin: auto;
        background-color: #fce900;
        border: 1.4px solid #fce900;
        color: #000;
        border-radius: 30px;
        padding: 1rem 2rem;
        width: 250px;
        font-size: 2.5rem;
        font-weight: bolder;
        text-decoration: none;
    }

    .btn-register1:hover {
        background-color: #000;
        color: #23af4b;
        border: 1.4px solid #23af4b;
        transition: all 0.5s ease-in-out;
        box-shadow: 0px 0px 10px gray;
    }
}

/* .boxsty {
    width: 220px;
    aspect-ratio: 2/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(225, 225, 227, 255);
    border-radius: 3px;
    border: 4px solid rgba(53, 49, 50, 255);
    box-shadow: 0px 0px 10px gray;
}
 .box-blue {
    width: 190px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.gap1 {
    gap: 1rem;
}

.gap2 {
    gap: 1rem;
}

.marginRight-9 {
    margin-right: 5em !important;
}

.margint-auto {
    margin-top: auto !important;
}

.btn-register {
    margin: auto;
    background-color: #fce900;
    border: 1.4px solid #fce900;
    color: #000;
    border-radius: 60px;
    padding: 1rem 4rem;
    font-size: 3.5rem;
    font-weight: bolder;
    text-decoration: none;
}

.btn-register:hover {
    background-color: #000;
    color: #23af4b;
    border: 1.4px solid #23af4b;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 10px gray;
}

@media (max-width: 700px) {
    .btn-register {
        padding: 1rem 2.5rem;
        font-size: 3rem;
    }
}

.day {
    display: inline-block;
    font-size: 37px;
    list-style-type: none;
    padding: 7px;
    text-align: center;
}

.day {
    color: white;
}

@media (max-width: 600px) {
    .day span {
        font-size: 23px;
    }
}

/* li span {
    text-align: center;
    display: block;
    font-size: 3rem;
} */

@media all and (max-width: 768px) {
    h1 {
        font-size: calc(1.5rem * var(--smaller));
    }

    li {
        font-size: calc(1.125rem * var(--smaller));
    }

    li span {
        font-size: calc(3.375rem * var(--smaller));
    }
}

.overflow {
    overflow: auto;
}

.overflow::-webkit-scrollbar {
    width: 0.0025rem;
    height: 0.0025rem;
}

.overflow::-webkit-scrollbar-thumb {
    background-color: gray;
}

.floatEnd {
    float: right;
}

.marginLeft-auto {
    margin-left: auto;
}

.marginAuto {
    margin: auto;
}

.textWhite {
    color: #fff;
}

.marginT_13px {
    margin-top: 7px;
}

@media (max-width: 600px) {
    .marginT_13px h2 {
        font-size: 3rem;
    }
}

.marginT_4px {
    margin-top: 4%;
    font-size: 20px;
}

.marginT_2px {
    margin-top: -2%;
    margin-bottom: 1%;
    color: white;
}

.marginT_3px {
    margin-top: -2%;
    margin-bottom: 1%;
    color: white;
    font-size: 40px;
    font-family: monospace;
}

.marginT_6px li {
    text-align: center;
    display: block;
    font-size: 3rem;
}

.li {
    display: inline-block;
    font-size: 2.5rem;
    list-style-type: none;
    /* padding: 1em; */
    text-transform: uppercase;
    font-family: monospace;
    color: white;
    font-weight: bolder;
}

.colon_img {
    width: 50px;
    height: 50px;
    margin-top: -6rem;

}

@media (max-width: 600px) {
    .li {
        font-size: 1.5rem;
    }
}

.colon {
    width: 50px;
    height: 50px;
    margin-top: -rem;
}

@media (max-width: 600px) {
    .colon {
        width: 35px;
        height: 35px;
        margin-top: -4rem;
    }
}

.logo_x {
    height: 150px;
    align-items: center;
    justify-content: center;
    align-self: center;
}

@media (max-width: 767px) {
    .logo_x {
        display: none;
    }
}

.marginTop-60 {
    margin-top: 60px;
}

.justify-contentCenter {
    justify-content: center;
}

.justify-contentBetween {
    justify-content: space-between;
}

.shaow-gren {
    box-shadow: 0px 4px 8px rgba(35, 175, 75);
}

.shaowb-gray {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.shadow {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
}



.input__container {
    position: relative;
    text-align: center;
    background: #23af4b;
    margin: auto;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    perspective: 500px;
}

.inputButton {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 7px;
}

.inputButton:hover {
    background: rgba(255, 255, 255, 0.411);
}


.inputSearch {
    width: 100%;
    border-radius: 20px;
    outline: none;
    border: none;
    padding: 8px;
    position: relative;
}

.sliderOverflow {
    display: flex;
    gap: 10px 40px !important;
    margin: 60px auto;
    overflow: auto;
    padding: 20px 0px;
    background-color: light;
    box-shadow: 0px -3px 0px yellow, 0px 5px 10px gray;
    height: 15%;
}

.sliderOverflow .chlidiv {
    min-width: 180px !important;
    height: 90px !important;
    max-width: 181px;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0px 0px 10px gray;
}

.sliderOverflow .chlidiv a img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliderOverflow .chlidiv a img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.overflow::-webkit-scrollbar {
    width: 0.0025rem;
    height: 0.0025rem;
}

.overflow::-webkit-scrollbar-thumb {
    background-color: gray;
}

@media (min-width: 767px) {
    .twocard {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .twocard .row {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-top: 20px;
    }
}

.twocard .row .margint-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.w-80 {
    width: 93%;
}

.image {
    margin-left: 14%;
}

@media (max-width: 800px) {
    .custom-slides p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .img {
        font-size: 11px;
    }
}

.Countdown {
    background-color: rgb(46 167 72 / 51%);
}

@media (max-width: 767px) {
    .Countdown {
        background-color: rgb(46 167 72 / 51%);
    }
}

.baner_image {
    height: 106vh;
    width: 100%;
}

@media (max-width: 767px) {
    .baner_image {
        height: 100vh;
    }
}
