/*
	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/GE_SS_Two_Medium.otf);
}

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

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

body {
  font-family: "Rubik", serif;
  overflow-x: hidden !important;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  padding: 0;
  margin: 0;
  direction: rtl;
}

:root {
  --title: rgb(172, 172, 172);
  --prime: rgba(196, 140, 57, 1);
  --second: rgb(139, 99, 38);
  --third: rgba(119, 85, 34, 1);
  --sodark: rgb(94, 68, 29);
  --border: transparent;
  --bg: rgb(20, 20, 20);
  --text: white;
  --shadow: 0px 0px 5px 5px rgba(143, 143, 143, 0.219);
}

.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;
}

h1,
h2,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
  font-weight: 700;
}

ul {
  list-style: none;
}

input:focus {
  outline: none;
}

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

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




.loaderlodging {
  height: 100vh;
  z-index: 10000;
  transition: .8s;
}

.loaderlodging__body {
  overflow: hidden;
}

.loaderlodging__body.afterloading {
  overflow: inherit;
}
body.loaderlodging__body.customize-support.afterloading.modal-open{
	padding:0px !important;
}
.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: 250px;
  height: 100px;
	object-fit:contain;
}

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

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

.bg {
  position: absolute;
  /* width: 100%; */
  height: 100%;
  z-index: -1;
}

.bg img {
  height: 100%;
  object-fit: contain;
}

.bg-left-top {
  top: 0px;
  left: 0px;
}

.bg-right-top {
  top: 0px;
  right: 0px;
}

.bg-left-bottom {
  bottom: 0px;
  left: 0px;
}

.bg-right-bottom {
  bottom: 0px;
  right: 0px;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--prime);
}

.title img {
  width: 70px;
  height: 70px;
  position: relative;
  right: 20px;
}

/* end basic */
/* start header  */
header {
  height: 100px;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 100;
}

header .dropdown-item {
  text-align: center;
  border-radius: 3px;
}

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

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 {
  background-color: rgba(0, 0, 0, 0.212);
}

header .head .logo img {
  width: 230px;
  height: 100%;
  object-fit: contain;
}

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


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

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

header .head li a {
  transition: 1s;
  font-weight: bold;
}

header .head li:hover>a {
  color: var(--prime);
}

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

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

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

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

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

header .head .lang-btn button i {
  margin-left: 10px;
}

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 .dropdown2 .dropdown-menu li:hover {
  background-color: white;
}
header .dropdown2 .dropdown-menu li {
  transition:1s;
}

