@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
:root {
  /* Ã™â€¦Ã˜ÂªÃ˜ÂºÃ™Å Ã˜Â±Ã˜Â§Ã˜Âª Ã˜Â§Ã™â€žÃ˜Â§Ã™â€žÃ™Ë†Ã˜Â§Ã™â€  */
  --primary-color: #d1053e;
  --secondary-color: #f2f2f2;
  --dark-color: #1d1d1f;
  --light-color: #ffffff;
  --gray-color: #6c757d;
  --hover-gray-color: #e9e9e9;
  --border-color: #ececec;
  
  /* Ã™â€¦Ã˜ÂªÃ˜ÂºÃ™Å Ã˜Â±Ã˜Â§Ã˜Âª Ã˜Â§Ã™â€žÃ˜Â¨Ã™Ë†Ã˜Â±Ã˜Â¯Ã˜Â± */
  --radius-xs:	clamp(0.4rem, calc(0vw + 0.4rem), 0.4rem);
  --radius-s:	clamp(0.6rem, calc(-0.19vw + 0.86rem), 0.8rem);
  --radius-m:	clamp(1rem, calc(-0.19vw + 1.26rem), 1.2rem);
  --radius-l:	clamp(1.6rem, calc(-0.37vw + 2.12rem), 2rem);
  --radius-xl:	clamp(2.6rem, calc(-0.56vw + 3.38rem), 3.2rem);
  --radius-full:	999px;

/* Ã™â€¦Ã˜ÂªÃ˜ÂºÃ™Å Ã˜Â±Ã˜Â§Ã˜Âª Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â³Ã˜Â§Ã™ÂÃ˜Â§Ã˜Âª */
  --space-4xs:	clamp(0.66rem, calc(0.01vw + 0.65rem), 0.67rem);
  --space-3xs:	clamp(0.82rem, calc(0.06vw + 0.8rem), 0.89rem);
  --space-2xs:	clamp(1.02rem, calc(0.15vw + 0.98rem), 1.18rem);
  --space-xs:	clamp(1.28rem, calc(0.27vw + 1.19rem), 1.58rem);
  --space-m	:clamp(2rem, calc(0.74vw + 1.76rem), 2.8rem);
  --space-s:	clamp(1.6rem, calc(0.46vw + 1.45rem), 2.1rem);
  --space-l:	clamp(2.5rem, calc(1.14vw + 2.14rem), 3.73rem);
  --space-xl:	clamp(3.13rem, calc(1.71vw + 2.58rem), 4.97rem);
  --space-2xl:	clamp(3.91rem, calc(2.52vw + 3.1rem), 6.63rem);
  --space-3xl:	clamp(4.88rem, calc(3.66vw + 3.71rem), 8.84rem);
  --space-4xl:	clamp(6.1rem, calc(5.26vw + 4.42rem), 11.78rem);
  --space-5xl:	clamp(7.63rem, calc(7.48vw + 5.24rem), 15.71rem);

   /* Ã™â€¦Ã˜ÂªÃ˜ÂºÃ™Å Ã˜Â±Ã˜Â§Ã˜Âª Ã™â€¦Ã™â€šÃ˜Â§Ã˜Â³Ã˜Â§Ã˜Âª Ã˜Â§Ã™â€žÃ˜Â®Ã˜Â·Ã™Ë†Ã˜Â· */
  --text-xs:	clamp(1.19rem, calc(-0.26vw + 1.27rem), 0.9rem);
  --text-s:	clamp(1.33rem, calc(-0.12vw + 1.37rem), 1.2rem);
  --text-m:	clamp(1.5rem, calc(0.09vw + 1.47rem), 1.6rem);
  --text-l:	clamp(1.69rem, calc(0.41vw + 1.56rem), 2.13rem);
  --text-xl:	clamp(1.9rem, calc(0.87vw + 1.62rem), 2.84rem);
  --text-2xl:	clamp(2.14rem, calc(1.53vw + 1.65rem), 3.79rem);
  --text-3xl:	clamp(2.4rem, calc(2.45vw + 1.62rem), 5.05rem);
  --text-4xl:	clamp(2.7rem, calc(3.73vw + 1.51rem), 6.73rem);
  --text-5xl:	clamp(3.04rem, calc(5.5vw + 1.28rem), 8.98rem);
  --text-6xl:	clamp(3.42rem, calc(7.91vw + 0.89rem), 11.97rem);

}

