@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/woff/IRANYekanX-Light.woff") format("woff"),
    url("../fonts/woff2/IRANYekanX-Light.woff2") format("woff2");
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/woff/IRANYekanX-Black.woff") format("woff"),
    url("../fonts/woff2/IRANYekanX-Black.woff2") format("woff2");
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 950;
    src: url("../fonts/woff/IRANYekanX-ExtraBlack.woff") format("woff"),
    url("../fonts/woff2/IRANYekanX-ExtraBlack.woff2") format("woff2");
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/woff/IRANYekanX-Bold.woff") format("woff"),
    url("../fonts/woff2/IRANYekanX-Bold.woff2") format("woff2");
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/woff/IRANYekanX-Regular.woff") format("woff"),
    url("../fonts/woff2/IRANYekanX-Regular.woff2") format("woff2");
}
:root {
    --navbar-text: #5a5a5a;
    --navbar-text-active: #80d3e5;
    --main-aside-text: #2f2f2f;
}
body {
    overflow-x: hidden;
    background-color: #efefef;
}

* {
    font-family: IRANYekanX;
}

.btn {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: black;
    background: var(--navbar-text-active);
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 0px;
    text-transform: uppercase;
}
/* .btn:hover{
	color:black;
	background:var(--main-aside-text);
} */
.industrial,
.carousel,
.mainRoad {
    margin-top: 130px;
}

::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--navbar-text-active);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
/* navbar */

header .navbar {
    position: fixed;
    top: 10px;
    width: inherit;
    max-width: inherit;
    transition: all 0.7s ease;
    margin-left: -12px;
    z-index: 99;
    direction: ltr;
}
header .navbar.fixed {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(17.5px);
    border-radius: 25px;
    top: 20px;
}
.navbar__profile {
    list-style-type: none;
}
.navbar__profile svg {
    fill: #1f1f1f;
    transition: fill 0.2s ease;
}
.navbar__profile svg:hover {
    fill: var(--navbar-text-active);
}

.navbar__profile span {
    width: 2px;
    height: 20px;

    background-color: var(--navbar-text);
}
.navbar__search-Bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0px 1px 37.5px 7px rgba(0, 0, 0, 0.15);
}
.mobile-nav {
    justify-content: normal;
    width: 80%;
}
.mobile-nav input {
    width: 60%;
}
.nav-mobile-category {
    position: absolute;
    top: 80px;
    color: black;
}
.navbar__search-btn {
    border: 0;
    outline: none;
    background-color: transparent;
    transform: translateX(2px);
    padding: 3px;
}

.navbar__search {
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    transition-delay: 2s;
}

.navbar__search-Bar:hover .navbar__search,
.navbar__search-Bar .navbar__search:focus {
    width: 100px;
    transition-delay: 0s;
    margin-left: 5px;
}

.navbar__phone {
    background-color: var(--navbar-text-active);
    box-shadow: 0px 4px 46px -18px var(--navbar-text-active);

    padding: 5px 15px;
    border-radius: 53px;
}

.dropdown .dropdown-menu {
    display: none;
}
.dropdown-menu {
    border-radius: 38px;
}

.dropdown:hover > .dropdown-menu,
.dropstart:hover > .dropdown-menu {
    display: block;
}
.dropstart:hover > .dropdown-menu {
    top: 0;
    right: 282px;
}

.navbar__menu .nav-link.active {
    border-radius: 21px;
    padding: 5px 15px;

    background: var(--navbar-text-active);
}

.navbar__menu .nav-item {
    margin-left: 1rem;
}

.navbar__menu .dropdown-menu {
    left: 0;
}

.navbar__menu .dropdown-item {
    padding: 1rem;
    text-align: right;
}

.navbar__menu .dropdown-item:hover {
    background: var(--navbar-text-active);
    box-shadow: 0px 0px 25.8px 6px var(--navbar-text-active);
}
/* small navbar */
.navbar__search-btn.sm,
#menu-toggle {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0px 1px 37.5px 7px rgba(0, 0, 0, 0.15);
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.navbar__menu-sm {
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 70vw;
    padding-top: 30px;
    border-radius: 65px;
    background: #fff;
    box-shadow: 57px 0px 125.1px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
    transition: all 0.8s ease-in-out;
}
.navbar__menu-sm.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 101;
    overflow: scroll;
    height: 600px;
}
.nav__menu-sm > li button {
    position: relative;
    background: none;
}

.nav__menu-sm .nav__main-collapse button {
    display: flex;
    align-items: center;
}
.nav__menu-sm > li button::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M13.4582 7.52084L9.49984 11.4792L5.5415 7.52084' stroke='%235A5A5A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    transition: transform 0.35s ease;
}
.nav__main-collapse {
}
.nav__menu-sm .nav__main-collapse button::before {
    left: -10px;
}

.nav__menu-sm > li button[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

.nav__main-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: right;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 0%;
    padding: 10px 30px;
}

.nav__main-collapse a {
    color: #000;
    text-align: right;
    font-size: 0.8125rem;
    font-weight: 600;
}
.btn-toggle-nav li {
}
/* header img */

.header__items {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.header__items img {
    width: 100%;
}

.header__content {
    position: absolute;
    bottom: 10%;
    right: 5%;
}
.header__content h1 {
    color: #1d263a;
    font-weight: 600;
    margin-bottom: 20px;
}

.header__content > ul li {
    color: #1d263a;
    font-weight: 600;
    opacity: 0.7;
}

.header__content nav {
    margin-top: 50px;
}
.header__navbar {
    background-color: white;
    border-radius: 10px;
    padding: 15px 5px;
}
.header__navbar li {
    margin: 0 5px;
}

.header__navbar li a {
    color: #1d263a;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 10px;
}
.header__navbar li a:hover {
    background-color: #0a043cd8;
    color: white;
}

.header__navbar li a.active {
    background-color: #0a043c;
    color: white;
}
.header__downloads {
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    margin-top: 50px;
}

.header__downloads button {
    width: 100%;
    border-radius: 20px;
    padding: 20px 10px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    color: black;
    background-color: white;
    font-weight: 600;
    border: 0;
    outline: none;
    transition: all 0.2s ease;
}
.header__downloads button:last-child {
    color: white;
    background-color: #4ca3ff;
}
.header__downloads button:hover {
    transform: scale(1.05);
}

.header__downloads button img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin: 0 5px;
}

/* .header__img{
    width: 100%;
}


.header__features{
    z-index: 1;
    position: relative;
    top: -60px;
}
.header__feature{
    border-radius: 41px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(17.5px);
    transition: all .3s ease;
}
.header__feature:hover{
    background: rgba(255, 255, 255, 0.6);

}

.header__feature p{
    font-size: 1.3rem;
} */

