/* Krishna Kunj Styles */

/*------------------------------------
	Fonts
------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&amp;display=swap');

@font-face {
  font-family: 'Poppins', sans-serif;
  /* src: url('https://uploads-ssl.webflow.com/62b49a53d8e7deb64ffbd8e3/62b49a53d8e7de0604fbd914_Satoshi-Medium.woff2') format('woff2'); */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins', sans-serif;
  /* src: url('https://uploads-ssl.webflow.com/62b49a53d8e7deb64ffbd8e3/62b49a53d8e7de3469fbd918_Satoshi-MediumItalic.woff2') format('woff2'); */
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins', sans-serif;
  /* src: url('https://uploads-ssl.webflow.com/62b49a53d8e7deb64ffbd8e3/62b49a53d8e7de397dfbd910_Satoshi-Italic.woff2') format('woff2'); */
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins', sans-serif;
  /* src: url('https://uploads-ssl.webflow.com/62b49a53d8e7deb64ffbd8e3/62b49a53d8e7dea54dfbd917_Satoshi-BoldItalic.woff2') format('woff2'); */
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins', sans-serif;
  /* src: url('https://uploads-ssl.webflow.com/62b49a53d8e7deb64ffbd8e3/62b49a53d8e7de6a7efbd915_Satoshi-Bold.woff2') format('woff2'); */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins', sans-serif;
  /* src: url('https://uploads-ssl.webflow.com/62b49a53d8e7deb64ffbd8e3/62b49a53d8e7de8226fbd916_Satoshi-Regular.woff2') format('woff2'); */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html{
  scroll-behavior:smooth !important;
  scrollbar-width: 0px;
}



.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}



.deep-color {
  color: #48251e;
}

.map-area {
  position: relative;
  width: 100%;
  background-color: #f8f9f0;
  padding: 70px 0;
  border-bottom: 1px solid #ededec;
}

iframe {
  width: 100%;
  background-color: #f8f9f0;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

a {
  background: transparent;
  border: none;
}

*:focus,
*:active,
*:hover {
  outline: none;
  border: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  -moz-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
custom bootstrap styles
*/

a:hover {
  color: currentColor;
  text-decoration: none;
}

ol,
ul {
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

/*
base styles
*/

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.714285714285714;
  font-size: 14px;
  background: #fff;
  color: #000;
}

main {
  position: relative;
  z-index: 2;
  background: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #bfa657;
}

::selection {
  background-color: #bfa657;
  color: #fff;
}

.no-mobile [data-motion-svg] {
  opacity: 0;
}

.no-mobile [data-motion-svg].animated {
  opacity: 1;
}

/*
article-item
*/

.article-item {
  text-decoration: none;
  color: currentColor;
}

.article-item__image-wrapper {
  display: block;
  overflow: hidden;
  margin-bottom: 23px;
}

.article-item img {
  display: block;
  width: 100%;
  transition: 0.5s;
  transform: scale(1);
}

.article-item img:hover {
  transform: scale(1.04);
}

.article-item__item-title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  transition: color 0.3s;
  line-height: 1;
  margin-bottom: 8px;
  color: currentColor;
}

.article-item__item-title:hover {
  color: #bfa657;
}

.article-item__category {
  color: currentColor;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  transition: color 0.3s;
}

.article-item__category:hover {
  color: #bfa657;
}

.article-item__date {
  color: #999;
  position: relative;
  padding-left: 14px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

.article-item__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

/*
article-listing-item
*/

.article-listing-item {
  background: #f2f2f2;
  text-decoration: none;
  color: currentColor;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
}

.article-listing-item:hover {
  background: #bfa657;
  color: #fff;
}

.article-listing-item__cover {
  width: 66.66666666666667%;
  overflow: hidden;
  position: relative;
}

.article-listing-item__cover-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  transform: scale(1);
  transition: 0.5s;
}

.article-listing-item__cover-image:hover {
  transform: scale(1.04);
}

.article-listing-item__content {
  width: 33.333333333333336%;
  padding: 60px 55px 55px;
}

.article-listing-item__category {
  font-weight: 500;
}

.article-listing-item__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.article-listing-item__date {
  color: #999;
  position: relative;
  padding-left: 14px;
  margin-left: 12px;
  transition: 0.3s;
}

.article-listing-item:hover .article-listing-item__date {
  color: #fff;
}

.article-listing-item__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

.article-listing-item__title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 32px;
}

.article-listing-item__item-inner:hover .article-listing-item__title {
  color: #bfa657;
}

.article-listing-item__text {
  min-height: 255px;
  color: #666;
  transition: 0.3s;
}

.article-listing-item:hover .article-listing-item__text {
  color: #fff;
}

.article-listing-item__continue {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}

.article-listing-item__continue-icon {
  font-size: 1.428571428571429em;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 6px;
}

/*
articles-block
*/

.articles-block {
  padding-top: 150px;
  padding-bottom: 95px;
  overflow: hidden;
}

.articles-block__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 78px;
}

.articles-block__head-link {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  color: #999;
  font-size: 16px;
}

.articles-block__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-block__item {
  width: 50%;
  padding: 0 35px;
  margin-bottom: 60px;
}

.articles-block__item-inner {
  text-decoration: none;
  color: currentColor;
}

.articles-block__item-inner img {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}

.articles-block__item-title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  transition: color 0.3s;
  line-height: 1;
  margin-bottom: 8px;
}

.articles-block__item-inner:hover .articles-block__item-title {
  color: #bfa657;
}

.articles-block__category {
  font-weight: 500;
}

.articles-block__date {
  color: #999;
  position: relative;
  padding-left: 14px;
  margin-left: 12px;
}

.articles-block__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

/*
articles-grid
*/

.articles-grid {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-grid__item {
  width: 50%;
  padding: 0 35px;
  margin-bottom: 60px;
}

/*
articles-list-wrapper
*/

.articles-list-wrapper {
  padding-bottom: 134px;
  overflow: hidden;
  margin-top: 112px;
  border-bottom: 1px solid #ebebeb;
}

.articles-list-wrapper__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 56px;
}

.articles-list-wrapper__loader {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
  text-align: center;
  margin-top: 40px;
}

/*
articles-list
*/

.articles-list {
  margin-bottom: 114px;
}

.articles-list__item {
  margin-bottom: 70px;
}

/*
awards-block
*/

.awards-block {
  padding-top: 127px;
  margin-bottom: 90px;
}

.awards-block__body_bordered {
  border-bottom: 1px solid #e0e0e0;
}

.awards-block__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}

.awards-block__year {
  width: 25%;
  min-width: 25%;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  padding-right: 40px;
  margin-bottom: 30px;
}

.awards-block__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.awards-block__text {
  width: 45%;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 48px;
  padding-right: 40px;
}

.awards-block__text-footer {
  color: #f14201;
}

/*
back-link
*/

.back-link {
  margin-bottom: 68px;
}

.back-link__link {
  font-weight: 600;
  text-transform: uppercase;
  color: currentColor;
  transition: all 0.3s;
  text-decoration: none;
}

.back-link__link:hover {
  color: #bfa657;
}

.back-link__icon {
  margin-right: 16px;
  margin-left: -0.2em;
  font-size: 1.1em;
}

/*
cards-block
*/

.cards-block {
  padding-top: 140px;
  padding-bottom: 30px;
}

.cards-block__head {
  margin-bottom: 135px;
}

.cards-block__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.cards-block__text {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.875;
  color: #666;
}

/*
cards
*/

.cards__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
}

.cards__item-inner {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  display: block;
  text-decoration: none;
  color: currentColor;
  padding: 48px 55px;
  position: relative;
}

.cards__item-inner:hover:before,
.cards__item-inner:hover:after {
  opacity: 1;
}

.cards__item-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 25px 70px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.3s;
}

.cards__item-inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bfa657;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}

.cards__item-content {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 80px;
}

.cards__item-index {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}

.cards__item-title {
  font-size: 30px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin-bottom: 28px;
}

.cards__item-text {
  font-size: 16px;
  line-height: 1.75;
  display: block;
}

.cards__arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #fff;
  font-size: 20px;
  font-weight: 600;
  padding-left: 4px;
  transition: all 0.3s;
}

.cards__item-inner:hover .cards__arrow {
  color: #f14201;
  background: #fff;
}

/*
clients-wrapper
*/

.clients-wrapper {
  padding: 50px 0 60px;
  background: #f4f4f4;
}

/*
clients
*/

.clients__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 60px;
}

.clients__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
}

.clients__item {
  padding-right: 30px;
  padding-left: 30px;
}

.clients__item-inner {
  opacity: 0.6;
  transition: 0.3s ease;
}

.clients__item-inner:hover {
  opacity: 1;
}

.clients img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
collapse-block
*/

.collapse-block {
  padding-top: 154px;
  padding-bottom: 150px;
}

.collapse-block__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 34px;
}

.collapse-block__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  line-height: 1.75;
  margin-bottom: 33px;
}

/*
collapse-list
*/

.collapse-list__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 34px;
}

.collapse-list__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  line-height: 1.75;
  margin-bottom: 33px;
}

.collapse-list__collapse:not(:last-of-type) {
  border-bottom: 2px solid #e7e7e7;
}

.collapse-list__collapse-head {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f14201;
  padding: 20px 40px 18px 0;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}

.collapse-list__collapse-head.collapsed:not(:hover) {
  color: currentColor;
}

.collapse-list__collapse-head-icon {
  position: absolute;
  right: 3px;
  top: 24px;
  font-size: 17px;
  transform: scale(1, 1);
  transition: all 0.3s;
}

.collapse-list__collapse-head.collapsed .collapse-list__collapse-head-icon {
  transform: scale(1, -1);
}

.collapse-list__collapse-text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  line-height: 1.75;
}

.collapse-list__collapse-text-inner {
  padding-bottom: 32px;
}

/*
comment-card
*/

.comment-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 38px;
}

.comment-card__image {
  width: 70px;
  min-width: 70px;
  margin-right: 30px;
  margin-top: 2px;
}

.comment-card__content {
  border-top: 1px solid #dbdbdb;
  padding-left: 22px;
  padding-top: 14px;
}

.comment-card__head {
  font-size: 14px;
  margin-bottom: 12px;
}

.comment-card__name {
  font-size: 16px;
  font-weight: 600;
  display: inline;
}

.comment-card__date {
  color: #999;
  display: inline;
}

.comment-card__duration {
  color: #666;
  display: inline;
}

.comment-card__text {
  color: #666;
  margin-bottom: 12px;
}

.comment-card__link {
  text-decoration: none;
  font-style: italic;
  color: currentColor;
  transition: 0.3s;
}

.comment-card__link:hover {
  color: #09c;
}

/*
comments
*/

.comments {
  padding-top: 110px;
  padding-bottom: 118px;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
}

.comments__title {
  margin-bottom: 28px;
}

.comments__list {
  margin-bottom: 74px;
}

.comments__input-text {
  width: 100%;
  height: 50px;
  border: 0;
  background: #fff;
  margin-bottom: 30px;
  padding: 0 16px;
}

.comments__input-text::-webkit-input-placeholder {
  color: #999 !important;
}

.comments__input-text:-moz-placeholder {
  color: #999 !important;
}

.comments__input-text::-moz-placeholder {
  color: #999 !important;
}

.comments__input-text:-ms-input-placeholder {
  color: #999 !important;
}

.comments__input-text.placeholder {
  color: #999 !important;
}

.comments__input-textarea {
  width: 100%;
  border: 0;
  background: #fff;
  margin-bottom: 30px;
  padding: 10px 16px;
}

.comments__input-textarea::-webkit-input-placeholder {
  color: #999 !important;
}

.comments__input-textarea:-moz-placeholder {
  color: #999 !important;
}

.comments__input-textarea::-moz-placeholder {
  color: #999 !important;
}

.comments__input-textarea:-ms-input-placeholder {
  color: #999 !important;
}

.comments__input-textarea.placeholder {
  color: #999 !important;
}

.comments__submit {
  height: 50px;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 0 32px;
  transition: 0.3s;
}

.comments__submit:hover {
  background: #bfa657;
}

/*
contact-block
*/

.contact-block {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 100px;
  padding-top: 1px;
}

.contact-block__map {
  height: 500px;
  margin-top: 120px;
  margin-bottom: 130px;
}

.contact-block__place {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  margin-top: 74px;
  margin-bottom: 20px;
}

.contact-block__place-marker {
  font-weight: 100;
  color: #ccc;
}

.contact-block__text {
  color: #666;
  margin-bottom: 105px;
}

.contact-block__text a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s;
}

.contact-block__text a:hover {
  color: #bfa657;
}

.contact-block__text p {
  margin-bottom: 24px;
}

.contact-block__link {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  color: #09c;
  transition: all 0.3s;
  text-decoration: none;
  margin-bottom: 65px;
}

.contact-block__link:hover {
  color: #bfa657;
}

.contact-block__link-icon {
  font-size: 0.8em;
  margin-left: 7px;
}

.contact-block__form {
  display: block;
  margin-top: 72px;
}

.contact-block__input-text,
.contact-block__input-textarea {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid #ccc;
  background: transparent;
}

.contact-block__input-text::-webkit-input-placeholder,
.contact-block__input-textarea::-webkit-input-placeholder {
  color: #999 !important;
}

.contact-block__input-text:-moz-placeholder,
.contact-block__input-textarea:-moz-placeholder {
  color: #999 !important;
}

.contact-block__input-text::-moz-placeholder,
.contact-block__input-textarea::-moz-placeholder {
  color: #999 !important;
}

.contact-block__input-text:-ms-input-placeholder,
.contact-block__input-textarea:-ms-input-placeholder {
  color: #999 !important;
}

.contact-block__input-text.placeholder,
.contact-block__input-textarea.placeholder {
  color: #999 !important;
}

.contact-block__input-text:focus,
.contact-block__input-textarea:focus {
  border-color: #000;
}

.contact-block__input-text {
  height: 52px;
  margin-bottom: 23px;
}

.contact-block__input-textarea {
  padding: 12px 0;
  min-height: 160px;
}

.contact-block__submit {
  color: #bfa657;
  text-transform: uppercase;
  border: 0;
  background: none;
  padding: 0;
  font-weight: 600;
  margin-top: 98px;
  transition: 0.3s;
}

.contact-block__submit:hover {
  color: #09c;
}

.contact-block__submit-icon {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3em;
  margin-left: 0.2em;
  margin-top: -0.05em;
}

/*
counter-block
*/

.counter-block {
  padding-top: 165px;
  padding-bottom: 100px;
}

.counter-block__card {
  padding: 55px 52px;
  background-image: url("../../img/dot.jpg");
  border-top: 5px solid #bfa657;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.counter-block__card-title {
  color: #999;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-bottom: 96px;
}

.counter-block__card-value {
  color: #bfa657;
  font-size: 250px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  margin-left: -7px;
  margin-bottom: -25px;
}

.counter-block__card-description {
  color: #bfa657;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

.counter-block__title {
  margin-bottom: 66px;
}

.counter-block__item {
  margin-bottom: 46px;
}

.counter-block__item-value {
  font-family: 'Poppins', sans-serif;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 11px;
}

.counter-block__item-text {
  color: #666;
  font-size: 16px;
}

/*
dropdown
*/

.dropdown {
  position: relative;
}

.dropdown__menu {
  position: absolute;
  background: #fff;
  width: 200px;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 10px 13px;
  left: 0px;
  top: 39px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.dropdown:hover .dropdown__menu {
  opacity: 1;
  visibility: visible;
}

.dropdown__menu_side_right {
  left: auto;
  right: -30px;
}

.dropdown__column {
  margin-right: 30px;
  min-width: 125px;
}

.dropdown__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.dropdown__item {
  margin-bottom: 2px;
}

.dropdown__link {
  color: #666;
  text-decoration: none;
  transition: 0.3s;
}

.dropdown__link_active,
.dropdown__link:hover {
  color: #bfa657;
}

/*
error-block
*/

.error-block {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f2f2f3;
  text-align: center;
  padding: 40px 0;
  color: #000;
}

.error-block__image {
  display: block;
  margin: 0 auto 26px;
  max-width: 100%;
}

.error-block__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.error-block__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 44px;
}

.error-block__text a {
  color: #bfa657;
}

.error-block__text a:hover {
  text-decoration: none;
}

.error-block__form {
  display: block;
  position: relative;
  max-width: 370px;
  margin: 0 auto;
}

.error-block__input {
  font-size: 16px;
  line-height: 1.75;
  display: block;
  border: 1px solid #cececf;
  color: #666;
  width: 100%;
  height: 54px;
  padding: 0 20px;
}

.error-block__submit {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  color: #000;
  background: none;
  border: 0;
  font-size: 20px;
  transition: 0.3s;
}

.error-block__submit:hover {
  color: #bfa657;
}

.faded-block {
  display: block;
}

/*
featured-block
*/

.featured-block {
  background-image: url("../../img/dot-gray.jpg");
  padding-top: 125px;
  padding-bottom: 138px;
  overflow: hidden;
}

.featured-block__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 56px;
}

.featured-block__head-link {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  color: currentColor;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s;
  text-decoration: none;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.featured-block__head-link:hover {
  color: #bfa657;
}

.featured-block__head-icon {
  font-size: 14px;
  margin-right: -0.4em;
  margin-left: 0.4em;
}

.featured-block__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.featured-block__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -22px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 58px;
}

.featured-block__item {
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0 22px;
  margin-bottom: 44px;
}

.featured-block__item-inner {
  width: 100%;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #000;
  position: relative;
}

.featured-block__item-inner:hover:after {
  opacity: 1;
}

.featured-block__item-inner:after {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 20px 60px 0px rgba(2, 3, 3, 0.25);
  transition: 0.3s ease;
}

.featured-block__item-inner img {
  display: block;
  width: 100%;
}

.featured-block__item-content {
  display: block;
  padding: 16px 20px 24px;
  position: relative;
  z-index: 2;
}

.featured-block__item-footer {
  display: block;
  margin-bottom: 7px;
}

.featured-block__item-title {
  font-size: 18px;
  line-height: 1.444444444444444;
  margin-bottom: 8px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.featured-block__item-inner:hover .featured-block__item-title {
  border-color: currentColor;
}

.featured-block__category {
  font-weight: 500;
}

.featured-block__date {
  color: #999;
  position: relative;
  padding-left: 14px;
  margin-left: 10px;
}

.featured-block__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 0.55em;
  left: 0;
}

/*
features-block
*/

.features-block {
  text-align: center;
  padding: 84px 0 40px;
}

.features-block__subtitle {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 11px;
}

.features-block__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 26px;
}

.features-block__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  margin-bottom: 100px;
}

.features-block__item {
  margin-bottom: 40px;
  text-align: center;
}

.features-block__feature-icon {
  font-size: 80px;
  color: #bfa657;
  margin-bottom: 31px;
}

.features-block__feature-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.features-block__feature-text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  line-height: 1.75;
}

/*
footer-default
*/

.footer-default {
  padding-top: 162px;
  padding-bottom: 70px;
}

/* .footer-default__head {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 37px;
  margin-bottom: 73px;
} */
.footer-default__head .custom-logo {
  height: 100px;
}

/* .footer-default__head:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #bfa657;
  position: absolute;
  bottom: -1px;
  left: 50%;
} */

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

.footer-default__group-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.footer-default__list {
  color: #666;
  line-height: 1.571428571428571;
  list-style: none;
}