body {
    font-family: "Readex Pro", sans-serif;
    background-color: var(--secondary-color);
}
/* == Loading ID == */

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    transition: 1s 0.4s;
  }
  .loader2 {
    width: 60px;
    height: 60px;
    border-radius: 50%!important;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin: 100px auto;
  }
  @keyframes  spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  .input-error { 

	-webkit-box-shadow: inset 0 -2px 0 #f85142;

    box-shadow: inset 0 -2px 0 #f85142;

    animation-name: fill-color;

    animation-duration: 4s;

    animation-name: fill-color;

    animation-duration: 0.3s;

}
.error { 

	-webkit-box-shadow: inset 0 -2px 0 #f85142!important;

    box-shadow: inset 0 -2px 0 #f85142!important;

    animation-name: fill-color!important;

    animation-duration: 4s!important;

    animation-name: fill-color!important;

    animation-duration: 0.3s!important;

}

@keyframes  spin {

    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }

}

h2{
  font-size: var(--text-xl);
  font-weight: bold;
}
a{
  text-decoration: none;
}
.logo {
    transition: filter .3s;
    vertical-align: middle;
    width: 119px;    
}
.about-home {
    font-size:13px;
}
.btn{
  border-radius: var(--radius-full);
  padding: 0 var(--space-l);
  font-weight: bold;
}
.btn-primary {
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-disabled-bg: var(--primary-color);
  --bs-btn-disabled-border-color: var(--primary-color);
}


.btn-outline-primary {
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-hover-bg: var(--hover-gray-color);
  --bs-btn-hover-border-color: var(--secondary-color);
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-active-border-color: var(--secondary-color);
  --bs-btn-disabled-bg: var(--secondary-color);
  --bs-btn-disabled-border-color: var(--secondary-color);
  --bs-btn-color: var(--dark-color);
  --bs-btn-hover-color: var(--dark-color);

  font-weight: bold;
}

.btn:hover{
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}


.navbar {
  background-color: #fff !important;
  box-shadow:  0 0 6px rgba(0,0,0,.12),0 6px 6px rgba(0,0,0,.12) !important;

}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}

.nav-link{
  font-weight: 500;
  border-radius: 30px;
  color: #1d1d1f;
  display: inline-block;
  font-size: .875rem;
  font-weight: 700;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem !important;
  position: relative;
  transition: color .3s;
  white-space: nowrap;
}

.nav-item .active{
  background-color: #1d1d1f;
  color: #fff !important;
}

.dropdown{
  margin-right: var(--space-xs);
}
.dropdown .menu-icon{
  border: none !important;
  background: none;
  font-size: 19px;
}
.dropdown-menu {
  box-shadow: 0 0 6px rgba(0,0,0,.12),0 6px 6px rgba(0,0,0,.12);
  background-color: #fff;
  margin-top: 18px !important;
  border-radius: 15px;
  padding: 16px;
  border: none;
}
.dropdown-menu .dropdown-item{
  margin-bottom: 2rem;
  padding: 0 2.5rem;
  display: inline-flex;
  font-size: .875rem;
  font-weight: 700;
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap;
  color: var(--dark-color);
  width: 250px;
}
.dropdown-menu .dropdown-item:hover{
  background-color: #fff !important;
}
.dropdown-menu .dropdown-item span{
  line-height: 1;
}
.dropdown-menu .dropdown-item .menu-icon{
  line-height: 1;
  margin-left: 16px;
}
/* Ã˜Â§Ã™â€žÃ™â€šÃ˜Â³Ã™â€¦ Ã˜Â§Ã™â€žÃ˜Â±Ã˜Â¦Ã™Å Ã˜Â³Ã™Å  Ã™Ë†Ã˜Â£Ã™â€šÃ˜Â³Ã˜Â§Ã™â€¦ Ã˜Â§Ã™â€žÃ˜ÂµÃ™ÂÃ˜Â­Ã˜Â© */
.page-header {
  background-color: var(--light-color);
  padding: 3rem 0;
  margin-bottom: 2rem;
}

