@font-face {
  font-family: 'vazir';
  src: url('../fonts/vazir.eot') format('eot'),
    url('../fonts/vazir.ttf') format('truetype'),
    url('../fonts/vazir.woff') format('woff'),
    url('../fonts/vazir.woff2') format('woff2');
}

@font-face {
  font-family: 'gaza';
  src:
    url('../fonts/DG Gaza.ttf') format('truetype');
}

:root {
  --mainBlue: rgb(21, 195, 204);
  --transparentBlue: rgb(21, 195, 204);
  --mainWhite: #f6f6f6;
  --mainBlack: #111010;
  --mainGreen: #008000;
  --mainYellow: rgb(0, 0, 0);
}

body {
  font-family: 'vazir';
  overflow-x: hidden;
  color: var(--mainBlack);
  background: var(--mainWhite);
  z-index: 1;
  background-color: rgb(20, 20, 20);
}

/* REM values to target root element 1REM = 16px */

/*section title*/
.section-title-special {
  color: var(--mainWhite);
}

/* navbar */
.navbar-brand img {
  width: 50px;
  height: 50px;
}

.navbar {
  background: var(--mainBlack);
}

.bgcolor {

  width: 90%;
}


.navbar-icon {
  font-size: 2rem;
  color: rgb(255, 255, 255);
}

.fa-bars {
  color: rgb(255, 255, 255);
}

.navbar-toggler {
  outline-color: var(--mainBlue) !important;
}

.nav-link {
  color: var(--mainBlack);
  text-transform: capitalize;
  transition: all 0.3s ease;

}

.nav-link:hover {
  color: #008000;



}

.text-sub {
  color: rgb(179, 18, 18);
  font-family: 'gaza';
}

.nav-icon {
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  text-decoration: none !important;
  transition-property: color;
  text-rendering: 2s;
  transition-timing-function: linear;
}

.nav-icon:hover {
  color: var(--mainBlack);
}

/* header */

.header {
  clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  color: var(--mainWhite);
  overflow: hidden;
}

.height-max {
  background-color: #111010;
  min-height: calc(100vh - 76px);

}

.img-col-navbar {
  background: url("../img/solaimani.png");
  background-size: 500px;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 90vh;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.img-col-navbar:hover p {
  bottom: 270px;
}

.img-col-navbar p {
  position: absolute;
  font-size: 100px;
  color: white;
  z-index: -1;
  right: 20px;
  bottom: 250px;
  transition: all 0.5s ease-in-out;
}

.price {

  width: 150px;
}

.title-heading {
  background: rgb(0, 0, 0, 0, 4, green, blue);
  border-left: 0.3rem solid var(--mainGreen);
}

.title {
  font-weight: 800;
  font-size: 50px;
}

.bmw-img-2 {
  z-index: 11;
}

@media screen and(min-width:768px) {
  .title {
    font-size: 3rem;
  }
}

.title-icon {
  color: var(--mainGreen);
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
}

.title-icon:hover {
  color: var(--mainGreen);
  opacity: 0.6;
}

/* skills */

.skills-icon {
  font-size: 55px;
  color: rgb(255, 230, 0);

}

.skills-icon:hover {
  color: var(--mainYellow);
}

.skills-underline {
  width: 5rem;
  height: 0.1rem;
  border-bottom: 2px dashed rgb(229, 233, 7);
  margin: 1rem auto;
}


/* preloader */

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: white;
  z-index: 999;
}



.hidepreloader {
  display: none !important;
}

/* inventory */

.inventory {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(33, 33, 33);

}

.inventory .main-row {
  width: 100%;
  margin: auto;
}

.inventory .main-row .col-5,
.col-7 {
  height: 80vh;
}

.inventory .main-row .col-5 img {
  width: 500px;
}

