@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --base-color: #5b50f8;
  --white: #ffffff;
  --black: #000000;
  --main-dark: #0e0e0e;
  --second-dark: #555555;
  --dark-gray: rgba(14, 14, 14, 0.4);
  --border: #e5e5e5;
}
* {
  font-family: "Montserrat", sans-serif;
}
.navbar {
  padding: 0;
}
.nav-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 24px !important;
  text-transform: uppercase;
}
.navbar-nav .nav-item {
  margin-left: 6px;
  margin-right: 6px;
}

.nav-link.active {
  color: var(--main-dark) !important;
}

.nav-link:hover {
  color: var(--main-dark) !important;
}
.fw-600 {
  font-weight: 600;
}

.rounded {
  border-radius: 50px !important;
}

.banner_img {
  position: absolute;
  top: 0;
}
/* changed */
.navbar {
  background: transparent;
  position: relative;
  z-index: 1;
}

.p-relative {
  position: relative;
  z-index: 1;
}
/* changed */
.main-banner {
  background-image: url("../images/banner_slider_1.png");
  /* background-image: linear-gradient( rgb(0 0 0 / 73%), rgb(24 24 46 / 98%) ), url('../images/main_banner.png'); */
  min-height: calc(100vh);
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -108px;
}

.banner_content {
  display: flex;
  align-items: center;
  min-height: 400px;
  height: 100vh;
  justify-content: start;
  padding: 24px 0;
  position: relative;
  z-index: 2;
  padding: 4%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_title {
  color: var(--white);
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  text-transform: uppercase;
  margin-bottom: 28px;
  max-width: 64%;
  width: 100%;
}
.banner_desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  /* or 222% */
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 64%;
  width: 100%;
}

.main_title_h1 {
  color: var(--base-color);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  max-width: 71%;
  width: 100%;
}

.main_p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: var(--black);
  max-width: 71%;
}

.text-decoration-none {
  text-decoration: none;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.fixed-top {
  background-color: var(--base-color);
  -webkit-box-shadow: 0 0 0 transparent;
  opacity: 0.97;
  padding: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-text.fadeIn {
  animation: fadeIn 1.5s ease-out;
  z-index: 10;
  position: relative;
}
.animated-text {
  animation: fadeIn 1.5s ease-out;
  z-index: 10;
  position: relative;
}

.btn-primary {
  background: var(--base-color);
  border-color: var(--base-color);
}

/* /new style for auto  */
.heading_small_info {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--base-color);
}
.main_title_h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: capitalize;
  color: var(--second-dark);
  margin-bottom: 30px;
}
.inventory_tabs .nav-tabs {
  border-bottom: 0 !important;
}
.inventory_tabs .nav-tabs .nav-item {
  position: relative;
  /* bottom: -4px; */
  width: 25%;
}
.inventory_tabs .nav-tabs .nav-item .nav-link,
.inventory_tabs .nav-tabs .nav-link {
  position: relative;
  color: var(--dark-gray);
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 12px 70px !important;
  width: 100%;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 4px solid var(--border);
font-weight: 500;
font-size: 26px;
line-height: 32px;
text-align: center;
color: var(--dark-gray);


}

.inventory_tabs .nav-tabs .nav-item.show .nav-link,
.inventory_tabs .nav-tabs .nav-link.active {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 4px solid var(--main-dark);
  color: var(--main-dark) !important;
  border-radius: 0 !important;
}
.inventory_tabs .nav-tabs .nav-link:focus,
.inventory_tabs .nav-tabs .nav-link:hover {
  border-color: transparent !important;
  border-bottom: 4px solid var(--main-dark) !important;
  border-radius: 0 !important;
}
.inventory_cards {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.inventory_amount {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height */
  text-transform: uppercase;
  color: var(--main-dark);
}
.inventory_amount span {
  color: var(--base-color);
}
.inventory_city {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--second-dark);
  display: flex;
  align-items: center;
  justify-content: end;
}
.inventory_make_model {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-dark);
}
.btn-secondary {
  background: var(--border);
  border-color: var(--border);
  color: var(--second-dark);
  font-weight: 500;
  padding: 10px 20px;
}
.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-secondary:active {
  background: var(--base-color) !important;
  border-color: var(--base-color) !important;
  color: var(--white);
  box-shadow: unset;
}

