/* @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap"); */
/* @import url("https://fonts.cdnfonts.com/css/helvetica-neue-55"); */
/* @import url("fonts/bein-ar-normal.ttf"); */
@font-face {
    font-family: "beIN Normal";
    src: url("beINNormal.woff2") format("woff2"),
        url("beINNormal.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "beIN";
    src: url("beINBlack.woff2") format("woff2"),
        url("beINBlack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden !important;
    font-family: "beIN Normal" !important;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}
.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.count {
    font-size: 50px !important;
}
.ddlasd {
    margin-left: auto !important;
}

.padding-about {
    padding-right: 20px !important;
}

.clamp.two-lines {
    -webkit-line-clamp: 2;
}

.clamp.three-lines {
    -webkit-line-clamp: 3;
}

.clamp.four-lines {
    -webkit-line-clamp: 4;
}

.clamp.five-lines {
    -webkit-line-clamp: 5;
}
body {
    font-weight: bold !important;
}

.header-search {
    padding-right: 100px !important;
}

.header-search::placeholder {
    color: #d9d9d9;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.fs-sm {
    font-size: 14px !important;
}

.nav-link:hover {
    color: white !important;
    background-color: #0d6efd !important;
}
.nav-item {
    overflow: hidden;
    border-radius: 10px;
}
#active-link {
    color: rgba(246, 146, 30, 1) !important;
}

.nav-link:active {
    color: rgba(246, 146, 30, 1) !important;
}
.nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.carousel-1,
.carousel-2,
.carousel-3,
.carousel-4,
.carousel-5 {
    background-image: url(./slice-images/farm.png);
    background-position: center;
    background-size: cover;
}

.btn {
    background: transparent !important;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 1.1rem;
    padding: 12px 35px;
    display: inline-block;
    transform: skew(-21deg);
    width: 174px;
    height: 48px;
    border-color: rgba(246, 146, 30, 1) !important;
    /* Un-skew the text */
}

.btn:hover {
    background: rgba(246, 146, 30, 1) !important;
}

.btn > span {
    display: inline-block;
    transform: skew(21deg);
    padding-top: 4px;
}

.btn-active {
    background-color: rgba(246, 146, 30, 1) !important;
}

.carousel-control-prev {
    left: -90px !important;
}

.carousel-control-next {
    right: -90px !important;
}

.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 15px !important;
}

.carousel-indicators {
    right: 1000px !important;
    margin-left: 0 !important;
    transform: skew(-21deg) !important;
    fill: black !important;
}

.carousel {
    overflow-x: hidden !important;
}

.carousel-indicators .active {
    background-color: rgba(246, 146, 30, 1) !important;
}

.line-btn {
    position: relative;
}

.line-1 {
    position: absolute;
    top: -10px;
    left: 15px;
}

.line-2 {
    position: absolute;
    top: -10px;
    left: 240px;
}

.line-1-ar {
    position: absolute;
    top: -10px;
    left: 558px;
}

