
/* --------------- location style5 --------------- */
.tc-location-style5 {
  position: relative;
}
.tc-location-style5 .location-slider {
  position: relative;
  overflow: hidden;
}
.tc-location-style5 .location-slider .swiper-slide.swiper-slide-active .slider-card {
  opacity: 1;
}
.tc-location-style5 .location-slider .arrows {
  position: absolute;
  right: calc((100vw - 1320px) / 2);
  bottom: 140px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.tc-location-style5 .location-slider .arrows .swiper-button-next, .tc-location-style5 .location-slider .arrows .swiper-button-prev {
  position: static;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid var(--color-brown1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-location-style5 .location-slider .arrows .swiper-button-next::after, .tc-location-style5 .location-slider .arrows .swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-location-style5 .location-slider .arrows .swiper-button-next:hover, .tc-location-style5 .location-slider .arrows .swiper-button-prev:hover {
  background-color: var(--color-brown1);
}
.tc-location-style5 .location-slider .arrows .swiper-button-next:hover::after, .tc-location-style5 .location-slider .arrows .swiper-button-prev:hover::after {
  color: #000;
}
.tc-location-style5 .location-slider .slider-card {
  position: relative;
  height: 900px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  padding: 140px 0;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.tc-location-style5 .location-slider .slider-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.tc-location-style5 .location-slider .slider-card .bg {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tc-location-style5 .location-slider .slider-card .content {
  position: relative;
  z-index: 10;
}
.tc-location-style5 .location-slider .slider-card .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 620px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.tc-location-style5 .location-slider .slider-card .content .info .number {
  display: block;
  font-size: 300px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 250px;
  margin-bottom: 50px;
   /*font-family: 'vanitas-bolduploaded_file';*/color: #fff;
	-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.tc-location-style5 .location-slider .slider-card .content .info h2 {
  font-size: 72px;
  line-height: 80px;
  
  margin-top: 80px;
  font-weight: 400;color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-location-style5 .location-slider .slider-card .content .info .number {
    font-size: 150px;
    line-height: 1;
  }
  .tc-location-style5 .location-slider .slider-card .content .info h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
/* --------------- apartments style5 --------------- */
.tc-apartments-style5 {
  position: relative;
  padding: 80px 0;
  background-color: #0a2231;
}
.tc-apartments-style5 .apartments-accordion .accordion-title {
  border-bottom: 1px solid #373E43;
  padding: 30px;
  background: #e5dbcc;
}
.tc-apartments-style5 .apartments-accordion .accordion-title .title-txt {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0a2231;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #373E43;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item:last-of-type {
  border-bottom: 0;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button {
  position: relative;
  display: block;
  background-color: transparent !important;
  color: #fff;
  padding: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button::after {
  position: absolute;
  right: 30px;
  top: 40px;
  -webkit-filter: invert(100%) sepia(57%) saturate(0%) hue-rotate(253deg) brightness(106%) contrast(106%);
  filter: invert(100%) sepia(57%) saturate(0%) hue-rotate(253deg) brightness(106%) contrast(106%);
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-numb {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--color-brown1);
  font-weight: 400;font-family: "Open Sans", sans-serif!important;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-img {
  height: 95px;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button ul {
  font-size: 14px;
  line-height: 24px;
  color: #e5dbcc;
  text-transform: capitalize;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .feat-icons a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #373e43;
  font-size: 13px;
  color: var(--color-brown1);
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .feat-icons a:hover {
  background-color: #373e43;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #373E43 !important;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-filter: invert(84%) sepia(22%) saturate(506%) hue-rotate(353deg) brightness(94%) contrast(91%);
  filter: invert(84%) sepia(22%) saturate(506%) hue-rotate(353deg) brightness(94%) contrast(91%);
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button:not(.collapsed) .feat-icons a {
  border-color: #616b73;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body {
  padding: 0 30px;
  background-color: #373E43;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .floor-img {
  padding-bottom: 60px;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img {
  padding: 110px;
  position: relative;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img img {
  height: 300px;
  display: block;
  margin: auto;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p {
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #e5dbcc;
  position: absolute;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(1) {
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(2) {
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(3) {
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(4) {
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .dial-img {
  padding-bottom: 60px;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info {
  height: 100%;
  -webkit-border-start: 1px solid #616B73;
  border-inline-start: 1px solid #616B73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info p {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #899fae;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info h2 {
  font-size: 72px;
  line-height: 84px;
  color: var(--color-brown1);
  font-weight: 400;font-family: "Open Sans", sans-serif!important;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns .pdf-btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--color-brown1);
  color: var(--color-brown1);
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns .pdf-btn:hover {
  background-color: var(--color-brown1);
  color: #fff;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns .pdf-btn i {
  display: block;
}
.custom-tooltip {
  padding-top: 20px;
}
.custom-tooltip .tooltip-arrow {
  top: 14px !important;
}
.custom-tooltip .tooltip-arrow::before {
  border-bottom-color: #373E43;
}
.custom-tooltip .tooltip-inner {
  background-color: #373E43;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .tc-apartments-style5 {
    padding: 100px 0;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-numb {
    margin-bottom: 30px;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-img {
    margin-bottom: 30px;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-info {
    margin-bottom: 30px;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .feat-icons {
    margin-bottom: 30px;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body {
    padding: 30px;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img {
    padding: 30px;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info {
    border: 0;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns {
    margin-top: 30px;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(1) {
    top: -20px;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(2) {
    right: -40px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(3) {
    bottom: -20px;
  }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(4) {
    left: -70px;
  }
}
/* --------------- testimonial style5 --------------- */
.tc-testimonial-style5 {
  position: relative;
  padding-top: 200px;
  z-index: 10;
}
.tc-testimonial-style5::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 5vw;
  height: 100%;
  background-color: #1F2528;
  pointer-events: none;
}
.tc-testimonial-style5 .quote {
  position: absolute;
  right: 0;
  bottom: -15px;
  height: 150px;
}
/* --------------- services style5 --------------- */
.tc-services-style5 {
  position: relative;
  background-color: #0a2231;
}
.tc-services-style5 .content {
  position: relative;
  padding: 80px 0;
  /*border-bottom: 1px solid #373E43;*/
}
.tc-services-style5 .services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tc-services-style5 .services .service-card {
  display: block;
  position: relative;
  width: 20%;
  padding:25px;
  border: 1px solid #373E43;
  margin: -0.5px;text-align: center;
}
.tc-services-style5 .services .service-card:hover .icon {
  border-color: var(--color-brown1);
}
.tc-services-style5 .services .service-card .num {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 14px;
  color: #ccc;
}
.tc-services-style5 .services .service-card .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #373E43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  color: var(--color-brown1);
  margin: 0 auto 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style5 .services .service-card .info h6 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;color: #e5dbcc;
}
.tc-services-style5 .services .service-card .info p {
  color: #fff;font-size: 14px;
}
@media screen and (max-width: 991px) {
  .tc-services-style5 .content {
    padding: 100px 0;
  }
  .tc-services-style5 .content .services .service-card {
    width: 50%;
    padding: 50px 15px 20px;
  }
  .tc-services-style5 .content .services .service-card .icon {
    height: 80px;
    width: 80px;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .tc-services-style5 .content .services .service-card .info h6 {
    font-size: 16px;
  }
}
/* --------------- blog style5 --------------- */
.tc-blog-style5 {
  position: relative;
  padding: 200px 0;
  background-color: #1F2528;
}
.tc-blog-style5 .row .col-lg-6:first-of-type {
  -webkit-border-end: 1px solid #373E43;
  border-inline-end: 1px solid #373E43;
}
.tc-blog-style5 .main-post .img {
  display: block;
  height: 380px;
}
.tc-blog-style5 .main-post .info {
  position: relative;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-blog-style5 .main-post .info .date {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-blog-style5 .main-post .info .date .numb {
  font-size: 48px;
  line-height: 60px;
  color: #899fae;
  margin-bottom: 10px;
  font-weight: 400;
}
.tc-blog-style5 .main-post .info .date small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #899fae;
}
.tc-blog-style5 .sub-posts {
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}
.tc-blog-style5 .sub-posts .post-card {
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #373E43;
}
.tc-blog-style5 .sub-posts .post-card:first-of-type {
  padding-top: 0;
}
.tc-blog-style5 .sub-posts .post-card .date {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-blog-style5 .sub-posts .post-card .date .numb {
  font-size: 48px;
  line-height: 60px;
  color: #899fae;
  margin-bottom: 10px;
  font-weight: 400;
}
.tc-blog-style5 .sub-posts .post-card .date small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #899fae;
}
.tc-blog-style5 .sub-posts .more-link {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.tc-blog-style5 .sub-posts .more-link:hover {
  color: var(--color-brown1);
  border-color: var(--color-brown1);
}
@media screen and (max-width: 991px) {
  .tc-blog-style5 {
    padding: 100px 0;
    overflow: hidden;
  }
}
/* --------------- footer style5 --------------- */
.tc-footer-style5 {
  position: relative;
  padding: 120px 0 200px;
  background-color: var(--color-brown1);
  color: #1f2528;
  border-bottom: 15px solid #fff;
}
.tc-footer-style5 .title {
  border-bottom: 1px solid #999;
  padding: 20px 0;
}
.tc-footer-style5 .title h2 {
  font-size: 300px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.tc-footer-style5 .info {
  padding-top: 40px;
}
.tc-footer-style5 .info h4 {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}
.tc-footer-style5 .info p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #373e43;
}
.tc-footer-style5 .foot {
  color: #373e43;
  text-transform: uppercase;
}
.tc-footer-style5 .foot .download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-footer-style5 .foot .download-link:hover .icon {
  background-color: #373737;
  color: #fff;
}
.tc-footer-style5 .foot .download-link .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #373e43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
}
.tc-footer-style5 .social-icons a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  border: 1px solid #373737;
  margin: 5px;
}
.tc-footer-style5 .social-icons a:hover {
  background-color: #373737;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .tc-footer-style5 .title h2 {
    font-size: 20vw;
  }
  .tc-footer-style5 .info h4 {
    font-size: 30px;
  }
}
.home-style5 {
  background-color: #373E43;
  color: #fff;
}
.home-style5 h1, .home-style5 h2, .home-style5 h3, .home-style5 .sub-font {
  font-family: 'Instrument Serif', serif;
}
@media screen and (max-width: 991px) {
  .home-style5 br {
    display: none;
  }
  .home-style5 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style5 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style5 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style5 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style5 .fsz-70 {
    font-size: 35px !important;
  }
  .home-style5 .fsz-24 {
    font-size: 17px !important;
  }
  .home-style5 .mt-150 {
    margin-top: 80px !important;
  }
  .home-style5 .mb-120 {
    margin-bottom: 80px !important;
  }
}