/* main */

.productInfoRow {
    width: 100%;
    padding: 10px;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
    background-color: white;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.093);
    border-radius: 30px;
    transition: all 0.2s ease;
    margin: 10px 0;
}
.productInfoRow img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.productInfoRow p {
    font-size: 1.3rem;
    color: #000000ed;
}
.productInfoRow:hover {
    box-shadow: 0 0 5px 3px rgba(6, 80, 170, 0.2);
}
/* aside */
.productInfoRow--aside img {
    border-radius: 20px;
}
.aside__title {
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 10px;
}
.aside__title h3 {
    font-size: 1.2rem;
    position: relative;
    color: #377eff;
}

.aside__title h3::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--main-aside-text);
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: -17px;
}

.aside__title a {
    width: 150px;
    text-align: center;
    font-size: 0.9rem;
    background-color: #80d2e53c;
    padding: 5px;
    color: var(--navbar-text);
    font-weight: bold;
    border-radius: 10px;
    /* text-decoration: underline;  */
}
.aside__title a:hover {
    background-color: #80d2e5aa;
    color: black;
}

.main__aside {
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 30px 15px;
    margin-top: 30px;
    background-color: white;
    /* border: 1px solid var(--main-aside-text); */
    border-radius: 20px;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.299);
}
.main__aside > img {
    width: 100%;
    max-height: 200px;
    border-radius: 20px;
}
.main__aside > a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: black;
    font-size: 1rem;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.main__aside > a:hover {
    background-color: var(--navbar-text-active);
    border: 1px solid transparent;
}
/* colorful */
.colorful {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
}
.colorful p {
    padding: 20px;
    border-radius: 20px;
    color: white;
    margin: 15px 0;
    background-size: 100%;
    transition: all 0.8s ease;
}
.colorful p:hover {
    background-size: 200%;
}
/* industry machine card */

.main__industryCard--wrapper {
    /* margin-top: 50px; */
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 50px 20px;
}

.main__industryCard {
    background-color: white;
    border-radius: 30px;
    padding: 20px;
    font-size: 0.8rem;
    text-align: center;
}

.main__industryCard img {
    width: 200px;
    height: 200px;
    border-radius: 30px;
    margin-top: -50px;
}

.main__industryCard:hover img {
    transform: scale(1.04);
}

.main__industryCard p {
    color: black;
    font-size: 0.9rem;
    margin: 15px 0;
    text-align: right;
}

.main__industryCard a {
    display: block;
    width: 50%;
    border: 1px solid black;
    color: black;
    border-radius: 30px;
    padding: 10px 0;
    margin: 0 auto;
}

.main__industryCard a:hover {
    border: 1px solid transparent;
    color: white;
    background-color: black;
}
.orderServices__wrapper {
    max-width: 1920px;
    margin: 100px auto 0;
    position: relative;
}
.orderServices__wrapper::before {
    content: "";
    width: 100%;
    height: 50px;
    border-radius: 50%;
    background-color: #efefef;
    position: absolute;
    top: -25px;
}

.orderServices__wrapper img {
    width: 100%;
}
.orderServices {
    width: 100%;
    max-width: 400px;
    position: relative;
    padding: 50px 20px;
    background-color: white;
    border-radius: 30px;
    position: absolute;
    bottom: 20%;
    right: 10%;
    transition: all 0.5s ease-in;
}
.orderServices > img {
    position: absolute;
    width: 150px;
    right: -70px;
    bottom: 50px;
}
.orderServices h4 {
    color: var(--main-aside-text);
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}

.orderServies__par {
    color: var(--navbar-text);
    font-size: 1rem;
    margin: 0 0 30px;
}

.orderServices a {
    display: block;
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 15px 10px;
    background-color: #ff794d;
    text-align: center;
    color: white;
    box-shadow: 0 0 5px 0 #ff794d;
}
.orderServices a:hover {
    box-shadow: 0 0 5px 1px #ff794d;
}

.orderServices a span {
    display: inline-block;
    transition: all 0.2s ease;
}

.orderServices a:hover span {
    transform: translateX(7px) scale(1.3);
}

.orderServices__author {
    width: 70%;
    border-radius: 20px;
    padding: 15px 10px;
    margin: 10px auto 0;
    background-color: #fa5252;
    color: white;
    box-shadow: 0 0 5px 0 #fa5252;
    text-align: center;
}

/* row articles */

.rowArticle__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 20px 0;
}
.rowArticle__wrapper {
    height: inherit;
    min-height: 120px;
    border-radius: 30px;
    overflow: hidden;
    background-color: white;
    /* padding: 10px; */
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.31);
    display: flex;
    align-items: stretch;
}
.rowArticle__container > a {
    height: 100%;
}

.rowArticle__wrapper img {
    width: 170px;
}

.rowArticle__par {
    color: black;
    padding: 10px;
}

/* industryCards - big image */

.main__industryCard--wrapper.img--resize {
    margin-top: 50px;
}
.main__industryCard--wrapper.img--resize .main__industryCard {
    padding: 20px 0;
}
.main__industryCard--wrapper.img--resize .main__industryCard img {
    width: 100%;
    max-height: 200px;
}

.main__industryCard--wrapper.img--resize .main__industryCard p {
    padding: 0 10px;
    position: relative;
    margin-top: 20px;
}

