:root{
  --primary1: 228,0,89; /* #E40059  */
  --baseColor: 36,35,35; /* #242323 */
  --color_black: 0,0,0;
  --color_white: 255,255,255;
  --color_gray: 244,244,249; /* #F4F4F9 */
  --baseFont:  "Pontano Sans", sans-serif;
  --imgPrimary1: invert(15%) sepia(96%) saturate(7500%) hue-rotate(331deg) brightness(89%) contrast(102%);
  --imgWhite: invert(100%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(103%) contrast(102%);
  --imgBlack: invert(0%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(93%) contrast(103%);
  --imgGary: invert(94%) sepia(7%) saturate(89%) hue-rotate(201deg) brightness(102%) contrast(97%);
  --padding: clamp(3.125rem, 2.5rem + 3.125vw, 6.25rem);
  --padding-sm: clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem);
  --bs-breadcrumb-divider: '|';
}

body {font-family: var(--baseFont); color:rgb(var(--baseColor)); font-weight: 400;}
a:hover, a:focus {outline: none; -webkit-box-shadow: none; box-shadow: none; text-decoration: none;}
button:focus {outline: none;}

::selection {color: rgb(var(--color_white)); background: rgb(var(--primary1));}
.clr-base{color: rgb(var(--baseColor)) !important;}
.clr-1 {color: rgb(var(--primary1)) !important;} .bg-clr-1 {background-color: rgb(var(--primary1));}
.clr-2 {color: rgb(var(--primary2)) !important;} .bg-clr-2 {background-color: rgb(var(--primary2));}
.clr-gray {color: rgb(var(--color_gray)) !important;} .bg-gray {background-color: rgb(var(--color_gray));}


.bg{background-repeat: no-repeat; background-position: 0 0; background-size: cover;}

p{color: rgb(var(--color_black)); font-size:1.125rem; line-height: 25px;}

/* button custom */
.btn-custom {border: none; font-size:1.125rem; letter-spacing: 0.9px; background-color: rgb(var(--primary1)); text-transform: uppercase; border-radius: 50px; color: rgb(var(--color_white)); padding: 12px 24px; transition: all .2s linear; margin-top: 1rem;}
.btn-custom:focus {box-shadow: none;}
.btn-custom:hover, .btn-custom:focus,.btn-custom:active{ background-color: rgb(var(--primary1)) !important; color: rgb(var(--color_white)) !important;}
.btn-custom:hover .arrow,.btn-custom:focus .arrow{ filter:var(--imgWhite);}
.btn-custom.has-border{background-color: transparent; border: 1px solid rgb(var(--primary1)); color: rgb(var(--primary1)) ;}
.btn-custom.has-border:hover, .btn-custom.has-border:focus{background-color: rgb(var(--primary1)); color: rgb(var(--color_white));}

/* owl-carousel */
.owl-flex .owl-stage {display: flex;}
.owl-carousel.style01 .owl-dots{display: flex; justify-content: flex-end; position: absolute; right: 0; bottom: 8px;}
.owl-carousel.style01 .owl-dots .owl-dot span{margin-left: 10px; width: 10px; height: 10px; border-radius: 50%; background-color: rgb(var(--baseColor)); display: block;}
.owl-carousel.style01 .owl-dots .owl-dot.active span{background-color: rgb(var(--primary1));}
.owl-carousel.style01 .owl-nav button{width: 54px; height: 36px; display: flex; align-items: center; justify-content: center; background-color: #E8EEF6;}
.owl-carousel.style01 .owl-nav button:hover{background-color: rgb(var(--color_white)); }
.owl-carousel.style01 .owl-nav [class^='owl-'].disabled {opacity: 0.5; cursor: default;}
.owl-carousel.style01 .owl-nav.disabled [class^='owl-'] {display: none;}


#wrapper {max-width: 1920px; margin: 0 auto; position: relative;}

/* header */
header { background-color: rgb(var(--color_white)); transition: all 0.3s; z-index: 99 !important; position: relative; margin-bottom: 1.5rem;}
header::after{content: ""; background: linear-gradient(to right,  #f12e57 0%,#f12e57 28%,#f9ab04 73%,#f9ab04 100%); display: block; position: absolute; left: 0; right: 0; bottom: 30px; height: 2px;}
header .navbar {transition: all 0.3s linear; z-index: 10; padding: 0;}
header .navbar .navbar-toggler:focus{outline: none; box-shadow: none;}
header .navbar .navbar-nav .nav-item {margin: 0 3rem 0 0;}
header .navbar .navbar-nav .nav-item:last-child{margin-right: 0;}
header .navbar .navbar-nav .nav-item .nav-link {padding: 43px 0; color: rgb(var(--baseColor)); transition: 0.5s; font-weight: 500; font-size: 1.25rem; text-transform: uppercase;}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.current {color: rgb(var(--primary1));}
header .navbar .navbar-nav .nav-item:hover>.nav-link,header .navbar .navbar-nav .nav-item>.nav-link.active{color: rgb(var(--primary1));}

.social-media{display: flex; justify-content: center; align-items: center;}
.social-media span{ font-weight: 500; font-size: 1.25rem; text-transform: uppercase; margin-right: 32px;}
.social-media a{margin: 0 8px;}
.social-media img{max-height: 27px; filter: var(--imgWhite); }
.social-media a:hover img{filter: var(--imgBlack);}

header .social-media img{filter: var(--imgBlack);}
header .social-media span{color: rgb(var(--baseColor));}
header .social-media a:hover img{filter: var(--imgPrimary1);}

/* Typography */
.padding {padding: var(--padding) 0;}
.padding-sm{padding: var(--padding-sm) 0;}
h2.title {font-size: 3rem; position: relative; background: linear-gradient(90deg, rgb(var(--primary1)) 21.58%, #131313 84.59%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 500; letter-spacing: 4.8px; margin-bottom: 46px; line-height: 120px;}
h2.title.has-shape::after{content: ""; background: url('../images/shape.svg') no-repeat 0 0; width: 67px; height: 53px; display: block; position: absolute; left: -40px; top: 62px; }
h3 {font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);}

h2.title:hover .icon{transform: rotate(-360deg);}

h2.title-sm{font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);}

/* banner */
.banner-video{position: relative; border-radius: 20px;}
.banner-video video{width: 100%; height: 100%; object-fit: cover; border-radius: 20px;}
.banner-logo{position: absolute; left: 0; right: 0; bottom: -193px; }

h1{font-size: 3rem; position: relative; z-index: 1; margin: 0; color: rgb(var(--color_black)); font-weight: 300; letter-spacing: 4.8px;
  margin:3rem 0 5rem;
}

.bg{
  background: linear-gradient(to right,  #fddfe6 0%,#fddfe6 28%,#fef2d9 73%,#fef2d9 100%);
}
.bg-effect{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 68.27%, #FFF 98.4%), linear-gradient(90deg, rgba(241, 46, 87, 0.15) 28%, rgba(249, 171, 4, 0.15) 73%);
}
.radius{
  border-radius: clamp(3.125rem, 1.25rem + 9.375vw, 12.5rem) clamp(3.125rem, 1.25rem + 9.375vw, 12.5rem) 0px 0px;
}

.pic {overflow: hidden;}
.pic img {transition: 0.4s;}
.pic:hover img {transform: scale(1.08);}

.collection-item{color: inherit; border-radius: 20px;}
.collection-item img{border-radius: 20px;}
.collection-item .item-name{text-align: center; padding: 12px; background-color: rgba(144, 139, 139, 0.4); position: absolute; color: rgb(var(--color_white)); text-transform: uppercase; font-size: 1.5rem; font-weight: 500; bottom: 30px; left: 0; right: 0; width: 100%; top: auto; height: auto; backdrop-filter: blur(3px);}
.collection-item .item-name .arrow-icon {display: block; width: 36px; height: 36px; position: absolute; right: 30%; display: block; top: 50%; transform: translateY(-50%); background: url('../images/arrow.svg') no-repeat 0 0; opacity: 0; visibility: visible; transition: all .3s linear; }
.collection-item:hover .item-name .arrow-icon{ visibility: visible; opacity: 1; right: 20px;}

/* why-kuhoo */
.why-pic{border-radius: 50px;}
.why-pic img{border-radius: 50px;}
.why-kuhoo h2.title::after{left: -44px; top: 58px;}

.kuhoo-logo img{border-radius: 50px 0 50px 50px;}
.khuoo-info{margin-top: -150px; position: relative; z-index: 1;}
.khuoo-info .bg{border-radius: 0 clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem) clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem) clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);}

/* exhibition */
.exhibition .exhibition-innner{ position: relative;  background: rgb(var(--color_white)); background-clip: padding-box; border: solid 1px transparent; border-radius: 50px;}
.exhibition .exhibition-innner::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; margin: -1px; border-radius: inherit;  
  background: linear-gradient(to right, #E40059 0%, #F9AB04 100%);}
.exhibition .exhibition-innner .exhibition-content{padding: 70px 50px 50px;}
.exhibition .exhibition-innner .exhibition-content h4{color: rgb(var(--color_black)); font-weight: 500; margin-bottom: 12px;} 
.exhibition-pic{margin-top: -50px; position: relative; right: -19.333333%; border-radius: 50px 50px 50px 0;}
.exhibition-pic img{border-radius: 50px 50px 50px 0;}

/* footer */
.whatsapp-icon{position: fixed; right: 30px; bottom: 30px; z-index: 2; text-align: right; width: 40px; height: 40px;}
.whatsapp-icon::before{content: ""; position: absolute; left: 50%; top: 50%; z-index: -1; transform: translateX(-50%) translateY(-50%); display: block; width: 60px; height: 60px; background-color: #25d366; border-radius: 50%; animation: pulse-border 1500ms ease-out infinite;}
@keyframes pulse-border {
  0%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
  100%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0;}
}
.totop {bottom: 30px; cursor: pointer; display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; position: fixed; right: -60px; z-index: 99; background-color: rgb(var(--primary1)); text-align: center; opacity: 0; border-radius: 50%; box-shadow: 0px 10px 29.7px 3.3px rgba(0, 0, 0, 0.2);}

.footer .top{height: 359px; display: flex; justify-content: center; border-radius: clamp(3.125rem, 1.25rem + 9.375vw, 12.5rem); align-items: center; background-image: url('../images/subscribe-bg.png'); background-size: cover; background-repeat: no-repeat; background-position: center center; }
.footer .subscribe-block{max-width: 410px; margin: 0 auto; }
.footer .subscribe-block .input-group{background-color: rgb(var(--color_white)); border-radius: 33px; }
.footer .subscribe-block .input-group .form-control{border: none; padding: 16px 24px; border-radius: 33px 0 0 33px; font-size:1.125rem; color: rgb(var(--baseColor));}
.footer .subscribe-block .input-group .form-control:focus{box-shadow: none;}
.footer .subscribe-block .input-group button[type="button"]{font-size:1.125rem; margin: 5px; padding: 12px 24px; border-radius: 33px !important; background-color: rgb(var(--primary1)); color: rgb(var(--color_white)); text-transform: uppercase; border: none;}
.footer .form-control::-webkit-input-placeholder {color:#CDCDCD;}
.footer .form-control::-moz-placeholder {color:#CDCDCD;}
.footer .form-control:-ms-input-placeholder {color:#CDCDCD;}
.footer .form-control:-moz-placeholder {color:#CDCDCD;}


.footer .bottom{padding-top: calc(var(--padding) * 3); margin-top: calc(var(--padding) * -2); background-color: rgb(var(--primary1)); border-radius: 200px 200px 0 0;}
.footer .bottom .copyright {font-weight: 500;}
.footer .bottom .footer-links{margin: 35px 0 45px 0; padding: 0; list-style: none; display: flex; justify-content: space-between; padding: 0 30px;}
.footer .bottom .footer-links li a{color: rgb(var(--color_white)); font-size: 1.25rem; font-weight: 500; position: relative; transition: all .3s linear; text-decoration: none; text-transform: uppercase;}
.footer .bottom .footer-links li a:hover{color:rgb(var(--color_black)); }
.footer .bottom .designed-by{color: rgb(var(--color_white)); margin-bottom: 20px; font-size: 17px; line-height: 35px; letter-spacing: 1.02px;}
.footer .bottom .designed-by a{color: rgb(var(--color_white)); text-decoration: none;}
.footer .bottom .designed-by a:hover,.footer .bottom .designed-by a:focus{color: rgb(var(--color_black));}

/* inner pages styles */
.inner-banner {padding-top: 17%; background-position: right top; background-size: cover; background-color: rgb(var(--baseColor));}
.inner-banner .container { inset: 0; z-index: 1; transition: all .3s linear;}

.breadcrumb {--bs-breadcrumb-divider-color: rgb(var(--primary1)); --bs-link-color: rgb(var(--color_black)); font-size: 0.9375rem; --bs-link-hover-color: rgba(var(--primary1));}
.breadcrumb .breadcrumb-item{margin-right: 8px;}
.breadcrumb .breadcrumb-item a {font-size: 1rem; color: rgb(var(--color_black)); }
.breadcrumb .breadcrumb-item.active {font-size: 1rem; color: rgb(var(--primary1)); padding-left: 0; }
.breadcrumb .breadcrumb-item a:hover {text-decoration: underline; color: rgb(var(--primary1));}
.breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left: 0;}

.pg-collection .breadcrumb .breadcrumb-item.active{background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.inner-banner h1{font-size: clamp(1.125rem, 0.9rem + 1.125vw, 2.25rem); font-weight: 400; line-height: normal; text-transform: uppercase; color: rgb(var(--color_white));}


/* filter-text */
.filter-text{margin-right: 30px;}
.range-slider {width: 300px; text-align: center; position: relative;}
.filter .rangeValues { margin-top: 1rem; display: flex; justify-content: space-between;}
.filter .rangeValues span{font-weight: 600; color: rgb(var(--color_black)); font-size: 1rem;}
.filter .range-slider input[type=range] {-webkit-appearance: none; background: linear-gradient(to right,  #f12e57 0%,#f12e57 28%,#f9ab04 73%,#f9ab04 100%);
  width: 300px; position: absolute; left: 0; border-radius: 50px;}
.filter .range-slider input[type=range]::-webkit-slider-runnable-track {width: 300px; height: 5px;
  background:linear-gradient(to right,  #f12e57 0%,#f12e57 28%,#f9ab04 73%,#f9ab04 100%); border: none; border-radius: 20px;}
.filter .range-slider input[type=range]::-webkit-slider-thumb {-webkit-appearance: none; border: 2px solid rgb(var(--primary1));
  height: 16px; width: 16px; border-radius: 50%; background: rgb(var(--color_white)); margin-top: -6px; cursor: pointer; position: relative; z-index: 1;}
.filter .range-slider input[type=range]:focus {outline: none;}
.filter .range-slider input[type=range]:focus::-webkit-slider-runnable-track {background:linear-gradient(to right,  #f12e57 0%,#f12e57 28%,#f9ab04 73%,#f9ab04 100%);}
.filter .range-slider input[type=range]::-moz-range-track { width: 300px; height: 5px; background:linear-gradient(to right,  #f12e57 0%,#f12e57 28%,#f9ab04 73%,#f9ab04 100%); border: none; border-radius: 20px;}
.filter .range-slider input[type=range]::-moz-range-thumb {border: none; height: 16px; width: 16px; border-radius: 50%; background:linear-gradient(to right,  #f12e57 0%,#f12e57 28%,#f9ab04 73%,#f9ab04 100%);}


/*hide the outline behind the border*/
.filter .range-slider input[type=range]:-moz-focusring { outline-offset: -1px;}
.filter .range-slider input[type=range]::-ms-track {width: 300px; height: 5px;  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */ 
  background: transparent; /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent; border-width: 6px 0; /*remove default tick marks*/
  color: transparent; z-index: -4;}
.filter .range-slider input[type=range]::-ms-fill-lower {background: #777; border-radius: 10px;}
.filter .range-slider input[type=range]::-ms-fill-upper {background: #ddd; border-radius: 10px;}
.filter .range-slider input[type=range]::-ms-thumb {border: none; height: 16px; width: 16px; border-radius: 50%; background: #21c1ff;}
.filter .range-slider input[type=range]:focus::-ms-fill-lower {background: #888;}
.filter .range-slider input[type=range]:focus::-ms-fill-upper {background: #ccc;}

/* product-details */
.banner-slider .slider.slider-for {max-width: 90%; padding-right: 0;}
.banner-slider .slider.slider-nav {max-width: 20%; position: absolute; right: 3rem; top: 50%; transform: translateY(-50%);}
.banner-slider .slider.slider-for,.banner-slider .slider.slider-nav { width: 100%; float: left;}
.banner-slider .slider.slider-nav {height: calc(100% - 100px); display: flex; align-items: center; justify-content: center; overflow: hidden;}
.slider-banner-image .banner-pic{ position: relative; padding-top: 164%; cursor: zoom-in;}
.slider-banner-image .banner-pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.banner-slider .slider.slider-nav {padding: 50px 0;}
.slider-nav .slick-slide.thumbnail-image .thumbImg{ max-width: 140px; height: 180px; margin: -1px auto 0; border:  none; border-radius: 20px; background: rgba(232, 232, 232, 0.60); padding: 15px; backdrop-filter: blur(5px);}
.slider-banner-image img, .slider-nav .slick-slide.thumbnail-image .thumbImg img { height: 100%; width:100%; object-fit: cover; border-radius: 20px;}
.slick-vertical .slick-slide:active,.slick-vertical .slick-slide:focus,.slick-arrow:hover,.slick-arrow:focus {border: 0; outline: 0;}
.slider-nav .slick-slide { text-align: center; border: none;}
.banner-slider .slick-arrow { width: 100%; background-color: transparent; border: 0; background-position: center; background-repeat: no-repeat; font-size: 0; height: 18px; position: absolute; left: 0; right: 0; z-index: 99;}
.slick-prev {top: 0;}
.slick-next {bottom: 0; background-color: rgb(var(--color_white));}
.banner-slider .slick-prev.slick-arrow {background: rgb(var(--primary1)); border-radius: 50%; margin: 0 auto; width: 24px; height: 24px;}
.banner-slider .slick-prev.slick-arrow::before{content: ""; background-image: url('../images/slider-arrow.png'); background-position: center center;
  background-size: cover; width: 12px; height: 12px; display: block; filter: var(--imgWhite); margin: 0 auto;}
.banner-slider .slick-next.slick-arrow {background: rgb(var(--primary1)); border-radius: 50%; margin: 0 auto; width: 24px; height: 24px;}
.banner-slider .slick-next.slick-arrow::before{ content: ""; background-image: url('../images/slider-arrow.png');  background-position: center center; transform: rotate(180deg); background-size: cover; width: 12px; height: 12px; display: block; filter: var(--imgWhite); margin: 0 auto;}
.banner-slider .slick-prev.slick-arrow.slick-disabled,
.banner-slider .slick-next.slick-arrow.slick-disabled{opacity: 0.4;}
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
}
.banner-slider .slider.slider-for {
  padding-right: 0;
}
.banner-slider .slider.slider-nav {
  height: auto;

}
 
.slider.slider-nav.thumb-image {
      padding: 10px 30px 0;
}
.slider-nav .slick-slide span {
  padding: 5px 0;
}
.slick-arrow {
  padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.slick-prev {
    left: 0;
    right: unset;
}
.slick-next {
    left: unset;
    right: 0;
     background-color: transparent;
}
.vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
}
.bid-tag {
    padding: 10px 0 15px;
}
.slider.slider-nav.thumb-image {
   white-space: nowrap;
}
.thumbnail-image.slick-slide {
  display: inline-block;
  float: none;
}
}

@media screen and (max-width : 767px) {
 
.slider.slider-nav.thumb-image {
    padding: 0;
    margin: 10px 0px 0;
}
.slick-prev.slick-arrow {
    background-position: center 10px;
}
.slick-next.slick-arrow {
    background-position: center 10px, center;
}
.slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
}
}

@media screen and (max-width: 580px) {

}

@media screen and (max-width : 480px) {

}

/*product-info */
.product-info .product-details{color: rgb(var(--color_black));}
.product-info .product-details h2.title{line-height: normal;}
.product-info .product-details .price { font-size: 2.1875rem;}
.product-info .product-details .text {letter-spacing: 1.6px;}
.product-info .btn-custom:hover,.product-info .btn-custom:focus{background-color: rgb(var(--color_black)); color: rgb(var(--color_white));}
.product-info .product-details p{letter-spacing: 1.8px;}
.product-info .product-details h5{font-weight: 700; line-height: 60px; letter-spacing: 2px; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;  position: relative;}
.product-info .product-details h5 span{ position: absolute; left: 0; bottom: 0; background: linear-gradient(90deg, #E40059 28%, #F9AB04 73%); width: 100%;
  height: 2px; flex-shrink: 0; display: block;}
.product-info .product-details .product-specification .list{font-size: 1.25rem; letter-spacing: 2px; padding: 15px 0; position: relative;}
.product-info .product-details .product-specification .list::after{ content: ""; background: linear-gradient(90deg, #DFDFDF 28%, #E3E3E3 73%); display: block; width: 100%; height: 1px; position: absolute; left: 0; right: 0; bottom: 0;}
.product-info .product-details .product-specification .list:last-child::after{display: none;}
.product-info .product-details .product-specification .list .item{font-weight: 600; line-height: normal;}
.product-info .product-details .product-specification .list .value{font-weight: 400; font-size: 1.125rem; line-height: 35px;}
.product-info .product-details .product-specification .list .value small{font-size: 0.75rem; display: block; line-height: normal;}



.product-slider .item{margin: 0 15px;}
.product-slider .item .collection-item{display: block;}
.product-slider .slick-prev,.product-slider .slick-next{text-indent: -9999px; position: absolute; top: 50%; transform: translateY(-50%); border: none; width: 50px; height: 50px; background-color: rgb(var(--primary1)); border-radius: 50%;}
.product-slider .slick-prev{left: -50px;}
.product-slider .slick-next{right: -50px;}
.product-slider .slick-prev::before,.product-slider .slick-next::before{content: ""; background: url('../images/slider-arrow.png') no-repeat 0 0; width: 20px; height: 20px; background-size: cover; position: absolute; margin: auto; inset: 0; filter: var(--imgWhite);} 
.product-slider .slick-prev::before{transform: rotate(-90deg);}
.product-slider .slick-next::before{transform: rotate(90deg);}
.product-slider .slick-prev.slick-disabled,.product-slider .slick-next.slick-disabled{opacity: 0.4;}

/* about-content */
.about-content h2.title.has-shape::after{left: -53px;}
.about-content h4{color: rgb(var(--color_black)); font-weight: 500; margin-bottom: 12px;}
.about-pic img{border-radius: 50px;}
.about-pic .logo-light{position: absolute; left: 0; right: 0; bottom: -140px; z-index: 1;}
.about-pic .logo-light img{border-radius: 0;}

.inspiration-block{position: relative; margin-top: -150px; margin-bottom: 150px;}
.inspiration-block h2.title{line-height: normal;}
.inspiration-block .bg{border-radius: 0 50px 50px; padding: 40px 120px 40px 40px;}
.inspiration-block h4{color: rgb(var(--color_black)); font-weight: 500; margin-bottom: 12px;} 

/* exhibition */
.collection .collection-innner{ position: relative;  background: rgb(var(--color_white)); background-clip: padding-box; border: solid 1px transparent; border-radius: 50px;}
.collection .collection-innner::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; margin: -1px; border-radius: inherit;  
  background: linear-gradient(to right, #F9AB04 0%, #E40059 100%);}
.collection .collection-innner .collection-content{padding: 70px 50px 50px;}
.collection .collection-innner .collection-content h4{color: rgb(var(--color_black)); font-weight: 500; margin-bottom: 12px;} 
.collection-pic{margin-top: -50px; position: relative; left: -19.333333%; border-radius: 0 50px 50px 50px;}
.collection-pic img{border-radius: 0 50px 50px 50px;}
.collection h2.title.has-shape::after{left: -50px;}

/* contact-form */
.contact-form h2.title.has-shape::after{left: -50px;}
.contact-form .form-control{border: none; color: rgb(var(--color_black)); padding: 15px 0; border-radius: 0; border-bottom: 1px solid #ddd;}
.contact-form .form-control:focus{box-shadow: none; border-bottom-color: rgb(var(--primary1));}
.contact-form textarea.form-control{resize: none; min-height: 100px;}

.exhibition-details h2.title.has-shape::after{left: -50px;}

.exhibition-item {text-decoration: none; color: inherit; background-color: transparent; border-radius: 20px; overflow: hidden;}
.exhibition-item .ratio{--bs-aspect-ratio: 66.66%; background-color: rgb(var(--color_white)); }
.exhibition-item .ratio img{border-radius: 20px;}
.exhibition-item .ratio .zoom{position: absolute; inset: 0; opacity: 0; visibility: hidden; background-color: rgba(var(--color_black),0.5); transition: all .3s linear;}
.exhibition-item .ratio .zoom::before{content: ""; background-image: url('../images/zoom.svg'); background-repeat: no-repeat; background-position: 0 0; width: 35px; height: 35px; background-size: cover; position: absolute; text-align: center; margin: auto; inset: 0; transition: all .1s linear;}
.exhibition-item .ratio:hover .zoom{opacity: 1; visibility: visible;}

.link{color: rgb(var(--primary1));}
.content-page h4{color: rgb(var(--color_black)); font-weight: 500; margin: 30px 0 10px;}
.content-page ul li,.content-page ol li{color: rgb(var(--color_black)); font-size: 1.125rem; line-height: 25px; margin-bottom: 0.5rem;}
.content-page ul li ol,.content-page ul li ul{margin: 1rem 0;}

form .input-group .input-group-addon .refresh { cursor: pointer; display: flex; align-items: center; justify-content: center; border:1px solid #ddd; padding: 0 1rem;}
.subscribe-block .error-inline{font-size: 13px; width: 100%; background-color: #ffb900 !important;}
.footer .subscribe-block .input-group{overflow: hidden;}

#PriceModal h2.title{font-size: 2rem; color: rgb(var(--color_black)); line-height: normal; margin-bottom: 0 !important;}
#PriceModal .form-control{border: none; color: rgb(var(--color_black)); padding: 15px 0; border-radius: 0; border-bottom: 1px solid #ddd;}
#PriceModal .form-control:focus{box-shadow: none; border-bottom-color: rgb(var(--primary1));}
#PriceModal textarea.form-control{resize: none; min-height: 100px;}
#PriceModal .modal-content{border: none;}
#PriceModal .modal-header{padding:15px clamp(1.25rem, 0.5603rem + 3.4483vw, 2.5rem);}
#PriceModal .modal-header .btn-close{box-shadow: none;}
#PriceModal .modal-body{padding: clamp(1.25rem, 0.5603rem + 3.4483vw, 2.5rem);}
#PriceModal .modal-body .btn-custom:hover,#PriceModal .modal-body .btn-custom:focus{background-color: rgb(var(--primary1)); color: rgb(var(--color_white));}

.kuhoo-badge {padding-top: 22px; margin-top: -22px; margin-bottom: 20px; display: inline-flex;}
.tooltip{--bs-tooltip-bg: #f9ab04;}
.tooltip-inner{--bs-tooltip-bg: #f9ab04; color: rgb(var(--color_black));}
.tooltip.show {opacity: 1 !important;}