header .dropdown2 .dropdown-menu li:first-of-type {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
header .dropdown2 .dropdown-menu li:before {
	width:0% !important;
}
header .dropdown2 .dropdown-menu li:after {
	width:0% !important;
}
header .dropdown2 .dropdown-menu li:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

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

header .dropdown2 .dropdown-menu li {
    padding: 15px 0px;
    margin: 0px auto !important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

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

.landing .slide {
  height: 95vh;
  position: relative;
}

.landing .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.landing .slide .text-landing {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 22;
}

.landing .slide .text-landing>* {
  margin: 30px 0px;
}
.landing .slide .text-landing p{
	font-size:25px;
}
.landing .slide .text-landing h1 {
  font-size: 60px;
}

.landing .autoplay .slick-dots {
  position: absolute;
  bottom: 150px;
}

.landing .slick-dots li {
  margin: 0px 10px;
}

.landing .slick-dots li button:before {
  color: transparent;
  border: solid 2px var(--prime);
  border-radius: 50%;
  height: 25px;
  width: 25px;
}

.landing .slick-dots .slick-active button:before {
  background-color: white;
  opacity: 1;
}

/* end landing  */
/* /////////////////////////////////////////////// */
/* start about us  */
.about-us {
  position: relative;
}

.about-us .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about-us .col:last-of-type {
  align-items: flex-start;
}

.about-us .col>img {

  width: 350px;
  height: 350px;
  object-fit: contain;
  position: relative;
  animation-name: top;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

  50% {
    top: 20px;
  }

  100% {
    top: 0px;
  }
}

.about-us .col>* {
  margin: 15px 0px;
}

.about-us .col h2 {}

.about-us .col .option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.about-us .col .option li {
  margin: 0px 0px 0px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about-us .col ul li img {
  margin-bottom: 15px;
  animation-name: rot;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

  25% {
    transform: rotate(30deg)
  }

  75% {
    transform: rotate(-30deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

/* end about us  */
/* //////////////////////////////////////////// */
/* start counter  */
.count {
  overflow: hidden;
}

.count .bg {
  width: 100% !important;
  height: 100%;
  left: 0px;
  top: 0px;
}

.count .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.count .col {
  position: relative;
  width: 100%;
  text-wrap: nowrap;
  height: 400px;
  margin: 20px 0.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.count .col img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.count .col .count-text {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-55%, -50%);
  text-align: center;
  color: white;
}

.count .col .count-text h1 {
  font-size: 40px;
}

.count .col .count-text p {
  font-size: 20px;
}

/* end counter  */
/* /////////////////////////////////////////// */
/* start projects */
.projects {
  position: relative;
  overflow: hidden;
}

.projects .bg {
  width: 350px;
  height: 350px;
}

.projects .bg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  animation-name: rotation;
  animation-duration: 13s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

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

.projects .bg-left-top {
  left: -40px;
}

.projects .bg-right-top {
  top: 0px;
  right: -65px;
}

.projects .project .button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}

.projects .project a {
  color: black;
}

.projects .project .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: white;
  color: black;
  border: var(--prime) solid 2px;
  color: var(--prime);
  font-weight: bold;
  transition: 0.5s;
}

.projects .project .button-group button:hover {
  background-color: var(--prime);
  color: white;
}

button:focus {
  border: none;
  outline: none;
}

.projects .project .button-group .is-checked {
  background-color: var(--prime);
  color: white;
}

.projects .project .card {
  border: none;
  box-shadow: var(--shadow);
  border-radius: 20px;
  margin: 20px 0.5%;
  padding: 0px;
  transition: 1s;
  z-index: 1;
  overflow: hidden;
  /* text-wrap: nowrap; */
}
.projects .project .card h3{
	font-size:24px;
	height:60px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.projects .project .card svg {
  margin-left: 10px;
	    width: 20px;
    height: 20px;
    object-fit: contain;
}
.projects .project .card p {
	font-size:10px;
}
.projects .project .card:hover svg path {
  transition: 1s;
}

.projects .project .card:hover,
.projects .project .card:hover svg path {
  color: white !important;
  fill: white;
}

.projects .project .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 .project .card:hover:after {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.projects .project .card .card-img-top {
  position: relative;
  padding: 20px;
}

.projects .project .card .card-img-top>img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.projects .project .card ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0.5%;
  font-size: 11px;
	    height: 20px;
    overflow: hidden;
	text-wrap:nowrap;
}

.projects .project .card ul li img {
  margin-left: 15px;
}

.projects .project .card p {
  transition: 0.7s;
}

.projects .project .card:hover p {
  color: white !important;
}

/* end projects */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* start company  */

.company .splide__arrows {
  display: none;
}

.company .splide__track {
  padding: 25px;
}

.company .splide .splide__slide {
  background-color: white;
  box-shadow: var(--shadow);
  margin: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 225px;
  border-radius: 10px;
  width: 150px;
  padding: 35px;
}

.company .splide__pagination {
  position: relative;
  top: 20px;
}

.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 landing-2  */
.landing-2 {
  position: relative;
  height: 40vh;
}

.landing-2 .bg-image {
  height: 100%;
}

.landing-2 img {
  height: 100%;
  width: 100%;
}

.landing-2 .text-landing-2 {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-wrap: nowrap;
}

.landing-2 h1 {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-2 .pages:hover a {
  color: white;
}

.landing-2 h1 img {
  margin-left: 15px;
  width: 60px;
}

.landing-2 .pages {
  background-color: rgba(176, 150, 95, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 15px;
  border-radius: 15px;
  margin: 20px 0px;
	flex-wrap:wrap;
}

.landing-2 .pages>* {
  margin: 0px 5px;
}

/* end landing  */
/* /////////////////////////////////////////////////////////// */
/* start page project 2 */
.project2 .filter-button-group {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  width: 100%;
  text-wrap: nowrap;
}

.project2 .filter-button-group h1 {
  margin: 20px;
}

.project2 .buttons-project {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: solid 2px var(--prime);
  padding: 15px;
  border-radius: 10px;
  margin-left: 20px;
}

.project2 .buttons-project button {
  background-color: rgba(241, 241, 241, 0.726) !important;
  border-radius: 10px !important;
  border: none !important;
  padding: 20px !important;
  width: 100% !important;
  margin: 20px 0.5% !important;
}

.project2 .buttons-project .is-checked {
  background-color: var(--prime) !important;
}


/* start .pagination */

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

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

.pagination span,
.pagination a {
  margin: 0px 5px;
  box-shadow: 0px 0px 5px 5px rgba(241, 241, 241, 0.74);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 1s;
  color: black;
  transition: 0.5s;
}

.pagination .active {
  background-color: var(--prime);
  color: white;
}

.pagination span:hover,
.pagination a:hover {
  background-color: var(--prime);
}

.pagination span:hover,
.pagination a:hover {
  color: white;
}

.pagination ul .arrow-page:hover a {
  background-color: var(--third);
  color: white;
}

/* page about  */
.list-about div {
  margin: 100px 0px;
}

.list-about div>* {
  margin: 10px 0px;
}

/* /////////////////////////////////////////////////////////// */
/* page contact us  */
.contact-us {
  position: relative;
}

.contact-us .bg-contact-us2 {
  position: absolute;
  left: 55%;
  top: 5%;
  transform: translate(-50%, -20%);
  z-index: 1;
}

.contact-us form {
  padding: 40px 0px;
}
.contact-us form .col p {
  width:100%;
}
.contact-us .btn-primary{
	color:white;
	background-color:var(--prime) !important;
	transition:1s;
}
.contact-us .btn-primary:hover{
	color:white;
	background-color:var(--prime) !important;
	opacity:0.7;
}
.contact-us .form2 {
  box-shadow: none;
}

.contact-us form div label {
  font-weight: bolder;
  margin-bottom: 15px;
  margin-right: 10px;
}

.contact-us form div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
}

.contact-us form .title-contact {
  justify-content: flex-start;
}

.contact-us form .title-contact h3 {
  color: var(--four);
  padding-bottom: 15px;
  border-bottom: 3px var(--third) solid;
}

.contact-us form div input,
.contact-us form div textarea {
  width: 100%;
  border: none;
  background-color: rgba(213, 215, 215, 0.25);
  border-radius: 10px;
  padding: 10px;
}

.contact-us .info-contact {
  position: relative;
  width: 70%;
}

.contact-us .info-contact .info-text {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translatex(-50%);
  width: 70%;
  height: 90%;
  color: white;
  padding: 25px;
  padding-top: 0px !important;
}

.contact-us .info-contact .info-text>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.contact-us .info-contact .info-text>div h5 {
  margin-bottom: 15px;
}

.contact-us .info-contact .info-text>div i {
  font-size: 25px;
  margin-left: 15px;
  color: var(--prime);
}

.contact-us .info-contact .bg-contact {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translatex(-50%);
  width: 80%;
  height: 95%;
  z-index: -1;
}

.contact-us .info-contact .bg-contact img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us .location iframe {
  width: 100%;
  margin: 30px 0px;
  border-radius: 15px;
  height: 300px;
}

.contact-us {
  position: relative;
  padding: 30px;
}

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

.contact-us .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.contact-us .form {
  background-color: white;
  width: 90%;
  margin: auto;
  margin-top: 50px;
  border-radius: 20px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.contact-us form h4 {
  width: 10%;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 3px var(--third) solid;
}

.contact-us form .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 10px 0.5%;
}

.contact-us form .col label {
  font-weight: bolder;
  margin-bottom: 15px;
}

.contact-us form .col input {
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(237, 241, 242, 0.6);
}

.contact-us form textarea {
  width: 99%;
  border: none;
  padding: 10px;
  background-color: rgba(237, 241, 242, 0.6);
  border-radius: 10px;
}

.contact-us form button {
  width: 99%;
}

/* start page product  */
.product .slider img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.product #main-carousel-track img{
	height:500px;
}

.product .info-product>* {
  margin: 10px 0px;
}

.product .info-product h1 {
  font-weight: bold;
  margin-bottom: 15px;
}

.product .info-product>p {
  color: var(--prime);
  font-weight: bold;
}

.product .info-product i {
  margin-left: 10px;
}

.product .info-product .col {
  padding: 10px;
}

.product  .col a {
color: var(--prime);
transition: 1s;
}
.product  .col a:hover{
  color: white;
}
.product .info-product .col div {
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px;
  height: 100%;
  background-color: rgba(242, 242, 242, 1);
  border-radius: 5px;
}

.product .info-product .col div>* {
  margin-top: 15px;
}

.product .info-product .col div button {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.product .tabs {
  margin: 70px 0px;
}

.product .tabs .nav-tabs {
  border-bottom: none;
  margin: 20px 0px;
}

.product .tabs .nav-tabs a {
  background-color: white;
  border-radius: 5px;
  color: var(--prime);
  border: solid 1.5px var(--prime);
  margin: 10px;
  width: 150px;
  text-align: center;
  padding: 15px;
}

.product .tabs .nav-tabs .active {
  background-color: var(--prime);
  color: white;
}

.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;
}

.product .shadow {
  box-shadow: var(--shadow);
  border-radius: 10px;
  background-color: rgba(248, 249, 251, 1);
  padding-bottom: 15px;
}

.product .tab-content .nav-content {
  display: flex;
  justify-content: flex-end;
  margin-right: -20px;
  border-bottom: solid 1px var(--prime);
  margin: 0px;
  margin-bottom: 25px;
}

.product .tab-content .grid {
  /* margin: auto; */
}

.product .project .card .card-img-top>img {
  height: 175px;
}

.product .nav-tabs {
  width: 70% !important;
  border: none;
}

.product .nav-tabs a {
  background-color: white !important;
  border: solid 1.5px var(--prime) !important;
  padding: 10px !important;
  transition: 1s;
}

.product .nav-tabs .active {
  background-color: var(--prime) !important;
}

.product .nav-tabs a:hover {
  background-color: var(--prime) !important;
  color: white;
}

.product .grid .col {
  box-shadow: var(--shadow);
  padding: 15px;
  border-radius: 10px;
  margin: 10px 0.5%;
  position: relative;
  overflow: hidden;
}

.product .grid .col>* {
  margin: 15px 0px;
}

.product .grid .col ul {
  border: solid 1px var(--prime);
  border-radius: 5px;
}

.product .grid .col ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: solid 1px var(--prime);
}

.product .grid .col i {
  color: var(--prime);
  margin-left: 7px;
}

.product .grid .col ul li:last-of-type {
  border-bottom: none;
}

.product .float-soon {
  position: absolute;
  left: -50px;
  top: -25px;
  background-color: var(--prime);
  color: white;
  width: 160px;
  text-align: center;
  padding: 20px;
  padding-bottom: 7px;
  transform: rotate(-30deg);
  font-size: 18px;
}

.product .tab-pane .container-90 {
  margin: 0%;
  padding: 0px;
}

#thumbnail-carousel-list {
  height: 90px;
}

#thumbnail-carousel-list .splide__slide {
  height: 100% !important;
}
.product .info-product .col:first-of-type p ,.product .info-product .col i{
    font-size: 20px;
}

/* for filter  */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  border: none;
  width: 100%;
  padding: 0px;
  border-radius: 10px;
}

.custom-select select {
  display: none !important;
  /*hide original SELECT element:*/
}

.select-selected {
  width: 100%;
  margin: auto;
  color: var(--prime) !important;
  border: solid 1px rgba(53, 52, 52, 0.336) !important;
  border-radius: 10px;
  padding: 20px !important;
  background-color: white;
  color: rgba(31, 30, 30, 0.815) !important;
  font-weight: bold;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 30px;
  transform: translateY(10%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 12px 30px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: var(--prime);
  top: 50px;
  height: 200px;
  overflow-y: scroll;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 15px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.select-items::-webkit-scrollbar {
  display: none;
}

.select-items div,
.same-as-selected {
  transition: 1s;
}

.select-items div:hover,
.same-as-selected {
  background-color: var(--second) !important;
  border-radius: 5px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.select-items div:hover:first-of-type,
.same-as-selected {
  border-radius: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}






/* start modal  */

.modal-dialog {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  font-size: 25px;
  font-weight: bolder;
}

.modal-dialog .close {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--prime);
  font-size: 25px;
  opacity: 1;
  color: white;
}

.modal form div label {
  font-weight: bolder;
  margin-bottom: 15px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400 !important;
}

.modal form div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
}

.modal form .title-contact {
  justify-content: flex-start;
}

.modal form .title-contact h3 {
  color: var(--four);
  padding-bottom: 15px;
  border-bottom: 3px var(--third) solid;
}

.modal form div input,
.modal form div textarea {
  width: 100%;
  border: none;
  background-color: rgba(213, 215, 215, 0.25);
  border-radius: 10px;
  padding: 10px;
}


/* /////////////////////////////////////////////////////////// */
/* start footer */
footer {
  position: relative;
  margin-top: 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

footer::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--prime);
}

footer .container-90 {
  border-radius: 20px;
}

footer .container-90 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

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: black;
  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 {
  color: black !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;
}

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

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

footer .logo ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

footer .logo ul li {
  margin: 0px 10px;
  padding: 0;
  width: 40px;
  height: 40px;
  color: black;
  background-color: var(--prime);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

footer .logo ul li i {
  font-size: 25px;
  color: white;
}

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 .col ul li {
  font-weight: bold;
}

footer .footer-new ul li {
  margin: 20px 0px;
  padding: 0px;
  color: black;
}

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

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::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--prime);
}

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

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