.main__industryCard--wrapper.img--resize .main__industryCard p::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid var(--navbar-text);
    right: 0;
    top: -5px;
}
/* ad banners */
.adRow > div {
    height: 200px;
}
.adRow__devide > div a {
    display: block;
    height: 100%;
    overflow: hidden;
    transition: all 0.2s ease;
}
.adRow__devide {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.adRow__devide img {
    width: 100%;
    height: 100%;
}
.adRow__devide div:hover img {
    transform: scale(1.1);
}
/* card aside */
.main__industryCard--wrapper.card-aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.main__industryCard--wrapper.card-aside img {
    width: 100%;
    margin: 0;
}

/* popular products */

.popular__container {
    background-color: #f9df6e;
    margin: 50px 0;
}

.popular__content--wrapper {
    align-items: center;
    justify-content: space-between;
    padding: 30px 10px;
    gap: 30px;
}

.popular__content--wrapper h4 {
    text-wrap: nowrap;
}

.popular__image--wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.popular__image--wrapper img {
    width: 100%;
    border-radius: 20px;
}

/* news & articles */

.new__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.new__wrapper > div {
    padding: 10px;
    border-top: 1px solid #b9b9b9;
}
.new__wrapper p {
    color: black;
    font-size: 1rem;
}
.new__wrapper p:hover {
    color: var(--navbar-text-active);
}
/* flatCard */
.flatCard {
    padding: 40px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.flatCard p {
    font-size: 1.1rem;
    color: black;
}
.flatCard svg {
    width: 70px;
    height: 70px;
}
/* multi column */

.multiCol {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 10px;
    border: 1px solid #dbdbdb;
    gap: 10px;
    border-radius: 20px;
    background-color: white;
}

.multiCol img {
    width: 60px;
    height: 60px;
    border-radius: 15px;
}

.multiCol p {
    font-size: 1rem;
    color: black;
}

/* .main__content video{
    width: 100%;
    border-radius: 100px;
    margin: 50px 0;
}



.main__aside-item{
    border-radius: 0px 56.5px 56.5px 0px;
    background: #EFEFEF;
    box-shadow: 0px 4px 34px -8px rgba(0, 0, 0, 0.25);
    padding: 20px 0;
    margin: 40px 0 ;
    text-decoration: none;
    transition: all .3s ease;
}

.main__aside-item.acitve{
    width: 110%;
    background: #393939;
    box-shadow: 0px 0px 65.3px 0px rgba(0, 0, 0, 0.60);
}

.main__aside-item:not(.acitve):hover{
    background: #393939;
}
.main__aside-item:not(.acitve):hover h3{
    color: #fff;
}
.main__aside-item:not(.acitve):hover p{
    color: rgba(255, 255, 255, 0.7);
}
.main__aside-item.acitve h3{
    color: #FFF;
}

.main__aside-item.acitve p{
    color: rgba(255, 255, 255, 0.7);
}
.main__aside-des h3{
    text-align: right;
    color: var(--main-aside-text);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: normal;

    margin: 15px 0;
}

.main__aside-des p{
    color: rgba(0, 0, 0, 0.60);
    text-align: right;
    font-size: .8rem;
    font-weight: 600;
    line-height: normal;
}

.main__aside-img img{
    border-radius: 50%;
    margin: 0 20px;
}

.main__content{
    width: 70%;
}
.main__video{
    position: relative;
}
.video-play{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #7FD3E5;
    filter: drop-shadow(0px 4px 51.8px #7FD3E5);
    border-radius: 50%;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-play.fade{
    opacity: 0 ;
}

.video-play.fade:hover {
    opacity: .7;
}

.video-play svg{
    width: 100%;
    display: none;
}
.video-play svg:first-child{
    display: block;
}
.video-play.fade svg:first-child {
    display: none;
}
.video-play.fade svg:last-child{
    display: block;
}
*/
.main__description-title {
    border-radius: 37px 37px 0px 0px;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
}

.main__description-title span {
    color: #ef3838;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 170.5%;
}

.main__description-body {
    border-radius: 0px 0px 65px 65px;
    background: #efefef;
    box-shadow: 0px 0px 86.5px -1px rgba(0, 0, 0, 0.15);
    padding: 30px 50px;
    direction: rtl;
}

.main__description-body p {
    color: #000;
    text-align: justify;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 220.5%;
}

.main__description-list ul,
.main__description-list span {
    color: #000;
    font-weight: 600;
    line-height: 170.5%;
    list-style: none;
}

.main__description-list ul li {
    margin: 10px 0;
    vertical-align: middle;
}

.main__description-list ul li::before {
    content: "\2022";
    display: inline-block;
    width: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #e93f3f;
}

.article__item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 50px;
    border-radius: 40px;
    box-shadow: 0px 4px 34px -8px rgba(0, 0, 0, 0.25);
    background: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}
.article__item:hover {
    box-shadow: 0px 4px 34px -8px rgba(0, 0, 0, 0.601);
    background: var(--navbar-text-active);
}
.article__item a {
    display: flex;
    align-items: center;
    text-align: right;

    font-size: 1.1rem;
    font-weight: 800;
    text-decoration: none;
    color: #000;
}

.article__item img {
    width: 80px;
    border-radius: 50%;
    margin-left: 20px;
}

/* footer */

footer {
    margin-top: 9rem;
}

.footer__items {
    background-color: #1e1e1e;
    border-radius: 70px;
    margin-bottom: 100px;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.footer__circ {
    position: absolute;
    top: -50px;
    right: 50%;
    width: fit-content;
    height: fit-content;
    transform: translateX(50%);
}
.footer__circ svg {
    margin: 5px;
    fill: #1e1e1e;
    transition: all 0.4s ease;
}
.footer__circ svg:hover {
    fill: #d3d3d3;
}
.footer__curve {
    position: absolute;
    top: -1px;
    right: 50%;
    transform: translateX(50%);
    width: fit-content;
    height: fit-content;
    z-index: -1;
}
.footer__namad a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 198px;
    height: 213px;
    margin: 20px;
    padding: 10px;
    border-radius: 43px;

    background: #d9d9d9;
}
.footer__namad a img {
    width: 100%;
}

.footer__contact {
    font-size: 1.5rem;
}
.footer__contact span:nth-child(1) {
    color: white;
}

.footer__contact span:nth-child(2) {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    width: 65px;
    height: 65px;
    background-color: var(--navbar-text-active);
}
.footer__contact span:nth-child(3) {
    border-radius: 53px;
    background: var(--navbar-text-active);
    box-shadow: 0px 4px 46px -18px #80d3e5;
}

.footer__access li {
    color: rgba(255, 255, 255, 0.9);
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    list-style: none;
    margin-top: 30px;
}

.footer__access li:first-child {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.footer__access a {
    text-decoration: none;
    color: rgb(199, 199, 199);
    transition: color 0.2s ease;
}
.footer__access li a:hover {
    color: #fff;
}
#footer__register {
    color: #f54d4d;
}
#footer__register:hover {
    color: #f51717;
}

.footer__copyright {
    color: rgba(243, 243, 243, 0.8);
    font-size: 1.2rem;
    font-weight: 700;
    direction: rtl;
}

/* ---- industrial machinery page ---- */

.sidebar__services {
    border-radius: 50px;
    text-align: center;
    position: relative;
}
.sidebar__services button {
    background-color: transparent;
}
.sidebar__services button::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M13.4582 7.52084L9.49984 11.4792L5.5415 7.52084' stroke='%235A5A5A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    left: 30px;
    transition: transform 0.35s ease;
}
.sidebar__services button[aria-expanded="true"]::before {
    transform: rotate(180deg);
}
.sidebar__services span {
    display: block;

    border-radius: 50px 50px 0px 0px;
    padding: 15px 0;
    margin-bottom: 3px;

    background-color: #fff;
}

.sidebar__services ul {
    border-radius: 0 0 50px 50px;
    overflow: hidden;
}