.solaimani-info {
  filter: drop-shadow(0px 0px 17px #42b842);

}




/* ---------------------------------------------------END-inventory */

.question {
  background: url('../img/photo13955791637.jpg')center/cover fixed no-repeat;
}

.question-gray {
  background: #232323be;
  color: #ffff;
}

.question-yellow {
  background: #4d4d4dbe;
  color: #ffff;

}


.question-icon {
  font-size: 4rem;
  color: #ffffff;

  transition: all 0.5s linear;
}

.question-icon:hover {
  transform: translateY(-10%);
  color: #008000;
}

.question-info {
  color: white;
}

/* Featured */

.featured {
  background: rgb(20, 20, 20);
}

.featured-item {
  background: linear-gradient(to right, red, white, rgba(0, 128, 0, 0.758));
  border-radius: 0.5rem;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.featured-item:hover {
  opacity: 1;
  transform: scale(1.05);
}

.feature-icon {
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.5 ease-in-out;
}

.text-box {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.img-container {
  background: rgba(0, 128, 0, 0.758);
  width: 500px;
  height: 38vh;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0px 0px 17px #42b842);
  border-radius: 15px;

}

.featured-photo {
  transition: all 1s ease-in-out;
}

.img-container:hover .featured-photo {
  transform: scale(1.3);
  opacity: 0.5;
  transition: all 0.9s ease-in-out;
}

.featured-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  font-size: 15px;
  text-align: center;
  white-space: no-wrap;
  transform: translate(-50%, -50%);
  color: var(--mainWhite);
  opacity: 0;
  transition: all 1s ease-in-out;
  text-decoration: none;
}

.featured-link span {
  color: red;
}

.featured-link:hover {
  color: var(--mainWhite);
  text-decoration: none;

}

.img-container:hover .featured-link {
  opacity: 1;
}

/* Gallery */

.gallery-item {
  background: var(--mainYellow);
  position: relative;
  cursor: pointer;
}

.gallery-img {
  transition: all 1s ease-in-out;
}

.gallery-item:hover .gallery-img {
  opacity: 0.5;
}

.gallery-item::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: 0.5rem solid var(--mainWhite);
  outline-offset: -2rem;
  transition: all 1s ease-in-out;
  transform: scale(0);
}

.gallery-item:hover:after {
  transform: scale(1);
}

/* Contact */

.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/contact.jpg")center/cover fixed no-repeat;
  height: 40vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;

}

.a-email {
  width: 100%;
}

.contact-input {
  font-size: 1.5rem;
  text-transform: capitalize;
  background: transparent;
  border-color: rgb(255, 255, 255);
  color: white !important;
}

.contact-input::placeholder {
  color: rgb(255, 255, 255);
}

.contact-input:focus {
  background: transparent;
  border-color: #008000;
}

.contact-btn {
  text-transform: uppercase;
  color: white;
  border-color: rgb(255, 255, 255);
}

.contact-btn a {
  text-decoration: none;
  color: white;
}


.contact-btn:hover {
  color: white;
  background: green;
  border-color: green;
}

/* Contact */

.contact2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/slat.jpg)center/cover fixed no-repeat;
  background-size: cover;
  height: 60vh;
  margin-top: -20vh;
}


/* Services Section */

.services {
  position: relative;
  min-height: 150vh;
  min-width: 95vw;
  margin: 0 auto;

}

.text-uppercase1 {
  color: green;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}

.video-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 230, 0);
  z-index: -2;
}

/* Service */
.service {
  background: var(--mainBlack);
  color: var(--mainWhite);
  transition: all 1s ease-in-out;
  cursor: pointer;
}

.service:hover {
  background: var(--mainWhite);
  color: var(--mainBlack);
  padding-left: 2.2rem !important;
}

.service-icon {
  font-size: 4rem;
  color: var(--mainYellow);
}

/* Customer */
.customer-card-body {
  margin-top: -4rem !important;
  color: var(--mainGrey);
  overflow: hidden;
  flex-wrap: wrap;

}

.customer-img {
  border: 0.4rem solid var(--mainWhite);
}

.customer-name {
  color: red;
}

/* Footer */
.footer {
  background: var(--mainBlack);
}

.footer-icon {
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
  transition: all 1s ease-in-out;
}

.footer-icon:hover {
  color: #008000;

}

.card {
  height: 70vh;

}

.card img {
  width: 100%;
  height: 30vh;
}

.customer-img {
  width: 200px !important;
  height: 150px !important;

}

.gal img {
  width: 700px;
  height: 140px;
}

.carSport.W1403 .W140 {
  display: block;
}

.carSport.W1403 .SLS {
  display: none;
}

.W140 {
  display: none;
}

.carSport.GClass3 .G-Class {
  display: block;
}

.carSport.GClass3 .SLS {
  display: none;
}

.G-Class {
  display: none;
}

.carSport.CLS5003 .CLS500 {
  display: block;
}

.carSport.CLS5003 .SLS {
  display: none;
}

.CLS500 {
  display: none;
}

.carSport.SLR3 .SLR {
  display: block;
}

.carSport.SLR3 .SLS {
  display: none;
}

.SLR {
  display: none;
}

.featured-item a {
  text-decoration: none;
  color: black;
}

.customer-job {
  color: rgb(20, 20, 20);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.customer-quote {
  color: rgb(88, 88, 88);

}

.rema {
  height: 85vh !important;
  background-color: #ffff;
}

.instagram img {
  width: 30px;
  height: 30px;
}

.twitter img {
  width: 40px;
  height: 40px;
}

.facebook img {
  width: 33px;
  height: 33px;
}

.navbar .collapse li {
  transition: all 0.1s ease;
  border-radius: 3px;
}

.nav-link {
  color: white;
  font-size: 20px;
}

.navbar {
  font-size: 20px;
}

.fa-play {
  color: var(--mainGreen);
}

.fa-play:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);

}

