body {
    padding: 0px;
    margin: 0px;
    font-family: "Manrope", sans-serif;
    color: #fff;
    background: #0C0C0C;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img{
  max-width:100%;
}
.viewall-btn {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 9.37px;
    border: 0.937px solid rgba(255, 255, 255, 0.60);
    background-color: transparent;
    padding: 7px 25px;
    transition: 1s;
    margin-top: 20px;
}
.m-container{
	margin:0px 200px;
}
.viewall-btn:hover {
    background: #0A40A8;
    border: 0.937px solid #0A40A8;
}

.mr-80-respve-0 {
    margin-right: 80px;
}

.ml-80-respve-0 {
    margin-left: 80px;
}

/* comman css start*/
.overflox-x-h {
    overflow-x: hidden !important;
}

.text-d-none {
    text-decoration: none;
}

.coman-btn {
    border-radius: 10px;
    background: #0A40A8;
    border: 1px solid#0A40A8 !important;
    padding: 12px 20px;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    border: 0px;
    transition: 1s;
}

.coman-btn:hover {
    background-color: transparent;
    border: 0.937px solid rgba(255, 255, 255, 0.60) !important;
}

.section-mt {
    margin-top: 80px;
}

.section-mb {
    margin-bottom: 80px;
}

.section-head {
    color: #F9F9F9;
    font-family: "Manrope", sans-serif;
    font-size: 42.393px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.272px;
}

.section-sub-head {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 25.619px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.231px;
    /* 118% */
    letter-spacing: -0.512px;
}

.section-head span {
    font-weight: 400;
}

.section-text {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: 0.18px;
}

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

/* comman css end*/

/* banner section css start */
.banner-box {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner-content {
    overflow-x: hidden;
    position: absolute;
    z-index: 999;
    top:45%;
	width:50%
}

.banner-content h2 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 65.351px;
    font-style: normal;
    font-weight: 500;
    line-height: 85.32px;
    letter-spacing: -1.307px;
}

.banner-content p {
    color: #CECFD1;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.72px;
}