.footer-default p {
  color: #535151;
  line-height: 1.571428571428571;
  margin-bottom: 10px;
}

.footer-default p a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-default p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-default p a:hover {
  color: #bfa657;
}

.footer-default p a:hover:after {
  opacity: 1;
}

.footer-default p a_active {
  color: #bfa657;
}

.footer-default p a_active:after {
  opacity: 1;
}

.footer-default p a_inverted:after {
  opacity: 1;
}

.footer-default p a_inverted:hover:after {
  opacity: 0;
}

.footer-default__list-item {
  margin-bottom: 2px;
}

.footer-default__list-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-default__list-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-default__list-link:hover {
  color: #bfa657;
}

.footer-default__list-link:hover:after {
  opacity: 1;
}

.footer-default__list-link_active {
  color: #bfa657;
}

.footer-default__list-link_active:after {
  opacity: 1;
}

.footer-default__list-link_inverted:after {
  opacity: 1;
}

.footer-default__list-link_inverted:hover:after {
  opacity: 0;
}

.footer-default__socials {
  padding-top: 9px;
}

.footer-default__bottom {
  margin-top: 70px;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-default__bottom strong {
  color: #000;
  font-weight: 600;
}

.footer-default__bottom a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  font-weight: 600;
}

.footer-default__bottom a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-default__bottom a:hover {
  color: #bfa657;
}

.footer-default__bottom a:hover:after {
  opacity: 1;
}

.footer-default__bottom a_active {
  color: #bfa657;
}

.footer-default__bottom a_active:after {
  opacity: 1;
}

.footer-default__bottom a_inverted:after {
  opacity: 1;
}

.footer-default__bottom a_inverted:hover:after {
  opacity: 0;
}

/*
footer-interior
*/

.footer-interior {
  padding-top: 136px;
  padding-bottom: 15px;
  background-size: cover;
  background-position: 50%;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
}

.footer-interior__column {
  margin-bottom: 40px;
}

.footer-interior__group-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.footer-interior__list {
  color: #999;
  list-style: none;
}

.footer-interior p {
  color: #999;
  margin-bottom: 0;
}

.footer-interior p a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-interior p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-interior p a:hover {
  color: #bfa657;
}

.footer-interior p a:hover:after {
  opacity: 1;
}

.footer-interior p a_active {
  color: #bfa657;
}

.footer-interior p a_active:after {
  opacity: 1;
}

.footer-interior p a_inverted:after {
  opacity: 1;
}

.footer-interior p a_inverted:hover:after {
  opacity: 0;
}

.footer-interior p a:hover {
  color: #fff;
}

.footer-interior__list-item {
  margin-bottom: 0;
}

.footer-interior__list-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-interior__list-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-interior__list-link:hover {
  color: #bfa657;
}

.footer-interior__list-link:hover:after {
  opacity: 1;
}

.footer-interior__list-link_active {
  color: #bfa657;
}

.footer-interior__list-link_active:after {
  opacity: 1;
}

.footer-interior__list-link_inverted:after {
  opacity: 1;
}

.footer-interior__list-link_inverted:hover:after {
  opacity: 0;
}

.footer-interior__list-link:hover {
  color: #fff;
}

.footer-interior__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-interior__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.footer-interior__social:not(:last-child) {
  margin-right: 24px;
}

.footer-interior__social:hover {
  color: #bfa657;
}

.footer-interior__social.icofont-behance,
.footer-interior__social.icofont-google-plus {
  font-size: 26px;
}

.footer-interior__social.icofont-linkedin {
  font-size: 22px;
}

.footer-interior__form {
  width: 100%;
  position: relative;
  margin-top: 16px;
}

.footer-interior__input {
  font-size: 16px;
  height: 54px;
  width: 100%;
  color: #000;
  padding: 2px 120px 0 20px;
}

.footer-interior__input::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-interior__input:-moz-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-interior__input::-moz-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-interior__input:-ms-input-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-interior__input.placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-interior__input:focus::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-interior__input:focus:-moz-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-interior__input:focus::-moz-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-interior__input:focus:-ms-input-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-interior__input:focus.placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-interior__submit {
  height: 100%;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 12px;
  white-space: nowrap;
  border: 0;
  background: none;
  transition: all 0.3s;
}

.footer-interior__submit:hover {
  color: #bfa657;
}

.footer-interior__submit-icon {
  font-weight: 700;
  font-size: 12px;
  margin-left: 1px;
  transform: translateY(-1px);
  display: inline-block;
}

.footer-interior__bottom {
  margin-top: 58px;
  color: #999;
}

.footer-interior__bottom strong {
  color: #fff;
  font-weight: 600;
}

.footer-interior__copyright a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.footer-interior__copyright a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-interior__copyright a:hover {
  color: #bfa657;
}

.footer-interior__copyright a:hover:after {
  opacity: 1;
}

.footer-interior__copyright a_active {
  color: #bfa657;
}

.footer-interior__copyright a_active:after {
  opacity: 1;
}

.footer-interior__copyright a_inverted:after {
  opacity: 1;
}

.footer-interior__copyright a_inverted:hover:after {
  opacity: 0;
}

/*
footer-minimal
*/

.footer-minimal {
  padding-top: 126px;
  padding-bottom: 78px;
  background-color: #bfa657;
  color: #fff;
  font-size: 14px;
  line-height: 1.571428571428571;
}

.footer-minimal__logo {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}

.footer-minimal__column {
  margin-bottom: 40px;
}

.footer-minimal__group-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 44px;
  text-transform: uppercase;
}

.footer-minimal__list {
  list-style: none;
}

.footer-minimal p {
  margin-bottom: 10px;
}

.footer-minimal p a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-minimal p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-minimal p a:hover {
  color: #bfa657;
}

.footer-minimal p a:hover:after {
  opacity: 1;
}

.footer-minimal p a_active {
  color: #bfa657;
}

.footer-minimal p a_active:after {
  opacity: 1;
}

.footer-minimal p a_inverted:after {
  opacity: 1;
}

.footer-minimal p a_inverted:hover:after {
  opacity: 0;
}

.footer-minimal p a:hover {
  color: #fff;
}

.footer-minimal__list-item {
  margin-bottom: 2px;
}

.footer-minimal__list-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-minimal__list-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-minimal__list-link:hover {
  color: #bfa657;
}

.footer-minimal__list-link:hover:after {
  opacity: 1;
}

.footer-minimal__list-link_active {
  color: #bfa657;
}

.footer-minimal__list-link_active:after {
  opacity: 1;
}

.footer-minimal__list-link_inverted:after {
  opacity: 1;
}

.footer-minimal__list-link_inverted:hover:after {
  opacity: 0;
}

.footer-minimal__list-link:hover {
  color: #fff;
}

.footer-minimal__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-minimal__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.footer-minimal__social:not(:last-child) {
  margin-right: 24px;
}

.footer-minimal__social:hover {
  color: #bfa657;
}

.footer-minimal__social.icofont-behance,
.footer-minimal__social.icofont-google-plus {
  font-size: 26px;
}

.footer-minimal__social.icofont-linkedin {
  font-size: 22px;
}

.footer-minimal__form {
  width: 100%;
  position: relative;
  margin-top: 16px;
}

.footer-minimal__input {
  font-size: 16px;
  height: 54px;
  width: 100%;
  color: #000;
  padding: 2px 120px 0 20px;
}

.footer-minimal__input::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-minimal__input:-moz-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-minimal__input::-moz-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-minimal__input:-ms-input-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-minimal__input.placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-minimal__input:focus::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-minimal__input:focus:-moz-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-minimal__input:focus::-moz-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-minimal__input:focus:-ms-input-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-minimal__input:focus.placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-minimal__submit {
  height: 100%;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 12px;
  white-space: nowrap;
  border: 0;
  background: none;
  transition: all 0.3s;
}

.footer-minimal__submit:hover {
  color: #bfa657;
}

.footer-minimal__submit-icon {
  font-weight: 700;
  font-size: 12px;
  margin-left: 1px;
  transform: translateY(-1px);
  display: inline-block;
}

.footer-minimal__bottom {
  margin-top: 58px;
  color: #999;
}

.footer-minimal__bottom strong {
  color: #fff;
  font-weight: 600;
}

.footer-minimal__copyright a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.footer-minimal__copyright a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-minimal__copyright a:hover {
  color: #bfa657;
}

.footer-minimal__copyright a:hover:after {
  opacity: 1;
}

.footer-minimal__copyright a_active {
  color: #bfa657;
}

.footer-minimal__copyright a_active:after {
  opacity: 1;
}

.footer-minimal__copyright a_inverted:after {
  opacity: 1;
}

.footer-minimal__copyright a_inverted:hover:after {
  opacity: 0;
}

/*
footer-studio
*/

.footer-studio {
  padding-top: 136px;
  padding-bottom: 15px;
  background-size: cover;
  background-position: 50%;
  background-color: #252525;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
}

.footer-studio__column {
  margin-bottom: 40px;
}

.footer-studio__group-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.footer-studio__list {
  color: #999;
  list-style: none;
}

.footer-studio p {
  color: #999;
  margin-bottom: 0;
}

.footer-studio p a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-studio p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio p a:hover {
  color: #bfa657;
}

.footer-studio p a:hover:after {
  opacity: 1;
}

.footer-studio p a_active {
  color: #bfa657;
}

.footer-studio p a_active:after {
  opacity: 1;
}

.footer-studio p a_inverted:after {
  opacity: 1;
}

.footer-studio p a_inverted:hover:after {
  opacity: 0;
}

.footer-studio p a:hover {
  color: #fff;
}

.footer-studio__list-item {
  margin-bottom: 0;
}

.footer-studio__list-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-studio__list-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio__list-link:hover {
  color: #bfa657;
}

.footer-studio__list-link:hover:after {
  opacity: 1;
}

.footer-studio__list-link_active {
  color: #bfa657;
}

.footer-studio__list-link_active:after {
  opacity: 1;
}

.footer-studio__list-link_inverted:after {
  opacity: 1;
}

.footer-studio__list-link_inverted:hover:after {
  opacity: 0;
}

.footer-studio__list-link:hover {
  color: #fff;
}

.footer-studio__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-studio__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.footer-studio__social:not(:last-child) {
  margin-right: 24px;
}

.footer-studio__social:hover {
  color: #bfa657;
}

.footer-studio__social.icofont-behance,
.footer-studio__social.icofont-google-plus {
  font-size: 26px;
}

.footer-studio__social.icofont-linkedin {
  font-size: 22px;
}

.footer-studio__form {
  width: 100%;
  position: relative;
  margin-top: 16px;
}

.footer-studio__input {
  font-size: 16px;
  height: 54px;
  width: 100%;
  color: #fff;
  padding: 2px 120px 0 20px;
  background: #333;
  border: 0;
}

.footer-studio__input::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input:-moz-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input::-moz-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input.placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input:focus::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus:-moz-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus::-moz-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus:-ms-input-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus.placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__submit {
  height: 100%;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 12px;
  white-space: nowrap;
  border: 0;
  background: none;
  transition: all 0.3s;
  color: #fff;
}

.footer-studio__submit:hover {
  color: #bfa657;
}

.footer-studio__submit-icon {
  font-weight: 700;
  font-size: 12px;
  margin-left: 1px;
  transform: translateY(-1px);
  display: inline-block;
}

.footer-studio__bottom {
  margin-top: 58px;
  color: #999;
}

.footer-studio__bottom strong {
  color: #fff;
  font-weight: 600;
}

.footer-studio__copyright a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.footer-studio__copyright a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio__copyright a:hover {
  color: #bfa657;
}

.footer-studio__copyright a:hover:after {
  opacity: 1;
}

.footer-studio__copyright a_active {
  color: #bfa657;
}

.footer-studio__copyright a_active:after {
  opacity: 1;
}

.footer-studio__copyright a_inverted:after {
  opacity: 1;
}

.footer-studio__copyright a_inverted:hover:after {
  opacity: 0;
}

/*
footer
*/

.footer_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

/*
full-screen-block
*/

.full-screen-block {
  position: relative;
  min-height: 100vh;
}

.full-screen-block.is-white {
  color: #fff;
}

.full-screen-block__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  color: #000;
}

.full-screen-block__slide_dark {
  color: #fff;
}

.full-screen-block__slide-inner {
  position: relative;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.full-screen-block__subtitle {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 500;
}

.full-screen-block__subtitle-two {
  font-size: 20px;
  margin-bottom: 0px;
}

.full-screen-block__subtitle h3 {
  font-size: 24px;
  font-weight: 500;
}

.full-screen-block_button {
  margin-top: 50px;
}

.full-screen-block__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 178px;
  margin-bottom: 2vh;
}

.full-screen-block__title {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.2;

  -ms-flex-positive: 1;
  flex-grow: 1;

  font-weight: 700;
}

.full-screen-block__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: auto;
  padding-top: 35px;
  text-align: right;
}

.full-screen-block__label-value {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-top: 6px;
}

.full-screen-block__text {
  font-size: 20px;
  max-width: 500px;
  margin-bottom: 86px;
  line-height: 1.6;
}

.full-screen-block__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.full-screen-block__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.full-screen-block__link:hover {
  color: #bfa657;
}

.full-screen-block__link:hover:after {
  opacity: 1;
}

.full-screen-block__link_active {
  color: #bfa657;
}

.full-screen-block__link_active:after {
  opacity: 1;
}

.full-screen-block__link_inverted:after {
  opacity: 1;
}

.full-screen-block__link_inverted:hover:after {
  opacity: 0;
}

.full-screen-block__link:after {
  height: 2px;
}

.full-screen-block__counter {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  position: absolute;
  right: -12px;
  bottom: -4px;
  letter-spacing: 12px;
  line-height: 1.3;
}

.full-screen-block__counter-all {
  color: #999;
  margin-left: -18px;
}

.full-screen-block__slide_dark .full-screen-block__counter-all {
  color: #ccc;
}

.full-screen-block__footer {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 5;
}

.full-screen-block__footer-inner {
  display: -ms-flexbox;
  display: flex;
}

.full-screen-block__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.full-screen-block__social-link {
  font-size: 18px;
  color: currentColor;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-right: 35px;
  transition: color 0.3s;
}

.full-screen-block__social-link:hover {
  color: #bfa657;
}

.full-screen-block__social-link.icofont-behance {
  font-size: 24px;
}

.full-screen-block__locales {
  margin-left: auto;
}

.full-screen-block__locale {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin-left: 25px;
}

.full-screen-block__locale:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.full-screen-block__locale:hover {
  color: #bfa657;
}

.full-screen-block__locale:hover:after {
  opacity: 1;
}

.full-screen-block__locale_active {
  color: #bfa657;
}

.full-screen-block__locale_active:after {
  opacity: 1;
}

.full-screen-block__locale_inverted:after {
  opacity: 1;
}

.full-screen-block__locale_inverted:hover:after {
  opacity: 0;
}

.full-screen-block__locale:after {
  display: none;
}

/*
grid-block
*/

.grid-block {
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 148px;
  padding-bottom: 34px;
  position: relative;
  overflow: hidden;
  background: #666;
  color: #fff;
}

.grid-block__image {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1);
  transition: transform 5s, opacity 0.35s;
  opacity: 0;
}

.grid-block__image_active {
  opacity: 1;
  transform: scale(1.03);
}

.grid-block__content {
  position: relative;
  z-index: 2;
}

.grid-block__column {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}

.grid-block__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  text-decoration: none;
  color: currentColor;
  padding: 80px 30px 32px;
  transition: all 0.3s;
  background: rgba(242, 74, 0, 0);
  min-height: 340px;
  position: relative;
}

.grid-block__item_active,
.grid-block__item:hover {
  background: #bfa657;
  border-color: #bfa657;
}

.grid-block__year {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 27px;
}

.grid-block__subtitle {
  display: block;
  margin-bottom: 4px;
}

.grid-block__title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  line-height: 0.75;
}

/*
header-fixed
*/

.header-fixed {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 32px;
}

.header-fixed__menu {
  margin-right: auto;
  margin-left: auto;
}

.header-fixed__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*
header-full-page
*/

.header-full-page {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 13px;
}

.header-full-page__menu {
  margin-right: 20px;
}

.header-full-page__contacts {
  text-transform: uppercase;
}

.header-full-page__contacts span {
  transition: all 0.3s;
}

.header-full-page__contacts a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.header-full-page__contacts a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.header-full-page__contacts a:hover {
  color: #bfa657;
}

.header-full-page__contacts a:hover:after {
  opacity: 1;
}

.header-full-page__contacts a_active {
  color: #bfa657;
}

.header-full-page__contacts a_active:after {
  opacity: 1;
}

.header-full-page__contacts a_inverted:after {
  opacity: 1;
}

.header-full-page__contacts a_inverted:hover:after {
  opacity: 0;
}

.header-full-page__contacts a:after {
  display: none;
}

.header-full-page__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*
header
*/

.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: white !important;
  z-index: 3;
  padding: 18px 0px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.header_white {
  color: #fff;
}

.header__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  display: none;
}

.header__container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 1px;
}

.header_fixed .header__container {
  transform: translateY(0%);
}

