/*
	Theme Name: ما هو اسم القالب؟
	Theme URI: https://www.elnooronline.com/
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
*/
/* start part basic */
@import url(assets/css/helper\ v0.2.css);
@import url(assets/css/all.min.css);
@import url(assets/css/bootstrap-rtl-4.5.3.min.css);
@import url(assets/css/aos.css);
@import url(assets/css/slick-theme.css);
@import url(assets/css/slick.css);
@import url(assets/css/animate.min.css);
@import url(assets/css/splide.min.css);
@import url(assets/css/magnific-popup.css);

@font-face {
  font-family: arabic;
  src: url(assets/FONT/Montserrat-Arabic\RB Regular.ttf);
}

.zain-extralight {
  font-family: "Zain", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.zain-light {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zain-regular {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zain-bold {
  font-family: "Zain", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zain-extrabold {
  font-family: "Zain", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.zain-black {
  font-family: "Zain", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zain-light-italic {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.zain-regular-italic {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  /* color: var(--text) !important; */
  text-decoration: none !important;
}

body {
  font-family: arabic, sans-serif;
  overflow-x: hidden !important;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  padding: 0;
  margin: 0;

  direction: rtl;
}
body *{
line-height: 2.5rem;
}
:root {
  --title: rgba(123, 123, 123, 1);
  --prime: rgba(190, 131, 92, 1);
  --second: rgb(190, 128, 86);
  --third: rgba(66, 68, 81, 1);
  --four: rgb(93, 96, 116);
  --sodark: #162668;
  --border: transparent;
  --bg: rgba(248, 245, 240, 1);
  --text: white;
  --shadow: 0px 0px 5px 2px rgba(88, 88, 88, 0.144);

}

.backgroun {
  background-color: var(--bg);
  color: var(--text);
}

p::selection,
h1::selection,
h2::selection,
h4::selection,
h5::selection,
h6::selection {
  background-color: var(--prime);
  color: white;
}

p,
h1,
h2,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-weight: normal;
  line-height: 2.1rem;
}
p{
	font-size:16px;
}

h1{
	font-size:24px;
}

h2{
	font-size:20px;
}
h6{
	font-size:14px;
}
ul {
  list-style: none;
}

ul li,
a,
button {
  font-weight: normal !important;
}

input:focus {
  outline: none;
}

.load {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--prime);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load img {
  width: 20%;
  height: 20%;
}

.loaderlodging {
  height: 100vh;
  z-index: 10000;
  transition: 0.8s;
  background-color: black !important;
}

.loaderlodging__body {
  overflow: hidden;
}

.loaderlodging__body.afterloading {
  overflow: inherit;
}

.loaderlodging.remove {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #cecece;
  border-bottom-color: var(--prime);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loaderlodging img {
  width: 280px;
  height: 150px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

button:focus,
a:focus-visible {
  outline: none;
}

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

.bg img {
  width: 100%;
  height: 100%;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-toggle i {
  margin-right: 10px;
}

.p-desc {
  color: rgba(123, 123, 123, 1);
  line-height: 1.8rem;
  word-spacing: 1px;
  font-size: 15px;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.title h1 {
  position: relative;
  color: var(--prime);
  font-weight: bolder;
}

.title h1::after,
.title h1::before {
  content: "";
  position: absolute;
  left: 105%;
  top: 50%;
  width: 0px;
  height: 2px;
  background-color: var(--third);
  animation: title 3s infinite linear;
}

.title h1::before {
  right: 105%;
}

.title p {
  margin-top: 20px;
  margin-bottom: 15px;
  width: 50%;
  text-align: center;
}

.row {
  margin: 0px;
}
/* .slick-arrow {
  display: none !important;
} */

/* start slick  */
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
/* end basic */
/* start header  */
header {
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
header .top-head{
background-color: white ;
width: 100%;
}
header .top-head .col{
  display: flex;
  align-items: center;
  justify-content: center;}
header .top-head .col i{
  margin-left: 20px;
  color: var(--prime);
  font-size: 25px;
}
header .top-head .col h6{
  color: var(--prime);
}
header .top-head .col p{

font-size: 14px;}
header .head {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

header .dropdown-item {
  text-align: center;
  border-radius: 3px;
  transition: 1s;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .dropdown-item > * {
  color: white !important;
  margin: 0px 5px;
}

header .dropdown-item:hover {
  padding: 15px;
  color: var(--prime) !important;
  background-color: white;
}

header .dropdown-item:hover > * {
  color: var(--prime) !important;
}

header .dropdown-menu {
  transform: translate3d(65px, 55px, 0px) !important;
  background-color: var(--prime);
  padding: 0px;
}

header ul .dropdown-toggle::after {
  display: none;
}

header ul .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-40%);
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 800;
}

header .head .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .head .logo .ico-logo {
  width: 50px;
  height: 85px;
  object-fit: contain;
  animation: movlogo 2s linear infinite;
  position: relative;
  top: 0px;
}

header .head .logo img:last-of-type {
  width: 200px;
  height: 80px;
  object-fit: contain;
  /* margin-right: 15px; */
}

@keyframes movlogo {
  0% {
    top: 0px;
  }

  25% {
    top: -5px;
  }

  75% {
    top: 5px;
  }

  100% {
    top: 0px;
  }
}

header .head .col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 5px;
}

header .head .logo {
  justify-content: flex-start !important;
}

/* header .head .phone {
  display: flex;
  align-items: center;
  justify-content: center;
} */
header .head .list-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: auto;
}

header .head .list-links > * {
  margin: 0px 10px;
}

header .head ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto 20px;
}

header .head li {
  margin: auto 15px !important;
  text-wrap: nowrap;
  position: relative;
}

header .head ul > li > a {
  transition: 1s;
  font-weight: bold;
  color: white !important;
}

header .head li:hover > a {
  color: white;
}

header .head li::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: var(--second);
  transition: 1s;
  z-index: 1;
}

header .head li:hover:after {
  width: 50%;
}

header .head li::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: var(--third);
  transition: 1s;
  z-index: 2;
}

header .head li:hover:before {
  width: 50%;
}

/* header .head .lang-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
} */

header .head .lang-btn .dropdown-toggle::after {
  display: none;
}

header .dropdown2 .dropdown-menu {
  background-color: var(--prime);
  margin: 10px -50px 0px 0px;
  min-width: 200px;
  border-radius: 15px;
  padding: 0px;
}
header .dropdown .dropdown-menu .dropdown-item{
  color: white !important;
}

header .dropdown2 .dropdown-menu:hover a {
  color: white;
}

header .dropdown2 .dropdown-menu .dropdown-item:first-of-type {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

header .dropdown2 .dropdown-menu .dropdown-item:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

header .dropdown2 .dropdown-menu a:hover {
  color: var(--prime);
}

header .dropdown2 .dropdown-menu a {
  padding: 15px;
  color: white;
}

header .acoutn-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

header .acoutn-btn button img {
  margin-left: 10px;
}

header .acoutn-btn button .dropdown-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

header .acoutn-btn button i {
  margin-right: 8px;
}

header .buttons-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .buttons-header div {
  margin-left: 25px;
}

header .btns-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .btns-header button {
  margin: 0px 5px;
}

/* end header   */
/* ////////////////////////////////////////////// */
/* start landing  */
.landing {
  position: relative;
  width: 100%;
  height: 100vh;
}

.landing .autoplay,
.landing .slick-list,
.landing .slick-track {
  height: 100% !important;
}

.landing .bg-image-landing {
  top: auto;
  bottom: 0px !important;
  height: 50%;
  width: 100%;
  z-index: 5;
}
.landing .bg-image-landing img {
  object-fit: cover;
}

.landing .image-slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.landing .image-slide img {
  filter: brightness(0.3);
  width: 100%;
  height: 100%;
}

.landing .slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.landing .slide .text-landing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: white;
  width: 100%;
  text-align: center;
  margin-top: 75px;
}
.landing .slide .text-landing > * {
  margin-bottom: 30px;
}

.landing .slide .text-landing h1.en {
  font-family: "Alex Brush";
}
.landing .slick-dots{
  bottom: 30px;
}
.landing .slick-dots li button:before{
  color: white;
  font-size: 18px;
  transition: 0.5s;
  opacity: 0.9;
}
.landing .slick-dots li.slick-active button:before{
  color:  var(--prime)  !important;
  font-size: 22px;
}
.landing .slick-arrow{
	display:none !important;
}
/* end landing  */
/* start who us  */
.who-us  {
  position: relative;
  overflow: hidden;
}
.who-us .col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.who-us .option-whous .col{
  transition: 1s;
}
.who-us .option-whous .col:hover{

  background-color: var(--prime);
}
.who-us .option-whous .col:hover *{
  color: white;
}
.who-us .col > * {
  margin: 10px 0px;
}
.who-us .bg-who-us {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.who-us .bg-who-us > img {
  width: 50%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.who-us .option-whous .col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0px  5px;
  box-shadow: var(--shadow);
  margin: 5px 0.5%;
  border-radius: 5px;
}
.who-us .option-whous .col  i{
  margin-left: 10px;
  color: var(--prime);
}
.who-us .option-whous .col p{
  /* margin-right: 10px ; */
  font-size: 13px;
  color: var(--title);
}
.who-us ul li{
  display: flex;
  align-items: center;
  /* margin-bottom: 10px; */
}
.who-us ul li i{
  margin-left: 5px;
  color: var(--prime);
}
.who-us .float-text{
  position: absolute;
  left: -20px;
  bottom: 180px;
  width: 500px;
  text-align: right;
  z-index: 1;
  background-color: var(--prime);
  border: solid 3px wheat;
  color: white;
  padding-right: 10px;
}
/* .who-us .top-who-us {
  position: absolute;
  top: -10px;
  right: -20px;
  animation: mov2 1.5s linear infinite;
}
.who-us .bottom-who-us {
  position: absolute;
  bottom: -10px;
  right: -20px;
  animation: mov1 1.5s linear infinite;
}
.who-us .top-who-us img,
.who-us .bottom-who-us img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes mov1 {
  0% {
    bottom: -10px;
  }

  25% {
    bottom: 5px;
  }

  100% {
    bottom: -10px;
  }
}
@keyframes mov2 {
  0% {
    top: -10px;
  }

  25% {
    top: 5px;
  }

  100% {
    top: -10px;
  }
} */
/* end who us  */
/* start services  */
/* .services {
  position: relative;
} */

/* start projects  */
/* start projects */
/* start projects */
.projects{
  background-color: whitesmoke;
}
.projects .button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}
.projects a {
  color: black;
}
.projects .btn{
	color:white;
}
.projects .button-group button{
  margin: 0px 15px;
  width: 150px;
  padding: 10px;
  border-radius: 2px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border: none;
  background-color: var(--prime);
color: white;
}
.projects .button-group .is-checked{
  background-color: var(--third);
}
.projects .card {
  border: none;
  box-shadow:var(--shadow) ;

margin: 20px 0.5%;
padding: 0px;
transition: 1s;
z-index: 1;
overflow: hidden;
border-bottom: solid 2px var(--prime);
}
.projects.products .card {
margin: 0px 0.5%;
}
.projects .card i   {
  color: var(--prime) !important;
  margin-left: 10px;
  transition: 1s;
}
.projects .card i.null   {
  color: gainsboro !important;
}
.projects .card:hover i{
  color: white;
}
.projects1 .card:hover ,
.projects1 .card:hover svg path  {
  color: white !important;
  fill: white;
}
.projects .card::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width:0px ;
  height: 0px;
  background-color: var(--prime);
  border-radius: 50%;
  border-bottom-right-radius: 20px;
  transition: 1s;
  z-index: -1;
}
.projects .card:hover:after {
  border-radius: 0px;
  width: 100%;
  height: 100%;
}
.projects .card a * {
  transition: 1s;
}
.projects1 .card:hover a ,
.projects1 .card:hover a * {
  color: white !important;
}
.projects .card .card-img-top {
  position: relative;
}

.projects .card .card-img-top img{

  width: 100%;
  height: 250px;
}
.projects .card .card-img-top .float{
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  display: flex;
  padding: 5px 35px;
border-radius: 5px;
  background-color: var(--prime) !important;
  color: white;
}
.projects .card ul li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0%;
  margin-left: 1% !important;
  text-wrap: nowrap;
}
.projects  .card ul li img{
  margin-left: 15px;
}

.slick-prev:before, .slick-next:before{
  border: solid 1px var(--prime);
  color: var(--prime);
  font-size: 17px;
  padding: 10px;
  border-radius: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: bolder

}
.projects .slick-prev:before{
  content: "\f061";
}
.slick-next:before{
  content: "\f060";
}
/* start product  */
.products {
  background-color: white !important;
}

.products .card::after {
  content: " " ;
  background-color: transparent;
}
.products .card-img-top {
  background-color: gainsboro;
}
.products .card-img-top  img{
  object-fit: contain;
}
.products .card {
  border: none;
  box-shadow: none;
}
.products .card *{
  margin: 5px 0px !important;
}
.products .pound{
  display: flex;
  align-items: center;
color: var(--prime);
}
.products .pound img{
  margin-right: 5px !important;
}
/* end projects */

.fields2{
  position: relative;
}
.fields2 .bg{
  height: 130%;
  top: -30%;
}
.fields2 p{
  color: white;
}
.fields2 .col{
  border: solid 2px var(--prime);
}
.fields2 .col svg path{
  transition: 1s;
}
.fields2 .col:hover svg path{
  fill: white !important;
}
/* start fields  */
/* start why seo  */


.fields .col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: var(--shadow);
  margin: 20px 0.5%;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
}
.fields .col h1{

margin-left: 30px;
color: var(--prime);
}
.fields .col h5 {
  margin-bottom: 15px;
  color: var(--prime);
}

.fields .col img {
  margin-left: 25px;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.fields .col::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background-color:var(--prime);
  transition: 1s;
  border-radius: 10px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: -1;
}

.fields .col>*,
.fields .col h5,
.fields .col h1 {
  transition: 1s;
}

.fields .col:hover>*,
.fields .col:hover h5,
.fields .col:hover h1 {
  color: white;
}

.fields .col:hover::after {
  width: 100%;
  border-radius: 10px;
}
/* end why seo  */
/* end fields  */
.services  {
  position: relative;

}
 .services .col {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0.5%;
  padding: 15px !important;
  color: black;
  z-index: 1;
  transition: 1s;
}
.services .col:hover {
  color: white;
}
.services .col::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 0%;
  background-color: var(--prime);
  z-index: -1;
  transition: 1s;
}
.services .col:hover:after {
  width: 100%;
}
.services .col > img{
  width: 100%;
  height: 175px;
  object-fit: cover;
border-radius: 3px;
margin-bottom: 5px;
}
.services .col > div {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: right;
  /* padding: 25px 10px; */
  border-radius: 5px;
  padding: 15px 5px !important;
}
.services .col.top {
  position: relative;
  top: 75px;
}
.services .col .card-serv {
  box-shadow: var(--shadow);
  padding: 10px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.services .col .card-serv::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: white;
}
.services .col .card-serv div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.services .col .card-serv * {
  z-index: 2;
}
.services .col .card-serv div > * {
  margin: 5px 0px;
  color: black;
  transition: 1s;
}
.services .col .card-serv h5 {
  color: var(--prime) !important;
}
.services .col .card-serv img {
  width: 100%;
  height: 100%;
  max-height: 225px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 1;
  transition: 1s;
}
.services .col .card-serv:hover img {
  scale: 1.1;
}

.services .col .card-serv:hover * {
  transition: 1s;
}
.services .col .card-serv:hover * {
  color: white !important;
}
.services .col .card-serv::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: var(--prime);
  z-index: 1;
  border-radius: 10px;
  transition: 1s;
}
.services .col .card-serv:hover:after {
  width: 100%;
}
.services .col .card-serv {
  color: black;
}
/* end services  */
/* ///////////////////////////////////////////////// */
/* start numbers  */
.numbers .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 10px 0.5%;
}
.numbers .col p {
  font-weight: bolder;
  color: var(--prime);
}
/* end numbers  */
/* /////////////////////////// */
/* start company  */
.company {
  padding: 10px 0px;
}
.company .splide__arrows {
  display: none;
}

