/* header css start */

/* ===== Colours ===== */
@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500&family=Montserrat:wght@300;400;600&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    transition: all 0.4s ease;
}
:root {
    --body-color: #e4e9f7;
    --nav-color: #f4f9fd;
    --side-nav: #010718;
    --text-color: #000;
    --search-bar: #f2f2f2;
    --search-text: #010718;
}
ul {
    margin-bottom: 0;
}
body {
    background-color: var(--body-color);
}
body.dark {
    --body-color: #18191a;
    --nav-color: #242526;
    --side-nav: #242526;
    --text-color: #ccc;
    --search-bar: #242526;
}

header {
    padding: 10px 0;
    background-color: #f4f9fd;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 101;
}

.profile a img {
    width: 30px;
    height: 30px;
}

#no-limit p {
    color: #000 !important;
}

.create-cv-input-group .error {
    color: red !important;
    background-color: transparent !important;
}

.form-inner input.error {
    border-bottom: 1px solid rgb(244, 77, 77) !important;
}

.form-inner2 input.error {
    border-bottom: 1px solid rgb(244, 77, 77) !important;
}

.error {
    color: rgb(244, 77, 77) !important;
}

.company-announce-input-group label:last-child {
    color: red;
}

#salary_type-error {
    color: red;
    margin-bottom: 0 !important;
}

#website-error,
#map-error,
#about-error {
    color: red;
}

/* dropdown s */
.dropdown {
    position: relative;
}

.dropdown * {
    box-sizing: border-box;
}

.select {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5em;
    cursor: pointer;
    transition: background 0.3s;
}

.dropdown-comp-2,
.dropdown-comp-3 {
    display: flex;
    align-items: center;
    gap: 11px;
}

.dropdown-comp-3 {
    justify-content: flex-end;
}

.dropdown-comp-3 .select_box {
    width: 20%;
}

.select_box {
    width: 100%;
    overflow: hidden;
    border: 2px solid #8843e1;
    position: relative;
    border-radius: 12px;
    padding: 5px 5px;
}
.select_box:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #8843e1;
    position: absolute;
    top: 40%;
    right: 7px;
    content: "";
    margin: 1px;

    pointer-events: none; /* vacib */
    z-index: 1; /* 99 olmamalıdır */
}

.select_box select {
    width: 127px;
    border: 0;
    position: relative;
    z-index: 99;
    background: none;
    width: 100%;
    appearance: none;
}

.vac-select {
    width: 101%;
    height: 28px;
    border: 2px solid #8843e1;
    border-radius: 12px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    appearance: var(--nav-color);
}

.vac-sayi {
    font-weight: 700;
    font-size: 14px;
}

.vac-select:focus-visible {
    outline: none;
}

.caret {
    width: 18px;
    height: 18px;
    background-image: url("https://1is.az/back/assets/images/icons/vector.png");
    transition: 0.3s;
    margin-left: 8px;
    filter: invert(1);
}

.caret-rotate {
    width: 18px;
    height: 18px;
    background-image: url("https://1is.az/back/assets/images/icons/up-arrow.png");
    transition: 0.3s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(0) !important;
}

.menu {
    list-style-type: none;
    padding: 0.2em;
    border-radius: 0.5em;
    color: #fff;
    position: absolute;
    top: 2em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    display: none;
    transition: 0.2s;
    z-index: 1;
}

.menu li {
    padding: 0.4em 0.5em;
    margin: 0.3em 0;
    border-radius: 0.5em;
    cursor: pointer;
}

.menu li:hover {
    background: #2a2d35;
}

.activee {
    background: #23242a;
}

.menu-open {
    display: block;
    opacity: 1;
    background: #8843e1;
    z-index: 8;
    height: max-content;
}
/* dropdown f */

nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    align-items: center;
}

.header-right-side {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
}

.lang-div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.header-logo {
    display: flex;
    gap: 50px;
    align-items: center;
}

.checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 29px;
    left: 11px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 34px;
    left: 11px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
}

.hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
}

input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}

input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked ~ .logo {
    display: none;
}

.ham-menu {
    display: none;
}

button.sun,
button.moon {
    background-color: transparent;
    border: none;
    outline: none;
}

