@import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gruppo', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Noto Serif Vithkuqi', serif;
    /* font-family: 'Gruppo', sans-serif;
    font-weight: bold; */
    /* font-family: 'Ubuntu', sans-serif; */
}

p {
    font-family: 'Noto Serif Vithkuqi', serif;
    font-family: 'Gruppo', sans-serif;
    font-weight: bold;
    font-size: 16px!important;
}
/* navbar */
.nav-link b:hover {
    color: rgb(109, 250, 73)!important;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

.dropdown-item:hover {
    background-color: rgb(249, 229, 5);
    font-weight: bold;
}

a {
    text-decoration: none;
    color: rgb(221, 247, 49);
}

a:hover {
    color: rgb(217, 217, 13);
}

body {
    background-color: #ffffff;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}
@media (max-width:768px){
    body,html{
        overflow-x: hidden;
    }
}
.accordion-button {
    background-color: rgb(156, 255, 17) !important;
    color: black !important;
}

.btn btn-success {
    background-color: yellow;
    color: black;
}

/*----------Video gallary------------*/
video {
    width: 100%;
    height: fit-content;
    margin-bottom: auto;
    overflow: hidden;
}

.play-btn {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/*--------- Animated text --------------- */
#main-div {
    height: auto;
    width: 380px;
    position: relative;
}

.animated-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: bold;

}

.animated-text h4::after {
    content: "FMCG";
    color: rgb(15, 5, 24);
    ;
    animation: text 15s infinite;
}

@keyframes text {
    20% {
        content: "IT";
        color: rgb(11, 250, 250);
    }

    40% {
        content: "RETAIL";
        color: orange;
    }

    60% {
        content: "TELECOM";
        color: red;
    }

    80% {
        content: "BANKING";
        color: greenyellow;
    }
}

#piechat-img {
    animation: pic 50s infinite;
}

@keyframes pic {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*Accodian contact us popup*/
#contact-us {
    left: 75%;
    position: fixed;
    bottom: -2%;
    border: none;
}

@media only screen and (max-width: 760px) {

    #contact-us {
        display: none;
    }
}

/*Footer design */
footer {
    background-color: rgb(0, 0, 0);

}

.single-box p {
    color: #fff;
    line-height: 1.8;
}

.single-box h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.single-box ul {
    list-style: none;
    padding: 0;
}

.single-box ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 2;
}

.single-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

address {
    color: #fff;
}

hr {
    width: 99%;
    color: #fff;
    border-width: 2px;
}

.social-incon .fa-brands {
    padding: 12px;
    margin-left: 4px;
    border-radius: 50%;
}

.star-mark {
    color: red;
}

/*--- Contact Us last menu --------------*/
.main-contact {
    background-image: url('../images/customer-service-operator-talking-phone-office.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.form-box {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border: 1px solid rgb(244, 244, 243);
    border-radius: 25px 0px 25px 0px;
}

.contact-text {
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.5);
    color: rgb(15, 15, 15);
    border-radius: 40px 0px 40px 0px;
}

.btn-register {
    background-image: linear-gradient(55deg,
            hsl(292deg 85% 39%) 0%,
            hsl(285deg 69% 46%) 18%,
            hsl(277deg 61% 50%) 34%,
            hsl(269deg 66% 54%) 49%,
            hsl(260deg 71% 58%) 62%,
            hsl(251deg 78% 61%) 73%,
            hsl(241deg 84% 64%) 84%,
            hsl(230deg 93% 61%) 92%,
            hsl(216deg 100% 50%) 100%);
    border: none;
    border-radius: 10px;
}

.jobseeker-text h2 {
    font-size: 44px;
}

/* --------Job Seekers form ----------*/
.main1 {
    background-image: url("../images/background-vacancy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.form-box1 {
    background-color: rgba(243, 149, 9, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid #080603;
    border-radius: 35px 0px 35px 0px;
}

.submit-text h2 {
    font-size: 44px;
    color: rgb(244, 72, 15);
}

/*-------- Submit Vacancy -----*/
.main {
    background-image: url("../images/baground.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.form-box {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border: 1px solid rgb(244, 244, 243);
    border-radius: 25px 0px 25px 0px;
}

.btn-register {
    background-image: linear-gradient(55deg,
            hsl(292deg 85% 39%) 0%,
            hsl(285deg 69% 46%) 18%,
            hsl(277deg 61% 50%) 34%,
            hsl(269deg 66% 54%) 49%,
            hsl(260deg 71% 58%) 62%,
            hsl(251deg 78% 61%) 73%,
            hsl(241deg 84% 64%) 84%,
            hsl(230deg 93% 61%) 92%,
            hsl(216deg 100% 50%) 100%);
    border: none;
    border-radius: 10px;
}

.jobseeker-text h2 {
    font-size: 44px;
}

/*--------contact form css--------*/
.contact-banner {
    background: rgb(6, 2, 30);
    background: linear-gradient(348deg, rgb(9, 3, 51) 41%, rgba(17, 3, 1, 1) 76%);
    color: white;
}

#rightside-contact {
    border-radius: 10px;
    padding: 40px;
    box-shadow: -6px 5px 19px 16px rgba(0, 0, 0, 0.75);
}