.slick-dots li.slick-active button:before {
  color: var(--white) !important;
  font-size: 30px !important;
}
.slick-dots {
  bottom: 0px !important;
}
.slick-dots li button:before {
  font-size: 0px !important;
  opacity: 1 !important;
  color: white !important;
  border: 2px solid;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px !important;
  height: 8px !important;
}
.inventory_cards_slider_img {
  height: 281px;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}
.location_icon {
  vertical-align: text-bottom;
}
/* 
.inventory_cards_slider_img {
    height: 281px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
} */

.inventory_cards_slider_img {
  transition: 0.5s all;
  width: 100%;
}

.inventory_cards:hover .inventory_cards_slider_img {
  transform: scale(0.97);
}
.main_section,
.inventory_section {
  padding-top: 130px;
  position: relative;
  /* z-index: 1; */
}

.main_content {
  position: relative;
  padding-bottom: 124px;
}
.main_content::before {
  content: "";
  background-image: url("../images/pinacam-auto-left.png");
  position: absolute;
  left: 0;
  height: 100%;
  background-position: bottom;
  background-size: contain;
  bottom: -13%;
  max-width: 180px;
  width: 100%;
  background-repeat: no-repeat;
}
.main_content::after {
  content: "";
  background-image: url("../images/pinacam-auto-right.png");
  position: absolute;
  right: 0;
  height: 100%;
  background-position: top;
  background-size: contain;
  top: -13%;
  max-width: 180px;
  width: 100%;
  background-repeat: no-repeat;
}
.footer {
  background-color: var(--base-color);
  padding: 4% 5% 2% 5%;
}
.footer_logo_text {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  /* identical to box height */
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 50px;
}
.footer_social_icon_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}
.footer_menu {
  list-style: none;
}
.footer_menu li {
  margin-bottom: 40px;
}
.footer_menu li a {
  list-style: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-transform: uppercase;

  color: #ffffff;
  text-decoration: none;
}
.footer_menu li a:hover {
  text-decoration: underline;
}
.footer_copy_write {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  text-transform: uppercase;
  color: #ffffff;
}
.banner_slider_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}
.main-banner .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  right: 4.5%;
  top: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
}
.main-banner .slick-dots li {
  margin-bottom: 30px !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pe-60 {
  padding-right: 60px;
}
.ps-60 {
  padding-left: 60px;
}
.p-10 {
  padding: 10px;
}
#header {
  position: relative;
  z-index: 2;
}
#header.sty2 {
  position: fixed;
  width: 100%;
}
.footer_section_1 {
  margin-bottom: 80px;
}
.how_to_apply {
  display: flex;
  align-items: center;
  padding: 14px 34px;
  justify-content: center;
}
.inventory_cards .slick-dots li button:before {
  width: 8px !important;
  height: 8px !important;
}
.inventory_cards .slick-dots li.slick-active button:before {
  color: var(--white) !important;
  font-size: 30px !important;
}
.inventory_card_btn_icon {
  display: none;
}
.inventory_card_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inventory_card_btn:hover .inventory_card_btn_icon {
  display: block;
}
.desktop_view_inventory{
  display: block;
}
.mobile_view_inventory_wrapper{
  display: none;
}
.inventory_tabs .nav.nav-tabs {
  justify-content: space-between;
}


.circle_tab{
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 30px;
  background-color: var(--dark-gray);
}
.inventory_tabs .nav-tabs .nav-item.show .nav-link .circle_tab, 
.inventory_tabs .nav-tabs .nav-link.active .circle_tab{
  
  background-color: var(--main-dark);
}
.inventory_tabs .nav-tabs .nav-item .nav-link:hover .circle_tab, 
.inventory_tabs .nav-tabs .nav-link:hover .circle_tab{
  
  background-color: var(--main-dark);
}

@media (max-width: 1400px) {
  .main_content::before {
    bottom: 0%;
    max-width: 100px;
  }
  .main_content::after {
    top: 0%;
    max-width: 100px;
  }

  .inventory_tabs .nav-tabs .nav-item .nav-link, .inventory_tabs .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}
