@font-face {
  font-family: roboto-regular;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: roboto-medium;
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: roboto-bold;
  src: url("../fonts/Roboto-Bold.ttf");
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

/****************************** header css start *****************/

/* .call-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
} */

.call-wrapper .fa-phone {
  margin-right: 18px;
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
  line-height: 40px;
  align-items: center;
  justify-content: center;
}

.call-wrapper span {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  line-height: 40px;
  align-items: center;
  justify-content: center;
}

.logo-wrapper {
  cursor: pointer;
  text-align: center;
}

.nse-auto-navbar {
  padding: 26px 0px;
}

.nse-auto-navbar ul {
  width: 100%;
  justify-content: space-between;
}

.nse-auto-navbar ul li a {
  color: black;
  text-decoration: none;
  background-color: transparent;
  font-weight: 500;
}

.nse-auto-navbar ul li a:hover {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 500;
}

#hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.6;
  z-index: 1;
}

/****************************** header css end *****************/

/****************************** hero css start *****************/
section#hero {
  position: relative;
}

#myVideo {
  width: 100vw;
  height: 34rem !important;
  object-fit: fill;
}

.hero-content {
  position: absolute;
  background-color: transparent;
  background-position: center;
  width: 100%;
  right: 0;
  top: 20%;
  z-index: 2;
}

.hero-content p {
  color: #a0dbff;
  font-weight: 400;
  font-size: 20px;
}

.hero-content h1 {
  color: white;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-content h2 {
  color: white;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

/****************************** hero css end *****************/

/****************************** why-us css start *****************/
#why-us {
  background-color: black;
}

.why-us-title h2 {
  color: #fff;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
}

.why-us-column .why-us-icon img {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 5px 15px 0px 0px;
}

.why-us-info h3 {
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  font-size: 24px;
}

.why-us-info h3 span {
  color: #ffbc41;
}

/****************************** why-us css end *****************/

/****************************** our-process css start *****************/
#our-process {
  position: relative;
  background-image: url(../images/our-process-background-tire.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  color: black;
}

.our-process-title h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
}