.dark-mode {
    background-image: url("https://1is.az/back/assets/images/icons/dark.png");
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
}

.no-vacancies-message p {
    font-size: 14px;
}

.menu-items ul {
    display: flex;
    gap: 15px;
}

.menu-items ul li {
    list-style-type: none;
}

.menu-items ul li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

/* header css finish */

/* MAIN CSS START */
a {
    text-decoration: none !important;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.custom-container {
    max-width: 1000px;
    width: 100%;
    margin-top: 6%;
}

.custom-select {
    border-radius: 12px;
    background: transparent;
}

/* MAIN SECTION */

.main {
    background:
        linear-gradient(0deg, rgba(4, 15, 15, 0.6), rgba(32, 34, 80, 0.6)),
        url(../images/main.png);
    background-position: center;
    background-size: cover;
    height: 78vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.main-filter {
    width: 100%;
    /* margin-top: 15%; */
}

.home-filter {
    margin-top: 12%;
}

.disabled-filter {
    max-width: 940px;
    width: 95%;
    position: absolute;
    top: 70%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -45%);
    background: #f4f9fd;
    border-radius: 5px;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 15px;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.filter-active {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    display: flex;
}

.main-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.button_mt {
    margin-bottom: 10px;
}

.active-filter {
    max-width: 940px;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f8f0fb;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 15px;
    align-items: center;
    z-index: 2;
}

.filter-searc {
    width: 140px;
    height: 48.57px;
    background: #8843e1;
    border-radius: 4px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #f8f0fb;
}

.detail-search {
    width: 170px;
    height: 48px;
    background: #f8f0fb;
    border: 1px solid #8843e1;
    border-radius: 5px;
    font-family: "Montserrat";
    font-style: normal;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    color: #8843e1;
    text-shadow:
        0px -2px 2px rgba(255, 255, 255, 0.1),
        0px 2px 42px rgba(0, 0, 0, 0.25),
        0px 8px 40px #a963d7;
    gap: 5px;
}

.filter-input {
    outline: none;
    border: none;
    background: #f8f0fb !important;
    padding-left: 10px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #5b5d63;
}

.block1 {
    width: 150px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
    /* background-color: black; */
}

.block-div {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 180px;
    justify-content: flex-start;
    /* background-color: red; */
}

.block-div svg {
    min-width: 48px;
    min-height: 48px;
    /* background-color: red; */
}

.info-block-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.block1 p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: start;
    color: #f8f0fb;
}

/* MAIN BLOCKS */
.blocks {
    margin-top: -90px;
}

/* SWIPER CSS */

.swiper-sec {
    margin-top: 15px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper .swiper-slide {
    height: 130px !important;
}

/* .story-link {
  position: absolute;
} */

.swiper-slide img {
    display: block;
    width: 77%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: url(https://1is-new.netlify.app/images/left.png) !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: url(https://1is-new.netlify.app/images/right.png) !important;
}

/* POPULAR SEC CSS */
.popular-sec {
    margin-top: 63px;
}

.popular-h1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    color: #040f0f;
    margin-bottom: 36px;
}

p {
    margin-bottom: 0;
}

.popular-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.pop-card1 {
    width: 299.58px;
    height: 96px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #fff;
}

.pop-card1 i {
    color: #8843e1;
    padding: 13px;
    background-color: #e7d6fe;
    border-radius: 50%;
}

.text-field {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: #000000;
    width: 75%;
    gap: 2px;
    display: flex;
    flex-direction: column;
}

.text-field p a {
    color: black;
}

.stars {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    bottom: -17px;
}

.stars input:checked ~ label,
.stars label {
    text-shadow: none !important;
}

.border-div {
    position: absolute;
    width: 72.63px;
    height: 29.4px;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid rgba(136, 67, 225, 0.8);
    border-right: 3px solid rgba(136, 67, 225, 0.8);
    filter: blur(0.5px);
}

.pop-button,
.pop-button2 {
    width: 113.84px;
    height: 30px;
    background: #8843e1;
    border-radius: 1px;
    border: none;
    outline: none;
    color: #fff;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 33px auto;
    cursor: pointer;
}

.pop-button2 {
    width: 300px;
    height: 48px;
}

.pop-button:focus {
    outline: none;
}

.btm-arrow {
    margin-left: 10px;
}

/* COMPANY SECTION CSS */

.company {
    margin-top: 48px;
    margin-bottom: 59px;
    color: #fff;
}

.company-div a {
    color: #fff;
    text-decoration: none;
}

.comp-card {
    width: 100%;
    background: linear-gradient(180deg, #966ace 0%, #7235c0 100%);
    border-radius: 10px;
    display: flex;
    margin: 10px;
    align-items: center;
    min-height: calc(3em + 20px); /* İsteğe bağlı kart yüksekliği */
}

.comp-card .company-content {
    position: relative;
}

.inner2-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    background-color: #fff;
}

.company-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 21px; */
}

.comp-name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.inner1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 6px;
    margin-top: 4px;
    padding: 0 20px 0 0;
}