.sidebar__services ul li {
    background-color: #fff;
    list-style: none;
    padding: 15px 0;
    margin: 1px 0;
    transition: all 0.3s ease;
}
.sidebar__services ul li:hover {
    background-color: var(--navbar-text-active);
}
.sidebar__services a {
    text-decoration: none;
    color: #000;
}

.industrial .owl-stage-outer {
    padding: 30px 0 !important;
    overflow: visible !important;
}
.sidebar__products {
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
}

.sidebar__products img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 0px 50px 2px rgba(0, 0, 0, 0.2);
    opacity: 0.5;
}

.industrialMachineryCarousel .owl-next:hover,
.industrialMachineryCarousel .owl-prev:hover,
.roadConstructionCarousel .owl-next:hover,
.roadConstructionCarousel .owl-prev:hover {
    background: none !important;
    filter: invert(0.3);
    transition: filter 0.3s ease;
}

.sidebar__products .owl-item.center img {
    opacity: 1;
    transform: scale(1.1);
}

.sidebar__products-details {
    opacity: 1;
    margin: 50px 0;
    transition: all 0.2s ease-out;
    color: #000;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: right;
}

.sidebar__products-details .row * {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    border-radius: 24px;
    font-size: 0.875rem;

    text-align: center;
    text-decoration: none;

    border: 1px solid #3d3d3d;
    color: #000;
}

.sidebar__products-details .row a,
.products__info a,
.products__show a,
.suggestItems__item-btn a {
    background-image: radial-gradient(circle, #80d3e5 0%, #80d3e5 100%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
}

.sidebar__products-details .row a:hover,
.products__info a:hover,
.products__show a:hover,
.suggestItems__item-btn a:hover {
    transition: all 0.3s ease;
    background-size: 100% 100%;
    color: #fff;
    border: 1px solid #80d3e5;
}

.sidebar__products-details .row span {
    background: #dceaf3;
    box-shadow: 0px 23px 48.8px 2px #dceaf3;
    border: none;
}

.sidebar__products .owl-nav {
    position: relative;
    top: -100px;
}

.sidebar__products .owl-prev {
    position: absolute;
    left: 10px;
    transition: all 0.2s ease;
}

.sidebar__products .owl-next {
    position: absolute;
    right: 10px;
    transition: all 0.2s ease;
}

.sidebar__article {
    border-radius: 51px;
    background: #fff;
    margin-top: 1rem;
    font-size: 1.3rem;
    padding: 30px 20px;
}
.sidebar__article ul {
    list-style: decimal;
}
.sidebar__article ul li {
    border-top: black solid 1px;
}

.sidebar__article ul a {
    display: block;
    color: #000;
    text-align: right;
    font-weight: 600;
    line-height: 191.1%;
    text-decoration: none;

    margin: 15px 0;
}
.products__details {
    width: 100%;
}
.products__details p {
    position: relative;

    font-size: 14px;
    font-weight: 600;
    margin: 25px 16px 25px 0;

    color: #303030;
}

.products__details p::before {
    content: "";
    position: absolute;
    right: -16px;
    top: 55%;
    display: block;
    width: 11px;
    height: 2px;
    background-color: #ff4545;
}

.products__details p span {
    color: #ff4545;
}

.products__info a {
    display: block;
    padding: 10px 15px;
    border-radius: 21px;
    border: 1px solid #000;
    color: #000;
    font-size: 0.7rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}
.products__show {
    display: flex;
    align-items: center;
}
.products__show a {
    border: 1px solid #000;
    border-radius: 21px;

    font-size: 0.7rem;
    font-weight: 600;
    text-decoration: none;

    color: #000;
    padding: 10px 15px;
}

.products__show span {
    display: inline-block;

    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 600;

    text-align: center;
    background: #dceaf3;
    box-shadow: 0px 23px 48.8px 2px #dceaf3;
    color: #000;
}

.products__img {
    max-width: 200px;

    margin-left: 30px;
}
.products__img img {
    width: 100%;
    border-radius: 20%;
    box-shadow: 0px 0px 69.1px 2px rgba(0, 0, 0, 0.25);
}

.page-item {
    margin: 0 10px;
}

.pagination {
    border-radius: 37px;
    background: #e4e4e4;
    padding: 20px;
}

.page-link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 191.1%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fafafa;
    color: #000;
}

.page-link[aria-label="Next"],
.page-link[aria-label="Previous"] {
    background: transparent;
    font-size: unset;
}

.page-link.acitve {
    background: #8bddef;
}

/* --- Road Construction Machinery */

.mainRoad__img img {
    width: 100%;
    border-radius: 75px;
}

.mainRoad__details {
    direction: rtl;
}

.mainRoad__details h3 {
    padding: 20px 30px;
}

.mainRoad__details p {
    padding: 35px 40px;
    border-radius: 62px;
    background: #fff;
}

.mainRoad__details-btn {
    border-radius: 27px;
    padding: 20px;
    margin-top: 20px;
    font-size: 1.25rem;
    line-height: 163.15%;
    font-weight: 600;

    text-align: center;
    text-decoration: none;

    background: var(--navbar-text-active);
    color: #000;
}

.firmRoad h3 {
    margin: 30px 0;
    color: #000;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 163.15%;
}

.firmRoad__available {
    max-width: 966px;
    padding: 50px;
    margin: 15px 0;
    border-radius: 76px;
    background: #fff;
}

.firmRoad__available h5 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 163.15%;

    color: #000;
}

.firmRoad__available-social {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #fff;
    filter: drop-shadow(0px 0px 12.8px rgba(0, 0, 0, 0.15));
}

.firmRoad__available * {
    transition: all 0.3s ease-out;
}

.firmRoad__available #whatsApp:hover {
    background: #6fd566;
    box-shadow: 0 5px 70px 20px #6fd566;
}
.firmRoad__available #facebook:hover {
    background: #70aff4;
    box-shadow: 0 5px 70px 20px #70aff4;
}
.firmRoad__available #instagram:hover {
    background: linear-gradient(180deg, #e92d93 0%, #ff6f6f 100%);
    box-shadow: 0 5px 70px 20px #d66187;
}

.firmRoad__available-phone div {
    border-radius: 23px;
    padding: 15px 30px;
    background: #fff;
    box-shadow: 0px 0px 14.6px 3px rgba(0, 0, 0, 0.15);
    color: #000;
    text-align: justify;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 163.15%;
    margin-right: 20px;
}
.firmRoad__available-phone a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    filter: drop-shadow(0px 0px 12.8px rgba(0, 0, 0, 0.15));
}