.end {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 60;
  background-color: var(--third);
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

/* end footer  */


/* end footer  */



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

  /* start project  */
  .project2 .buttons-project {
    width: 60%;
  }
}

@media (max-width: 1300px) {
  header ul li {
    font-size: 14px;
    margin: auto 10px !important;
  }

  /* start product  */
  .product .nav-tabs .nav-item {
    width: 25%;
  }
}

@media (max-width: 992px) {

  /* start header  */
  .bars {
    font-size: 25px;
    color: white;
  }
header .head .logo img {
  width: 180px;
  height: 100%;
  object-fit: contain;
}
/*   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: center !important;
  }

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

  header .list-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

/*   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;
  } */

  header .head-phone {
    margin: 30px 0px;
  }

  header .head-phone .closes i {
    color: white;
    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%;
  }

  /* end header  */
  .projects .project .button-group {
    flex-wrap: wrap;
  }

  .product .nav-tabs {
    width: 100% !important;
  }

  .product .project2 .buttons-project {
    width: 100% !important;
  }

  .product .project2 .buttons-project {
    margin: 0px;
  }

  .product .tabs .nav-content {
    justify-content: center !important;
  }

  .product .tabs .nav-tabs li {
    width: 23%;
    margin: 10px 1%;
  }

  .product .tabs .nav-tabs a {
    width: 100%;
    margin: 0px !important;
  }
}