.sub-banner {
    border-radius: 20px;
    background: linear-gradient(270deg, #0A40A8 0%, rgba(4, 25, 66, 0.00) 80%);
    margin-top: 100px;
    padding: 50px 10px;
    position: relative;
}

.breadcrumb-menu {
    position: absolute;
    right: 5%;
    bottom: 0px;
    border-radius: 10px 10px 0px 0px;
    background: rgba(217, 217, 217, 0.70);
    padding: 5px 15px;
}

.breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item a {
    color: #E1E5EB;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arabic-content .breadcrumb-menu {
    position: absolute;
    left: 5%;
    right: auto;
    bottom: 0px;
    border-radius: 10px 10px 0px 0px;
    background: rgba(217, 217, 217, 0.70);
    padding: 5px 15px;
}

/* banner section css end */

/* counting section css start */
.counting-bg-logo-1 {
    position: absolute;
    right: 0px;
    top: -150px;
}

.counting-bg-logo-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.counting-box {
    width: 296px;
    height: 217px;
    flex-shrink: 0;
    background-image: url(../img/bg/counting-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.count-1 span {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 105.018px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -3.151px;
}
.count-1{
	padding-left:15px;
}

.counting-box p {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15px;
}

.counter-box-1 span {
    color: #F9F9F9;
    font-family: "Manrope", sans-serif;
    font-size: 79.79px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.394px;
}

.counter-box-1 P {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.15px;
}

/* counting section css end */

/* slider section css start*/
.sider-slide-box {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.sider-slide-box img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.slide-box img {
    width: 100%;
    height: 600px;
    overflow: hidden;
    object-fit: cover;
}

.slide-box {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: 600px;
}

.slide-box-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    width: 100%;
}

.slide-box:hover .slide-box-overlay {
    height: 75%;
    background: rgba(0, 0, 0, 0.41);
    backdrop-filter: blur(17px);
}

.slide-box:hover .slide-box-head {
    display: none;
}

.slide-box-text {
    color: white;
    position: absolute;
    width: 98%;
    top: 50%;
    left: 51%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    padding: 20px;
}

.slide-box-text h5 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.529px;
    letter-spacing: -0.624px;
    margin-bottom: 20px;
}

.slide-box-text p {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 20px;
}

.slide-box-head {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;

}

.slide-box-head h5 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.529px;
    letter-spacing: -0.624px;
}

/* slider section css end*/

/* Why Choose Aloob? section css start */
.why-choose-main-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.why-choose-box {
    width: 413px;
    height: 285px;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transition: 1.5s;
    cursor: -webkit-grab;
    cursor: grab;
    margin: 10px 0px;
}

.why-choose-box:hover {
    background: #0A40A8;
    transform: translatey(10px);
    border-radius: 30px;
    padding: 25px;
}

.why-choose-box h6 {
    color: #FFF;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 25.152px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.503px;
    margin-top: 15px;
}

.why-choose-box p {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 17.149px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.438px;
    letter-spacing: 0.171px;
}

.why-choose-aloob-about-box {
    background: #171616;
    padding: 70px 0px;
}

/* Why Choose Aloob? section css end */

/* Tomtoma? section css start*/
.tomtoma-main-box {
    border-radius: 30px;
    background: linear-gradient(180deg, #0A40A8 0%, #041942 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
	width:100%;
	padding:30px 20px;
	height: 550px;

}

.tomtoma-thead {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 22.742px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.tomtoma-logo {
    width: 300px !important;
    text-align: center;
    margin: 20px 0px;
	height: 50px;
   object-fit: contain;
}

.tomtoma-text {
    width: 90%;
    text-align: center;
}

.tomtoma-box {
    width: 247.382px;
    height: 100%;
    border-radius: 18.19px;
    background: rgba(255, 255, 255, 0.20);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tomtoma-box img {
	width:100%;
    max-width: 247.382px !important;
    height: 180.079px;
    object-fit: cover;
    border-radius: 18.19px 18.19px 0px 0px;
}

#Tomtoma1 {
    /* width: 80%; */
    margin: 30px 0px;
}

#Tomtoma1 .owl-item.active {
    display: flex;
    justify-content: center;
}

#Tomtoma1 .owl-nav {
    opacity: 0%;
}

#Tomtoma1 .owl-dots {
    text-align: center;
}

#Tomtoma1 .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    opacity: 40%;
    background-color: #fff;
    margin-right: 10px;
}

#Tomtoma1 .owl-dot.active {
    opacity: 100%;
}

.tomtoma-box-btn {
    padding: 10px 5px;
    color: #FFF;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 17.009px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.828px;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: 0.5s;
    width: 100%;
}

.tomtoma-box-btn:hover {
    opacity: 70%;
    color: #fff;
}

/* Tomtoma? section css end */

/* product section css start */

.product-tab {
    border-radius: 8.792px;
    border: 1.319px solid #BBB;
    background: #1A1A1A;
    box-shadow: 0px -3.517px 21.1px 0px rgba(0, 0, 0, 0.02) inset, 0px 3.517px 21.1px 0px rgba(0, 0, 0, 0.02) inset, 0px 3.517px 35.167px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    width: fit-content;
    margin-top: 20px;
	overflow:hidden;
}

.product-tab-btn {
      color: #BBB;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.193px;
    padding: 8px 10px;
    border: 0px;
    background-color: transparent;
    transition: 1s;
}

.product-tab-btn.active {
    background: #0A40A8;
    color: #fff;
}

.product-tab-btn:hover {
    background: #0A40A8;
    color: #fff;
}

#product {
    margin-top: 40px;
    margin-bottom: 20px;
}

.product-slide-img-box {
    background-color: rgba(24, 24, 24, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    border-radius: 15px;
    height: 300px;
    overflow: hidden;

}


.product-slide-img-box img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    transition: transform 1s;
}

