/*--------------------------------------------------------------
# Google Fonts
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #ebebeb;
  color: #707070;
  font-family: "Lato", sans-serif;
}

a {
  color: #24cd98;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

#header .logo {
  margin: auto;
  line-height: 1;
  letter-spacing: 3px;
}

#header .logo a {
  color: #fffffe;
}

#header .logo img {
  max-height: 60px;
}

#header.header-transparent {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

#header.header-scrolled {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  padding: 0px 0px 0px 60px;
  border-bottom: #b4ff00 solid 2px;
}

.carousel-item p {
  font-size: 20px;
}

.btn-request-qoute,
.btn-qoute-scroll {
  background-color: #707070;
  font-size: 18px;
  color: #e7f5f3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
  margin: 10px;
  padding: 8px 32px;
  border-radius: 50px;
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #24cd98;
}

#intro h2 {
  color: #24cd98;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
  font-style: italic;
  -webkit-transform: skew(-13deg);
          transform: skew(-13deg);
}

#intro .container {
  text-align: center;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width: 500px) {
  .carousel-item img {
    width: 100px;
  }
  #intro {
    width: 100vw;
  }
  #header {
    bottom: 0;
    width: 100vw;
    height: 5rem;
  }
}

@media only screen and (max-device-width: 640px) {
  .fileList {
    display: block;
  }
  textarea .message {
    overflow: hidden;
    font-size: 14px;
    display: block;
  }
  .address iframe {
    width: 100%;
    height: 100%;
  }
  .address {
    padding-top: 30px;
  }
  /* .projects-card-front {
  transform: rotateY(180deg);
} */
  .card-deck {
    background-color: transparent;
    width: 300px;
    height: 550px;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .card-deck:hover .projects-card-inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .projects-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  }
  .projects-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .proj-info-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #f7f7f7;
    color: black;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    padding: 20px;
  }
  .projects-card-inner.is-flipped {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}

@media (min-width: 768px) {
  footer {
    border-top: #f86c01 solid 2px;
    text-align: left;
  }
  footer .right-block {
    text-align: right;
    margin-bottom: 0;
  }
  footer .left-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer-logo {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .fileList {
    display: block;
  }
  textarea .message {
    overflow: hidden;
    font-size: 14px;
    display: block;
  }
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
  .pre-bg .pre-header {
    text-align: center;
    margin-top: 20px;
  }
  .pre-bg .pre-header::after {
    position: absolute;
    left: 40%;
    margin: 0 0 0 -10px;
  }
  .pre-bg .tel {
    padding-left: 35px;
  }
  .back-to-top {
    bottom: 15px;
  }
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
  #intro .carousel-control-prev {
    width: 5%;
  }
  #intro .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# animate keyframes
--------------------------------------------------------------*/
@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background: #f7f7f7;
}

