:root {
    --mainColor: #f85200;
    --secondColor: #0082c8;
    --hoverColor: ;
    --textColor: #f85200;
    --bg: #f7f5e1;
    --border_px: 0.06613756613756613vw;
    --black: #303030;
    --mdFont: "GE Dinar md";
    --lightFont: "GE Dinar light";
    --mainFont: "CoconNextArabic";
}

::selection {
    background-color: #67a1d5;
    color: #fff;
}

h3 {
    font-size: 20px;
}



/*-------------------------------- 1200px --------------------------------*/
@media screen and (max-width: 1250px) {
    .myheader {
        display: flex;
        justify-content: space-between;
        position: unset;
        gap: 0rem;
        align-items: center;
    }

    .halfSlider img {
        max-width: 400px;
        max-height: 400px;
    }

    .tri {
        width: 13rem;
        height: 14rem;
        padding-top: 2rem;
    }

    .siteName {
        padding-top: 3rem;
        padding-bottom: 4rem;
        margin-bottom: 1rem;
    }

    section.proList ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .ContactUs_map .map {
        float: none;
        width: 100%;
    }

    .locationInfo {
        width: 100%;
        float: none;
        margin: 1rem 0px;
    }

    .locationInfo ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .locationInfo>ul>li {
        padding: 10px;
    }

    section.ContactUs_map,
    section.ContactUs_message {
        margin-bottom: 0rem;
    }

    .ContactUs_message form {
        float: none;
        width: 100%;
    }

    .mapLocation iframe {
        width: 100%;
    }
}

/*-------------------------------- 1250px --------------------------------*/
/*-------------------------------- 992px --------------------------------*/
@media screen and (max-width: 992px) {
    h1 {
        font-size: 27px;
    }

    h4 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    a,
    p {
        font-size: 15px;
    }

    html {
        overflow-x: hidden;
    }

    .halfSlider img {
        max-width: 300px;
        max-height: 300px;
    }

    .tri {
        width: 10rem;
        height: 10rem;
        padding-top: 1rem;
    }

    .callAction a {
        width: 100px;
        height: 33px;
    }

    .homeMenue a {
        font-size: 15px;
    }

    section.products .card {
        width: 200px !important;
        height: 310px;
    }

    section.aboutUs {
        padding: 2rem 4rem;
    }

    .mediaTabs button {
        width: 130px;
        height: 36px;
        border-radius: 10px;
        font-size: 15px;
    }

    .siteName {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .ContactUs_map .map {
        height: auto;
        padding: 1rem;
        width: 100%;
    }

    .ContactUs_map .map ul li:nth-child(1) {
        top: 10%;
        left: 37%;
    }

    .ContactUs_map .map ul li:nth-child(2) {
        top: 17%;
        left: 34%;
    }

    .ContactUs_map .map ul li:nth-child(3) {
        top: 35%;
        left: 17%;
    }

    .ContactUs_map .map ul li:nth-child(4) {
        top: 63%;
        left: 33%;
    }

    .ContactUs_map .map ul li:nth-child(6) {
        top: 27%;
        left: 52%;
    }

    .ContactUs_map .map ul li:nth-child(5) {
        top: 65%;
        left: 52%;
    }

    .ContactUs_map .map ul li:nth-child(7) {
        top: 42%;
        left: 67%;
    }

    .ContactUs_map .map ul li:nth-child(8) {
        top: 8%;
        left: 73%;
    }

    .ContactUs_map .map ul li:nth-child(9) {
        top: 13%;
        left: 85%;
    }

    .ContactUs_map .map ul li:nth-child(10) {
        top: 66%;
        left: 82%;
    }

    .productsDetails .products .images {
        float: none;
        width: 100%;
    }

    .descriptions {
        margin-left: 0rem;
        padding-top: 2rem;
    }

    section.brand ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 4rem;
    }
}