.product-slide-img-box:hover.product-slide-img-box img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Safari 3-8 */
    transform: scale(1.2);
}

.product-slide-box h6 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 20.614px;
    font-style: normal;
    font-weight: 600;
    line-height: 55.226px;
    letter-spacing: -0.206px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.product-slide-box p {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Manrope", sans-serif;
    font-size: 14.055px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.865px;
    letter-spacing: -0.141px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-btn {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 9.37px;
    border: 0.937px solid rgba(255, 255, 255, 0.60);
    padding: 10px 15px;
    background-color: transparent;
    transition: 1s;
    display: flex;
    justify-content: center;
	margin-right: 15px;
    align-items: center;
}

.product-btn svg {
    display: none;
}

.product-btn:hover {
    background-color: #0A40A8;
    border: 0.937px solid #0A40A8;
}

.product-btn:hover svg {
    display: block;
}

#product .owl-nav {
    opacity: 0px;
}

#product .owl-nav {
    display: none;
}

#product .owl-dots {
    margin-top: 20px;
}

#product .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    opacity: 40%;
    background-color: #fff;
    margin-right: 10px;
}

#product .owl-dot.active {
    opacity: 100%;
}

/* product section css end */

/* Brand section css start */
.brand-section {
    background-color: #fff;
    padding: 50px 0px;
}

.brand-section h6 {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 42.393px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

#brand .owl-nav {
    display: none;
}

#brand .owl-dots {
    display: none;
}

#brand .owl-nav {
    display: none;
}

#brand1 .owl-dots {
    display: none;
}

#brand1,
#brand {
    margin-top: 30px;
}

.brand-img {
    height: 100px;
    width: 100px !important;
    object-fit: contain;
}

/* Brand section css end */

/* Connect Today section css start */
.connect-today-box {
    background-color: #0A40A8;
    padding: 50px 0px;
}

.connect-today-box p {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px;
}

.connect-today-btn {
    color: #0A40A8;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.36px;
    padding: 15px 20px;
    border-radius: 10px;
    background: #FFF;
    border: 0px; 
	    text-decoration: none;

}

/* Connect Today section css end */

/* Blogs & Events section css start */
.blog-event-box {
    border-bottom: 1px solid #3F3F3F;
    background: #1A1A1A;
    padding: 80px 0px;
}

#Blogs {
    margin-top: 30px;
}

#Blogs .owl-nav {
    display: none;
}

#Blogs .owl-dots {
    margin-top: 20px;
}

#Blogs .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    opacity: 40%;
    background-color: #fff;
    margin-right: 10px;
}

#Blogs .owl-dot.active {
    opacity: 100%;
}

.blog-box {
    position: relative;
    width: 100%;
    border-radius: 18.789px;
    overflow: hidden;
    height: 405.835px;

}

.blog-box-image {
    display: block;
    width: 100%;
    height: 405.835px;
    object-fit: cover;
}

.blog-box-overlay {
    position: absolute;
    bottom: 0;
    left: 9px;
    right: 0;
    background-color: #0A40A8;
    overflow: hidden;
    width: 94%;
    height: 0;
    transition: .5s ease;
    border-radius: 28.183px 28.183px 0px 0px;
}

.blog-box:hover .blog-box-overlay {
    height: 40%;
}

.blog-box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px;
}

