.shape-btn {
    position: relative;
    top: 10px;
    width: fit-content;
    cursor: pointer;
    z-index: 1;
}
.shape-btn::after {
    content: "";
    background-color: var(--red-color);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    border: 1px solid var(--red-color);
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 5px;
    transform: translate(-50%, -50%) skew(-21deg, 0deg);
}

.shape-btn:hover {
    color: var(--red-color)!important;
}
.shape-btn:hover::after {
    border: 1px solid var(--red-color)!important;
    background-color: transparent;
}
.section-shape {
    position: absolute;
    top: 23px;
    left: 0;
    width: 20px;
    z-index: -2;
}
@media (max-width:575px) {
    .section-shape {
    opacity: .1;
}
}.div-section-shape {
    height: 49px;
    width: 183px;
    transform: skew(-19deg, 0);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 6px;
    margin: 19px 0;
    position: relative;
    transition: left .5s;
    z-index: -1;
}
.black-section-shape {
    background-color: var(--main-color);
    left: -110px;
}
.black-section-shape:hover {
    left: -93px;
}
.red-section-shape {
    background-color: var(--red-color);
    left: -131px;
}
.red-section-shape:hover {
    left: -120px;
}
.yellow-section-shape {
    background-color: var(--yellow-color);
    left: -152px;
}
.yellow-section-shape:hover {
    left: -142px;
}
@media (min-width:992px) and (max-width:1449px) {
    .black-section-shape {
    left: -127px;
}
.black-section-shape:hover {
    left: -113px;
}
.red-section-shape {
    left: -147px;
}
.red-section-shape:hover {
    left: -133px;
}
.yellow-section-shape {
    left: -167px;
}
.yellow-section-shape:hover {
    left: -153px;
}
}@media (max-width:1199px) {
    .black-section-shape, .red-section-shape, .yellow-section-shape {
    opacity: .3;
}
}.footer-black-shape, .footer-red-shape, .footer-yellow-shape {
    background-color: transparent!important;
    border: 2px solid;
}
.footer-red-shape {
    border-color: var(--red-color)!important;
}
.footer-black-shape {
    border-color: var(--main-color)!important;
}
.footer-yellow-shape {
    border-color: var(--yellow-color)!important;
}
.main-menu {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: padding-top .2s;
}
@media (max-width:991px) {
    .main-menu {
    position: sticky;
    top: 0;
}
}
nav.navbar {
    background-color: transparent!important;
    padding-top: 36px;
    padding-bottom: 0;
}
@media (max-width:991px) {
    nav.navbar {
    background-color: var(--main-color)!important;
    box-shadow: rgb(4 4 4 / 76%) 0 1px 4px -2px;
}
}
.logo-site {
    margin: 5px 0;
    height: 83px;
    width: 71px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width:1399px) {
    .logo-site {
    display: flex;
}
}@media (min-width:1400px) {
    .logo-site {
    display: none;
}
}.link-logo-site-lg {
    width: 156px;
    height: 47px;
}
@media (max-width:575px) {
    .link-logo-site-lg {
    width: 141px;
    height: 45px;
}
}@media (max-width:991px) {
    .link-logo-site-lg {
    margin: 15px 0!important;
}
}.logo-site-lg {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s;
}
@media (min-width:1900px) {
    .logo-site-lg {
    left: unset;
}
}@media (max-width:991px) {
    ul.navbar-nav {
    align-items: center;
}
}
li.nav-item:hover {
    background-color: transparent!important;
}

