.gallery_home_section {
	width: 100%;
	float: left;
}

.gallery_item {
	width: 100%;
	float: left;
	text-align:center
}
.filter_btn_container {
	width: 200px;
	float:right;
	text-align:center;
	background-color:#fff;
	white-space: nowrap; /* Prevent wrapping of child elements */
	overflow-x: auto; /* Enable horizontal scrolling */
	overflow-y: hidden; /* Hide vertical scrolling */
	padding: 0px; /* Optional: Add padding */
	box-sizing: border-box; /* Ensure padding and border are included in the width */
	direction:rtl;
	height:auto;
	box-sizing:border-box;
	padding:0px 0px;
}
.filter_btn {
	width:100%;
	float:right;
	font-size: 21px;
    color: #000;
	font-weight: 400;
	display: inline-block;
    margin-bottom: 25px; 
	text-align:right;
	border-bottom: 0px solid #000;
	box-sizing:border-box;
	padding-right:0px
}
.filter_btn:last-child {
	border-bottom: 0px solid #000;
}
.filter_btn:hover {
    color: #333;
}
.filter_active {
    font-weight: bold;
    color: #da184c;
}
.iframe_team_wrapper {
	margin-bottom:90px;
	width:100%;
	float:right;
}

.slideshow_nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 0px;
  box-sizing: border-box;
}
.slideshow_prev, .slideshow_next {
  cursor: pointer;
  font-size: 30px;
  color: #da1c4e;
  user-select: none;
}
.slideshow_dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: right;
  z-index: 10;
}
.slideshow_dots span {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background-color:#fff;
}
.slideshow_dots .active {
  background-color: #da184c;
}
.download-btn {
  display: inline-block;
  margin-top: 0px;
  padding: 10px 25px;
  background-color: #e7c5ce;
  color: #000;
  text-decoration: none;
  border-radius: 30px;
  font-size: 21px;
  transition: background-color 0.3s ease;
  cursor:pointer!important;
  direction:rtl;
  z-index:1000!important;
  position:relative;
}
.download-btn:hover {
  background-color: #caa6af;
}

.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
.modelCaption {
  width: auto;
  position:absolute;
  top:0;
  right:10px;
  display:flex;
  flex-direction: column;
  align-items: center;
  z-index:999!important;
}

.modelNameTitle {
  width:100%;
  float:right;
  position:relative;
  display:flex;
  flex-direction: column;
  align-items: center;
  height:40px;
}
.modelBtn {
  width:100%;
  float:right;
  position:relative;
  display:flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top:50px
}
.gallery_container .slideshow_img .title {
  font-size: 22px;
}

.gallery_container .slideshow .slideshow_img {
z-index: 0 !important;
	background-position:center top
}

.slideshow_img img {
    /*pointer-events: none!important;*/
}
.slideshow_img img {
    display: block;
    max-width: 100%;
    height: auto;
}


@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
    margin-bottom: 20px;
  }

  .filter_dropdown_container select {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
}

@media all and (min-width: 1438px) {
.gallery_container .slideshow_grid_left  {
    height: 900px;
	margin-top:0!important;
    }
.gallery_container {
	width: calc(100% - 200px);
	float: left;
	margin-left:0px
}

.gallery_container .slideshow_caption .title {
    font-size: 22px; 
}

}
@media all and (max-width: 1439px) and (min-width: 769px) {
	.gallery_container .slideshow_grid_left {
	width: calc(100% - 250px);
	float: left;
	height: 600px;
	margin-top:0;
}
	.gallery_container .slideshow_caption .title {
    font-size: 22px; 
}
}