/*--------------------------------------------------------------
# Sections Header
--------------------------------------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #24cd98;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  z-index: 10;
}

.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #dddddd;
  bottom: 1px;
  left: calc(10% - 60px);
}

.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #24cd98;
  bottom: 0;
  left: calc(10% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #707070;
}

/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/
#projects {
  background: #fffffe;
  color: #13547a;
  background-size: cover;
  padding: 60px 0 40px 0;
}

.container {
  position: relative;
  z-index: 10;
}

.head-line {
  font-size: 20px;
  text-align: center;
  border-bottom: #13547a solid 3px;
}

.card-body h5 {
  font-size: 18px;
  color: #ff0101;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}

.card-body h5::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #dddddd;
  bottom: 1px;
  left: calc(20% - 60px);
}

.card-body h5::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ff0101;
  bottom: 0;
  left: calc(20% - 20px);
}

.card-deck {
  background-color: transparent;
  width: 300px;
  height: 550px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.card-deck:hover .projects-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.projects-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.projects-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.proj-info-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #f7f7f7;
  color: black;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  padding: 20px;
}

.proj-info-back .client-header {
  border-bottom: #13547a solid 2px;
}

.projects-card-inner.is-flipped {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.glide__slide {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.9;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  overflow: visible;
  padding-top: 25px;
  padding-bottom: 20px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.glide__slide img {
  width: 100%;
}

.glide__slide--active {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.glide__arrows button {
  color: #b4ff00;
  background-color: #13547a;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
#services {
  background: url("../imgs/intro-carousel/1.jpg") center no-repeat fixed;
  padding: 60px 0 40px 0;
  position: relative;
}

#services::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 254, 0.281);
  z-index: 9;
}

#services .container {
  position: relative;
  z-index: 10;
}

#services .card {
  max-width: 564px;
}

#services .card-title {
  font-size: 25px;
}

#services .services-card .card-img-top {
  height: 195px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  padding: 60px 0;
}

.repair-info .form-heading {
  font-size: 1.25rem;
  color: #ff0101;
}

.repair-info .form-sub {
  font-size: 1rem;
  margin-bottom: 0;
}

.repair-info .status {
  font-size: 13px;
  color: #ff0101;
}

.repair-info #up_filecar {
  border-right: solid 1px #ccc;
}

.form-control {
  border-radius: 0;
  border-color: #ccc;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: inherit;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #24cd98;
}

textarea .message {
  overflow: hidden;
  font-size: 14px;
  display: block;
}

.btn-primary {
  background: 0 0 #ffffff;
  border: 1px solid #24cd98;
  border-radius: 3px;
  color: #24cd98;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: inherit;
  margin: 30px 0;
  padding: 10px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.btn-primary:hover {
  border-color: #24cd98;
  color: #ffffff;
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.btn-primary:active {
  border-color: #24cd98;
  color: #ffffff;
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.btn-primary:focus {
  border-color: #24cd98;
  color: #ffffff;
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.address .form-heading {
  font-size: 1.25rem;
  color: #ff0101;
}

.address .text-blue {
  position: relative;
  z-index: 10;
  line-height: 1.5;
  display: block;
  font-size: 14px;
  padding-left: 100px;
  color: #24cd98;
}

.address iframe {
  width: 100%;
  height: 368px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*--------------------------------------------------------------
# Sales.php
--------------------------------------------------------------*/
.used-car-specials a {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  display: block;
  margin-bottom: 10px;
  background: white;
  position: relative;
  overflow: hidden;
}

.used-car-specials a img {
  display: block;
  max-width: 100%;
  height: auto;
  height: 180px;
  float: left;
}

.used-car-specials a .car-name {
  padding: 10px;
  font-weight: bold;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 100px;
  color: #ff0101;
}

.used-car-specials a .car-info {
  padding: 10px 60px 10px 10px;
  position: relative;
  color: #333;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 4px;
  overflow: hidden;
}

.used-car-specials a .car-info span {
  font-size: 18px;
  font-weight: bold;
}

.used-car-specials a .car-info span:before {
  content: "R ";
}

.used-car-specials a .car-info .vat {
  font-style: italic;
  text-decoration: underline;
}

.used-car-specials a .car-info p {
  margin: 0;
}

.used-car-specials a:hover {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*--------------------------------------------------------------
# Pre Footer
--------------------------------------------------------------*/
.pre-bg {
  background-color: rgba(212, 212, 212, 0.5);
  color: #010101;
}

.pre-bg .container {
  margin-top: 20px;
}

.pre-bg .pre-header {
  font-size: 20px;
  color: #f86c01;
}

.pre-bg .pre-header::after {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background-color: #4fd471;
}

.pre-bg .address h6 a {
  color: #010101;
}

.pre-bg .address h6 .tel {
  padding-left: 35px;
}

.pre-bg .service-text h6 {
  margin: 0;
  line-height: 27px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #4fd471;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: #f86c01 solid 2px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .left-block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .right-block {
  text-align: right;
  margin-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#footer .credits {
  color: #010101;
}

#footer .credits a {
  color: #f86c01;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 0;
}

.footer-logo img {
  width: 80%;
  height: 80%;
}

/*--------------------------------------------------------------
# Prelaoder
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ececec;
}

#preloader::before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 10px solid #f2f2f2;
  -o-border-image: linear-gradient(15deg, #65adda 0%, #05352f 100%);
     border-image: linear-gradient(15deg, #65adda 0%, #05352f 100%);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

.img-preloader {
  position: fixed;
  top: calc(40% - 30px);
  left: calc(47% - 30px);
  width: 500px;
  height: 500px;
  background-image: url("../imgs/logo/Devine Auto logo.png");
  background-repeat: no-repeat;
  z-index: 1000;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #f86c01;
  color: #fffffe;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fffffe;
}
/*# sourceMappingURL=main.css.map */