.inventory_tabs .nav-tabs .nav-item .nav-link, .inventory_tabs .nav-tabs .nav-link {
  padding: 12px 30px !important;
}
}
@media (max-width: 992.5px) {
  .inventory_tabs .nav-tabs .nav-item .nav-link, .inventory_tabs .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 28px;
}
.inventory_tabs .nav-tabs .nav-item .nav-link, .inventory_tabs .nav-tabs .nav-link {
  padding: 12px 18px !important;
}
  .footer_logo_text {
    font-size: 22px;
}
  .navbar-toggler {
    color: rgb(91 80 248);
    border: transparent !important;
  }
  .fixed-top .navbar-toggler {
    color: white;
    background-color: white;
    border: transparent !important;
  }
  .navbar-toggler-icon {
    background-image: url(../images/menu_icon.png);
  }
  .fixed-top .navbar-toggler-icon {
    background-image: url(../images/menu_icon.png);
  }
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .navbar-collapse {
    position: fixed;
    top: 0px;
    /* Adjust this value based on the height of your navbar */
    left: -100%;
    width: 100%;
    max-width: 250px;
    height: 100%;
    overflow-y: auto;
    background-color: var(--base-color);
    /* Adjust the background color as needed */
    transition: left 0.3s ease;
  }

  .navbar-collapse.show {
    left: 0;
  }
  .main-banner {
    margin-top: 0;
  }
  .main_section,
  .inventory_section {
    padding-top: 90px;
  }
  .main_content {
    padding-bottom: 80px;
  }
  .main_title,
  .banner_desc,
  .main_title_h1,
  .main_p {
    max-width: 80%;
  }

  .main_title {
    font-size: 42px;
    line-height: 56pxpx;
    margin-bottom: 20px;
  }
  .banner_desc {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768.5px) {
  .main_content::after {
    display: none;
}
.main_content::before {
 display: none;
}
  .main_title {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 16px;
  }
  .banner_desc {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .main_section,
  .inventory_section {
    padding-top: 60px;
  }
  .main_content {
    padding-bottom: 60px;
  }
  .main_title_h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 16px;
  }


  
  .mobile_view_inventory .slick-prev {
    left: 40%;
  transform: translate(-50%, -50%);
  }
  .mobile_view_inventory .slick-next {
    right: 40%;
  transform: translate(-50%, -50%);
  }
  .mobile_view_inventory .slick-prev:before,
  .mobile_view_inventory .slick-next:before {
    color: #000000;
  }
  .mobile_view_inventory .slick-prev,
  .mobile_view_inventory .slick-next {
    background: transparent;
    top: auto;
    bottom: -8%;
  }
  .mobile_view_inventory .slick-prev:before {
    content: "" !important; /* Clear default content */
    background-image: url("../images/arrow_left.png"); /* Set the background image */
    background-size: contain; /* Ensure the image fits within the arrow */
    display: inline-block; /* Display as inline block to respect width and height */
    width: 32px;
    height: 30px;
    background-repeat: no-repeat;
  }
  .mobile_view_inventory .slick-next:before {
    content: "" !important; /* Clear default content */
    background-image: url("../images/arrow_right.png"); /* Set the background image */
    background-size: contain; /* Ensure the image fits within the arrow */
    display: inline-block; /* Display as inline block to respect width and height */
    width: 32px;
    height: 30px;
    background-repeat: no-repeat;
  }
.desktop_view_inventory{
  display: none;
}  
.mobile_view_inventory_wrapper{
  display: block;
  padding-bottom: 40px;
}





.inventory_tabs .nav.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inventory_tabs .nav.nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 10px;
}
.inventory_tabs .nav.nav-tabs .nav-item .nav-link {
  width: 100%;
}
.inventory_tabs .nav-tabs .nav-item .nav-link::before,
.inventory_tabs .nav-tabs .nav-link::before {
  left: 39%;
}
.inventory_tabs .nav-tabs .nav-item {
  bottom: 0px;
}
.inventory_tabs .nav-tabs {
  /* border-bottom: 4px solid var(--border); */
  border-bottom: 0;
}
.inventory_tabs .nav-tabs .nav-item .nav-link,
.inventory_tabs .nav-tabs .nav-link {
  border-bottom: 4px solid var(--border);
}
.inventory_tabs .nav-tabs .nav-item.show .nav-link, .inventory_tabs .nav-tabs .nav-link.active {

  border-bottom: 4px solid var(--main-dark);
}
.footer_copy_text{
  display: none;
}
.footer_copy_menu_item_copy{
  width: 100%;
}
.footer {
  text-align: center;
}
.footer_social_icons {
  justify-content: center;
  margin-bottom: 24px;
}
}