@media (min-width:992px) {
    .container-navbar {
    border-top: 1px solid var(--white-color);
}
}@media (min-width:992px) and (max-width:1199px) {
    .container-navbar {
    padding-top: 15px;
}
}.div-open-menu {
    width: 30px;
    height: fit-content;
    cursor: pointer;
}
.div-line-open-menu {
    width: 100%;
    height: 4px;
    background: var(--white-color);
    border-radius: 20px;
    margin: 6px 0;
    pointer-events: none;
    transition: transform .5s, background-color .5s;
}
.div-open-menu:hover .div-line-open-menu:nth-child(2) {
    background-color: #ffffff !important;
}
.div-open-menu:hover .div-line-open-menu:last-child {
    background-color:#ffffff !important;
}
@media (max-width:575px) {
    .div-line-open-menu {
    margin: 4px 0;
}
}.div-open-menu:hover .div-line-open-menu-hover {
    transform: translate(-10px, 0);
}
.section-menu-nav-fixed {
    display: none;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 111111111111111111;
    transition: left 3s;
    overflow-y: auto;
}
@media (max-width:991px) {
    .section-menu-nav-fixed {
    overflow: auto;
}
}.section-menu-nav-fixed::-webkit-scrollbar {
    width: 0;
}
.container-menu-nav-fixed {
    height: 100%}
@media (max-width:991px) {
    .div-icon-close-menu-nav-fixed {
    width: fit-content;
    position: absolute;
    right: 33px;
}
.div-div-icon-close-menu-nav-fixed {
    padding: 0!important;
}
}.div-close-menu {
    width: 42px;
    height: 47px;
    cursor: pointer;
    position: relative;
}
@media (max-width:575px) {
    .div-close-menu {
    width: 32px;
}
}@media (min-width:768px) and (max-width:991px) {
    .div-close-menu {
    width: 32px;
}
}.line-div-close-menu {
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 20px;
    pointer-events: none;
    transition: transform .5s, top .5s;
    position: absolute;
    top: 50%;
    left: 50%}
.line-div-close-menu-left {
    transform: translate(-50%, -50%) rotate(45deg);
}
.line-div-close-menu-right {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.input-lang-en-ar {
    background-color: transparent!important;
    border: unset!important;
    font-family: "DIN Medium";
    font-weight: 700;
    color: var(--main-color)!important;
}
.input-lang-en-ar:hover {
    color: var(--red-color)!important;
}
.li-menu-nav-fixed-site {
    text-align: center;
}
.link-menu-nav-fixed-site {
    font-size: 30px;
    text-decoration: none;
    color: var(--main-color);
    line-height: 2.5;
    font-family: "DIN Bold"}
@media (max-width:575px) {
    .link-menu-nav-fixed-site {
    font-size: 22px;
}
}@media (min-width:768px) and (max-width:991px) {
    .link-menu-nav-fixed-site {
    font-size: 22px;
}
}
#icon-expanded-true {
    display: none;
}
#icon-expanded {
    border: none!important;
}
.scroll-nav {
    background-color: var(--main-color)!important;
}
.scroll-logo-site {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute!important;
    top: 4px!important;
    width: 86px!important;
    height: 87px!important;
}

.lazyelemt {
    content-visibility: auto;
}
.whatsapp-footer-mobile {
    position: fixed;
    bottom: 10px;
    right: 14px;
}
@media (min-width:697px) {
    .whatsapp-footer-mobile {
    bottom: 11px;
}
}.div-button-fixed-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 23;
    background-color: transparent;
    height: 1px;
}
.text-button-mobile {
    visibility: hidden;
    color: var(--sec-color);
    font-size: .8rem;
    display: none!important;
}
@media (min-width:697px) {
    .text-button-mobile {
    display: none;
}
}.phone-footer-mobile {
    position: fixed;
    bottom: 10px;
    left: 14px;
}
@media (min-width:697px) {
    .phone-footer-mobile {
    bottom: 11px;
}
}.chatlive-footer-mobile {
    position: fixed;
    bottom: 0;
    right: 31px;
}

.loading-screen-get-in-touch {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    background-color: #231f2014;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-screen-get-in-touch::after {
    content: "";
    width: 70px;
    height: 70px;
    border: 9px solid var(--yellow-color);
    border-left-color: transparent;
    border-radius: 50%;
    animation-name: loadinganimateformcontact;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: linear;
}
@keyframes loadinganimateformcontact {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}@media (max-width:991px) {
    .div-btn-send-get-in-touc {
    margin: 0 auto;
    width: fit-content;
}
}
.col-form-get-in-touch .iti__selected-flag {
    background-color: transparent!important;
}
.col-form-get-in-touch .iti {
    width: 100%!important;
}
.img-ge-motors {
    position: relative;
    width: 100%}