.blog-box-text p {
    overflow: hidden;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.431px;
    letter-spacing: -0.188px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-box-text button {
    border-radius: 9.394px;
    background: #FFF;
    width: 100%;
    padding: 10px 20px;
    border: 0px;
    color: #0A40A8;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16.91px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.338px;
}

.blog-box-head {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
}

.blog-box:hover.blog-box-head {
    display: none;
}


/* Blogs & Events section css end */

/*#################### about page  css start ####################*/
.about-count-1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* mosion&vision section css start */
.mission-vision-bg {
    background: linear-gradient(270deg, #0A40A8 0%, #041942 100%);
    width: 100%;
    height: 100%;
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
}

.m-v-head {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 94px;
    letter-spacing: -1.6px;
}

.mission-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 58%;
    z-index: 1;
}

.m-v {
    position: relative;
    z-index: 2;
}

.mission-icon {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: -25%;
    width: 100px;
    height: 100px;
}

.vision-icon {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: -10%;
    width: 100px;
    height: 100px;
}

.compact-cars-head {
    background: radial-gradient(69.7% 69.47% at 40.09% 27.4%, #FFF 0%, #939598 54.05%, #58595B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	    animation: animateGradient 2s infinite alternate;
}

.counter-box-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.count-3 {
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 113.584px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: radial-gradient(69.7% 69.47% at 40.09% 27.4%, #FFF 0%, #939598 54.05%, #58595B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter-box-3 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.15px;
}

/* mosion&vision section css end */

/* Our Team section css start */
.team-box-1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.our-team-main-box {
    padding: 10px;
}

.our-team {
    border-radius: 20px;
    background: #2F2F2F;
    width: 270px;
    height: 100%;
    overflow: hidden;
}

.our-team img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 216px;
    object-fit: cover;
}

.team-position {
    color: rgba(136, 177, 255, 0.57);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.828px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.team-name {
    color: #FFF;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.828px;
    letter-spacing: 0.22px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.team-contnent {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin: 0px;
    letter-spacing: 0.13px;
    margin: 10px 0px 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Our Team section css end */

/* md message section css start */
.message-box {
    border-radius: 40px;
    background: #171616;
    padding: 40px 40px;
    width: 85%;
}

/* .message-box-img { */
    /* width: 100%; */
    /* height: 350px; */
    /* border-radius: 201px; */
    /* border: 11px solid #0A40A8; */
    /* object-fit: contain; */
    /* overflow: hidden; */
/* } */

.message-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-box h6 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.2px;
}

#message .owl-dot.active {
    opacity: 100%;
}

#message .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    opacity: 40%;
    background-color: #fff;
    margin-right: 10px;
}

#message .owl-nav {
    display: none;
}

.message-content p {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.16px;
}

.message-content-svg-1 {
    margin-left: -48px;
}

.message-content-svg-2 {
    display: flex;
    justify-content: end;
}

/* md message section css end */

/* co section css start */
.co-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.co-conent {
    position: absolute;
    width: 100%;
    top: 50%;
}

.co-conent h3 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.437px;
    margin-bottom: 0px;
}

.co-conent h3 span {
    color: #FFF;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.957px;
    white-space: nowrap;
}

.myslider {
    width: 100%;
}

/* co section css end */

/* co message section css start */
.CO-Message-box {
    width: 100%;
    border-radius: 20px;
    background: #171616;
    padding: 30px;
    height: 100%;
    text-align: center;
}

.CO-Message-box h6 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.CO-Message-box p {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.18px;
}

/* co message section css end */

