/*****===== Home Page =====*****/

/* Banner Sec */

.banner_sec {
  overflow: hidden;
  position: relative;
  margin-top: 84px;
}

.banner_sec .owl-nav {
  display: none;
}

/* .banner_sec .banner_slider {
    overflow: hidden;
} */

/* .banner_sec .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
    height: 600px;
} */

/* .banner_sec .banner_slider .owl-dots {
	display: block;
	position: absolute;
    bottom: 5%;
	left: 0;
	right: 0;
}
.banner_sec .banner_slider .owl-dots button.owl-dot {
    border: 0px solid;
}
.banner_sec .banner_slider .owl-dots button.owl-dot:hover, .banner_sec .banner_slider .owl-dots button.owl-dot.active {
    border: 1px solid #732C7C;
}
.banner_sec .banner_slider.owl-theme .owl-dots .owl-dot span, .banner_sec .banner_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #732C7C !important;
} */

/* Banner Sec */

/* Luxury Banner Sec */

.luxury_banner {
  position: relative;
  margin-top: 83px;
}

/* .banner_text_slider {
    margin: auto;
    width: 60%;
} */

.banner_text_slider {
  width: 48%;
  margin: auto;
}

.luxury_banner .text_content {
  margin-top: 170px;
  margin: 170px auto 0;
}

.luxury_banner .container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  top: 0;
  text-align: center;
  color: #0D0D0D;
}

.luxury_banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 13, 13, 0.37);
}

.luxury_banner .text_content {
  margin-top: 170px;
}