.firmRoad__detail {
    max-width: 966px;
    padding: 50px;
    margin: 15px 0;
    border-radius: 76px;
    background: #fff;
    overflow: auto;
}

.firmRoad h4 {
    margin: 30px 0;
    color: #000;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 163.15%;
}

.firmRoad__detail p {
    direction: rtl;
    text-align: justify;
    color: #000;
    font-size: 1.8125rem;
    font-weight: 300;
    line-height: 213.15%;
    font-family: none;
}
.firmRoad__detail span {
    font-size: 1.6125rem;
    font-family: none;
}

/* Road carousel */

.owl-stage-outer {
    padding: 90px 0 0;
}
.owl-nav {
    position: relative;
    bottom: 50%;
    transform: translateY(50%);
}

.owl-prev {
    position: absolute;
    left: -30px;
}

.owl-next {
    position: absolute;
    right: -30px;
}
.suggestItems__item {
    padding: 30px;
    border-radius: 51px;
    background: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.suggestItems__item-img {
    width: 100%;
    max-width: 210px;
    margin-top: -60px;
}

.suggestItems__item-img img {
    box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    border-radius: 40px;
}

.suggestItems__item-des {
    direction: rtl;
}

.suggestItems__item-des h6 {
    margin: 40px 0;
    color: #000;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 163.15%;
}
.suggestItems__item-btn a,
.suggestItems__item-btn span {
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 24px;
}
.suggestItems__item-btn a {
    border: 1px solid #3d3d3d;
}

.suggestItems__item-btn span {
    background: #dceaf3;
    box-shadow: 0px 23px 48.8px 2px #dceaf3;
}

/* Blog Sidebar */
.main-sidebar {
    background: #fff;
    margin-top: 30px;
    padding: 40px;
    /* background: transparent; */
    border: 1px solid #eeeeeec2;
}
.main-sidebar .single-widget {
    margin-bottom: 50px;
}
.main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: var(--main-txt);
}
.main-sidebar .single-widget:last-child {
    margin: 0;
}
.main-sidebar .search {
    position: relative;
}
.main-sidebar .search input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    border: none;
    color: #222;
    background: transparent;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    border: 1px solid #eee;
}
.main-sidebar .search .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 50px;
    line-height: 45px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-sidebar .search .button:hover {
    background: var(--main-txt-hover);
    color: #fff;
}
/* Blog Single CSS */
.blog-single {
    background: var(--main-bg-color);
    padding: 70px 0 100px;
}
.blog-single .blog-single-main {
    margin-top: 30px;
    background: var(--main-bg-color);
}
.blog-single .blog-detail {
    background: var(--main-bg-color);
}
.blog-single-main .image {
    width: 100%;
    height: 700px;
}

.blog-single .image {
    position: relative;
}
.blog-single .image img {
    width: 100%;
    height: 100%;
}
.blog-single .blog-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 40px 0 15px 0;
}
.blog-single .blog-meta {
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #dddddd6e;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.blog-single .blog-meta .author i {
    color: var(--main-txt);
    margin-right: 10px;
    font-size: 13px;
}
.blog-single .blog-meta .author a {
    font-size: 13px;
    border-right: 1px solid #ddd;
    padding: 0px 15px;
}
.blog-single .blog-meta .author a:first-child {
    padding-left: 0;
}
.blog-single .blog-meta .author a:last-child {
    padding-right: 0;
    border: none;
}
.blog-single .blog-meta span {
    display: inline-block;
    font-size: 14px;
    color: #666;
}
.blog-single .blog-meta span a i {
    margin-right: 10px;
    color: var(--main-txt);
}
.blog-single .blog-meta span a:hover {
    color: var(--bg-dark);
}
.blog-single .content p {
    margin-bottom: 25px;
    line-height: 26px;
}
.blog-single .content p:last-child {
    margin: 0;
}
.blog-single blockquote {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding-left: 20px;
    padding: 10px 20px;
    background: #f6f6f6;
    padding: 30px 40px 30px 70px;
    color: #555;
    border: none;
    margin-bottom: 25px;
    border-left: 3px solid var(--main-txt);
}
.blog-single blockquote i {
    font-size: 30px;
    color: var(--main-txt);
    position: absolute;
    left: 20px;
    top: 20px;
}
.blog-single .content .img-post {
    margin-bottom: 25px;
}
.blog-single .share-social .content-tags {
    position: relative;
    margin-top: 25px;
}
.blog-single .share-social .content-tags h4 {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 15px;
    font-weight: 500;
}
.blog-single .share-social .content-tags .tag-inner {
    padding-left: 60px;
}
.blog-single .share-social .content-tags .tag-inner li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    margin-top: 4px;
}
.blog-single .share-social .content-tags .tag-inner li:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}
.blog-single .share-social .content-tags .tag-inner li a {
    border-radius: 30px;
    padding: 5px 15px;
    background: #f4f7fc;
    font-size: 13px;
}
.blog-single .share-social .content-tags .tag-inner li a:hover {
    color: #fff;
    background: var(--bg-dark);
}

/*======================================
  21. Contact CSS
========================================*/
.contact-us {
    background: var(--main-bg-color);
    position: relative;
    z-index: 43;
}
.contact-us .title {
    margin-bottom: 30px;
}
.contact-us .title h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--bg-dark);
}
.contact-us .title h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
}
.contact-us .single-head {
    padding: 50px;
    box-shadow: 0px 0px 15px #0000001a;
    height: 100%;
    background: #fff;
}
.contact-us .single-info {
    text-align: left;
    margin-bottom: 30px;
}
.contact-us .single-info i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    background: var(--bg-dark);
}
.contact-us .single-info ul .contact-us .single-info ul li {
    margin-bottom: 5px;
}
.contact-us .single-info ul li:last-child {
    margin-bottom: 0;
}
.contact-us .single-info ul li a {
    font-weight: 400;
}
.contact-us .single-info ul li a:hover {
    color: var(--main-txt-hover);
}
.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    font-size: 18px;
}
.contact-us .form-main {
    background: #fff;
    box-shadow: 0px 0px 15px #0000001a;
    padding: 50px;
}
.contact-us .form .form-group input {
    height: 48px;
    line-height: 48px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0px 20px;
    color: #333;
    border-radius: 0px;
    font-weight: 400;
}
.contact-us .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    border-radius: 0px;
    resize: none;
    font-weight: 400;
}
.contact-us .form .form-group label {
    color: #333;
    position: relative;
}
.contact-us .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.contact-us .form .button {
    margin: 0;
}
.contact-us .form .button .btn {
    height: 50px;
    border: none;
}
#myMap {
    height: 500px;
    width: 100%;
}
/*======================================
  End Contact CSS
========================================*/
.numbers {
    background-color: var(--navbar-text-active);
    border-radius: 4px;
}
.numbers .inner {
    text-align: center;
    display: inline-block;
    width: 80%;
}