.our-process-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.our-process-content .card {
  background-color: #ebebeb;
  color: #000;
  height: auto;
  width: 288px;
  padding: 25px;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

/* .our-process-content .zoom{
transition: transform .2s;
} */

/* .zoom:hover {
  transform: scale(1.1);
} */

.our-process-content .card .process-number {
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
}

.card-body {
  padding: 0px;
}

.our-process-content .card h3 {
  color: #2a90cf;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

.services-deductible .card .middle-text {
  padding-top: 5px;
  height: 95px;
}

.our-process-content .card .process-small-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

/****************************** our-process css end *****************/

/****************************** special-offer css start *****************/
.special-offer-info {
  position: relative;
  background-image: url(../images/special-offer-background-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.special-offer-card {
  width: 575px;
  height: 270px;
  display: block;
  position: relative;
  border-radius: 0;
  border: none;
}

.offer-title {
  color: #2a90cf;
  font-size: 20px;
  font-weight: 400;
}

.special-offer-card h2 {
  color: #000;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

.free-estimate-btn {
  background-color: #ffbc41;
  color: black;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0 !important;
  padding: 5px 15px !important;
  letter-spacing: 1px;
  outline: none;
  border: none;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  cursor: pointer;
}

.free-estimate-btn:hover {
  background-color: #a0dbff;
  color: black;
}

/****************************** special-offer css end *****************/

/****************************** our-services css start *****************/
#our-services {
  background-color: white;
  color: #000;
}

.our-services-title h2 {
  color: #000;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
}

.services-door-ding {
  height: 410px;
  cursor: pointer;
  position: relative;
  background-image: url(../images/door-ding-repair.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0;
  background-size: cover;
}

.services-hail-damage {
  height: 410px;
  cursor: pointer;
  position: relative;
  background-image: url(../images/hail-damage-repair.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0;
  background-size: cover;
}

.services-fleet-repair {
  height: 410px;
  cursor: pointer;
  position: relative;
  background-image: url(../images/fleet-repair.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-right: 5px;
  background-size: cover;
}

.services-free-rental {
  height: 410px;
  cursor: pointer;
  position: relative;
  background-image: url(../images/04-services-key-handoff-lg..jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-right: 5px;
  background-size: cover;
}

.services-deductible {
  height: 410px;
  cursor: pointer;
  position: relative;
  background-image: url(../images/05-services-looking-at-warranty.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0;
  background-size: cover;
}

.services-btn-1 {
  background-color: #a0dbff;
  height: 85px;
  width: 500px;
}

.services-btn-2 {
  background-color: #ffbc41;
  height: 85px;
  width: 500px;
}

.services-btn-3 {
  background-color: #000;
  color: #fff;
  height: 85px;
  width: 500px;
}

.services-btn-4 {
  background-color: #ebebeb;
  height: 85px;
  width: 500px;
}

.services-btn-5 {
  background-color: #a0dbff;
  height: 85px;
  width: 500px;
}

.services-btn-1,
.services-btn-2,
.services-btn-3,
.services-btn-4,
.services-btn-5 h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
/****************************** our-services css end *****************/

/****************************** testimonial css start *****************/
.testimonial-content h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 30px;
}

.testimonial-content button {
  width: 215px;
  height: 45px;
  cursor: pointer;
  background-color: #ffbc41;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  border-radius: 0 !important;
  padding: 5px 15px !important;
  letter-spacing: 1px;
  position: relative;
  line-height: 36px;
  border: none;
  display: inline-block;
  text-align: center;
  margin: 0;
}

.testimonial-content button:hover {
  background-color: #a0dbff;
  color: #000;
}

.testimonial-social {
  padding-top: 20px;
}

.fa {
  font-size: unset;
}

.fa-facebook-square {
  width: 16px;
  margin-right: 15px;
  font-size: 32px;
}

.fa-google {
  width: 16px;
  margin-right: 15px;
  font-size: 32px;
}

.fa-star {
  color: #2a90cf;
  width: 14px;
  display: inline-block;
  height: 16px;
  overflow: visible;
  vertical-align: 4px;
  font-size: 18px;
}

.testimonial-icon span {
  font-size: 20px;
  font-weight: 300;
  vertical-align: 4px;
  margin-left: 10px;
}

.wrapper-for-arrows {
  position: relative;
  width: 90%;
  border-radius: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.review-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: calc(2rem + 1vmin);
  width: 100%;
}

#imgDiv {
  border-radius: 50%;
  width: calc(6rem + 4vmin);
  height: calc(6rem + 4vmin);
  position: relative;
  box-shadow: 5px -3px rgb(79, 143, 226);
  background-size: cover;
  margin-bottom: calc(0.7rem + 0.5vmin);
}

.chicken {
  background-image: url("https://media0.giphy.com/media/A8Cdznswn5vnG/200w.gif?cid=790b7611e8c5980ee7141bc18ec12c49962b871eb404ba5b&rid=200w.gif&ct=s");
  width: 200px;
  height: 250px;
  position: absolute;
  top: 12%;
}

#imgDiv::after {
  content: "''";
  font-size: calc(2rem + 2vmin);
  font-family: sans-serif;
  line-height: 150%;
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgb(79, 143, 226);
  position: absolute;
  top: 10%;
  left: -10%;
  width: calc(2rem + 2vmin);
  height: calc(2rem + 2vmin);
}

#personName {
  margin-bottom: calc(0.7rem + 0.5vmin);
  font-size: calc(1rem + 0.5vmin);
  letter-spacing: calc(0.1rem + 0.1vmin);
  font-weight: bold;
}

#profession {
  font-size: calc(0.8rem + 0.3vmin);
  margin-bottom: calc(0.7rem + 0.5vmin);
  color: rgb(79, 143, 226);
}

#description {
  font-size: calc(0.8rem + 0.3vmin);
  width: 70%;
  max-width: 40rem;
  text-align: center;
  margin-bottom: calc(1.4rem + 1vmin);
  color: rgb(92, 92, 92);
  line-height: 2rem;
}

.arrow-wrap {
  position: absolute;
  top: 50%;
}

.arrow {
  width: calc(1.4rem + 0.6vmin);
  height: calc(1.4rem + 0.6vmin);
  border: solid rgb(43, 43, 43);
  border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
  cursor: pointer;
  transition: transform 0.3s;
}

.arrow:hover {
  transition: 0.3s;
  transform: scale(1.15);
}

.left-arrow-wrap {
  left: 5%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 5%;
}

.surprise-me-btn {
  border: 2px solid rgb(79, 143, 226);
  background-color: rgb(224, 238, 255);
  color: rgb(79, 143, 226);
  border-radius: 2rem;
  padding: calc(0.5rem + 0.2vmin) 0;
  width: calc(7rem + 5vmin);
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  margin-bottom: calc(1.4rem + 1vmin);
}

.surprise-me-btn:hover {
  transition: background-color 0.3s, transform 0.3s;
  background-color: rgb(255, 255, 255);
  transform: rotate(5deg);
}

.move-head {
  animation: moveHead 1.55s infinite;
  animation-delay: -0.8s;
}

.hide-chicken-btn {
  border: 2px solid rgb(226, 89, 79);
  background-color: rgb(255, 224, 224);
  color: rgb(226, 79, 79);
  border-radius: 2rem;
  padding: calc(0.5rem + 0.2vmin) 0;
  width: calc(10rem + 5vmin);
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  margin-bottom: calc(1.4rem + 1vmin);
}

.hide-chicken-btn:hover {
  transition: background-color 0.3s, transform 0.3s;
  background-color: rgb(255, 255, 255);
  transform: rotate(5deg);
}

@keyframes moveHead {
  0% {
  }
  25% {
    transform: translate(0.5rem, 1rem) rotate(5deg);
  }
  100% {
    transform: translate(0, 0) rotate(-5deg);
  }
}

@media screen and (max-width: 900px) {
  .content-wrapper {
    width: 100%;
  }
}

/****************************** testimonial css end *****************/

/****************************** before-and-after css start *****************/

#before-and-after {
  background-color: #fff;
  color: #000;
}

.section-title h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.before-and-after-content {
  display: flex;
  flex-wrap: wrap;
}

.before-img {
  position: relative;
  background-image: url(../images/before.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 410px;
  width: 100%;
}

.before-btn {
  background-color: #a0dbff;
  height: 85px;
  width: 140px;
}

.before-btn h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.after-img {
  position: relative;
  background-image: url(../images/after.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 410px;
  width: 100%;
}

.after-btn {
  background-color: #a0dbff;
  height: 85px;
  width: 140px;
}

.after-btn h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

/****************************** before-and-after css end *****************/

/****************************** let-us-repair-vehicle css start********************/
#let-us-repair-vehicle {
  background-color: #000;
  color: #fff;
}

.let-us-repair-vehicle-row {
  display: flex;
  flex-wrap: wrap;
}

.let-us-info h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 30px;
}

.let-us-form input {
  width: 320px;
  height: 70px;
  display: inline-block;
  position: relative;
  text-align: left;
  border-radius: 4px 4px 0px 0px;
  padding: 12px 12px 0 12px;
  background-color: #c4dcea;
}

.date-time-form input {
  width: 320px;
  display: inline-block;
  position: relative;
  text-align: left;
}

.let-us-map iframe {
  height: 430px;
  width: 100%;
}

/****************************** let-us-repair-vehicle css end********************/

/****************************** footer css start *****************/
 footer{
  background-color: #212529;
  color: #fff;
  padding: 40px 0px 0px 0px;
 }

 footer h2{
  font-size: 32px;
  margin-bottom: 30px;
 }

 .contact-us-wrapper ul, .nse-footer-links{
  list-style-type: none;
  padding: 0;
  margin: 0;
  
 }

 .contact-us-wrapper ul li, .nse-footer-links li{
  margin-bottom: 20px;
  font-size: 18px;
 }

 .contact-us-wrapper ul li i{
  margin-right: 10px;
 }

 

 .nse-footer-links li a,  .contact-us-wrapper ul li a{
  color: #fff;
  font-size: 18px;
  text-decoration: none;
 }

 .footer-copyright-wrapper {
  color: #fff;
  text-align: center;
  padding-top: 30px;
 }

 .footer-copyright-wrapper p{
  margin-bottom: 0px;
 }

 .design-by-text{
  color: #fff;
 }

 .design-by-text:hover{
  color: #a0dbff;
 }

/****************************** footer css end *****************/
