@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dancing+Script:wght@400..700&family=Halant:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Marcellus&family=Monsieur+La+Doulaise&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nothing+You+Could+Do&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Princess+Sofia&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Tangerine:wght@400;700&display=swap');



html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Playfair Display", serif;
  font-family: "Roboto Condensed", serif;

  color: rgb(255, 255, 255);

}
p{
  font-family: 'Arial', sans-serif;
  color: #777777;

}
h4{
  font-family: "Roboto Condensed", serif;
}
h6{
  font-family: "Roboto Condensed", serif;
font-weight: 400;
font-size: 13px !important;
color: #555555;
letter-spacing: 1px;
line-height: 20px;
}
p{
  font-family: "Jost", sans-serif;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
}
a{
  color: initial !important;
  text-decoration: none !important;
}
a:hover{
  color: initial !important;
  text-decoration: none !important;
}
.navbar{
  transition: 0.3s;
  padding-top: 30px;
  background: rgb(15,30,36);
  background: linear-gradient(0deg, rgba(15,30,36,0) 0%, rgba(24,47,56,0.5606617647058824) 21%, rgba(30,59,70,0.896796218487395) 50%, rgba(45,13,9,1) 96%);
}
.nav-link{
  color: white !important;
  font-family: "Roboto Condensed", serif !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 2px;
}
footer{
  background: #181818 !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color:  rgb(202, 202, 202) !important;
  font-family: "Roboto Condensed", serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: rgba(0, 0, 0, 0);
  background:url('../photos/icons/navbar-toggler.png');
  height: 2rem;
  width: 2rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
.navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 1.1em;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #FF0000 !important;

  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}
.top-bar{
  background: #1C2C34;
  padding: 10px;
  color: white !important;
  z-index: 1000 !important;
}

#header-video{
  padding: 0px !important;
    position: relative;
  background: #ffffff;
border-bottom: 1px solid #808080 !important;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 900px;
    margin-top: -150px;
  }
  
  
  #video-background1 {
    border-bottom: 1px solid #808080 !important;
       top: 0;
       right: 0;
       bottom: 0;
       left:100px;
       overflow: hidden;
       justify-content: center;
       align-items: center;
       background-blend-mode: multiply;
       z-index: 1;
       width: 100%;
       height: 95vh;
       
   
     }
   
     #video-background1 video {
       width: 100%;
       height: 900px;
       object-fit: cover;
     }
     .dark-overlay1 {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: rgb(0,0,0);
       background: linear-gradient(180deg, rgba(0,0,0,0.05646008403361347) 0%, rgba(0, 0, 0, 0.843) 100%);
       
       z-index: 2; /* Place it above the video */
     }
   
     .video-content1 {
       z-index: 2 !important;
       position: absolute;
       top: 55%;
       left:41%;
       transform: translate(-30%, -50%);
width: 50%;
       color: #ffffff;
       padding: 10px;
       display: grid !important;

       font-weight: bold;
  
     }
     .video-content1 h1{
      font-family: "Roboto Condensed", serif;
        color: #FFFFFF;
        font-size: 100px !important;
        font-weight: 500;

     }
     .video-content1 h5{
      font-family: "Roboto Condensed", serif;
        color: #d9d9d9;
        font-size: 15px !important;
        font-weight: 700;
        letter-spacing: 3px !important;

     }

     .circle {
      position: relative;
      margin-bottom: -50px;
      width: 30px;
      height: 30px;
      background-color: #939393;
      border-radius: 50%;
      display: flex !important;
      justify-content: center;
      align-items: center;
      transition: 0.3s ease-in-out;
  }