.inner1 p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
}

.inner1 span {
    color: #fff;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.inner-right {
    display: flex;
    align-items: center;
    gap: 3px;
}

.inner-right p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;
    color: #ffffff;
}

.inner3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 0px;
    width: 100%;
    padding-right: 20px;
}

.inner3 p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;

    color: #ffffff;
}

.look-comp {
    display: flex;
    align-items: center;
    gap: 3px;
}

/* NEW VACANSIES CSS */
.new-vac-div {
    display: flex;
    align-items: center;
    gap: 15px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vac-card {
    width: 460px;
    height: 150px;
    background: #ffffff;
    padding: 10px 15px;
    display: flex;
    /* gap: 8px; */
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top: 10px;
}

.look-numb {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b0b0b0;
}

.new-vac-badge {
    width: 20px;
    height: 60px;
    background: #ecdbfc;
    border-radius: 5px 0px 0px 5px;
    position: absolute;
    top: 30%;
    right: 0;
}

.new-vac-badge p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #8843e1;
    transform: rotate(-90deg);
    position: relative;
    top: 27px;
}

.vac-inner1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.second-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.edit-announce-icon {
    margin-bottom: 2px;
}

.vac-inner1-a {
    width: 218px;
    background: #ecdbfc;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    padding-left: 7px;
    color: #8843e1;
}

.vac-name {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #040f0f;
    margin-top: 10px;
    margin-bottom: 15px;
}

.vac-inn2,
.vac-inn1 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.vac-inner3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comp-link,
.vac-time {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #c7c7c7;
}

.comp-link:hover {
    color: #c7c7c7;
}

/* ANNAUNCE */

/* ANNOUNCE START */

.announce {
    background: radial-gradient(
        146.84% 83.25% at 50% 50%,
        #fff 0%,
        #7774ff 100%
    );
    padding: 30px 0;
    max-width: 1300px !important;
    margin: 0 auto;
    margin-bottom: 37px;
}

.announce-container {
    max-width: 1050px !important;
}

.announce-container .row {
    align-items: center;
    justify-content: space-between;
}

.ann-left p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #020202;
}

.ann-left a {
    width: 301px;
    height: 52.01px;
    display: flex;
    margin-top: 16px;
    align-items: center;
    justify-content: space-evenly;
    background: #8843e1;
    border-radius: 50px;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #fdfdfd;
}

.ann-left a:hover {
    text-decoration: none;
}

.ann-mid img {
    width: 100%;
}

.ann-right {
    margin-bottom: 3%;
}

.ann-right p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    color: #020202;
}

/* ANNOUNCE FINISH */

/* MEDIA QUERIES */

.vac-apply-button {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.vac-apply-button button {
    background-color: #221238;
    color: #fff;
    font-size: 18px;
    padding: 0.44rem 1rem !important;
    font-family: montserrat !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

#apply_section {
    display: none;
}

#training_name-error,
#training_date-error,
#training_companies-error,
#training_url-error,
#training_payment-error,
#images-error {
    color: rgb(248, 57, 57) !important;
}

.filter1 {
    width: calc(100% - 320px);
    display: flex;
    align-items: center;
}

.filter1 input {
    width: 100%;
}

.main-reklam {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    padding: 0 20px;
}

.main-reklam a {
    display: flex;
    justify-content: center;
}

.main-reklam img {
    max-width: 1300px;
    width: 100%;
    /* height: 300px; */
}