@media (max-width: 576.5px) {
  .main_title {
    font-size: 34px;
  }
  h5 {
    font-size: 1rem;
  }
  .main_title,
  .banner_desc,
  .main_title_h1,
  .main_p {
    max-width: 100%;
  }
  .main-banner .slick-dots {
    top: auto;
    display: block;
    bottom: -10px;
    width: 100%;
    right: 0;
  }
  
  .navbar-brand img {
    width: 100px;
  }
  .banner_content {
    background-image: url(../images/jumbotron.png) !important;
  }
  
  .footer_logo_text {
    margin-bottom: 24px;
  }
  .footer_social_icons {
    justify-content: center;
    margin-bottom: 24px;
  }
  .footer_social_icons div:last-child {
    margin-right: 0 !important;
  }
  .footer_social_icon_text {
    margin-bottom: 16px;
  }
  .footer_menu {
    padding: 0;
  }
  .footer_menu li a {
    font-size: 14px;
  }
  .footer_menu li {
    margin-bottom: 10px;
  }
  .footer_section_1 {
    margin-bottom: 24px;
  }
  .footer_copy_write {
    display: none;
  }
  .footer_menu {
    flex-direction: column;
  }
  .footer_menu li {
    margin-bottom: 10px !important;
    margin-right: 0 !important;
  }
  .footer_menu li a {
    font-size: 14px;
  }
  .main_content {
    padding-bottom: 40px;
  }

.how_to_apply{
  width: 100%;
}

}