/*-------------------------------- 992px --------------------------------*/
/*-------------------------------- 767px --------------------------------*/
@media screen and (max-width: 767px) {
    section.brand ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }

    /* header .homeMenue {
        display: none;
    } */
    .menuIcon {
        display: block;
    }

    .menuIcon img {
        width: 40px;
        filter: invert(1) brightness(1);
    }

    header .homeMenue ul {
        box-shadow: 3px -3px 6px 3px rgb(0 0 0 / 50%);
        border-radius: 10px;
        display: flex !important;
        gap: 1rem;
        flex-wrap: wrap;
        flex-direction: column;
        position: absolute;
        top: 4rem;
        right: -100%;
        background: black;
        padding: 1rem;
        width: 12rem;
        color: white;
        z-index: 1;
    }

    header .homeMenue ul.active {
        right: -3% !important;
    }

    .menuIcon .x {
        display: none;
    }

    .halfSlider img {
        max-width: 200px;
        max-height: 200px;
    }

    .callAction {
        gap: 10px;
    }

    .homeslider .slick-dots li button,
    .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .halfSlider {
        padding: 5rem;
    }


    .callAction {
        top: 10%;
    }

    .brands li.cards {
        padding: 1rem;
        width: 100% !important;
        height: auto;
    }

    section.about {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    section.about img {
        width: 100%;
        height: 100%;
        padding: 0px 1rem;
    }

    section.about .text {
        width: 100%;
        margin-left: 0px;
        padding: 0rem 3rem;
    }

    section.about .text p {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 26px;
        margin-bottom: 1rem;
    }

    footer.footer.py-5 {
        margin-top: 0rem;
    }

    footer .row {
        justify-content: space-between;
        text-align: center;
        justify-content: center;
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }

    footer .homeMenue ul {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

    footer .homeMenue a {
        font-size: 14px;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    section.proList ul {
        grid-template-columns: repeat(2, 1fr);
    }

    section.aboutUs {
        padding: 1rem 2rem;
    }

    section.images ul,
    section.videos ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .ContactUs_message form input {
        width: 100%;
        height: 40px;
        margin-bottom: 0px;
    }

    .ContactUs_message form textarea {
        width: 100%;
    }

    .locationInfo ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .locationInfo>ul>li {
        width: 100%;
        height: 80%;
    }

    .ContactUs_map .map ul li {
        width: 7px;
        height: 20px;
    }

    .siteName h1 {
        padding-left: 50px;
    }

    .siteName {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .ContactUs_message form {
        margin-bottom: 2rem;
    }


    .related h2 {
        left: 15%;
    }

    .CoPacking ul {
        width: 95%;
    }

    .callAction {
        top: 16%;
    }

    .tri {
        width: 8rem;
        height: 6rem;
        padding-top: 1rem;
    }

    h3 {
        font-size: 14px;
    }
}

/*-------------------------------- 768px --------------------------------*/
/*-------------------------------- 450px --------------------------------*/
@media screen and (max-width: 450px) {
    .tri h3 {
        font-size: 13px;
    }

    .flipres {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .ContactUs_message form {
        margin-bottom: 0rem;
    }

    section.productsCoPacking.Coproducts ul,
    .related ul,
    .CoPacking ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .resFlip {
        display: flex;
        flex-direction: column-reverse;
    }

    section.brand ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    h1 {
        font-size: 19px;
        margin-bottom: 1rem;
    }

    .logo img {
        width: 75px;
    }

    .halfSlider img {
        max-width: 175px;
        max-height: 175px;
    }

    section.brands {
        margin: 0rem 0px;
    }

    .brands li.cards {
        width: 90% !important;
    }

    section.about .text h1 {
        margin-bottom: 1rem;
    }

    section.about .text {
        padding: 0rem 1rem;
    }

    .copyRight p,
    .copyRight a {
        font-size: 11px;
    }

    footer .homeMenue ul {
        flex-direction: column;
    }

    section.proList ul {
        grid-template-columns: repeat(1, 1fr);
    }

    section.products .card {
        width: 250px !important;
    }

    .inner_content {
        padding-bottom: 1rem;
    }

    section.images ul,
    section.videos ul {
        grid-template-columns: repeat(1, 1fr);
    }

    section.images ul li img,
    section.videos ul li iframe {
        width: 250px;
        height: 100%;
    }

    section.images,
    section.videos {
        margin-top: 2rem;
    }

    .mapLocation iframe {
        width: 100%;
        height: 250px;
    }

    .smallslider {
        /* width: 11%; */
        width: 65px;
        height: 400px;
    }

    .smallslider li {
        display: flex !important;
        align-items: end;
        justify-content: flex-start;
    }

    .bigslider li {
        width: 90% !important;
        height: 400px;
        border-radius: 50px;
    }

    .bigslider img {
        height: 330px
    }

    .related h2 {
        margin-top: 2rem;
        background-color: black;
        padding: 5px 15px;
        width: 15rem;
        font-size: 15px;
    }

    .productsDetails {
        margin-bottom: 0rem;
    }

    .products {
        margin-bottom: 2rem;
    }

    section.images ul li {
        text-align: center;
    }

    section.products {
        text-align: center;
        margin-bottom: 2rem;
    }

    section.products h1 {
        text-decoration: underline;
        font-size: 27px;
    }

    section.products {
        width: 90%;
    }

    .related button.slick-arrow {
        margin-right: 3rem;
    }

    .smallslider img {
        height: 95px;
        width: 90%;
    }

    section.related {
        margin-bottom: 0rem;
    }

    .locationInfo ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .bigslider {
        width: 100%;
        margin-right: 0rem;
    }
}

/*-------------------------------- 450px --------------------------------*/
/*-------------------------------- 375px --------------------------------*/
@media screen and (max-width: 375px) {
    section.brand ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .tri h3 {
        font-size: 11px;
    }

    .halfSlider img {
        max-width: 150px;
        max-height: 150px;
    }

    .copyRight p,
    .copyRight a {
        font-size: 10px;
    }

    .smallslider li {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .bigslider img {
        width: 90%;
    }

    .tri {
        width: 7rem;
        height: 4rem;
        padding-top: 9px;
    }

    .halfSlider {
        padding: 3rem;
    }

    .callAction {
        top: 12%;
    }

    .brands .slick-arrow {
        margin-right: 3rem;
    }

    section.related .card {
        width: 230px !important;
    }

    .homeslider .slick-dots {
        bottom: 25px;
        left: -2px;
    }

}

/*-------------------------------- 370px --------------------------------*/
/*-------------------------------- 300px --------------------------------*/
@media screen and (max-width: 300px) {
    h3 {
        font-size: 12px;
    }

    .halfSlider img {
        max-width: 100px;
        max-height: 100px;
    }



    .halfSlider {
        padding: 3rem;
    }

    .eapps-social-share-buttons-inner {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: nowrap;
        align-content: flex-start;
    }

    .related h2 {
        width: 10rem;
    }

    .copyRight p,
    .copyRight a {
        font-size: 8px;
    }

    section.products .card {
        width: 220px !important;
    }

    section.products {
        width: 100%;
    }
}