.ge-motors {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width:575px) {
    .ge-motors {
    background-position: right;
}
}.img-background-ge-motors {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.desc-logo-ge-motors {
    color: var(--white-color)!important;
    line-height: 2;
}
@media (max-width:991px) {
    .img-logo-ge-motors {
    width: 300px;
}
}.ul-postion-rel {
    position: relative;
}

.postion-meaga-arrow {
    position: relative;
}
.postion-meaga-arrow::after {
    content: "";
    position: absolute;
    top: 60%;
    transform: translate(0, -50%);
    z-index: 1;
    right: -15px;
    border: 6px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.dropdown-mega-li:hover .dropdown-mega-menu {
    display: flex;
}
.postion-meaga-arrow:hover::after {
    border-top-color: #ffffff;
}


.container-div-mega-menu-brand {
    display: none;
    position: absolute;
    right: 0;
    top: 65px;
    margin: 0;
    width: 100%;
    background-color: #2f2d2d!important;
    padding: 6px 10px;
    border-radius: 8px;
}
@media (min-width:992px) and (max-width:1399px) {
    .container-div-mega-menu-brand {
    padding: 7px;
}
}@media (min-width:992px) and (max-width:1199px) {
    .enter-image-brand {
    width: 120px;
    height: 120px;
}
}.nav-mega-menu {
    flex-flow: row wrap;
    column-gap: 37px;
}
@media (min-width:992px) and (max-width:1199px) {
    .nav-mega-menu {
    column-gap: 16px;
}
}@media (min-width:1200px) and (max-width:1399px) {
    .nav-mega-menu {
    column-gap: 16px;
}
}.menu-item-object-brand {
    padding-bottom: 10px!important;
}
@media (min-width:992px) and (max-width:1199px) {
    .menu-item-object-brand {
    width: 17%!important;
}
}.discription-brand-show {
    color: #ffffffbd!important;
    font-size: 14px!important;
}
@media (min-width:992px) and (max-width:1199px) {
    .discription-brand-show {
    font-size: 11px!important;
}
}.img-header-brand-menu {
    transition: transform .5s;
    width: 85px;
    height: unset;
}
@media (min-width:992px) and (max-width:1199px) {
    .img-header-brand-menu {
    width: 100%;
    height: unset;
}
}.img-header-brand-menu:hover {
    position: relative;
    transform: scale(1.1);
}
@media (min-width:992px) and (max-width:1399px) {
    .enter-image-brand-show {
    width: 150px;
    height: 150px;
}
}


.title-section-site {
    font-size: 46px;
    letter-spacing: 2px;
}
.desc-section-site {
    font-size: 18px;
    line-height: 1.7;
}
@media (max-width:575px) {
    .title-section-site {
    font-size: xx-large;
    letter-spacing: 0;
}
.desc-section-site {
    font-size: 16px;
    line-height: 1.5;
}
}@media (min-width:992px) and (max-width:1399px) {
    .title-section-site {
    font-size: 31px;
    letter-spacing: 0;
}
.desc-section-site {
    font-size: 16px;
    line-height: 1.3;
}
}@media (max-width:1399px) {
    .btn-germ {
    font-size: 16px;
}
}.dropdown-menu {
    width: 100%;
    margin: 0!important;
    padding: 0 10px!important;
    color: #000!important;
    border: unset!important;
}
.dropdown-menu .nav-item {
    padding: 9px 0!important;
    transition: background-color 1s;
    padding: 8px 0!important;
    text-align: start;
}
.li-menu-nav-fixed-site:hover>a.link-menu-nav-fixed-site {
    color: var(--red-color)!important;
}
.li-menu-nav-fixed-site-depth-one>a.dropdown-item-depth-one {
    color: #000!important;
    font-size: 19px!important;
    font-family: "DIN Regular"!important;
    padding: 5px!important;
    transition: border-bottom-color -1.5s;
    text-decoration: none!important;
}
.li-menu-nav-fixed-site-depth-one:hover>a.dropdown-item-depth-one {
    color: var(--red-color)!important;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    margin: 10px 0;
    position: relative;
}
@media (max-width:991px) {
    .li-menu-nav-fixed-site {
    width: 100%}
}
.nav-link:focus {
    color: #000!important;
}
.col-nav-menu-nav-fixed {
    overflow: auto;
    height: 100%}
.col-nav-menu-nav-fixed::-webkit-scrollbar {
    width: 5px;
}
@media (max-width:991px) {
    .col-nav-menu-nav-fixed {
    overflow: unset;
    height: unset;
}
}@media (max-width:991px) {
    .hidden-col {
    display: none;
}
}
@media (max-width:575px) {
    .mobile-hidden {
    display: none;
}
}.div-close-menu {
    width: 25px!important;
    height: 25px!important;
}
.div-input-search {
    width: 85%;
    font-size: 14px;
}
@media (max-width:576px) {
    .div-input-search {
    width: 100%}
}.input-search-header {
    width: 100%;
    border-radius: 40px;
    position: relative;
    text-align: center;
    font-family: "DIN Medium"!important;
    border: unset!important;
    box-shadow: 0 3px 6px #00000038!important;
    transition: box-shadow .5s, border-radius .5s;
}
.input-search-header:focus {
    border: unset!important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .4)!important;
}
.input-search-header::placeholder {
    color: #575757;
    font-size: 14px;
	text-align:left !important;
}
@media (max-width:991px){
.input-search-header::placeholder {
    font-size: 10px;

	}}
:lang(ar).input-search-header::placeholder {
	text-align:right !important
}
.icon-search-header {
    position: absolute;
    transform: translate(0, -50%);
    right: 50px !important; 
	top: 55%;
    z-index: 1;
    width: 12px!important;
}
.icon-search-header:lang(ar) {
    left: unset;
    right: 12px;
}
.div-result-search-header {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 250px;
    overflow: auto;
    background-color: #fff;
    z-index: 12;
    display: none;
    border-top: 1px solid #000;
    box-shadow: 0 3px 6px #00000038!important;
}
.div-result-search-header:hover {
    display: block;
}
.div-result-search-header::-webkit-scrollbar {
    width: 4px;
}
.div-result-search-header a {
    padding: 10px;
    text-decoration: none;
    color: #000;
    transition: background-color .5s, color .5s;
    width: 100%}
.div-result-search-header a:hover {
    background-color: var(--red-color)!important;
    color: #fff;
}
.div-result-search-header-active {
    display: block!important;
}
.input-search-header-focus {
    border-radius: 0;
    border-bottom: 1px solid #000!important;
}
.loading-search-header {
    position: absolute;
    transform: translate(0, -50%);
    right: 12px;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%) rotate(0);
    pointer-events: none;
    width: 18px!important;
    height: 18px!important;
    border: 2px dashed #000;
    border-left-color: transparent;
    border-radius: 50%;
    animation-name: loading-search-header;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.loading-search-header:lang(ar) {
    right: unset;
    left: 12px;
}
@keyframes loading-search-header {
    0% {
    transform: translate(0, -50%) rotate(0);
}
100% {
    transform: translate(0, -50%) rotate(360deg);
}
}

.btn-germ-header {
color: #fff!important;
    text-decoration: none;
    padding: 3px 9px;
    border-radius: 6px;
    font-family: "DIN Regular";
    font-size: 14px;
    margin-left: 15px;
    display: inline-block;
		    
}
	.shape-btn-header {
	position: relative;
    top: 2px;
    width: fit-content;
    cursor: pointer;
    z-index: 1;
}
	.shape-btn-header::after {
    content: "";
    background-color: var(--red-color);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    border: 1px solid var(--red-color);
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 5px;
    transform: translate(-50%,-50%) skew(-21deg,0deg);
}
/*	.main-menu {
	top:4% !important;}
*/
.para-header {
color:#040504 !important;
font-size:16px;
	
}
/*@media (max-width:500px){
.main-menu {
	top:12% !important;}}
*/
@media (max-width:600px){
/*.main-menu {
	top:6.5% !important;}
	*/
.btn-germ-header {
font-size:12px !important;
}
	.img-icon-header {
		width:12px !important;
	}
	.para-header {
	font-size:12px !important;
	}
}

@media (min-width:1999px){
.main-menu {
	top:3.1% !important;}}
@media (min-width:2999px){
.main-menu {
	top:2.3% !important;}}


.main-menu-new {
    position: fixed;
    top: 0px;   
	width: 100%;
    z-index: 999;
    transition: padding-top .2s;
}

nav.navbar {
        padding-top: 36px;
    }
 nav.nav-mobile {
        padding-top: 60px;
    }
.col-recovery {
	background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px){
.header-main-services , 
.header-warranty-contract {
    height: 15vh;
    margin-top: 90px;
}}
@media (max-width: 991px){
.mobile-sty {
   background-color: var(--main-color) !important;
   background-image:none !important;
	}}

/* video section  */
.video {
    width: 425px;
    height:100%
 }
@media (max-width:991px){
.video {
    width: 365px;
    height: 100%;
	}}

/* new header */

.cal-lg{
background-image:url('https://wordpress-548447-4529837.cloudwaysapps.com/wp-content/uploads/2024/05/calculator-icon.svg');
height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s;
}

}
@media (max-width: 767px) {
    .icon-search-header {
        right: 6px !important;
        top: 50%;
    }
}

