@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --primary-font: "Archivo", sans-serif;
  --secondary-text-color: #F89C27;
}

* {
  padding: 0;
  margin: 0;

}

body {
  font-family: "Roboto", sans-serif;
  padding-top: 0;
  opacity: 0;
  background: #fff;
}

.theme-text {
  color: var(--text-color);

}

:root {
  --primary-color: #040E56;
  --secondary-color: #8FCEFF;
}

a {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-transform: none;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.home-hero video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.mega-menu-logo-box img,
.logo_main img {
  width: 150px;
}


header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;

}

.container-full {
  width: 100%;
  max-width: 100%;
}

.p-rl-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.promo-bar {
  background: none;
}

.promo-bar {
  color: #9C9999;
}

.promo-bar a {
  text-decoration: none;
  color: #fff;
}

.promo-bar a:hover {
  color: #F89C27;
}

.promo-bar .col-lg-4 a:hover svg path {
  fill: #F89C27;
}

.promo-bar .col-lg-8 a:hover svg path {
  stroke: #F89C27;
}

.text-lg-right {
  text-align: right !important;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
  padding: 30px 15px;
  color: #010101;
  outline: none;
}

.navbar.navbar-expand-lg.navbar-dark {
  /*padding: 0;*/
  padding-top: 0;
  padding-bottom: 0;
}

.main-menu-top {
  background: #fff;
  align-items: initial !important;
  /*padding: 0;*/

}

.navbar-nav .nav-link.active,
.nav-link:hover {
  background: #fff;
  color: #000 !important;
}

.home-hero {
  position: relative;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background-color: #000000;
  font-family: var(--primary-font);
  position: relative;
  border-radius: 3px;
}

.btn:hover {
  background-color: #F89C27;
  color: #fff;
}

.btn.hover-dark:hover {
  background-color: #f89c27;
  color: #fff;
}

.btn svg {
  margin-left: 10px;
  width: 10px;
  height: 13px;
}

.slide-caption .line {
  position: absolute;
  height: 122%;
  width: 3px;
  background: #fff;
  top: -3px;
  transform: rotate(-19deg);
  left: 8px;
}


.line {
  position: absolute;
  height: 122%;
  width: 3px;
  background: #fff;
  top: -3px;
  transform: rotate(-15deg);
  left: 6px;
}

.h1 {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: normal;
}

.home-hero p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.light-black-bg {
  background-color: #222;
}

.section-two {
  padding: 70px 0;
}

.w-550 {
  max-width: 550px;
  padding: 0 25px;
  text-align: center;
  margin: 0 auto 50px;
}

.light-new p {
  color: rgba(255, 255, 255, 0.6);
}

.border-radius-10 {
  border-radius: 10px;
}

.circle-box {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  margin: 0 auto 20px;
  background: rgba(0, 0, 0, 0.3);
}