.header_is_fixed .header__container {
  position: relative;
  background: #fff;
  color: #242323;
  transform: translateY(100%);
  padding-top: 28px;
  transition: background 0.5s ease, transform 0.5s ease;
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.header_is_fixed .header__container .container {
  /* position: relative; */
  top: 25px;
}

.header_is_fixed .header__logo {
  /* display: none; */
}

.header__logo {
  position: relative;
  display: block;
  z-index: 3;
}

.header__wrapper {
  padding-top: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 25px;
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.header__menu-button {
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -25px;
  border: 0;
  width: 50px;
  height: 50px;
  background: none;
  display: -ms-flexbox;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
  transition: color 0.5s;
  z-index: 2;
}

.header__menu-button_dark {
  color: #000;
}

.header__menu-button_fixed {
  right: 47px;
  top: 34px;
  margin: 0;
}

.header__menu-button-inner {
  height: 2px;
  width: 24px;
  background: currentColor;
  position: relative;
  border: 0;
  transition: background 0.5s;
}

.header__menu-button_cross .header__menu-button-inner {
  background: transparent;
}

.header__menu-button-inner:before,
.header__menu-button-inner:after {
  position: absolute;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: currentColor;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.header__menu-button-inner:before {
  transform: translateY(7px);
}

.header__menu-button_burger .header__menu-button-inner:before {
  animation-name: button-before-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:before {
  animation-name: button-before-close-animation;
}

@keyframes button-before-close-animation {
  0% {
    transform: translateY(7px);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(45deg);
  }
}

@keyframes button-before-open-animation {
  0% {
    transform: translateY(0px) rotate(45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(7px);
  }
}

.header__menu-button-inner:after {
  transform: translateY(-7px);
}

.header__menu-button_burger .header__menu-button-inner:after {
  animation-name: button-after-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:after {
  animation-name: button-after-close-animation;
}

@keyframes button-after-close-animation {
  0% {
    transform: translateY(-7px);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes button-after-open-animation {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-7px);
  }
}

.header__menu {
  transform: translateX(100%) translateZ(0);
  transition: 0.6s;
  z-index: 9;
}

.header__menu_opened {
  transform: translateX(0%) translateZ(0);
}

/*
heading-default
*/

.heading-default {
  padding-top: 220px;
  margin-bottom: 98px;
}

.heading-default_context_listing {
  text-align: center;
  margin-bottom: 84px;
}

.heading-default_context_listing .heading-default__breadcrumbs {
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-default__title {
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.heading-default__breadcrumbs {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-default__breadcrumb-item {
  font-size: 16px;
  color: #999;
}

.heading-default__breadcrumb-item:not(:first-child):before {
  content: '/ ';
}

.heading-default__breadcrumb-item:not(:last-child) {
  margin-right: 0.3em;
}

.heading-default__breadcrumb-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
}

.heading-default__breadcrumb-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.heading-default__breadcrumb-link:hover {
  color: #bfa657;
}

.heading-default__breadcrumb-link:hover:after {
  opacity: 1;
}

.heading-default__breadcrumb-link_active {
  color: #bfa657;
}

.heading-default__breadcrumb-link_active:after {
  opacity: 1;
}

.heading-default__breadcrumb-link_inverted:after {
  opacity: 1;
}

.heading-default__breadcrumb-link_inverted:hover:after {
  opacity: 0;
}

/*
heading-group
*/

.heading-group {
  margin-bottom: 85px;
}

.heading-group_centered {
  text-align: center;
}

.heading-group__subtitle {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 9px;
}

.heading-group__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 26px;
}

.heading-group__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 900px;
}

.heading-group_centered .heading-group__text {
  margin-left: auto;
  margin-right: auto;
}

/*
heading-smallest
*/

.heading-smallest {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-smallest_size_small {
  font-size: 16px;
}

.heading-smallest_has-offset {
  margin-bottom: 72px;
}

.heading-smallest_has-offset.heading-smallest_size_small {
  margin-bottom: 52px;
}

/*
icon
*/

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  fill: inherit;
  fill: currentColor;
  stroke: inherit;
}

.icon use {
  fill: inherit;
  fill: currentColor;
}

.icon_behance {
  width: 1.5em;
}

.icon_facebook {
  width: 0.466666666666667em;
}

.icon_twitter {
  width: 1.090909090909091em;
}

/*
info-card-content
*/

.info-card-content {
  padding: 12px 40px 52px;
}

.info-card-content__title {
  font-size: 48px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 28px;
}

.info-card-content__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 40px;
}

.info-card-content__list:not(:last-child) {
  margin-bottom: 46px;
}

.info-card-content__list-item {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 9px;
  -ms-flex-align: center;
  align-items: center;
}

.info-card-content__list-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.info-card-content__list-item-name {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: auto;
}

.info-card-content__list-item-text {
  font-size: 16px;
  text-align: right;
  margin-left: 20px;
}

.info-card-content__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info-card-content__social {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
  margin-bottom: 5px;
}

.info-card-content__social:hover {
  color: #bfa657;
}

.info-card-content__social:not(:first-child) {
  margin-left: 26px;
}

/*
info-card
*/

.info-card {
  position: relative;
  max-width: 530px;
  width: 100%;
}

.info-card__button {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  height: 80px;
  background: #fff;
  border: 0;
  padding: 0 45px;
  margin-left: auto;
  transition: color 0.3s;
}

.info-card__button:hover {
  color: #bfa657;
}

.info-card__body {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #000;
  max-height: 80vh;
  overflow: auto;
}

/*
link
*/

a:not([class]) {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

a:not([class]):after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 0px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

a:not([class]):hover {
  color: #bfa657;
}

a:not([class]):hover:after {
  opacity: 1;
}

.link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.link:hover {
  color: #bfa657;
}

.link:hover:after {
  opacity: 1;
}

.link_active {
  color: #bfa657;
}

.link_active:after {
  opacity: 1;
}

.link_inverted:after {
  opacity: 1;
}

.link_inverted:hover:after {
  opacity: 0;
}

/*
listing-block
*/

.listing-block {
  padding-bottom: 134px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

.listing-block__filter {
  color: #666;
  margin-bottom: 58px;
}

.listing-block .listing-block__filter-link {
  margin-left: 17px;
  margin-right: 17px;
}

.listing-block__grid {
  margin-bottom: 116px;
}

.listing-block__item {
  text-decoration: none;
  color: currentColor;
  display: block;
  margin-bottom: 58px;
}

.listing-block__image-wrapper {
  margin-bottom: 26px;
  overflow: hidden;
  display: block;
}

.listing-block__image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  opacity: 1;
}

.listing-block__image:hover {
  transform: scale(1.04);
  opacity: 0.6;
}

.listing-block__item-title {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  line-height: 0.666666666666667;
  display: block;
  transition: color 0.3s;
  margin-bottom: 14px;
}

.listing-block__item:hover .listing-block__item-title {
  color: #bfa657;
}

.listing-block__item-category {
  color: #999;
}

.listing-block__loader {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
}

/*
logo
*/

.logo {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  line-height: 0.555555555555556;
  margin-top: 0.1em;
  text-transform: uppercase;
  color: currentColor;
  text-decoration: none;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}

/*
main-slide
*/

.main-slide {
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
}

.main-slide__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  z-index: 1;
}

.main-slide__container {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 120px;
}

.main-slide__slide-inner {
  width: 100%;
  position: relative;
  z-index: 2;
}

.main-slide__subtitle-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}

.main-slide__subtitle {
  font-size: 24px;
}

.main-slide__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 63px;
}

.main-slide__title-wrapper>*:first-child {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-slide__title {
  font-family: 'Poppins', sans-serif;
  font-size: 180px;
  line-height: 0.75;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -6px;
}

.main-slide_size_medium .main-slide__title {
  font-size: 160px;
}

.main-slide__label-wrapper {
  margin-left: auto;
}

.main-slide__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 35px;
  text-align: right;
}

.main-slide__label-value {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-top: 6px;
  text-align: right;
}

.main-slide__text-wrapper {
  max-width: 500px;
}

.main-slide__text-wrapper:not(:last-child) {
  margin-bottom: 86px;
}

.main-slide__text {
  font-size: 20px;
  line-height: 1.6;
}

.main-slide_size_medium .main-slide__text {
  font-size: 16px;
}

.main-slide__link-wrapper {
  display: inline-block;
  vertical-align: top;
}

.main-slide__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #bfa657;
  line-height: 1.4;
}

.main-slide__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.main-slide__link:hover {
  color: #bfa657;
}

.main-slide__link:hover:after {
  opacity: 1;
}

.main-slide__link_active {
  color: #bfa657;
}

.main-slide__link_active:after {
  opacity: 1;
}

.main-slide__link_inverted:after {
  opacity: 1;
}

.main-slide__link_inverted:hover:after {
  opacity: 0;
}

.main-slide__link:after {
  height: 2px;
}

.main-slide__counter-wrapper {
  position: absolute;
  right: -12px;
  bottom: 0;
}

.main-slide__counter-inner {
  position: relative;
}

.main-slide__counter {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  letter-spacing: 12px;
  line-height: 1.3;
}

.main-slide__counter-all {
  color: #999;
  margin-left: -18px;
}

.main-slide .tp-parallax-wrap {
  min-width: auto !important;
  position: inherit !important;
  top: auto !important;
  left: auto !important;
}

.main-slide .tp-loop-wrap,
.main-slide .tp-mask-wrap {
  position: inherit !important;
}

/*
main-slider
*/

.main-slider {
  position: relative;
  color: #fff;
  min-height: 100vh;
}

.main-slider__footer {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 20;
}

.main-slider__footer-inner {
  display: -ms-flexbox;
  display: flex;
}

.main-slider__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider__social-link {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-right: 35px;
  transition: color 0.3s;
}

.main-slider__social-link:hover {
  color: #bfa657;
}

.main-slider__social-link.icofont-behance {
  font-size: 24px;
}

.main-slider__locales {
  margin-left: auto;
}

.main-slider__locale {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 16px;
  margin-left: 25px;
}

.main-slider__locale:after {
  display: none;
}

/*
masonry-block
*/

.masonry-block {
  padding-bottom: 110px;
  border-bottom: 1px solid #ebebeb;
}

.masonry-block__grid {
  margin-bottom: 82px;
}

.masonry-block__item {
  margin-bottom: 42px;
}

/*
masonry-item
*/

.masonry-item {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.masonry-item__image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.masonry-item__image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  opacity: 1;
  border-radius: 5px;
}

.masonry-item__image-wrapper:hover .masonry-item__image {
  transform: scale(1.04);
  opacity: 0.6;
}

.masonry-item__title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.066666666666667;
  display: block;
  transition: color 0.3s;
}

.masonry-item:hover .masonry-item__title {
  color: #bfa657;
}

.masonry-item__category {
  color: #999;
}

/*
masonry-large-block
*/

.masonry-large-block {
  margin-top: 120px;
  padding-bottom: 110px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}

.masonry-large-block__grid {
  margin-bottom: 76px;
}

.masonry-large-block__item {
  margin-bottom: 30px;
}

.masonry-large-block__item-inner {
  text-decoration: none;
  color: currentColor;
  display: block;
  margin-bottom: 42px;
}

.masonry-large-block__item-inner img {
  width: 100%;
  margin-bottom: 10px;
}

.masonry-large-block__item-title {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 1.066666666666667;
  display: block;
  transition: color 0.3s;
}

.masonry-block__item-inner:hover .masonry-large-block__item-title {
  color: #bfa657;
}

.masonry-large-block__item-category {
  color: #999;
}

.masonry-large-block__loader {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
  text-align: center;
  margin-top: 40px;
}

/*
masonry
*/

.masonry__primary-filters {
  margin-bottom: 12px;
}

.masonry__primary-filter-button {
  font-size: 16px;
  font-weight: 600;
  border: 0;
  background: none;
  color: #ccc;
  margin-right: 40px;
  transition: color 0.3s;
}

.masonry__primary-filter-button:hover,
.masonry__primary-filter-button_active {
  color: #000;
}

.masonry__secondary-filters-wrapper {
  position: relative;
}

.masonry__secondary-filters {
  margin-bottom: 56px;
  top: 0;
  left: 0;
}

.masonry__secondary-filter-button {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  border: 0;
  background: none;
  margin-right: 34px;
  transition: color 0.3s;
  line-height: inherit;
}

.masonry__secondary-filter-button:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.masonry__secondary-filter-button:hover {
  color: #bfa657;
}

.masonry__secondary-filter-button:hover:after {
  opacity: 1;
}

.masonry__secondary-filter-button_active {
  color: #bfa657;
}

.masonry__secondary-filter-button_active:after {
  opacity: 1;
}

.masonry__secondary-filter-button_inverted:after {
  opacity: 1;
}

.masonry__secondary-filter-button_inverted:hover:after {
  opacity: 0;
}

/*
menu-panel
*/

.menu-panel {
  position: fixed;
  background: #fff;
  color: #000;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 89683769;
  max-width: 550px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
}

.menu-panel__inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 44px;
  padding-left: 60px;
  padding-right: 60px;
}

.menu-panel__menu {
  transition: all 0.5s 0.6s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__menu {
  transform: translate(0);
  opacity: 1;
}

.menu-panel__menu-item {
  margin-bottom: 15px;
}

.menu-panel__menu-link {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  line-height: 1.1;
}

.menu-panel__menu-link.collapsed {
  color: #999;
}

.menu-panel__menu-link_active {
  color: currentColor;
}

.menu-panel__menu-link_active.collapsed {
  color: currentColor;
}

.menu-panel__menu-link:hover {
  color: currentColor;
}

.menu-panel__bottom-submenu {
  padding-left: 15px;
}

.menu-panel__submenu-item {
  margin-bottom: 2px;
}

.menu-panel__submenu-item:first-child {
  padding-top: 9px;
}

.menu-panel__submenu-item:last-child {
  padding-bottom: 9px;
}

.menu-panel__submenu-link {
  font-size: 16px;
  line-height: 1.75;
  text-decoration: none;
  color: #999;
  transition: 0.3s;
}

.menu-panel__submenu-link_active,
.menu-panel__submenu-link:hover {
  color: currentColor;
}

.menu-panel__locales {
  margin-bottom: 76px;
  transition: all 0.5s 0.4s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__locales {
  transform: translate(0);
  opacity: 1;
}

.menu-panel__locale {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}

.menu-panel__locale:after {
  display: none;
}

.menu-panel__footer {
  margin-top: auto;
  padding-bottom: 44px;
}

.menu-panel__socials {
  margin-top: 60px;
  transition: all 0.5s 0.7s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__socials {
  transform: translate(0);
  opacity: 1;
}

.menu-panel .menu-panel__socials {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-panel__bottom {
  margin-top: 18px;
  color: #999;
  transition: all 0.5s 0.9s ease;
  transform: translateY(2rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__bottom {
  transform: translate(0);
  opacity: 1;
}

.menu-panel__bottom strong {
  color: #000;
  font-weight: 600;
}

.menu-panel__bottom a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  font-weight: 600;
}

.menu-panel__bottom a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.menu-panel__bottom a:hover {
  color: #bfa657;
}

.menu-panel__bottom a:hover:after {
  opacity: 1;
}

.menu-panel__bottom a_active {
  color: #bfa657;
}

.menu-panel__bottom a_active:after {
  opacity: 1;
}

.menu-panel__bottom a_inverted:after {
  opacity: 1;
}

.menu-panel__bottom a_inverted:hover:after {
  opacity: 0;
}

/*
minimal-head-block
*/

.minimal-head-block {
  padding-top: 250px;
  padding-bottom: 116px;
}

.minimal-head-block__title {
  font-size: 80px;
  line-height: 1.05;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 24px;
}

.minimal-head-block__label-wrapper {
  position: relative;
}

.minimal-head-block__label-inner:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 3px;
  top: -5px;
  width: 100%;
  background: #bfa657;
}

.minimal-head-block__label {
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.minimal-head-block__text {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  max-width: 770px;
}

/*
news-masonry-item
*/

.news-masonry-item {
  background: #f2f2f2;
  text-decoration: none;
  color: currentColor;
  transition: 0.3s;
  display: block;
}

.news-masonry-item:hover {
  background: #bfa657;
  color: #fff;
}

.news-masonry-item__image-wrapper {
  overflow: hidden;
  display: block;
}

.news-masonry-item__image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}

.news-masonry-item__image:hover {
  transform: scale(1.04);
}

.news-masonry-item__content {
  padding: 30px 35px 32px;
}

.news-masonry-item__category {
  font-weight: 500;
}

.news-masonry-item__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.news-masonry-item__date {
  color: #999;
  position: relative;
  padding-left: 14px;
  margin-left: 12px;
  transition: 0.3s;
}

.news-masonry-item:hover .news-masonry-item__date {
  color: #fff;
}

.news-masonry-item__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

.news-masonry-item__title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 22px;
}

.news-masonry-item__item-inner:hover .news-masonry-item__title {
  color: #bfa657;
}

.news-masonry-item__text {
  color: #666;
  transition: 0.3s;
  margin-bottom: 24px;
}

.news-masonry-item:hover .news-masonry-item__text {
  color: #fff;
}

.news-masonry-item__continue {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}

.news-masonry-item__continue-icon {
  font-size: 1.428571428571429em;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 6px;
}

/*
panorama-slider
*/

.panorama-slider__data-layer {
  position: absolute;
  width: 100%;
  top: 17%;
  left: 0;
}

.panorama-slider__container {
  position: relative;
  max-width: 1530px;
  padding: 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 22;
}

.panorama-slider__menu-link {
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  min-width: 80px;
  height: 80px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  background: #fff;
  margin-left: 22px;
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}

.panorama-slider__menu-link:hover {
  color: #bfa657;
}

.panorama-slider__content {
  display: none;
}

/*
panorama-slider2
*/

.panorama-slider2 {
  position: relative;
  color: #fff;
}

.panorama-slider2__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.panorama-slider2__slide-inner {
  position: relative;
}

.panorama-slider2__subtitle {
  font-size: 20px;
  margin-bottom: 20px !important;
}

.panorama-slider2__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 78px;
}

.panorama-slider2__title-wrapper>*:first-child {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.panorama-slider2__title {
  font-family: 'Poppins', sans-serif;
  font-size: 120px;
  line-height: 0.875;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -6px;
}

.panorama-slider2__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: auto;
  text-align: center;
  padding-bottom: 6px;
}

.panorama-slider2__label-icon {
  font-size: 72px;
  padding-right: 0.3em;
  text-align: center !important;
}

.panorama-slider2__label-value {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.25em;
}

.panorama-slider2__text {
  font-size: 20px;
  max-width: 500px;
  margin-bottom: 86px;
  line-height: 1.6;
}

.panorama-slider2__link-wrapper {
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}

.panorama-slider2__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.panorama-slider2__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.panorama-slider2__link:hover {
  color: #bfa657;
}

.panorama-slider2__link:hover:after {
  opacity: 1;
}

.panorama-slider2__link_active {
  color: #bfa657;
}

.panorama-slider2__link_active:after {
  opacity: 1;
}

.panorama-slider2__link_inverted:after {
  opacity: 1;
}

.panorama-slider2__link_inverted:hover:after {
  opacity: 0;
}

.panorama-slider2__link:after {
  height: 2px;
}

.panorama-slider2__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
}

.panorama-slider2__footer:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: 50%;
  background: #fff;
  z-index: 1;
}

.panorama-slider2__footer-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.panorama-slider2__footer-menu {
  min-width: 68%;
  width: 68vmin;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #000;
  background: #fff;
  font-size: 2.2vmin;
  line-height: 1.363636363636364;
  text-transform: uppercase;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.panorama-slider2__footer-item {
  width: 200px;
  height: 16vmin;
  padding-right: 30px;
  padding-top: 5vmin;
}

.panorama-slider2__footer-link {
  text-decoration: none;
  color: currentColor;
  transition: all 0.3s;
}

.panorama-slider2__footer-link:hover {
  color: #bfa657;
}

.panorama-slider2__controls {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -30px;
  z-index: 2;
}

.panorama-slider2__control {
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
  margin-left: 25px;
}

.panorama-slider2__control:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}

.panorama-slider2 .tparrows {
  display: none;
}

.panorama-slider2 .tp-parallax-wrap {
  min-width: auto !important;
  position: inherit !important;
  top: auto !important;
  left: auto !important;
}

.panorama-slider2 .tp-loop-wrap,
.panorama-slider2 .tp-mask-wrap {
  position: inherit !important;
}

/*
parallax-block
*/

.parallax-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  color: #fff;
  background: #242323;
  overflow: hidden;
}

.parallax-block__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
  display: block !important;
}

.parallax-block__inner {
  position: relative;
  z-index: 2;
}

.parallax-block__subtitle {
  margin-bottom: 35px;
}

.parallax-block__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 58px;
}

.parallax-block__title {
  font-family: 'Poppins', sans-serif;
  font-size: 160px;
  line-height: 0.84375;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -7px;
}

.parallax-block__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: auto;
  padding-top: 38px;
  text-align: right;
}

.parallax-block__play {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #bfa657;
  border: 0;
  margin-left: auto;
  margin-top: 52px;
}

.parallax-block__play:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.parallax-block__text {
  font-size: 16px;
  max-width: 500px;
  margin-bottom: 94px;
  line-height: 1.875;
}

.parallax-block__download-link {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: currentColor;
  line-height: 1;
  transition: color 0.3s;
}

.parallax-block__download-link:hover {
  color: #bfa657;
}

.parallax-block__download-icon {
  font-size: 36px;
  margin-right: 22px;
  display: inline-block;
  vertical-align: top;
}