.section-title {
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--gray-color);
  margin-bottom: 2rem;
}

/* Ã˜Â§Ã™â€žÃ™â€šÃ˜Â³Ã™â€¦ Ã˜Â§Ã™â€žÃ˜Â±Ã˜Â¦Ã™Å Ã˜Â³Ã™Å  Ã˜Â¨Ã˜Â§Ã™â€žÃ˜Â®Ã™Å Ã˜Â§Ã˜Â±Ã˜Â§Ã˜Âª - Ã˜Â§Ã™â€žÃ˜ÂµÃ™ÂÃ˜Â­Ã˜Â© Ã˜Â§Ã™â€žÃ˜Â±Ã˜Â¦Ã™Å Ã˜Â³Ã™Å Ã˜Â© */
.hero-section {
  background-color: var(--light-color);
  padding: var(--space-xs) 0;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.hero-subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--gray-color);
}

.hero-image {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.m-card{
  position: relative;
  border-radius: var(--radius-l);
  overflow: hidden;
}

.m-card .card-img{
  height: 100%;
} 
.m-card .card-img img{
  width: 100%;
  height: 100%;
  background-size: cover;
}
.m-card .bg-card-overlay {
  background: linear-gradient(0deg,rgba(0,0,0,.8),transparent 50%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.m-card .card-body {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  text-align: center;
}

.services .m-card .card-body {
    align-items: baseline;
    color: #000;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    position: relative;
    margin-right: 30px;
    
}

.main-video.video-container {
    height: 300px;
    width: 300px;
    position: relative;
}
.more-model-home {}
.main-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.model-about img{
    -o-object-fit: cover;
    object-fit: cover;  
    border-radius: 25px;
}
.model-about h2 {
    font-size: 28px;
    margin-bottom: 20px;    
}
.model-about h3 {
    font-size: 18px;
}

  .model-info {}
.model-info ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
.model-info .model-heading {
        color: #929292;
}
  .model-info ul li {
    display: inline;
    margin-left: 20px;
}
  .model-info ul li span {display: block;text-align:center;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-radius: 7px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-radius: 7px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom: 0;
}
.tbl-model-info th {
    color: #929292;
    font-size: .75rem;
    font-weight: 700;
}
.tbl-model-info td,.tbl-model-info th {
    padding-bottom: 2rem;
    vertical-align: middle;
    border: 0;
}
table td {
    font-weight: 700;
    padding-right: 1rem;
    white-space: nowrap;
}
.services .m-card .card-title {margin-top:15px;}
.m-card .card-body .card-text{
  width: 80%;
}
.hero-card .card-body{
  padding: 4rem 2rem;
}
.hero-card {
  height: 630px;
}
.option-card {
  padding: 2rem;
  background-color: var(--light-color);
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.option-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}

.option-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.option-title {
  font-weight: 600;
  margin-bottom: 1rem;
}


/* models section */
.small-card{
  /*width: 202px;
  height: 215px;*/
}

.small-card .card-img img{
  width: 100%;
}


/* gallary sectio */

.gallary-card{
  margin-bottom: var(--space-xs);
}
.gallary-card .card-body{
  align-items: start !important;
  padding: 0 var(--space-s);
}
.gallary-card .card-body .card-text{
  width: fit-content !important;
}

.small-card .bg-card-overlay{
  background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 50%) !important;
}
/* Ã˜Â£Ã™â€šÃ˜Â³Ã˜Â§Ã™â€¦ Ã˜Â§Ã™â€žÃ˜ÂµÃ™ÂÃ˜Â­Ã˜Â© */
.section {
  padding: 5rem 0;
}

/* Ã˜ÂªÃ˜Â°Ã™Å Ã™Å Ã™â€ž Ã˜Â§Ã™â€žÃ˜ÂµÃ™ÂÃ˜Â­Ã˜Â© */
.footer {
  background-color: var(--dark-color);
  color: white;
  padding: 3rem 0 1rem;
}

.footer h5 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.footer ul {
  padding-right: 0;
}

.footer ul li {
  margin-bottom: 0.5rem;
  list-style: none;
}

.footer a {
  color: #ddd;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.social-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 3px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.btn-primary {
  padding: 0.3rem 1.5rem;
  font-weight: 500;
}

.btn-outline-primary {
  padding: 0.3rem 1.5rem;
  font-weight: 500;
}

.btn-xl {
  padding: 0.75rem 2rem;
  font-size: 1.2rem;
}

.btn-lg {
  padding: 0.8rem 2.5rem;
  font-size: 1.1rem;
}

.btn-block {
  width: 100%;
}

.language-dropdown {
  min-width: 150px;
}

.nav-pills .nav-link.active {
  background-color: var(--primary-color);
}

/* ======= Ã˜ÂµÃ™ÂÃ˜Â­Ã˜Â© Ã˜Â§Ã™â€žÃ™â€¦Ã™Ë†Ã˜Â¯Ã™â€ž ======= */

.model-page {
  background-color: #fff;
}

.model-content {
  display: flex;
  flex-direction: row;
  min-height: calc(100vh - 76px - 310px);
  margin-bottom: 30px;
}

/* Ã˜Â§Ã™â€žÃ™â€šÃ˜Â§Ã˜Â¦Ã™â€¦Ã˜Â© Ã˜Â§Ã™â€žÃ˜Â¬Ã˜Â§Ã™â€ Ã˜Â¨Ã™Å Ã˜Â© Ã™â€žÃ™â€žÃ™ÂÃ™â€žÃ˜ÂªÃ˜Â± */
.model-sidebar {
margin-bottom: var(--space-l);
}

.filter-container {
  position: sticky;
  top: 100px;
}

.model-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

/* Ã˜Â£Ã˜Â²Ã˜Â±Ã˜Â§Ã˜Â± Ã˜Â£Ã™â€ Ã™Ë†Ã˜Â§Ã˜Â¹ Ã˜Â§Ã™â€žÃ™â€¦Ã™Ë†Ã˜Â¯Ã™â€ž */
.model-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.model-type-btn {
  background: none;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 8px 15px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: all 0.2s ease;
}

.model-type-btn:hover {
  background-color: #f0f0f0;
}

.model-type-btn.active {
  background-color: #333;
  color: white;
  border-color: #333;
}

/* Ã˜Â£Ã™â€šÃ˜Â³Ã˜Â§Ã™â€¦ Ã˜Â§Ã™â€žÃ™ÂÃ™â€žÃ˜ÂªÃ˜Â± */
.filter-section {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.filter-section:last-child {
  border-bottom: none;
}

.filter-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-check {
  display: flex;
  align-items: center;
}

.filter-checkbox {
  margin-left: 8px;
  width: 18px;
  height: 18px;
  accent-color: #333;
}

.filter-check label {
  font-size: 0.9rem;
  color: #555;
  cursor: pointer;
}

.filter-select-wrapper {
  position: relative;
}

.filter-select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: white;
  font-size: 0.9rem;
  color: #555;
  appearance: none;
  cursor: pointer;
}

.filter-select:focus {
  outline: none;
  border-color: #999;
}

.filter-select-wrapper::after {
  content: 'Ã¢â€“Â¼';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 0.7rem;
  pointer-events: none;
}

/* Range Slider */
.range-slider-container {
  padding: 10px 0;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #777;
}

.range-slider {
  position: relative;
  height: 30px;
}

.range-min, .range-max {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
}

.range-min::-webkit-slider-thumb, .range-max::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.filter-actions {
  margin-top: 30px;
}

.filter-buttons {
  display: flex;
  gap: 10px;
}

.filter-reset {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-reset:hover {
  background-color: #e5e5e5;
}

/* Ã™â€¦Ã˜Â¹Ã˜Â±Ã˜Â¶ Ã˜Â§Ã™â€žÃ™â€¦Ã™Ë†Ã˜Â¯Ã™â€ž */
.model-gallery {
  background-color: #fff;
}

.mobile-filters {
  display: none;
}

.filter-toggle-btn {
  background-color: #333;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Ã˜ÂªÃ˜Â±Ã˜ÂªÃ™Å Ã˜Â¨ Ã˜Â§Ã™â€žÃ™â€¦Ã™Ë†Ã˜Â¯Ã™â€ž */
.model-sort {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.sort-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
  margin-left: 15px;
}

.sort-options {
  display: flex;
  gap: 15px;
}

.sort-option {
  background: none;
  border: none;
  font-size: 0.9rem;
  color: #777;
  cursor: pointer;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.sort-option:hover {
  color: #333;
}

.sort-option.active {
  color: #333;
  border-bottom-color: #333;
  font-weight: 600;
}

/* Ã˜Â´Ã˜Â¨Ã™Æ’Ã˜Â© Ã˜Â§Ã™â€žÃ™â€¦Ã™Ë†Ã˜Â¯Ã™â€ž */
.model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.model-item {
  transition: transform 0.3s ease;
}

.model-item:hover {
  transform: translateY(-5px);
}

.model-card {
  background-color: white;
  border-radius: var(--radius-l);
    overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
}

.model-card-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
}

.model-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.model-card:hover .model-card-img img {
  transform: scale(1.05);
}

.model-card-info {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.model-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.model-premium-badge {
  background-color: #ffcf00;
  color: #333;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
}

/* Ã˜Â¯Ã˜Â¹Ã™Ë†Ã˜Â© Ã˜Â§Ã™â€žÃ˜ÂªÃ˜Â³Ã˜Â¬Ã™Å Ã™â€ž */
.signup-cta {
  text-align: center;
  margin-top: 30px;
}

.btn-signup {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 12px 30px;
  font-weight: 600;
  font-size: 1rem;
}

.btn-signup:hover {
  background-color: #c10538;
  border-color: #c10538;
}

/*Swiper*/
html, body {
  position: relative;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;    
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*Models-Home*/
.gallery_model_home .model_hdata {
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 50%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    padding: 1.5rem;
    right: 0;
    top: 0;
}  
.gallery_model_home .model-item {
    background-color: #f2f2f2;
    border-radius: 1.5rem;
    display: block;
    overflow: hidden;
    padding-top: 125%;
    position: relative;
    width: 100%;
}
.gallery_model_home img {
    /*height: 100%;
    -o-object-fit: cover;
    object-fit: cover;*/
    position: absolute;
    top: 0;
    width: 100%;
}

.gallery_model  .model_hdata {
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 50%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    padding: 1.5rem;
    right: 0;
    top: 0;
}

.gallery_model  .model-item {
    background-color: #f2f2f2;
    border-radius: 1.5rem;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.model_buttons button {
  height: 2rem;
  padding-left: 1.3em;
  padding-right: 1.3em;
  border-radius: 10rem;
}


.model_buttons .active, .model_buttons button:hover {
    border-color: #b5b5b5;
    background-color: hsla(0, 0%, 4%, .04);
    color: #363636;  
    border: 1px solid transparent;
}
.model_buttons .all,.model_buttons .all:hover  {
    background: #1d1d1f;
    color: #FFF;
}

/* Ã˜ÂªÃ˜Â®Ã˜ÂµÃ™Å Ã˜ÂµÃ˜Â§Ã˜Âª Ã™â€žÃ™â€žÃ˜Â´Ã˜Â§Ã˜Â´Ã˜Â§Ã˜Âª Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â®Ã˜ÂªÃ™â€žÃ™ÂÃ˜Â© */
@media (max-width: 1200px) {
  .model-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .model-content {
    flex-direction: column;
    margin-bottom: 30px;
  }
  
  .model-sidebar {
    width: 100%;
    display: none;
    margin-bottom: 20px;
  }
  
  .model-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .mobile-filters {
    display: block;
  }
}

@media (max-width: 768px) {
  .model-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .model-sort {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .sort-options {
    flex-wrap: wrap;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 1.75rem;
    font-weight: bold;
  }
  
  .btn-xl, .btn-lg {
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .model-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .model-title {
    font-size: 1.5rem;
  }
}