/* the travel section css start*/
.travel-box {
    background: linear-gradient(0deg, #171616 0%, #0C0C0C 100%);
    padding: 20px 0px;
}

.travel {
    width: 100%;
}

.travel-flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.travel .slick-slide {
    margin: 30px 0px;
}

.travel-img {
    height: 300px;
    width: 400px;
    object-fit: cover;
    border-radius: 8.539px;
}

.travel-content-box {
    position: relative;
}

.travel-blue-box {
    width: 80%;
    background-color: #0A40A8;
    padding: 20px;
    border-radius: 8.539px;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15.37px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.154px;
    bottom: -15px;
    left: 19%;
    right: 0%;
    position: absolute;
}

.travel ul.slick-dots {
    list-style: none;
    display: flex;
    padding: 0px;
}

.travel .slick-dots {
    position: absolute;
    transform: translateY(-50%);
    left: -73%;
    bottom: 0px;

    li {
        list-style: none;

    }

    button {
        border-radius: 50%;
        width: 8px !important;
        height: 12px;
        border: none;
        background-color: #ffffff8b;
        text-indent: -9999px;
        outline: 0;
        margin-right: 7px;

        &:hover {
            background-color: #0A40A8;
        }
    }
}

.travel .slick-active button {
    background-color: #fff;
}

/* the travel section css end */

/* Detail  section css start */
.deatail-img {
    width: 100%;
    height: 100%;
    border-radius: 17.079px;
    object-fit: cover;
}

/* Detail  section css end */

/* Philosophy section css start */
.Philosophy {
    background: #171616;
    padding: 50px 0px;
}

/* Philosophy section css end */
.Legacy-img {
    height: 316px;
    width: 100%;
    object-fit: cover;
    margin-top: 20px;
    border-radius: 20px;
}

/*#################### about page  css  end ####################*/

/* Product section css start */
.product-fiter-box {
    border-radius: 16px;
    background: #17181C;
    padding-bottom: 10px;
}

.product-fiter-box-head {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 39.004px;
    letter-spacing: -0.44px;
    border-radius: 16px 16px 0px 0px;
    background: #39393A;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-fiter-box-head-btn {
    display: none;
    border: 0px;
    background-color: transparent;
}

.product-fiter-box-body {
    margin: 20px;
    overflow: hidden;
}

.product-fiter-box-body h6 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 20px 0px;
}

.product-fiter-box-body .accordion {
    width: 100%;
}

.product-fiter-box-body button.accordion-button.collapsed {
    padding: 10px 20px 20px 20px;
    background-color: #17181C;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.18px;
    margin-bottom: -0.8px;

}

.product-fiter-box-body button.accordion-button {
    padding: 10px 20px;
}

.product-fiter-box-body .accordion-button::after {
    background-image: url(../img/icon/filter-arow-1.svg) !important;
}

.product-fiter-box-body .accordion-button:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.product-fiter-box-body .accordion-button:not(.collapsed) {
 padding: 10px 20px 20px 20px;
    background-color: #17181C;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.18px;
    margin-bottom: -0.8px;
}

.product-fiter-box-body .accordion-flush .accordion-collapse {
    border-radius: 0px 0px 10px 10px;
    background: #0A40A8;
}

.product-fiter-box-body .accordion-item {
    background-color: #171616;
}

.product-fiter-box-body {
    padding: 0px;
}

.filter-content {
    margin: 10px 0px;
    text-decoration: none;
    cursor: pointer;
}

.filter-content div {
    margin-bottom: 20px;
    color: #BBB;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.15px;
    padding: 5px 10px;
}

.filter-content div:hover {
    border-radius: 110px;
    background: rgba(246, 246, 246, 0.42);
    width: 100%;
    padding: 5px 10px;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.15px;
}
.filter-content div.active {
    border-radius: 110px;
    background: rgba(246, 246, 246, 0.42);
    width: 100%;
    padding: 5px 10px;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.15px;
}
.filter-border-b {
    border-bottom: 1.6px solid #fff;
}

.brands-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.brands-btn {
    border: 0px;
    width: 100%;
    background-color: #17181C;
    text-align: start;
    padding: 5px 20px;
    color: #BBB;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.18px;
    position: relative;
    margin-top: 20px;
    transition: 1s;
}

.brands-btn:hover {
    border-radius: 90px;
    background: rgba(68, 68, 68, 0.50);
}

.brands-btn svg {
    position: absolute;
    right: 10px;
    top: 25%;
    display: none;
}

.brands-btn.active svg {
    display: block;
}

.brands-btn.active {
    border-radius: 90px;
    background: rgba(68, 68, 68, 0.50);
}

.product-list-head {
    color: rgba(255, 255, 255, 0.30);
    font-family: "Manrope", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1.2px;
    white-space: nowrap;
}

.product-list-head span {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.2px;
}

.product-list-head1 {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0px;
}