@media (max-width: 768px) {
	header .head .logo img{
		width:130px;
	}
  header .phone-slide {
    width: 100%;
  }

  header .dropdown2 .dropdown-menu {
    margin: 10px 0px 0px 0px;
    min-width: 100%;
  }

  /* start landing  */
  .landing .slide .text-landing {
    width: 100%;
  }

  .landing .slide .text-landing h1 {
    font-size: 45px;
  }

  .landing-2 h1 {
    font-size: 25px;
  }

  .landing-2 h1 img {
    width: 40px;
  }

  /* start about  */
  .about-us .col .option li {
    width: calc(50% - 45px);
    margin: 20px;
    text-align: center;
    text-wrap: nowrap;
  }

  .about-us .bg img {
    width: 200px;
  }

  .about-us .col>img {
    width: 300px;
    height: 300px;
  }

  /* start company  */
  .company .splide .splide__slide {
    height: 150px;
  }

  /* start project  */
  .projects .bg-left-top {
    left: -40px;
    top: 50%;
  }

  /* start contact us  */

  .contact-us .info-contact {
    height: 55vh;
  }

  .contact-us {
    padding: 0px;
  }

  .contact-us .info-contact .info-text {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact-us .info-contact .info-text>div {
    margin: 20px 0px !important;
  }

  .contact-us form div {
    width: 95%;
  }

  .contact-us .info-contact .info-text>div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 15px 0px !important;
  }

  .contact-us .info-contact {
    height: 100vh;
  }

  .contact-us .info-contact .info-text {
    padding: 10px;
  }

  .contact-us form {
    margin-top: 0px;
  }

  /* start product  */
  .product .info-product h1 {
    font-size: 35px;
  }

  .product .shadow {
    box-shadow: none !important;
    padding: 5px;
    background-color: transparent;
  }

  .product .tabs .nav-tabs {
    border-bottom: none;
    flex-wrap: wrap;
    width: 100% !important;
    justify-content: center;
  }

  .project2 .buttons-project {
    margin: 0px;
  }

  .product .tabs .nav-content {
    justify-content: center !important;
  }

  .product .tabs .nav-tabs {
    margin: 20px 0px;
  }

  .product .tabs .nav-tabs li {
    width: 48%;
    margin: 10px 1%;
  }

  .product .tabs .nav-tabs a {
    width: 100%;
    margin: 0px !important;
  }
.product #main-carousel-track img {
	height:300px;
	}
  .projects .project .button-group button {
    width: 48%;
    margin: 10px 1% !important;
  }

  .projects .project .card .card-img-top>img {
    height: 250px;
  }

  .project2 .filter-button-group h1 {
    font-size: 30px;
  }


  /* start footer  */
  footer .logo p {
    width: 100% !important;
  }



  .btn-w100 {
    width: 100%;
  }

  .row-cols-sm-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 48%;
    max-width: 48%;
  }

  /* start modal  */
  .modal {
    padding-left: 5px;
  }

  .modal-dialog {
    width: 95%;
  }
	header .head .list-links {
		order:2;
	}
	header .lang-btn{
		order:1;
	}
	.header-fixed{
		height:130px !important;
	}
	header .head .list-links > ul{
		padding:10px;
	}
}

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

@media (max-width: 415px) {
  #main-carousel-track {
    height: 200px;
  }

  #main-carousel-track .splide__slide {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #thumbnail-carousel-list {
    height: 60px;
  }
	header .head li{
		margin: auto 15px !important;
	}

}

/* 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: 80px;
  transition: 1s;
  z-index: 50;
  transition: 1s all;
  animation-name: down;
  animation-duration: 0.7s;
  transition-delay: 0s;
  background-color: var(--sodark) !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

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

form p {
	width:100%;
}
.modal-backdrop.show{
	display:none  ;
}
.tab-content .modal{
	background-color:#0101015c;
}
.tab-content .modal .fa-close{
	color:white !important;
	margin:0px !important;
}