@media (max-width: 767px) {
    :lang(ar).icon-search-header {
        right: 110px !important;
    }
}
@media (max-width: 767px) {
:lang(en-US).para-header {
	font-size:14px !important;
	}}

.div-link-result-search {
    height: fit-content;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 54px;
    left: 0;
    box-shadow: 11px 4px 13px -13px #000, -11px 5px 14px -11px #000;
}
.ul-result-search {
    width: 100%;
    max-height: 250px;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.a-link-search-tag {
    text-decoration: none;
    color: var(--main-color);
    transition: background-color .5s;
}
.div-result-search-header img {
width:20px !important;
}
.div-result-search-header p {
font-size:12px;
}
.navbar>.container {
	 justify-content: space-between;
}
:lang(ar).navbar>.container {
    justify-content: space-around;
}

.navbar-logo a img {
        margin: 0 !important;
        width: 100%;
        height: fit-content !important;
    }
:lang(ar).icon-search-header {
	right: 185px !important;
}
@media (max-width:991px){
.menu-mobile {
	padding-bottom:1rem;
	}}

.img-icon-header {
	animation: glowing 1300ms infinite;
}

.input-search-header {
width:85% !important;}
 nav.navbar {
        padding-top: 36px !important;
    }
 nav.nav-mobile {
        padding-top: 70px !important;
    }

.img-1 {
	width:35px !important;
}
/* responsive */


:lang(ar).whats-account {
	border-left:none;
	border-right: none;
}
:lang(ar).phone-account {
    padding-right: 3%;
}
:lang(ar).btn-lang {
	margin-right:10px;
}
.image img :hover  {
	 filter: brightness(200%) !important;
	    filter: brightness(0.5) !important;
}
.icon-header {
	width:15%;
}
#id-input-search-header {
width:85%;	
}

@media (min-width:767px) and (max-width:992px) {
.navbar>.container {
	justify-content: center !important;
}
.input-search-header {
    width: 100% !important;
}
	.icon-search-header {
		right:40px !important;
	}
}

@media (min-width:900px) and (max-width:1400px)
{
	.input-search-header {
    width: 100% !important;
     } 
	.icon-search-header {
		display:none;
	}
	.para-header {
    font-size: 12px !important;
}
	.link-header {
    font-size: 10px !important;
	}
	.icon-header {
		width:12% !important;
	}
	.img-1 {
    width: 25px !important;
}
	.div-input-search{
        width:100%;	
    }
	.col-lang {
	padding-right: 0rem !important;
}
	    li.nav-item {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
	a.dropdown-item {
		font-size:15px !important;
	}
	
}

