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

@-webkit-keyframes fadeinfromright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fadeinfromright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes flyFromLeft100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes flyFromLeft100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes flyFromLeft80 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes flyFromLeft80 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes flyFromRight80 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes flyFromRight80 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

body {
  font-family: "Raleway", sans-serif;
  background: rgb(17 24 39 / 1.0)
}

main {
  backdrop-filter: blur(24px);
  padding-bottom: 4rem;
  background: rgb(17 24 39 / 0.5);
  border-bottom: 2.5px solid #fff1;
}
h1,
h2,
h3 {
  color: #daba59;
  /* background: -webkit-gradient(linear, left bottom, left top, from(#e0be56), to(#c9993b)); */
  /* background: linear-gradient(to top, #e0be56, #c9993b); */
  /* -webkit-background-clip: text; */
  /* background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* font-weight: 600; */
}

h4,
h5,
h6 {
  text-transform: uppercase;
  /* color: #21252a; */
  /* background: -webkit-gradient(linear, left bottom, left top, from(#272a3a), to(#21252a)); */
  /* background: linear-gradient(to top, #272a3a, #21252a); */
  /* -webkit-background-clip: text; */
  /* background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  font-weight: 300;
}

a.dropdown-item {
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  font-weight: 300;
}

a.dropdown-item:focus {
  background-color: #3b4197;
  color: white;
}

.h4,
h4 {
  font-size: 1.25rem;
}

.h5,
h5 {
  font-size: .9rem;
}

.text-secondary {
  /* color: #5a5a61; */
  font-weight: 300;
}

input:focus,
textarea:not(.frontend):focus,
select:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 1px 2px #b1b5ba;
  box-shadow: 0px 1px 2px #b1b5ba;
}

li {
  list-style: none;
}

u {
  text-underline-position: under;
}

/* footer {
  color: #3c4040;
  line-height: 1.5rem;
  font-size: .8rem;
  padding: 1rem 2%;
} */

/* footer address {
  font-style: normal;
}

footer address ul>li>p {
  color: #5c6060;
  margin-bottom: 3px;
} */

footer .link {
  color: #3c4040;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom .4s;
  transition: border-bottom .4s;
}

footer .link:hover {
  color: #3b4197;
  border-bottom: 1px solid #3b4197;
}

.sfont {
  font-family: 'Roboto Slab', serif;
}

.landing-image-new {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 90dvh;
  max-height: 95dvh;
  /* position: absolute; */
  z-index: -1;
}

.bg-primaryt {
  background-color: #3b4197 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: white;
}

.bg-primaryt:hover {
  text-decoration: none !important;
  border-radius: 4px;
  -webkit-filter: brightness(1.2) !important;
  filter: brightness(1.2) !important;
  color: white;
}

.shade {
  color: #ccc3;
  font-weight: 900;
  position: absolute;
  z-index: -1;
  font-size: 34pt;
  margin-top: -22px;
}

.border-top,
.border-bottom {
  border-color: #dcc793 !important;
}

.filterLabel {
  /* font-size: 13pt; */
    color: #fffb;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

header {
  padding: 0.2rem 2%;
}

nav .navbar-nav {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 700px;
}

nav .navbar-nav .nav-link {
  color: #383b49 !important;
  font-weight: 300;
  font-size: 12pt;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  max-width: 100%;
}

nav .navbar-nav .nav-link:hover {
  background-color: #3b4197;
  color: white !important;
}

hr {
  border-top: 1px solid #f5efe2;
}

.solid {
  border-top: 3px solid #cfa342;
  border-radius: 2px;
  margin-top: 2px;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.055) !important;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.055) !important;
}

