html {
  scroll-behavior: smooth;
}
.scrooldown {
  position: absolute;
  top: 100%;
  bottom: 20px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-80px) translateX(-50%) rotate(45deg);
}
#headingh1 {
  color: #fff;
  width: 100%;
  font-size: 40px;
  font-weight: bold;
}
.aboutarand {
  width: 100%;
  color: #fff;
  font-size: 25px;
  margin: 25px auto;
}
.nemonekarsection {
  position: relative;
  padding: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
/*منو بار*/
.hidden { display: none; }

.menubar {
    left: -100%;
    transition: left .3s ease;
}
.menubar.open {
    left: 0;
}

.closemenue {
    width: 0;
    height: 0;
    transition: all .3s ease;
}
.closemenue.open {
    width: 30px;
    height: 30px;
}

.services,
#navigator,
li ul {
    display: none;
}
.services.open,
#navigator.open,
li ul.open {
    display: block;
    transition: all .3s ease;
}
.nemonekarsection img {
  width: 25%;
}
.beforeafter-repaire {
  padding: 20px;
}
.contact-information {
  width: 100%;
  display: flex;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}
.linkcontactus {
  font-size: 20px;
  margin: 10px;
  padding: 15px;
  color: #fff;
  width: 17%;
  background-color: #e92b25;
  border-radius: 6px;
}
.scrooldown div {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
  animation: animat 1s linear infinite;
}
.scrooldown div:nth-child(1) {
  transform: translate(-15px, -15px);
  animation-delay: 0s;
}
.scrooldown div:nth-child(2) {
  transform: translate(0, 0);
  animation-delay: 0.1s;
}
.scrooldown div:nth-child(3) {
  transform: translate(15px, 15px);
  animation-delay: 0.3s;
}
@keyframes animat {
  0% {
    top: -5px;
    left: -5px;
    opacity: 0;
  }
  25% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  50%,
  100% {
    top: 5px;
    left: 5px;
    opacity: 0;
  }
}

.paragraph {
  width: 100%;
  position: absolute;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-size: 1em;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.body-home {
  background: #000;
}
.container_h {
  position: relative;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
a {
  text-decoration: none !important;
  color: #000;
  outline: none;
}
a:hover {
  text-decoration: none !important;
  color: #999;
  outline: none;
}
a:hover,
a:focus {
  outline: none;
}
button:focus {
  outline: none;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
section {
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  padding-top: 170px;
}
.container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mt-m50 {
  margin-top: -50px !important;
}
.mt-m150 {
  margin-top: -150px !important;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.white-text {
  color: #fff !important;
}
.white-text a {
  color: #fff !important;
}
.black-text {
  color: #000 !important;
}
div.page-content {
  position: relative;
  text-align: center;
}
h1 {
  font-family: "PrestigeEliteStd-Bd";
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 0 10px;
  display: inline-block !important;
  margin-top: 100px;
}
section {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.swh {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.swh > div {
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swh__back--static,
.swh__front {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transform-origin: 50% 60px;
  transform-origin: 50% 60px;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}
.swh__back {
  position: absolute;
  width: 100%;
  height: 100%;
}
.swh__back--mover {
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.4s, opacity 0s 0.5s;
  transition: transform 0.4s, opacity 0s 0.5s;
}
.move-items .swh__back--mover {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.swh__front {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -391px;
  width: 782px;
  height: 782px;
  border-radius: 50%;
  opacity: 0;
}
.move-items .swh__back--static {
  opacity: 0;
  -webkit-transform: scale3d(0.15, 0.15, 1);
  transform: scale3d(0.15, 0.15, 1);
}
.move-items .swh__front {
  opacity: 1;
  -webkit-transition-duration: 0.5s, 0s;
  transition-duration: 0.5s, 0s;
  -webkit-transform: scale3d(0.15, 0.15, 1);
  transform: scale3d(0.15, 0.15, 1);
}
div#logo {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -270px;
}
div#logo2 {
  position: absolute;
  top: 85%;
  width: 100%;
  text-align: center;
}
div#logo2 h1 {
  font-size: 20px;
  color: #cdd404;
  margin: 0;
  padding: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.icon {
  z-index: 999;
  position: relative;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  margin-top: 10px;
  margin-right: 60px;
  float: right;
  display: none;
}
.icon-social {
  padding: 0 10px;
}
section#about p {
  font-family: "PrestigeEliteStd-Bd";
  font-size: 16px;
  text-align: right;
  margin-bottom: 10px;
}
section#about div.about-content {
  max-width: 100% !important;
  padding: 0 40px;
}
section#about div.short {
  font-family: "PrestigeEliteStd-Bd";
  font-size: 16px;
  max-width: 310px;
  text-align: right;
  position: relative;
  float: right;
  margin-top: 15px;
}
section#about div.short p#start {
  text-align: right;
  margin-bottom: 7px;
}
section#about div.short p#end {
  text-align: right !important;
}
section#about div.team {
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
section#about div.single-about {
  border: 1px solid;
  height: 170px;
  margin: 35px 0px;
}
section#about div.last {
  margin-bottom: 50px;
}
section#about div.team h2 {
  font-family: "PrestigeEliteStd-Bd";
  font-size: 16px;
  text-align: center;
  margin-bottom: 3px;
}
section#about div.team h4 {
  font-family: "PrestigeEliteStd-Bd";
  font-size: 16px;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
}
#circle {
  position: absolute;
  display: none;
  max-width: 170px;
  margin-left: -35px;
  margin-top: -3px;
}
#goonies {
  position: absolute;
  display: none;
  max-width: 250px;
  margin-left: 400px;
  margin-top: -60px;
}
#owl {
  position: absolute;
  display: none;
  max-width: 280px;
  margin-top: 30px;
  margin-left: -30px;
}
div.clients-container {
  background: url(../img/clients_bg.gif) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
}
section#clients div.clients-content {
  max-width: 100% !important;
  padding: 0 40px;
  position: relative;
  z-index: 99;
}
section#clients h1 {
  color: #fff;
}
section#clients div.loghi_clienti div.col-xs-6 img {
  text-align: center;
  max-width: 100%;
  height: auto;
}
section#portfolio h1 {
  color: #fff;
}
section#portfolio {
  margin-bottom: 160px;
}
section#portfolio video {
  display: block !important;
  object-fit: cover;
}
section#portfolio video:hover {
  cursor: pointer;
}
section#portfolio div.page-content {
  max-width: 1800px;
  height: auto;
  margin: 0 auto;
  font-family: "PrestigeEliteStd-Bd";
  text-align: center;
  color: #fff;
}
section#portfolio ul {
  float: left;
  width: 766px;
  position: absolute;
  left: 50%;
  margin-left: -383px;
  margin-top: 27px;
}
section#portfolio ul li {
  float: left;
  list-style: none;
  margin: 0 5px;
}
section#portfolio ul li a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  min-width: 105px !important;
  min-height: 17px !important;
  font-family: "PrestigeEliteStd-Bd";
}
section#portfolio ul li a:hover {
  color: #000 !important;
  cursor: pointer;
  background: url("../img/marker.png") left center no-repeat !important;
  background-size: cover !important;
}
section#portfolio div.portfolio-content {
  height: auto;
  margin: 0 auto;
  margin-top: 100px;
  text-align: left;
  width: auto;
}
section#portfolio div.col-sm-6 {
  max-width: 48%;
  margin: 11px;
  padding: 0px;
  background-color: #000;
  color: white;
  overflow: hidden;
  height: 290px;
  padding: 0;
}
section#portfolio div.last {
  margin-bottom: 100px;
}
section#portfolio div.video-ext {
  padding: 0px;
  background: rgba(0, 0, 0, 0.5) !important;
  height: auto;
  min-height: 290px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  display: none;
}
section#portfolio div.video-ext div.info-box {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -27px;
}
section#portfolio div.video-ext h2.title-video {
  font-family: "AvenirLT-Book";
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
}
section#portfolio div.video-ext h3.subtitle-video {
  font-family: "PrestigeEliteStd-Bd";
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
}
.modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #000;
}
button.close {
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  z-index: 9999;
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 40px;
  color: #fff;
  opacity: 1;
}
button.close:hover,
.close:focus {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
section#press div.page-content {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  font-family: "PrestigeEliteStd-Bd";
  text-align: center;
}
section#press div.press-content {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: right;
  width: auto;
}
section#press div.col-sm-6 {
  margin-top: 50px;
  padding: 0 50px;
}
section#press h2 {
  font-size: 25px;
  text-align: right;
  margin-bottom: 30px;
  font-weight: bold;
}
section#press p {
  font-size: 20px;
  margin: 15px 0;
  text-align: justify;
}
section#press div.press-content a {
  font-size: 16px;
  text-decoration: underline !important;
}
section#press div.col-sm-12 {
  margin-top: 50px;
}
section#press div.last {
  margin-bottom: 150px;
}
#coffee {
  display: none;
  position: absolute;
  margin-left: -170px;
  margin-top: -40px;
  opacity: 0.3;
}
#say {
  display: none;
  position: absolute;
  max-width: 250px;
  margin-left: 369px;
  margin-top: -184px;
}
#beatle {
  opacity: 0.9;
  max-width: 90px;
  height: auto;
}
#beatle img {
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
section#contact div.contact-content {
  max-width: 550px;
  height: auto;
  margin: 0 auto 120px;
  text-align: left;
  width: auto;
}
section#contact h1 {
  margin-bottom: 25px;
}
section#contact div.contact-content h3 {
  font-family: "PrestigeEliteStd-Bd";
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
section#contact div.contact-content h4#social {
  text-align: center;
  font-size: 25px;
  width: 100%;
  margin-top: 17px;
}
section#contact div.contact-content h4#social a {
  margin: 0 6px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section#contact div.contact-content h4#social a:hover {
  color: #666;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section#contact div.contact-content h5#badroom {
  font-family: "PrestigeEliteStd-Bd";
  text-align: center;
  font-size: 25px;
  line-height: 1.7;
  margin-top: 55px;
}
section#contact div.contact-content h6#nahvesabt {
  font-family: "PrestigeEliteStd-Bd";
  text-align: center;
  font-size: 19px;
  line-height: 1.7;
  margin-top: 19px;
}
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
  max-width: 100%;
  width: calc(100% - 2em);
  vertical-align: top;
}
.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  font-family: "PrestigeEliteStd-Bd";
  text-transform: uppercase;
  -webkit-appearance: none;
}
.input__field:focus {
  outline: none;
}
.input__label {
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "PrestigeEliteStd-Bd";
  text-transform: uppercase;
}
.input__label-content {
  position: relative;
  display: block;
  padding: 0em 0;
  width: 100%;
  margin-top: 13px;
}
.textarea span.input__label-content {
  margin-top: 35px !important;
}
.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}
.icon {
  color: #ddd;
  font-size: 150%;
}
.input--hoshi {
  overflow: hidden;
}
.input__field--hoshi {
  margin-top: 1em;
  padding: 0 0.15em 1em;
  font-size: 16px;
  width: 100%;
  background: transparent;
  color: #000;
}
.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}
.input__label-content--hoshi {
  position: absolute;
}
.input__label--hoshi::before,
.input__label--hoshi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 2px solid #b9c1ca;
}
.input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 3px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.input__label--hoshi-color-1::after {
  border-color: #484848;
}
.input__label--hoshi-color-2::after {
  border-color: #484848;
}
.input__label--hoshi-color-3::after {
  border-color: #484848;
}
.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.5s forwards;
  animation: anim-1 0.5s forwards;
}
.input__field--hoshi-mat {
  border-bottom: 2px solid #b9c1ca !important;
  padding-bottom: 0px !important;
}
@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
}
@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
}
.butt-submit {
  position: relative;
  display: inline-block;
  margin: 15px 25px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 10px 3px;
  color: #6a7989;
  font-family: "PrestigeEliteStd-Bd";
  text-shadow: none;
  font-weight: 700;
  background: transparent;
  border: 0px;
}
.butt-submit:hover {
  color: #484848;
}
.butt-submit::before,
.butt-submit::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b9c1ca;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85);
}
.butt-submit::after {
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.butt-submit:hover::before,
.butt-submit:hover::after,
.butt-submit:focus::before,
.butt-submit:focus::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  background: #484848;
  color: #484848;
  height: 3px;
}
.butt-submit:hover::after,
.butt-submit:focus::after {
  top: 0%;
  opacity: 1;
  background: #484848;
  height: 3px;
}
.copy {
  width: 100%;
  margin-top: 40px;
  font-family: "PrestigeEliteStd-Bd";
  font-size: 16px;
  padding-bottom: 100px;
}
.imgee {
  width: 100px;
  height: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.puls {
  position: fixed;
  bottom: 0;
  float: left;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: #008749;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.puls:before,
.puls:after {
  content: "";
  position: absolute;
  border: 50%;
  display: block;
  border: 1px solid #008749;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  border-radius: 50%;
  opacity: 0;
  backface-visibility: hidden;
  animation: animate 1.5s linear infinite;
}

.puls:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .puls {
    bottom: 10px;
    float: left;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #008749;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
  }
}
/*stat section top*/
#Description {
  position: relative;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #43abff;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.div12 {
  width: 100%;
  height: 90vh;
  margin: 0;
  padding: 0;
  background: url(../img/press/wiper-blade-header-870x581.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.divh1 {
  text-align: center;
  margin: 70px;
}
#h1h1 {
  color: #000;
  font-size: 35px;
  margin: 0;
}
#imglogo {
  position: absolute;
  left: 0;
  width: 16%;
}
/*end section top*/
/*--start imgmatn*/
.fixcole {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 30px;
}
.fixasle {
  width: 100%;
  display: flex;
  padding: 5% 10%;
}
.fiximg {
  width: 30%;
}
#two {
  background: url(../img/press/wiperwindshield2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#one {
  background: url(../img/press/wiperwindshield1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#three {
  background: url(../img/press/wiperwindshield3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#four {
  background: url(../img/press/wiperwindshield4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#five {
  background: url(../img/press/wiperwindshield5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#six {
  background: url(../img/press/wiperwindscreen6.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#fixh {
  margin: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
}

.para {
  width: 70%;
  border: 15px solid #f3f3f3;
  box-sizing: border-box;
}
.mtn {
  font-size: 17px;
  line-height: 45px;
  margin: 10px 50px;
}
.gardex {
  width: 100%;
  margin: 5px auto;
}
#gardexe {
  width: 150px;
  margin: 0;
}
#gard {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 900px) {
  header nav ul li #seviceslinks {
    top: 0;
    min-width: 300px;
    background: none;
  }
  .fiximg {
    width: 100%;
    height: 45vh;
  }
  .para {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .mtn {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  section#press h2{
    font-size: 18px;
  }
  section#press p{
    font-size: 16px;
  }
  
  .nemonekarsection img {
    width: 45%;
  }
  #Description {
    font-size: 2.5rem;
  }
  #headingh1 {
    font-size: 18px;
  }
  .aboutarand {
    font-size: 16px;
  }
  .linkcontactus {
    font-size: 16px;
    width: 25%;
  }
  #imglogo {
    width: 25%;
  }
  .fixasle {
    display: block;
  }
  #h1h1 {
    font-size: 25px;
  }
  .gardex {
    padding: 10px;
    text-align: justify;
  }
}