/* CSS */
.button-4 {
  appearance: none;
  background-color: #474747;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-4:hover {
  background-color: #FF0000;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-4:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.button-4:active {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}

.row1{
  margin-top: 100px;
  position: relative;
  margin-left: -30px !important;
}

.section1{
  background: rgb(27,54,64);
background: linear-gradient(347deg, rgba(27,54,64,1) 0%, rgba(1,2,3,1) 100%);
padding-top: 100px;
padding-bottom: 100px;
}

.section2{
  background: rgb(80,11,11);
  background: linear-gradient(138deg, rgba(80,11,11,1) 3%, rgba(0,0,0,1) 39%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.title1{
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 3.5px;
} 

.card {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
border: none;
  cursor: pointer;
  border-radius: 0px;
}

.card-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.card:hover .card-image {
  transform: scale(1.1);
  border-radius: 0px;
}

.card-overlay {
  position: absolute;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: rgb(215,54,54);
  background: linear-gradient(0deg, rgba(215,54,54,0.6530987394957983) 31%, rgba(215,54,54,0) 96%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.card:hover .card-overlay {
  opacity: 1;
}

.card-overlay1 {
  position: absolute;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: rgb(51,105,126);
background: linear-gradient(0deg, rgba(51,105,126,0.835171568627451) 29%, rgba(215,54,54,0) 96%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.card:hover .card-overlay1 {
  opacity: 1;
}

.section3{
  background: url('../photos/bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;

}

.section4{
  background: url('../photos/cover-bg.png') rgba(0, 0, 0, 0.427);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.title2{
  font-size: 50px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 3.5px;
  font-family: "Playfair Display", serif;

}
.text-box{
  width:600px;
  margin-left: 100px;
}
.contact-section{
  background: #2A2A2A;
}

iframe {

  border: none;
  filter:grayscale(100%); /* Applies the black and white filter */
  transition: filter 0.3s ease-in-out;
}
.footer-container{
  padding-left:0px;
  padding-right:0px;
 
 
}
.footer-title{
  font-family: "Roboto Condensed", serif !important;
font-weight: 700 !important;
font-size: 16px !important;
color: #cecdcd;
}
.content-row{
  padding-left: 180px;
}
.col-5ths {
  flex: 0 0 20%; /* Each column takes 20% of the row width */
  max-width: 20%;
}

@media (max-width: 992px) { 
  .card3{
    height: 250px !important;

  }
  .card-image3 {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
  .display-2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
  .content-row{
    padding-left:0px;
  }/* Medium screens (e.g., tablets) */
  .footer-container{
    
    padding-left: 50px;
    padding-right: 50px;
  }
  .col-5ths {
    flex: 0 0 33.33%; /* 3 columns per row */
    max-width: 33.33%;
  }
}

@media (max-width: 768px) { 
  .content-row{
    padding-left:0px;
  }
  .footer-container{
    padding-left: 20px;
    padding-right: 20px;
  }/* Small screens (e.g., phones) */
  .col-5ths {
    flex: 0 0 50%; /* 2 columns per row */
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .content-row{
    padding-left:0px;
  }
  .footer-container{
    padding-left: 20px;
    padding-right: 20px;
  } /* Extra small screens */
  .col-5ths {
    flex: 0 0 50%; /* 1 column per row */
    max-width: 50%;
  }
}
#carouselExampleFade{
  position: relative;
  margin-top: -9em;
}     .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

/* Pagination Item Styling */
.pagination li {
  margin: 0 5px;
}

/* Default Page Link Styling */
.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 0%;
  text-decoration: none;
  color: #000;
  background-color: white;
  border: 1px solid #ddd;
  transition: background-color 0.3s, color 0.3s;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #FF0025;
  border-color: #FF0025;
}
/* Hover Effect */
.pagination .page-link:hover {
  background-color: #f0f0f0;
}



/* ======= Car Types 1 style ======= */
.car-types1 {
  position: relative;
}
.car-types1 .item {
  position: relative;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  margin: 15px 0px 15px 0px;
  isolation: isolate;
}
.car-types1 .item img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.car-types1 .item:hover img {
  transform: scale(1.05);
}
.car-types1 .item .title {
  position: absolute;
  top: 0px;
  padding: 30px;
}
.car-types1 .item .title h4 {
  color: #fff;
  font-size: 21px;
}
.car-types1 .item .curv-butn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 0 40px 0 0;
  box-shadow: none;
}
.car-types1 .item .curv-butn .vid {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 100%;
  background: transparent;
  border: 0px solid;
  color: #ffffff;
}
.car-types1 .item .curv-butn .br-left-top {
  position: absolute;
  top: -24px;
  left: -1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}
.car-types1 .item .curv-butn .br-left-top svg {
  width: 24px;
  height: 24px;
}
.car-types1 .item .curv-butn .br-right-bottom {
  position: absolute;
  bottom: -1px;
  right: -24px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}
.car-types1 .item .curv-butn .br-right-bottom svg {
  width: 24px;
  height: 24px;
}
.car-types1 .item .curv-butn .icon {
  width: 60px;
  height: 60px;
  font-size: 14px;
  color: #FF0025;
  border: 1px solid #FF0025;
  border-radius: 100%;
  line-height: 60px;
}
.car-types1 .item:hover .curv-butn .icon {
  background-color: #FF0025;
  color: #ffffff !important;
  border-radius: 100%;
}
.icon-bg {
  background: #ffffff !important;
}
.car-info-box{
  background: white;
  position: relative;
  width: 100%;
  border-radius: 20px;
  margin-top: -108px;
  margin-left: -5px;
padding: 14px 20px 10px 20px;
  z-index: 1000 !important;
}
.car-info-box1{

}
.car-info-box h6{
  color: #000;
  font-size: 18px !important;
}
.car-info-box h5{
  color: #181818a6;
  font-weight: 400;
  line-height: 20px;
}
.vehicles1{
  background: url('../photos/vehicles1.jpg') rgba(0, 0, 0, 0.559);
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

.vehicles2{
  background: url('../photos/new-cars/porsche-911-turbo-s/img\ \(6\).jpg') rgba(0, 0, 0, 0.559);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

.vehicles3{
  background: url('../photos/new-cars/rolls-royce-cullinan/img\ \(6\).jpg') rgba(0, 0, 0, 0.559);
  background-position: 50% 55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

.vehicles4{
  background: url('../photos/new-cars/ferrari-strada/IMG_5235.jpg') rgba(0, 0, 0, 0.559);
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

.vehicles5{
  background: url('../photos/new-cars/audi-rs6-gt/img-1.jpg') rgba(0, 0, 0, 0.559);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

.vehicles6{
  background: url('../photos/new-cars/ferrari-purosangue/img\ \(47\).jpg') rgba(0, 0, 0, 0.559);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}






.title3{
  font-size: 80px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 3.5px;
  font-family: "Playfair Display", serif;
}
.title{
  font-size: 50px;
}

.card1 {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
border: none;
  cursor: pointer;
  border-radius: 0px;
}



.card1:hover .card-image {
  transform: scale(1.1);
  border-radius: 0px;
}
.card1:hover .card-overlay1 {
  opacity: 1;
}


.card2 {
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
border: none;
  cursor: pointer;
  border-radius: 0px;
}

.card-image2 {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.card2:hover .card-image2 {
  transform: scale(1.1);
  border-radius: 0px;
}

.card-overlay2 {
  position: absolute;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 330px;
  background: rgb(215,54,54);
  background: linear-gradient(0deg, rgba(215,54,54,0.6530987394957983) 31%, rgba(215,54,54,0) 96%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.card2:hover .card-overlay2 {
  opacity: 1;
}

/*detailing-pro.html*/
.detailing-pro-bg1{
  background: url('../photos/detailing-pro1.png') rgba(0, 0, 0, 0.368);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding-top: 250px;
  padding-bottom: 200px;
  position: relative;
  margin-top: -150px;
  text-align: center;

}

.detailing-pro-bg2{
  background: url('../photos/detailing-pro2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
 
  text-align: center;

}

/*service.html*/
.service-bg{
  background: url('../photos/service-bg.png') rgba(0, 0, 0, 0.493);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding-top: 250px;
  padding-bottom: 70px;
  position: relative;
  margin-top: -150px;


}

.service-bg1{
  background: url('../photos/service-bg1.png') rgba(0, 0, 0, 0.493);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-column{
  background: #212121;
  padding:100px;
  border: 1px solid #555555;
}
.container1{
  width: 90%;
}

/*diplomatic-service.html*/
.diplomatic-service-bg{
  background: url('../photos/diplomatic-service.png') rgba(0, 0, 0, 0.493);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding-top: 250px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;


}

.diplomatic-service1{
  background: rgb(10,10,10);
  background: linear-gradient(205deg, rgba(10,10,10,1) 21%, rgba(34,65,78,1) 50%, rgba(81,20,12,1) 87%);
padding-top: 100px;
padding-bottom: 100px;
}

.diplomatic-img2{
  display: none;
}


/*====CARS HTML====*/
.car-title{
  font-size: 50px;
  color: black;
  font-weight: 700;
  font-family: "Playfair Display", serif;

}
.card4 {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
border: none;
  cursor: pointer;
  border-radius: 30px;
}

.card-image4 {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.card4:hover .card-image4 {
  transform: scale(1.01);
  border-radius: 0px;
}

.card-overlay4 {
  position: absolute;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: rgba(255, 255, 255, 0.426);

  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.car-details{
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.card3 {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
border: none;
  cursor: pointer;
  border-radius: 0px;
}

.card-image3 {
  width: 100%;
  height:350px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.contact-circle{
  padding: 20px;
  justify-content: center;
  text-align: center;
  border: 2px solid #FF0025;
  border-radius: 50%;
  height: 65px;
  width: 65px;
}




/*about-us.html*/
.about-bg{
  background: url('../photos/about-bg.png') rgba(0, 0, 0, 0.493);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding-top: 250px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;


}

.about-bg1{
  background: url('../photos/about-bg1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

  padding-top: 100px;
  padding-bottom: 100px;
}
.mobile-contact{
  display: none;
}

/*lamborghini.html*/
.tab{
  font-size: 20px !important;
  color: black !important;
  font-family: "Playfair Display", serif !important;
text-transform: capitalize ;
font-weight: 700 !important;
}

.tab.active{
  color: black !important;
}

.lamborghini-bg{
background: url('../photos/new-cars/lamborghini-aventador/img1.jpg'), rgba(0, 0, 0, 0.641);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;
position: relative;

margin-top: -150px;
padding-top:250px;
padding-bottom: 150px;
}

/*ferari.html*/
.ferrari-bg{
  background: url('../photos/new-cars/ferrari-strada/IMG_5235.jpg'), rgba(0, 0, 0, 0.641);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  
  margin-top: -150px;
  padding-top:250px;
  padding-bottom: 150px;
  }
  
/*rolls-royce.html*/
.rolls-royce-bg{
  background: url('../photos/new-cars/rolls-royce-cullinan/img\ \(6\).jpg'), rgba(0, 0, 0, 0.641);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  
  margin-top: -150px;
  padding-top:250px;
  padding-bottom: 150px;
  }

  
/*porsche.html*/
.porsche-bg{
  background: url('../photos/new-cars/porsche-911-turbo-s/img\ \(6\).jpg'), rgba(0, 0, 0, 0.641);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  
  margin-top: -150px;
  padding-top:250px;
  padding-bottom: 150px;
  }

  
/*bentley.html*/
.bentley-bg{
  background: url('../photos/new-cars/bentley-gt-speed/img\ \(62\).jpg'), rgba(0, 0, 0, 0.641);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  
  margin-top: -150px;
  padding-top:250px;
  padding-bottom: 150px;
  }
    
/*mercedes.html*/
.mercedes-bg{
  background: url('../photos/new-cars/mercedes-g63-amg/img\ \(12\).jpg'), rgba(0, 0, 0, 0.641);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  
  margin-top: -150px;
  padding-top:250px;
  padding-bottom: 150px;
  }
  
/*audi.html*/
.audi-bg{
  background: url('../photos/new-cars/audi-rs6-gt/img\ \(7\).jpg'), rgba(0, 0, 0, 0.641);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  
  margin-top: -150px;
  padding-top:250px;
  padding-bottom: 150px;
  }

  
/*bmw.html*/
.bmw-bg{
  background: url('../photos/bmw-750e-hybrid/img1.png'), rgba(0, 0, 0, 0.641);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  
  margin-top: -150px;
  padding-top:250px;
  padding-bottom: 150px;
  }

  
/*volvo.html*/
.volvo-bg{
  background: url('../photos/volvo-xc90/img1.png'), rgba(0, 0, 0, 0.641);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  
  margin-top: -150px;
  padding-top:250px;
  padding-bottom: 150px;
  }

   
/*volkswagen.html*/
.volkswagen-bg{
  background: url('../photos/volswagen-touareg/img1.png'), rgba(0, 0, 0, 0.641);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  
  margin-top: -150px;
  padding-top:250px;
  padding-bottom: 150px;
  }

  /*land-rover.html*/
.land-rover-bg{
  background: url('../photos/range-rover-vogue-sv/img1.png'), rgba(0, 0, 0, 0.641);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  
  margin-top: -150px;
  padding-top:250px;
  padding-bottom: 150px;
  }
@media(max-width:1000px){
  
.vehicles1{
  background: url('../photos/vehicles1.jpg') rgba(0, 0, 0, 0.559);
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

.vehicles2{
  background: url('../photos/new-cars/porsche-911-turbo-s/img\ \(6\).jpg') rgba(0, 0, 0, 0.559);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

.vehicles3{
  background: url('../photos/new-cars/rolls-royce-cullinan/img\ \(6\).jpg') rgba(0, 0, 0, 0.559);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

.vehicles4{
  background: url('../photos/new-cars/ferrari-strada/IMG_5235.jpg') rgba(0, 0, 0, 0.559);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

.vehicles5{
  background: url('../photos/new-cars/audi-rs6-gt/img-1.jpg') rgba(0, 0, 0, 0.559);
  background-position: 50% 80% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

.vehicles6{
  background: url('../photos/new-cars/ferrari-purosangue/img\ \(48\).jpg') rgba(0, 0, 0, 0.559);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  border-bottom: 1px solid white;
  height: 110vh;

}

  .car-info-box1{
    margin-top: -115px !important;
  }
  .d-none-word{
    display: none;
  }
.car-title{
  font-size: 30px;
}
  .card4 {


    height: 400px;

  }
  
  .card-image4 {
   
    height: 400px;

  }
  

  
  .card-overlay4 {
  
    height: 400px;

  }
  
  .car-types1 .item {
    position: relative;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
  }
  .curv-butn{
    display: none;
  }
  
.vehicles1{
background-position: 20% 60%;

}

.vehicles2{
  background-position: 50% 0% !important;


}

.vehicles3{


}
  #carouselExampleFade{
    position: relative;
    margin-top: -150px;
  }
  .vehicles1, .vehicles2, .vehicles3, .vehicles4, .vehicles5, .vehicles6, .vehicles7, .vehicles8{
 
    padding-top: 300px;
background-attachment: scroll;
    
  }
  .chat-widget{
    display: none !important;
  }
    .section4{
         background-attachment: scroll; 
    }
  .mobile-contact{
    display: flex;
    position: fixed; /* Sticks the element relative to the viewport */
    bottom: 0px;    /* Adjusts the distance from the bottom of the screen */
width: 100%; /* Centers the element exactly by offsetting half its width */

    z-index: 1000; 
  }
  .mobile-box{
    background: #808080;
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background: rgb(25,0,4);
  background: linear-gradient(0deg, rgba(25,0,4,0.9332107843137255) 0%, rgba(29,53,63,0.9248074229691877) 100%);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
  text-align: center;
}
.navbar-nav .nav-link {
  color: #ffffff !important;
  font-size: 1.5em !important;
  font-weight: 300 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.231);
  line-height: 60px;
}
.offcanvas-title img{
  width: 140px !important;
}
.navbar-brand img{
  width: 160px !important;
}
#header-video {
  padding: 0px !important;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #808080 !important;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: fit-content;
  margin-top: -150px;
  padding-bottom: 100px;
}
#video-background1 {
  border-bottom: 1px solid #808080 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-blend-mode: multiply;
  z-index: 1;
  width: 100%;
  height: fit-content;

}
.video-content1 {
  z-index: 2 !important;
  position: absolute;
  top: 60%;
  left: 4%;
  transform: translate(0%, -50%);
  width: 100%;
  color: #ffffff;
  padding: 10px;
  display: grid !important;
  font-weight: bold;
}
.video-content1 h1 {
  font-family: "Roboto Condensed", serif;
  color: #FFFFFF;
  font-size: 70px !important;
  font-weight: 500;
}
.col2{
  display: none;
}
.title1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 3.5px;
}
.text-box {
  width:auto;
  margin-left: 20px;
}
.title2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 3.5px;
  font-family: "Playfair Display", serif;
}
.title3 {
  font-size:40px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 3.5px;
  font-family: "Playfair Display", serif;
}
.h5, h5 {
  font-size: 1rem;
  font-weight: 300;
}
.title {
  font-size: 40px;
}
form {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 20px;
}
.br-tag1{
  display: none;
}
footer{
  margin-bottom: 50px;
}
.detailing-pro-services{
  display: none;
}
.detailing-pro-bg2 {
display: none;
}
.services-paragraph{
  display: none;
}
.service-column{
  padding: 20px;
}
p{
  color: rgb(132 132 132);
  font-weight:400;
}
.diplomatic-img1{
  display: none;
}
.diplomatic-img2{
  display: block;
}
/*
.bmw-hybrid-bg1, .audi-a7-bg1, .audi-a8-bg1, .audi-a8-long-bg1, .audi-a8-tdi-bg1, .audi-q5-bg1, .audi-q7-bg1, .audi-q7-tfsi-bg1, .audi-q8-tdi-bg1, .audi-rsq8-bg1, .audi-s8-bg1, .audi-sq7-bg1, .audi-sq8-bg1, .bentley-bentayga-bg1, .bmw-hybrid-bg1, .bmw-i7-bg1, .bmw-m5-competition-bg1, .c-class-bg1, .e-tron-bg1, .g-wagon-brabus-tiffany-bg1, .land-rover-discovery-bg1, .m5-competition-tuning-bg1, .maybach-pack-bg1, .mercedes-amg-s63-bg1, .mercedes-ecq-bg1, .mercedes-eqs-bg1, .mercedes-glc-bg1, .mercedes-sclass-bg1, .porsche-cayenne-bg1, .range-rover-sport-bg1, .range-rover-velar-bg1, .range-rover-vogue-autobiography-bg1, .range-rover-vogue-sv-bg1, .s-class-bg1, .serie-740d-bmw-bg1, .volswagen-touareg-bg1, .volvo-xc90-bg1, .diplomatic-service-bg, .about-bg, .detailing-pro-bg1, .service-bg, .vehicles1, .vehicles2, .vehicles3{
  background-attachment: scroll;
} */
.vehicles2{
  background-position: top!important;

}
.diplomatic-paragraph{
  display: none;
}
.diplomatic-service-mobile{
  display: block !important;
  padding-top: 100px;
  padding-bottom: 50px;
  background: #000000;
}
.diplomatic-row-mobile{
  display: block !important;
}
}
.col-5ths1 {
  flex: 0 0 20%; /* Each column takes 20% of the row width */
  max-width: 20%;
}
.diplomatic-service-mobile{
  display: none;
}
.diplomatic-row-mobile{
  display: none;
}
@media (max-width: 992px) { 

  .col-5ths1 {
    flex: 0 0 33.33%; /* 3 columns per row */
    max-width: 33.33%;
  }
}

@media (max-width: 768px) { 

  .col-5ths1 {
    flex: 0 0 100%; /* 2 columns per row */
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {

  .col-5ths1 {
    flex: 0 0 100%; /* 1 column per row */
    max-width: 100%;
    text-align: center;

  }
}


/*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}