.numbers .fa-phone {
    margin: 5px;
    font-size: 36px;
    margin-right: 15px;
    color: white;
}
.numbers .phone-number {
    display: inline-block;
    margin-right: 10px;
    font-size: 32px;
    color: white;
}
/*=============================
	About US CSS
===============================*/
.about-us {
    background: var(--main-bg-color);
}
.about-us .about-content {
    padding-right: 50px;
}
.about-us .about-content .story {
    display: block;
    color: #04aaf4;
    margin-bottom: 20px;
    font-size: 17px;
}
.about-us .about-content .story i {
    color: #04aaf4;
    margin-right: 5px;
    font-size: 22px;
}
.about-us .about-content h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.about-us .about-content h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 60px;
    background: var(--main-txt);
}
.about-us .about-content h3 span {
    display: inline-block;
    font-weight: 700;
    color: var(--main-txt);
}
.about-us .about-content p {
    line-height: 26px;
    margin-bottom: 10px;
}
.about-us .about-content p:last-child {
    margin: 0;
}
.about-us .about-content .button {
    margin-top: 40px;
}
.about-us .about-content .button .btn {
    background: #333;
    color: #fff;
    margin-right: 15px;
}
.about-us .about-content .button .btn:hover {
    background: var(--main-txt-hover);
    color: #fff;
}
.about-us .about-content .button .btn.primary {
    background: var(--bg-dark);
    color: #fff;
}
.about-us .about-content .button .btn.primary:hover {
    background: #333;
    color: #fff;
}
.about-us .about-content .button .btn:last-child {
    margin: 0;
}
.about-us .about-img {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    border: 10px solid #fff;
}
.about-us .about-img:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-us .about-img:hover:before {
    opacity: 0.6;
    visibility: visible;
}
.about-us .about-img .video {
    height: 64px;
    width: 64px;
    line-height: 64px;
    background: var(--main-txt);
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    padding-left: 4px;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-us .about-img .video:hover {
    background: #fff;
    color: var(--main-txt-hover);
}
.about-us .about-img:hover .video {
    transform: scale(1);
}
.about-us .about-img img {
    height: 100%;
    width: 100%;
}
/*=============================
	End About US CSS
===============================*/

/*======================================
   Login & Register CSS
========================================*/
.shop.login {
    padding: 100px 0;
}
.shop.login .login-form h2 {
    position: relative;
    font-size: 35px;
    color: #333;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 20px;
    text-align: center;
}
.shop.login .login-form h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: var(--main-txt);
    margin-left: -25px;
}
.shop.login .login-form p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}
.shop.login .form {
    margin-top: 30px;
}
.shop.login .form .form-group {
    margin-bottom: 22px;
}
.shop.login .form .form-group input {
    width: 100%;
    height: 45px;
    margin-top: 5px;
    line-height: 50px;
    padding: 10px 20px;
    border-radius: 3px;
    border-radius: 10px;
    color: #333 !important;

    background: #f6f7fb;
}
.shop.login .form .form-group label {
    color: #333;
    position: relative;
}
.shop.login .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.shop.login .form .form-group input:hover {
    border-color: #1308a3;
    color: #1308a3;
}
.shop.login .form .form-group.login-btn {
    margin: 0;
}
.shop.login .form button {
    border: none;
}
.shop.login .form .btn {
    display: inline-block;
    margin-right: 10px;
    height: 46px;
    color: black;
    line-height: 20px;
}
.shop.login .form .btn:hover {
    background: var(--main-txt-hover);
    color: black;
}
.shop.login .login-form .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}
.shop.login .login-form .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 20px;
}
.shop.login .login-form .checkbox label:hover {
    cursor: pointer;
}
.shop.login .login-form .checkbox label input {
    display: none;
}
.shop.login .login-form .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid #555555;
    border-radius: 0px;
}
.shop.login .login-form .checkbox label::after {
    position: absolute;
    content: "\f00c";
    font-family: "Fontawesome";
    width: 12px;
    height: 12px;
    line-height: 23px;
    left: 2px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 9px;
}
.shop.login .login-form .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.shop.login .login-form .lost-pass {
    display: inline-block;
    margin-left: 25px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    float: left;
}
.shop.login .login-form .lost-pass:hover {
    color: var(--main-txt-hover);
}
/*======================================
	End Login CSS
========================================*/
.breadcrumbs {
    background-color: transparent;
}
.breadcrumbs .bread-inner {
    display: none;
}
/* Topbar */
.topbar {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}
/* Logo */
/* Main Menu */

.header.shop .topbar {
    border: none;
    padding: 12px 0px;
}
.header.shop .nav-inner {
    margin-right: 188px;
}

.header.shop .logo img {
    height: 60px;
}
.header.shop .top-contact {
    margin-top: 0px;
}
.header.shop .topbar p {
    color: #ccc;
}
.header.shop .topbar .login a {
    color: var(--main-txt);
}
/* Topbar Left Nav */
.header.shop .left-nav {
}
.header.shop .top-left .list-main li:first-child {
    padding-left: 0;
}
.header.shop .top-left .list-main li i {
    display: inline-block;
    margin-left: 4px;
    font-size: 15px;
    color: var(--main-txt);
    position: relative;
    top: 3px;
}
.header.shop .right-content {
    float: right;
}
.header.shop .list-main li {
    display: inline-block;
    /* color: #333; */
    font-size: 13px;
    font-weight: 500;
    border-right: 1px solid #f0f0f0;
    padding: 0px 13px;

    color: #fff;
}
.header.shop .list-main li i {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    color: var(--main-txt);
    position: relative;
    top: 1px;
}
.header.shop .list-main li:last-child {
    padding-right: 0;
    border: none;
}
.header.shop .list-main li a {
    color: #fff;
}
.header.shop .list-main li:hover {
    color: var(--main-txt-hover);
}
.header.shop .list-main li h3 {
    font-size: 13px;
    color: #333;
    display: inline-block;
}
.header.shop .list-main .dropdown-item {
    color: var(--main-bg-second-color) !important;
}