.parallax-block__download-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 3px;
  margin-top: 3px;
}

.parallax-block__download-text:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  background: currentColor;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*
parallax-image
*/

.parallax-image {
  overflow: hidden;
  height: 500px;
}

.parallax-image__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

/*
person-block
*/

.person-block12 {
  background: #bfa657;
  padding: 60px 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
}

.person-block__image {
  width: 130px;
  min-width: 130px;
  margin-right: 37px;
  margin-top: 5px;
}

.person-block__name {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 16px;
  color: #3c2b25;
}

.person-block__text {
  color: #fff;
  margin-bottom: 24px;
}

.person-block__share {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.person-block__share-item {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  text-decoration: none;
  margin: 0 5px;
  transition: 0.3s;
}

.person-block__share-item:hover {
  color: #000;
}

.person-block__share-item:first-child {
  margin-left: 0;
}

/*
posts
*/

.posts__item-inner {
  width: 100%;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #000;
  position: relative;
  overflow: hidden;
}

.posts__item-inner:hover:after {
  opacity: 1;
}

.posts__item-inner:after {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 20px 60px 0px rgba(2, 3, 3, 0.25);
  transition: 0.3s ease;
}

.posts__item-inner:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.posts__image {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.posts__item-inner:hover .posts__image {
  transform: scale(1.04);
}

.posts__item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 25px 19px;
  z-index: 2;
  color: #fff;
}

.posts__item-footer {
  display: block;
  margin-bottom: 5px;
}

.posts__item-title {
  font-size: 18px;
  line-height: 1.444444444444444;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all 0.3s;
}

.posts__item-inner:hover .posts__item-title {
  text-decoration: underline;
}

.posts__category {
  font-weight: 500;
}

.posts__date {
  color: #ccc;
  position: relative;
  padding-left: 14px;
  margin-left: 7px;
}

.posts__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

/*
preloader
*/

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f24a01;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

/*
project-block
*/

.project-block {
  padding-top: 180px;
}

.project-block__item {
  border: 4px solid #008000;
}

.project-block__image-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
}

.project-block__image-wrapper_offset {
  margin-top: 120px;
}

.project-block__image-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.project-block__image {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.project-block__project:hover .project-block__image {
  transform: scale(1.04);
}

.project-block__subtitle {
  text-transform: uppercase;
  color: #999;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.project-block__title {
  font-family: 'Poppins', sans-serif;
  font-size: 46px;
  line-height: 1.043478260869565;
  margin-bottom: 124px;
}

.project-block__project {
  display: block;
  text-decoration: none;
  color: currentColor;
  position: relative;
  margin-bottom: 125px;
  width: 100%;
}

.project-block__project-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 35px 44px;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.5s;
}

.project-block__project:hover .project-block__project-content {
  opacity: 1;
  transform: translateY(0);
}

.project-block__project-content-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  width: 100%;
}

.project-block__project-subtitle {
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}

.project-block__project-title {
  display: block;
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  width: 70%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.project-block__project-more {
  right: -12px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.3s;
  color: #fff;
  position: relative;
}

.project-block__project:hover .project-block__project-more {
  color: #bfa657;
}

.project-block__project-more-arrow {
  font-size: 12px;
  margin-left: 4px;
}

.project-block__read-more-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-block__read-more {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 84px;
}

/*
project-detail
*/

.project-detail {
  padding-top: 110px;
  overflow: hidden;
}

.project-detail__head-items {
  margin-top: 68px;
  margin-bottom: 118px;
  font-size: 16px;
}

.project-detail__head-item {
  color: #666;
  margin-bottom: 3px;
}

.project-detail__head-item strong {
  color: #000;
  font-weight: 500;
}

.project-detail__head-item-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.project-detail__head-item-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.project-detail__head-item-link:hover {
  color: #bfa657;
}

.project-detail__head-item-link:hover:after {
  opacity: 1;
}

.project-detail__head-item-link_active {
  color: #bfa657;
}

.project-detail__head-item-link_active:after {
  opacity: 1;
}

.project-detail__head-item-link_inverted:after {
  opacity: 1;
}

.project-detail__head-item-link_inverted:hover:after {
  opacity: 0;
}

.project-detail__head-item-link_twitter {
  color: #00c1f1;
}

.project-detail__head-item-link_facebook {
  color: #1f5fa6;
}

.project-detail__head-item-link_google {
  color: #d10000;
}

.project-detail__head-item-link_rss {
  color: #fc7d00;
}

.project-detail__title {
  font-size: 48px;
  line-height: 0.625;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 70px;
}

.project-detail__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 75px;
}

.project-detail__footer-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #bfa657;
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.291666666666667;
  margin-top: 115px;
  margin-bottom: 140px;
}

.project-detail__footer-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.project-detail__footer-link:hover {
  color: #bfa657;
}

.project-detail__footer-link:hover:after {
  opacity: 1;
}

.project-detail__footer-link_active {
  color: #bfa657;
}

.project-detail__footer-link_active:after {
  opacity: 1;
}

.project-detail__footer-link_inverted:after {
  opacity: 1;
}

.project-detail__footer-link_inverted:hover:after {
  opacity: 0;
}

.project-detail__footer-link:after {
  height: 3px;
}

.project-detail__navigation {
  display: -ms-flexbox;
  display: flex;
  background: #f4f5f7;
}

.project-detail__navigation-link {
  width: 50%;
  position: relative;
  min-height: 125px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #999;
  transition: color 0.3s;
}

.project-detail__navigation-link:hover {
  color: #fff;
}

.project-detail__navigation-link-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s;
}

.project-detail__navigation-link:hover .project-detail__navigation-link-image {
  opacity: 1;
}

.project-detail__navigation-link-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}

.project-detail__navigation-link-text {
  position: relative;
  z-index: 2;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1em;
  margin-left: 1em;
}

/*
info-slide
*/

.project-slider__data-layer {
  position: absolute;
  width: 100%;
  top: 17%;
  left: 0;
}

.project-slider__container {
  position: relative;
  max-width: 1530px;
  padding: 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 22;
}

.project-slider__menu-link {
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  min-width: 80px;
  height: 80px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  background: #fff;
  margin-left: 22px;
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}

.project-slider__menu-link:hover {
  color: #bfa657;
}

/*
projects-block
*/

.projects-block__header {
  margin-bottom: 65px;
}

.projects-block__filter {
  padding-top: 2px;
  font-size: 16px;
  color: #666;
}

.projects-block__filter-link {
  margin-right: 45px;
  margin-bottom: 5px;
}

.projects-block__slider {
  color: #fff;
  height: 475px;
}

.projects-block__slider .swiper-slide {
  -ms-flex-negative: initial;
  flex-shrink: initial;
}

.projects-block__slide-wrapper {
  width: auto;
}

.projects-block__slide {
  background-color: #242323;
  color: #fff;
  height: 475px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.projects-block__slide:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.projects-block__image {
  display: block;
  max-height: 100%;
  width: auto !important;
}

.projects-block__slide-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 34px;
}

.projects-block__slide-head {
  display: block;
  transform: translateY(0);
  transition: transform 0.6s 0.2s;
}

.projects-block__slide:hover .projects-block__slide-head {
  transform: translateY(-24px);
}

.projects-block__slide-title {
  display: block;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-bottom: 4px;
}

.projects-block__slide-label {
  display: block;
  color: #ccc;
  text-transform: uppercase;
}

.projects-block__slide-text {
  display: block;
  padding-right: 20px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: transform 0.6s 0.4s, max-height 1s, opacity 0.2s, visibility 0.2s;
}

.projects-block__slide:hover .projects-block__slide-text {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  transform: translateX(0);
  transition: transform 0.6s 0.4s, max-height 2s, opacity 0.2s 0.4s, visibility 0.2s 0.4s;
}

.projects-block__arrow {
  position: absolute;
  right: 34px;
  bottom: 34px;
  font-size: 18px;
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.6s 0.4s, opacity 0.2s;
}

.projects-block__slide:hover .projects-block__arrow {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.2s 0.4s, transform 0.6s 0.4s;
}

.projects-block__controls {
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -3px;
}

.projects-block__control {
  background: none;
  color: currentColor;
  border: 0;
  transition: 0.3s ease;
  transform: translateZ(0);
}

.projects-block__control:hover {
  color: #999;
}

/*
quote
*/

.quote__text {
  font-size: 24px;
  line-height: 1.666666666666667;
  font-weight: 100;
  line-height: 1.5;
  padding-left: 12.5%;
  padding-right: 12.5%;
  position: relative;
  margin-bottom: 32px;
}

.quote__text strong {
  font-weight: 500;
}

.quote__text:before {
  position: absolute;
  content: '';
  width: 4px;
  left: 0;
  top: 9px;
  bottom: 9px;
  background: #bfa657;
}

.quote__name {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 12.5%;
  line-height: 1.5;
}

.quote__role {
  color: #999;
  padding-left: 12.5%;
}

/*
review-slider
*/

.review-slider__title {
  font-family: 'Poppins', sans-serif;
  line-height: 0.875;
  font-size: 80px;
  margin-bottom: 44px;
}

.review-slider__slider {
  margin-bottom: 70px;
}

.review-slider__text {
  color: #666;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 32px;
}

.review-slider__person {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.review-slider__controls {
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
}

.review-slider__control {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 100%;
  border: 1px solid #ccc;
  color: #ccc;
  background: rgba(50, 50, 50, 0);
  transition: all 0.3s;
  margin-right: 20px;
}

.review-slider__control:hover {
  background: #323232;
  border-color: #323232;
}

/*
reviews-block
*/

.reviews-block {
  background-image: url("../../img/dot-gray.jpg");
  padding-top: 134px;
  padding-bottom: 138px;
  overflow: hidden;
}

.reviews-block_template_zoom {
  background: #f8f8f8;
}

.reviews-block_template_zoom .reviews-block__title {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #f14201;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
}

.reviews-block_template_zoom .reviews-block__title:empty {
  opacity: 0;
}

.reviews-block__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.reviews-block__slider {
  margin-top: 76px;
}

.reviews-block__main:not(:last-child) {
  margin-bottom: 126px;
}

.reviews-block__slide {
  background: #fff;
  padding: 44px 50px;
}

.reviews-block__text {
  color: #666;
  font-size: 18px;
  line-height: 1.666666666666667;
  margin-bottom: 32px;
}

.reviews-block__person {
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews-block__person-data {
  margin-top: 5px;
}

.reviews-block__person-name {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 2px;
}

.reviews-block__person-role {
  color: #999;
}

.reviews-block__person-image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 23px;
}

.reviews-block__person-image img {
  width: 100%;
}

.reviews-block__quote {
  width: auto !important;
  position: absolute;
  right: 0;
  top: 12px;
}

.reviews-block__controls {
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -2px;
}

.reviews-block__control {
  background: none;
  border: 0;
  color: currentColor;
  margin-bottom: -2px;
  transition: 0.3s ease;
  transform: translateZ(0);
}

.reviews-block__control:hover {
  color: #999;
}

/*
revolution-slider
*/

.revolution-slider .tparrows {
  position: absolute;
  transform: translateY(-50%) !important;
  top: 50% !important;
  background: none !important;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.revolution-slider .tparrows:hover {
  opacity: 1;
}

.revolution-slider .tparrows:before {
  font-size: 44px;
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.revolution-slider .tparrows.tp-leftarrow {
  left: 50px !important;
  right: auto !important;
}

.revolution-slider .tparrows.tp-leftarrow:before {
  content: "\e93b";
}

.revolution-slider .tparrows.tp-rightarrow {
  right: 50px !important;
  left: auto !important;
}

.revolution-slider .tparrows.tp-rightarrow:before {
  content: "\e93c";
}

/*
service-block
*/

.service-block {
  background: #f8f8f8;
  padding-top: 146px;
  padding-bottom: 30px;
}

.service-block__head {
  margin-bottom: 116px;
}

.service-block__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.service-block__text {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.875;
  color: #666;
}

/*
service-detail
*/

.service-detail {
  padding-top: 120px;
  overflow: hidden;
}

.service-detail__head {
  margin-bottom: 100px;
}

.service-detail__title {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 24px;
}

.service-detail__intro {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 92px;
}

.service-detail__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 104px;
}

.service-detail__subtitle {
  font-size: 36px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}

/*
service-works
*/

.service-works {
  background: #fcfdf4;
  padding-top: 116px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}

.service-works__item {
  margin-bottom: 42px;
}

/*
show-more
*/

.show-more {
  text-align: center;
}

.show-more__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.show-more__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.show-more__link:hover {
  color: #bfa657;
}

.show-more__link:hover:after {
  opacity: 1;
}

.show-more__link_active {
  color: #bfa657;
}

.show-more__link_active:after {
  opacity: 1;
}

.show-more__link_inverted:after {
  opacity: 1;
}

.show-more__link_inverted:hover:after {
  opacity: 0;
}

/*
simple-slider
*/

.simple-slider {
  position: relative;
}

.simple-slider__slide img {
  display: block;
  max-width: 100%;
}

.simple-slider__control {
  position: absolute;
  top: 50%;
  background: none;
  border: 0;
  color: currentColor;
  margin-bottom: -2px;
  transition: 0.3s ease;
  transform: translateY(-50%) translateZ(0);
  font-size: 38px;
  opacity: 0.25;
  font-weight: 600;
}

.simple-slider__control:hover {
  color: #999;
}

.simple-slider__control_prev {
  left: -80px;
}

.simple-slider__control_next {
  right: -80px;
}

.simple-slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.simple-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 11px !important;
  margin-right: 11px !important;
  background: #fff !important;
  opacity: 0.5 !important;
  transition: opacity 0.3s;
}

.simple-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.simple-slider .swiper-pagination-bullet:hover {
  opacity: 1 !important;
}

/*
single-post
*/

.single-post {
  padding-top: 120px;
  overflow: hidden;
  background-color: #f8f9f0;
}

.single-post__head {
  margin-bottom: 100px;
}

.single-post__image {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.single-post__category {
  font-weight: 500;
  color: currentColor;
  transition: 0.3s;
}

.single-post__category:hover {
  color: #bfa657;
}

.single-post__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

.single-post__date {
  color: #666;
  position: relative;
  padding-left: 14px;
  margin-left: 12px;
}

.single-post__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

.single-post__title {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 76px;
}

.single-post__intro {
  font-size: 24px;
  line-height: 1.666666666666667;
  font-weight: 100;
  margin-bottom: 74px;
}

.single-post__intro strong {
  font-weight: 500;
}

.single-post__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 76px;
}

.single-post__text p {
  margin-bottom: 30px;
}

.single-post__images {
  margin-bottom: 62px;
}

.single-post__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 32px;
}

.single-post__quote {
  margin-bottom: 55px;
}

.single-post__links {
  margin-bottom: 26px;
  color: #999;
}

.single-post__links-title {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-weight: 600;
}

.single-post__links-item {
  color: currentColor;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
  text-decoration: none;
}

.single-post__links-item:hover {
  color: #bfa657;
}

.single-post__links-item_iconed {
  font-size: 18px;
  padding: 0 7px;
}

.single-post__author {
  margin-top: 5px;
  margin-bottom: 5px;
}

.single-post__posts-title {
  margin-bottom: 60px;
}

.single-post__posts-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -35px;
  margin-right: -35px;
  padding-bottom: 65px;
}

.single-post__posts-item {
  width: 50%;
  padding: 0 35px;
  margin-bottom: 30px;
}

/*
socials
*/

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.socials__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #ccc;
  color: currentColor;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.socials__social:not(:first-child) {
  margin-left: 15px;
}

.socials__social:hover {
  background: #bfa657;
  color: #fff;
  border-color: #bfa657;
}

/*
specialization-block
*/

.specialization-block {
  padding-top: 125px;
  padding-bottom: 100px;
}

.specialization-block .icon {
  font-size: 111px;
}

.specialization-block__image {
  height: 111px;
  margin-bottom: 35px;
}

.specialization-block__item {
  max-width: 310px;
  margin-bottom: 55px;
}

.specialization-block__title {
  margin-bottom: 80px;
}

.specialization-block__item-title {
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-bottom: 14px;
}

.specialization-block__item-text {
  color: #666;
  line-height: 1.714285714285714;
  margin-bottom: 35px;
}

/*
studio-filter
*/

.studio-filter {
  padding: 58px 0 68px;
}

.studio-filter__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.studio-filter__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
}

.studio-filter__filter {
  padding-top: 26px;
  font-size: 16px;
  color: #666;
}

.studio-filter__filter-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.375;
  margin-bottom: 6px;
}

.studio-filter__filter-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.studio-filter__filter-link:hover {
  color: #bfa657;
}

.studio-filter__filter-link:hover:after {
  opacity: 1;
}

.studio-filter__filter-link_active {
  color: #bfa657;
}

.studio-filter__filter-link_active:after {
  opacity: 1;
}

.studio-filter__filter-link_inverted:after {
  opacity: 1;
}

.studio-filter__filter-link_inverted:hover:after {
  opacity: 0;
}

.studio-filter__filter-link:not(:last-child) {
  margin-right: 40px;
}

/*
studio-intro-slide
*/

.studio-intro-slide {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  text-align: center;
  position: relative !important;
  z-index: 999 !important;
  color: #fff;
}

.studio-intro-slide__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 90px;
}

.studio-intro-slide__inner {
  position: relative;
  left: auto !important;
}

.studio-intro-slide__subtitle {
  font-size: 24px;
  margin-bottom: 17px;
}

.studio-intro-slide__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 52px;
}

.studio-intro-slide__title {
  font-family: 'Poppins', sans-serif;
  font-size: 120px;
  line-height: 0.875;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.studio-intro-slide__text {
  font-size: 20px;
  max-width: 630px;
  margin-bottom: 84px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  white-space: initial !important;
}

.studio-intro-slide__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.studio-intro-slide__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.studio-intro-slide__link:hover {
  color: #bfa657;
}

.studio-intro-slide__link:hover:after {
  opacity: 1;
}

.studio-intro-slide__link_active {
  color: #bfa657;
}

.studio-intro-slide__link_active:after {
  opacity: 1;
}

.studio-intro-slide__link_inverted:after {
  opacity: 1;
}

.studio-intro-slide__link_inverted:hover:after {
  opacity: 0;
}

.studio-intro-slide__link:after {
  height: 2px;
}

.Background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.Background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 50%, rgba(0, 0, 0, 0.5));
}

/*
studio-main-slide
*/

.studio-main-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 700px;
  background-size: cover;
  background-position: 50%;
  padding-top: 130px;
  padding-bottom: 90px;
  text-align: center;
  position: relative !important;
  z-index: 999 !important;
  color: #fff;
}

.studio-main-slide__inner {
  position: relative;
  left: auto !important;
}

.studio-main-slide__subtitle {
  font-size: 24px;
  margin-bottom: 17px;
}

.studio-main-slide__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 52px;
}