.company .splide__track {
  padding: 25px;
}

.company .splide .splide__slide {
  margin: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  border-radius: 10px;
  width: 150px;
  padding: 15px;
}

.company .splide__pagination {
  position: relative;
  top: 20px;
  display: none !important;
}

.company .splide__pagination button {
  transition: 0.7s;
  margin: 0px 5px;
}

.company .splide__pagination .is-active {
  background-color: var(--prime);
  width: 30px;
  height: 7.5px;
  border-radius: 5px;
}

.company .splide .splide__slide img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
/* end company  */
/* start work us  */
.work-us {
  position: relative;
}
.work-us .col{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.work-us .col::after{
  content: "\f060";
  position: absolute;
  top: 35px;
  left: 0px;
  font-size: 25px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: var(--prime);
}
.work-us .col:last-of-type:after{
  content: " ";
}
.work-us .col .ico-work  {
  position: relative;
}
.work-us .col .ico-work  .float{
  position: absolute;
  right: -25%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: var(--prime);
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-us .col .ico-work  img{
  margin: 15px;
}
.work-us .content-work{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  color: white;
  border-radius: 5px;
  border-bottom:  solid 2px var(--prime);
}

/* end work us  */
/* end company  */
/* ///////////////////////////////////////////// */
/* ///////////////////////////////////////// //*/
/* start contact us  */
.contact-us-main {
  position: relative;
}
.contact-us-main .title h1::after {
  display: none;
}
.contact-us-main .contact-image {
  height: 100%;
}
.contact-us-main .contact-image > p{
  font-size: 13px;
}
.contact-us-main .contact-image > *{
  margin-bottom: 20px;
}
.contact-us-main .contact-image ul  li{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  background-color: var(--bg);
  padding: 20px 10px;
  border-radius: 10px;
}
.contact-us-main .contact-image ul  li h5{
  margin-bottom: 10px;
}
.contact-us-main .contact-image ul  li i{
  margin-left: 10px;
  color: var(--prime);
}
.contact-us-main .contact-image ul  li p{
  font-size: 12px;

}
.contact-us-main .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-us-main form {
  background-color:rgba(249, 249, 249, 1);
  border-radius: 5px;
  position: relative;
  padding: 15px 0px;
  padding-left: 15px;
}
.contact-us-main form input {
  background-color: white !important;
}
.contact-us-main form input.btn{
  background-color: var(--prime) !important;
  color: white;

}
.contact-us-main form img{
  width: 100%;
  margin: 10px ;
}
.contact-us-main form label{
margin: 0px !important;
padding: 0px !important;
margin-right: 10px !important;
}
.contact-us-main form::after {
  content: "";
  position: absolute;
  left: 12.5%;
  top: 0px;
  background-color: var(--prime);
  width: 75%;
  height: 5px;
  z-index: 1;
  animation: form 2s linear infinite;
}
@keyframes form {
  0% {
  }
  50% {
    width: 100%;
    left: 0%;
  }
  100% {
  }
}

.contact-us-main form .row {
  display: flex;
  justify-content: flex-end;
}
.contact-us-main form input,
.contact-us-main form select,
.contact-us-main form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(248, 248, 248, 0.801);
  border: none;
  margin: 10px;
  border: solid 1px rgb(202, 200, 200);
}
.contact-us-main form input[type="submit"] {
  background-color: var(--third);
}
.contact-us-main .bg-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* end contact us  */
/* start another pages */

.landing-2{
  height: 50vh;
  border-bottom: solid 4px var(--prime);
}
.landing-2 .slick-dots{
  display: none  !important;
}
.landing-2 .text-landing{
  width: 80% !important;
  height: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: auto;
  position: relative;
  top: 0px;
}
.top-section{
  position: relative;
  top: -100px;
}
.contact-us .row >* {
  margin: 10px 0px !important;
  border-radius: 0px !important;
}
.contact-us form{
  background-color: white;
  box-shadow: var(--shadow);
  border-radius: 0px ;
  border-radius: 0px !important;
border-bottom-left-radius: 10px !important;
border-top-left-radius: 10px !important;

}
.contact-us  .contact-image{
  background-color: rgba(248, 245, 240, 1);
  padding: 20px;
  border-bottom-right-radius: 10px  !important;
  border-top-right-radius: 10px !important;
}
.contact-us  .contact-image img{
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
.contact-us  .contact-image li{
  background-color: white !important;
  padding: 20px  0px;
}
.contact-us  .row form{
  height: 100%;
  border-radius: 10px;
}

/* start another pages  */

.who-us-2 .row{
  background-color: white;
  /* box-shadow: var(--shadow); */
  border-radius: 10px;
  padding: 20px;
}
.who-us-2 .images {
  position: relative;
  width: 100%;
  height: 100%;
}
.who-us-2 .images .top-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.who-us-2 .images .bottom-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 300px;
  height: 300px;
}
.manager .col {
  margin: 10px 0.5%;
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  text-align: center;
}
.manager .col h4 {
  color: var(--prime);
}
.manager .col > * {
  margin-bottom: 15px;
}

.manager .col img{
  width: 100px;
}

/* start project  */
.project .slide img{
  width: 100%;
  height: 450px;
/*   object-fit: cover; */
}
.project .title-project div > * {
  margin-bottom: 20px;
}
.project .title-project ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project .title-project ul li {
display: flex;
align-items: center;
justify-content: flex-start;
margin-left: 10px;
}
.project .title-project ul li i {
  margin: 0px 10px;
  color: var(--prime);
}
.project .description div{
  margin-bottom: 40px;
}
.project .description div *{
  margin-bottom: 15px;
}
.project .description div h2{
  margin-bottom: 20px;
  color: var(--prime);
}
.project .description div ul{
  list-style-type: disc;
  padding-right: 20px;
}


.news h6{
  line-height: 30px;

}
/* start works  */
.last-works .row div {
  margin: 10px 0px;
}
.last-works div img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
transition: 1s;
}
.last-works .row div:hover img{
filter: brightness(0.5);
}
/* start contact  */

