@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');

/* CSS Document © 2024 Prowebprism.com */

::-moz-selection{ background:#7b7d7f; color:#ffffff; text-shadow:none;}
::selection { background:#7b7d7f; color:#ffffff; text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family: "Source Sans 3", serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color #00000000; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden;}
:root { overflow-y: scroll;--primary:#134A68; --secondary:#298092;}
a { text-decoration:none; transition:all 0.25s ease-out 0s;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: "Raleway", serif;}
p, p span { font-family: "Source Sans 3", serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:#fff;
}
::-moz-placeholder { 
  color:#fff;
}
:-ms-input-placeholder {
  color:#fff;
}
:-moz-placeholder {
  color:#fff;
}
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--primary); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background:var(--primary); 
  }
h1.arab, h2.arab, h3.arab , h4.arab, h5.arab, h6.arab, h1.arab span, h2.arab span, h3.arab span, h4.arab span, h5.arab span, h6.arab span{font-family: "Noto Sans Arabic", serif;}
p.arab, p.arab span { font-family: "Almarai", serif;}

strong{font-weight: 600;}
/* 
font-family: "Raleway", serif;
font-family: "Noto Sans Arabic", serif;
font-family: "Source Sans 3", serif;
font-family: "Almarai", serif;
*/

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

/* body{background-color: #000000;} */

.top-header {padding: 10px 0px 10px;background-color:#134A68;z-index: 55;position: relative;}
.top-header-row {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.top-header-col1{display: flex; align-items: center; width: 50%;}
.top-header-col2{display: flex;align-items: center;width: 50%;justify-content: flex-end;}
.header-call,.header-mail {display: flex;align-items: center;justify-content: space-between;}
.header-mail{margin-left: 30px;}
.call-icon,.location-icon {width: 30px;height: 30px;background-color:#fff;border-radius: 50%;display: flex; align-items: center;justify-content: center;border: 1px solid var(--primary);}
.phone-call-link a,.location-link a{color:#ffffff;font-size: 0.9rem;}
.phone-call-link a:hover{color: var(--secondary);}
.location-link a:hover{color: var(--secondary);}
.call-icon img,.location-icon img {width: 15px;}
.phone-call-link,.location-link{ margin-left:10px;}
.header-social-icons { width: auto;}
.header-social-icons a { display: inline-block; margin: 0 12px 0 0;}
.header-social-icons a:last-child { margin-right: 0;}
.header-social-icons .social-icon { display: flex;align-items: center;justify-content: center; width: 20px; height: 20px; position: relative;}
.header-social-icons .social-icon img { width: 15px;height: 15px; transition: all .25s ease-in-out;object-fit: contain;}
.header-social-icons .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;display: flex;align-items: center;justify-content: center;}
.header-social-icons a:hover .social-icon  .hover-icon { opacity: 1;}
.header-social-icons a:hover .social-icon > img { opacity: 0;}
.header-social-icons{display: flex;width: 100%;align-items: center;justify-content: space-between;max-width: 160px;}
.header-social{background-color:#fff;width: 30px;height: 30px;border-radius: 50%; display: flex;align-items: center;justify-content: center;border: 1px solid var(--primary);}


.main-header{padding: 20px 0px;}
.main-header .main-header-row{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.main-header-col1{width: 40%;}
.main-header-col2{width: 60%;}
.main-header-col1 .logo img{width: 400px;}
.main-header-col2 .menu-list ul{display: flex;align-items: center;justify-content: space-between;}
.main-header-col2 .menu-list ul li a{font-size: 1.2rem;color:var(--secondary);text-transform: capitalize;position: relative;}
.main-header-col2 .menu-list ul li a::after{position: absolute;content: "";bottom: -5px;left: 0;background-color: var(--secondary);width: 0%;height: 2px;transition: 0.3s all ease-in-out;}
.main-header-col2 .menu-list ul li a:hover::after{width: 100%;}
.main-header-col2 .menu-list ul li a:hover{color: var(--secondary);}



.banner-sec{padding:20px 0px 60px;background-image: url('../images/banner-1new.png');background-position:bottom;background-repeat: no-repeat;background-size: cover;}
.banner-row{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.banner-col1{width: 58%;}
.banner-col2{width: 38%;}
.banner-col1 h1{font-size: 5rem;font-weight: 800;color: var(--primary);}
.banner-col1 h1 span{color: transparent;font-size: 3.6rem;font-weight: 700;letter-spacing: -0.03em;-webkit-text-stroke-width: 1px;stroke-width: 1px;-webkit-text-stroke-color: var(--primary);stroke: var(--primary);text-transform: uppercase;display: block;}
.banner-col1 p{line-height: 1.5;font-size: 1.1rem;margin-top:30px;}
.banner-slider-card{width: 480px; height: 480px;border-radius: 50%;overflow: hidden;animation: border-transform 10s linear infinite alternate forwards;
position: relative;border: 5px solid var(--primary);}
.banner-slider-card img{width: 100%;height: 100%;object-fit: cover;}
.banner-btn{margin-top: 30px;}


.about-sec{position: relative;padding: 80px 0px;background-color: #000000;z-index: 55;}
.about-sec::after{position: absolute;content: "";background-image: url("../images/about-after.svg");width: 100%;height: 100%;top: 0;left: 0;background-repeat: no-repeat;opacity: 0.2;z-index: -1;}
.who-sec{display: flex;align-items: center;justify-content: space-between;}
.who-sec-left{width: 68%;}
.who-sec-left h3{font-size: 3rem;color: var(--secondary);margin-bottom: 20px;font-weight: 600;position: relative;}
.who-sec-left-eng h3::after{position: absolute;top: 50%;right: 0;width:60%;height: 2px;content: "";background-color: var(--secondary);transform: translateY(-50%);}
.who-sec-left p{line-height: 2;font-size: 1.1rem;color: #fff;}
.who-sec-left-arb{direction: rtl;}
.who-sec-left-arb h3{font-family: "Noto Sans Arabic", serif;margin-bottom: 20px;}
.who-sec-left-arb p{font-family: "Almarai", serif;}
.who-sec-left-arb h3::after{position: absolute;top: 50%;left: 0;width: 60%;height: 2px;content: "";background-color: var(--secondary);transform: translateY(-50%);}
.who-sec-right{width: 28%;text-align: right;}
.who-sec-right img{height: 700px;object-fit: cover;width:100%;}


.product-sec{padding: 80px 0px;background-color: #fff;}
.product-head h2{font-size: 3rem;margin-bottom: 20px;font-weight: 600;position: relative;border-bottom: 2px solid var(--secondary);max-width: fit-content;margin: 0 auto;padding-bottom: 10px;color:var(--secondary);}
.product-head{text-align: center;}
.product-row{display: flex;align-items: center;justify-content: space-between;width: 100%;margin: 50px 0px;}
.product-row:nth-child(2n){flex-direction: row-reverse;}
.product-row{margin-bottom: 80px;}
.product-left{width: 38%;}
.product-left img{border-radius: 20px;}
.product-right{width: 58%;}
.product-des{border-bottom: 1px solid var(--secondary);padding: 20px;}
.product-des:nth-child(2n){border-bottom: none;}
.product-des h3{font-size:1.5rem;margin-bottom: 10px;font-weight: 700;color:var(--secondary);}
.product-des p{font-size: 1rem;line-height: 2;color:#000000;}
.product-des p strong{font-weight: 600;}
.product-des.arab{direction: rtl;}




.paint-sec{padding:80px 0px;position: relative;background-color: #000000;z-index: 55;}
.paint-sec::after{position: absolute;content: "";background-image: url("../images/about-after.svg");width: 100%;height: 100%;top: 0;left: 0;background-repeat: no-repeat;opacity: 0.2;z-index: -1;}
.paint-head h2{font-size: 3rem;margin-bottom: 20px;font-weight: 600;position: relative;border-bottom: 2px solid var(--secondary);max-width: fit-content;margin: 0 auto;padding-bottom: 10px;color: var(--secondary);}
.paint-head{text-align: center;}
.paint-content-row{display: flex;align-items: center;justify-content: space-between;margin: 50px 0px;}
.paint-content-eng{width:48%;position: relative;}
.paint-content-eng::after{position: absolute;top:-20px;right:-20px;background-color: var(--secondary);content: "";width: 1px;height: 150px;}
.paint-content-arab{width: 48%;}
.paint-content-row p{font-size: 1.1rem;line-height:2;color: #fff}
.paint-cards-sec{display: flex;align-items:stretch;justify-content: space-between;}
.paint-card-box{width: 32%;border: 5px solid var(--secondary);border-radius: 20px;background-color:#fff;}
.paint-card-box img{height: 220px;width: 100%;object-fit: cover;border-radius: 20px;}
.paint-card-box-content{padding: 20px;font-weight: 400;border-bottom: 1px solid var(--secondary);}
.paint-card-box-content:last-child{border-bottom: none;}



.mission-sec{padding: 80px 0px;position: relative;background-color:var(--secondary);}
.mission-row{display: flex;align-items: center;justify-content: space-between;}
.mission-left{width: 38%;}
.mission-image{width: 20%;}
.mission-right{width:38%;}
.mission-left h3{font-size: 2rem;margin-bottom: 10px;font-weight: 600;color:#fff;}
.mission-left p{font-size: 1.1rem;line-height: 2;color: #fff;}
.mission-content{padding: 20px 0px;border-bottom: 1px solid #fff;}
.mission-content:last-child{border-bottom: none;}
.mission-right h3{font-size: 2rem;margin-bottom: 10px;font-weight: 600;color:#fff;}
.mission-right p{font-size: 1.1rem;line-height: 2;color: #fff;}
.mission-right{direction: rtl;}
.mission-image img{width: 100%;height: 100%;object-fit: cover;}





.project-sec{padding: 80px 0px;position: relative;background-color:#000000;z-index: 55;}
.project-sec::after{position: absolute;content: "";background-image: url("../images/about-after.svg");width: 100%;height: 100%;top: 0;left: 0;background-repeat: no-repeat;opacity: 0.2;z-index: -1;}
.project-sec .project-content h3{font-size: 3rem;color: var(--secondary);margin-bottom: 20px;font-weight: 600;position: relative;}
.project-sec .project-content p{line-height: 2;color: #fff;}
.project-sec .project-content{border-bottom: 1px solid var(--secondary);padding: 50px 0px;}
.project-sec .project-content:first-child{padding-top: 0;}
.project-sec .project-content:last-child{padding-bottom: 0;border-bottom: none;} 
.project-sec .project-content.project-arb{direction: rtl;}




.offer-sec{padding: 80px 0px 20px; background-color:var(--secondary)}
.offer-head h2{font-size: 3rem;margin-bottom: 20px;font-weight: 600;position: relative;border-bottom: 2px solid #ffffff;max-width: fit-content;margin: 0 auto;padding-bottom: 10px;color: #fff;}
.offer-cards{display: flex;align-items: center;justify-content: space-between;align-items: center; margin: 50px 0px 50px;position: relative;flex-wrap: wrap;}
.offer-card{background-color:#000000;padding: 350px 20px 40px;position: relative;border-radius: 20px;}
.offer-card img{width: 200px; height: 200px;object-fit: cover;transform: rotate(45deg);border-left: 20px solid var(--primary); border-top: 20px solid var(--primary); border-right: 20px solid var(--secondary);}
.offer-card-image{position: absolute; top:15%;left: 50%;transform: translate(-50%);}
.offer-content{color: #fff;text-align: center;}
.offer-content h2{font-size:2rem;font-weight: 600;}


.contact-wrapp {padding: 150px 0 80px;position: relative;background-color: #000000;z-index: 55;}
.contact-wrapp::after{position: absolute;content: "";background-image: url("../images/about-after.svg");width: 100%;height: 100%;top: 0;left: 0;background-repeat: no-repeat;opacity: 0.2;z-index: -1;}
.contact-wrapp .contact-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-wrapp .contact-col1 { width: 46%;}
.contact-wrapp .map-wrap { width: 100%; margin: 0 0 40px;}
.contact-wrapp .map-wrap iframe { width: 100%; height: 300px; border-radius: 10px;}
.contact-wrapp .contact-col1 .contact-col3 { width: 100%;}
.contact-wrapp .contact-col1 .contact-col3 li {font-size: 18px; line-height: 1.4; color:#fff; padding-left: 35px; position: relative; margin: 0 20px 30px 0; display: inline-block;}
.contact-wrapp .contact-col1 .contact-col3 li:first-child {display: block; margin-right: 0;}
.contact-wrapp .contact-col1 .contact-col3 li:nth-child(2) {display: block; margin-right: 0;}
.contact-wrapp .contact-col1 .contact-col3 li .icon { display: inline-block; width: 18px; position: absolute; left: 0; top: 4px;}
.contact-wrapp .contact-col1 .contact-col3 li a { color:#fff;}
.contact-wrapp .contact-col1 .contact-col3 li a:hover { color: var(--primary);}
.contact-wrapp .contact-col2 { width: 42%; position: relative; padding-top: 5%;}
.contact-wrapp  h3 { font-size: 123px; color: var(--secondary); opacity:1; margin: 0 0 11px; position: absolute; top: -18%; left: -80%; z-index: 2;font-weight: 500;}
.contact-wrapp .contact-form { width: 100%;}
.contact-wrapp .contact-form .text-fields { width: 100%;}
.contact-wrapp .contact-form .text-fields .text-field { width: 100%; margin: 0 0 20px;}
.contact-wrapp .contact-form input { width: 100%; height: 62px; border: none; border-bottom: 1px solid #fff; color:#fff;background-color: transparent;}
.contact-wrapp .contact-form textarea { width: 100%; height: 130px; border: none; border-bottom: 1px solid #fff; padding: 6px 12px;  resize: none;color:#fff;background-color: transparent;}
.contact-wrapp .contact-form .submit-btn { margin: 30px 0 0;}
.contact-wrapp .everest-forms-submit-button.button.evf-submit.button { padding: 12px 24px; background: var(--primary); color:#fff; border-radius: 80px; text-transform: uppercase; font-size: 16px; border: 1px solid var(--primary); transition: all .25s ease-in-out;}
.contact-wrapp .everest-forms-submit-button.button.evf-submit.button:hover{background: none; color:#fff;border-color: #fff;}



/* ------footer-wrapp------ */
.footer-wrapp { background:#fff; padding: 70px 0 30px;border-top: 1px solid var(--secondary);}
.footer-wrapp .footer-row {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.footer-wrapp .footer-logo { width: 350px;}
.footer-wrapp .footer-nav {width: 60%;margin: 0 auto;text-align: center;}
.footer-wrapp .footer-nav ul { width: 100%;}
.footer-wrapp .footer-nav ul li { display: inline-block;}
.footer-wrapp .footer-nav ul li a { display: block; padding: 10px; font-size: 1rem; color:var(--secondary);}
.footer-wrapp .footer-nav ul li a:hover { color: var(--primary);}
.footer-wrapp .footer-social a { display: inline-block; margin: 0 12px 0 0;}
.footer-wrapp .footer-social a:last-child { margin-right: 0;}
.footer-wrapp .footer-social .social-icon { display: flex; width: 15px; height: 15px; position: relative;align-items: center;justify-content: center;}
.footer-wrapp .footer-social .social-icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.footer-wrapp .footer-social .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.footer-wrapp .footer-social a:hover .social-icon  .hover-icon { opacity: 1;}
.footer-wrapp .footer-social a:hover .social-icon > img { opacity: 0;}
.footer-wrapp  .footer-row1 {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; padding: 30px 0 0; margin: 40px 0 0; border-top: 1px solid var(--secondary);}
.footer-wrapp .footer-row1 p {font-size: 1rem; color: var(--secondary);}
.footer-wrapp .footer-row1 p a { color:var(--secondary); font-weight: 500;}
.footer-wrapp .footer-row1 p a:hover { color: var(--secondary);}
.footer-social-icons { width: auto;}
.footer-social-icons a { display: inline-block; margin: 0 12px 0 0;}
.footer-social-icons a:last-child { margin-right: 0;}
.footer-social-icons .social-icon { display: flex;align-items: center;justify-content: center; width: 20px; height: 20px; position: relative;}
.footer-social-icons .social-icon img { width: 15px;height: 15px; transition: all .25s ease-in-out;object-fit: contain;}
.footer-social-icons .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;display: flex;align-items: center;justify-content: center;}
.footer-social-icons a:hover .social-icon  .hover-icon { opacity: 1;}
.footer-social-icons a:hover .social-icon > img { opacity: 0;}
.footer-social-icons{display: flex;width: 100%;align-items: center;justify-content: space-between;max-width: 160px;margin: 30px auto;}
.footer-social{background-color:#fff;width: 30px;height: 30px;border-radius: 50%; display: flex;align-items: center;justify-content: center;border: 1px solid var(--primary);}





.overlay{display: none;}
.burger-btn{display: none;}



.main-header.header-wrapp.sticky{position: fixed;top: 0;left: 0;z-index: 99;background:#fff;animation: .7s slide-down;box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;}
.main-header.header-wrapp.sticky .menu-list ul li a{color:var(--primary);}






.error-page-section { padding: 80px 0; text-align: center;}
.error-page-section .error-page-row { width: 100%;}
.error-page-section .error-page-col1 { width: 100%; max-width: 500px; margin: 0 auto;}
.error-page-section h1 { font-size: 50px; margin: 0 0 20px;}
.error-page-section  h2 { font-size: 35px; margin: 0 0 20px;}
.error-page-section p { font-size: 16px; margin: 0 0 20px;}
.error-page-section .error-page-col1 .search-form { width: 100%; display: flex; justify-content: center;}
.error-page-section .error-page-col1 .search-form input { margin: 0 2% 0 0; height: 50px; border: 1px solid var(--primary); border-radius: 80px; text-align: center; font-size: 14px; text-transform: uppercase; font-weight: 500; padding: 0 15px; background: none;}
.error-page-section .error-page-col1 .search-form .search-submit { display: inline-block; padding: 12px 24px; background: var(--primary);  color: var(--primary-color); border-radius: 80px; text-transform: uppercase; font-size: 16px; border: 1px solid var(--primary); transition: all .25s ease-in-out; margin: 0 0 0;}
.error-page-section .error-page-col1 .search-form .search-submit .screen-reader-text { position: static !important;  color: #fff; clip-path: border-box;}
.error-page-section .error-page-col1 .search-form .search-submit:hover{background: none; color: var(--primary);}
.error-page-section .error-page-col1 .search-form .search-submit:hover .screen-reader-text{color: var(--primary);}

.search-page-section { padding: 80px 0;}
.search-page-section h1 { font-size: 42px; margin: 0 0 20px;}
.search-page-section .search-page-card { width: 100%;}
.search-page-section .search-page-card .search-page-content { width: 100%;}
.search-page-section .search-page-card h3 {font-size: 25px; margin: 0 0 20px;}
.search-page-section .search-page-card p { font-size: 16px; margin: 0 0 20px; line-height: 1.56;}
.search-page-section .search-page-card .search-btn1 { display: inline-block; padding: 12px 24px; background: var(--primary); color:#fff; border-radius: 80px; text-transform: uppercase; font-size: 16px; border: 1px solid var(--primary); transition: all .25s ease-in-out;}
.search-page-section .search-page-card .search-btn1:hover { background: none; color: var(--primary);}


.defualt-page-section {padding: 80px 0;}
.defualt-page-section .content-wrapp { width: 100%;}
.defualt-page-section h2 { font-size: 35px; margin: 0 0 20px;}
.defualt-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.defualt-page-section p a { color: var(--primary);}
.defualt-page-section p a:hover { color: #ffff;}


.banner-sec.not-home{padding: 60px 0px 150px;}
.whatsup-icon { position: fixed; bottom: 20px; right: 20px; z-index: 999; }
.whatsup-icon img { width: 50px; height: 50px; }







@-webkit-keyframes border-transform {
  0%,
  to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }
  14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }
  28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }
  42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }
  56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }
  70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }
  84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

@keyframes border-transform {
  0%,
  to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }
  14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }
  28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }
  42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }
  56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }
  70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }
  84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}









@media(max-width:1400px){
  .banner-col1 h1{font-size: 4rem;}
  .banner-col1{width: 48%;}
  .banner-col2{width: 48%;}
  .main-header-col2 .menu-list ul li a{font-size: 1rem;}
  .bannerswiper .swiper-slide{display: flex;align-items: center;justify-content: flex-end;}
}


@media(max-width:1200px){
  .container{max-width: 94%;}
  .banner-slider-card{width: 350px;height: 350px;}
  .banner-col1 h1{font-size: 3.5rem;}
  .who-sec-left-eng h3::after{width: 50%;}
  .who-sec{flex-wrap: wrap;}
  .product-row{margin-bottom: 30px;}
  .product-sec{padding: 50px 0px;}
  .paint-sec{padding: 50px 0px;}
  .mission-sec{padding: 50px 0px;}
  .project-sec{padding: 50px 0px;}
  .offer-sec{padding: 50px 0px;}
  .footer-wrapp .footer-logo{margin-bottom: 20px;}
  .footer-wrapp .footer-nav{margin-bottom: 20px;}
  .who-sec-right img{height: 500px;}
  .about-sec{padding: 50px 0px;}
  .footer-wrapp .footer-row{justify-content: center;}
  .footer-wrapp .footer-nav{width: 100%; text-align: center;}
}



@media(max-width:992px){
  .offer-content h2{font-size: 1.5rem;}
  .contact-wrapp h3{font-size:4rem;}
  .contact-wrapp{padding: 150px 0px 50px;}
  .product-row{margin-bottom: 0;margin: 30px 0px;}
  .who-sec-left{width: 100%;}
  .menu-list{display: none;}
  .who-sec{flex-direction: column-reverse;}
  .who-sec-right{width: 100%;}
  .who-sec-right img{display: none;}
  .product-row{flex-wrap: wrap;}
  .product-left{width: 100%;}
  .product-left img{width: 500px;margin: 0 auto;object-fit: cover;margin-bottom: 30px;}
  .product-row{margin-bottom: 80px;}
  .product-right{width: 100%;}
  .banner-col1 h1{font-size: 2rem;font-weight: 600;}
  .banner-slider-card{width: 300px;height: 300px;}
  .top-header-col1{width: 70%;}
  .top-header-col2{width: 30%;}
  .paint-content-row{flex-wrap: wrap;}
  .paint-content-eng{width: 100%;}
  .paint-content-arab{width: 100%;}
  .overlay {display: block;position: fixed; right: 0; top: 0; width: 350px; height: 100%; background:var(--primary); background-size: 300% 100%; z-index: 99; padding: 110px 5% 50px; transform:translateX(100%); opacity: 0; visibility: hidden; transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
  .overlay ul {width: 100%;}
  .overlay ul { width: 100%;}
  .overlay ul li a { color: #fff; display: block; padding: 20px 0;}
  .overlay ul li { font-size: 18px; border-bottom: 1px solid #fff; text-transform: uppercase;}
  .overlay ul li a:hover { color: var(--primary-color) !important;}
  .burger-btn { display: block; position: fixed; width: 50px; height: 30px; right: 5%; top: 25px; z-index: 999;  overflow: hidden; cursor: pointer;}
  .burger-btn span { display: block; width: 100%; height: 3px; background:var(--primary); background-size: 300% 100%; border-radius: 5px; transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .burger-btn:hover span{background-position: 50% 0;}
  .burger-btn .active span { background: #fff;}
  .burger-btn span:first-child { width: 70%;}
  .burger-btn span:nth-child(2n) { margin: 9px 0; transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
  .burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
  .burger-btn span:last-child { width: 70%;}
  .burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
  .burger-btn .active span:first-child { transform: translateY(13px) rotate(-45deg);}
  .burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}
  body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(255 255 255 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
  body.menu-open{  overflow-y: hidden;}
  .overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
  .overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
  .overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
  .overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
  .top-header{display: none;}
}

@media(max-width:768px){
  .top-header{display: none;}
  .paint-card-box{width: 48%;margin-right: 20px;margin-bottom: 40px;}
  .paint-card-box:nth-child(2n){margin-right: 0;}
  .paint-cards-sec{flex-wrap: wrap;justify-content: center;}
  .mission-image{display: none;}
  .mission-row{flex-wrap: wrap;}
  .mission-left{width: 100%;}
  .mission-right{width: 100%;}
  .footer-social-icons{margin: 10px auto;}
}


@media(max-width:600px){
  .banner-row{flex-wrap: wrap;flex-direction: column-reverse;}
  .banner-col2{margin-bottom: 30px;}
  .banner-col1{width: 100%;}
  .banner-col2{width: 100%;}
  .banner-slider-card{max-width: 400px;max-height: 400px;object-fit: cover;width: 100%;height: 100%;margin: 0 auto;}
  .who-sec-left-eng h3::after,.who-sec-left-arb h3::after{content: none;}
  .who-sec-left p{line-height: 1.8;font-size: 1rem;}
  .main-header-col1{width: 80%;}
  .who-sec-left h3,.product-head h2,.paint-head h2{font-size: 2rem}
  .product-des p{line-height: 1.8;}
  .product-des h3{font-size: 1.3rem;}
  .paint-content-row p{line-height: 1.8;font-size: 1rem;}
  .paint-content-eng{margin-bottom: 30px;padding-bottom: 15px; border-bottom: 1px solid var(--secondary);}
  .paint-card-box{width: 100%;margin-right: 0;}
  .mission-left p{line-height: 1.8;font-size: 1rem;}
  .project-sec .project-content h3{font-size: 2rem;}
  .offer-head h2{font-size: 2rem;}
  .contact-wrapp h3{font-size: 2rem;}
  .contact-wrapp .contact-row{flex-direction: column-reverse;}
  .contact-wrapp .contact-col1{width: 100%;}
  .contact-wrapp .contact-col2{width: 100%;margin-bottom: 50px;}
  .contact-wrapp h3{position: relative;top: unset;left: unset;}
  .contact-wrapp{padding: 50px 0px;}
  .banner-col1 h1{font-size: 2rem;}
  .product-des{padding: 20px 0px;}
  .offer-card img{width: 250px;height: 150px;object-fit: cover;}
  .offer-card{padding: 250px 20px 40px;}
  .footer-wrapp .footer-row1{justify-content: center;}
  .footer-wrapp .footer-nav ul li a{padding: 8px;font-size: 0.9rem;}
  .offer-card img{border-left: 10px solid var(--secondary);border-right: 10px solid var(--secondary);border-top: 10px solid var(--primary);}
  .global-btn{padding: 10px 20px;}
  .footer-wrapp .footer-row1 p{font-size: 0.9rem;text-align: center;}
}