.studio-main-slide__title {
  font-family: 'Poppins', sans-serif;
  font-size: 120px;
  line-height: 0.875;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.studio-main-slide__text {
  font-size: 20px;
  max-width: 630px;
  margin-bottom: 84px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  white-space: initial !important;
}

.studio-main-slide__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.studio-main-slide__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.studio-main-slide__link:hover {
  color: #bfa657;
}

.studio-main-slide__link:hover:after {
  opacity: 1;
}

.studio-main-slide__link_active {
  color: #bfa657;
}

.studio-main-slide__link_active:after {
  opacity: 1;
}

.studio-main-slide__link_inverted:after {
  opacity: 1;
}

.studio-main-slide__link_inverted:hover:after {
  opacity: 0;
}

.studio-main-slide__link:after {
  height: 2px;
}

/*
studio-main-slider
*/

.studio-main-slider {
  position: relative;
}

/*
studio-posts
*/

.studio-posts {
  background-image: url("../../img/dot-gray.jpg");
  overflow: hidden;
  padding-top: 123px;
  padding-bottom: 150px;
}

/*
studio-reviews
*/

.studio-reviews {
  background: #f8f8f8;
  padding-top: 116px;
  padding-bottom: 100px;
}

.studio-reviews__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 48px;
}

.studio-reviews__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
}

.studio-reviews__more-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-top: 27px;
  margin-left: auto;
}

.studio-reviews__more-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.studio-reviews__more-link:hover {
  color: #bfa657;
}

.studio-reviews__more-link:hover:after {
  opacity: 1;
}

.studio-reviews__more-link_active {
  color: #bfa657;
}

.studio-reviews__more-link_active:after {
  opacity: 1;
}

.studio-reviews__more-link_inverted:after {
  opacity: 1;
}

.studio-reviews__more-link_inverted:hover:after {
  opacity: 0;
}

.studio-reviews__review {
  background: #fff;
  padding: 36px 40px 44px;
  margin-bottom: 52px;
}

.studio-reviews__review-status {
  font-size: 20px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.studio-reviews__review-stars {
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  color: #67a900;
  margin-left: 4px;
  font-size: 22px;
  margin-bottom: 3px;
}

.studio-reviews__review-star {
  margin-right: 3px;
}

.studio-reviews__review-star_empty {
  opacity: 0.4;
}

.studio-reviews__review-text {
  font-size: 16px;
  line-height: 1.75;
}

.studio-reviews__person {
  position: relative;
  padding-left: 72px;
  padding-top: 4px;
  padding-bottom: 10px;
  min-height: 60px;
  opacity: 0.25;
  margin-bottom: 20px;
  transition: opacity 0.3s;
  cursor: pointer;
}

.studio-reviews__person:hover {
  opacity: 0.7;
}

.studio-reviews__person_active {
  opacity: 1;
}

.studio-reviews__person-image {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 56px;
  height: 56px;
  border-radius: 100%;
}

.studio-reviews__person-name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5625;
  margin-bottom: -4px;
}

.studio-reviews__person-role a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #09c;
}

.studio-reviews__person-role a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.studio-reviews__person-role a:hover {
  color: #bfa657;
}

.studio-reviews__person-role a:hover:after {
  opacity: 1;
}

.studio-reviews__person-role a_active {
  color: #bfa657;
}

.studio-reviews__person-role a_active:after {
  opacity: 1;
}

.studio-reviews__person-role a_inverted:after {
  opacity: 1;
}

.studio-reviews__person-role a_inverted:hover:after {
  opacity: 0;
}

/*
team-block
*/

.team-block {
  margin-top: 136px;
  overflow: hidden;
}

.team-block_separated {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 52px;
}

.team-block__body {
  padding-bottom: 105px;
}

.team-block__body_bordered {
  border-bottom: 1px solid #e0e0e0;
}

.team-block__slider-wrapper {
  position: relative;
}

.team-block__slide {
  text-align: center;
}

.team-block__person-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 0.714285714285714;
  margin-bottom: 9px;
  transition: 0.3s;
}

.team-block__slide:hover .team-block__person-name {
  color: #bfa657;
}

.team-block__person-role {
  color: #999;
}

.team-block__image-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.team-block__image-wrapper img {
  width: 100%;
  opacity: 1;
  transition: 0.3s;
}

.team-block__slide:hover .team-block__image-wrapper img {
  opacity: 0.05;
}

.team-block__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-block__slide:hover .team-block__hover {
  opacity: 1;
}

.team-block__control {
  position: absolute;
  top: 30%;
  background: none;
  border: 0;
  color: currentColor;
  margin-bottom: -2px;
  transition: 0.3s ease;
  transform: translateZ(0);
  font-size: 44px;
  opacity: 0.25;
}

.team-block__control:hover {
  color: #999;
}

.team-block__control_prev {
  left: -90px;
}

.team-block__control_next {
  right: -90px;
}

.team-block__text {
  font-size: 18px;
  line-height: 1.222222222222222;
  margin-top: 75px;
}

.team-block__text a {
  color: #09c;
}

/*
header-fixed
*/

.top-menu {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: center;
}

.top-menu__menu-item:not(:last-child) {
  margin-right: 35px;
  position: relative;
}

.top-menu__menu-item:not(:last-child)::after {
  content: '';
  border-top: 1px dotted;
  position: absolute;
  width: 100%;
  color: #fff;
  top: 30px;
}

.top-menu__menu-link {
  color:#2f2c2c;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}

.top-menu__menu-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.top-menu__menu-link:hover {
  color: #bfa657;
}

.top-menu__menu-link:hover:after {
  opacity: 1;
}

.top-menu__menu-link_active {
  color: #bfa657;
}

.top-menu__menu-link_active:after {
  opacity: 1;
}

.top-menu__menu-link_inverted:after {
  opacity: 1;
}

.top-menu__menu-link_inverted:hover:after {
  opacity: 0;
}

.top-menu__menu-link:after {
  display: none;
}

.top-menu__contacts {
  text-transform: uppercase;
}

.top-menu__contacts span {
  transition: all 0.3s;
}

.top-menu__contacts a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.top-menu__contacts a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.top-menu__contacts a:hover {
  color: #bfa657;
}

.top-menu__contacts a:hover:after {
  opacity: 1;
}

.top-menu__contacts a_active {
  color: #bfa657;
}

.top-menu__contacts a_active:after {
  opacity: 1;
}

.top-menu__contacts a_inverted:after {
  opacity: 1;
}

.top-menu__contacts a_inverted:hover:after {
  opacity: 0;
}

.top-menu__contacts a:after {
  display: none;
}

.top-menu__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-menu__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

/*
video-block
*/

.video-block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 50px;
  width: 83.33333333333334%;
  margin-right: auto;
  color: #fff;
  transition: all 0.3s;
}

.video-block:hover {
  color: #bfa657;
}

.video-block:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: -100px;
  right: -20%;
  /* background: url("../img/dot.jpg"); */
  z-index: 1;
}

.video-block img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

.video-block__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 2px solid currentColor;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 8px;
}

.video-block__play:after {
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 15px 0 15px 23px;
  border-color: transparent transparent transparent currentColor;
  content: '';
}

/*
visually-hidden
*/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/*
zoom-counter
*/

.zoom-counter {
  padding: 220px 0 60px;
}

.zoom-counter__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.zoom-counter__card {
  padding: 54px 59px 60px 66px;
  background-size: cover;
  background-position: 50%;
  text-transform: uppercase;
  margin-bottom: 80px;
  width: 34.3%;
  min-width: 34.3%;
  position: relative;
  margin-right: 14.4%;
}

.zoom-counter__card:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: #fff;
}

.zoom-counter__card-title {
  color: #000;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-bottom: 76px;
  position: relative;
  z-index: 2;
  text-align: right;
}

.zoom-counter__card-value {
  background: inherit;
  font-size: 250px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  margin-left: -2px;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
  font-weight: 600;
  margin-bottom: 4px;
}

.zoom-counter__card-description {
  color: #000;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.zoom-counter__info {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.zoom-counter__subtitle {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #f14201;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
  margin-bottom: 26px;
}

.zoom-counter__subtitle:empty {
  opacity: 0;
}

.zoom-counter__title {
  font-size: 72px;
  line-height: 0.861111111111111;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 50px;
}

.zoom-counter__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 103px;
}

.zoom-counter__text p {
  margin-bottom: 30px;
}

.zoom-counter__read-more {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
}

.zoom-counter__read-more:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.zoom-counter__read-more:hover {
  color: #bfa657;
}

.zoom-counter__read-more:hover:after {
  opacity: 1;
}

.zoom-counter__read-more_active {
  color: #bfa657;
}

.zoom-counter__read-more_active:after {
  opacity: 1;
}

.zoom-counter__read-more_inverted:after {
  opacity: 1;
}

.zoom-counter__read-more_inverted:hover:after {
  opacity: 0;
}

.zoom-counter__read-more:after {
  height: 2px;
}

/*
zoom-counters
*/

.zoom-counters {
  padding-top: 75px;
  padding-bottom: 100px;
}

.zoom-counters__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.zoom-counters__value {
  font-size: 72px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  position: relative;
  margin-right: 28px;
  visibility: hidden;
}

.zoom-counters__value-inner {
  position: absolute;
  visibility: visible;
  left: 0;
  top: 0;
}

.zoom-counters__text {
  padding-top: 11px;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #666;
}

/*
zoom-image-head
*/

.zoom-image-head {
  position: relative;
  height: 100vh;
  z-index: 2;
  color: #242323;
}

.no-mobile .zoom-image-head {
  margin-bottom: 400px;
}

.zoom-image-head__body {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.zoom-image-head__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.zoom-image-head__bg-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
}

.zoom-image-head__bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.zoom-image-head__content {
  position: relative;
  width: 100%;
  z-index: 3;
  padding-top: 100px;
}

.zoom-image-head__subtitle {
  font-size: 24px;
  line-height: 1.666666666666667;
  font-weight: 100;
  font-weight: 500;
  margin-bottom: 34px;
}

.zoom-image-head__subtitle strong {
  font-weight: 500;
}

.zoom-image-head__title {
  font-family: 'Poppins', sans-serif;
  font-size: 110px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.909090909090909;
  margin-bottom: 57px;
  margin-bottom: 5vh;
}

.zoom-image-head__text {
  font-size: 18px;
  line-height: 1.222222222222222;
  color: #666;
  line-height: 1.666666666666667;
}

.zoom-image-head__icon {
  color: #bfa657;
  font-size: 60px;
  margin-top: 115px;
  margin-top: 9vh;
}

/*
zoom-posts
*/

.zoom-posts {
  padding-top: 123px;
  padding-bottom: 140px;
}

.zoom-posts__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 70px;
}

.zoom-posts__title {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #f14201;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
  margin-right: auto;
}

.zoom-posts__title:empty {
  opacity: 0;
}

.zoom-posts__more-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 6px;
  font-size: 16px;
}

.zoom-posts__more-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.zoom-posts__more-link:hover {
  color: #bfa657;
}

.zoom-posts__more-link:hover:after {
  opacity: 1;
}

.zoom-posts__more-link_active {
  color: #bfa657;
}

.zoom-posts__more-link_active:after {
  opacity: 1;
}

.zoom-posts__more-link_inverted:after {
  opacity: 1;
}

.zoom-posts__more-link_inverted:hover:after {
  opacity: 0;
}

/*
zoom-services
*/

.zoom-services__title {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #f14201;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
  margin-bottom: 70px;
}

.zoom-services__title:empty {
  opacity: 0;
}

.zoom-services__wrapper {
  margin-bottom: 70px;
}

.zoom-services__wrapper_bordered {
  margin-bottom: 0;
  padding-bottom: 100px;
  border-bottom: 1px solid #e6e6e6;
}

.zoom-services__list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zoom-services__item {
  width: 25%;
  padding: 30px 32px 172px;
  display: block;
  text-decoration: none;
  color: currentColor;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s;
  position: relative;
  background: #fff;
}

.zoom-services__item:hover {
  background: #f14201;
  color: #fff;
}

.zoom-services__item-title {
  font-size: 30px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.zoom-services__item-text {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: #999;
  transition: all 0.3s;
}

.zoom-services__item:hover .zoom-services__item-text {
  color: #fff;
}

.zoom-services__item-footer {
  display: block;
  position: absolute;
  left: 32px;
  bottom: 24px;
}

.zoom-services__more {
  font-weight: 600;
  text-transform: uppercase;
}

.zoom-services__item-icon {
  font-size: 48px;
  display: block;
  color: #f14201;
  margin-bottom: 46px;
  transition: all 0.3s;
}

.zoom-services__item:hover .zoom-services__item-icon {
  color: #fff;
}

/*
zoom-slider
*/

.zoom-slider {
  padding-top: 18px;
  margin-bottom: 148px;
}

.zoom-slider_top-offset {
  padding-top: 230px;
}

.zoom-slider__header {
  margin-bottom: 38px;
}

.zoom-slider__title {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #f14201;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
  margin-bottom: 30px;
}

.zoom-slider__title:empty {
  opacity: 0;
}

.zoom-slider__filter {
  font-size: 16px;
  font-weight: 600;
  color: #999;
  margin-bottom: 30px;
}

.zoom-slider__filter-link {
  text-transform: uppercase;
}

.zoom-slider__filter-link:not(:last-child) {
  margin-right: 55px;
}

.zoom-slider__head-link {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  color: currentColor;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}

.zoom-slider__head-link:hover {
  color: #bfa657;
}

.zoom-slider__head-icon {
  font-size: 14px;
  margin-right: -0.4em;
  margin-left: 0.4em;
}

.zoom-slider__slider-wrapper {
  position: relative;
  color: #fff;
}

.zoom-slider__slider-wrapper:before,
.zoom-slider__slider-wrapper:after {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  z-index: 2;
}

.zoom-slider__slider-wrapper:before {
  left: 25%;
}

.zoom-slider__slider-wrapper:after {
  left: 75%;
}

.zoom-slider__slider:after {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  left: 50%;
  z-index: 2;
}

.zoom-slider__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-height: 100vh;
  height: 730px;
  background-size: cover;
  background-position: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.zoom-slider__buttons {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.zoom-slider__button {
  width: 25%;
  text-align: left;
  background: none;
  border: 0;
  color: #fff;
  padding: 38px 40px;
  transition: background 0.3s;
  height: auto;
}

.zoom-slider__button.swiper-slide-thumb-active {
  background: #fff;
  color: #000;
}

.zoom-slider__button-title {
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  line-height: 0.75;
  margin-top: 9px;
  transition: color 0.3s;
  display: block;
}

.zoom-slider__button:hover .zoom-slider__button-title,
.swiper-slide-thumb-active .zoom-slider__button-title {
  color: #f14201;
}

.zoom-slider__control {
  position: absolute;
  width: 55px;
  height: 55px;
  font-size: 24px;
  top: 50%;
  z-index: 2;
  border: 0;
  background: #333;
  color: #fff;
  padding-bottom: 4px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.zoom-slider__control:hover {
  background: #f14201;
}

.zoom-slider__control_prev {
  left: 60px;
}

.zoom-slider__control_next {
  right: 60px;
}

@media only screen and (max-height: 600px) {
  .full-screen-block__footer {
    display: none;
  }
}


/* Added By Team */
.custom-logo-area {
  position: absolute;
  z-index: 999;
  width: 150px;
  top: 16px;
  left: 16px;
}

@media only screen and (max-width: 1750px) and (min-width: 1440px) {
  .custom-logo-area {
    width: 180px;
    top: 4px;
    left: 150px;
  }
}
  @media only screen and (max-width: 2200px) and (min-width: 1750px) {
    .custom-logo-area {
      width: 180px;
      top: 4px;
      left: 500px;
    }
  .header__container .container {
    padding-left: 130px;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-logo-area {
    width: 150px;
  }
}

.custom-logo-area img {
  max-width: 100%;
  height: auto;
}

.full-screen-block__socials a {
  font-size: 30px;
}

.full-screen-block__socials a:first-child {
  background-color: #3dbc4d;
  padding: 5px;
  border-radius: 5px;
}

.full-screen-block__socials a:last-child {
  background-color: #1096f4;
  padding: 5px;
  border-radius: 5px;
}

.full-screen-block__socials a:first-child:hover {
  color: #fff;
}

.full-screen-block__socials a:last-child:hover {
  color: #fff;
}

.yellow-btn {
  color: #fff;
  padding: 0.7rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  background-color: #231c06;
  cursor: pointer;
  transition: .3s;
  border: 2px solid #f3e4b6;
}

.yellow-btn:hover {
  background-color: #fff;
  color: #310e11;
}

.footer-default ul {
  margin-top: rem;
  display: list-item;
  justify-content: center;
  column-gap: 1.5rem;
}








/* ================================================================================================================ */








.download-mob-btn {
  position: fixed;
  bottom: 80px;
  background-color: #6d7bfe;
  width: 50px;
  right: 30px;
  border-radius: 50px;
  z-index: 2;
  padding: 10px;
  display: none;
  visibility: hidden;
  height: 50px;
  font-weight: 400;
  letter-spacing: .5px;
  box-shadow: #0006 0 5px 15px;
  transition: bottom .4s
}

.download-mob-btn span {
  color: #fff;
  font-size: 12px;
  padding-right: 5px;
  vertical-align: middle
}

.remove-pos {
  display: none !important
}

.amenities {
  position: relative;
  z-index: 2;
}

.amenities .amenities-bg {
  height: auto;
  background-color: #f8f9f0;
  padding: 5% 15% 1%;
}

.amenities .amenities-content {
  color: #fff;
  position: absolute;
  top: 20%;
  left: 15%;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.amenities .amenities-content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;

}

.amenities .amenities-content h3 .mat-icon {
  padding-left: 5px;
  color: #e8c96c;
  font-weight: 600;
  font-size: 30px
}

.amenities .amenities-mobile {
  display: none
}

.amenities-section {
  padding: 0% 15% 5%;
  background-color: #f8f9f0
}

.amenities-section .clubhouse h4,
.amenities-section .outdoor h4 {
  padding-bottom: 10px
}

.amenities-section .clubhouse .grid,
.amenities-section .outdoor .grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px
}

.amenities-section .clubhouse .amenities-card,
.amenities-section .outdoor .amenities-card {
  cursor: pointer;
  position: relative
}

.amenities-section .clubhouse .amenities-card img,
.amenities-section .outdoor .amenities-card img {
  max-width: 100%;
  object-fit: cover
}

.amenities-section .clubhouse .amenities-card .amenities-card-hover,
.amenities-section .outdoor .amenities-card .amenities-card-hover {
  display: none
}

.amenities-section .clubhouse .amenities-card:hover .amenities-card-hover,
.amenities-section .outdoor .amenities-card:hover .amenities-card-hover {
  display: initial !important;
  overflow: hidden;
  background-color: #1d010180;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  padding: 10%;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column
}

.amenities-section .clubhouse .amenities-card:hover .amenities-card-hover h1,
.amenities-section .outdoor .amenities-card:hover .amenities-card-hover h1 {
  font-size: 20px
}

.amenities-section .clubhouse .amenities-card:hover .amenities-card-hover p,
.amenities-section .outdoor .amenities-card:hover .amenities-card-hover p {
  margin-top: 1rem;
  font-size: 13px;
  font-weight: 300
}

.amenities-section .clubhouse .amenities-card:hover .amenities-card-hover .logo,
.amenities-section .outdoor .amenities-card:hover .amenities-card-hover .logo {
  position: absolute;
  bottom: 10%;
  right: 10%
}

.amenities-section .clubhouse .row-card,
.amenities-section .outdoor .row-card {
  margin-top: 30px
}

.amenities-section .download-float-icon {
  cursor: pointer;
  position: sticky;
  left: 100%;
  bottom: 70%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #e5ca75;
  color: #fff;
  transform: translate(25px, -13px)
}

.amenities-section .download-float-icon .mat-icon {
  transform: translate(13px, 13px)
}

.amenities-section .download-float-icon .download-text {
  width: max-content;
  position: absolute;
  background: white;
  word-break: nowrap !important;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  right: 120%;
  display: none;
  box-shadow: #64646f33 0 7px 29px
}

.amenities-section .download-float-icon .download-text p {
  margin: 0
}

.amenities-section .download-float-icon .download-text:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
  border-width: 5px;
  border-color: transparent transparent transparent white;
  border-style: solid
}

.amenities-section .download-float-icon:hover .download-text {
  display: initial !important;
  visibility: initial !important
}

.amenities-section-mobile {
  display: none
}

@media screen and (max-width: 830px) {
  .download-mob-btn {
    display: initial;
    visibility: initial !important;
    z-index: 2
  }

  .related-search-wrapper {
    position: relative;
    z-index: 3;
    background-color: #fff
  }

  .amenities {
    position: relative !important
  }

  /* .amenities img {margin-top: 55px} */

  .amenities .amenities-bg,
  .amenities .amenities-content {
    display: block;
  }

  #kilp {
    display: none;
  }

  .amenities .amenities-mobile {
    display: unset;
    text-align: center;
    padding: 20px !important;
    border-radius: 10px;
    position: absolute !important;
    width: 90%;
    top: 100%;
    left: 5%;
    transform: translateY(-50%) !important;
    background-color: #fff;
    padding: 0%;
    box-shadow: #00000059 0 5px 15px
  }

  .amenities .amenities-mobile h4 {
    font-size: 18px;
    font-weight: 600
  }

  .amenities .amenities-mobile p {
    font-size: 12px;
    margin-bottom: 0
  }

  .amenities .bg-image {
    padding-top: 90px !important
  }

  .amenities-section {
    display: none
  }

  .amenities-section-mobile {
    display: unset !important;
    padding: 1rem 0;
    background-color: #f4f4f5
  }

  .amenities-section-mobile>div,
  .amenities-section-mobile:not(*.clubhouse-mobile) {
    padding-top: 1.5rem
  }

  .amenities-section-mobile .tab-selected {
    background-color: #fff !important;
    color: #6d7bfe
  }

  .amenities-section-mobile .amenities-tabs {
    cursor: pointer;
    width: 100%;
    margin-top: 100px;
    font-size: 13px;
    background-color: #e6e6e6;
    padding: 10px 0;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
  }

  .amenities-section-mobile .amenities-tabs-1 {
    margin-left: 5%;
    margin-right: 1px
  }

  .amenities-section-mobile .amenities-tabs-2 {
    margin-right: 5%;
    margin-left: 1px
  }
}


/* ============================ */



@media screen and (max-width: 830px) {
  .grid {
    padding: 5% 5% 0%;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
  }

  .grid h1 {
    padding-top: 10px;
    font-size: 13px
  }

  .grid p {
    font-size: 10px
  }

  .grid .amenities-card {
    /* padding: 2px; */
    padding: 4px;
    border-radius: 5px;
    position: relative;
    background-color: #f4f4f5;
    /* height: 18.5rem; */
    height: auto;
  }

  .grid .amenities-card .amenities-image {
    height: 130px
  }

  .grid .amenities-card .amenities-image img {
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    height: 130px
  }

  .grid .amenities-card p,
  .grid .amenities-card h1 {
    padding: 5px
  }

  .grid .logo {
    position: absolute;
    bottom: 2%;
    right: 5%
  }

  .grid .logo img {
    width: 100%;
    max-width: 2rem;
    max-height: 2rem
  }

  .row-card {
    padding-top: 20px !important;
    padding: 5%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff
  }

  .row-card h1 {
    padding-top: 10px;
    font-size: 13px
  }

  .row-card p {
    font-size: 10px
  }

  .row-card .details {
    transform: translateY(-6%);
    padding-right: 5px;
    padding-left: 20px;
    padding-top: 5px
  }

  .row-card .details h1,
  .row-card .details p {
    padding: 5px
  }

  .row-card .amenities-card {
    position: relative;
    background-color: #f4f4f5;
    padding: 1px;
    border-radius: 10px
  }

  .row-card .amenities-image {
    height: 130px
  }

  .row-card .amenities-image img {
    border-radius: 5px;
    height: 130px
  }

  .row-card .logo {
    position: absolute;
    bottom: 2%;
    right: 5%
  }

  .row-card .logo img {
    width: 100%;
    max-width: 2rem;
    max-height: 2rem
  }
}

@media screen and (max-width: 450px) {
  .grid .amenities-card {
    width: 10rem
  }
}

.basic-bg {
  height: auto;
  background-color: #f8f9f0;
  padding: 5% 15% 5%;
}


/* Plan */

.plan-image-1 {
  width: 100%;
  height: 60vh;
  background-size: 100% 100%;
  position: relative
}

.plan-image-1 span {
  display: block;
  font-size: 70px;
  font-weight: 500
}

.plan-image-1 h1 {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 55px
}

.plan-image-1 h3 {
  width: 70%;
  font-weight: 300;
  font-size: 45px
}

.plan-image-1 .content {
  color: #fff;
  position: absolute;
  top: 30%;
  left: 15%
}

.plan-image-1 .content h3.sub-title {
  font-size: 2rem
}

.unit-plan {
  background-color: #f8f9f0;
  padding-top: 4.5rem
}

.unit-plan .select-button {
  font-size: 12px;
  padding: 8px 20px;
  border-radius: 10px;
  cursor: pointer
}

.unit-plan .selected-button {
  background-color: #fff;
  color: #6d7bfe
}

.unit-plan .selected-face-button {
  display: flex;
  background-color: #fff;
  color: #6d7bfe;
  padding: 5px 25px;
  border-radius: 10px;
  height: 40px;
  align-items: center
}

.unit-plan .unit-plan-header {
  margin-right: 15%;
  margin-left: 15%
}

.unit-plan .unit-plan-header h3 {
  font-size: 2rem
}

.unit-plan .flat-card-mobile-view {
  display: none
}

.unit-plan .unit-plan-modal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-right: 5%;
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 20px;

}