.info-contact .text-contact {
  margin: 50px 0px;
}

.info-contact .text-contact * {
  margin: 20px 0px;
}

.info-contact h1 {
  font-size: 50px;
  font-weight: bolder;
  color: var(--prime);
}

.info-contact .row .col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start ;
  border: 2px solid rgba(235, 238, 241, 1);
  margin: 10px 0.5%;
  border-radius: 10px;
  padding: 0px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.info-contact .row .col div {
  margin: 15px 10px;
}

.info-contact .row .col div h5 {
  /* color: var(--prime); */
  font-weight: bolder;
  margin-bottom: 20px;
  margin-top: 3px;
}
.contact-us-main.contact-us form  {
  box-shadow: none;
}
.contact-us-main.contact-us .row {
  border-radius: 15px;
  /* padding: 15px; */
padding-top: 10px;
justify-content: flex-start;
}
.contact-us-main form::after{
  display: none;
}
.contact-us-main.contact-us input,
.contact-us-main.contact-us textarea{
background-color: white;
margin: 0px;
	text-align:right;
}
.contact-us-main.contact-us .row  .col-sm-12 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  padding: 20px 0px;
}
.contact-us  .contact-image{
  padding: 20px;
  border-radius: 10px;
}
.contact-us  .contact-image img{
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
.contact-us  .contact-image li{
  background-color: white !important;
  padding: 20px  0px;
}
.contact-us  .row form{
  height: 100%;
  border-radius: 10px;
}
/* ///////////////////////// */
/* cart  */
.info-order{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px rgba(235, 238, 241, 1);
  padding: 5px 0px;
}
.info-order >div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-order  .right img{
width: 100px;
height: 90px;
	margin-left:10px;
}
.info-order  .mid p{
    color: var(--prime);
}
.info-order  .mid img{
  margin-right: 5px;
}
.cart .list-price  li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}
.cart .list-price  li:last-of-type{
  border-top: 1px solid gray;
}
.cart .list-price  li p:last-of-type{
  color: var(--prime);
}
.stars{
display: flex;
align-items: center;
justify-content: flex-start;
}
.stars li,.stars li i{
  margin: px  0px!important;
}
.stars .fa-star.null{
color: gainsboro;
}
/* start single product  */
.product .product-right .stars{
  color: var(--prime);
}
.product .product-right .stars p{
  margin-right: 10px;
}
.product .product-right > div{
border-bottom:  solid 1px rgba(235, 238, 241, 1);
padding: 15px 10px;
}
.product .product-right > div:last-of-type{
  border: none;
}
.product .size button{
  padding: 10px;
  margin: 0px 5px;
}
.product .size button:hover{
  background-color: var(--prime);
  border: none;
}
.product .size button:focus{
  background-color: var(--prime);
  border: none !important;
  outline: none !important;
}
.product .product-right .size {
  margin: 15px 0px;
    border: solid 1px rgba(235, 238, 241, 1);
    padding: 5px 0px;
}
.product .product-right .colors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
    border: solid 1px rgba(235, 238, 241, 1);
  padding: 5px 0px;
}
.product .product-right .colors button{
  width: 52px;
  height: 50px;
  margin: 5px;
  border: none;
  border-radius: 3px;
}
.product .product-right .colors button:nth-of-type(1){
  background-color: var(--prime);
}
.product .product-right .colors button:nth-of-type(2){
  background-color: black;
}
.product .product-right .colors button:nth-of-type(3){
  background-color: rgba(235, 76, 76, 1);
}
.product .product-right .colors button:nth-of-type(4){
  background-color: rgba(238, 191, 39, 1);
}
.product .product-right .colors button:nth-of-type(5){
  background-color: rgba(140, 99, 237, 1);
}
.product .product-right .colors button:nth-of-type(6){
  background-color: rgba(106, 188, 90, 1);
}
.product .product-right .colors button:nth-of-type(7){
  background-color: rgba(62, 203, 234, 1);
}
.product .product-right .colors button:nth-of-type(8){
  background-color: gray;
}
.product .share-buttons ul{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.product .share-buttons ul li{
  display: flex;
  align-items: center;
}
.product .share-buttons ul li i{
  margin-left: 10px;
  color: var(--prime);
  border: solid 1px var(--prime);
  padding: 8px;
  font-size: 12px;
  border-radius: 50%;
}


.product .splide__track--nav>.splide__list>.splide__slide {
  transition: 1s;
  opacity: 0.5;
}

.product .splide__track--nav>.splide__list>.splide__slide:hover {
  opacity: 1;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none;
  opacity: 1;
}

.product .splide__track {
  margin: 30px 0px;
	height:100%;
}

.splide__slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #main-carousel li{
  height: 400px;
} */
#main-carousel .splide__slide img{
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
#thumbnail-carousel-list {
  height: 90px;
}
.product #thumbnail-carousel  .splide__slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
  .offers img{
    border-radius: 5px !important;
  }
  .offers .slick-dots{
  bottom: -20px;
}
.offers .slick-dots li button:before{
  color: var(--prime);
  font-size: 22px;
  transition: 0.5s;
  opacity: 0.4;
}
.offers .slick-dots li.slick-active button:before{
  color:  var(--prime)  !important;
  font-size: 28px;
  opacity: 1;
}
/* 

.product .splide__slide img{
width: 100%;
height: 100%;
object-fit: cover;
}
.product #thumbnail-carousel  {
  transform: rotate(90deg);
}
.product #thumbnail-carousel  .splide__slide{
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.product #thumbnail-carousel  .splide__slide img{
  object-fit: contain;
} */
/* start cart  */
.cart .box-cart{
box-shadow: var(--shadow);
border-radius: 5px;
margin: 20px 0px;
padding: 15px 15px;
}
.cart .box-cart .title-cart{
  padding: 20px 0px;
}
.cart .box-cart .title-cart div,
.cart .box-cart .body-cart li{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px 0.5%;
}
.cart .box-cart .title-cart {
border-bottom: solid 1px rgb(179, 179, 179);
}
.cart .box-cart .body-cart .number{
padding: 0px 15px;
border-radius: 5px;
border: solid 1px  var(--prime);
}
.cart .box-cart .body-cart img{
  width: 125px;
  height: 125px;
}
.cart .box-cart .body-cart {
  position: relative;
}
.cart .box-cart .body-cart .remove{
  position: absolute;
right: 0px;
top: 50% ;
transform: translateY(-50%);
background-color: rgb(225, 85, 85);
color: white;
width: 25px;
height: 25px;
border-radius: 50%;
font-size: 13px;
display: flex;
align-items: center;
justify-content: center;
}
.cart .box-cart .foot-cart {
  padding: 20px 0px;
  border-top: solid 1px rgb(179, 179, 179) ;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart .box-cart .foot-cart button {
  width: 50%;
}
.cart .copuon {
  padding: 15px 20px;
}

.cart .copuon .copuon-input{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart .copuon .copuon-input > *{
  margin: 15px 0px;
}
.cart .copuon .copuon-input .coupon-code{
  width: 100%;
}
.cart .copuon .copuon-input input{
  padding-right: 15px;
  height: 45px;
  border: 1px solid;
  border-radius: 0px;
}

.cart .form .bg-danger{
  background-color: rgb(253, 190, 190) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
  color: rgb(138, 34, 34);
}
.cart  .contact-us-main form{
  background-color: white !important ;
  border: solid 1px black;
}
.cart .form  > *{
  margin-bottom: 10px;
}
.cart form input.btn,
.cart form input.btn::placeholder{
  background-color: black !important;
  color: white !important;
}
.cart .order{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px grey;
  padding: 0px 20px;
}
.cart .order div *{
  margin: 0px 5px;
}
.cart .order img{
  width: 50px;
  height: 50px;
}
.cart .pay ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart .pay ul li{
  border: solid 1px gray;
  margin: 0px 10px;
  padding: 10px 20px;
  border-radius: 5px;
}
.cart .pay ul input{
  border-radius: 30px !important;
}
.cart .pay ul img{
  width: 70px;
  height: 50px;
}
.cart .pay-form {
  margin-bottom: 30px;
}
.cart .pay-form input{
  width: 100%;
  padding-right: 10px;
}


/* start footer */
footer {
  position: relative;
  margin-top: 150px;
/*   border-top-left-radius: 30px;
  border-top-right-radius: 30px; */
  background-color: black;
}
footer .subscribe {
  width: 100%;
  background-color: var(--prime);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  
  border: solid 2px white;
  color: white;
  position: relative;
  top: -70px;
}
footer .subscribe input {
  padding: 10px;
  border-radius: 30px;
  height: 100%;
  padding: 20px;
  border: solid 1px white;
  background-color: var(--prime);
}
footer .subscribe input::placeholder {
  color: white;
}
footer .subscribe form {
  position: relative;
  font-size: 15px;
}
footer .info ul{
  color: white;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
footer .info ul li {
  margin: 0px 15px;
}
footer .subscribe .btn {
  background-color: white;
  color: var(--prime);
  border-radius: 50%;
  height:80%;
  width: 60px;
  position: absolute;
  left: 0px;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
footer .subscribe * * {
  margin-bottom: 15px;
}
footer .subscribe .btn i{
  margin: 0px;
}

.footer-2::after {
  height: 100%;
}

footer .col {
  margin: 20px 0%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: black;
}

footer .col h2 {
  margin-bottom: 30px;
  color: var(--prime) !important;
  position: relative;
  font-size: 25px;
}

/* footer .col h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: var(--prime);
} */

footer .col ul {
  padding: 0;
  margin-right: 10px;
}

footer .col li {
  margin-bottom: 30px;
  text-align: right;
  /* color: black; */
}
footer .col li a i{
  color: var(--prime)
}
footer .col li a {
  color: white !important;
}

footer .col:last-of-type li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .logo {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: white;
}

footer .logo img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

footer .logo div {
  margin: 0px 10px;
}

footer .social {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  width: 100% !important;
}

footer .social li {
  margin: 0px ;
  margin-left: 10px;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social li i {
  color: white !important;
  border-radius: 50px;
  border: solid 1px white;
  padding: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 1s;
}

footer .social li:hover i {
  background-color: var(--prime);
  color: white;
  border: solid 1px var(--prime);
}

footer .col a {
  color: var(--prime);
}

footer .search {
  margin-top: 20px;
}

footer .search-content {
  position: relative;
  width: 100%;
}

footer .search input {
  width: 100%;
  border-radius: 30px;
  margin-top: 20px;
  padding: 15px;
  border: none;
  font-size: 15px;
  padding-right: 20px;
  box-shadow: 0px 0px 5px 5px rgba(92, 92, 92, 0.199);
}

footer .search button {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-25%);
}

footer .footer-new ul {
  margin: 0px;
}

footer .footer-new ul li {
  margin: 15px 0px;
  padding: 0px;
  color: white;
}

footer .footer-new ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  color: white;
}

footer .footer-new ul li img {
  width: 75px;
  height: 70px;
  padding-left: 5px;
}

footer .footer-new ul li a span {
  margin-left: 0px;
}

footer .footer-new ul li a span p {
  font-size: 15px;
  margin-top: 5px;
}

footer .end-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  color: black;
  margin-top: 0px;
  border-top: solid 1px white;
  position: relative;
  text-align: center;
}

footer .end-footer p {
  margin-bottom: 10px;
  color: white !important;

}
footer .end-footer p a{
  color: white !important;
}
footer .end-footer::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--prime);
}