.video-full,
.image-full {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.width-500 {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.container-full {
  max-width: 100% !important;
}

.mb-4.select-logo {
  max-height: 100px;
  text-align: center;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-logo img {
  max-height: 100px;
}

.image-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-slider,
.home-slider {
  height: calc(100vh);
}

.slide-wrap {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.slide-caption {
  position: absolute;
  z-index: 10;
  top: 50%;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  z-index: 1;
  width: 100%;
}

.image-slide {
  height: 100%;
}

.home-slider img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-slider .image-slide::before {
  content: "";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

}

.home-slider h1 {
  font-weight: 800;
  font-size: 62px;
  text-transform: uppercase;
}

.home-slider .slick-list,
.home-slider .slick-track,
.home-slider .slick-slide {
  height: 100%;
}

.home-slider .slick-dots {
  display: flex;
  column-gap: 10px;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}

.home-slider .slick-dots li button {
  background: #f2f2ff;
  border: none;
  width: 30px;
  height: 3px;
  font-size: 0;
}

.home-slider .slick-dots li {
  list-style: none;
}

.home-slider .slick-dots li.slick-active button {
  background: #8A2432;
}

.font-14 {
  font-size: 14px;

}

.font-16 {
  font-size: 16px;

}

.font-18 {
  font-size: 18px;
}

.w-385 {
  width: 100%;
  font-size: 18px;
  /*max-width: 385px;*/
}

.semibold {
  font-weight: 600;
}

.width-460 {
  width: 100%;
  max-width: 500px;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.font-36 {
  font-size: 36px;
}

.weight-500 {
  font-weight: 500;
}

.p-tb-80 {
  padding: 80px 0;
}

.w-1200 {
  max-width: 1200px;
  margin: 30px auto;
}

.w-1200 .footer-label {
  margin-bottom: 0;
}

.social a:hover path {
  fill: #E3BFA5;
}

.social a:hover path.in_bg {
  fill: #131313;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  border: none;
}

.social a path {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .collapse:not(.show) {
    display: none;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: -1px;
    border-radius: 0;
  }
}

@media (max-width:1199px) {
  .collapse:not(.show) {
    display: none;
  }


}


.offcanvas-backdrop {
  position: fixed;
  top: 118px;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.close_svg {
  display: none;
}

/*---------Start-1199--------*/
@media (max-width: 991px) {
  .logo_main {
    padding: 0 0 10px;
  }

  .navbar-toggler[aria-expanded="true"] .close_svg {
    display: block;
  }

  .navbar-toggler .close_svg {
    width: 24px;
    height: 23px;
    top: -7px;
    right: 16px;
    position: absolute;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    display: none;
  }

  .show~.offcanvas-backdrop.fade {
    display: block;
    opacity: 1;
  }

  .col-lg-6.p-0.video-info {
    max-width: 50%;
    height: 380px;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-collapse {
    position: fixed;
    width: 50%;
    top: 110px;
    padding: 40px 20px;
    right: -100%;
    z-index: 9;
    height: 100%;
    background: #222;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .navbar-toggler {
    position: absolute;
    right: 38px;
  }
}

/*---------End-1199--------*/

/*---------End-991--------*/

@media (max-width:767px) {
  .detail-dealer {
    flex-direction: column;
    row-gap: 30px;
  }

  .text-center.icon-box {
    width: 100%;
    background: #000;
    max-width: 300px;
    margin: 0 auto;
  }

  .m-flex-direction-c {
    flex-direction: column;
    row-gap: 15px;
  }

  .col-lg-6.p-0.video-info {
    max-width: 100%;
    height: 250px;
    position: static;
  }

  .width-460,
  .image-with-text .justify-content-end .width-460 {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin: 0 0;
    padding-left: 0;
  }

  .image-video-text {
    row-gap: 50px;
  }

  footer {
    padding: 50px 0;
  }

  .image-with-text .justify-content-end {
    justify-content: flex-start !important;
  }

  .p-tb-80,
  .p-tb-100 {
    padding: 50px 0;
  }

  .font-36 {
    font-size: 30px;
  }

  .h1 {
    font-size: 3rem;
  }

  .slide-caption {
    bottom: 60px;
  }

  .logo_main svg {
    height: auto;
  }



  .navbar-collapse {
    padding: 40px 20px;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
  }

  .navbar-nav .dropdown-menu {
    /* background: rgb(0, 0, 0); */
    background-color: #fff;
    border-radius: 0;
  }

  .navbar-nav {
    max-height: 75vh;
    overflow: auto;
    padding-bottom: 50px;
  }

  .promo-bar .col-lg-8 {
    width: 55%;
  }

  .promo-bar .col-lg-4 {
    width: 45%;
  }

  .home-hero p {
    font-size: 16px;
    line-height: 1.4;
  }

  .navbar-collapse {
    width: 100%;
  }

  .p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}





@media screen and (max-width:768px) {
  .text-with-image-content {
    max-width: 100%;
    margin: inherit;
  }


}



.promo-left {
  gap: 35px;
}




body.mega-menu-open {
  overflow-y: hidden;
}

.mega-navbar {
  position: relative;
  z-index: 20;
}

.mega-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  gap: 10px;
  transition: background 0.3s ease;
}


.menu-text {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.mega-menu.open .menu-text.open {
  display: none;
}

.mega-menu .menu-text.open {
  display: block;
}

.mega-menu.open .menu-text.close {
  display: block;
}

.mega-menu .menu-text.close {
  display: none;
}


.menu-icon {
  position: relative;
  width: 24px;
  height: 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.4s ease;
}

.mega-menu.open .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translateY(11px);
}

.mega-menu.open .menu-icon span:nth-child(2) {
  opacity: 0;
}

.mega-menu.open .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translateY(-11px);
}

.mega-menu-logo {
  max-width: 200px;
}

.mega-menu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 10;
  padding-top: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mega-menu-container.open {
  opacity: 1;
  visibility: visible;
}




/* Tabs styling */
.nav.nav-tabs {
  border: none;
  gap: 30px;
}

.nav-tabs .nav-link {
  color: #848282;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 10px 0;
  transition: all 0.3s ease;
  position: relative;
}

.nav-tabs .nav-link.active {
  color: #fff;
  border-bottom: 2px solid #8A2432;
  background-color: transparent;
}

.nav-tabs .nav-link:hover {
  color: #fff !important;
  border-bottom: 2px solid #8A2432;
  background-color: transparent !important;
}

.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #8A2432;
  transition: width 0.3s ease;
}

.nav-tabs .nav-link:hover::after,
.nav-tabs .nav-link.active::after {
  width: 100%;
}

.tab-content {
  margin-top: 40px;
}

.tab-content a {
  text-decoration: none;
}

.menu-car-card {
  background-color: #282626;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}

.menu-car-card:hover {
  background-color: #383636;
}

.menu-car-card img {
  max-width: 150px;
}

.menu-car-card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}

.menu-car-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #C8C6C6;
  margin-bottom: 0;
}



.mega-menu-navigation {
  list-style: none;
  margin-top: 61px;
}

.mega-menu-navigation li {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: end;
}

.mega-menu-navigation li:hover,
.mega-menu-navigation li:hover a {
  background-color: #383636;
}

.mega-menu-navigation li a:hover {
  background-color: #383636;
  color: #fff !important;
}

.scroll-height {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 20px;
}



li.menu-car-card-li {
  display: none;
}

li.menu-car-card-li a {
  text-decoration: none;
}

li.menu-car-card-li .menu-car-card {
  margin-bottom: 20px;
}

@media screen and (max-width:991px) {
  li.menu-car-card-li {
    display: block;
  }

  .mega-menu {
    display: none;
  }

  .mobile-hide-number {
    display: none !important;
  }
}

@media screen and (min-width:992px) {
  .navbar {
    transform: translateY(-125px);
    transition: transform ease 0.5s;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .navbar.show {
    transform: translateY(0);
  }

  .promo-bar.hide {
    display: none;
  }
}



@media screen and (max-width:1350px) {
  .contact-info-container {
    clip-path: polygon(0 0, 60% 0, 100% 120%, 0 100%);
  }
}

/*---------Start-1199--------*/
@media screen and (max-width:1199px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  .contact-info-container {
    clip-path: polygon(0 0, 80% 0, 100% 120%, 0 100%);
  }

  .foolter-1,
  .foolter-2,
  .foolter-3,
  .foolter-4 {
    width: 50%;
  }

  .navbar-toggler {
    right: 11px;
    top: 6px;
  }
}

/*---------Start-991--------*/
@media screen and (max-width:991px) {
  .font-36 {
    font-size: 28px;
  }

  .home-slider h1 {
    font-size: 48px;
  }

  .home-hero.home-hero-image {
    height: 650px;
    margin-bottom: 80px;
  }

  .font-40 {
    font-size: 32px;
  }

  .triangle-bottom::after {
    border-top: 70px solid #fff0;
  }

  .section-text-with-image .row {
    row-gap: 24px !important;
  }

  .welcome-heading {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    max-width: 150px;
    text-align: center;
  }

  .section-welcome-to.section-padding {
    padding-top: 120px;
  }

  .promo-bar {
    color: #9C9999;
    background: #000;
  }

  .navbar.navbar-expand-lg.navbar-dark {
    background: #8A2432;
  }

  .navbar-nav {
    max-height: 75vh;
    overflow: auto;
    padding-bottom: 50px;
  }

  .navbar-toggler .close_svg {
    width: 24px;
    height: 23px;
    top: 9px;
    right: 16px;
    position: absolute;
  }
}

/*---------End-991--------*/

/*---------Start-767--------*/
@media screen and (max-width:767px) {
  .section-two-images {
    padding: 50px 0;
    color: #000;
  }

  .home-slider h1 {
    font-size: 40px;
  }

  .home-hero.home-hero-image {
    height: 550px;
    margin-bottom: 50px;
  }

  .section-two-images .row {
    row-gap: 24px;
  }

  .car-image-container {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 20px;
  }

  .car-image-container.two {
    justify-content: center;
  }

  .m-column-reverse {
    flex-direction: column-reverse;
  }

  .contact-form-container {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .contact-info-container {
    clip-path: polygon(0 0, 100% 0, 100% 120%, 0 100%);
    padding: 20px;
    gap: 10px;
  }

  .copyright-container p {
    font-size: 12px;

  }

  .foolter-1,
  .foolter-2,
  .foolter-3,
  .foolter-4 {
    width: 100%;
  }

  .promo-bar small {
    font-size: 13px;
  }

  .small-hide-m {
    display: none;
  }

  .promo-bar .text-lg-right,
  .promo-bar .text-lg-left {
    width: auto;
  }

  .promo-bar .row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .navbar-toggler {
    right: 11px;
    top: 6px;
  }

  .navbar-toggler .close_svg {
    width: 24px;
    height: 23px;
    top: 9px;
    right: 16px;
    position: absolute;
  }

  li.menu-car-card-li .menu-car-card {
    margin-bottom: 1px;
  }

  .navbar-nav .dropdown-menu {
    border-radius: 0;
  }

  .dropdown-menu.mobile-image-menu.show {
    padding: 0;
  }

  .main-menu-top {
    border: none;
  }

  .section-padding {
    padding: 50px 0;
  }

  .home-hero-slider,
  .home-slider {
    height: calc(100vh - 100px);
  }
}

/*---------End-767--------*/




.logo_main svg,
.mega-menu-logo-box svg {
  width: 180px;
  height: auto;

}

.social_link {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.social_link svg {
  width: 18px;
  fill: #fff;
}

.social_link_list {
  margin: 0;
  width: auto;
  display: flex;
  padding: 0;
}

.social_link_list li a:hover svg path {
  fill: #ff0000;
}

.social_main {
  display: flex;
  align-items: center;
}

.social_link a {
  text-decoration: none;
}

.mega-menu {
  margin-top: 10px;
}


/*----------NEW-CSS-START----------*/
.home-hero {
  position: relative;
  line-height: 0;
}

.home-hero video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.over_imags {
  content: "";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-t-140 {
  padding-top: 140px;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

h1 {
  font-weight: 800;
  font-size: 62px;
  text-transform: uppercase;
}

.column_info {
  border-radius: 12px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}

.column_info h3 {
  font-weight: 500;
  text-transform: none;
  margin-bottom: 10px;
}

.column_info p {
  color: #535353;
  font-size: 16px;
}

.section-two {
  background: #F5F5F5;
}

.icon-more {
  width: 72px;
  height: 85px;
  background: #F89C27;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center;
}

.section-text-with-image p {
  color: #555555;
}

.section-text-with-image {
  color: #000;
}

.section-padding {
  padding: 90px 0;
}

.border-radius-15 {
  border-radius: 15px;
}

.section-bg-line {
  background-image: url('../images/bg_img.png');
}

.font-20 {
  font-size: 20px;
}

.gray-color {
  color: #575757;
}

.font-48 {
  font-size: 48px;
}

.section-text-with-image .right {
  padding-left: 80px;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.t-transform {
  text-transform: uppercase;
}

.left-line {
  border-left: 2px solid #FF7700;
  padding-left: 12px;
}

.section-bg-color {
  background-color: #F4F4F4;
}

.section-text-with-image .left {
  padding-right: 80px;
}

.orange-bg {
  background: #F89C27;
}

.text-center {
  text-align: center;
}

.p-tb-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.car-details p {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.car-details h2,
.car-details p {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.car-details h2 {
  line-height: 1;
}

.car-details .col-md-3 {
  border-left: 1px solid #fff;
}

.car-details .col-md-3:first-child {
  border-left: none;
}

.event-box {
  padding: 0 15px;
}

.event-info img {
  width: 100%;
}

.event-slider .slick-list {
  overflow: inherit;
}

.event-slider-full {
  overflow: hidden;
  padding-bottom: 100px;
}

.event-info img {
  width: 100%;
  border-radius: 10px;
}

.event-img {
  padding-left: 30px;
}

.event-info {
  position: relative;
}

.event-detail {
  background: #fff;
  border: 1px solid #F70;
  padding: 30px 30px 15px;
  left: 0;
  bottom: -40px;
  position: absolute;
  width: 90%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.event-detail h4 {
  margin-bottom: 0 !important;
  font-weight: 600;
  color: #F70;
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.event-detail .event-text {
  height: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  margin: 0;
}

.event-info:hover .event-detail .event-text {
  height: 130px;
  opacity: 1;
}

.btn.btn-text {
  padding: 0;
  background: none;
  color: #F70;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn.btn-text:hover {
  color: #58585A;
}

.event-detail .btn.btn-text {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.event-text p {
  color: #666;
  margin-top: 15px;
}

.event-slider .slick-dots {
  display: flex;
  column-gap: 10px;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  bottom: -90px;
  width: 100%;
  left: 0;
}

.event-slider .slick-dots li {
  list-style: none;
}

.event-slider .slick-dots li button {
  background: #D0D0D0;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-size: 0;
}

.event-slider .slick-dots li.slick-active button {
  background: #000;
}

.w-630 {
  width: 630px;
  margin: 0 auto 50px;
}

.w-630 p {
  color: #535353;
}

.event-text .btn svg path {
  stroke: #F70;
}

.event-text .btn.btn-text:hover svg path {
  stroke: #58585A;
}

.team_info {
  padding-top: 14px;
}

.column_team {
  text-align: center;
}

.team-list {
  display: flex;
  column-gap: 30px;
}

.column_team img {
  width: 300px;
  /* height: 300px; */
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 100%;
  object-position: top center;
}

.column_team {
  color: #F70;
}

.team_info p {
  font-weight: 600;
}

.team_info {
  padding-top: 14px;
}

.team_info h3 {
  margin-bottom: 0;
}

.section-bg-image {

  background-size: cover;
  background: #F4F4F4;
}

.w-660 {
  max-width: 660px;
}

.column_item_cart {
  width: 100%;
  position: relative;
  background: #EEE;
  border-radius: 15px;
  overflow: hidden;
}

.item-list {
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
  color: #fff;
}

.column_item_cart img {
  width: 100%;
  /*opacity: 0;*/
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.column_item_cart:hover img {
  width: 100%;
  opacity: 1;
}

.item_info {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #C8C8C8;
  padding: 30px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: end;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}

.column_item_cart:hover .item_info {
  background: rgba(0, 0, 0, 0.5);
}

.column_item_cart h3 {
  color: #fff;
}

.item_info span {
  position: absolute;
  background: #F70;
  top: 0;
  width: 40px;
  text-align: center;
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 24px;
}

.column_item_cart p {
  color: #fff !important;
}

.column_item_cart:hover h3 {
  color: #fff !important;
}

.item_info .btn.btn-danger.btn-md.mt-3 {
  display: inline;
  max-width: 200px;
}

.section-bg-image .w-660 {
  position: sticky;
  top: 130px;
}

.w-500 {
  width: 100%;
  max-width: 500px !important;
  aspect-ratio: 1 / 1;
  /* height: 100%;
  max-height: 500px; */
  object-fit: cover;
  border-radius: 100%;
}

.footer-logo-svg {
  margin-bottom: 20px;
}

.footer-logo-svg img {
  width: 150px;
}

.fw-500 {
  font-weight: 500;
}

footer {
  color: #63656A;
  background: #F7F7F7;
  padding: 65px 0;
}

footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding: 5px 0;
  display: inline-block;
  text-decoration: none;
}

.footer-text p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

footer li a:hover {
  color: rgba(0, 0, 0, 1);
}

footer h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #F70;
  margin-bottom: 10px;
  line-height: 35px;
}

.logo-list-footer {
  display: flex;
  column-gap: 20px;
}

footer li a svg {
  margin-right: 10px;
}

.copyright-container a,
.copyright-container p {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.copyright-container a:hover {
  text-decoration: underline;
}

.copyright-container p {
  margin: 0;
}

.copyright-container {
  background: #58585A;
  padding: 12px 0;
}



.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.close_svg svg path {
  fill: #000000;
}

.footer-second-row {
  margin-top: 48px;
}

/* Responsive */

@media screen and (max-width:1440px) {
  .column_team img {
    max-width: 300px;
    width: 100%;
    aspect-ratio: 1 / 1;
  }
}

@media screen and (max-width:1200px) {

  h1 {
    font-size: 42px;
  }

  .font-20 {
    font-size: 18px;
  }

  .font-48 {
    font-size: 32px;
  }

  .hero-image {
    height: 600px;
    object-fit: cover;
  }

  .mega-menu-logo-box img,
  .logo_main img {
    max-width: 130px;
    width: 100%;
  }

}

@media screen and (min-width:992px) {
  .mega-menu-dropdown .dropdown-menu.show {
    position: relative !important;
    transform: inherit !important;
    background-color: #383636;
    border: none;
  }

  .mega-menu-navigation .mega-menu-dropdown .dropdown-menu li a {
    color: #fff;
  }

  .mega-menu-navigation .mega-menu-dropdown .dropdown-menu li {
    padding: 6px 16px;
  }
}

@media screen and (max-width:991px) {
  .home-hero {
    padding-top: 110px;
  }

  .w-630 {
    width: 100%;
    max-width: 630px;
  }

  .hero-image {
    height: 500px;
    object-fit: cover;
  }

  .logo_main {
    padding: 10px 0;
  }

  .mega-menu-logo-box img,
  .logo_main img {
    width: 100%;
    max-width: 110px;
  }

  .navbar-toggler {
    top: 14px;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
  }

  .column_item_cart img {
    height: 340px;
    object-fit: cover;
  }

  .column_item_cart h3 {
    font-size: 22px;
  }

  .column_item_cart p {
    margin-bottom: 0;
  }

  .event-detail h4 {
    font-size: 22px;
  }

  .event-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

}

@media screen and (max-width:767px) {
  h1 {
    font-size: 32px;
  }

  /* .column_item_cart img {
    height: inherit;
    object-fit: inherit;
  } */

  .slide-caption {
    top: 55%;
    transform: translate(-50%, -45%);
  }

  .car-details .col-md-3 {
    border-bottom: 1px solid #fff;
  }

  .section-text-with-image .right {
    padding-left: 12px;
  }

  .section-text-with-image .left {
    padding-right: 12px;
  }

  .car-details .font-48 {
    font-size: 42px;
  }

  .font-48 {
    font-size: 24px;
  }

  .font-20 {
    font-size: 16px;
  }

  .section-two {
    padding: 50px 0;
  }

  .team-list {
    flex-direction: column;
    gap: 20px;
  }

  .p-rl-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .event-detail h4 {
    font-size: 20px;
  }

  footer {
    padding: 50px 0 30px 0;
    text-align: center;
  }

  .footer-second-row {
    margin-top: 0;
  }

  .footer-second-row .logo-list-footer,
  .social-media-footer ul.d-flex {
    justify-content: center;
  }

  footer .col-md-3 {
    margin-bottom: 20px;
  }

  /* .event-detail {
    overflow-y: auto;
  } */

  .event-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

}

@media screen and (max-width:480px) {
  .w-500 {
    max-width: 280px !important;
  }

  .copyright-container a,
  .copyright-container p {
    font-size: 12px;
  }
}