.header.shop .list-main li .main-list-img {
    height: 30px;
    width: 30px;
    display: inline-block;
}
.header.shop .list-main li a:hover {
    color: var(--main-txt-hover);
}
.header.shop .nav li {
    margin-right: 40px;
    float: left;
    position: relative;
}
.header.shop .nav li {
    direction: rtl;
    margin-right: 38px;
    position: relative;
}
.header.shop .nav li:last-child {
    margin: 0 !important;
}
.header.shop .nav li .new {
    background: var(--main-txt);
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0px 9px;
    position: absolute;
    left: 0;
    top: 6px;
    font-weight: 500;
}
.header.shop .nav li .new::before {
    position: absolute;
    content: "";
    left: 4px;
    bottom: -8px;
    border: 4px solid var(--main-txt);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

/* droop dowm */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content-user {
    display: none;
    position: absolute;
    background: white;
    text-align: center;
    padding: 10px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.dropdown-content-user a {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown:hover .dropdown-content-user {
    display: block;
}

/* droop dowm-- */

/*======================================
   Start Shopping Cart CSS
========================================*/
.table.shopping-summery {
    background: #fff;
}
.shopping-cart {
    background: #f6f6f6;
    padding: 50px 0;
}
.shopping-summery thead .main-hading {
    padding: 0px 50px;
}
.shopping-summery thead {
    background: var(--bg-dark);
    color: #fff;
}
.shopping-summery thead tr th {
    border: none;
    font-weight: 600;
    color: var(--navbar-text-active);
    text-align: center;
}
.shopping-summery tbody tr {
    border-bottom: 1px solid var(--main-txt);
    margin-top: 20px;
}
.shopping-summery tbody tr img {
    border-radius: 0;
    width: 80px;
    height: 80px;
}
.shopping-summery tbody tr:last-child {
    border: none;
}
.shopping-summery tbody .product-name a {
    font-weight: 600;
    color: #282828;
    font-weight: 600;
    font-size: 17px;
}
.shopping-cart .table p {
    font-size: 14px;
    color: #666;
}
.shopping-summery tbody .product-name a:hover {
    color: var(--main-txt-hover);
}
.shopping-summery tbody .product img {
    max-width: 70px;
    border-radius: 100%;
    max-height: 65px;
    border: 1px solid #e6e6e6;
    padding: 4px;
}
.shopping-summery tbody .product:hover img {
    border-color: var(--main-txt-hover);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.shopping-cart .border {
}
.shopping-cart .table .remove-icon {
    font-size: 16px;
}
.shopping-cart .table td {
    vertical-align: middle;
    border-top: 1px solid #eee;
    padding: 30px;
}
.shopping-summery tbody .price {
    text-align: center;
}
.shopping-summery tbody .price span {
}
.shopping-cart tbody .qty .input-group {
    width: 175px;
    display: inline-block;
}
.shopping-cart .qty .button {
    display: inline-block;
    position: absolute;
    top: 0;
}
.shopping-cart .qty .button.minus {
    left: 0;
    border-radius: 0;
    overflow: hidden;
}
.shopping-cart .qty .button.plus {
    right: 0;
    border-radius: 0;
    overflow: hidden;
}
.shopping-cart .qty .button .btn {
    padding: 0;
    width: 44px;
    height: 47px;
    line-height: 50px;
    border-radius: 0px;
    background: transparent;
    color: #282828;
    border: none;
    font-size: 12px;
}
.shopping-cart .qty .button .btn:hover {
    color: var(--main-txt-hover);
}
.shopping-cart .qty .input-number {
    border: 1px solid #eceded;
    width: 100%;
    text-align: center;
    height: 47px;
    border-radius: 0;
    overflow: hidden;
    padding: 0px 45px;
}
.shopping-summery tbody .total-amount {
    text-align: center;
}
.shopping-summery tbody .total-amount span {
}
.shopping-summery tbody .action {
    text-align: center;
}
.shopping-summery tbody .action a:hover {
    color: var(--main-txt-hover);
}
.shopping-cart .total-amount {
    margin-top: 50px;
}
.shopping-cart .total-amount .left {
}
.shopping-cart .total-amount .left .coupon {
}
.shopping-cart .total-amount .left .coupon form {
}
.shopping-cart .total-amount .left .coupon form input {
    width: 220px;
    display: inline-block;
    height: 48px;
    color: #333;
    padding: 0px 20px;
    border: none;
    box-shadow: 0px 0px 5px #0000000a;
}
.shopping-cart .total-amount .left .coupon form .btn {
    display: inline-block;
    height: 48px;
    border: navajowhite;
    margin-left: 4px;
    background: transparent;
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 5px #00000012;
}
.shopping-cart .total-amount .left .coupon form .btn:hover {
    background: #fff;
    color: var(--main-txt-hover);
}
.shopping-cart .total-amount .left label {
    font-size: 22px;
    font-weight: 500;
    color: #333;
}
.shopping-cart .total-amount .left .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
}
.shopping-cart .total-amount .left .checkbox label {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 30px;
}
.shopping-cart .total-amount .left .checkbox label:hover {
    cursor: pointer;
}
.shopping-cart .total-amount .left .checkbox label input {
    display: none;
}
.shopping-cart .total-amount .left .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #555555;
    border-radius: 0px;
}
.shopping-cart .total-amount .left .checkbox label::after {
    position: absolute;
    content: "\f00c";
    font-family: "Fontawesome";
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 24px;
    left: 3px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 11px;
}
.shopping-cart .total-amount .left .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.shopping-cart .total-amount .right {
    padding-left: 100px;
}
.shopping-cart .total-amount .right ul {
}
.shopping-cart .total-amount .right ul li {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
}
.shopping-cart .total-amount .right ul li.last {
    padding-top: 12px;
    border-top: 1px solid #c8c8c8;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}
.shopping-cart .total-amount .right ul li span {
    display: inline-block;
    float: right;
}
.shopping-cart .total-amount .right .button5 .btn {
    text-align: center;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
    height: 46px;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
}
/*======================================
   End Shopping Cart CSS
========================================*/

/* ads page */

* {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
}

.cat a {
    text-decoration: none;
    color: black;
}

.cat .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.cat header {
    padding-top: 60px;
    width: 100%;
    background-image: linear-gradient(180deg, #c5ecf2, #88bbc3 90%);
}

.cat .header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px 30px;
}

.cat .header_img {
    position: relative;
}

.cat .header_img img {
    width: 100%;
}

.cat .header_img span {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: blue;
    color: white;
    border-radius: 20px;
    font-size: 1.5rem;
}

.cat .header-title {
    color: #920303;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.cat .header-comment {
    color: #363b3c;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 5px;
}

.cat .header_desc-top,
.cat .header_desc-bottom {
    position: relative;
    padding: 0 15px 10px;
}

.cat .header_desc-top {
    border-right: 2px solid #b1b1ec;
    border-bottom: 2px solid #b1b1ec;
}

.cat .header_desc-top::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #57a1ab;
}

.cat .header_desc-bottom::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #57a1ab;
    border-bottom: 10px solid transparent;
}

.cat .header_desc-bottom {
    margin-top: 50px;
}

.cat .header_desc-bottom span {
    margin-top: 10px;
    padding: 5px 10px;
    display: none;
    background-color: blue;
    color: white;
    border-radius: 20px;
    font-size: 1.5rem;
}

.cat .social {
    margin-top: 15px;
}

.cat .social p {
    color: #4f5658;
    font-size: 1rem;
    font-weight: 600;
}

.cat .social_links img {
    max-width: 35px;
    margin-top: 5px;
}

.cat .main {
    margin-top: 20px;
}

.main_title {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    padding: 30px 0;
    font: bold;
    color: red;
    background-color: rgb(52, 41, 133, 0.8);
}

.cat .main_links {
    font-size: 1.3rem;
}

.cat .main_links a {
    margin: 10px 0;
    display: block;
}

.cat .main_links a:hover {
    color: #4ca3ff;
    transition: all 0.2s ease;
}

.cat .main_links a span {
    text-decoration: underline;
}

.cat .main_footerBanner {
    background-color: rgb(72, 70, 186, 0.5);
    padding: 20px;
    margin-top: 40px;
}

.cat .main_footerBanner .main_footerBanner-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cat .main_footerBanner_img {
    text-align: center;
}

.cat .main_footerBanner img {
    width: 100%;
    max-width: 200px;
}

.cat .main_footerBanner_desc {
    width: 60%;
}

.cat .ads.main__industryCard--wrapper {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 20px;
}

.cat .ads .main__industryCard {
    background-color: rgb(254, 18, 215, 0.05);
    border-radius: 30px;
    padding: 20px;
    font-size: 0.8rem;
    text-align: center;
}

.cat .ads .main__industryCard img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-top: -50px;
    transition: all 0.3s ease;
}