.luxury_banner .text_content .title {
  color: #fff;
  font-size: 80px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.luxury_banner .text_content .title span {
  font-family: "Cormorant Garamond", serif;
  font-size: inherit;
  /* display: block; */
}

.luxury_banner .text_content.text_content_2 .title {
  font-size: 64px;
}

.luxury_banner .text_content.text_content_3 .title {
  font-size: 58px;
  margin-bottom: 18px;
}

.luxury_banner .text_content .sub_title {
  color: #fff;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
  padding: 0;
  background: none;
  border-radius: 0;
  letter-spacing: 1.6px;
}

.luxury_banner .text_content .book_btn {
  background: #C8794D;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.luxury_banner .text_content .book_btn:hover {
  background: #B36840;
  color: #fff;
  transform: translateY(-2px);
}

.luxury_banner .text_content .book_btn:hover img {
  filter: brightness(0) invert(1);
}

.luxury_banner .text_content .book_btn img {
  width: 12px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.banner_text_slider .owl-nav,
.banner_text_slider .owl-dots {
  display: none;
}

/* Luxury Banner Sec */

/* Home Style Sec */

.home_style_sec {
  text-align: center;
  padding: 60px 0 80px;
  background: #E8E1D8;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_style_sec .title_des {
  margin-bottom: 60px;
}

.home_style_sec .style_gallery_container {
  margin-bottom: 50px;
}

.home_style_sec .style_gallery_container .style_galler {
  height: 634px;
  display: block;
  overflow: hidden !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}

.home_style_sec .style_gallery_container .style_galler:after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  opacity: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.home_style_sec .style_gallery_container .style_galler:hover:after {
  opacity: 0.7;
  -webkit-animation: shine 0.95s;
  animation: shine 0.95s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

.home_style_sec .style_gallery_container .style_galler .gallery_photo,
.home_style_sec .style_gallery_container .style_galler .gallery_photo img {
  height: 634px;
  border-radius: 10px;
  object-fit: cover;
}

.home_style_sec .style_gallery_container .style_galler .gallery_photo img {
  transition: all 0.5s;
}
.home_style_sec
  .style_gallery_container
  .style_galler:hover
  .gallery_photo
  img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.home_style_sec .style_gallery_container .style_galler .text_content {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #0006;
  border-radius: 0 0 10px 10px;
  transition: all 0.5s;
}
.home_style_sec .style_gallery_container .style_galler:hover .text_content {
  background-color: #ffffffad;
  transition: all 0.5s;
}

.home_style_sec
  .style_gallery_container
  .style_galler
  .text_content
  .location_name {
  color: #fff;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.5;
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
  margin: 0 auto 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.home_style_sec
  .style_gallery_container
  .style_galler:hover
  .text_content
  .location_name {
  color: #333333;
  transition: all 0.5s;
}

.home_style_sec
  .style_gallery_container
  .style_galler
  .text_content
  .style_name {
  color: #ffffff;
  font-size: 16px;
  transition: all 0.5s;
}
.home_style_sec
  .style_gallery_container
  .style_galler:hover
  .text_content
  .style_name {
  color: #333333;
  transition: all 0.5s;
}

.home_style_sec .view_more {
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 14px;
}

.home_style_sec .view_more:after {
  width: 101px;
  height: 45px;
}

/* Home Style Sec */

/* Delivering Sec */

.delivering_sec {
  padding: 60px 0 80px;
  text-align: center;
  background: #F8F6F3;
  position: relative;
  z-index: 0;
}

.delivering_sec .title {
  margin-bottom: 0;
  line-height: 64px;
}

.delivering_sec .title_des {
  margin-bottom: 60px;
  color: #737373;
}

.delivering_sec .container {
  max-width: 100%;
  padding: 0 40px;
}

.delivering_sec .delivering_grid {
  margin-bottom: 28px;
}

.delivering_sec .delivering_video {
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: all 0.5s;
  position: relative;
}
/* .delivering_sec .delivering_video:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff00;
    transition: all .5s;
} */
/* .delivering_sec .delivering_video:hover:after {
    background: #ffffffbf;
}
.delivering_sec .delivering_video:hover {
    background: #ffffffa8;
} */
.delivering_sec .delivering_video img {
  transition: all 0.5s;
}

.delivering_sec .delivering_video:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.delivering_sec .delivering_video iframe {
  height: 320px;
  position: relative;
  z-index: 2;
}
.delivering_sec .delivering_video:before {
  content: "";
  left: -50%;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #0000005c;
  position: absolute;
  z-index: 1;
  transition: all 0.5s;
}
.delivering_sec .delivering_video:hover:before {
  left: -0%;
  transition: all 0.5s;
}

.delivering_sec .delivering_video:after {
  content: "";
  right: -50%;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #0000005c;
  position: absolute;
  z-index: 1;
  transition: all 0.5s;
}
.delivering_sec .delivering_video:hover:after {
  right: -0%;
  transition: all 0.5s;
}

.delivering_sec .view_more {
  margin-top: 60px;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 14px;
}

.delivering_sec .view_more:after {
  width: 101px;
  height: 45px;
}

.lazy_load_yt_video_click {
  position: relative;
}

.lazy_load_yt_video_click i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  color: #f00;
  background: #ffffff;
  width: 50px;
  height: 35px;
  margin: auto;
  border-radius: 8px;
  cursor: pointer;
  z-index: 0;
}

/* Delivering Sec */

/* Home Interiors Sec */

.home_interiors_sec {
  background: linear-gradient(135deg, #f7efe5 0%, #efe3d2 45%, #e6d9c8 100%);
  padding: 70px 0 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.home_interiors_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(201, 131, 28, 0.16), transparent 35%);
  pointer-events: none;
}

.home_interiors_sec .section_heading {
  max-width: 760px;
  margin: 0 auto 42px;
  position: relative;
  z-index: 1;
}

.home_interiors_sec .section_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  color: #8a5a14;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(15, 15, 15, 0.08);
  margin-bottom: 16px;
}

.home_interiors_sec .interiors_btn {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.home_interiors_sec .interiors_btn .more {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  margin-right: 0;
}

.home_interiors_sec .interiors_btn .more i {
  font-size: 12px;
  margin-left: 4px;
}

.home_interiors_sec .interiors_btn .more span {
  border-bottom: 1px solid #333333;
  font-size: 16px;
}

.home_interiors_sec .interiors_btn .view_more:after {
  width: 260px;
}

.home_interiors_sec .title {
  margin-bottom: 10px;
}

.home_interiors_sec .title_des {
  margin-bottom: 0;
  font-size: 20px;
  color: #5f5144;
  line-height: 1.7;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.home_interiors_sec .interiors_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
  align-items: start;
}

.home_interiors_sec .interiors_grid .interiors_content {
  width: 100%;
  margin: 0;
  padding: 56px 14px 20px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(21, 21, 21, 0.09);
  border: 1px solid rgba(201, 131, 28, 0.16);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home_interiors_sec .interiors_grid .interiors_content:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 45px rgba(21, 21, 21, 0.12);
}

.home_interiors_sec .interiors_grid .interiors_content::before {
  content: attr(data-step);
  position: absolute;
  top: 14px;
  left: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C8794D, #a4620c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(201, 131, 28, 0.25);
  z-index: 2;
}

.home_interiors_sec .interiors_grid .interiors_content .interiors_photo {
  height: 220px;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}
.home_interiors_sec
  .interiors_grid
  .interiors_content
  .interiors_photo:hover:after {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.home_interiors_sec .interiors_grid .interiors_content .interiors_photo:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.24);
  width: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.home_interiors_sec .interiors_grid .interiors_content .interiors_photo img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.home_interiors_sec .interiors_grid .interiors_content .interiors_title {
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1.4;
}

.home_interiors_sec .interiors_grid .interiors_content .interiors_title span {
  font-size: 17px;
  margin-left: 0;
  color: #8a5a14;
  font-weight: 700;
}

.home_interiors_sec .broder_sec {
  background: linear-gradient(90deg, #C8794D 0%, #e0b166 50%, #C8794D 100%);
  width: min(72%, 700px);
  display: flex;
  height: 8px;
  margin: 48px auto 44px;
  justify-content: space-between;
  border-radius: 999px;
  overflow: visible;
}

.home_interiors_sec .broder_sec span {
  background: #fff;
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50%;
  position: relative;
  top: -9px;
  box-shadow: 0 0 0 5px rgba(201, 131, 28, 0.16);
}

.home_interiors_sec .broder_sec span:after {
  content: "";
  background: #C8794D;
  border: 4px solid #fff;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.home_interiors_sec .interiors_btn .view_more {
  border-radius: 999px;
  font-size: 16px;
  padding: 12px 24px;
  background: #161616;
  color: #fff;
  box-shadow: 0 16px 30px rgba(22, 22, 22, 0.16);
}

.home_interiors_sec .interiors_btn .view_more:after {
  display: none;
}

@media (max-width: 991px) {
  .home_interiors_sec .interiors_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .home_interiors_sec .interiors_grid .interiors_content {
    padding-top: 52px;
  }
}

@media (max-width: 575px) {
  .home_interiors_sec {
    padding: 60px 0 70px;
  }

  .home_interiors_sec .section_heading {
    margin-bottom: 28px;
  }

  .home_interiors_sec .title {
    font-size: 28px;
    line-height: 1.2;
  }

  .home_interiors_sec .title_des {
    font-size: 16px;
    line-height: 1.6;
  }

  .home_interiors_sec .interiors_grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .home_interiors_sec .interiors_grid .interiors_content {
    padding: 44px 12px 14px;
  }

  .home_interiors_sec .interiors_grid .interiors_content::before {
    width: 34px;
    height: 34px;
    top: 10px;
    left: 10px;
    font-size: 13px;
  }

  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo {
    height: 180px;
    margin-bottom: 12px;
  }

  .home_interiors_sec .interiors_grid .interiors_content .interiors_title {
    font-size: 16px;
  }

  .home_interiors_sec .interiors_grid .interiors_content .interiors_title span {
    font-size: 15px;
  }

  .home_interiors_sec .broder_sec {
    width: 88%;
    margin: 28px auto 32px;
  }

  .home_interiors_sec .interiors_btn {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .home_interiors_sec .interiors_btn .more,
  .home_interiors_sec .interiors_btn .view_more {
    width: 100%;
    justify-content: center;
  }
}

/* Home Interiors Sec */

.design_reality_sec {
  text-align: center;
}

.design_reality_sec {
  padding: 120px 0;
}

.design_reality_sec .design_reality_tab_sec {
  margin-top: 40px;
}

.design_reality_sec .title_des {
  margin-bottom: 60px;
}

.design_reality_sec ul.nav-tabs {
  justify-content: center;
}

.design_reality_sec ul.nav-tabs li button {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border: none;
  margin: 0;
  position: relative;
}

.design_reality_sec .nav-tabs li button:hover {
  border: none;
}

/* .design_reality_sec .nav-tabs li button.active {
    border: none;
    position: relative;
} */

.design_reality_sec .nav-tabs li button.active {
  position: relative;
  color: #333333;
}

.design_reality_sec .nav-tabs li button:hover:after,
.design_reality_sec .nav-tabs li button.active:after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  height: 5px;
  bottom: -4px;
  background: #0D0D0D;
}

.design_reality_sec .nav-tabs li button.active {
  position: relative;
}

/* Why Choose Sec */

.why_choose_sec {
  padding: 60px 0 130px;
}

.why_choose_sec .sub_title {
  text-align: center;
  color: #0D0D0D;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.why_choose_sec .title {
  line-height: 0.8;
}

.why_choose_sec .title_des {
  width: 80%;
  margin: auto;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 38px;
  color: #737373;
}

.why_choose_sec .choose_tab_sec .nav-tabs {
  margin-bottom: 30px;
  border-bottom: 3px solid #c9c3c3;
  justify-content: center;
  width: 84%;
  margin: 0 auto 30px;
}

.why_choose_sec .choose_tab_sec .nav-tabs li button {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border: none;
  margin: 0;
  position: relative;
}

.why_choose_sec .choose_tab_sec .nav-tabs li button:hover {
  border: none;
}

.why_choose_sec .choose_tab_sec .nav-tabs li button.active {
  border: none;
  position: relative;
}

.why_choose_sec .choose_tab_sec .nav-tabs li button:hover:after,
.why_choose_sec .choose_tab_sec .nav-tabs li button.active:after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  height: 5px;
  bottom: -4px;
  background: #0D0D0D;
}

.why_choose_sec .choose_tab_sec .why_choose_content {
  display: flex;
  justify-content: center;
}

.why_choose_sec .choose_tab_sec .why_choose_content .choose_photo {
  width: 360px;
  height: 358px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.why_choose_sec .choose_tab_sec .why_choose_content .choose_photo img {
  height: 358px;
  object-fit: cover;
}

.why_choose_sec .choose_tab_sec .why_choose_content .choose_photo img {
  height: 360px;
  object-fit: cover;
  transition: all 0.5s;
}
.why_choose_sec .choose_tab_sec .why_choose_content .choose_photo:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.why_choose_sec .choose_tab_sec .why_choose_content .choose_photo:after {
  position: absolute;
  top: 0;
  left: -130%;
  z-index: 2;
  /* opacity: 0; */
  display: block;
  content: "";
  width: 70%;
  height: 100%;
  background: #0000003d;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  right: 0;
  bottom: 0;
  transition: all 0.5s;
}

.why_choose_sec .choose_tab_sec .why_choose_content .choose_photo:before {
  position: absolute;
  top: 0;
  /* right: -130%; */
  z-index: 2;
  /* opacity: 0; */
  display: block;
  content: "";
  width: 70%;
  height: 100%;
  background: #0000003d;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  right: -94%;
  bottom: 0;
  transition: all 0.5s;
}
.why_choose_sec .choose_tab_sec .why_choose_content .choose_photo:hover:after {
  left: -100px;
  /* -webkit-animation: shine .95s;
    animation: shine .95s; */
  transition: all 0.5s;
}
.why_choose_sec .choose_tab_sec .why_choose_content .choose_photo:hover:before {
  right: -100px;
  /* -webkit-animation: shine .95s;
    animation: shine .95s; */
  transition: all 0.5s;
}

.why_choose_sec .choose_tab_sec .why_choose_content .text_content .des {
  color: #333333;
}

.why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more {
  margin-top: 20px;
  padding: 12px 14px;
  font-size: 16px;
  border-radius: 8px;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content
  .text_content
  .view_more.design:after {
  width: 192px;
  height: 48px;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content
  .text_content
  .view_more:after {
  width: 148px;
  height: 48px;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content
  .text_content
  .view_more.project:after {
  width: 220px;
  /* left: 0; */
  /* top: 0; */
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content
  .text_content
  .view_more.quality:after {
  width: 163px;
  height: 48px;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content
  .text_content
  .view_more.expert:after {
  width: 189px;
  height: 48px;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content
  .text_content
  .view_more.emi:after {
  height: 48px;
  width: 158px;
}

.why_choose_sec .choose_tab_sec .why_choose_content .choose_photo_sec {
  width: 44%;
  position: relative;
  flex: 0 0 44%;
}

.why_choose_sec .choose_tab_sec .why_choose_content .text_content .emi_list li {
  list-style-type: decimal;
  font-size: 16px;
  margin-bottom: 7px;
  color: #242224;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content
  .choose_photo_sec
  .personalised_text_content {
  background: #fff;
  width: 220px;
  position: absolute;
  bottom: -70px;
  right: 90px;
  box-shadow: 0 0 20px 0px rgb(205 205 205 / 50%);
  -moz-box-shadow: 0 0 20px 0px rgb(205 205 205 / 50%);
  -webkit-box-shadow: 0 0 20px 0px rgb(205 205 205 / 50%);
  padding: 24px;
  text-align: center;
  border-radius: 12px;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content.management_content
  .personalised_text_content {
  bottom: -20px;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content.delivery_content
  .personalised_text_content {
  bottom: -30px;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content
  .choose_photo_sec
  .personalised_text_content
  .number {
  font-size: 44px;
  color: #0D0D0D;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content
  .choose_photo_sec
  .personalised_text_content
  .awards {
  color: #0D0D0D;
  font-size: 20px;
  margin: 10px auto 0;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content.emi_content
  .choose_photo_sec
  .personalised_text_content {
  bottom: -30px;
}

.why_choose_sec
  .choose_tab_sec
  .why_choose_content.quality_content
  .personalised_text_content {
  bottom: -30px;
}

/* Why Choose Sec */

/* Campaign sec */
.campaign_sec {
  background: url(../images/clients_bg_fdc.png);
  background-repeat: no-repeat;
  padding: 60px 0 80px;
  text-align: center;
  background-size: cover;
}
.campaign_sec .container {
  max-width: 1700px;
}

.campaign_sec .camping_wrapper {
  display: flex;
  flex-wrap: wrap;
  /* padding: 30px; */
  align-items: center;
  margin-top: 40px;
}

.campaign_sec .camping_wrapper .camping_video {
  width: 50%;
  margin-right: 64px;
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  cursor: pointer;
}

.campaign_sec .camping_wrapper .text_content {
  width: 58%;
  text-align: left;
}

.campaign_sec .camping_wrapper .text_content .title {
  text-align: left;
  font-size: 24px;
}

.campaign_sec .camping_wrapper .text_content .des {
  line-height: 1.8;
}
.campaign_sec .camping_wrapper .text_content {
  width: 44%;
}
.campaign_modal_video.show {
  display: flex !important;
  align-items: center;
}

.campaign_sec .camping_wrapper .camping_video img {
  transition: all 0.5s;
}

.campaign_sec .camping_wrapper .camping_video:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.campaign_sec .camping_wrapper .camping_video:before {
  content: "";
  left: -50%;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #0000005c;
  position: absolute;
  z-index: 1;
  transition: all 0.5s;
}
.campaign_sec .camping_wrapper .camping_video:hover:before {
  left: -0%;
  transition: all 0.5s;
}

.campaign_sec .camping_wrapper .camping_video:after {
  content: "";
  right: -50%;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #0000005c;
  position: absolute;
  z-index: 1;
  transition: all 0.5s;
}
.campaign_sec .camping_wrapper .camping_video:hover:after {
  right: -0%;
  transition: all 0.5s;
}

/* Campaign sec */

/* Winner Award */

.winner_award {
  display: block;
}

/* .winner_award {
    display: block;
    height: 334px;
    overflow: hidden;
} */

/* .winner_award img {
    height: 334px;
} */

/* Winner Award */

.award_winning_sec {
  background: url(../images/clients_bg_FDCv2.png);
  padding: 44px 0 30px;
  background-repeat: no-repeat;
}

.award_winning_sec .sub_title {
  text-align: center;
  color: #0D0D0D;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.award_winning_sec .title_des {
  text-align: center;
  font-size: 20px;
  color: #737373;
  margin-bottom: 0;
}

/* Experience Sec */

.experience_sec {
  padding: 60px 0 80px;
}

.experience_sec .title {
  margin-bottom: 0;
  line-height: 0.8;
}

.experience_sec .title_des {
  text-align: center;
  font-size: 20px;
  color: #737373;
  margin-bottom: 60px;
}

.experience_sec .experience_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.experience_sec .experience_content .text_content {
  width: 45%;
}

.experience_sec .experience_content .experience_photo {
  width: 40%;
  overflow: hidden;
}
.experience_sec .experience_content .experience_photo img {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  object-fit: cover;
  transition: all 0.5s;
}
.experience_sec .experience_content .experience_photo:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.experience_sec .experience_content .text_content .experience_title {
  font-size: 28px;
  color: #333333;
}

.experience_sec .experience_content .text_content .des {
  margin: 20px auto 40px;
  line-height: 1.8;
  text-align: justify;
}

.experience_sec .experience_content .text_content .btn_group {
  display: flex;
}

.experience_sec .experience_content .text_content .btn_group .view_more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px;
  margin-right: 40px;
  font-size: 16px;
}

.experience_sec .experience_content .text_content .btn_group .view_more i {
  font-size: 16px;
  margin-right: 8px;
}

.experience_sec .experience_content .text_content .btn_group .view_more img {
  width: 14px;
  margin-right: 10px;
}

.experience_sec .experience_content .text_content .btn_group .view_more:after {
  width: 131px;
  height: 55px;
}

.experience_sec
  .experience_content
  .text_content
  .btn_group
  .view_more.whitefield_btn {
  background: #C8794D;
  color: #0D0D0D;
  border: 1px solid #C8794D;
}

.experience_sec
  .experience_content
  .text_content
  .btn_group
  .view_more.whitefield_btn:after {
  background: #ffffff;
  z-index: -1;
  width: 124px;
  height: 53px;
  border: 1px solid #0D0D0D;
}

.experience_sec .experience_content .text_content .btn_group  .view_more:hover {
  color: #C8794D;
}

.experience_sec
  .experience_content
  .text_content
  .btn_group
  .view_more.whitefield_btn:hover {
  color: #0D0D0D;
}

/* Experience Sec */

/* Skill Sec */

.skill_sec {
  padding: 100px 0;
  background: linear-gradient(
    180deg,
    #0D0D0D 22%,
    #171717 82%
  );
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .skill_sec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #0D0D0D 22%, #171717 82%);
    z-index: 0;
} */

.skill_sec .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
}

.skill_sec .title {
  margin-bottom: 14px;
  line-height: 54px;
  color: #fff;
}

.skill_sec .title_des {
  text-align: left;
  margin-bottom: 30px;
  font-size: 20px;
  color: #fff;
}

.skill_sec .skilled_contain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 54%;
  margin-left: 36px;
}

.skill_sec .container .team_photo {
  flex: 0 0 42%;
}

.skill_sec .text_content .magicians {
  display: inline-block;
  font-size: 20px;
  color: #C8794D;
  margin-right: 14%;
  transform: rotate(-7deg);
  font-family: "Square Peg", cursive;
  font-weight: 400;
}

.skill_sec .skilled_contain .text_content .des {
  text-align: justify;
  color: #fff;
}

.skill_sec .text_content .magicians span {
  font-family: "Style Script", cursive;
  font-size: 22px;
}

.skill_sec .skilled_contain .text_content {
  padding-left: 0;
  width: 100%;
  flex: 0 0 100%;
  text-align: left;
}

.skill_sec .skilled_contain .text_content .skilled_title {
  font-size: 20px;
  color: #fff;
  text-align: left;
  position: relative;
  /* margin-right: 12%; */
  line-height: 33px;
}

.skill_sec .skilled_contain .text_content .skilled_title span {
  text-decoration: line-through;
  color: #fff;
}

.skill_sec .skilled_contain .text_content .skilled_title img {
  width: 10px;
  position: absolute;
  bottom: 42%;
  filter: brightness(0) invert(1);
  left: 4%;
}

.skill_sec .container .team_photo {
  flex: 0 0 42%;
}

/* Skill Sec */

.skill_sec.skill_sec_two {
  padding: 0;
}

.skill_sec.skill_sec_two .container .team_photo {
  flex: 0 0 48%;
  background-color: #fff;
  padding: 63px 30px;
  background-image: url(../images/clients_bg_fdcv2.png);
  position: relative;
  overflow: hidden;
}
.skill_sec.skill_sec_two .container .team_photo img {
  transition: all 0.5s;
}
.skill_sec.skill_sec_two .container .team_photo:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.skill_sec.skill_sec_two .skilled_contain {
  width: 48%;
  margin-left: 51px;
  margin-top: 100px;
  margin-bottom: 80px;
}

.skill_sec.skill_sec_two .skilled_contain .text_content .skilled_title img {
  left: 4.8%;
  bottom: 51%;
}

/* Clients Review Sec */

.clients_review_sec {
  background: url(../images/clients_bg_FDCv2.png);
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clients_review_sec .title_des {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  color: #737373;
}

.clients_review_sec .nav-tabs {
  justify-content: center;
  background: #0D0D0D;
  display: inline-flex;
  margin-bottom: 40px;
  border-radius: 8px;
  padding: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.clients_review_sec nav {
  text-align: center;
}

.clients_review_sec .nav-tabs .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  margin-bottom: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.clients_review_sec .nav-tabs .nav-link:hover {
  border: none !important;
  margin: 0 !important;
}

.clients_review_sec .nav-tabs .nav-link.active {
  color: #ffffff;
  border: none;
  background: #C8794D;
}

.clients_review_sec .testimonials_slider .testimonials_video_content {
  background: #fff;
  box-shadow: 0 0 20px 0px rgb(205 205 205 / 50%);
  margin: 20px 0px;
  border-radius: 11px;
  overflow: hidden;
  display: block;
}

.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .testimonials_video {
  height: 230px;
  overflow: hidden;
  cursor: pointer;
}
.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .testimonials_video
  img {
  transition: all 0.5s;
}

.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .testimonials_video:hover
  img {
  transition: all 0.5s;
  /* transform: scale(1.1); */
}
.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .testimonials_video:before {
  content: "";
  left: -50%;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #0000005c;
  position: absolute;
  z-index: 1;
  transition: all 0.5s;
}
.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .testimonials_video:hover:before {
  left: -0%;
  transition: all 0.5s;
}

.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .testimonials_video:after {
  content: "";
  right: -50%;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #0000005c;
  position: absolute;
  z-index: 1;
  transition: all 0.5s;
}
.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .testimonials_video:hover:after {
  right: -0%;
  transition: all 0.5s;
}

.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .testimonials_video
  iframe {
  height: 230px;
  position: relative;
  z-index: 2;
}

.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .text_content {
  text-align: center;
  padding: 20px 15px;
}

.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .text_content
  .des
  span {
  width: 70px;
  position: relative;
  left: -4px;
  top: 0px;
}

.clients_review_sec .testimonials_slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border: 1px solid #fcf9fd;
  border-radius: 50%;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .text_content
  .des
  span.word_limit {
  width: auto;
  left: 0;
  top: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.clients_review_sec .testimonials_slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #C8794D;
}

.clients_review_sec .testimonials_slider .owl-dots .owl-dot.active {
  border: 1px solid #C8794D;
}

.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .text_content
  .des {
  color: #222;
  margin-bottom: 20px;
  display: flex;
}

.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .text_content
  .name {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.clients_review_sec
  .testimonials_slider
  .testimonials_video_content
  .text_content
  .location {
  color: #222222;
  font-size: 16px;
}

/* Clients Review Sec */

/* Catelogue Sec */

.catelogue_sec {
  background: url(../images/clients_bg_fdcv2.png);
  background-repeat: no-repeat;
  padding: 60px 0 100px;
  background-size: cover;
  position: relative;
  z-index: 0;
}

/* .catelogue_sec .container {
    max-width: 100%;
    padding: 0 40px;
} */

.catelogue_sec .title {
  margin-bottom: 15px;
}

.catelogue_sec .title_des {
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
  color: #737373;
}

.catelogue_sec .catelogue_grid .catelogue_photo {
  height: 308px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.catelogue_sec .catelogue_grid .catelogue_photo:after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  opacity: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.catelogue_sec .catelogue_grid .catelogue_photo:hover:after {
  opacity: 0.7;
  -webkit-animation: shine 0.95s;
  animation: shine 0.95s;
}

/* .catelogue_sec .catelogue_grid .catelogue_photo:before {
    position: absolute;
    left: 0;
    z-index: 2;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    right: 0;
    background: #00000040;
    top: -100%;
}
.catelogue_sec .catelogue_grid .catelogue_photo:after {
    position: absolute;
    left: 0;
    z-index: 2;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    right: 0;
    background: #00000040;
    bottom: -100%;
}
.catelogue_sec .catelogue_grid .catelogue_photo:hover:before {
    top: 0%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.catelogue_sec .catelogue_grid .catelogue_photo:hover:after {
    bottom: 0%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
} */

.catelogue_sec .catelogue_grid .catelogue_photo img {
  height: 308px;
  object-fit: cover;
  transition: all 0.5s;
}
.catelogue_sec .catelogue_grid .catelogue_photo:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.catelogue_sec .catelogue_grid .catelogue_photo .text_content {
  position: absolute;
  bottom: 0;
  /* background: #333333; */
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.6s ease-in-out 0.3s;
  /* top: 0; */
  background: #0006;
  display: flex;
  /* align-items: end; */
  justify-content: center;
}

.catelogue_sec .catelogue_grid .catelogue_photo:hover .text_content,
.catelogue_sec .catelogue_grid .catelogue_photo.active .text_content {
  bottom: 0%;
  transition: all 0.6s ease-in-out 0.3s;
}

.catelogue_sec .catelogue_grid .catelogue_photo .text_content .catelogue_title {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 16px 0;
}
/* .catelogue_sec .catelogue_grid .catelogue_photo:hover .text_content .catelogue_title {
    color: #0D0D0D;
} */
/* .catelogue_sec .catelogue_grid .catelogue_photo:hover .text_content {
    background-color: #ffffffad;
    transition: all .5s;
} */

.catelogue_sec .catelogue_grid {
  text-align: center;
}

.catelogue_sec .catelogue_grid .view_more {
  padding: 12px 16px;
  margin-top: 30px;
  font-size: 16px;
  border-radius: 8px;
}

.catelogue_sec .catelogue_grid .view_more:after {
  width: 146px;
  height: 48px;
}

/* Catelogue Sec */

/* Thalas Sec */

.thalas_sec {
  background: url(../images/clients_bg.webp);
  background-repeat: no-repeat;
  padding: 60px 0;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.thalas_sec .title {
  line-height: 45px;
}

.thalas_sec .title_des {
  text-align: center;
  margin-bottom: 60px;
}

.thalas_sec .thalas_contain {
  display: flex;
  flex-wrap: wrap;
}

.thalas_sec .thalas_contain .text_contain {
  width: 40%;
  margin-right: 48px;
}

.thalas_sec .thalas_contain .text_contain .des {
  margin-bottom: 14px;
  text-align: justify;
}

.thalas_sec .thalas_contain .btn_group .view_more {
  padding: 16px 16px;
  background: #0D0D0D;
  margin-right: 40px;
  position: relative;
  z-index: auto;
  font-size: 16px;
}

.thalas_sec .thalas_contain .btn_group .view_more:after {
  border: 1px solid #C8794D;
  z-index: -1;
  width: 166px;
  height: 56px;
}

.thalas_sec .thalas_contain .btn_group .visit_lisnk {
  color: #0D0D0D;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #0D0D0D;
  padding-bottom: 4px;
}

.thalas_sec .thalas_contain .btn_group .visit_lisnk:hover {    color: #B36840;
    border-bottom: 2px solid #B36840;
}

.thalas_sec .thalas_contain .text_contain .btn_group {
  margin-top: 40px;
}

/* .thalas_sec .thalas_contain .btn_group .view_more:hover:after {
    left: -5px;
  
} */

.thalas_sec .thalas_contain .thalas_photo_sec {
  display: flex;
  width: 56%;
  flex-wrap: wrap;
  align-items: self-start;
}

.thalas_sec .thalas_contain .thalas_photo_sec .photo_left {
  display: flex;
  flex-wrap: wrap;
  width: 69%;
}

.thalas_sec .thalas_contain .thalas_photo_sec .photo_left .top_sec {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_left
  .top_sec
  .thalas_photo {
  width: 35%;
  height: 280px;
  border-radius: 10px 0 0 0;
  overflow: hidden;
  margin: 2px;
}
.thalas_sec .thalas_contain .thalas_photo_sec .thalas_photo {
  position: relative;
}

.thalas_sec .thalas_contain .thalas_photo_sec .thalas_photo:after {
  position: absolute;
  top: 0;
  left: -94%;
  z-index: 2;
  /* opacity: 0; */
  display: block;
  content: "";
  width: 80%;
  height: 100%;
  background: #00000000;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  right: 0;
  bottom: 0;
  transition: all 0.5s;
}

.thalas_sec .thalas_contain .thalas_photo_sec .thalas_photo:before {
  position: absolute;
  top: 0;
  /* right: -130%; */
  z-index: 2;
  /* opacity: 0; */
  display: block;
  content: "";
  width: 80%;
  height: 100%;
  background: #00000000;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  right: -94%;
  bottom: 0;
  transition: all 0.5s;
}
.thalas_sec .thalas_contain .thalas_photo_sec .thalas_photo:hover:after {
  left: -42%;
  transition: all 0.5s;
  background: #0000003d;
}
.thalas_sec .thalas_contain .thalas_photo_sec .thalas_photo:hover:before {
  right: -42%;
  transition: all 0.5s;
  background: #0000003d;
}

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_right
  .bottom_sec
  .thalas_photo:before {
  width: 110%;
  right: -110%;
}
.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_right
  .bottom_sec
  .thalas_photo:hover:before {
  right: -60%;
}
.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_right
  .bottom_sec
  .thalas_photo:after {
  width: 110%;
  left: -110%;
}
.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_right
  .bottom_sec
  .thalas_photo:hover:after {
  left: -60%;
}
.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_left
  .bottom_sec
  .thalas_photo:before {
  width: 100%;
  right: -100%;
}
.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_left
  .bottom_sec
  .thalas_photo:hover:before {
  right: -60%;
}
.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_left
  .bottom_sec
  .thalas_photo:after {
  width: 100%;
  left: -100%;
}
.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_left
  .bottom_sec
  .thalas_photo:hover:after {
  left: -60%;
}

/*.thalas_sec .thalas_contain .thalas_photo_sec .thalas_photo:before {
    position: absolute;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    right: 0;
    background: #00000040;
    top:0;
} 
.thalas_sec .thalas_contain .thalas_photo_sec .thalas_photo:after {
    position: absolute;
    top: 0;
    right: -120%;
    bottom: 0%;
    z-index: 2;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    background: #00000040;
}
.thalas_sec .thalas_contain .thalas_photo_sec .thalas_photo:hover:before {
    left: -0%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.thalas_sec .thalas_contain .thalas_photo_sec .thalas_photo:hover:after {
    right: -0%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
} */

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_left
  .top_sec
  .thalas_photo
  img {
  height: 280px;
  object-fit: cover;
}
.thalas_sec .thalas_contain .thalas_photo img {
  transition: all 0.5s;
}
.thalas_sec .thalas_contain .thalas_photo:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.thalas_sec .thalas_contain .thalas_photo_sec .photo_left .top_sec .photo_text {
  background: #0D0D0D;
  width: 63%;
  height: 280px;
  margin: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_left
  .top_sec
  .photo_text
  .des {
  color: #C8794D;
  font-size: 20px;
  margin: 0;
}

.thalas_sec .thalas_contain .thalas_photo_sec .photo_left .bottom_sec {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  width: 100%;
}

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_left
  .bottom_sec
  .thalas_photo {
  height: 290px;
  width: 24%;
  margin: 2px;
  overflow: hidden;
}

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_left
  .bottom_sec
  .thalas_photo
  img {
  height: 290px;
  object-fit: cover;
}

.thalas_sec .thalas_contain .thalas_photo_sec .photo_right {
  width: 30%;
}

.thalas_sec .thalas_contain .thalas_photo_sec .photo_right .bottom_sec {
  display: flex;
  flex-wrap: wrap;
}

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_right
  .bottom_sec
  .thalas_photo {
  width: 48%;
  height: 290px;
  overflow: hidden;
  margin: 2px;
}

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_right
  .bottom_sec
  .thalas_photo
  img {
  height: 290px;
  object-fit: cover;
}

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_left
  .bottom_sec
  .thalas_photo.left {
  width: 74%;
  margin-right: 2px;
  border-radius: 0 0 0 10px;
  overflow: hidden;
}

.thalas_sec .thalas_contain .thalas_photo_sec .photo_right .thalas_photo.top {
  height: 280px;
  overflow: hidden;
  margin: 2px;
  border-radius: 0 10px 0 0;
}

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_right
  .thalas_photo.top
  img {
  height: 280px;
  object-fit: cover;
}

.thalas_sec
  .thalas_contain
  .thalas_photo_sec
  .photo_right
  .bottom_sec
  .thalas_photo.right {
  border-radius: 0 0 10px 0;
}

.factory_modal.show {
  display: flex !important;
  align-items: center;
}

.factory_modal .modal-dialog {
  max-width: 38%;
  flex: 38%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.factory_modal .modal-dialog .close_button {
  position: absolute;
  right: 5px;
  background: #C8794D;
  width: 44px;
  height: 44px;
  z-index: 1;
  border: none;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  top: 5px;
}

.factory_modal .modal-dialog .close_button i {
  color: #fff;
}

.factory_modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 380px;
}

/* Thalas Sec */

/* Pathner Sec */

.pathner_sec {
  padding: 60px 0;
  background: linear-gradient(
    180deg,
    #0D0D0D 22%,
    #171717 82%
  );
}

.pathner_sec .title {
  margin-bottom: 12px;
  color: #fff;
}

.pathner_sec .title_des {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

.pathner_sec .pathner_icon {
  height: 110px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  top: 0;
  transition: all 0.5s;
  cursor: pointer;
}
.pathner_sec .pathner_icon:hover {
  top: -7px;
}

/* .pathner_sec .pathner_icon:after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    opacity: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.pathner_sec .pathner_icon:hover:after {
    opacity: .7;
    -webkit-animation: shine .95s;
    animation: shine .95s;
} */

.pathner_sec .pathner_icon img {
  width: 100px;
  margin: auto;
  object-fit: cover;
  /* transition: all .5s; */
}
/* .pathner_sec .pathner_icon:hover img {
    transition: all .5s;
    transform: scale(1.1);
} */
.home_style_sec .owl-dots {
  margin-top: 24px !important;
}

.owl-theme .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border: 1px solid #fcf9fd;
  border-radius: 50%;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #C8794D;
}

.owl-theme .owl-dots .owl-dot.active {
  border: 1px solid #C8794D;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
  background: #333333;
}

/* Pathner Sec */

/* Blog Sec */

.blog_sec {
  background: #f4f4f4;
  padding: 60px 0 70px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.blog_sec .title {
  margin-bottom: 12px;
}

.blog_sec .title_des {
  margin-bottom: 60px;
  color: #484848;
}

.blog_sec .blog_content {
  background: #fff;
  overflow: hidden;
  display: block;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 12px;
}

.blog_sec .blog_content .blog_photo {
  height: 285px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.blog_sec .blog_content .blog_photo:after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  opacity: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.blog_sec .blog_content .blog_photo:hover:after {
  opacity: 0.7;
  -webkit-animation: shine 0.95s;
  animation: shine 0.95s;
}

.blog_sec .blog_content .blog_photo img {
  height: 285px;
  object-fit: cover;
  transition: all 0.5s;
}

.pathner_sec .pathner_icon img {
  width: 100px;
  margin: auto;
  object-fit: cover;
}
.blog_sec .blog_content .blog_photo:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.blog_sec .blog_content .blog_photo .post_tag {
  position: absolute;
  color: #fff;
  background: #C8794D;
  padding: 8px 10px;
  margin: 0;
  font-size: 13px;
  top: 5%;
  right: 3%;
  border-radius: 3px;
  z-index: 1;
}
.blog_sec .blog_content .text_content {
  padding-top: 20px;
  text-align: left;
}
.blog_sec .blog_content .blog_photo:hover .post_tag {
  color: #fff;
  background: #B36840;
}

.blog_sec .blog_content .text_content .date_location {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog_sec .blog_content .text_content .date_location .date {
  color: #9f9e9e;
  font-size: 14px;
}

.blog_sec .blog_content .text_content .date_location .place_location {
  color: #9f9e9e;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-family: "avenir_lt_std55_roman";
  text-transform: uppercase;
}

.blog_sec .blog_content .text_content .date_location .date i {
  margin-right: 4px;
}

.blog_sec .blog_content .text_content .date_location .place_location i {
  margin-right: 4px;
}

/* .blog_sec .blog_content .text_content .date_location .place_location:before {
    position: absolute;
    content: "••";
    font-size: 18px;
    line-height: 1;
    left: 0;
    top: -2px;
    color: #241925;
} */

.blog_sec .blog_content .text_content .blog_title {
  font-size: 20px;
  color: #241925;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_sec .blog_content .text_content .des {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-bottom: 0;
}

.blog_sec .view_more {
  margin-top: 60px;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
}

.blog_sec .view_more:after {
  width: 137px;
  height: 44px;
}

.blog_sec .blog_slider .owl-dots {
  margin-top: 30px !important;
}

/* Blog Sec */

/* Accordion Sec */

.accordion_sec {
  padding: 60px 0;
}

.accordion_sec .title {
  line-height: 48px;
}

.accordion_sec .title_des {
  text-align: center;
}

.accordion_sec .accordion_content {
  margin-top: 80px;
}

.accordion_sec .accordion_content .accordion-item {
  margin-bottom: 30px;
  border: none;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgb(201 201 201 / 50%);
  border-radius: 10px;
  overflow: hidden;
}

.accordion_sec .accordion_content .accordion-item:hover,
.accordion_sec
  .accordion_content
  .accordion-item:hover
  .accordion-header
  button.accordion-button {
  background: #f9e6c7;
}

.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-header
  button.accordion-button {
  background: #fff;
}

.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-header
  button.accordion-button[aria-expanded="true"]:before {
  font-family: "FontAwesome";
  content: "\2b";
}

.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-header
  .accordion-button {
  font-size: 20px;
  color: #1a1a1a;
}

.accordion_sec .accordion_content .accordion-item .accordion-body {
  padding: 10px 30px 40px;
}

.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-body
  .text_contain
  .des {
  font-size: 15px;
  color: #0d0d0d;
  line-height: 1.8;
  margin: 0;
}

.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-header
  button.accordion-button {
  background: #fff;
  padding: 40px 30px 40px 80px;
  box-shadow: none;
}

.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-header
  button.accordion-button:after {
  display: none;
}

.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-header
  button.accordion-button[aria-expanded="true"] {
  position: relative;
}

/*.accordion_sec .accordion_content .accordion-item .accordion-header button.accordion-button[aria-expanded="false"] {
    background: url(../images/accordion_add_icon.png);
    background-repeat: no-repeat;
    background-position: 2% center;
}

.accordion_sec .accordion_content .accordion-item .accordion-header button.accordion-button[aria-expanded="true"] {
    background: url(../images/accordion_remove_icon.png);
    background-repeat: no-repeat;
    background-position: 2% center;
} */

.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-header
  button.accordion-button[aria-expanded="true"]:before {
  font-family: "FontAwesome";
  content: "\f056";  color: #C8794D;
  font-size: 28px;
  position: absolute;
  left: 27px;
}
.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-header
  button.accordion-button[aria-expanded="true"]
  {
  background: #f9e6c7;
}
.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-collapse.collapse.show {
  background: #f9e6c7;
}
.accordion_sec
  .accordion_content
  .accordion-item
  .accordion-header
  button.accordion-button[aria-expanded="false"]:before {
  font-family: "FontAwesome";
  content: "\2b";
  color: #C8794D;
  font-size: 28px;
  position: absolute;
  left: 27px;
}

/* Accordion Sec */

/* Warranty Delivery */

.warranty_delivery {
  background: #fafafa;
  padding: 80px 0 130px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.warranty_delivery .view_more {
  font-size: 16px;
  padding: 12px 24px;
  margin-top: 30px;
}

.warranty_delivery .view_more:after {
  width: 249px;
  height: 49px;
}

.warranty_delivery .border-right {
  border-right: 1px solid #e6e6e6 !important;
}

.warranty_delivery .warranty_content {
  text-align: center;
  padding: 0 20px;
}

.warranty_delivery .warranty_content .warranty_icon {
  width: 54px;
  margin: auto;
}

.warranty_delivery .warranty_content .warranty_icon img {
  width: 100%;
}

.warranty_delivery .warranty_content .text_content {
  margin-top: 20px;
}

.warranty_delivery .warranty_content .text_content .warranty_title {
  font-size: 20px;
  font-weight: 600;
  color: #0D0D0D;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.warranty_delivery .warranty_content .text_content .des {
  line-height: 1.4;
  font-size: 16px;
  color: #0d0d0d;
}

.warranty_delivery .row {
  align-items: center;
}

/* Warranty Delivery */

/* swap Css */

#swap_container {
  position: relative;
  display: flex;
  width: 100%;
  max-height: 75vh;
  aspect-ratio: 3 / 2;
  border-radius: 15px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

#swap_container .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#swap_container .img-wrapper:nth-child(2) {
  clip-path: inset(0px 0px 0px 50%);
}

#swap_container .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#swap_container #line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 100%;
  background-color: #fafafa;
}

#swap_container input {
  /* reset */
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  /* custom */
  position: absolute;
  width: calc(100% + 2.25rem);
  height: 100%;
  left: -1.125rem;
}

.estimate_sec #swap_container input:focus {
  border: none !important;
}

#swap_container input::-webkit-slider-thumb {
  /* reset */
  -webkit-appearance: none;
  appearance: none;
  /* custom */
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E");
  background-size: cover;
  cursor: grab;
}

#swap_container input::-moz-range-thumb {
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E");
  background-size: cover;
  cursor: grab;
}

#swap_container input:active::-webkit-slider-thumb {
  cursor: grabbing;
}

#swap_container input:active::-moz-slider-thumb {
  cursor: grabbing;
}

/* swap Css */

/*****===== Home Page =====*****/

/* ===== Shared Section Styles (matching bangalore_landing.css) ===== */
/* These are unscoped so they work on the home page without .bangalore-landing wrapper */

.home_page .section-badge, .bl-projects .section-badge, .bl-reality .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--white);
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  margin-bottom: 16px;
}
.home_page .section-title, .bl-projects .section-title, .bl-reality .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  color: var(--dark);
  margin-bottom: 8px;
}
.home_page .section-title span, .bl-projects .section-title span, .bl-reality .section-title span {
  font-weight: 300;
  color: var(--gold);
}
.home_page .section-desc, .bl-projects .section-desc, .bl-reality .section-desc {
  text-align: center;
  color: var(--text-light);
  font-size: 18px;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== 7-Tab Reality Section - Mobile Fix ===== */
@media (max-width: 1199px) {
  .bl-reality .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .bl-reality .nav-tabs .nav-link {
    font-size: 12px;
    padding: 8px 14px;
  }
}
@media (max-width: 575px) {
  .bl-reality .nav-tabs .nav-link {
    font-size: 11px;
    padding: 6px 10px;
  }
  .bl-projects__item {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .bl-reality .nav-tabs .nav-link {
    font-size: 10px;
    padding: 5px 8px;
  }
}



/*****===== Responsive Css =====*****/

/* 2560px */

@media (max-width: 2560px) {
  /***=== Home page ===***/
  /* .banner_sec {
        height: 740px;
    }
    .banner_sec .banner_slider {
        height: 740px;
    } */
  .home_style_sec .style_gallery_container .style_galler {
    height: 1140px;
  }
  .home_style_sec .style_gallery_container .style_galler .gallery_photo,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
    height: 1140px;
  }
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 340px;
  }
  .catelogue_sec .catelogue_grid .catelogue_photo {
    height: 396px;
  }
  .catelogue_sec .catelogue_grid .catelogue_photo img {
    height: 396px;
  }
  /***=== Home page ===***/
}

/* 2560px */

@media screen and (min-width: 2560px) {
  .banner_text_slider {
    width: 64.6%;
  }
  .luxury_banner .text_content {
    margin-top: 240px;
  }
  .luxury_banner .text_content .title {
    font-size: 98px;
  }
  .luxury_banner .text_content.text_content_2 .title {
    font-size: 84px;
  }
  .luxury_banner .text_content.text_content_3 .title {
    font-size: 70px;
    margin-bottom: 20px;
  }
  .luxury_banner .text_content .sub_title {
    font-size: 24px;
  }
  .luxury_banner .text_content .book_btn {
    font-size: 22px;
  }
  .luxury_banner .text_content .book_btn img {
    width: 15px;
    margin-top: 12px;
  }
}

/* 3840px */

@media screen and (min-width: 3840px) {
  .banner_text_slider {
    width: 96%;
  }
  .luxury_banner .text_content {
    margin-top: 350px;
  }
  .luxury_banner .text_content .title {
    font-size: 154px;
  }
  .luxury_banner .text_content.text_content_2 .title {
    font-size: 134px;
  }
  .luxury_banner .text_content.text_content_3 .title {
    font-size: 114px;
    margin-bottom: 30px;
  }
  .luxury_banner .text_content .sub_title {
    font-size: 40px;
  }
  .luxury_banner .text_content .book_btn {
    font-size: 30px;
  }
  .luxury_banner .text_content .book_btn img {
    width: 22px;
    margin-top: 15px;
  }
}

/* 24000px */

@media (max-width: 2400px) {
  /***=== Home page ===***/
  /* .banner_sec {
        height: 690px;
    }
    .banner_sec .banner_slider {
        height: 690px;
    } */
  /* .banner_sec .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 690px;
    } */
  .home_style_sec .style_gallery_container .style_galler {
    height: 980px;
  }
  .home_style_sec .style_gallery_container .style_galler .gallery_photo,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
    height: 980px;
  }
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 390px;
  }
  /* .winner_award {
        height: 392px;
    }
    .winner_award img {
        height: 392px;
    } */
  .catelogue_sec .catelogue_grid .catelogue_photo img {
    height: 360px;
  }
  .catelogue_sec .catelogue_grid .catelogue_photo {
    height: 360px;
  }
  /***=== Home page ===***/
}

/* 22000px */

@media (max-width: 2200px) {
  /***=== Home page ===***/
  /* .banner_sec {
        height: 600px;
    }
    .banner_sec .banner_slider {
        height: 600px;
    } */
  /* .banner_sec .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 600px;
    } */
  .home_style_sec .style_gallery_container .style_galler {
    height: 852px;
  }
  .home_style_sec .style_gallery_container .style_galler .gallery_photo,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
    height: 852px;
  }
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 338px;
  }
  /* .winner_award, .winner_award img {
        height: 340px;
    } */
  .catelogue_sec .catelogue_grid .catelogue_photo,
  .catelogue_sec .catelogue_grid .catelogue_photo img {
    height: 312px;
  }
  /***=== Home page ===***/
}

/* 1920px */

@media (max-width: 1920px) {
  /***=== Home page ===***/
  /* .banner_sec {
        height: 564px;
    } */
  /* .banner_sec .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 564px;
    } */
  /* .banner_sec .banner_slider {
        height: 564px;
    } */
  .home_style_sec .style_gallery_container .style_galler {
    height: 634px;
  }
  .home_style_sec .style_gallery_container .style_galler .gallery_photo,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
    height: 100%;
  }
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 100%;
  }
  /* .winner_award, .winner_award img {
        height: 320px;
    } */
  .catelogue_sec .catelogue_grid .catelogue_photo,
  .catelogue_sec .catelogue_grid .catelogue_photo img {
    height: 290px;
  }
  /***=== Home page ===***/
}

/* 1800px */

@media (max-width: 1800px) {
  /***=== Home page ===***/
  /* .banner_sec, .banner_sec .banner_slider, .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 500px;
    } */
  /* .banner_sec .banner_slider {
        height: 500px;
    } */
  /* Luxury Banner */
  .luxury_banner .text_content .title {
    font-size: 64px;
    line-height: 78px;
  }
  .luxury_banner .text_content .sub_title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .banner_text_slider {
    width: 42%;
  }
  .luxury_banner .text_content.text_content_2 .title {
    font-size: 58px;
  }
  .luxury_banner .text_content.text_content_3 .title {
    font-size: 48px;
  }
  /* Luxury Banner */
  .home_style_sec .style_gallery_container .style_galler,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
    height: 706px;
  }
  .catelogue_sec .catelogue_grid .catelogue_photo,
  .catelogue_sec .catelogue_grid .catelogue_photo img {
    height: 255px;
  }
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 276px;
  }
  .why_choose_sec .sub_title {
    font-size: 30px;
  }
  .why_choose_sec .sub_title {
    font-size: 34px;
  }
  /* .winner_award img {
        height: 284px;
    } */

  .factory_modal .modal-dialog .modal-content .modal-body iframe {
    height: 324px;
  }
  /***=== Home page ===***/
}

/* 1600px */

@media (max-width: 1600px) {
  /***=== Home page ===***/
  /* .banner_sec, .banner_sec .banner_slider, .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 434px;
    } */
  /* .banner_sec {
        height: 438px;
    }
    .banner_sec .banner_slider {
        height: 438px;
    } */
  /* Luxury Banner */
  .luxury_banner {
    margin-top: 68px;
  }
  .banner_text_slider {
    width: 36%;
  }
  .luxury_banner .text_content .title {
    font-size: 48px;
    line-height: 56px;
  }
  .luxury_banner .text_content.text_content_2 .title {
    font-size: 44px;
  }
  .luxury_banner .text_content.text_content_3 .title {
    font-size: 38px;
  }
  .luxury_banner .text_content .sub_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .luxury_banner .text_content .book_btn {
    padding: 8px 15px;
    font-size: 15px;
  }
  /* Luxury Banner */
  .why_choose_sec .sub_title {
    font-size: 32px;
  }
  .home_style_sec .style_gallery_container .style_galler,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
    height: 488px;
  }
  .home_style_sec .style_gallery_container .style_galler .text_content {
    padding: 24px 20px;
  }
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 100%;
  }
  /* .winner_award, .winner_award img {
        height: 248px;
    } */
  .catelogue_sec .catelogue_grid .catelogue_photo,
  .catelogue_sec .catelogue_grid .catelogue_photo img {
    height: 220px;
  }
  .home_style_sec
    .style_gallery_container
    .style_galler
    .text_content
    .location_name {
    margin: 0 auto 7px;
  }
  .home_interiors_sec .broder_sec {
    width: 69%;
  }

  .factory_modal .modal-dialog {
    max-width: 44%;
    flex: 44%;
  }
  .skill_sec.skill_sec_two .skilled_contain {
    margin-top: 70px;
    margin-bottom: 62px;
  }
  .skill_sec.skill_sec_two .container .team_photo {
    padding: 58px 30px;
  }
  /***=== Home page ===***/
}

/* 1400px */

@media (max-width: 1400px) {
  /***=== Home page ===***/
  .banner_sec {
    margin-top: 69px;
    /* height: 374px; */
  }
  /* .banner_sec .banner_slider {
        height: 374px;
    } */
  /* .banner_sec .banner_slider, .banner_sec, .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 378px;
    } */
  /* Luxury Banner */
  .banner_text_slider {
    width: 39.9%;
  }
  .luxury_banner .text_content .title {
    font-size: 54px;
    line-height: 55px;
    margin-bottom: 14px;
  }
  .luxury_banner .book_btn {
    font-size: 14px;
  }
  .luxury_banner .book_btn img {
    width: 10px;
  }
  .luxury_banner .text_content.text_content_2 .title {
    font-size: 48px;
  }
  .luxury_banner .text_content.text_content_3 .title {
    font-size: 40px;
  }
  /* Luxury Banner */
  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo,
  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo img {
    height: 270px;
  }
  .why_choose_sec .choose_tab_sec .nav-tabs li button {
    padding: 10px 16px;
  }
  /* .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo, .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo img {
        height: 314px;
    } */
  /* .winner_award, .winner_award img {
        height: 214px;
    } */
  .experience_sec .experience_content .text_content {
    width: 54%;
  }
  .experience_sec .experience_content .experience_photo {
    width: 46%;
  }
  .skill_sec .skilled_contain .text_content .skilled_title img {
    right: 38%;
  }
  .skill_sec .text_content .magicians {
    margin-right: 15%;
  }
  .campaign_sec .container {
    max-width: 1100px;
  }
  .campaign_sec .camping_wrapper .camping_video {
    width: 54%;
    margin-right: 50px;
  }
  .campaign_sec .camping_wrapper .text_content {
    width: 40%;
  }
  /* .home_interiors_sec .interiors_btn .view_more::after {
        width: 225px;
    } */
  /* .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more::after {
        width: 218px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.design:after {
        width: 265px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.quality:after {
        width: 240px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.expert:after {
        width: 272px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.emi:after {
        width: 246px;
    } */
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.personalised_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: -20px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.management_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: -40px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.delivery_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: 0px;
  }
  /* .experience_sec .experience_content .text_content .btn_group .view_more::after {
        width: 172px;
    } */
  /* .experience_sec .experience_content .text_content .btn_group .view_more.whitefield_btn::after {
        width: 163px;
        height: 70px;
    } */
  /* .catelogue_sec .catelogue_grid .view_more::after {
        width: 190px;
    } */
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 100%;
  }
  /* .home_style_sec .style_gallery_container .style_galler, .home_style_sec .style_gallery_container .style_galler .gallery_photo, .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
        height: 708px;
    } */
  .catelogue_sec .catelogue_grid .catelogue_photo,
  .catelogue_sec .catelogue_grid .catelogue_photo img {
    height: 184px;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec {
    width: 55%;
  }
  /* .thalas_sec .thalas_contain .btn_group .view_more::after {
        width: 216px;
    } */
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo {
    width: 47%;
    height: 330px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo
    img {
    height: 330px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .thalas_photo,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .thalas_photo
    img {
    height: 330px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text {
    height: 330px;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_right .thalas_photo.top,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .thalas_photo.top
    img {
    height: 330px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo
    img {
    height: 330px;
  }
  .home_interiors_sec .interiors_grid .interiors_content .interiors_title span {
    font-size: 18px;
  }
  .why_choose_sec .sub_title {
    font-size: 28px;
  }
  .experience_sec .title_des {
    margin-bottom: 30px;
  }
  /* .blog_sec .view_more::after {
        width: 195px;
    } */

  .factory_modal .modal-dialog {
    max-width: 54%;
    flex: 54%;
  }
  .blog_sec .blog_content .blog_photo,
  .blog_sec .blog_content .blog_photo img {
    height: 240px;
  }
  .blog_sec .blog_content .text_content {
    padding-top: 30px;
  }
  .blog_sec .blog_content .text_content .date_location .place_location {
    font-size: 13px;
    padding-left: 2px;
  }
  .accordion_sec .accordion_content {
    margin-top: 50px;
  }
  .warranty_delivery .warranty_content .warranty_icon {
    width: 54px;
  }
  /* .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.project:after {
        width: 205px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.quality:after {
        width: 226px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.expert:after {
        width: 260px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.emi:after {
        width: 234px;
    } */
  .home_style_sec
    .style_gallery_container
    .style_galler
    .text_content
    .location_name {
    font-size: 18px;
  }
  .home_style_sec
    .style_gallery_container
    .style_galler
    .text_content
    .style_name {
    font-size: 14px;
    margin-bottom: 0;
  }
  .home_style_sec .style_gallery_container .style_galler .text_content {
    padding: 14px 20px;
  }
  .catelogue_sec
    .catelogue_grid
    .catelogue_photo
    .text_content
    .catelogue_title {
    font-size: 16px;
    padding: 10px 0;
  }
  .blog_sec .blog_content .text_content .blog_title {
    font-size: 16px;
  }
  .skill_sec .container .team_photo {
    flex: 0 0 37%;
  }
  .skill_sec.skill_sec_two .container .team_photo {
    padding: 82px 30px;
    flex: 0 0 45%;
  }
  .skill_sec.skill_sec_two .skilled_contain .text_content .skilled_title img {
    left: 5.4%;
  }
  /***=== Home page ===***/
}

/* 1200px */

@media (max-width: 1200px) {
  /***=== Home page ===***/
  .banner_sec {
    margin-top: 51px;
  }
  /* .banner_sec .banner_slider {
        height: 310px;
    } */
  /* .banner_sec .banner_slider, .banner_sec, .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 312px;
    } */
  /* Luxury Banner */
  .banner_text_slider {
    width: 35.3%;
  }
  .luxury_banner .text_content {
    margin-top: 100px;
  }
  .luxury_banner .text_content .title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 8px;
  }
  .luxury_banner .text_content.text_content_2 .title {
    font-size: 30px;
    line-height: 34px;
  }
  .luxury_banner .text_content.text_content_3 .title {
    font-size: 26px;
    line-height: 30px;
  }
  .luxury_banner {
    margin-top: 50px;
  }
  .luxury_banner .text_content .sub_title {
    font-size: 15px;
    margin-bottom: 24px;
  }
  /* Luxury Banner */
  .banner_sec .text_content .banner_title {
    font-size: 54px;
  }
  .home_style_sec {
    padding: 40px 0 60px;
  }
  .home_style_sec .style_gallery_container .style_galler,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
    height: 388px;
    /* height: 888px; */
  }
  .home_style_sec .style_gallery_container .style_galler .text_content {
    padding: 12px 10px;
  }
  .home_style_sec
    .style_gallery_container
    .style_galler
    .text_content
    .location_name {
    font-size: 20px;
  }
  .home_style_sec
    .style_gallery_container
    .style_galler
    .text_content
    .style_name {
    font-size: 18px;
  }
  .home_interiors_sec .title_des {
    margin-bottom: 50px;
  }
  /* .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more::after {
        width: 218px;
        height: 78px;
    } */
  /* .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.design:after {
        width: 267px;
        height: 66px;
    } */
  .home_interiors_sec .broder_sec {
    margin: 40px auto 70px;
    width: 80%;
  }
  .home_interiors_sec .interiors_grid .interiors_content .interiors_title {
    font-size: 16px;
  }
  .home_interiors_sec .interiors_grid .interiors_content .interiors_title span {
    font-size: 16px;
    margin-left: 10px;
  }
  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo,
  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo img {
    height: 225px;
  }
  .delivering_sec {
    padding: 40px 0 50px;
  }
  .delivering_sec .delivering_video {
    border-radius: 10px;
  }
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 100%;
  }
  .delivering_sec .view_more {
    margin-top: 30px;
  }
  .why_choose_sec .choose_tab_sec .nav-tabs {
    width: 100%;
  }
  .why_choose_sec .choose_tab_sec .nav-tabs li button {
    padding: 10px 18px;
    font-size: 16px;
  }
  .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo,
  .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo img {
    height: 278px;
    width: 280px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content
    .choose_photo_sec
    .personalised_text_content {
    width: 214px;
    bottom: -20px;
    right: 60px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.management_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: -30px;
  }
  /* .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo_sec .personalised_text_content .number {
        font-size: 54px;
    } */
  /* .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo_sec .personalised_text_content .number {
        font-size: 48px;
    } */
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.emi_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: 60px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.delivery_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: -30px;
  }
  .skill_sec .container .team_photo {
    flex: 0 0 44%;
  }
  .skill_sec .title {
    margin-bottom: 14px;
    line-height: 24px;
  }
  .skill_sec .title_des {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .skill_sec .skilled_contain .text_content .skilled_title {
    font-size: 18px;
  }
  .skill_sec .text_content .magicians span {
    font-size: 20px;
  }
  .skill_sec.skill_sec_two .skilled_contain {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .skill_sec.skill_sec_two .container .team_photo {
    padding: 68px 30px;
    flex: 0 0 45%;
  }
  /* .skill_sec .skilled_contain .text_content {
        padding-left: 38px;
        width: 54%;
        flex: 0 0 54%;
    } */
  /* .skill_sec .skilled_contain .text_content .skilled_title {
        font-size: 34px;
    } */
  /* .skill_sec .skilled_contain .text_content .des {
        font-size: 20px;
    } */
  .skill_sec .skilled_contain .text_content .skilled_title img {
    right: 40.5%;
  }
  .skill_sec .text_content .magicians {
    margin-right: 15%;
    /* font-size: 34px; */
  }
  .catelogue_sec .catelogue_grid .catelogue_photo,
  .catelogue_sec .catelogue_grid .catelogue_photo img {
    height: 150px;
  }
  /* .catelogue_sec .catelogue_grid .view_more::after {
        width: 192px;
        height: 66px;
    } */
  .catelogue_sec
    .catelogue_grid
    .catelogue_photo
    .text_content
    .catelogue_title {
    /* font-size: 18px; */
    padding: 7px 0;
  }
  /* .winner_award, .winner_award img {
        height: 176px;
    } */
  .thalas_sec {
    padding: 80px 0;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_left {
    align-content: start;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text {
    padding: 7px;
    width: 62%;
    height: 117px;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_right .thalas_photo.top,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .thalas_photo.top
    img {
    height: 134px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .thalas_photo,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .thalas_photo
    img {
    height: 117px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo
    img {
    height: 94px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo {
    height: 94px;
    width: 23%;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo.left {
    height: 92px;
    overflow: hidden;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo.left,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo
    img {
    height: 112px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text
    .des {
    font-size: 15px;
    margin: 0;
  }
  .thalas_sec .thalas_contain .text_contain {
    width: 52%;
    margin-right: 10px;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec {
    width: 42%;
  }
  /* .thalas_sec .thalas_contain .text_contain .des {
        font-size: 20px;
    } */
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_right {
    width: 30%;
  }
  /* .thalas_sec .thalas_contain .btn_group .view_more::after {
        width: 216px;
        height: 65px;
    } */
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo {
    width: 46%;
  }
  .blog_sec {
    padding: 80px 0;
  }
  .blog_sec .blog_content .text_content {
    padding-top: 17px;
  }
  .blog_sec .blog_content .text_content .date_location .place_location {
    padding-left: 0;
    margin-bottom: 0;
  }
  .blog_sec .blog_content .blog_photo,
  .blog_sec .blog_content .blog_photo img {
    height: 194px;
  }
  .blog_sec .blog_content .text_content .blog_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .blog_sec .blog_content .text_content .date_location .place_location {
    padding-left: 0;
  }
  /* .blog_sec .view_more::after {
        width: 182px;
    } */
  .warranty_delivery .warranty_content .text_content .warranty_title {
    font-size: 18px;
  }
  .home_interiors_sec .interiors_grid .interiors_content {
    width: 95%;
    margin: 0 6px;
  }
  .why_choose_sec .sub_title {
    font-size: 24px;
  }
  .experience_sec .title_des {
    font-size: 18px;
  }
  .award_winning_sec .title_des {
    font-size: 18px;
  }
  .thalas_sec .title_des {
    margin-bottom: 50px;
  }
  .design_reality_sec {
    padding: 90px 0;
  }
  .design_reality_sec ul.nav-tabs li button {
    padding: 10px 24px;
  }

  .factory_modal .modal-dialog {
    max-width: 62%;
    flex: 62%;
  }

  .campaign_sec .container {
    max-width: 950px;
  }
  /***=== Home page ===***/
}

/* 991px */

@media (max-width: 991px) {
  /***=== Home page ===***/
  /* .banner_sec .banner_slider, .banner_sec, .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 240px;
    } */
  .banner_sec .text_content {
    width: 44%;
  }
  /* .banner_sec, .banner_sec .banner_slider {
        height: 240px;
    } */
  /* Luxury Banner */
  .luxury_banner .text_content {
    margin-top: 80px;
  }
  .luxury_banner .text_content .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .luxury_banner .text_content .sub_title {
    font-size: 12px;
    margin-bottom: 11px;
    line-height: 1.5;
  }
  .luxury_banner .text_content.text_content_2 .title {
    font-size: 24px;
  }
  .luxury_banner .text_content.text_content_3 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .luxury_banner .text_content .sub_title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .luxury_banner .text_content .book_btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    font-size: 11px;
    line-height: 1;
    border-radius: 5px;
  }
  .luxury_banner .text_content .book_btn img {
    width: 8px;
    height: auto;
    margin-left: 3px;
  }
  /* Luxury Banner */
  .home_style_sec {
    padding: 40px 0 75px;
  }
  .home_style_sec .style_gallery_container .style_galler .text_content {
    padding: 14px 4px;
  }
  .home_style_sec .style_gallery_container .style_galler,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
    height: 464px;
  }
  .home_style_sec
    .style_gallery_container
    .style_galler
    .text_content
    .location_name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .home_style_sec
    .style_gallery_container
    .style_galler
    .text_content
    .location_name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo,
  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo img {
    height: 162px;
  }
  .home_interiors_sec .interiors_grid .interiors_content .interiors_title {
    font-size: 13px;
  }
  .home_interiors_sec .interiors_grid .interiors_content .interiors_title span {
    font-size: 13px;
    margin-left: 3px;
  }
  .delivering_sec .title_des {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .why_choose_sec .choose_tab_sec .nav-tabs li button {
    padding: 10px 2px;
    font-size: 14px;
  }
  .why_choose_sec .choose_tab_sec .why_choose_content .text_content .des {
    margin-bottom: 5px;
  }
  .why_choose_sec .title_des {
    width: 94%;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  .design_reality_sec ul.nav-tabs li button {
    padding: 10px 11px;
  }
  .design_reality_sec .design_reality_tab_sec {
    margin-top: 20px;
  }
  .pathner_sec .title_des {
    margin-bottom: 30px;
  }
  .blog_sec .title_des {
    margin-bottom: 30px;
  }
  /* .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more {
        padding: 16px 20px;
    } */
  .experience_sec .experience_content .text_content .btn_group .view_more {
    padding: 12px;
    margin-right: 40px;
  }
  .experience_sec .experience_content .text_content .des {
    margin: 20px auto;
  }
  .why_choose_sec .choose_tab_sec .nav-tabs {
    justify-content: space-between;
  }
  .experience_sec
    .experience_content
    .text_content
    .btn_group
    .view_more::after {
    width: 141px;
    height: 54px;
  }
  .experience_sec
    .experience_content
    .text_content
    .btn_group
    .view_more.whitefield_btn::after {
    width: 132px;
    height: 50px;
  }
  .clients_review_sec .nav-tabs .nav-link {
    font-size: 20px;
  }
  .clients_review_sec .title_des {
    margin-bottom: 24px;
  }
  .clients_review_sec
    .testimonials_slider
    .testimonials_video_content
    .testimonials_video {
    height: 194px;
    overflow: hidden;
  }
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 186px;
  }
  .skill_sec {
    padding: 50px 0;
  }
  .skill_sec .title {
    display: block;
    text-align: center;
    width: 100%;
  }
  .skill_sec .title_des {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .skill_sec .skilled_contain .text_content {
    /* padding-left: 38px; */
    /* width: 60%; */
    /* flex: 0 0 60%; */
  }
  .skill_sec.skill_sec_two {
    padding: 60px 0;
  }
  .skill_sec.skill_sec_two .container .team_photo {
    padding: 20px;
    flex: 0 0 54%;
    border-radius: 10px;
  }
  .skill_sec.skill_sec_two .skilled_contain {
    margin: 40px auto 0;
    width: 100%;
    text-align: center;
  }
  .skill_sec.skill_sec_two .skilled_contain .text_content .skilled_title img {
    left: 3.9%;
  }
  /* .skill_sec .skilled_contain .text_content .skilled_title {
        font-size: 28px;
    }
    .skill_sec .skilled_contain .text_content .skilled_title img {
        right: 58%;
    } */
  .skill_sec .text_content .magicians {
    /* margin-right: 34%; */
    /* font-size: 30px; */
  }
  /* .skill_sec .text_content .magicians {
        margin-right: 36%;
        font-size: 30px;
    } */
  /* .skill_sec .text_content .magicians span {
        font-size: 34px;
    } */
  .skill_sec .skilled_contain .text_content .des {
    font-size: 18px;
  }
  .skill_sec .container .team_photo {
    flex: 0 0 40%;
  }
  .skill_sec .skilled_contain .text_content .skilled_title img {
    right: 50%;
  }
  .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo_sec {
    width: 56%;
    flex: 0 0 56%;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content
    .choose_photo_sec
    .personalised_text_content {
    width: 160px;
    bottom: 60px;
    right: 60px;
    padding: 20px 10px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content
    .choose_photo_sec
    .personalised_text_content
    .number {
    font-size: 38px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content
    .choose_photo_sec
    .personalised_text_content
    .awards {
    font-size: 16px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.personalised_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: -30px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.quality_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: 0px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.management_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: -20px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.emi_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: 40px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.delivery_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: 10px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content
    .text_content
    .emi_list
    li {
    font-size: 18px;
  }
  /* .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.design:after {
        width: 245px;
        height: 63px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.quality:after {
        width: 209px;
        height: 63px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.expert:after {
        width: 240px;
        height: 62px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.emi:after {
        width: 218px;
        height: 62px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.project:after {
        height: 62px;
        width: 190px;
    } */
  .catelogue_sec {
    padding: 60px 0;
  }
  .catelogue_sec
    .catelogue_grid
    .catelogue_photo
    .text_content
    .catelogue_title {
    font-size: 18px;
  }
  /* .winner_award, .winner_award img {
        height: 144px;
    } */
  .thalas_sec {
    padding: 30px 0;
  }
  .thalas_sec .thalas_contain {
    flex-direction: column-reverse;
  }
  .thalas_sec .title_des {
    margin-bottom: 10px;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec {
    width: 100%;
  }
  .thalas_sec .thalas_contain .text_contain {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .thalas_photo,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .thalas_photo
    img {
    height: 206px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text {
    height: 206px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text
    .des {
    font-size: 24px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo.left,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo
    img {
    height: 200px;
    object-fit: cover;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text
    .des {
    font-size: 22px;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_right .thalas_photo.top,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .thalas_photo.top
    img {
    height: 222px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo
    img {
    height: 184px;
    object-fit: cover;
  }
  .pathner_sec .title_des {
    margin-bottom: 0px;
  }
  .blog_sec .blog_content .blog_photo,
  .blog_sec .blog_content .blog_photo img {
    height: 224px;
  }
  .blog_sec .blog_content .text_content .blog_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .warranty_delivery .border-right:nth-child(2n + 2) {
    border-right: none !important;
  }
  .accordion_sec
    .accordion_content
    .accordion-item
    .accordion-header
    button.accordion-button {
    padding: 20px 30px 20px 60px;
  }
  /* .accordion_sec .accordion_content .accordion-item .accordion-header button.accordion-button[aria-expanded="true"] {
        background-size: 3%;
    }
    .accordion_sec .accordion_content .accordion-item .accordion-header button.accordion-button[aria-expanded="false"] {
        background-size: 3%;
    } */
  .accordion_sec
    .accordion_content
    .accordion-item
    .accordion-header
    button.accordion-button {
    padding: 20px 30px 20px 46px;
  }
  .accordion_sec
    .accordion_content
    .accordion-item
    .accordion-header
    button.accordion-button[aria-expanded="false"]:before {
    font-size: 24px;
    left: 14px;
  }
  .accordion_sec
    .accordion_content
    .accordion-item
    .accordion-header
    button.accordion-button[aria-expanded="true"]:before {
    font-size: 24px;
    left: 14px;
  }
  .factory_modal .modal-dialog {
    max-width: 80%;
    flex: 80%;
  }

  .campaign_sec .camping_wrapper .camping_video {
    width: 55%;
    margin-right: 34px;
  }
  /***=== Home page ===***/
}

/* 767px */

@media (max-width: 767px) {
  /***=== Home page ===***/
  /* Luxury Banner Sec */
  .banner_text_slider .slick-list {
    padding: 0 !important;
  }
  .luxury_banner {
    position: relative;
    margin-top: 66px;
  }
  .luxury_banner img {
    width: 100%;
    object-fit: cover;
    height: 320px !important;
    display: block;
  }
  /* .banner_text_slider {
        margin: auto;
        width: 60%;
    } */
  .banner_text_slider {
    width: 72%;
    margin: auto;
  }
  .luxury_banner .text_content {
    margin-top: 170px;
    margin: 170px auto 0;
  }
  .luxury_banner .container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    top: 0;
    text-align: center;
    color: #0D0D0D;
  }
  .luxury_banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(13, 13, 13, 0.37);
  }
  .luxury_banner .text_content {
    margin-top: 60px;
  }
  .luxury_banner .text_content .title {
    color: #fff;
    font-size: 34px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
  }
  .luxury_banner .text_content .title span {
    font-family: "Cormorant Garamond", serif;
    font-size: inherit;
    color: #C8794D;
  }
  .luxury_banner .text_content.text_content_2 .title {
    font-size: 34px;
  }
  .luxury_banner .text_content.text_content_3 .title {
    font-size: 30px;
  }
  .luxury_banner .text_content .sub_title {
    color: #fff;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    padding: 0;
    background: none;
    border-radius: 0;
    letter-spacing: 1.2px;
  }
  .luxury_banner .text_content .book_btn {
    background: #C8794D;
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
  }
  .luxury_banner .text_content .book_btn img {
    width: 7px;
    height: auto;
    display: inline-block;
    margin-left: 3px;
  }
  /* Luxury Banner Sec */
  .banner_sec {
    margin-top: 66px;
    overflow: visible;
  }
  /* .banner_sec, .banner_sec .banner_slider {
        height: 176px;
    } */
  /* .banner_sec .banner_slider, .banner_sec, .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 158px;
    } */
  .banner_sec .container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .banner_sec .text_content {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .banner_sec .text_content .banner_title {
    font-size: 30px;
  }
  .banner_sec .text_content .des {
    font-size: 22px;
    line-height: 1.4;
  }
  .home_style_sec .style_gallery_container {
    margin-bottom: 50px;
    width: 80%;
    margin: 0 auto 40px;
  }
  .home_style_sec {
    padding: 40px 0 90px;
  }
  .home_style_sec .style_gallery_container {
    margin-bottom: 50px;
    width: 80%;
    margin: 0 auto 40px;
  }
  .home_style_sec .title_des {
    margin-bottom: 30px;
    padding: 0 10px;
    font-size: 20px;
  }
  .home_style_sec .style_gallery_container .style_galler,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo,
  .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
    height: 304px;
  }
  .home_interiors_sec .interiors_grid .interiors_content {
    margin-bottom: 40px;
  }
  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo,
  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo img {
    height: 452px;
  }
  .home_interiors_sec .broder_sec {
    display: none;
  }
  /* .home_interiors_sec .interiors_btn {
        flex-direction: column;
    } */
  .home_interiors_sec .interiors_btn .more {
    margin: 0 20px 0px 0;
  }
  /* .home_interiors_sec .interiors_btn .view_more::after {
        width: 214px;
        height: 58px;
    } */
  /* .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.design:after {
        width: 246px;
        height: 55px;
    } */
  /* .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.quality::after {
        width: 210px;
        height: 54px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.expert::after {
        width: 240px;
        height: 54px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.emi::after {
        width: 218px;
        height: 55px;
    }
    .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more.project:after {
        height: 55px;
        width: 190px;
    } */
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 240px;
  }
  .delivering_sec .delivering_video img {
    height: 240px;
    object-fit: cover;
  }
  .delivering_sec .view_more {
    margin-top: 0;
  }
  .why_choose_sec .choose_tab_sec .nav-tabs {
    justify-content: center;
  }
  .why_choose_sec .choose_tab_sec .nav-tabs li {
    margin: 0 5px;
  }
  .why_choose_sec .choose_tab_sec .nav-tabs li button {
    width: 100%;
  }
  .why_choose_sec .choose_tab_sec .why_choose_content {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo {
    margin: 0;
  }
  .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo,
  .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo img {
    height: 342px;
    width: 84%;
    margin: auto;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content
    .choose_photo_sec
    .personalised_text_content {
    width: 220px;
    bottom: -20px;
    right: 0;
    padding: 20px 10px;
    margin: auto;
    left: 0;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.quality_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: -10px;
  }
  .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo img {
    width: 100%;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.personalised_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: -10px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.management_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: -20px;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.emi_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: 0;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content.delivery_content
    .choose_photo_sec
    .personalised_text_content {
    bottom: 0;
  }
  .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo_sec {
    width: 80%;
    flex: 0 0 90%;
    margin: 0 auto 50px;
    padding-bottom: 30px;
  }
  /* .why_choose_sec .choose_tab_sec .why_choose_content .text_content .view_more {
        padding: 12px 20px;
    } */
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content
    .text_content
    .view_more::after {
    width: 186px;
    height: 64px;
  }
  .why_choose_sec .choose_tab_sec .why_choose_content .text_content .emi_list {
    text-align: left;
    width: 100%;
    margin: 20px auto 0;
  }
  /* .winner_award, .winner_award img {
        height: 100px;
    } */
  .experience_sec {
    padding: 60px 0;
  }
  .experience_sec .title {
    margin-bottom: 15px;
    line-height: 44px;
  }
  .experience_sec .experience_content .text_content .des {
    margin: 20px auto 50px;
  }
  .experience_sec .experience_content {
    flex-direction: column-reverse;
  }
  .experience_sec .experience_content .text_content {
    width: 100%;
    text-align: center;
  }
  .experience_sec .experience_content .experience_photo {
    width: 100%;
    margin: 0 auto 40px;
  }
  .experience_sec .experience_content .text_content .btn_group .view_more {
    margin-right: 30px;
  }
  .experience_sec .experience_content .text_content .btn_group .view_more {
    width: 144px;
    margin: 0 auto 60px;
  }
  .experience_sec .experience_content .text_content .btn_group .view_more img {
    width: 16px;
    margin-right: 10px;
  }
  .experience_sec
    .experience_content
    .text_content
    .btn_group
    .view_more::after {
    width: 145px;
    height: 53px;
  }
  .experience_sec
    .experience_content
    .text_content
    .btn_group
    .view_more.whitefield_btn::after {
    width: 143px;
  }
  .clients_review_sec
    .testimonials_slider
    .testimonials_video_content
    .testimonials_video,
  .clients_review_sec
    .testimonials_slider
    .testimonials_video_content
    .testimonials_video
    iframe {
    height: 260px;
  }
  .clients_review_sec {
    padding: 60px 0;
  }
  .clients_review_sec .title {
    margin-bottom: 30px;
  }
  .clients_review_sec .nav-tabs .nav-link {
    font-size: 18px;
  }
  .clients_review_sec
    .testimonials_slider
    .testimonials_video_content
    .text_content
    .des
    span {
    width: 80px;
    left: -8px;
    top: -4px;
  }
  .skill_sec .container .team_photo {
    flex: 0 0 60%;
    width: 60%;
    margin-bottom: 30px;
  }
  .skill_sec .skilled_contain {
    flex-direction: column;
  }
  .skill_sec .skilled_contain .text_content {
    padding-left: 0;
    width: 100%;
    flex: 0 0 100%;
  }
  .skill_sec .text_content .magicians {
    margin-right: 47%;
    font-size: 16px;
  }
  .skill_sec .skilled_contain .text_content .skilled_title img {
    right: 66.2%;
  }
  .skill_sec .skilled_contain .text_content .skilled_title {
    text-align: center;
  }
  .skill_sec .skilled_contain .text_content .des {
    text-align: center;
  }
  .catelogue_sec .catelogue_grid .catelogue_photo,
  .catelogue_sec .catelogue_grid .catelogue_photo img {
    height: 321px;
  }
  /* .catelogue_sec .catelogue_grid .view_more::after {
        width: 191px;
        height: 65px;
    } */
  .thalas_sec {
    padding: 60px 0;
  }
  .thalas_sec .title_des {
    margin-bottom: 30px;
  }
  /* .thalas_sec .thalas_contain .thalas_photo_sec .photo_left {
        align-content: start;
        width: 100%;
    } */
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_left {
    width: 60%;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .thalas_photo,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .thalas_photo
    img {
    height: 150px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text {
    height: 150px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text
    .des {
    font-size: 20px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo.left,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo
    img {
    height: 130px;
    border-radius: 0;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_right {
    width: 40%;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_right .thalas_photo.top,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .thalas_photo.top
    img {
    height: 164px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo {
    width: 48%;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo
    img {
    height: 118px;
  }
  .thalas_sec .thalas_contain .btn_group {
    display: inline-flex;
    align-items: center;
  }
  .thalas_sec .thalas_contain .btn_group .view_more {
    margin-bottom: 0;
    margin-right: 40px;
  }
  .thalas_sec .thalas_contain .text_contain .des {
    margin-bottom: 30px;
  }
  /* .thalas_sec .thalas_contain .btn_group .view_more::after {
        width: 218px;
        height: 65px;
    } */
  .pathner_sec .pathner_icon img {
    width: 40%;
  }
  .pathner_sec .owl-dots {
    display: none;
  }
  /*  */
  .pathner_sec .owl-nav.disabled button.owl-next:hover,
  .pathner_sec .owl-nav.disabled button.owl-prev:hover {
    background: none;
  }
  .pathner_sec .owl-nav.disabled {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
  }
  .pathner_sec .pathner_slider {
    position: relative;
  }
  .pathner_sec .owl-nav.disabled button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
  }
  .pathner_sec .owl-nav.disabled button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
  }
  .pathner_sec .owl-nav.disabled button.owl-prev span {
    font-size: 64px;
    color: #333333;
  }
  .pathner_sec .owl-nav.disabled button.owl-next span {
    font-size: 64px;
    color: #333333;
  }
  /*  */
  .blog_sec .title {
    margin-bottom: 8px;
  }
  .blog_sec .title_des {
    margin-bottom: 20px;
  }
  .blog_sec .blog_content .blog_photo,
  .blog_sec .blog_content .blog_photo img {
    height: 352px;
  }
  .blog_sec .view_more {
    margin-top: 30px;
  }
  /* .blog_sec .view_more::after {
        width: 183px;
    }
   
    .blog_sec .view_more::after {
        width: 183px;
    } */
  .accordion_sec {
    padding: 50px 0;
  }
  .accordion_sec .accordion_content {
    margin-top: 20px;
  }
  .accordion_sec
    .accordion_content
    .accordion-item
    .accordion-header
    button.accordion-button {
    padding: 20px 30px 20px 60px;
  }
  .accordion_sec
    .accordion_content
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 18px;
  }

  .campaign_sec .camping_wrapper {
    flex-direction: column;
  }
  .campaign_sec .camping_wrapper .camping_video {
    width: 100%;
    margin: 0 0 20px;
    border-radius: 6px;
  }
  .campaign_sec .camping_wrapper .text_content {
    width: 100%;
  }
  /***=== Home page ===***/
}

/* 480px */

@media (max-width: 480px) {
  /***=== Home page ===***/
  /* Luxury Banner */
  .banner_text_slider {
    width: 98%;
    margin: auto;
  }
  .luxury_banner .text_content .sub_title {
    font-size: 15px;
    margin-bottom: 21px;
    line-height: 1.3;
    width: 80%;
    margin: 0 auto 14px;
  }
  .luxury_banner .text_content .book_btn {
    display: inline-flex;
    align-items: center;
    padding: 3px 7px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 1;
  }
  .luxury_banner .text_content .book_btn img {
    width: 6px;
    height: auto;
    margin-left: 3px;
  }
  /* Luxury Banner */
  /* .banner_sec .banner_slider, .banner_sec, .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 120px;
    } */
  /* .banner_sec, .banner_sec .banner_slider {
        height: 114px;
    } */
  .home_style_sec {
    padding: 30px 0 40px;
  }
  /* .home_style_sec .style_gallery_container .style_galler, .home_style_sec .style_gallery_container .style_galler .gallery_photo, .home_style_sec .style_gallery_container .style_galler .gallery_photo img {
        height: 680px;
    } */
  .delivering_sec .delivering_video,
  .delivering_sec .delivering_video iframe {
    height: 170px;
  }
  .delivering_sec .delivering_video img {
    height: 170px;
  }
  .delivering_sec .view_more {
    margin-top: 40px;
  }
  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo,
  .home_interiors_sec .interiors_grid .interiors_content .interiors_photo img {
    height: 364px;
  }
  /* .winner_award, .winner_award img {
        height: 70px;
    } */
  .delivering_sec .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .delivering_sec .title {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .home_interiors_sec {
    padding: 50px 0;
  }
  .home_interiors_sec .title_des {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo,
  .why_choose_sec .choose_tab_sec .why_choose_content .choose_photo img {
    height: 280px;
    width: 100%;
  }
  .why_choose_sec
    .choose_tab_sec
    .why_choose_content
    .choose_photo_sec
    .personalised_text_content {
    width: 190px;
  }
  .skill_sec .skilled_contain .text_content .skilled_title img {
    right: 72%;
  }
  .clients_review_sec
    .testimonials_slider
    .testimonials_video_content
    .testimonials_video,
  .clients_review_sec
    .testimonials_slider
    .testimonials_video_content
    .testimonials_video
    iframe {
    height: 190px;
  }
  .catelogue_sec .catelogue_grid .catelogue_photo,
  .catelogue_sec .catelogue_grid .catelogue_photo img {
    height: 208px;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_right .thalas_photo.top,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .thalas_photo.top
    img {
    height: 114px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo.left,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo
    img {
    height: 90px;
    border-radius: 0;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo
    img {
    height: 77px;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_left {
    width: 66%;
  }
  .thalas_sec .thalas_contain .thalas_photo_sec .photo_right {
    width: 34%;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text {
    width: 61%;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text
    .des {
    font-size: 16px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text
    .des {
    font-size: 14px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .photo_text {
    height: 100px;
  }
  .blog_sec .blog_content .blog_photo,
  .blog_sec .blog_content .blog_photo img {
    height: 232px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .bottom_sec
    .thalas_photo {
    height: 94px;
    width: 22%;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .thalas_photo,
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_left
    .top_sec
    .thalas_photo
    img {
    height: 99px;
  }
  .thalas_sec
    .thalas_contain
    .thalas_photo_sec
    .photo_right
    .bottom_sec
    .thalas_photo {
    width: 46.5%;
  }
  .thalas_sec .thalas_contain .text_contain {
    margin: 10px auto 0;
  }
  .home_interiors_sec .interiors_btn .more {
    font-size: 18px;
  }
  .home_interiors_sec .interiors_btn .more img {
    width: 8px;
    margin-left: 12px;
  }
  /* .home_interiors_sec .interiors_btn .view_more {
        font-size: 18px;
    } */
  .home_interiors_sec .interiors_btn .view_more::after {
    width: 148px;
    height: 44px;
  }
  /***=== Home page ===***/
}

.madeEasyClick {
  cursor: pointer;
}

/* .img_mde_active {
    filter: grayscale(0%) !important;
    transform: scale(1.1) !important;
    transition: transform 0.5s !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -webkit-transition: transform 0.5s !important;
    -moz-transition: transform 0.5s !important;
    -ms-transition: transform 0.5s !important;
    -o-transition: transform 0.5s !important;
} */

/* .txt_mde_active{ */

/* font-size: 28px !important; */

/* transition: font-size 5.5s ease-out !important;
    -webkit-transition: font-size 5.5s ease-out !important;
    -moz-transition: font-size 5.5s ease-out !important;
    -ms-transition: font-size 5.5s ease-out !important;
    -o-transition: font-size 5.5s ease-out !important; */

/* } */

.bullets_mde_active::after {
  background: #fff !important;
  border: 5px solid #be955a !important;
  transition: transform 1s !important;
}

.style_galler_static {
  padding-left: 7px;
  padding-right: 7px;
}

.swap_container {
  position: relative;
  display: flex;
  width: 100%;
  max-height: 75vh;
  aspect-ratio: 3 / 2;
  border-radius: 15px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.swap_container .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swap_container .img-wrapper:nth-child(2) {
  clip-path: inset(0px 0px 0px 50%);
}

.swap_container .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swap_container .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 100%;
  background-color: #fafafa;
}

.swap_container input {
  /* reset */
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  /* custom */
  position: absolute;
  width: calc(100% + 2.25rem);
  height: 100%;
  left: -1.125rem;
}

.estimate_sec .swap_container input:focus {
  border: none !important;
}

.swap_container input::-webkit-slider-thumb {
  /* reset */
  -webkit-appearance: none;
  appearance: none;
  /* custom */
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E");
  background-size: cover;
  cursor: grab;
}

.swap_container input::-moz-range-thumb {
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E");
  background-size: cover;
  cursor: grab;
}

.swap_container input:active::-webkit-slider-thumb {
  cursor: grabbing;
}

.swap_container input:active::-moz-slider-thumb {
  cursor: grabbing;
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .award_winning_sec {
    background-repeat: repeat;
  }
}

/* Smaller book_btn on very small mobile */
@media (max-width: 575px) {
  .luxury_banner .text_content .book_btn {
    padding: 2px 6px;
    font-size: 9px;
    border-radius: 3px;
  }
  .luxury_banner .text_content .book_btn img {
    width: 6px;
  }
}
@media (max-width: 380px) {
  .luxury_banner .text_content .book_btn {
    padding: 2px 5px;
    font-size: 8px;
  }
  .luxury_banner .text_content .book_btn img {
    width: 5px;
    margin-left: 2px;
  }
}