.product-list-head1 span {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.product-list-box input[type=text] {
    width: 300px;
    color: rgba(255, 255, 255, 0.70);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-image: url('../img/icon/search.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 10px 40px 10px 10px;
    border-radius: 8px;
    border: 1px solid #3D3D3D;
    background: #39393A;

}

.product-list-box input:focus-visible {
    outline: none;
}

.product-list-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.product-list-box form {
    position: relative;
}

.product-list-box form svg {
    position: absolute;
    right: 8px;
    top: 22%;
}

.pagenation .page-link {
    background-color: transparent;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(170, 170, 170, 0.18);
    border-radius: 50px;
    background-color: rgba(24, 24, 24, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.78px;
    transition: 1s;
}

.pagenation .page-item {
    border: 0px;
    margin-right: 10px;
    transition: 1s;
}

.pagenation .page-item.active .page-link {
    background-color: #0A40A8;
    border: 1px solid #fff;
}

.pagenation .page-item:hover .page-link {
    background-color: #0A40A8;
    border: 1px solid #fff;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.page-link:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

/* Product section css end */

/* blogs and events deatail section css start */
.blog-event-img {
    width: 100%;
    height: 400px;
    flex-shrink: 0;
    border-radius: 20px;
    object-fit: cover;
}

.blog-similar-box {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    border-radius: 20px;
    background: #17181C;
    padding: 20px 20px 20px 20px;
    width: 100%;
}

.blog-similar-box h6 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 20.364px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.135px;
    margin-bottom: 0px;
}

.blog-similar-box a button {
    border-radius: 40px;
    border: 1px solid #0A40A8;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    padding: 8px 20px;
    background-color: transparent;
    transition: 1s;
}

.blog-similar-box a button:hover {
    background-color: #0A40A8;
}

.similor-box-slide {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: #252525;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    transition: 1s;
}

.similor-box-slide:hover {
    background-color: #0A40A8;
}

.similor-box-slide img {
    width: 116px;
    height: 82px;
    flex-shrink: 0;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 10px;
}

.similor-box-slide .pq1{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.188px;
    margin-bottom: 0px;
}
.similor-box-slide .pq2{
    display: -webkit-box ;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.188px;
    margin-bottom: 0px;
}
.similor-box-slide.active {
    background-color: #0A40A8;
}

.similor-box-slide-box {
    height: 75vh;
    overflow-y: scroll;
}

/* width */
.similor-box-slide-box::-webkit-scrollbar {
    width: 0.1px;
}

/* Track */
.similor-box-slide-box::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.similor-box-slide-box::-webkit-scrollbar-thumb {
    background: transparent;
}

/* blogs and events deatail section css end */

/* product Enquire Now modal start */
.enquire-modal {
    background: rgb(0 0 0 / 30%);
}

.enquire-modal .modal-content {
    border-radius: 20px;
    background: #1D1D1D;
    padding: 20px;
}

.enquire-modal button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: none;
    width: 25px;
    height: 25px;
    z-index: 99;
}

.enquire-modal button.btn-close img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.enquire-modal .modal-header {
    padding: 0rem 0rem !important;
    border-bottom: 0px solid #dee2e6 !important;
}

.enquire-modal .modal-body {
    padding: 0rem 0rem !important;
    border-bottom: 0px solid #dee2e6 !important;
}

.enquire-modal-imag-box {
    border-radius: 10px;
    background: #282828;
    padding: 10px;
    height: 100%;
}

.enquire-modal-imag-box-img {
    width: 100%;
    height: 211px;
    flex-shrink: 0;
    background-color: rgba(24, 24, 24, 1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enquire-modal-imag-box-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.enquire-modal-imag-box h5 {
    color: #777;
    font-variant-numeric: oldstyle-nums proportional-nums;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.enquire-modal-imag-box h6 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.enquire-modal-imag-box p {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.70);
    text-overflow: ellipsis;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.15px;
}

.enquire-modal-imag-box-brand-logo {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
}

.enquire-modal-imag-box-brand-logo-name {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.18px;
    margin-bottom: 0px;
}

.enquire-modal-form-box {
    height: 100%;
    margin: 0px 25px;
}

.enquire-modal-form-box h6 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.enquire-modal-form-box textarea {
    width: 100%;
    color: #FFF;
    font-variant-numeric: oldstyle-nums proportional-nums;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.4px;
    opacity: 0.9;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    margin-top: 20px;
    background-color: transparent;
}

/* product Enquire Now modal end */

/* product deatail page css start */
.Categories-btn-1{
    width: 100%;
    border: 0px;
    padding: 10px 20px 10px 20px;
    background-color: #17181C;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.18px;
    margin-bottom: -0.8px;
    text-align: start;
    margin-bottom: 10px;
}
.Categories-btn-1.active{
    background-color: #0A40A8;
    border-radius: 10px;
}
.product-deatail-box {
    border-radius: 16px;
    background: #17181C;
    padding: 20px;
}

.product-deatail-name {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.70);
    text-overflow: ellipsis;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.18px;
    /* width: 40%; */
    padding: 10px 0px;
    vertical-align: baseline;
}

.product-deatail-dot {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.70);
    text-overflow: ellipsis;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.18px;
    width: 2%;
    padding: 10px 0px;
    vertical-align: baseline;
}

.product-deatail-text {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.18px;
    padding: 10px 0px;
}

.enq-btn {
    border-radius: 10px;
    background: #0A40A8;
    border: 1px solid #0A40A8;
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    padding: 10px 20px;
    margin-top: 30px;
    width: 294px;
    text-align: center;
    height: 50px;
    transition: 1s;
}

.enq-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.zoomable {
    --parentSelector: &;

    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
}

.zoomable--zoomed {
    .zoomable__img {
        cursor: zoom-in;
        transform: scale(var(--zoom, 2));
    }
}

.slider-nav h3 {
    background-color: rgba(24, 24, 24, 1);
    font-size: 36px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
    width: 94px;
    height: 94px;
    border-radius: 15px;
}

.slider-nav h3 img {
    object-fit: contain;
    width: 94px;
    height: 94px;
}

.product-deatail-zoom-box {
    height: 430px;
    width: 100%;
    border-radius: 15px;
    background-color: rgba(24, 24, 24, 1);
    overflow: hidden;
    padding: 20px;
}

.product-deatail-zoom-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* product deatail page scc end */



.section-text p {
    color: white !important;
}

.section-text p span{
    color: white !important;
}
ul#iti-0__country-listbox {
    background-color: #1D1D1D;
}

.alert-primary{
	border-radius: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999999;
    background: #093a99;
    color: white;
}
.smr li,.smr font ,.smr p,.smr span{
  color:white !important;
}


::-webkit-scrollbar {
  height:5px;
}
::-webkit-scrollbar {
  border-radius:10px;
}
::-webkit-scrollbar-thumb {
 border-radius:10px;
}


@keyframes animateGradient {
    0% {
        background: radial-gradient(69.7% 69.47% at 40.09% 27.4%, #fff 0%, #939598 54.05%, #58595B 100%);
		 background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    25% {
        background: radial-gradient(69.7% 69.47% at 50.09% 27.4%, #fff 0%, #939598 54.05%, #58595B 100%);
		 background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    50% {
        background: radial-gradient(69.7% 69.47% at 60.09% 27.4%, #fff 0%, #939598 54.05%, #58595B 100%);
		 background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    75% {
        background: radial-gradient(69.7% 69.47% at 70.09% 27.4%, #fff 0%, #939598 54.05%, #58595B 100%);
		 background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    100% {
        background: radial-gradient(69.7% 69.47% at 80.09% 27.4%, #fff 0%, #939598 54.05%, #58595B 100%);
		 background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
}
.shape_1,.shape_2{
	position:absolute;
	bottom:20%;
	    width: fit-content !important;
}
.shape_1{
	left:5%;
}
.shape_2{
	right:5%;
}
.arabic-content {
    direction: rtl;
}