.cat .ads .main__industryCard:hover img {
    transform: scale(1.04);
}

.cat .ads .main__industryCard p {
    color: black;
    font-size: 1.1rem;
    margin: 15px 0;
    text-align: right;
}

.cat .ads .main__industryCard a,
.cat .ads .main__industryCard span {
    display: block;
    width: 70%;
    border: 1px solid black;
    color: black;
    border-radius: 30px;
    padding: 10px 0;
    margin: 5px auto;
    font-size: 1.1rem;
}

.cat .ads .main__industryCard a:hover {
    border: 1px solid transparent;
    color: white;
    background-color: black;
}

.cat .ad_banners {
    display: grid;
    margin: 20px 0;
    text-align: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 20px;

}

.cat .ad_banners img {
    width: 100%;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.cat .ad_banners a:hover img {
    transform: scale(1.02);
}

.cart-number {
    position: absolute !important;
    top: 12px !important;
    margin-left: 10px;
    color: red !important;
    border-radius: 50%;
    z-index: 2;
}

@media screen and (max-width: 992px) {
    .orderServices {
        bottom: 5%;
        right: 5%;
        padding: 20px 10px;
        /* background-color: transparent; */
    }

    .orderServies__par {
        font-size: 0.8rem;
    }
    .main__industryCard--wrapper.card-aside {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cat .ad_banners {
        display: grid;
        margin: 20px 0;
        text-align: center;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 50px 20px;

    }

    .aside__title h3 {
        font-size: 1rem;
    }
    .adRow__devide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .adRow__devide div:last-child {
        grid-row-start: 2;
        grid-column-start: span 3;
        width: calc(100% - 5px);
    }
    .flatCard {
        flex-direction: column;
    }
    .flatCard svg {
        width: 50px;
        height: 50px;
    }
    .flatCard p {
        font-size: 0.9rem;
    }
    .multiCol p {
        font-size: 0.8rem;
    }
    .header__feature p {
        font-size: 0.8rem;
    }
    .home main h1 {
        color: #000;
        text-align: center;
        font-size: 1.7rem;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
    }

    .rowArticle__container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .rowArticle__par {
        font-size: 0.9rem;
    }

    .main__aside-item {
        border-radius: 56.5px;
    }

    .main__aside-des h3 {
        font-size: 0.6875rem;
    }
    .main__aside-item {
        margin: 20px 0;
    }
    .main__aside-item.acitve {
        width: 75%;
    }
    .main__video video {
        width: 100%;
        border-radius: 50px;
    }
    .main__description {
        margin: 20px 0;
    }
    .article__item {
        font-size: 0.8125rem;
        font-weight: 700;
    }
    .article__item img {
        margin-left: 10px;
    }

    .firmRoad__detail p {
        direction: rtl;
        text-align: justify;
        color: #000;
        font-size: 1rem;
        font-weight: 600;
        line-height: 213.15%;
    }
    .firmRoad__detail span {
        font-size: 1rem;
        font-family: none;
    }
    .footer__circ {
        top: -110px;
    }
    .footer__contact {
        font-size: 0.9375rem !important;
    }
    .footer__access li {
        font-size: 1rem;
    }
    .footer__access li:first-child {
        font-size: 1.5rem;
    }
    .footer__contact span:nth-child(2) {
        width: 38px;
        height: 38px;
    }
    .footer__namad a {
        width: 108px;
        height: 115px;
        border-radius: 29px;
    }
    .footer__circ-sm {
        position: absolute;
        top: 20px;
        right: 50%;
        transform: translateX(50%);
        width: 100px;
        height: 4px;

        border-radius: 2.5px;
        background: #d9d9d9;
    }

    .footer__copyright {
        font-size: 0.6875rem;
    }

    /* industrial machinery */
    .industrial .products__img img {
        width: 140px;
    }
    .industrial .products__img {
        margin-left: 15px;
    }

    .industrial .products__details h5 {
        font-size: 1.2rem;
        font-weight: 600;
    }
    .industrial .products__details p {
        font-size: 0.85rem;
        font-weight: 600;
        margin: 10px 16px 10px 0;
    }
    .industrial .products__info a {
        max-width: 200px;
    }
    .industrial .products__info *,
    .industrial .products__show * {
        font-size: 0.65rem;
        font-weight: 600;
    }
    .industrial .products__show a,
    .industrial .products__show span,
    .industrial .products__info a {
        padding: 10px 10px;
    }

    /* road construction */
    .mainRoad .mainRoad__details p {
        font-size: 0.9375rem;
        font-weight: 600;
        line-height: 163.15%;
    }
    .mainRoad .mainRoad__details p span {
        font-size: 1.0625rem;
        font-weight: 600;
    }
    .firmRoad .firmRoad__available h5 {
        font-size: 1.25rem;
        font-weight: 600;
    }
    .nav__menu-sm .nav__main-collapse button::before {
        left: 10px;
    }
}