.unit-plan .unit-plan-modal:hover {

  border-bottom: 3px solid #e6e6e6;


}

.unit-plan .unit-plan-modal .mat-icon {
  height: unset;
  width: unset
}

.unit-plan .unit-plan-modal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 4px solid #fff;
}

.unit-plan .unit-plan-modal .unit-plan-image {
  cursor: pointer;
  width: 50%
}

.unit-plan .unit-plan-modal .unit-plan-image .zoom-hover {
  position: relative;
  height: 100%
}

.unit-plan .unit-plan-modal .unit-plan-image .zoom-hover-txt {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 34%;
  color: #fff;
  pointer-events: none
}

.unit-plan .unit-plan-modal .unit-plan-image .upImg:hover {
  filter: brightness(.3)
}

.unit-plan .unit-plan-modal .unit-plan-image .upImg:hover+.zoom-hover-txt {
  visibility: initial;
  display: initial
}

.unit-plan .unit-plan-modal .unit-plan-image .back-arrow-mobile,
.unit-plan .unit-plan-modal .unit-plan-image .forward-arrow-mobile {
  display: none
}

.unit-plan .unit-plan-modal .unit-plan-info {
  margin-top: 2rem;
  width: 50%;
  padding-right: 0;
  position: relative;
  left: 3rem
}

.unit-plan .unit-plan-modal .unit-plan-info h3 {
  font-size: 28px;
  font-weight: 300
}

.unit-plan .unit-plan-modal .unit-plan-info span {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.unit-plan .unit-plan-modal .unit-plan-info p {
  width: 70%;
  font-size: 15px;
  font-weight: 300
}

.unit-plan .unit-plan-modal .unit-plan-info .sqft {
  font-size: 14px
}

.unit-plan .unit-plan-modal .unit-plan-info .under-line {
  border-radius: 10px;
  background-color: #bfa657;
  height: 3px;
  width: 40px
}

.unit-plan .unit-plan-modal .unit-plan-info .flex-wrap {
  column-gap: 1rem
}

.unit-plan .unit-plan-modal .unit-plan-info .flex-wrap .mt-5 {
  width: 150px
}

.unit-plan .unit-plan-modal .unit-plan-info .flat-direction {
  display: flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 10px;
  height: 40px
}

.unit-plan .unit-plan-modal .unit-plan-info .select-type {
  background-color: #fff;
  border: 1px solid #6d7bfe;
  border-radius: 10px
}

.unit-plan .unit-plan-modal .unit-plan-info .flat-type {
  width: 138px;
  padding: .5rem 1rem;
  border: none;
  border-right: 10px solid transparent;
  border-radius: 10px;
  height: 40px;
  cursor: pointer
}

.unit-plan .unit-plan-modal .unit-plan-info .flat-type select,
.unit-plan .unit-plan-modal .unit-plan-info .flat-type option {
  box-sizing: content-box;
  padding: 25px;
  text-indent: 25px
}

.unit-plan .unit-plan-modal .unit-plan-info .select-button {
  padding: 3px 2.5rem
}

.unit-plan .unit-plan-modal .unit-plan-info h5 {
  font-weight: 400;
  font-size: 1rem
}

.unit-plan .unit-plan-modal .unit-plan-info .falt-area h4 {
  font-size: 1.8rem
}

.unit-plan .unit-plan-modal .unit-plan-info .falt-area span.type {
  font-weight: 100
}

.unit-plan .unit-plan-modal .back-arrow,
.unit-plan .unit-plan-modal .forward-arrow {
  font-weight: 100;
  color: #282f3d;
  display: flex;
  align-items: center;
  padding: 0 5%
}

.unit-plan .unit-plan-modal .back-arrow .material-symbols-outlined,
.unit-plan .unit-plan-modal .forward-arrow .material-symbols-outlined {
  font-size: 30px;
  cursor: pointer;
  z-index: 2
}

.unit-plan .browse-from-here {
  margin-right: 15%;
  margin-left: 15%
}

.unit-plan .browse-from-here .line-style {
  border-radius: 10px;
  background-color: #d3d3d3;
  height: 1px;
  width: 80%
}

.unit-plan .browse-from-here .flex-wrap {
  column-gap: 1.5rem
}

.unit-plan .browse-from-here .flex-wrap .flat-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  padding: .5rem 1rem !important;
  border: 1px solid white
}

.unit-plan .browse-from-here .flex-wrap .flat-card .content {
  width: 110px
}

.unit-plan .browse-from-here .flex-wrap .flat-card p {
  font-size: 13px;
  margin: 0
}

.unit-plan .browse-from-here .flex-wrap .flat-card small {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300
}

.unit-plan .browse-from-here .flex-wrap .flat-selected {
  border: 1px solid #6d7bfe
}

.outdoor-living {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--primaryColor);
  height: 20vh;
  text-align: center;
  font-size: 28px
}

.outdoor-living span {
  line-height: 2rem
}

.outdoor-living strong {
  font-weight: bolder
}

.balcony-image img {
  width: 100%
}

.outdoor-living-explain {
  width: 100%;
  padding-bottom: 80px;
  position: relative
}

.outdoor-living-explain .istockphoto img {
  width: 40%;
  position: absolute;
  left: 10%;
  bottom: -.2%;
  z-index: -1
}

.outdoor-living-explain .outdoor-living-block {
  padding: 3rem;
  display: flex;
  flex-direction: row;
  padding-right: 20%;
  padding-left: 20%;
  position: relative;
  overflow: hidden
}

.outdoor-living-explain .outdoor-living-block img {
  width: 70%
}

.outdoor-living-explain .outdoor-living-block p {
  font-size: 12px
}

.outdoor-living-explain .outdoor-living-block .border-col {
  border-right: 2px solid #808080;
  text-align: right
}

.outdoor-living-explain .outdoor-living-block .outdoor-living-col {
  padding: 5%;
  width: 50%;
  min-width: 300px
}

.outdoor-living-explain .outdoor-living-block .outdoor-living-col img {
  border-radius: 12px
}

.outdoor-living-explain .outdoor-living-block .outdoor-living-col .video-thumb {
  position: relative
}

.outdoor-living-explain .outdoor-living-block .outdoor-living-col .video-thumb .mat-icon {
  color: #fff;
  position: absolute;
  left: 60%;
  bottom: 35%;
  height: unset;
  width: unset;
  font-size: 39px
}

.outdoor-living-explain .outdoor-living-block .outdoor-living-col .video-thumb2 {
  position: relative
}

.outdoor-living-explain .outdoor-living-block .outdoor-living-col .video-thumb2 .mat-icon {
  color: #fff;
  position: absolute;
  left: 30%;
  bottom: 35%;
  height: unset;
  width: unset;
  font-size: 39px
}

.outdoor-living-explain .outdoor-living-block .outdoor-living-col p {
  font-size: 13px
}

.outdoor-living-explain .outdoor-living-block .outdoor-living-col .description-title h4 {
  font-size: 1.8rem
}

.outdoor-living-explain .outdoor-living-block .material-symbols-outlined {
  color: #6d7bfe;
  font-size: 50px;
  cursor: pointer
}

.outdoor-living-explain .outdoor-living-block .hero-marker img {
  width: 80%;
  position: absolute;
  left: 45%;
  top: -10%;
  z-index: -1
}

.outdoor-living-explain .call-us-plans {
  font-size: 22px;
  width: 70%;
  background-color: #bfa657;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -9%;
  padding: 2rem;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--whiteColor)
}

.outdoor-living-explain .call-us-plans .call-us-btn {
  cursor: pointer;
  font-size: 15px;
  padding: 5px;
  background-color: #fff;
  border-radius: 30px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #112031
}

.outdoor-living-explain .call-us-plans .call-us-btn .material-symbols-outlined {
  font-size: 18px;
  margin-right: 5px;
  padding: 5px
}

.outdoor-living-explain .call-us-plans .connect {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--accentColor)
}

.outdoor-living-explain-mobile {
  width: 100%;
  visibility: none !important;
  display: none !important;
  padding: 5%;
  position: relative
}

.outdoor-living-explain-mobile img {
  width: 100%;
  border-radius: 10px
}

.outdoor-living-explain-mobile p {
  font-size: 10px
}

.outdoor-living-explain-mobile h5 {
  font-size: 15px
}

.outdoor-living-explain-mobile .outdoor-video {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  position: relative;
  cursor: pointer
}

.outdoor-living-explain-mobile .outdoor-video .material-symbols-outlined {
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 45%;
  bottom: 35%;
  height: unset;
  width: unset
}

.master-plan {
  padding-top: 7rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem !important
}

.master-plan .count {
  color: #6d7bfe;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  font-size: 1rem
}

.master-plan .count-text {
  width: 250px;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 200
}

.master-plan img {
  width: 100%
}

.master-plan .master-plan-image {
  width: 50%
}

.master-plan .master-plan-image .zoom-hover {
  position: relative
}