.navbar-brand img {
  width: 60px;
  height: 60px;
}

.bmw-img {
  position: relative;

}

.customer-quote {
  display: flex;
  flex-wrap: nowrap;
  text-align: justify;
}

/* ----------------------------- */
.skills {
  width: 100%;
  height: 150vh;
  background-color: rgb(20, 20, 20);
}

.container2 {
  max-width: 1330px;
  margin: 5rem auto;

}

.grid_section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 0 10px;


}

.card_item {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(99, 99, 99, 0.2);
  padding: 43px;
  position: relative;
  cursor: pointer;
  height: 40vh;
  background-color: #111010;

}

.card_item::before,
.card_item::after {
  content: '';
  position: absolute;
  width: 19%;
  height: 19%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.card_item::before {
  bottom: -1px;
  right: -1px;
  border-bottom-right-radius: 20px;
  border-bottom: 4px solid;
  border-right: 4px solid;
}

.card_item::after {
  top: -1px;
  left: -1px;
  border-top-left-radius: 20px;
  border-top: 4px solid;
  border-left: 4px solid;

}

.card_search::before,
.card_search::after {
  border-color: var(--mainGreen);
}


.card_cloud::before,
.card_cloud::after {
  border-color: var(--mainGreen);
}

.card_users::before,
.card_users::after {
  border-color: var(--mainGreen);
}

.card_ok::before,
.card_ok::after {
  border-color: var(--mainGreen);
}


.card_text h5 {
  font-size: 1.5rem;
  margin: 1rem 0;
  color: #ffffff;
  font-weight: 700;

}

.card_text p {
  color: #9a9baa;

}

.card_section:hover .card_item::before,
.card_section:hover .card_item::after {
  width: 85%;
  height: 85%;
}

.main-text {
  font-size: 120px;
  margin-bottom: 120px;
}

.title-heading {
  font-size: 35px;
}

/* -------------------------------galerry */
.slider {
  width: 200px;
  height: 60vh;
  position: relative;
  border: 10px solid green;
  margin: 50px auto;
  position: relative;
  overflow: hidden !important;
  height: 500px;
}

.slider-item {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slider .item {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.slider .item img {
  width: 100%;
  height: 100%;
  animation: zoom 1s ease;
  -webkit-animation: zoom 1s ease;
}

.text-darg {
  color: #008000;
}

@keyframes zoom {
  0% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
}

.slider .item.active {
  display: block;
}

.slider .item .caption {
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 20px;
  color: #fff;
}



.slider .controls {
  position: absolute;
  top: 50%;
  right: 5%;
  left: 5%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider .controls .left-slide,
.slider .controls .right-slide {
  background: green;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

/* ------------------------------------------ */
.png-row img {
  width: 900px;
}

.container3 {
  background-color: #fff;
  max-width: 500px;
  border-radius: 7px;
  width: 100%;
  padding: 10px 20px;
}

.skill_box {
  margin: 25px 0;
}

.skill_title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  display: block;

}

.skill_bar {
  width: 100%;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: 6px;
}

.skill_per {
  background-color: #4070f4;
  opacity: 0;
  height: 100%;
  border-radius: 6px;
  position: relative;
  animation: skill_per_load 0.4s ease-in-out forwards;
  -webkit-animation: skill_per_load 0.4s ease-in-out forwards;
}

@keyframes skill_per_load {

  0% {
    width: 0;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.skill_bar .html {
  width: 90%;
}

.skill_bar .css {
  width: 70%;
}

.skill_bar .JavaScript {
  width: 50%;
}

.skill_bar .NodeJS {
  width: 30%;
}

.tooltip2 {
  position: absolute;
  right: -14px;
  top: -23px;
  font-size: 9px;
  background-color: #4070f4;
  color: #fff;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 3px;
  z-index: 1;
}

.tooltip2::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #4070f4;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}

.hand {
  margin-top: 10%;
}

.blood {
  right: 41%;
  top: 85%;
  width: 220px;
  z-index: 100;
}

.card-info {
  width: 100%;
  height: 70vh;
  padding: 20px;
  border-radius: 20px;
  background: var(--mainBlack);
  box-shadow: 1px 1px 29px 5px #42b842c8;
  text-align: justify;
  overflow-y: scroll;
  z-index: 100;
  margin-top: 90px;
}

.fontB h1 {
  font-size: 60px;
}

.hh {
  line-height: 30px;
  text-indent: 20px;
}

.card-info.mobile {
  overflow-y: hidden;

}


.home {
  height: 100vh;
  overflow: hidden;
  position: relative;
}