.tbox {
  border: 1px solid #3b419733;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #ffffff), to(#e5edf0));
  background-image: linear-gradient(to top, #ffffff 10%, #e5edf0 100%);
}

.clean-box {
  border: 1px solid #dcc793cc;
}

.logo-img {
  max-width: 240px;
}

.dropdown-item {
  padding: .55rem 1.5rem;
}

.t-page {
  padding: 3rem 0;
}

.bg-titanic {
  background-color: #ecF0F0;
}

.container-xl {
  max-width: 1280px;
}

.badge {
  font-weight: 400;
  border-radius: 0;
}

.bg-prime {
  background-color: #1a194e;
}

.hover-card {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

.hover-card:hover {
  cursor: pointer;
  -webkit-transform: scale(1.02) !important;
  transform: scale(1.02) !important;
}

.ta-prime {
  margin-top: 0;
  margin-bottom: 0px;
  min-width: 150px;
  text-align: center;
  border: 1px solid #2d3887;
  color: #fffc;
  font-weight: 500;
  background: #2d3887;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.ta-prime:hover {
  text-decoration: none;
  border-radius: 4px;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-box-shadow: 0px 2px 3px #91959a;
  box-shadow: 0px 2px 3px #91959a;
  color: white;
}

.bg-gradient {
  background-image: linear-gradient(-45deg, #ffffff 10%, #e5edf0 100%);
}

.height-50 {
  height: 50px;
}

.btn-titanic {
  background-color: #3b4197;
  border-width: 0;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn-titanic:hover {
  border-radius: 8px;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-box-shadow: 0px 2px 3px #91959a;
  box-shadow: 0px 2px 3px #91959a;
}

.banner-wrapper {
  height: 250px;
  width: 100%;
}

.banner-title {
  position: absolute;
  margin-top: 100px;
}

.static-banner {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: relative;
  -webkit-filter: brightness(0.25);
  filter: brightness(0.25);
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat;
}

.cta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58% 40%;
  grid-template-columns: 58% 40%;
  max-width: 500px;
  text-align: center;
  grid-gap: 10px;
}

.cta .cta-select {
  border: 1px solid #3b4197;
  color: #3b4197;
  background: transparent;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.cta .cta-select:hover {
  border-radius: 10px;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-box-shadow: 0px 2px 3px #91959a;
  box-shadow: 0px 2px 3px #91959a;
}

.cta .btn-empty {
  border: 2px solid #3b4197;
  color: #3b4197;
  background: transparent;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #fffa;
}

.cta .btn-empty:hover {
  border-radius: 8px;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-box-shadow: 0px 2px 3px #91959a;
  box-shadow: 0px 2px 3px #91959a;
}

.cta .btn-prime {
  border: 1px solid #3b4197;
  color: #3b4197;
  background: transparent;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.cta .btn-prime:hover {
  border-radius: 8px;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-box-shadow: 0px 2px 3px #91959a;
  box-shadow: 0px 2px 3px #91959a;
}

.cta .cta-add {
  background: #3b4197;
  border: 1px solid #3b4197;
  font-size: 16px;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.cta .cta-add:hover {
  border-radius: 8px;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-box-shadow: 0px 2px 3px #91959a;
  box-shadow: 0px 2px 3px #91959a;
}

.content {
  width: 90%;
  margin: auto;
}

.content p {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 10px;
  color: #41454a;
  font-weight: 300;
}

.welcome-wrapper {
  width: 80%;
  margin: auto;
  min-height: 87vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.welcome {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(49%, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
  grid-gap: 30px 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: 100%;
  width: 100%;
  z-index: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.welcome-left {
  overflow: hidden;
}

.welcome-left h1 {
  font-size: 28pt;
}

.welcome-left p {
  margin-top: 5px;
  font-size: 18pt;
  color: #4b4e5c;
  font-weight: 300;
}

.welcome-left .mm-box {
  padding: 3rem;
}

.welcome-right {
  margin-top: auto;
  text-align: right;
  padding: 1rem;
  color: #333;
  font-weight: 300;
}

.welcome-right p {
  font-size: .8rem;
  margin: 0 !important;
}

.presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  min-height: 90vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -5%;
  z-index: 1;
}

.presentation .introduction .intro-text {
  -webkit-animation: fadeinfromright 1.5s ease;
  animation: fadeinfromright 1.5s ease;
}

.presentation .introduction .intro-text h1 {
  font-size: 28pt;
}

.presentation .introduction .intro-text p {
  margin-top: 5px;
  font-size: 20px;
  color: #2b2e3c;
  font-weight: 300;
}

.presentation .cover {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60vh;
  position: absolute;
  width: 100%;
  padding-left: 30%;
  right: 0;
}

.presentation .cover img {
  height: 100%;
  -webkit-animation: drop 1.5s ease;
  animation: drop 1.5s ease;
}

.big-circle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 80%;
  -webkit-animation: flyFromLeft100 1.5s ease;
  animation: flyFromLeft100 1.5s ease;
  -webkit-filter: brightness(2) grayscale(0.5);
  filter: brightness(2) grayscale(0.5);
}

.medium-circle {
  position: absolute;
  top: 30%;
  right: 30%;
  z-index: -1;
  height: 60%;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
  -webkit-animation: flyFromRight80 1.5s ease;
  animation: flyFromRight80 1.5s ease;
}

.small-circle {
  position: absolute;
  bottom: 10vh;
  right: 54%;
  z-index: -1;
  -webkit-animation: flyFromLeft80 1.5s ease;
  animation: flyFromLeft80 1.5s ease;
}

.slide-select {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  right: 20%;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  /* grid-template-columns: 1fr 1fr 1fr; */
  /* grid-template-rows: 1fr; */
  grid-gap: 20px;
}

.grid-container ul {
  margin: 20px;
}

.caption {
  width: 110px;
  font-size: 10pt;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

label {
  margin-bottom: 0px;
}

textarea,
input,
select,
option {
  font-family: "Poppins", sans-serif;
  font-size: 10pt;
  line-height: 16pt;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #3b419722;
  padding: 5px 10px;
}

textarea:focus,
input:focus,
select:focus,
option:focus {
  background-color: #3b419701;
}

.mw-1170 {
  max-width: 1170px;
}

.tinput {
  min-width: 200px;
  width: 100%;
  max-width: 250px;
}

.radioLabel {
  font-family: "Poppins", sans-serif;
  font-size: 10pt;
  line-height: 16pt;
  padding: 5px 10px;
}

.btn {
  font-size: 12pt;
  min-width: 100px;
  margin: 5px;
}

.admin-page {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #3b419722;
  -webkit-box-shadow: #ddd 0 3px 15px;
  box-shadow: #ddd 0 3px 15px;
  border-radius: 8px;
}

.dataTables_length label,
.dataTables_length label select,
.dataTables_filter label,
.dataTables_filter label input,
.dataTables_info,
.dataTables_paginate {
  font-size: 10pt;
}

.admin-header {
  background: #ececec;
  padding: 5px;
  font-size: 10pt;
}

table.dataTable.no-footer {
  border-bottom-color: #3b419722;
}

.dropdown:hover .dropdown-menu.dropdown-menu-right {
  display: block;
}

.cardContainer {
  display: -ms-grid;
  display: grid;
  grid-gap: 50px 30px;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  justify-items: center;
}

.text-small {
  color: #a5a5ad !important;
  line-height: 12pt;
  display: block;
  font-size: 80%;
  font-weight: 400;
}

.form-control:focus {
  background-color: #3b419712;
  border-color: #3b4197;
  -webkit-box-shadow: #bbb 0 1px 2px;
  box-shadow: #bbb 0 1px 2px;
}

.form-input {
  height: 46px;
  width: 100%;
  font-size: 11pt;
  font-weight: 300;
}

.carDetailsCardContainer {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px 0px;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-items: center;
  max-width: 1170px;
}

.text-prime {
  color: #3b4197;
}

.r90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

i {
  color: #888896;
}

.tu,
.tu2 {
  font-weight: 300;
  font-size: 14pt;
  margin-bottom: 1rem;
  display: block;
}

.noi:before,
.tu:before {
  content: "Tu";
  color: #a1a5ba;
  font-weight: bold;
  margin-right: 5px;
  font-weight: 300;
}

.noi,
.noi2 {
  font-weight: 400;
  font-size: 14pt;
  color: #888896;
  display: block;
  margin-bottom: 2rem;
}

.noi:before {
  content: "Noi";
}

.pas {
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 12pt;
  color: #3b4197;
  font-family: 'Roboto Slab', serif;
}

.disponibil_imediat,
.stoc_partener {
  color: rgba(74, 222, 128, 0.7);
}

.disponibil_imediat_bg,
.stoc_partener_bg {
  background-color: rgba(36, 35, 45, 0.8);
  backdrop-filter: blur(8px);
  font-weight: 700;
  color: rgb(100, 211, 160);
  /* color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  background-color: rgb(21, 149, 89); */
}

.in_tranzit,
.la_cerere {
  color: #e2a547;
}

.rezervat {
  color: #f8a4e1;
}

.rezervat_bg {
  background-color: rgba(36, 35, 45, 0.8);
  backdrop-filter: blur(8px);
  font-weight: 700;
  color: #f8a4e1;
}
.vandut {
  color: #da0a05;
}

.indisponibil,
.draft,
.sters {
  background-color: #9ca0a0;
  color: white;
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.tSlideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

#contactPageContent,
#despreContent {
  max-width: 80%;
  /* max-width: 1200px; */
}

.pageGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(50%, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}

#map,
#pano {
  float: left;
  height: 450px;
  width: 50%;
}

#contactForm,
#contactAddress {
  padding: 3rem !important;
}

/* Responsive Video Styles */
.desktop-video {
  display: block;
}

.mobile-video {
  display: none;
}

@media only screen and (max-width: 767px) {
  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }
}
@media (min-width: 2560px) {
  .verificare-tehnica {
    background-image: url("/img/site/titanic-verificare-auto-4k.jpg");
  }

  .import-la-comanda {
    background-image: url("/img/site/titanic-import-masini-4k.jpg");
  }

  .inmatriculare-auto {
    background-image: url("/img/site/titanic-inmatriculare-auto-4k.jpg");
  }

  .vanzare-auto-second-hand {
    background-image: url("/img/site/titanic-vanzare-auto-second-hand-4k.jpg");
  }

  .transport-la-domiciliu {
    background-image: url("/img/site/titanic-auto-transport-la-domiciliu-4k.jpg");
  }

  .asistenta-rutiera {
    background-image: url("/img/site/titanic-service-mobil-4k.jpg");
  }

  .finantare-auto {
    background-image: url("/img/site/titanic-auto-finantare-l.jpg");
  }

  .incredere-titanic-auto {
    background-image: url("/img/site/incredere-titanic-auto-4k.jpg");
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .verificare-tehnica {
    background-image: url("/img/site/titanic-verificare-auto-xl.jpg");
  }

  .import-la-comanda {
    background-image: url("/img/site/titanic-import-masini-xl.jpg");
  }

  .inmatriculare-auto {
    background-image: url("/img/site/titanic-inmatriculare-auto-xl.jpg");
  }

  .vanzare-auto-second-hand {
    background-image: url("/img/site/titanic-vanzare-auto-second-hand-xl.jpg");
  }

  .transport-la-domiciliu {
    background-image: url("/img/site/titanic-auto-transport-la-domiciliu-xl.jpg");
  }

  .asistenta-rutiera {
    background-image: url("/img/site/titanic-service-mobil-xl.jpg");
  }

  .finantare-auto {
    background-image: url("/img/site/titanic-auto-finantare-l.jpg");
  }

  .incredere-titanic-auto {
    background-image: url("/img/site/incredere-titanic-auto-xl.jpg");
  }
}

@media (min-width: 1280px) and (max-width: 1920px) {
  .verificare-tehnica {
    background-image: url("/img/site/titanic-verificare-auto-l.jpg");
  }

  .import-la-comanda {
    background-image: url("/img/site/titanic-import-masini-l.jpg");
  }

  .inmatriculare-auto {
    background-image: url("/img/site/titanic-inmatriculare-auto-l.jpg");
  }

  .vanzare-auto-second-hand {
    background-image: url("/img/site/titanic-vanzare-auto-second-hand-l.jpg");
  }

  .transport-la-domiciliu {
    background-image: url("/img/site/titanic-auto-transport-la-domiciliu-l.jpg");
  }

  .asistenta-rutiera {
    background-image: url("/img/site/titanic-service-mobil-l.jpg");
  }

  .finantare-auto {
    background-image: url("/img/site/titanic-auto-finantare-l.jpg");
  }

  .incredere-titanic-auto {
    background-image: url("/img/site/incredere-titanic-auto-l.jpg");
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .verificare-tehnica {
    background-image: url("/img/site/titanic-verificare-auto-m.jpg");
  }

  .import-la-comanda {
    background-image: url("/img/site/titanic-import-masini-m.jpg");
  }

  .inmatriculare-auto {
    background-image: url("/img/site/titanic-inmatriculare-auto-m.jpg");
  }

  .vanzare-auto-second-hand {
    background-image: url("/img/site/titanic-vanzare-auto-second-hand-m.jpg");
  }

  .transport-la-domiciliu {
    background-image: url("/img/site/titanic-auto-transport-la-domiciliu-m.jpg");
  }

  .asistenta-rutiera {
    background-image: url("/img/site/titanic-service-mobil-m.jpg");
  }

  .finantare-auto {
    background-image: url("/img/site/titanic-auto-finantare-l.jpg");
  }

  .incredere-titanic-auto {
    background-image: url("/img/site/incredere-titanic-auto-m.jpg");
  }
}

@media (max-width: 768px) {
  .verificare-tehnica {
    background-image: url("/img/site/titanic-verificare-auto-mobile.jpg");
  }

  .import-la-comanda {
    background-image: url("/img/site/titanic-import-masini-mobile.jpg");
  }

  .inmatriculare-auto {
    background-image: url("/img/site/titanic-inmatriculare-auto-mobile.jpg");
  }

  .vanzare-auto-second-hand {
    background-image: url("/img/site/titanic-vanzare-auto-second-hand-mobile.jpg");
  }

  .transport-la-domiciliu {
    background-image: url("/img/site/titanic-auto-transport-la-domiciliu-mobile.jpg");
  }

  .asistenta-rutiera {
    background-image: url("/img/site/titanic-service-mobil-mobil.jpg");
  }

  .finantare-auto {
    background-image: url("/img/site/titanic-auto-finantare-l.jpg");
  }

  .incredere-titanic-auto {
    background-image: url("/img/site/incredere-titanic-auto-mobile.jpg");
  }
}

@media (min-width: 3841px) {
  .landing-image {
    background-image: url("/img/showroom/showroom1.jpg");
  }
}

@media (min-width: 2560px) and (max-width: 3840px) {
  .landing-image {
    background-image: url("/img/showroom/showroom1.jpg");
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .landing-image {
    background-image: url("/img/showroom/showroom1.jpg");
  }
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .landing-image {
    background-image: url("/img/showroom/showroom1.jpg");
  }
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .landing-image {
    background-image: url("/img/showroom/showroom1.jpg");
  }
}

@media only screen and (max-width: 1400px) {

  #contactPageContent,
  #despreContent {
    max-width: 90%;
  }

  #contactForm,
  #contactAddress {
    padding: 1.5rem !important;
  }

  .welcome-wrapper {
    width: 90%;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .landing-image {
    background-image: url("/img/lp/titanic-auto-landing-page-s.jpg");
    height: 100%;
    max-height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .landing-image {
    background-image: url("/img/lp/titanic-auto-landing-page-xs.jpg");
    height: 100%;
    max-height: 100%;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .landing-image {
    background-image: url("/img/lp/titanic-auto-landing-page-mobile.jpg");
    height: 100%;
    max-height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .landing-image {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
  }

  .welcome-right {
    text-align: left;
  }

  .welcome-wrapper {
    width: 99%;
  }

  .welcome {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mm-box {
    padding: 2rem !important;
  }

  .presentation {
    width: 100%;
    margin-top: 0;
  }

  #map,
  #pano {
    display: block;
    height: 450px;
    width: 100%;
  }

  .pageGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: .5rem;
  }

  #contactPageContent,
  #despreContent {
    max-width: 100%;
  }

  .tAnimate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@media only screen and (max-width: 640px) {
  .form-control {
    font-size: .9rem;
  }

  .dropdown-menu.dropdown-menu-right,
  .nav-item.dropdown {
    max-width: 88%;
  }

  .welcome {
    padding: 1rem !important;
  }

  .welcome-right {
    text-align: left;
  }

  .cta {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .content {
    padding: 10px;
    width: 98%;
    margin: auto;
  }

  .sendMessageForm {
    padding: 2rem !important;
  }

  .important-notice {
    margin: 1rem !important;
  }
}

/*# sourceMappingURL=style.css.map */