/* @media screen and (max-width: 1024px) {
  .main-reklam img {
    height: 200px;
  }
} */

@media screen and (min-width: 1024px) {
    .disabled-filter {
        top: 66%;
    }
}

@media screen and (max-width: 800px) {
    img.menu-bar {
        display: block;
    }

    .moon {
        display: none;
    }

    .ham-menu {
        display: block;
    }

    header {
        position: relative;
    }

    nav {
        padding: 0 15px;
    }

    .menu-items {
        position: absolute;
        background-color: #f4f9fd;
        border-top: 1px solid #8843e1;
        top: 88px;
        width: 100%;
        z-index: 5;
        left: -100%;
    }

    .menu-item-active {
        left: 0;
    }

    .nav-mobile-active {
        left: 0 !important;
    }

    .menu-items ul {
        flex-direction: column;
        align-items: center;
        background-color: #f4f9fd;
    }

    .menu-items ul li {
        padding: 12px;
    }

    .menu-close {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .blocks {
        margin-top: 0;
    }

    .block1 {
        width: 95%;
    }

    .button_mt {
        max-width: 30% !important;
        flex: inherit;
    }

    .text-left {
        display: flex;
        /* justify-content: center; */
        gap: 10px;
    }

    /* .main-reklam img {
    height: 150px;
  } */
}

@media screen and (max-width: 500px) {
    /* .main-reklam img {
    height: 100px;
  } */
}

footer {
    width: 100%;
}

@media screen and (max-width: 955px) {
    .new-vac-div {
        justify-content: center;
        gap: 18px;
    }

    .vac-card {
        width: 100%;
    }

    .vac-name {
        font-size: 16px;
    }

    .company-div {
        justify-content: center;
    }

    .popular-div {
        justify-content: center;
    }

    .custom-container {
        margin-top: 15%;
    }

    .pop-card1 {
        width: 70%;
        justify-content: space-around;
    }
}

@media screen and (max-width: 578px) {
    .active-filter {
        justify-content: center;
    }

    .filter2 {
        margin-top: 5%;
        display: flex;
        gap: 5px;
    }
}

@media screen and (max-width: 483px) {
    .comp-card {
        width: 95vw;
    }

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

    .inner2 img {
        width: 100%;
        height: 80px;
    }

    .pop-button2 {
        width: 100%;
    }

    .popular-div {
        justify-content: center;
    }

    .pop-card1 {
        width: 100%;
    }

    .filter-searc {
        width: 130px;
        height: 30px;
        font-size: 13px;
    }

    .text-left {
        justify-content: center;
    }

    .detail-search {
        width: 130px;
        height: 30px;
        font-size: 13px;
    }

    .active-filter {
        top: 40%;
    }

    .button_mt {
        max-width: 40% !important;
        flex: inherit;
    }
}

@media screen and (max-width: 376px) {
    .button_mt {
        max-width: 46% !important;
    }

    .footer {
        padding-top: 20px !important;
    }

    .footer-container {
        padding-bottom: 21px !important;
    }

    /* .header-info{
    margin-top: 15% !important;
  } */
}

/* MAIN CSS FINISH */

/* FOOTER CSS START */
.footer {
    width: 100%;
    background: #221238;
    padding-top: 50px;
    margin-top: 10px;
}

.footer-container {
    max-width: 1000px !important;
    width: 100%;
    padding-bottom: 94px;
}

.footer-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.footer-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-left span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 15px;
    text-transform: capitalize;
    color: #e5f6ff;
    margin-left: 15px;
    margin-bottom: 35px;
}

.footer-logo-social {
    /* width: 50%; */
    display: flex;
    margin-top: -13%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-social {
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social div {
    background: #8843e1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social div:hover {
    opacity: 0.8;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer-links h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #e5f6ff;
    margin-bottom: 14px;
}

.footer-links ul {
    list-style: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.footer-left ul li {
    margin-top: 6px;
}

.footer-links a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #e5f6ff;
}

.footer-links a:hover {
    color: #e5f6ff;
}

.footer-right h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 15px;
    text-transform: capitalize;
    color: #e5f6ff;
}

.footer-right p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #e5f6ff;
    margin-top: 21px;
    margin-bottom: 23px;
}