footer .elnoor {
  width: 100px;
  height: 30px;
}

footer .col .row {
  margin-top: 30px;
}

footer .col .row {
  width: 50%;
}

footer .col .col {
  padding: 0px;
  margin: 2px 0.5%;
  padding: 5px;
}

footer .col .col img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.end-footer a {
  display: flex !important;
  align-items: center;
  width: 250px;
  color: white !important;
}

.end-footer p {
  color: white;
}

.end {
  display: none;
  position: fixed;
  z-index: 60;
  border-radius: 10px;
  height: 40px;
	    align-items: center;
    justify-content: center;
}

/* end footer  */

/*--------- Responsive ----- */

@media (max-width: 1200px) {
}

@media (min-width: 992px) {
  header .head-phone {
    display: none !important;
  }

  .phone {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {

  .projects .slick-arrow {
  display: inline-block !important;
  }
	  .project.offers .slick-arrow {
  display: inline block !important;
  }

  .offers .slick-prev:before, .offers .slick-next:before{
font-size: 35px;
padding: 10px 15px;
  }
     .offers .slick-prev{
right: -100px;
  }
       .offers .slick-next{
left: -60px;
  }
	.contact-us-main.contact-us .row{
		flex-direction:row-reverse;
	}
}


@media (max-width: 992px) {
  .title h1 {
    position: relative;
    color: var(--prime);
    font-size: 25px;
    font-weight: bolder;
    text-wrap: wrap;
    padding: 0px;
    width: 75%;
  }

  /* start header  */
  .bars {
    font-size: 30px;
    color: white;
  }

  header .phone {
    display: none;
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    align-items: flex-start !important;
    overflow-x: hidden;
  }

  header .head .col {
    align-items: flex-start !important;
  }

  header .container-90 > .row {
    margin-top: 10px;
  }

  header .head .list-links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
  }

  header .head .list-links > * {
    margin: 20px 20px;
  }

  header .acoutn-btn button {
    color: var(--prime);
  }

  header .phone-slide {
    position: absolute;
    left: -100%;
    top: 0px;
    height: 100vh;
    width: 50%;
    margin: 0px;

    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    transition: 1s;
    z-index: 100;
  }
  
  header .phone-slide button {
    background-color: white;
    color: var(--prime);
  }
  header .head-phone {
    margin: 30px 0px;
  }

  header .head-phone .closes i {
    color: white !important;
    font-size: 35px;
  }

  header .phone-slide ul {
    flex-direction: column;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
  }

  header .phone-slide ul li {
    margin: 15px 0px !important;
    padding: 0px;
    width: 95%;
  }

  header .phone-slide ul li a,
  header .phone-slide button * {
    color: white !important;
  }

  header .head .logo {
    justify-content: flex-start !important;
  }

  header .head-phone .logo img {
    width: 150px !important;
  }

  header .head .col-bars {
    display: flex !important;
    justify-content: flex-end !important;
    position: relative;
    left: 15px;
  }

  header .dropdown-menu {
    transform: translate3d(0px, 55px, 0px) !important;
  }
}

@media (max-width: 768px) {

  .slick-arrow {
    display: none !important;
  }

  .title p {
    width: 80%;
  }

  .w-sm-100 {
    width: 100% !important;
  }
  header .phone-slide {
    width: 100%;
  }
/*   header .top-head .col {
    justify-content: flex-start;
  } */
  header .top-head .col *{
   font-size: 10px !important; 
   margin: 0px  !important;
   margin-left: 10px  !important;
   line-height: 18px;
	  font-size:8px !important;
  }
  /* start landing  */
  .landing .image-slide img {
    object-fit: cover;
  }
  .landing .text-landing h1 {
    font-size: 22px;
  }
  .landing .text-landing p,
  .landing .text-landing button {
    font-size: 11px;
    line-height: 1.6rem;
  }
  .landing .slide{
    justify-content: center;
  }
  .landing .slide .text-landing {
    width: 100% !important;
    text-align: center !important;
    align-items: center;
    position: relative;
/*     top: 100px; */
  }
  .landing .slide .text-landing h2{
    font-size: 20px;
  }
  .landing .slide .text-landing p{
    font-size: 10px;
  }
  /* start footer */
  footer .info ul{
    flex-wrap: wrap;
  }
  footer .subscribe{
    flex-direction: column;
  }
  footer .col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  footer .col:last-of-type li i {
    margin: 25px 10px;
    font-size: 25px;
  }
  footer .bg img {
    object-fit: cover;
  }
  footer::after {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .why-us .row .images {
    align-items: center;
  }

  section {
    overflow: hidden;
  }
  .contact-us-main .contact-image img {
    max-height: 400px;
    margin: 20px 0px;
  }
  .who-us,
  .services {
    overflow-x: hidden;
  }
  .services .col.top{
    top: 0px;
  }
  .who-us .option-whous{
    flex-direction: column;
  }
.who-us .float-text{
  width: 250px;
}
  .title-project{
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .slick-arrow{
  display: none !important;
}

.info-order{
  flex-wrap: wrap;
  justify-content: flex-end;
}
.info-order > div.right-phone{
  width: 100%;
  justify-content: space-between;
}
  #main-carousel {
    height: 250px;
    border-radius: 15px;

  }
  #main-carousel img {
    object-fit: cover;
    border-radius: 15px;
  }
	.who-us .float-text{
		top:250px;
		bottom:auto;
	}
	footer .social{
		flex-wrap:wrap;
		justify-content:center;
	}
	footer .social li{
		margin:15px 10px;
	}
	
.who-us-2 .images .top-left {
  position: absolute;
  top: 0px;
  left: -25px;
  width: 150px;
  height: 150px;
  z-index: 1;
}
.who-us-2 .images .bottom-right {
  position: relative;
}
.who-us-2 .images .top-left img{
	width:100%;
	height:100%;
}
	  .offers .slide img{
height: 150px;
		  object-fit:contain;
  }
	.offers .btn-success{
		width:100% !important;
	}
	/* start cart  */
.cart .phone-cart{
  display: flex;
  flex-direction: row;
  padding: 10px 0px;
}
.cart .phone-cart .title-cart .col,
.cart .phone-cart .body-cart .col {
margin:  10px 0px;
}
.cart .phone-cart .title-cart .col *,
.cart .phone-cart .body-cart .col * {
  text-align: right;
  font-size: 13px;
}
.cart .phone-cart .title-cart .col {
  justify-content: flex-start;
}
.cart .phone-cart .body-cart .col {
  justify-content: flex-end;
}
.cart .phone-cart .body-cart img{
  width: 50px;
  height: 50px;
}
.cart .box-cart .title-cart{
padding: 0px;
border: 0px;  
}
.cart .box-cart .body-cart .number{
  height: 30px;
  min-width: 30px;
  display: flex;
  padding: 0px;
  justify-content: center;
  align-items: center;
}
.cart .box-cart .body-cart .remove{
  position: absolute;
right: 85% !important;
top: 0px ;
background-color: rgb(225, 85, 85);
color: white;
width: 25px;
height: 25px;
border-radius: 50%;
font-size: 13px;
display: flex;
align-items: center;
justify-content: center;
}
.copuon input.btn.btn-secondary{
width: 100px;
}
.cart .pay ul{
  flex-wrap: wrap;
}
.cart .pay ul li{
 margin: 10px;}
 .cart .form h5,
 .cart .form h4 {
  font-size: 15px;
 }
 .cart .form p {
  font-size: 14px;
 }
}

@media (max-width: 500px) {
}

@media (max-width: 350px) {
  footer .logo ul li {
    margin: 0px 10px;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* start basic js  */
.left-0 {
  left: 0% !important;
}

.flex {
  display: flex !important;
}

.block {
  display: block !important;
}

.noen {
  display: none !important;
}

.header-fixed {
  position: fixed !important;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100px;
  transition: 1s;
  z-index: 50;
  transition: 1s all;
  animation-name: down;
  animation-duration: 0.7s;
  transition-delay: 0s;
  background-color: black !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: solid 5px var(--prime);
}

/* .header-fixed .list-links ul li a,
.header-fixed .list-links i,
.header-fixed .dropdown .dropdown-toggle {
  color: white !important;
} */
.header-fixed .btn {
  background-color: white;
  color: var(--prime) !important;
}
.header-fixed .btn * {
  color: var(--prime) !important;
}
.header-fixed .dropdown .dropdown-item  p{
  color: white !important;
}

@keyframes down {
  from {
    position: fixed;
    top: -100%;
  }

  to {
    position: fixed;
    top: 0%;
  }
}

.auto-hover {
  animation-name: hover;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes hover {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* For Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Optional: Removes any default margin added by the browser */
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
 
header .acoutn-btn.dropdown.btn.btn-outline-light:hover button p{
  color: var(--prime) !important;
}
pre{
	font-weight:bolder;
}