.master-plan .master-plan-image .zoom-hover-txt {
  visibility: hidden;
  position: absolute;
  top: 55%;
  left: 35%;
  transform: translate(-50%, -190%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  pointer-events: none
}

.master-plan .master-plan-image .mpImg:hover {
  filter: brightness(.3)
}

.master-plan .master-plan-image .mpImg:hover+.zoom-hover-txt {
  visibility: initial;
  display: initial
}

.master-plan .master-plan-image .master-plan-header-mobile {
  display: none
}

.master-plan .master-plan-image img {
  cursor: pointer;
  width: 85%
}

.master-plan .master-plan-header {
  margin-bottom: 2rem
}

.master-plan .master-plan-bg {
  top: -7rem;
  position: absolute;
  width: 100%;
  background-color: #f4f4f5;
  height: 100%;
  overflow: hidden;
  z-index: -2;
  transform: skewY(7deg)
}

.tower-plan {
  margin: 0;
  padding: 0;
  padding-top: 6rem;
  padding-bottom: 5%
}

.tower-plan .under-line {
  border-radius: 10px;
  background-color: #6d7bfe;
  height: 3px;
  width: 30px
}

.tower-plan .tower-plan-content {
  padding: 0% 10%
}

.tower-plan .tower-plan-content .row .col-5 {
  cursor: pointer
}

.tower-plan .tower-plan-content p {
  font-weight: 400;
  font-size: 16px;
  padding-top: .7rem;
  padding-bottom: 1rem
}

.tower-plan .tower-plan-content h3 {
  font-size: 32px
}

.tower-plan .tower-plan-content .col-5 {
  border-radius: 20px;
  text-align: center;
  border: 1px solid gray;
  padding: 5px;
  margin: 10px
}

.tower-plan .tower-plan-content .col-5:hover {
  background-color: #6d7bfe33;
  border: 1px solid var(--accentColor)
}

.tower-plan .tower-plan-image img {
  width: 100%
}

.tower-plan .tower-plan-image .row-mobile {
  display: none
}

.check-availability {
  padding: 5% 10%;
  background: linear-gradient(to top, white 50%, #f4f4f5 50%)
}

.check-availability .living-room-img {
  width: 600px;
  text-align: center
}

.check-availability .living-room-img img {
  width: 80%
}

.check-availability .check-availability-info {
  width: 80%;
  margin: 0% 0% 0% 5%;
  padding-bottom: 5%
}

.check-availability .check-availability-info .under-line {
  border-radius: 10px;
  background-color: #6d7bfe;
  height: 3px;
  width: 30px
}

.check-availability .check-availability-info .check-now {
  cursor: pointer;
  width: 200px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid gray
}

.check-availability .shadow {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: #32325d40 6px 10px 15px -15px, #0000004d 6px 8px 10px -8px !important
}

.check-availability .shadow .check-availability-mask-img {
  right: -15%;
  position: absolute;
  bottom: -10%
}

.explore-more {
  width: 100%;
  position: relative
}

.explore-more .explore-more-info {
  width: 500px;
  position: absolute;
  align-items: center;
  left: 10%;
  top: 30%;
  transform: translateY(-30%)
}

.explore-more .explore-more-info .under-line {
  border-radius: 10px;
  background-color: #6d7bfe;
  height: 3px;
  width: 30px
}

.explore-more .explore-more-info .check-now {
  cursor: pointer;
  width: 200px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid gray
}

.explore-more .explore-more-info .check-now:hover {
  background-color: #6d7bfe33;
  border: 1px solid var(--accentColor)
}

.explore-more .explore-more-info h5 {
  font-size: 1.7em
}

.explore-more .explore-more-img img {
  min-height: 40vh
}

.explore-more .explore-more-mobile-img,
.explore-more .explore-more-mobile-info {
  display: none
}

@media screen and (max-width: 830px) {
  .master-plan {
    margin-top: unset
  }

  .master-plan .count {
    width: 10px;
    min-width: 10px;
    max-width: 10px
  }

  .master-plan .count-text {
    width: 150px;
    padding-left: 15px;
    font-size: unset
  }

  h4 {
    font-size: unset;
    line-height: 2rem
  }

  .unit-plan .unit-plan-modal {
    align-items: center;
    flex-direction: column !important;
    flex-wrap: wrap
  }

  .unit-plan .unit-plan-modal .unit-plan-image .zoom-hover-txt {
    display: none !important
  }

  .unit-plan .unit-plan-modal .unit-plan-image .upImg,
  .unit-plan .unit-plan-modal .unit-plan-image .upImg:hover {
    filter: none;
    transform: none !important
  }

  .unit-plan .unit-plan-modal .back-arrow,
  .unit-plan .unit-plan-modal .forward-arrow {
    display: none !important
  }

  .unit-plan-header {
    padding-top: 50px !important;
    margin: 0 !important;
    padding: 0% 5%
  }

  .unit-plan-header .col {
    padding: 0
  }

  .unit-plan-header .unit-plan-header-row .select-button {
    text-align: center;
    color: #282f3d40;
    width: 100%;
    border-radius: 0;
    border-bottom: 2px solid rgba(40, 47, 61, .2509803922)
  }

  .unit-plan-header .unit-plan-header-row .selected-button {
    color: #000;
    background-color: transparent;
    border-bottom: 2px solid #6d7bfe
  }

  .flat-card-mobile-view {
    display: unset !important
  }

  .flat-card-mobile-view .flat-card-mobile {
    padding: 2% 5%;
    font-size: 10px;
    font-weight: 500;
    column-gap: 15px;
    text-align: center;
    overflow-x: scroll !important
  }

  .flat-card-mobile-view .flat-card-mobile::-webkit-scrollbar {
    display: none
  }

  .flat-card-mobile-view .flat-card-mobile .flat-card-mobile-image {
    cursor: pointer;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid white
  }

  .flat-card-mobile-view .flat-card-mobile .flat-card-image-selected {
    border: 2px solid #6d7bfe
  }

  .flat-card-mobile-view h3 {
    padding: 0% 5%;
    font-size: 18px
  }

  .flat-card-mobile-view h3 span {
    font-weight: 200
  }

  .unit-plan-image {
    width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: flex;
    flex-direction: row
  }

  .unit-plan-image .back-arrow-mobile,
  .unit-plan-image .forward-arrow-mobile {
    display: flex !important;
    align-items: center
  }

  .unit-plan-image .back-arrow-mobile .material-symbols-outlined,
  .unit-plan-image .forward-arrow-mobile .material-symbols-outlined {
    cursor: pointer
  }

  .unit-plan-info {
    width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    justify-content: center;
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: initial !important;
    left: unset !important
  }

  .unit-plan-info .falt-area {
    display: none !important
  }

  .unit-plan-info .flex-wrap .mt-5 {
    width: 120px !important
  }

  .plan-image-1,
  .browse-from-here {
    display: none
  }

  .outdoor-living {
    height: 15vh;
    text-align: center;
    font-size: 16px
  }

  .outdoor-living-explain {
    display: none
  }

  .outdoor-living-explain-mobile {
    visibility: visible !important;
    display: block !important
  }

  .master-plan {
    padding: 30px 0 0 !important;
    justify-content: center;
    flex-direction: column-reverse !important
  }

  .master-plan .master-plan-image {
    width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content
  }

  .master-plan .master-plan-image .zoom-hover-txt {
    display: none !important
  }

  .master-plan .master-plan-image .mpImg,
  .master-plan .master-plan-image .mpImg:hover {
    filter: none
  }

  .master-plan .master-plan-image .master-plan-header-mobile {
    display: unset;
    padding-left: 30px
  }

  .master-plan .master-plan-image .click-to-zoom {
    display: block;
    width: 40%;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
    border: 2px solid gray;
    font-size: 13px;
    padding: 4px;
    margin-bottom: 1rem
  }

  .master-plan .master-plan-bg {
    top: -15rem;
    height: 60%
  }

  .master-plan .master-plan-header {
    display: none
  }

  .master-plan .flex-column {
    font-size: 11px;
    margin: 0;
    flex-wrap: wrap;
    padding: 0 0 0 30px;
    height: 50vh;
    padding-top: 1.4rem
  }

  .master-plan .flex-column .wrap {
    margin-top: 0 !important
  }

  .tower-plan {
    flex-direction: column;
    padding-bottom: 5%;
    padding-top: 3rem;
    margin-top: 0% !important
  }

  .tower-plan .under-line {
    display: none
  }

  .tower-plan .tower-plan-content {
    max-width: 100%
  }

  .tower-plan .tower-plan-content .row {
    display: none
  }

  .tower-plan .tower-plan-content p {
    font-weight: 400;
    font-size: 14px
  }

  .tower-plan .tower-plan-content h3 {
    font-size: 28px
  }

  .tower-plan .tower-plan-image {
    max-width: 100%;
    text-align: center
  }

  .tower-plan .tower-plan-image img {
    width: 80%;
    border-radius: 15px
  }

  .tower-plan .tower-plan-image .row-mobile {
    display: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
  }

  .tower-plan .tower-plan-image .row-mobile .col-5 {
    max-width: 40%;
    border-radius: 20px;
    text-align: center;
    border: 2px solid gray;
    padding: 5px;
    margin: 10px
  }

  .check-availability {
    padding-left: 10%;
    padding-right: 10%
  }

  .check-availability .check-availability-info {
    padding: 0% 5% 5% 0% !important;
    width: 100%
  }

  .check-availability .check-availability-info .under-line {
    display: none
  }

  .check-availability .check-availability-info h3 {
    font-size: 20px
  }

  .check-availability .check-availability-info p {
    font-size: 12px;
    margin-top: 2px !important
  }

  .check-availability .check-availability-info .check-now {
    width: 50%;
    margin-top: 3px !important
  }

  .check-availability .check-availability-mask-img {
    left: 60%;
    bottom: -30% !important
  }

  .check-availability .check-availability-mask-img img {
    height: 200px;
    width: 100%
  }

  .explore-more {
    position: initial
  }

  .explore-more .explore-more-info,
  .explore-more .explore-more-img {
    display: none
  }

  .explore-more .explore-more-mobile-img {
    display: block
  }

  .explore-more .explore-more-mobile-info {
    display: unset;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #f4f4f5;
    padding: 10%
  }

  .explore-more .explore-more-mobile-info .under-line {
    border-radius: 10px;
    background-color: #6d7bfe;
    height: 3px;
    width: 50px;
    display: block;
    margin-right: auto;
    margin-left: auto
  }

  .explore-more .explore-more-mobile-info .check-now {
    cursor: pointer;
    width: 200px;
    border-radius: 20px;
    border: 2px solid gray;
    display: block;
    margin-right: auto;
    margin-left: auto
  }

  .explore-more .explore-more-mobile-info h3 {
    font-size: 20px
  }

  .explore-more .explore-more-mobile-info p {
    font-size: 12px
  }
}

@media screen and (max-width: 1100px) {
  .unit-plan-image {
    margin-left: 0 !important
  }

  .unit-plan-info {
    margin-right: 0 !important
  }

  .back-arrow,
  .forward-arrow {
    padding: 0% !important
  }

  .browse-from-here {
    margin-right: 5% !important;
    margin-left: 5% !important
  }

  .outdoor-living-block {
    padding-left: 10% !important;
    padding-right: 10% !important
  }

  .unit-plan .unit-plan-modal {

    margin-right: 5%;
    margin-left: 5%;

  }
}

option {
  padding: 25px
}

@media screen and (min-width: 1600px) {
  .unit-plan-info {
    padding: 2rem
  }
}


/* Specifications */


.cursor-pointer {
  cursor: pointer
}

.tab-bar {
  display: flex;
  flex-direction: row;
  background-color: var(--whiteColor);
  height: 4rem;
  justify-content: space-evenly;
  width: 80vw;
  align-items: center;
  margin: auto;
  border-radius: 0px 0px 2rem 2rem
}

.tab-active {
  color: var(--whiteColor);
  background-color: #bfa657;
  padding: .3rem 1rem;
  border-radius: .3rem
}

.pos-relative {
  position: relative
}

.main-section {
  background-color: #f8f9f0 !important;
  padding: 0% 15% 5%;
  position: relative;
  width: 100%
}

@media screen and (max-width: 1339px) {
  .main-section {
    padding: 0 0 0 0;
  }
}

.side-nav {
  background-color: #f4f4f5 !important;
  position: relative;
  padding: 10% 2%;
  width: 20%
}

.side-nav ul {
  position: fixed;
  flex: 0;
  border-right: 1px solid lightgray
}

.side-nav ul li {
  cursor: pointer;
  font-weight: 300;
  font-size: 15px;
  padding-top: .6rem;
  padding-bottom: .2rem;
  padding-inline: 1.5rem
}

.side-nav ul li a {
  display: flex;
  color: #282f3d
}

.side-nav ul li hr {
  display: none
}

.side-nav ul .selected {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 500
}

.side-nav ul .selected hr {
  display: unset !important;
  margin-top: .5rem;
  margin-right: .2rem;
  width: 15px;
  background: #6D7BFE !important;
  height: 1.5px;
  opacity: 1;
  border-radius: 25%
}

.spacing {
  padding-left: 6%;
  margin-top: 6%;
  margin-right: 100px;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start
}

.light-text {
  color: #818181;
  font-weight: 420;
  font-size: 1.2rem
}

/* p {
  margin-top: 12%
} */

hr {
  width: 25px;
  background: #bfa657;
  height: 1px;
  opacity: 1
}

.specification-wrapper h4 {
  line-height: 170%;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 0
}

.specification-wrapper h5 {
  line-height: 170%;
  font-size: 1rem;
  opacity: .8
}

.specification-wrapper h3 {
  line-height: 150%;
  font-size: 1.3rem;
  color: #282f3d;
  opacity: 1
}

.specification-wrapper .light-color-text {
  margin-top: 12%;
  color: #818181;
  font-weight: 420;
  font-size: 1.2rem
}

.specification-wrapper .light-margin {
  margin-bottom: 12%
}

.title {
  line-height: 140%;
  font-weight: 900;
  font-size: 2rem;
  background: transparent;
  z-index: 1;
  position: absolute;
  padding-top: 20px;
  margin-top: 2% !important;
  top: 22px
}

.remove-pos {
  display: none !important
}

.heading {
  font-size: 2rem;
  font-weight: 700
}

span {
  font-size: .9rem;
  font-weight: 420
}

h5 {
  font: 420 1.2rem Poppins;
  color: #282f3d;
  opacity: 1;
  margin-bottom: 0rem
}

.nested-row-override {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.spacing-top {
  margin-top: .5rem
}

.spacing-bottom {
  margin-bottom: .5rem
}

.margin-zero {
  margin-top: 0 !important
}

.enquire-form {
  width: 100%;
  height: auto !important
}

section {
  /* padding-top: 5%; */
  /* min-height: 90vh */
}

section img {
  width: 80%
}

.w-45 {
  width: 45%
}

.w-5 {
  width: 5%
}

.spacing-right {
  padding-right: 12px
}

@media screen and (max-width: 1110px) {
  .structure-heading {
    margin-top: 40%
  }
}

@media screen and (max-width: 1300px) {
  .side-nav {
    width: 30%
  }
}

@media screen and (max-width: 1240px) {
  #download-btn {
    right: calc(50vw - 37.1%) !important
  }

  #download_text {
    right: calc(50vw - 32.4%) !important
  }
}

@media screen and (max-width: 915px) {
  span {
    font-size: 13px;
    opacity: .7
  }

  section {
    padding-top: initial
  }

  .light-color-text {
    margin-top: 7% !important
  }

  .light-margin {
    margin-bottom: 5% !important
  }

  .specification-wrapper {
    margin-top: 2rem;
    padding: 5%
  }

  .specification-wrapper h4 {
    font-size: 16px !important;
    font-weight: 600
  }

  .specification-wrapper h5 {
    font-size: 13px !important;
    opacity: .7
  }

  .specification-wrapper h3 {
    font-size: unset !important
  }

  #specifications {
    padding-top: 10%
  }

  .spacing-right {
    padding-right: 0 !important
  }

  .w-45 {
    width: 100% !important
  }

  .w-5 {
    width: 0% !important;
    display: none !important
  }

  .spacing {
    flex-direction: column-reverse;
    border: 1px solid #d5d5d8
  }

  .breakdown-class {
    width: 100% !important
  }

  #download-btn,
  .side-nav {
    display: none
  }

  .download-mob-btn {
    display: initial;
    visibility: initial !important
  }

  .download-mob-btn a {
    display: flex;
    align-items: center
  }

  .enquire-form {
    position: relative;
    z-index: 3;
    overflow: hidden
  }

  .whatsapp {
    display: none
  }

  .whatsapp-enquiry-btn {
    display: fixed !important;
    visibility: initial !important
  }

  .heading {
    font-size: 28px;
    padding-top: 10px
  }

  .walls-padding {
    margin-top: 20px
  }

  .title {
    position: initial;
    display: none
  }

  .pos-absolute {
    position: static
  }

  p {
    margin-top: 5%
  }

  section {
    height: auto;
    min-height: 0px !important;
    padding-top: 5%
  }

  section img {
    width: 80%
  }

  .side-nav {
    display: none
  }

  .main-section {
    width: 100%;
    margin-left: 0
  }
}

@media screen and (max-width: 500px) {
  section img {
    width: 100%
  }
}

@media screen and (min-width: 500px) and (max-width: 700px) {
  section img {
    width: 100%
  }
}

@media screen and (max-width: 550px) {
  .spacing {
    padding-left: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0
  }
}

.pos-absolute {
  position: absolute
}

.remove-fixed .title {
  position: initial
}

#download-btn {
  position: fixed;
  background-color: #bfa657;
  box-shadow: 6px 9px 6px #00000029;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  width: 40px;
  height: 40px;
  z-index: 1;
  right: calc(50vw - 38.4%);
  top: 165px
}

#download-btn .mat-icon {
  color: #fff;
  font-size: 1rem;
  height: unset;
  width: unset
}

#download-btn:hover {
  background-color: #32201b
}

.download-mob-btn {
  position: fixed;
  bottom: 80px;
  background-color: #6d7bfe;
  width: 50px;
  right: 30px;
  border-radius: 50px;
  z-index: 3;
  padding: 10px;
  display: none;
  visibility: hidden;
  height: 50px;
  font-weight: 400;
  letter-spacing: .5px;
  box-shadow: #0006 0 5px 15px;
  transition: bottom .4s
}

.download-mob-btn span {
  color: #fff;
  font-size: 12px;
  padding-right: 5px;
  vertical-align: middle
}

.whatsapp_text {
  background: #32de84;
  border-radius: 10px 10px 0;
  width: 200px;
  padding: 10px;
  position: relative;
  display: inline-block;
  color: #fff;
  display: none;
  position: fixed;
  bottom: 15px;
  right: 100px;
  z-index: 10;
  font-size: 14px
}

.whatsapp_text:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  bottom: 0;
  right: -12px;
  border-width: 15px;
  border-color: transparent transparent #32de84 #32de84;
  border-style: solid
}

.whatsapp {
  position: fixed;
  bottom: 15px;
  right: 30px;
  z-index: 10
}

.whatsapp:hover+.whatsapp_text {
  display: initial
}

.whatsapp-enquiry-btn {
  background-color: var(--primaryColor);
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  display: none;
  visibility: hidden
}

.whatsapp-enquiry-btn .whatsapp-btn {
  width: 50%;
  color: #fff;
  margin: auto;
  padding-top: 8px;
  border-right: 1px solid rgba(255, 255, 255, .1)
}

.whatsapp-enquiry-btn .whatsapp-btn span {
  font-size: 10px;
  padding-bottom: 4px
}

.whatsapp-enquiry-btn .enquiry-btn {
  color: #fff;
  margin: 8px auto auto;
  width: 50%
}

.whatsapp-enquiry-btn .enquiry-btn span {
  font-size: 10px;
  padding-top: 5px
}

#download_text {
  background: white;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  display: none;
  position: fixed;
  z-index: 10;
  font-size: 10px;
  color: #000;
  top: 165px;
  right: calc(50vw - 35%)
}

#download_text:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  bottom: 10px;
  right: -9px;
  border-width: 5px;
  border-color: transparent transparent transparent white;
  border-style: solid
}

#download-btn:hover+#download_text {
  visibility: initial !important;
  display: initial !important
}

.breakdown-class {
  width: 50%
}

@media screen and (min-width: 1300px) {
  #download-btn .mat-icon {
    font-size: 1.3rem
  }
}


/* Location */

.hero {
  padding-top: 3.25rem;
  width: 100%;
  position: relative
}

.hero .hero-img {
  width: 100%
}

.hero .hero-content-wrapper .hero-content {
  position: absolute;
  color: var(--whiteColor);
  top: 60%;
  transform: translateY(-55%)
}

.hero .hero-content-wrapper .hero-content .hero-title {
  line-height: 5.5rem;
  font-weight: 500;
  text-align: center;
  width: 35rem;
  font-size: 68px;
  margin-bottom: 1rem
}

.hero .hero-content-wrapper .hero-content .hero-sub-title {
  font-weight: 400;
  font-size: 1rem
}

.hero .hero-content-wrapper .hero-content .hero-content-flex {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.hero .hero-content-wrapper .hero-content .hero-content-flex .hero-box {
  width: 7rem;
  font-size: 16px
}

.hero .hero-content-wrapper .hero-content .hero-content-flex .hero-box .hero-number {
  font-size: 40px;
  font-weight: 600
}

.hero .hero-content-wrapper .hero-content .hero-content-flex .hero-box .hero-number span {
  color: #e8c96c
}

.location-video {
  position: relative
}

.location-video .material-symbols-outlined {
  cursor: pointer;
  font-size: 80px;
  font-weight: 0;
  color: #f4f4f5;
  position: absolute;
  left: 50%;
  top: 50%;
  height: unset;
  width: unset;
  transform: translate(-50%)
}

.why-section {
  width: 100%;
  padding: 5rem 1rem;
  background-color: #f8f9f0;
}

.why-section .why-section-wrapper {
  position: relative
}

.why-section .why-section-wrapper .why-section-title {
  line-height: 140%;
  font-size: 38px
}

.why-section .why-section-wrapper .why-gachibowli-flex {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 1rem;
  justify-content: space-between
}

.why-section .why-section-wrapper .why-gachibowli-flex .feature-box {
  /* flex: 1 */
  width: 25%;
}

.why-section .why-section-wrapper .why-gachibowli-flex .feature-box img {
  width: auto;
  margin-bottom: 1rem;
  max-width: 4rem
}

.why-section .why-section-wrapper .why-gachibowli-flex .feature-box .feature-title {
  line-height: 140%;
  font-size: 20px;
  font-weight: 600
}

.why-section .why-section-wrapper .why-gachibowli-flex .feature-box .feature-description {
  line-height: 140%;
  font-weight: 400;
  margin-top: 1rem;
  font-size: 14px
}

.why-section .cta-container {
  margin-top: 2rem;
  left: 50%;
  transform: translate(-50%);
  position: absolute
}

.why-section .cta-container .cta-flex {
  padding: 1.5rem 3rem;
  background-color: #bfa657;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 3px;
  justify-content: space-between
}

.why-section .cta-container .cta-flex button {
  width: 16rem;
  height: 3rem;
  border: none;
  font-size: 17px;
  outline: none;
  color: #bfa657;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .6rem;
  cursor: pointer
}

.nearby-section {
  width: 100%;
  background-color: #f8f9f0;
  color: var(--grayColor)
}

.nearby-section .nearby-wrapper {
  padding-top: 2rem
}

.nearby-section .nearby-wrapper .nearby-title {
  line-height: 140%;
  margin-top: 3rem;
  font-size: 38px;
  font-weight: 300
}

.nearby-section .nearby-wrapper .nearby-title span {
  font-weight: 500;
  font-size: 38px;
}

.nearby-section .nearby-img-wrapper {
  padding: 1rem
}

.nearby-section .nearby-img-wrapper .mob-num-container {
  display: none
}

.nearby-section .nearby-img-wrapper .nearby-route {
  position: relative;
  width: 100%;
  height: 12.5rem;
  border-bottom-right-radius: 8rem;
  border-bottom: 2px solid var(--accentColor);
  border-right: 2px solid var(--accentColor);
  border-bottom-style: dashed;
  border-right-style: dashed
}

.nearby-section .nearby-img-wrapper .nearby-route .routes-txt {
  display: none
}

.nearby-section .nearby-img-wrapper .nearby-route .locations-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 1rem
}