.footer-right form {
    display: flex;
    align-items: center;
}

.footer-right button {
    border: none;
    outline: none;
    background-color: #e5f6ff;
    height: 100%;
    width: 13%;
}

.footer-input-group {
    width: 87%;
    background-color: #e5f6ff;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding-left: 5px;
}

.footer-right label {
    position: absolute;
    color: #e5f6ff;
    left: -5px;
    top: 48px;
    color: rgb(171, 0, 0);
    font-weight: 700;
    font-size: 14px;
}

.footer-input-label {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-input-label input {
    background-color: #3b3c3b;
    width: 100%;
    padding: 9px 6px;
    color: #e5f6ff;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.footer-input-label input::placeholder {
    color: #fff !important;
}

.footer-right form div input {
    border: none;
    background-color: #3b3c3b;
    width: 100%;
    height: 40px;
    color: #fff;
    padding: 0 10px;
    outline: none;
    border: none;
}

.footer-right form div input::placeholder {
    color: #e5f6ff !important;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 800;
}

.footer-bottom {
    display: flex;
    padding: 0px !important;
    border-top: 1px solid #e5f6ff;
    height: 50px;
}

.footer-bottom-container {
    max-width: 1000px !important;
    width: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.footer-bottom span,
.footer-bottom span a {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #e5f6ff;
    padding: 0 20px;
    /* border-left: 1px solid #e5f6ff; */
}

.footer-all-rights {
    border-left: 1px solid #e5f6ff;
    border-right: 1px solid #e5f6ff;
}

.buta_teref {
    padding: 0 !important;
}

.footer-bottom span a {
    color: rgba(229, 246, 255, 1);
}

.footer-span1 {
    padding-left: 10px !important;
    border: none !important;
}

.dropdown-comp-3 h2 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

.pagination-nav {
    width: 100% !important;
    margin: initial !important;
    max-width: initial !important;
    /* margin-bottom: 20px!important; */
    flex-direction: column;
}

.pagination-nav .footer {
    width: 100% !important;
}

#favoriteButton img {
    position: absolute;
    top: 24px;
    right: 18px;
}

@media screen and (max-width: 768px) {
    .dropdown-comp-3 {
        justify-content: center;
    }

    .dropdown-comp-3 .select_box {
        width: 60%;
    }

    .filter1 {
        width: 100% !important;
    }

    .active-filter-jobsearchinner {
        gap: 15px !important;
    }
}

@media screen and (max-width: 500px) {
    .footer-social div {
        width: 30px;
        height: 30px;
    }

    .footer-social img {
        width: 45%;
    }

    .footer-links a {
        font-size: 13px;
    }

    .footer-links-wrapper {
        padding-right: 0 !important;
    }

    .footer-left {
        justify-content: space-between;
    }

    .footer-right p {
        font-size: 13px;
    }

    .footer-logo-social {
        width: 100%;
    }

    .footer-input-label {
        width: 100%;
    }

    .footer-bottom span {
        padding: 0 5px;
        /* font-size: 8px; */
    }

    .footer-bottom-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-all-rights {
        border: none;
    }

    .vac-inner1-a {
        font-size: 11px;
    }

    .vac-name,
    .comp-link,
    .vac-time {
        font-size: 19px;
    }
}
/* FOOTER CSS FINISH */

@media screen and (max-width: 360px) {
    .footer-input-label {
        width: 100%;
    }

    .footer-right button {
        width: 17%;
    }

    .vac-card {
        gap: 0;
        padding: 10px;
    }

    .vac-inner1-a {
        font-size: 10px;
        width: 170px;
    }

    .vac-name,
    .comp-link,
    .vac-time {
        font-size: 12px;
    }
}

/* @media screen and (max-width: 315px) {
  .footer-bottom span {
    font-size: 6.7px;
  }
} */

@media screen and (max-width: 600px) {
    .home-filter {
        margin-top: 15%;
    }
}

.heart-icon,
.red-heart-icon {
    width: 21px;
}

::placeholder {
    color: #495057 !important;
}

.mobile_banner {
    display: none;
}
@media screen and (max-width: 425px) {
    .desktop_banner {
        display: none;
    }
    .mobile_banner {
        display: block;
    }
}