.border-right {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.minus-space {
    margin-top: -6px !important;
}

.bg-change {
    background: #eee;
}

.box-1 {
    width: 100%;
    height: 220px;
    background-image: url(./slice-images/image1.png);
    background-position: center;
    background-size: cover;
}

.box-2 {
    height: 180px;
    background-image: url(./slice-images/image2.png);
    background-position: center;
    background-size: cover;
}

.box-3 {
    height: 180px;
    background-image: url(./slice-images/image3.png);
    background-position: center;
    background-size: cover;
}

.box-4 {
    height: 180px;
    background-image: url(./slice-images/image4.png);
    background-position: center;
    background-size: cover;
}

.line-btn-box {
    position: relative;
}

.line-btn-box1 {
    position: absolute;
    left: -28px;
    top: -10px;
}

.bg-img {
    background-image: url(./slice-images/Rectangle\ 10.svg);
    background-position: 100%;
    background-size: cover;
    position: relative;
    aspect-ratio: 16 / 9;
    width: 50%;
    transform: scaleX(-1);
}

.img-card {
    width: 384px !important;
    /* height: 195px !important; */
}

.img-medison {
    margin-top: -22px;
    /* margin-left: 41px; */
    padding-right: 12px;
    transform: rotateY(180deg);
    height: 220px;
    padding-left: 9px;
}

.larg-line1 {
    position: absolute;
    top: -14px;
    right: -17px;
}

.trusted {
    height: auto;
    background-image: url(./slice-images/bg-image.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 60px;
}

.secound-carousel {
    overflow-y: hidden;
}

.carousel-card {
    background-color: transparent !important;
    border-color: rgba(246, 146, 30, 1) !important;
    border-radius: 0% !important;
    transform: skew(-14deg) !important;
    width: 550px !important;
    height: 450px !important;
    padding: 35px;
    /* margin-bottom: 80px; */
}

.line-position {
    position: relative;
}

.small-line1 {
    position: absolute;
    top: 0;
    left: 100px;
}

.small-line2 {
    position: absolute;
    top: 0;
    left: 660px;
}

footer {
    background: #231f20;
}

.copyright {
    font-size: 12px;
}

a {
    text-decoration: none !important;
    color: white !important;
}

.filter-sidebar {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-sidebar h5 {
    font-weight: bold;
}

.filter-sidebar .list-group-item {
    border: none;
    padding: 10px;
}

/* .filter-sidebar .list-group-item:hover,
.filter-sidebar .list-group-item.active {
    background-color: #007bff;
    color: white;
} */

.list-group-item a {
    color: black !important;
}
.list-group-item a:hover {
    background-color: #007bff;
    color: white !important;
    padding-top: 5px;
    padding-bottom: 5px;
    /* padding-left: 100px; */
    /* padding-right: 40px; */
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.product-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.product-card img {
    max-height: 150px;
    margin-bottom: 15px;
}

.product-card h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-card p {
    font-size: 12px;
    color: #6c757d;
}

.pagination {
    justify-content: flex-start;
    margin-top: 20px;
}

.pagination .page-item .page-link {
    color: #007bff;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.slick-prev:before,
.slick-next:before {
    color: #007bff;
}

.breadcrumb {
    background: none;
    padding: 0;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #007bff;
}

.under-line-link {
    border-bottom: 3px solid rgba(246, 146, 30, 1) !important;
}

.carousel-cell {
    width: 100%;
    padding: 0 0;
    margin-top: 25px;
    background-color: #eee;
    text-align: center;
    color: aliceblue;
    font-weight: 700;
}

.flickity-page-dots {
    bottom: auto;
    margin-top: 3.5em;
    margin-bottom: 1.25em;
    counter-reset: line-number 0;
}
.flickity-page-dots .dot {
    position: relative;
    counter-increment: line-number 1;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0.25em 0.533em;
    margin: 0 1em;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    opacity: 1;
}

.flickity-page-dots .dot.dot--gap {
    visibility: hidden;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.flickity-page-dots .dot.dot--gap + .dot:not(.dot--gap) {
    margin-left: 2em;
}
.flickity-page-dots .dot.dot--gap + .dot:not(.dot--gap):after {
    content: "…";
    position: absolute;
    right: 100%;
    bottom: 10%;
    margin-right: 1em;
    pointer-events: none;
}
.flickity-page-dots .dot:before {
    content: counter(line-number, decimal);
}
.flickity-page-dots .dot.is-selected {
    background: #1b75bb;
    color: white;
}

.img-card1 {
    width: 310px !important;
    /* height: 195px !important; */
}

.category-dropdown {
    padding: 10px;
}

.right-side {
    margin-top: -1px;
}

.list-group-item {
    border: none;
    height: auto;
    padding: 20px;
}

.list-group-item-active {
    height: auto;
    padding: 20px;
    border-right: 4px solid #f6921e !important ;
}

.next {
    left: 650px !important;
    border-radius: 0 !important;
    background-color: white;
    top: 116%;
}

.previous {
    left: 290px !important;
    border-radius: 0 !important;
    background-color: white;
    top: 116%;
}

.img-farm {
    width: 690px;
    height: 591px;
}

.text-gray {
    color: #757575;
}

.border-dashed {
    border-right: 1px dashed black;
}

.minus-margin-left {
    margin-left: -7px;
}

.line-1 {
    direction: rtl;
    position: absolute;
    top: -10px;
    left: 558px;
}

.line-2 {
    direction: rtl;
    position: absolute;
    top: -10px;
    left: 333px;
}

.line-1-ar {
    direction: rtl;
    position: absolute;
    top: -10px;
    left: 15px;
}

.line-btn-box {
    direction: rtl;
    position: relative;
    margin-left: 20px;
}

.list-group-item {
    direction: rtl;
    border: none;
    height: auto;
    padding: 20px;
}

.list-group-item span {
    direction: rtl;
    float: left !important;
}

.branches li.active {
    border-right: 4px solid #f6921e;
    background: #1b75bb;
    color: white;
}

.branches {
    /* padding: 20px; */
    height: 500px;
    overflow-y: scroll;
}

.branches h2 {
    margin-top: 0;
    font-size: 1.5em;
}

.branches ul {
    list-style: none;
    padding: 0;
}

.branches li {
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

    cursor: pointer;
}

.branches ul li.active .chang-color {
    filter: invert(50%) sepia(80%) saturate(400%) hue-rotate(350deg);
}

.branches li span {
    font-size: 0.9em;
    color: #555;
}

.imageslider ul {
    list-style: none;
}

.imageslider li.active {
    border: 4px solid #1b75bb;
}

.bg-small-slider {
    width: 86px;
    height: 86px;
}

.text-orange {
    color: rgba(246, 146, 30, 1);
}

.card-padding-home {
    margin-left: 30px;
}

.edit-margin {
    margin-left: -65px;
}

.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}
#pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}
#pagination li {
    display: inline;
}
#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #000;
}

/* Active and Hoverable Pagination */
#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
#pagination li a.active {
    background-color: #070a0e;
    color: #fff;
}
#pagination li a:hover:not(.active) {
    background-color: #ddd;
}

/* border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex;
}
#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#border-pagination li {
    display: inline;
}
#border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}
#border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
#border-pagination li a.active {
    background-color: #007bff !important;
    color: #fff !important;
}
#border-pagination li a:hover:not(.active) {
    background: #8d8787;
    color: #000;
}
.video-ps {
    bottom: 10% !important;
}

/* #video-background {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

    object-fit: cover !important;
} */
video {
    width: 100%;

    object-fit: cover;
    object-position: top;
}

.video-lg {
    height: 550px !important;
}
.video-sm {
    height: 300px !important;
    border-radius: 10px !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}

.imageslider li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.img-carousel {
    height: 422px !important;
    object-fit: contain;
}
.border-about {
    border-right: 1px solid #777;
    padding-right: 20px !important;
}

@media (max-width: 992px) {
    .carousel-card {
        width: 250px !important;
        overflow: auto;
    }
    .carousel-card h6 {
        margin-bottom: 0;
        margin-top: 30px;
    }
    button.carousel-control-prev {
        left: 0 !important;
    }
    button.carousel-control-next {
        right: 0 !important;
    }
    .line-position img {
        display: none;
    }
}
@media (max-width: 768px) {
    .big-logo {
        width: 200px !important;
    }

    .resize-btn {
        width: 125px;
    }

    body {
        overflow-x: hidden !important;
    }
}

.cataloge-btn {
    border-radius: 10px;
    color: white !important;
}
.cataloge-btn a {
    text-decoration: none !important;
    /* color: white !important; */
}
.cataloge-btn:hover {
    background-color: blue !important;
    color: white !important;
}

.cataloge-btn:hover a {
    color: white !important;
}

.open-cataloge {
    background-color: rgba(246, 146, 30, 1) !important;
}

.text-orange {
    color: rgba(246, 146, 30, 1) !important;
}

.text-right {
    text-align: right !important;
}
.box-10 {
    height: 460px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100% !important;
}

.nav-link {
    text-decoration: none;
    padding: 10px;
    display: block;
}
.submenu {
    display: none;
    position: absolute;
    /* top: 100%; */
    /* left: 0; */
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    z-index: 1000;
}
.nav-item:hover .submenu {
    display: block;
}
.submenu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}
/* .submenu li a:hover {
background-color: #f1f1f1;
} */

.nav-link2 {
    text-decoration: none;
    padding: 10px;
    display: block;
}
.nav-link2:hover {
    color: white !important;
    background-color: #0d6efd !important;
    /* border-radius: 10px ; */
    /* overflow: hidden; */
}
.submenu2 {
    display: none;
    position: absolute;
    top: 0;
    right: 180px;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    z-index: 1000;
}
.nav-item2:hover:hover .submenu2 {
    display: block;
}
.submenu2 li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}
/* .submenu2 li a:hover {
    background-color: #f1f1f1;
} */
.nav-item2 {
    overflow: hidden;
    /* border-radius: 10px ; */
}