.nearby-section .nearby-img-wrapper .nearby-route .locations-flex .pin-box {
  height: 15rem
}

.nearby-section .nearby-img-wrapper .nearby-route .locations-flex .pin-box .num-txt {
  font-size: 80px;
  color: #bfa657;
  font-weight: 600;
  display: flex;
  column-gap: .5rem
}

.nearby-section .nearby-img-wrapper .nearby-route .locations-flex .pin-box .num-txt .min-txt {
  margin-top: 3rem;
  font-weight: 400;
  font-size: 10px
}

.nearby-section .nearby-img-wrapper .nearby-route .locations-flex .pin-box .num-txt .min-txt span {
  font-size: 18px
}

.nearby-section .nearby-img-wrapper .nearby-route .locations-flex .pin-box .mat-icon {
  height: unset;
  width: unset;
  overflow: visible
}

.nearby-section .nearby-img-wrapper .nearby-route .locations-flex .pin-box .location-pin {
  position: relative;
  text-indent: 1rem;
  font-size: 30px
}

.nearby-section .nearby-img-wrapper .nearby-route .locations-flex .pin-box .location-pin:after {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 65%;
  width: 2px;
  height: 2.3rem;
  background-color: var(--accentColor)
}

.nearby-section .nearby-img-wrapper .nearby-route .flight-ico {
  position: absolute;
  top: 45%;
  right: -1%;
  rotate: 20deg;
  color: #bfa657;
  z-index: 1
}

.nearby-section .nearby-img-wrapper .nearby-route:after {
  z-index: 0;
  position: absolute;
  background-color: var(--lightGray);
  width: 1rem;
  height: 8rem;
  top: 0%;
  content: "";
  right: -1%
}

.nearby-section .nearby-img-wrapper .routes-txt {
  display: none
}

.nearby-section .route-areas-container {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: space-between;
  padding: 0rem 1rem
}

.nearby-section .route-areas-container .route-name {
  margin-top: 2rem;
  width: 8rem;
  font-size: 15px;
  font-weight: 600;
  color: var(--grayColor)
}

.maps-section {
  position: relative;
  padding-top: 1rem;
  background-color: var(--lightGray)
}

.maps-section .maps-navigator {
  color: #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #e6e6e6;
  width: max-content;
  box-shadow: #64646f33 0 7px 29px;
  z-index: 2
}

.maps-section .maps-navigator div {
  padding: .5rem 2rem;
  cursor: pointer
}

.enquire-form {
  padding: 2rem 2rem 4rem;
  background-color: var(--lightGray);
  width: 100%
}

.fill-1 {
  color: #00f;
  background-color: #fff;
  border-bottom-left-radius: 5px
}

.fill-2 {
  color: #00f;
  background-color: #fff;
  border-bottom-right-radius: 5px
}

@media screen and (max-width: 915px) {
  .hero {
    padding: 0
  }

  .hero .hero-content-wrapper .hero-content {
    left: 50% !important;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    text-align: center;
    left: 0
  }

  .hero .hero-content-wrapper .hero-content .hero-title {
    line-height: 1.5rem;
    width: 100%;
    font-size: 20px
  }

  .hero .hero-content-wrapper .hero-content .hero-subt-title {
    font-size: 12px;
    font-weight: 300
  }

  .hero .hero-content-wrapper .hero-content .hero-content-flex .hero-box {
    font-size: 10px;
    width: 5rem
  }

  .hero .hero-content-wrapper .hero-content .hero-content-flex .hero-box .hero-number {
    font-size: 20px
  }

  .location-video .material-symbols-outlined {
    font-size: 50px;
    top: 40%;
    height: 40px;
    width: 40px
  }

  .why-section {
    padding: 2rem 1rem
  }

  .why-section .why-section-wrapper .why-section-title {
    font-size: 20px;
    width: 100%;
    word-break: normal;
    text-align: center
  }

  .why-section .why-section-wrapper .why-section-title br {
    display: none
  }

  .why-section .why-section-wrapper .why-gachibowli-flex {
    margin-top: 2rem;
    row-gap: 1rem
  }

  .why-section .why-section-wrapper .why-gachibowli-flex .feature-box {
    flex: initial;
    width: 40%
  }

  .why-section .why-section-wrapper .why-gachibowli-flex .feature-box .feature-title {
    font-size: 14px
  }

  .why-section .why-section-wrapper .why-gachibowli-flex .feature-box .feature-description {
    margin-top: .5rem;
    font-size: 10px
  }

  .why-section .cta-container {
    display: none
  }

  .nearby-section {
    padding-top: 2rem
  }

  .nearby-section .nearby-wrapper {
    padding: 0rem
  }

  .nearby-section .nearby-wrapper .nearby-title {
    margin-top: 0rem;
    text-align: center;
    font-size: 20px;
    margin-bottom: .4rem
  }

  .nearby-section .nearby-wrapper .nearby-title br {
    display: none
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .mob-num-container {
    display: flex;
    justify-content: space-around
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .mob-num-container .pin-box {
    height: 5rem
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .mob-num-container .pin-box .num-txt {
    font-size: 25px;
    color: #bfa657;
    font-weight: 600;
    display: flex;
    column-gap: .2rem
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .mob-num-container .pin-box .num-txt .min-txt {
    font-size: 10px;
    font-weight: 400;
    color: var(--grayColor)
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .mob-num-container .pin-box .num-txt .min-txt span {
    font-size: 15px
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .mob-num-container .pin-box .mat-icon {
    height: unset;
    width: unset;
    overflow: visible
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .mob-num-container .pin-box .location-pin {
    margin: .5rem;
    font-size: 15px;
    position: relative
  }


  .nearby-section .nearby-wrapper .nearby-img-wrapper .nearby-route {
    height: 11rem;
    border-radius: 5rem;
    border: 2px dashed var(--accentColor)
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .nearby-route .locations-flex {
    display: none
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .nearby-route:after {
    display: none
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .nearby-route:before {
    content: "";
    rotate: 39deg;
    top: -13%;
    width: 1rem;
    height: 7rem;
    background-color: var(--lightGray);
    position: absolute
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .nearby-route .flight-ico {
    left: -.1rem;
    rotate: 28deg;
    top: 16%;
    width: min-content
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .nearby-route .routes-txt {
    margin-top: .9rem;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-around
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .nearby-route .mob-num-container {
    margin-top: 1.8rem
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .routes-txt {
    margin-top: .5rem;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-around
  }

  .nearby-section .nearby-wrapper .nearby-img-wrapper .route-areas-container {
    display: none
  }

  .maps-section {
    height: 60vh
  }

  .maps-section .maps-navigator div {
    font-size: 12px
  }
}

.pin-stick-area {
  position: relative;
}

.pin-stick-area img {
  width: 28px;
}

.pin-stick-area:after {
  position: absolute;
  content: "";
  background-color: #7b6466;
  width: 2px;
  height: 1.3rem;
  top: 1.6rem;
  left: .8rem
}

.modal-content {
  border-radius: 2px;
}

.modal-content .heading-smallest_has-offset.heading-smallest_size_small {
  margin-bottom: 0;
}

.modal-content span {
  font-size: 20px;
}

.modal-content .yellow-btn:hover {
  background-color: #e5ca75;
  border: 1px solid #e5ca75;
}

.modal-content .yellow-btn:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.modal-body .contact-block__form {
  margin-top: 0;
}

.contact-block .heading-smallest_has-offset.heading-smallest_size_small {
  margin-bottom: 15px;
}

.contact-block .contact-block__form {
  margin-top: 0;
}

.contact-block .yellow-btn:hover {
  background-color: #e5ca75;
  border: 1px solid #e5ca75;
}

.contact-block .yellow-btn:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.disclaimer-text p {
  font-size: 12px;
  padding: 20px 0 0 0;
}

.special-button {
  color: #fcf4d9;
  background: #005CA6;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5rem;
  padding: 10px 15px 10px 15px;
  font-size: 13px;
}
.special-button a{
  color:white !important;
}

.special-button:hover {
 
  background: #005CA6;

}



.header_is_fixed .special-button {
  color: #242323;
  /* background: transparent; */
  border: 1px solid rgb(136, 99, 55);
  border-radius: 5rem;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
}

.header_is_fixed .special-button:hover {
  color: #fff !important;
  background: #886337;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5rem;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
}

.amenities-bg .col-8 {
  font-size: 18px;
  font-weight: 500;
}

.amenities-section-mobile img {
  width: 100%;
}
.header__logo img {
  width: 100px !important;
}

/* new css */
.custom-container{
  max-width:1400px;
  margin: 0px auto;

}
.Aboutsp-video {
  position: absolute;
  width: 100%;
  height: 770px;
  z-index: -22;
}
.Aboutsp-video video{
  
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.AboutSPEC{
  position: absolute;
}


/* g-video-box */
.g-video-box{
  position: relative;
}

.aboutspec-box{
  display: flex;
  
  justify-content: space-around;
  max-width: 1400px;
  margin: 50px auto 0px;
  padding: 60px 0px ;

}
.aboutspec-box-child{
  width: 30%;
}
.Thereal{
  color: black;
font-family: "Libre Franklin";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.WithPioneering{
  color: black;
font-family: "Libre Franklin";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 200%; 
}
.We-follow-img{
  width: 400px;
  height: 350px;
  border-radius: 0px 35px;
  background-image: url(../../img/sukha.jpg);
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}
.We-follow-img:hover{
  transform: scale(1.1);

}
.We-follow-img1{

  background-image: url(../../img/Rectangle2.png);
  background-repeat: no-repeat;
  height: 650px;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}
.We-follow-img1:hover{
  transform: scale(1.1);

}
@media(max-width:908px){
  .aboutspec-box{
    display: flex;
    
   flex-wrap: wrap;
  gap: 20px;
  }
  .aboutspec-box-child{
    width: 90%;
  }

  .We-follow-img{
    width: 90%;
    height: 350px;
    border-radius: 0px 35px;
    margin: auto;
    
    background-image: url(../../img/Rectangle.png);
  }
  .We-follow-img1{
  display: none;
    background-image: url(../../img/Rectangle2.png);
    background-repeat: no-repeat;
    height: 650px;
  }
  .Aboutsp-video {
    position: absolute;
    width: 100%;
    height: 1400px;
    z-index: -22;
  }
}

/* count */

.count {
  padding-block: 28px;
  display: flex;
  align-items: center;
  background-color: rgb(21,78,123);
  background-image: url('../../img/count-bg-img.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.count .content {
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.numberContainer {
  height: 360px;
  width: 480px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.numberCard {
  color: white;
  /* padding: 10px; */
  font-size: 50px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.Happycustomers{
  display: block;
}

@media (width< 1000px) {

  .count .content {
      grid-template-columns: 1fr;
  }
}

@media (width<568px) {
  .numberContainer {
      width: 90%;
  }
}

.card-body{
  background: linear-gradient(90deg, #002340 21%, #C7E8FA 100%);
  
  
  color: #fff;
}
.card-body p {
  margin: 0;
  padding-left: 20px;
}

.card-img-top {
  object-fit: cover;
}

.card-img-top.h-100 {
  height: 100%; 
}

/* testimonials */
.testimonials{
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
  gap: 40px;
    
}
figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 45px;
    width: 45px;
  border-radius: 50%;
  margin: 10px 0 0 10px;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #e8eaf5;
  padding: 35px 50px 40px 50px;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
  height: fit-content;
}
.author h5{
  font-size: 10px;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 19px;
  padding:10px 0;
  width: 100%;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1157 .author h5 p {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}
.author h5 {
  font-size: 16px;
}

/* footer Style */

a{
  text-decoration: none;
  color:#526979 ;
}
.footer-custom{
 padding-top: 20px;   
  background:url('../../img/footer-bg.jpeg');
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #526979;
  font-size: 14px;
  
  /* height:500px; */
  
}
.footer-inner-box{
  margin-top: 60px;
  width: 100%;
}

.footer-custom h6 {
  color: #526979;
 font-weight: bold;
}
.footer-custom .row{
    padding: 0;
    margin-inline: 0;
}
.footer-custom p,
.footer-customa {
  font-size: 14px;
}

.footer-custom.social-icons a {
  font-size: 18px;
  transition: 0.3s;
  
}

.social-icons{
  text-align: right;
}
.footer-custom.social-icons a:hover {
  color: #070a0b;

}
.footer-custom.list-unstyled li a:hover {
  text-decoration: underline;
}
.copy-right{
  margin-top: 170px;
 color: #fff;
}
.footer-ul{
  text-align: left;
}
@media(max-width: 768px){
  .footer-custom{
  
    /* height: 1257px; */
}
.footer-ul{
  text-align: center;
}

}
.testimonials-box{
  margin-top: 50px;
  margin-bottom: 50px;
}


/* contact style */
  
.contact-info {
  background-color: #0a74b9;
  color: white;
  padding: 20px;
}
.contact-info h5 {
  border-bottom: 2px solid white;
  padding-bottom: 5px;
  font-size: 14px;
  color: white;
}
.contact-info p {
  margin-bottom: 25px;
  font-size: 16px;
}
.contact-con{
    padding: 60px 0;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.form-control {
  border: 1px solid #ced4da;
}
.btn-primary {
  background-color: #0a74b9;
  border: none;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #085a94;
}
.contact-form input{
    border:none;
    border-radius: 0;
}



/* IMG BOX SECTION CSS */
.about-section {
  position: relative;
  background-color: #c7e8fa;
  height: 300px; /* Adjusted for better responsiveness */
  padding: 50px 20px;
}
.img-section {
  position: absolute; 
  top: 25%;
  left: 17%;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .img-section {
    position: static; 
    top: 25%;
    left: 15%;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .about-section {
    position: relative;
    background-color: #c7e8fa;
    height: auto; /* Adjusted for better responsiveness */
    padding: 50px 20px;
  }
}
.about-image {
  max-width: 100%; /* Ensures images scale properly */
}
.drive-us-section {
  padding-top: 200px;
  padding-bottom: 50px;
  background-color: #2b6391;
  color: #fff;
}
.what-drives-us {
  text-align: center;
}
.what-drives-us img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.mission-vision {
  margin-top: 50px;
}
.mission-vision  h5{
  color:white;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: white;
  margin: 20px auto;
}
.mission-vision h5 {
  margin: 50px 0;
}
.mission-vision p {
  margin: 20px 0;
}
hr {
  font-weight: bold;
  color: #fff;
}
/* WHY CHOOSE SAI PRAGATHI ESTATES & CONSTRUCTIONS SECTION CSS  */


.why-choose-section {
  padding: 50px 20px;
  background-color: #ced4da;


}
.why-choose-section .container{
background-color: #fff;
padding: 50px;
border: 2px solid #0056b3;
}
.why-choose-section h2 {
  color: #0056b3;
  font-weight: 700;
  margin-bottom: 20px;
}

.why-choose-section p {
  font-size: 17px;
  color: #555;
}
.icon-section{
margin: 0 auto;
max-width: 900px;
}
.why-choose-section .icon-box {
  text-align: center;
  padding: 20px;
}

.why-choose-section .icon-box i {
  font-size: 28px;
  color: #0056b3;
  margin-bottom: 10px;
}

.why-choose-section .icon-box p {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  color: #333;
  font-family: ui-rounded;
}

/* <!-- Quick Inquiry section css --> */

.inquiry-section {
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 20px;
  text-align: center;

}
.inquiry-section .container{
padding: 80px 20px;
background-color: #f5f3f0;
}
.inquiry-section  h4{
margin-bottom: 50px;
}
.inquiry-section h2 {
  font-size:28px;
  font-weight: 400;
  margin-bottom: 30px;
}
.inquiry-form{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.form-control {
  border-radius: 25px;
}

.btn-submit {
  background-color: #0056b3;
  text-align: center;
  color: #000;
  border-radius: 25px;
  padding: 10px 30px;
  font-weight: bold;
}

.btn-submit:hover {
  background-color: #003f7f;
}

.terms {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #555;
}

.terms a {
  font-weight: bold;
  color: #0056b3;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}
  /* project page css */

  .on-going-container {
    background-color: #f5f3f0;
    background-image: url('../../img/projectsBgImage.jpg');
    background-position: center;
    margin-top: 30px;
    border-radius: 30px;
    padding-bottom:20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  .op-heading {
    background-color: #0056b3;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 0 0 30px 30px;
  }
  
  .project-card {
    width: 300px;
    background-image: url('../../img/Group-84.png');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
  }
  .project-card2{
    width: 100%;
   background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
  }
  
  .card-image {
    padding: 10px;
  }
  
  .card-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  
  .card-title {
    border-bottom: 1px solid #ccc;
    font-weight: 500;
  }
  
  .card-text {
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .view-button {
    padding-right: 20px;
    margin-top: -27px;
    /* padding-bottom: 40px; */
    text-align: right;
}
  
  .view-button a {
    color: #fff;
  }
  .view-button a:nth-child(2) {
    color: #fff;
    top: 20px;
  }
  .complete-project button{
    width: 100%;
    padding: 20px;
  }


  @media only screen and (max-width: 2200px) and (min-width: 1750px){
    .custom-container {
      max-width: 1600px !important;
      
  }
  .count .content {
    width: 67%;
    margin-inline: auto;
    display: grid
  ;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .copy-right {
    margin-top: 253px;
    color: #fff;
  }
  .footer-custom{
    padding-top: 60px;   
     background:url('../../img/footer-bg.jpeg');
     width: 100%;
     background-repeat: no-repeat;
     background-size: cover;
     color: #526979;
     font-size: 14px;
     height: 600px;
     /* height:500px; */
     
   }
   .view-button {
    padding-right: 20px;
    /* margin-top: -18px; */
    /* padding-bottom: 40px; */
    text-align: right;
  }
  
  }
  
  @media screen and (min-width:1000px){
    .project-card .card-title{
        font-size: 14px !important;
    }
}

/* newly added responsiveness */

@media screen and (max-width:767px){
  .Thereal {
    font-size: 26px;
  }
  .WithPioneering{
    text-align: justify;
  }
.updatedText{
  font-size: 30px !important;
}
.home-img-1 {
  height: 100%;
}
.why-choose-section h2 {
  font-size: 26px;
}
.contact-form {
  width: 80%;
  margin: auto;
}
.contact-form .col-md-6{
  padding: 0 !important;
}
.on-going-container {
  padding: 0 !important;
  width: 88%;
  background: transparent;
}
.project-card {
  background-size: 100% 100%;
        margin: auto;
}
section {
  background-color: #d2ebea;
}
.footer-custom {
  background: none;
}
.copy-right {
  margin-top: 20px;
  color: #000;
}
.inquiry-section input{
  margin-bottom: 10px;
}
.inquiry-form  h2{
  font-size: 18px;
}
}
