/* Custom */
.img-carousel .back-content {
    background-color: #22252B6E;
}

.filter-job {
    border: 1px solid #0251AB;
}

.listing-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* 2ifactory */
body {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    --var--color--red: #FE431B;
    --var--color--blue: #0251AB;
    --var--color--text: #22252B;
    --var-color--title: #00A0DF;
    background-image: url("/assets/front/images/Frame\ 31.png");
    background-repeat: no-repeat;
}

.lp-hd {
    position: relative;
    padding-top: 0;
}

.ifac-bg {
    background-image: url("/assets/front/images/2ifactory-banner-2.png");
    width: 100%;
    margin-top: -20px;
    color: white;
    height: 840px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ifac-curtain {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 150px;
}

.lang-dropdown {
    display: none;
    line-height: 25px;
    color: white;
    margin-top: 10px;
    position: absolute;
    background: white;
    color: black;
    padding: 5px;
    margin: 0;
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 15%);
}

.landingpage-lang img {
    width: 30px;
}

.lang-dropdown img {
    width: 30px;
}

.landingpage-lang {
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
    /* position: fixed; */
    top: 0px;
    max-width: 80px;
    right: 5px;
}

.landingpage-lang i {
    padding-left: 10px;
}

/* .landingpage-lang:hover{
    background-color: white;
    color: black;
} */
.landingpage-lang:hover .lang-dropdown {
    display: flex;
    flex-direction: column;
}

.ifac-hd {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
}

.ifac-title {
    height: 100%;
    align-content: center;
}

.ifac-title h2 {
    color: white;
    font-size: 80px;
    text-align: center;
}

.outer-hd {
    position: relative;
}

.outer-img {
    position: absolute;
    bottom: -85px;
}

.ifac-open {
    text-align: center;
    max-width: 800px;
    margin-top: 100px;
}

