html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #FF0000;
}

body {
    font-family: 'Inter', sans-serif !important;
    /* font-family: 'Montserrat', sans-serif !important; */
    /* font-family: 'Prompt', sans-serif !important; */
    /* font-family: 'Raleway', sans-serif !important; */
    /* font-family: 'Roboto', sans-serif !important; */
    /* font-family: 'Roboto Condensed', sans-serif !important; */
    /* font-family: "Arial Nova Cond" !important; */
    font-size: 16px;
    letter-spacing: 1px;
}

.bg-theme {
    /* background-image: linear-gradient(to right, #ff776d, #f15a4f); */
    background-image: linear-gradient(to right, #fff7ad, #ffa9f9);

}

.navbar-nav .nav-link {
    /* color: #fffffff0 !important; */
    color: #000000 !important;
    font-size: 16px;
    letter-spacing: 1.2px;
    /* text-transform: uppercase; */
}

.navbar-nav .active {
    color: #000 !important;
    background-image: linear-gradient(to right, #fff7ad, #ffa9f9);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    text-decoration: none;
    /* color: #ff2f20 !important; */
    /* background: linear-gradient(to right, #fff7ad, #ffa9f9); */
}

.navbar .btn {
    /* color: #fffffff0 !important; */
    color: #000000 !important;
    font-size: 13px;
    letter-spacing: 1.2px;
    /* text-transform: uppercase; */
}

.theme-border {
    /* border-color: #ffffff !important; */
    border-color: #000000 !important;
}

/* Page Header */
.page-header,
.footer {
    /* background-image: linear-gradient(to right, #ff776d, #f15a4f); */
    background-image: linear-gradient(to right, #fff7ad, #ffa9f9);
    /* color: #fff; */
    color: #000000;
}

/* footer */
.social-links a {
    /* color: #ffffff; */
    color: #000000;
    padding: 0 10px;
    font-size: 20px !important;
}

.footer-links a {
    /* color: #ffffff; */
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

.subscribe form input {
    width: 50%;
    padding: 8px 16px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    color: #000000;
    cursor: auto;
}

.subscribe form input::placeholder {
    color: #000000;
    font-size: 16px;
}


/* fonts */
h2.section-title {
    font-size: 2.4rem;
    text-align: center;
    padding: 1rem 0;
    color: #292929;
    font-weight: 600;
}

h1.section-title {
    text-align: center;
    padding: 1rem 0;
    color: #292929;
    font-weight: 600;
}

/* testimonial */
#silde-img {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: rgb(233, 150, 150);
}

#demo {
    /* background: linear-gradient(112deg, #fd736926 50%, #f25c513d 50%); */
    background-image: linear-gradient(to right, #fff7ad, #ffa9f9);
    width: 100%;
    margin: auto;
}

.carousel-inner .active {
    min-height: 500px;
    padding: 3rem 1rem;
}

.carousel-caption {
    z-index: 5;
    color: #272727;
    text-align: center;
    font-size: 1.2rem;
    /* font-style: italic; */
    /* font-weight: bold; */
    /* line-height: 2rem; */
}

@media (max-width: 991px) {
    .carousel-caption {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .carousel-caption {
        padding: 1.5rem 1rem;
        font-size: 0.8rem;
    }
}

.carousel-caption img {
    width: 6rem;
    /* border-radius: 5rem; */
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}

.image-caption {
    font-style: normal;
    font-size: 1rem;
    margin: 0.5rem auto 1rem;
}

@media (max-width: 767px) {
    .image-caption {
        font-style: normal;
        font-size: 0.8rem;
        margin: 0.5rem auto 1rem;
    }
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset;
    text-decoration: none !important;
}

.carousel-control-prev i,
.carousel-control-next i {
    /* background-color: #ff776d; */
    background-image: linear-gradient(to right, #fff7ad, #ffa9f9) !important;
    padding: 1.2rem;
    color: #000000;
}

@media (max-width: 450px) {

    .carousel-control-prev i,
    .carousel-control-next i {
        padding: 0.8rem !important;
    }

    .image-caption {
        font-size: 0.6rem;
    }

    .carousel-inner .active {
        min-height: 560px;
        padding: 2.4rem 0.8rem;
    }
}

.carousel-item {
    position: initial;
}

/* cards */
.recruiter-card {
    margin-top: 2rem;
    margin-bottom: 2rem;
    /* padding: 1rem 0; */
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    border: 1px solid #39393942;
}

.recruiter-card p a {
    /* color: #ff776d; */
    background: linear-gradient(to right, #fff7ad, #ffa9f9);
    padding: 6px 16px;
    color: #000;
    text-decoration: none;
}

/* .recruiter-card p a:hover {
    color: #ce1507;
    text-decoration: none;
} */

/* btn */
.contact-form .rabble-btn {
    padding: 6px 16px;
    margin-top: 0.6rem;
    /* background-color: #f15a4f; */
    border: 1px solid #ffa9f9;
    background-image: linear-gradient(to right, #fff7ad, #ffa9f9);
    color: #000;
}

.contact-form .rabble-btn:hover {
    border: 1px solid #fff7ad;
    /* background-color: #097721; */
    color: #000;
}

/* For displaying error and success messages */
.alert-messages .success {
    background-color: #2FB986;
    color: #ffffff;
    padding: 0.75rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-messages .fail {
    background-color: #f44336;
    color: #ffffff;
    padding: 0.75rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-messages .closebtn {
    cursor: pointer;
    padding-right: 8px;
    font-size: 16px !important;
    font-style: normal !important;
    color: #ffffff !important;
}

/* carousel content in center */
.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: auto !important;
    left: 10%;
    padding-top: 1.25 rem;
    padding-bottom: 1.25 rem;
    text-align: center;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.page-btn {
    border: 1px solid #ffa9f9;
    /* background-color: #fc7268; */
    background-image: linear-gradient(to right, #fff7ad, #ffa9f9);
    color: #000;
    cursor: pointer;
    width: fit-content;
}

.page-btn:hover {
    border: 1px solid #fff7ad;
    background-image: linear-gradient(to right, #fff7ad, #ffa9f9);
    color: #000;
    cursor: pointer;
}

.footer-copyright a {
    color: #1d1d1d;
    text-decoration: none;
}

.footer-copyright a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* clients page */
.logo-slider {
    overflow: hidden;
}

.logo-slider .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
}

.logo-slider .slider .logos {
    width: 100%;
    display: contents;
    margin: 0px 0;
}

.logo-slider .slider .logos .fab {
    width: calc(100% / 5);
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Client page logo slider */
.client-logo-width {
    max-width: 12%;
}

@media screen and (max-width: 991px) {
    .client-logo-width {
        max-width: 20%;
    }
}

@media screen and (max-width: 676px) {
    .client-logo-width {
        max-width: 23%;
    }
}

@media screen and (max-width: 450px) {
    .client-logo-width {
        max-width: 30%;
    }
}

.pdfPreview iframe {
    width: 100%;
    height: 100%;
    border: none;
    min-height: 450px !important;
    cursor: grab !important;
    margin-bottom: 1rem;
}

.tgt_text {
    color: #f56259;
    font-size: 20px;
}

.there_text {
    /* background: linear-gradient(to right, #fff7ad, #ffa9f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    background-image: linear-gradient(to right, #fff7ad, #ffa9f9);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    text-decoration: none;
}

.grecaptcha-badge {
    z-index: 100 !important;
}