@media (max-width: 400px) {
  .inventory_tabs .nav-tabs .nav-item .nav-link::before,
  .inventory_tabs .nav-tabs .nav-link::before {
    left: 35%;
  }
  .main_title {
    font-size: 24px;
    line-height: 35px;
  }
  .banner_desc {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (min-width: 1400.5px) {
  .main_title {
    font-size: 55px;
    line-height: 67px;
  }
  .banner_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
  }
  .main_title_h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
  }
  .main_p {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
  }
  .heading_small_info {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
  .inventory_amount {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
  }
  .inventory_city {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
  .inventory_make_model {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
  .footer_logo_text {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 60px;
  }
  .footer_social_icon_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
  .footer_copy_write {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
  .footer_menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}

/* Inventory Page Styles */

.bannerWrapper{
  position: relative;
}
.bannerWrapper .bgimg img{
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
.bannerWrapper .content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
}
.bannerWrapper .content .banner_title{
  font-size: 55px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 67.05px;
  text-align: center;
}
.bannerWrapper .content .banner_title{
  font-size: 55px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 67.05px;
  text-align: center;
}
.bannerWrapper .content .para_wrapper{
  display: flex;
}

.bannerWrapper .content .para_title{
  padding: 0 30px;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  position: relative;
}
.bannerWrapper .content .para_title::before{
  width: 10px;
  height: 10px;
  background-color: var(--base-color);
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.sec-padded{
  padding: 120px 0;
}
.sec-padded--top{
  padding-top: 100px;
}
.suggestion_wrapper{
  max-width: 1270px;
  overflow: visible;
  margin: 0 auto;
}
.suggestion_wrapper h3{
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  color: var(--main-dark);
  text-transform: uppercase ;
  text-align: center;
  margin-bottom: 30px;
}

.suggestion_wrapper .slider_wrapper  {
  box-shadow: 0px 14px 50px 0px #0000000D;
  overflow: hidden;
}
.suggestion_wrapper .slider_wrapper .slick-list .slick-track {
  /* padding: 20px 0 50px; */
}
.suggestion_wrapper .slider_wrapper .slick-list .slick-track .slick-slide{
  box-shadow: 0px 14px 50px 0px #0000000D;
  margin: 0 10px;
}

.suggestion_wrapper .slider_wrapper .box_wrapper{
  padding: 20px;
  background-color: #ffffff;
}
.suggestion_wrapper .slider_wrapper .box_wrapper .img_Wrap img{
  width: 100%;
  height: 100%;
}
.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap{
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .price p{
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
  margin: 0;
}
.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .price p span{
  color: var(--base-color);
}
.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .loaction{
  display: flex;
  align-items: center;
}
.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .loaction p{
  margin: 0;
}
.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .loaction img{
  margin-right: 5px;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .name_wrap{
  padding-top: 25px;
}
.suggestion_wrapper .slider_wrapper .box_wrapper .name_wrap p{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.38px;
  text-align: left;
}
.suggestion_wrapper .slider_wrapper .box_wrapper .cta_wrap{
  padding-top: 25px;
}
.suggestion_wrapper .slider_wrapper .box_wrapper .cta_wrap button{
  min-height: 60px;
}
.container{
  max-width: 1318px;
  width: 100%;
  padding: 0 15px;
}
.detail_wrap{
  display: flex;
  justify-content: space-between;
}
.detail_wrap .images_Wrapper{
  flex: 0 0 50.2%;
  padding: 16px;
  max-width: 50.2%;
  box-shadow: 0px 14px 50px 0px #0000000D;
}

.detail_wrap .images_Wrapper .gallerySlider .slick-prev{
  background: #000000B2;
  z-index: 1;
  left: 0;
  max-width: 50px;
  width: 100%;
  height: 50px;
}
.detail_wrap .images_Wrapper .gallerySlider .slick-prev::before{
  content: '';
  background-image: url('../images/arrow-left.png');
  width: 24px;
  height: 24px;
  background-size: contain;
  opacity: 1;
  display: inline-block;
}

.detail_wrap .images_Wrapper .gallerySlider .slick-next{
  background: #000000B2;
  z-index: 1;
  right: 0;
  max-width: 50px;
  width: 100%;
  height: 50px;
}
.detail_wrap .images_Wrapper .gallerySlider .slick-next::before{
  content: '';
  background-image: url('../images/arrow-right.png');
  width: 24px;
  height: 24px;
  background-size: contain;
  opacity: 1;
  display: inline-block;
}
.detail_wrap .images_Wrapper .gallerySlider .img a img{
  width: 100%;
  height: 100%;
}
.detail_wrap .images_Wrapper .thumbImages{
  margin-top: 9px;
  display: flex;
  width: calc(100% + 15px);
  margin-left: -7.5px;
}
.detail_wrap .images_Wrapper .thumbImages .image{
  margin: 0 7.5px;
  position: relative;
}
.detail_wrap .images_Wrapper .thumbImages .image img{
  width: 100%;
  height: 100%;
}
.detail_wrap .images_Wrapper .thumbImages .image .textWrapper{
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_wrap .images_Wrapper .thumbImages .image .textWrapper h2{
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
}

.detail_wrap .detail_section{
  flex:  0 0 44.1%;
  max-width: 44.1%;
  margin-left: 20px;
}
.detail_wrap .detail_section h3{
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  text-align: left;
  color: var(--main-dark);
  margin: 0;
}
.detail_wrap .detail_section h4{
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
  text-align: left;
  color: var(--main-dark);
  margin: 50px 0;

}
.detail_wrap .detail_section h4 span{
  color: var(--base-color);
}
.detail_wrap .detail_section p{
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin: 0;
  color: var(--black);

}
.detail_wrap .detail_section .info_section{
  max-width: 288px;
  width: 100%;
  margin-top: 30px;
}
.detail_wrap .detail_section .info_section .fields{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.detail_wrap .detail_section .info_section p{
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  color: var(--black);
}
.detail_wrap .detail_section .info_section span{
  font-weight: 700;
  text-align: center;
  min-width: 50px;
  margin-left: 10px;
}
.detail_wrap .detail_section .button-wrap{
  margin: 50px 0;
  max-width: 263px;
  width: 100%;
}
.detail_wrap .detail_section .button-wrap button{
  min-height: 60px;
}
.detail_wrap .detail_section .social_wrapper{
  border-top: 1px solid #0000004D;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.detail_wrap .detail_section .social_wrapper p{
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  margin-right: 10px;
}
.detail_wrap .detail_section .social_wrapper .logo a{
  text-decoration: none;
  margin: 0 10px;
}
.description_section h2{
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  letter-spacing: 0.1em;
  color: var(--base-color);
  margin-bottom: 30px;
}
.description_section p{
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--black);
  margin-bottom: 50px;
}