.blue-item {
    padding: 25px;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(205deg, #00A0DF 0%, #0251AB 100%);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.blue-item p {
    color: white;
    font-size: 25px;
    font-weight: 800;
    text-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
    line-height: 30px;
}

.blue-square {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
}

.ifac-plateform {
    color: var(--var--color--red);
    text-align: center;
    position: relative;
}

.ifac-plateform p {
    font-size: 55px;
    font-weight: 800;
    color: var(--var--color--red);
}

.ifac-plateform span {
    font-size: 35px;
    font-weight: 800;
}

.plateform-img {
    position: absolute;
    top: -35px;
    right: 0;
}

.iot-plateform {
    background-image: url("/assets/front/images/flateform-iot.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    margin-top: 133px;
    position: relative;
    z-index: -1;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background-size: 100%;
}

.iot-plateform-desc {
    width: 50%;
}

.iot-plateform-desc p {
    font-weight: 800;
    font-size: 70px;
    color: white;
    line-height: 1;
    margin-bottom: 0;
}

.iot-plateform-desc span {
    font-size: 60px;
    font-weight: 400;
    color: white;
}

.row-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.title-desc p {
    color: var(--var--color--red);
    font-style: italic;
    font-size: 26px;
    text-align: end;
    font-weight: 300;
}

.tab button.active {
    background-color: var(--var--color--red);
    color: white;
}

.mb-tab {
    display: none;
}

.tab {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

.tablinks {
    padding: 7px 15px 7px 15px;
    border-radius: 100px;
    border: 2px solid var(--var--color--red);
    font-size: 15px;
    font-weight: 700;
    color: var(--var--color--red);
}

.tabcontent {
    display: none;
    text-align: center;
    margin-top: 20px;
}

.tabcontent img {
    width: 60%;
}

.m-180 {
    margin: 180px auto !important;
}

.content-column,
.img-column {
    width: 50%;
}

.img-column img {
    width: 100%;
}

.content-column p {
    line-height: 40px;
    margin-top: 20px;
}

.content-column h4 {
    color: var(--var--color--red);
    font-size: 20px;
    font-weight: 800;
}

.tab2 button.selected {
    color: white;
    background-color: var(--var--color--blue);
}

.tablinks2 {
    padding: 7px 15px 7px 15px;
    color: var(--var--color--blue);
    border: 2px solid var(--var--color--blue);
    border-radius: 100px;
}

.tab2 {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.tabcontent2 {
    display: none;
    padding: 60px;
    border-left: 7px solid var(--var--color--blue);
    border-radius: 3px;
}

.tab-desc h4 {
    color: var(--var--color--blue);
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.desc-list {
    padding: 0;
    line-height: 40px;
}

.desc-item {
    font-size: 15px;
}

/* .tab-row{
    align-items: center;
} */
.img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
}

.img-grid-item p {
    text-align: center;
}

.w-60 {
    width: 60%;
}

.last-content-row {
    align-items: center;
    column-gap: 30px;
}

.mt-180 {
    margin-top: 180px;
}

.landingpage-logo {
    position: relative;
    display: flex;
    justify-content: center;
}

.hd-title h4 {
    /* font-family: 'Saira Stencil One', sans-serif; */
    color: var(--var--color--red);
    font-size: 50px;
    font-weight: normal;
}

.landingpage-logo .landingpage-langg:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

.hd-title {
    right: 0;
}

.logo {
    left: 0;
    z-index: 1;
}

.lp-title {
    text-align: center;
}

.lp-title h2 {
    color: var(--var--color--text);
    font-size: 103px;
}

.lp-title p {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.lp-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-img,
.row-content {
    width: 50%;
    padding: 20px;
}

.row-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

.lp-row-rv {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.lp-outline {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.lp-outline p {
    font-weight: 700;
}

.lp-blue-item p {
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3)
}

.lp-blue-item span {
    color: white;
    font-weight: 700;
}

.big-img {
    margin-top: 150px;
    margin-bottom: 70px;
}

.big-img img {
    width: 100%;
}

.landingpage-img img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
}

.safir-hd-title p {
    position: absolute;
    top: 20%;
    left: 25%;
    font-size: 40px;
    color: var(--var--color--red);
    line-height: 1em;
}

.safir-hd-title b {
    font-size: 60px;
}

.safir-hd-title span {
    margin-left: 65px;
}

.safir-video {
    position: relative;
}

.safir-video img {
    width: 100%;
}

.play-btn {
    border: 3px solid var(--var--color--blue);
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--var--color--blue);
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}

.img-category {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin-bottom: 70px;
}

.slick-carousel-3 img {
    width: 100%;
}

.row-de-it .bg-blue-gradient {
    flex-direction: column;
    padding: 30px 25px;
}

.row-de-it .bg-blue-gradient .title-value {
    text-align: center;
}

.number {
    align-items: flex-start;
    column-gap: 24px;
    margin-top: 20px;
}

.contact {
    display: flex;
}

.contact-info {
    display: flex;
    flex-direction: column;
    row-gap: 55px;
    max-width: 390px;
    /* height: 795px; */
    justify-content: center;
}

.contact-info h2 {
    text-align: left;
}

.info-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 10px;
}

.info-inner h2 {
    font-size: 18px;
}

.info-inner-inner h2 {
    font-size: 15px;
}

.info-list {
    list-style: none;
    padding-left: 0;
}

.main-info i {
    font-size: 14px;
    color: #0251AB;
}

.main-info span {
    font-size: 15px;
    margin-left: 7px;
}

.contact-form {
    padding: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
}

.contact-form h4 {
    color: #FE431B;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.form-input {
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.form-input:focus {
    border: 1px solid #0251AB;
    outline: none;
}

.contact-form form textarea {
    padding: 20px;
}

.contact-form form input {
    padding: 9px 15px;
}

.note {
    color: red;
}

.btn-area button {
    width: 680px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #FE431B;
    color: white;
    font-size: 15px;
    font-weight: 700;
}

.captcha-area {
    /* width: 680px;
    height: 78px; */
}

.btn-area button:hover {
    background-color: #0251AB;
}

.logo-hoop {
    max-width: 150px;
}
.range-wrapper {
    position: relative;
    height: 40px;
  }

  input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 6px;
    background: transparent;
    pointer-events: none;
  }
  input[type=range]:focus{
    outline: none!important;
    border: none!important;
  }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    border: none;
  }

  input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    border: none;
  }

  .slider-track {
    position: absolute;
    height: 6px;
    background: #dee2e6;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    border-radius: 5px;
  }

  .slider-fill {
    position: absolute;
    height: 6px;
    background: #007bff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    z-index: 1;
  }