/*--end imgmatn*/
/*start link*/
#divh1maghale {
  text-align: center;
  margin: 30px;
}
#h1maghale {
  font-size: 35px;
  color: blue;
  text-align: center;
  text-decoration: underline;
  margin-top: 60px;
}
.link1 {
  width: 90%;
  margin: 10px auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.onesection {
  width: 30%;
}
#onesection1 {
  background: url(../img/press/wiperwindshield1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#onesection2 {
  background: url(../img/photo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#onesection4 {
  background: url(../img/windscreen-damage303.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#onesection5 {
  background: url(../img/Insurance.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#onesection3 {
  background: url(../img/repairglass.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#twosection {
  padding: 10px;
  text-align: justify;
  border: 1px solid #0fecde;
  width: 70%;
}
#paragraph {
  font-size: 18px;
}
#sarteter {
  color: #03a9f4;
  font-size: 24px;
}
#edamematlab {
  color: rgb(14, 114, 245);
  font-size: 19px;
  font-weight: 500;
  padding: 5px;
}
#endlink {
  margin-bottom: 90px;
}
@media (max-width: 869px) {
  .link1 {
    display: block;
  }
  .onesection {
    height: 45vh;
  }
  #h1maghale {
    margin-top: 40px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #twosection {
    width: 100%;
  }
  .onesection {
    width: 100%;
  }
}