@media (max-width: 768px) and (min-width: 319px) {
.gallery_container .slideshow_grid_left  {
	height: 320px!important;
	margin-top:0
}
.filter_btn_container {
	padding:0px;
	width:100%;
	height:auto;
	margin-bottom:10px
}
.gallery_container {
	width: 100%;
	float: left;
}

.gallery_container .slideshow_grid_left {
    margin-top:10px
}
.gallery_container .slideshow .slideshow_img {
    /* background-size:cover; */
	background-size:110%
}
.filter_btn {
	width:auto;
	font-size: 20px;
    margin: 0px;
    padding: 10px;
}
.gallery_container .slideshow_caption .title {
    font-size: 22px; 
}

.gallery_container .slideshow_caption {
	margin-top:0;
	height:auto!important
}
.slideshow_nav {
  margin-top:80px
}
.download-btn {
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 19px;
  margin-bottom:5px
}
.modelCaption {
  width: 100%;
  bottom:0;
  right:0px;
  display:flex;
  flex-direction: column-reverse;
}	
.modelNameTitle {
height:auto
}
.modelBtn {
  width:100%;
  float:right;
  position:relative;
  display:flex;
  flex-direction: column;
  align-items: center;
	top:180px
}
.gallery_container .slideshow_img .title {
  font-size: 18px;
}
.slideshow_dots {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.gallery_container .slideshow_grid_left  {
	height: 320px!important;
	margin-top:0
}
.filter_btn_container {
	padding:0px;
	width:100%;
	height:auto;
	margin-bottom:10px
}
.gallery_container {
	width: 100%;
	float: left;
}

.gallery_container .slideshow_grid_left {
    margin-top:10px
}
.gallery_container .slideshow .slideshow_img {
    /* background-size:cover; */
	background-size:110%
}
.filter_btn {
	width:auto;
	font-size: 20px;
    margin: 0px;
    padding: 10px;
}
.gallery_container .slideshow_caption .title {
    font-size: 22px; 
}

.gallery_container .slideshow_caption {
	margin-top:0;
	height:auto!important
}
.slideshow_nav {
  margin-top:80px
}
.download-btn {
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 19px;
	margin-bottom:5px

}

.modelCaption {
  width: 100%;
  bottom:0;
  right:0px;
  display:flex;
  flex-direction: column-reverse;
}	
.modelNameTitle {
}
.modelBtn {
  width:100%;
  float:right;
  position:relative;
  display:flex;
  flex-direction: column;
  align-items: center;
}
.gallery_container .slideshow_img .title {
  font-size: 18px;
}
.slideshow_dots {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
}



@media (max-width:320px) {
.gallery_container .slideshow_grid_left  {
	height: 320px!important;
	margin-top:0
}
.filter_btn_container {
	padding:0px;
	width:100%;
	height:auto;
	margin-bottom:10px
}
.gallery_container {
	width: 100%;
	float: left;
}

.gallery_container .slideshow_grid_left {
    margin-top:10px
}
.gallery_container .slideshow .slideshow_img {
    /* background-size:cover; */
	background-size:110%
}
.filter_btn {
	width:auto;
	font-size: 20px;
    margin: 0px;
    padding: 10px;
}
.gallery_container .slideshow_caption .title {
    font-size: 22px; 
}

.gallery_container .slideshow_caption {
	margin-top:0;
	height:auto!important
}
.slideshow_nav {
  margin-top:80px
}
.download-btn {
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 19px;
  margin-bottom:5px
}
.modelCaption {
  width: 100%;
  bottom:0;
  right:0px;
  display:flex;
  flex-direction: column-reverse;
}	
.modelNameTitle {
  height:25px;
}
.modelBtn {
  width:100%;
  float:right;
  position:relative;
  display:flex;
  flex-direction: column;
  align-items: center;
	top:170px
}
.gallery_container .slideshow_img .title {
  font-size: 18px;
}
.slideshow_dots {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.gallery_container .slideshow_grid_left  {
	height: 320px!important;
	margin-top:0
}
.filter_btn_container {
	padding:0px;
	width:100%;
	height:auto;
	margin-bottom:10px
}
.gallery_container {
	width: 100%;
	float: left;
}

.gallery_container .slideshow_grid_left {
    margin-top:0px
}
.gallery_container .slideshow .slideshow_img {
    /* background-size:cover; */
	background-size:110%
}
.filter_btn {
	width:auto;
	font-size: 20px;
    margin: 0px;
    padding: 10px;
}
.gallery_container .slideshow_caption .title {
    font-size: 22px; 
}

.gallery_container .slideshow_caption {
	margin-top:0;
	height:auto!important
}
.slideshow_nav {
  margin-top:70px
}
.download-btn {
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 19px;
	margin-bottom:5px

}

.modelCaption {
  width: 100%;
  bottom:0;
  right:0px;
  display:flex;
  flex-direction: column-reverse;
}	
.modelNameTitle {
  height:auto;
	margin:0
}
.modelBtn {
  width:100%;
  float:right;
  position:relative;
  display:flex;
  flex-direction: column;
  align-items: center;
}
.gallery_container .slideshow_img .title {
  font-size: 18px;
}
.slideshow_dots {
  position: absolute;
  bottom: 90px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
}