/*end link*/
/*start menue*/
#topsection {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.topheader {
  padding: 0 100px;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgb(0, 0, 0);
  margin-top: 7px;
}
#logolink {
  float: left;
}
#logolink img {
  width: 90px;
}
.topheader ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  transition: 0.5s;
}
.topheader ul li {
  list-style: none;
}
.topheader ul li a {
  position: relative;
  display: block;
  margin: 20px 0;
  padding: 10px 25px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
#topheader ul li a:hover {
  background: #000;
  color: #fff;
}
.headernav {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 999;
  background: rgb(146, 146, 145);
}
@media (max-width: 768px) {
  #laptopmenu {
    display: none;
  }
  #logolink {
    float: right;
  }
  #logolink img {
    width: 70px;
    margin-right: 10px;
  }
  .topheader {
    padding: 5px;
    padding-top: 0;
    height: 65px;
  }
}
/*end menue*/
/*start mobile menu*/
.icone {
  position: relative;
  top: 0;
  width: 50px;
  margin: 5px;
  height: 50px;
  cursor: pointer;
  float: left;
  display: none;
}
.menubar {
  position: fixed;
  z-index: 1000;
  top: 5px;
  width: 20%;
  background-color: rgba(255, 255, 255, 92%);
  margin: 5px;
  left: -100%;
  height: 100vh;
  overflow-y: scroll;
  display: none;
}
.closemenue {
  position: fixed;
  z-index: 1000;
  left: 20.5%;
  top: 5px;
  margin: 5px;
  width: 0px;
  height: 0px;
  color: #fff;
  font-weight: bolder;
  display: none;
}
.humburger {
  width: 30px;
  height: 3px;
  background: rgb(255, 255, 255);
  top: 50%;
  right: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.humburger:before,
.humburger:after {
  content: "";
  width: 30px;
  height: 3px;
  background: rgb(255, 255, 255);
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.humburger:before {
  top: -10px;
}
.humburger:after {
  top: 10px;
}
.icone.active .humburger {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
.icone.active .humburger:before {
  top: 0;
  transform: rotate(45deg);
}
.icone.active .humburger:after {
  top: 0;
  transform: rotate(135deg);
}
.navigation {
  width: 100%;
  margin: 0;
  padding: 0;
}
.list {
  padding: 10px;
  text-align: center;
  list-style: none;
  align-items: center;
}

.list li {
  margin: 1px auto;
  padding: 15px 0;
  font-size: 18px;
}
.list li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
#sociallink {
  display: flex;
}
#social {
  display: inline-block;
  margin: 10px;
}
@media (max-width: 768px) {
  #Description {
    font-size: 3rem;
  }
  .menubar {
    display: block;
    width: 30%;
  }
  .closemenue {
    display: block;
    left: 30.5%;
    color: rgb(255, 255, 255);
  }
  .icone {
    display: block;
  }
}
@media (max-width: 426px) {
  .contact-information {
    flex-direction: column;
  }
  .nemonekarsection img {
    width: 90%;
  }
  .linkcontactus {
    width: 63%;
  }
  #headingh1 {
    margin-top: 20px;
  }
  .menubar {
    width: 70%;
  }
  .closemenue {
    left: 70.5%;
  }
}
@media (max-width: 320px) {
  #logolink img {
    width: 70px;
  }
}
.services {
  display: none;
  list-style: none;
}
.services li {
  font-size: 15px;
}
#scroolsvg1 {
  margin: 5px 0;
  padding: 0;
  float: left;
}
#scroolsvg2 {
  margin: 5px 0;
  padding: 0;
  float: left;
  display: none;
}
#servicesmenu {
  position: absolute;
  margin: 10px;
  text-align: center;
  background: #686868;
  z-index: 99;
  display: block;
  box-shadow: 0 5px 15px rgb(0, 0, 0);
  transition: 0.5s;
  opacity: 0;
  transform: translateY(40px);
  visibility: hidden;
}
#servicelie:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ulactiv {
  background-color: #929291;
}
/*end mobile menu*/
.button {
  margin-top: 100px;
  padding: 5px;
  text-align: center;
}
#sectionsbutton {
  background-color: #03a9f4;
  color: #fff;
  margin: 13px;
  border: none;
  padding: 5px;
  border-radius: 5px;
}
#sectionsbutton a {
  color: #fff;
  font-size: 18px;
  padding: 10px;
}
#heading5 {
  font-size: 20px;
  color: #484848;
  margin: 10px;
}
@media (max-width: 426px) {
  #sarteter {
    font-size: 20px;
  }
  #paragraph {
    font-size: 16px;
  }
  #edamematlab {
    font-size: 17px;
  }
  #h1maghale {
    font-size: 26px;
    margin-top: 30px;
  }
  .button {
    margin-top: 60px;
  }
  #Description {
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 40px;
    top: 25%;
    margin: 0 auto;
  }
  #imglogo {
    width: 50%;
  }
  .fixasle {
    padding: 5%;
  }
  .mtn {
    line-height: 30px;
  }
}
