@media screen and (max-width: 1799px) {}

@media screen and (max-width: 1599px) {
  .theme-padding {
    padding-left: 100px;
    padding-right: 100px;
  }

  header {
    /* padding: 12px 100px; */
    padding: 5px 100px;
  }

  h3 {
    font-size: 22px;
  }

  .location-list h3 {
    min-height: inherit;
  }

  .configuration-block {
    min-height: 135px;
  }

  .connectivity-block {
    padding: 70px 0;
  }

  .theme-bottom-element {
    /* right: 10px; */
    max-width: 100px;
  }

  .theme-icon-center {
    bottom: -50px;
    max-width: 120px;
  }
}

@media screen and (max-width: 1408px) {
  .theme-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }

  header {
    /* padding: 12px 60px; */
    padding: 5px 60px;
  }

  .theme-logo img {
    max-height: 70px;
  }

  .corporate-logo img {
    max-height: 90px !important;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .theme-element-top img {
    top: -30px;
    max-width: 125px;
  }

  /*.theme-element-bottom img {*/
  /*  bottom: -18px;*/
  /*  max-width: 125px;*/
  /*}*/

  .header__menu-link {
    font-size: 15px;
  }

  .configuration-wrapper-slider {
    display: block;
  }

  .configuration-wrapper {
    display: none;
  }

  #configuration-slider .splide__arrows {
    display: flex;
    gap: 16px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
  }

  #configuration-slider .splide__arrow {
    position: static;
    transform: none;
    background-color: transparent;
    border: none;
  }

  #section-vrtour .left-icon img {
    display: none;
  }

  /*.bottom-element img {*/
  /*  max-width: 150px;*/
  /*  top: 0px;*/
  /*  bottom: 0;*/
  /*  right: 0;*/
  /*  opacity: 0.6;*/
  /*}*/

  .theme-element-bottom {
    position: absolute;
    left: -70px;
    bottom: -65px;
    max-width: 180px;
    opacity: 0.4;
  }

  .bottom-element {
    max-width: 120px;
    bottom: -60px;
    opacity: 0.5 !important;
  }

  .right-element {
    opacity: 0.4;
  }

  .section-connectivity .theme-element-bottom {
    max-width: 195px;
  }

  .footer-address br {
    display: none;
  }
}

@media screen and (max-width: 1216px) {
  .theme-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .abouttheproject-wrapper .columns.gap-2 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .abouttheproject-wrapper .gap-2>.column {
    padding-left: 15px;
    padding-right: 15px;
  }

  h3 {
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  header {
    /* padding: 12px 30px; */
    padding: 5px 30px;
  }

  .corporate-logo img {
    max-height: 80px !important;
  }


  .splide__arrow {
    width: 40px;
    height: 40px;
    /* padding: 8px; */
  }

  .insomenu-bars {
    top: 50%;
    right: 30px;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .insomenu-bars span,
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #B9A098;
  }

  .insomenu-bars span:before {
    top: -8px;
  }

  .insomenu-active .insomenu-bars span,
  .insomenu-active .insomenu-bars span:after,
  .insomenu-active .insomenu-bars span:before {
    opacity: 1;
  }

  .insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }

  .insomenu-bars span:after,
  .insomenu-bars span:before {
    display: block;
    content: "";
  }

  .insomenu-bars span:before {
    top: -8px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }

  .insomenu-bars span:after {
    bottom: -8px;
    width: 20px;
    -webkit-transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .insomenu-active .insomenu-bars span {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .insomenu-active .insomenu-bars span:before {
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    opacity: 1;
    width: 25px;
  }

  .insomenu-active .insomenu-bars span:after {
    bottom: 0;
    transition: bottom 0.1s ease,
      -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;
  }

  .insomenu-active .insomenu-bars span {
    width: 25px;
  }

  .insomenu-active .menu-creative,
  .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  #header-primary-menu {
    position: fixed;
    background-color: #ffffff;
    color: #fff;
    width: 100%;
    right: 0;
    padding: 0;
    padding: 70px 30px 30px !important;
    margin-top: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    opacity: 0;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    overflow-y: auto;
  }

  .insomenu-active #header-primary-menu {
    opacity: 1;
    clip-path: circle(1600px at 90% -10%);
    -webkit-clip-path: circle(1600px at 90% -10%);
    pointer-events: all;
  }

  #header-primary-menu ul li {
    display: block;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .header__menu-item {
    line-height: 32px;
  }

  #header-primary-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sticky-btn-enquire {
    z-index: 888 !important;
  }

  .theme-logo.corporate-logo {
    padding-right: 70px;
  }

  #section-vrtour .vrtour-heading .section-title {
    top: 20px;
  }

  /* .vr-tour-button a {
    bottom: 60px;
  } */
  .vrbutton a {
    top:350px;
    /* bottom: 100px; */
  }
  .vrtour-text{
    top:300px;
  }

  .aboutdeveloper-block {
    padding: 0px 0 !important;
  }

  .top-padding {
    margin-top: 80px;
  }

  /*.bottom-element img {*/
  /*  bottom: 0;*/
  /*}*/

  .rera-image img {
    max-width: 100px;
  }

  .rera-details {
    display: flex;
    justify-content: start;
    gap: 30px;
    margin-top: 20px;
    flex-direction: column;
  }

  .abouttheproject-block .section-title {
    margin-bottom: 15px;
  }

  #home #footer {
    padding: 50px 40px 80px;
  }

}

@media screen and (max-width: 1024px) {

  .container {
    padding: 0 30px;
  }

  .theme-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .row-copyright {
    margin: -5px;
  }

  .col-copyright {
    padding: 5px;
  }

  .sticky-btn-enquire {
    font-size: 13px !important;
    right: -35px;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: 380px;
    right: -59px;
  }

  .abouttheproject-img {
    max-width: 500px;
    margin: 0 auto;
  }

  .section-title h2 span::before {
    width: 80px;
    height: 55px;
  }


  .top-margin {
    margin-top: 20px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  #section-banner,
  .section-cms {
    margin-top: 89px;
  }

  .theme-logo img {
    max-height: 65px;
  }

  .col-copyright,
  .col-copyright:last-child {
    text-align: center;
  }

  .location-block {
    padding: 0 0 0 30px;
  }

  #back2top svg {
    width: 36px;
    height: 36px;
  }

  #back2top {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

  .call-btn {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

  .sticky-bottom-form-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -165px;
    left: 0;
    width: 100%;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #B9A098;
    z-index: 999;
  }

  .sticky-bottom-form.open .close-form {
    opacity: 1;
    background-color: transparent;
  }

  .sticky-bottom-form.open .sticky-bottom-form-inner {
    bottom: 0;
    left: 0;
  }

  .sticky-bottom-form {
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    background: rgb(45 41 38 / 0.9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important;
  }

  .sticky-bottom-form .col-form {
    width: 50%;
    margin: 0 0 15px !important;
  }

  .sticky-bottom-form .col-form.col-form-btn {
    width: 100%;
  }

  .col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }

  .col-form-title h3 {
    margin: 0;
    padding: 10px 12px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    /* border-top: 1px solid rgb(182 223 235); */
    text-transform: uppercase;
  }

  #footer {
    padding: 20px;
  }

  .close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
  }

  .theme-element-top img {
    top: -10px;
    max-width: 85px;
  }

  #gallery-slider {
    position: relative;
    margin-bottom: 60px;
    margin-top: 0 !important;
  }

  #gallery-slider .splide__arrows {
    top: unset !important;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
  }

  #section-gallery .arrow-top-slider .splide__arrows {
    right: 0%;
  }

  #floorplans-slider .splide__arrows {
    top: unset !important;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    /* padding-bottom: 50px !important; */
  }

  #floorplans-slider {
    /* margin-top: 0 !important; */
    /* padding-bottom: 50px !important; */
    padding-bottom: 30px !important;
  }

  .aboutdeveloper-img {
    max-width: 700px !important;
    margin: 0 auto;
  }

  /*.bottom-element img {*/
  /*  top: -20px;*/
  /*}*/

  .abouttheproject-block {
    padding-top: 30px;
  }

  #home #footer {
    padding: 50px 0px 80px;
  }

  .connectivity-block {
    padding: 40px 0;
  }

  .connectivity-map-image {
    max-width: 750px;
    margin: 0 auto;
  }

  .theme-element-bottom {
    max-width: 210px;
  }
}

@media screen and (max-width: 991px) {

  .col-footer {
    padding: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .col-footer:last-child {
    margin-bottom: 0 !important;
  }

  .top-margin {
    margin-top: 0 !important;
  }

  .theme-bottom-element {
    right: 0px;
    max-width: 100px;
    bottom: -20px;
  }

  .theme-icon-center {
    right: 0px;
    max-width: 120px;
    bottom: -40px;
  }

  #section-floorplans .theme-padding {
    padding-right: 35px !important;
  }

  #section-floorplans .arrow-top-slider .splide__arrows {
    right: 0 !important;
    padding-bottom: 25px;
  }

  .floor-plan-title span {
    font-size: 14px;
  }

  .right-element img {
    opacity: 0.2;
  }


}

@media screen and (max-width: 768px) {

  .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    left: 10px !important;
  }

  #location-slider1 {
    margin-top: 30px;
  }

  .copyright-detail .small {
    font-size: 13px;
  }

  .counter-block h3 {
    font-size: 28px;
  }

  .tab-list .tab {
    /* width: 160px; */
    padding: 12px 24px;
  }

  .yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
    left: 0;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .copyright-line {
    display: block;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .location-block {
    padding: 30px 0 0 0;
  }

  #register-modal {
    padding: 25px;
  }

  .theme-icon-center {
    max-width: 100px;
  }

  .amenities-wrapper {
    margin-top: 20px;
  }

  #section-gallery .theme-padding {
    padding-right: 35px !important;
  }

  .configuration-block {
    min-height: 150px;
  }

  .configuration-item {
    max-width: 500px;
    margin: 0 auto;
  }

  /* .aboutdeveloper-block {
    max-width: 563px;
    margin: 0 auto 25px;
    margin-top: 30%;
  } */
  /* 
  .developer-logo img {
    max-width: 100px;
    max-height: 80px;
  } */
  .footer-logo img {
    max-height: 90px !important;
    margin: 0 auto;
  }

  .rera-info {
    text-align: center;
  }

  .footer-details {
    text-align: center;
  }

  .footer-desclaimer {
    text-align: center;
  }

  .rera-image img {
    max-width: 100px;
    margin: 0 auto;
  }

  .developer-logo img {
    margin: 0 auto 20px;
  }

  .aboutdeveloper-block {
    text-align: center;
  }

  .aboutdeveloper-block .section-title {
    margin-bottom: 10px;
  }

  .col-podiumplan-inner p {
    margin-bottom: 10px;
  }

  .podiumplan-block {
    padding-top: 10px;
  }

  .abouttheproject-block {
    padding-top: 10px;
  }

  .section-title h2 span::before {
    width: 65px;
    height: 47px;
  }

  .section-title h2 span::before {
    margin: 0 auto 10px;
  }

  .theme-element-bottom {
    max-width: 160px;
    left: -60px;
    bottom: -45px;
  }

  .bottom-element {
    max-width: 90px;
    bottom: -40px;
    opacity: 0.5 !important;
  }

  /* 
  .vrtour-text {
    font-size: 26px;
    line-height: 35px;
  } */
  .vrtour-text {
    font-size: 24px;
    line-height: 34px;
  }

  .top-padding {
    margin-top: 60px;
  }
}


@media screen and (max-width: 575px) {
  .theme-modal-card-body {
    padding: 20px;
  }

  .sm-form-control {
    font-size: 13px;
  }

  .theme-btn {
    font-size: 13px;
    line-height: 20px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .accordion .card__content {
    padding: 0 15px 15px;
  }

  .accordion .card__title {
    padding: 8px 15px;
  }

  .column.col-register {
    padding: 8px;
  }

  .columns.row-register {
    margin: -8px !important;
  }

  .sm-form-control {
    padding: 12px 12px 12px 0;
  }

  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }

  .listed-points li:before {
    width: 8px;
    height: 8px;
  }

  .listed-points li {
    padding-left: 20px;
  }

  h3 {
    font-size: 18px;
  }

  #main-slider .splide__arrow {
    display: none;
  }

  .accordion .card__title {
    font-size: 16px;
    min-height: 50px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #section-banner,
  .section-cms {
    margin-top: 94px;
  }

  .theme-logo img {
    max-height: 60px;
  }

  .tab-list {
    gap: 10px;
  }

  #home #footer {
    padding: 20px 0 70px;
  }

  .sticky-bottom-form {
    display: none !important;
  }

  .sticky-btn-enquire {
    transform: unset;
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    border-top: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    width: 50%;
    padding: 10px 0px !important;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: unset;
    right: 0;
    width: 50%;
    left: unset;
    border-left: 1px solid #fff;
  }

  .thankyou-block h1 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .thankyou-msg {
    font-size: 14px !important
  }

  .thankyou-logo img {
    height: 80px;
  }

  .close1,
  .close {
    bottom: initial;
    top: -18px;
    left: initial;
    right: -18px;
    width: 36px;
    height: 36px;
  }

  .theme-modal-card {
    max-width: 100%;
  }

  .theme-modal .theme-modal-card {
    top: -30px;
    transform: none;
    margin-top: 30px;
    padding: 20px;
  }

  .theme-modal.is-active .theme-modal-card {
    top: 0;
    transform: none;
    margin-top: 30px;
  }

  #back2top {
    display: none !important;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-title h2:before {
    height: 2px;
  }

  .connectivity-list {
    margin-top: 10px;
  }

  .theme-logo.corporate-logo {
    padding-right: 45px;
  }

  .corporate-logo img {
    max-height: 70px !important;
  }

  #section-amenities .theme-padding {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .splide__arrow svg {
    width: 30px;
  }

  .center-element img {
    display: none;
  }

  .desclaimer-info {
    font-size: 12px;
  }

  .rera-details {
    display: flex;
    justify-content: start;
    flex-direction: column;
  }

  .rera-image img {
    max-width: 100px;
  }

  .desclaimer-info {
    font-size: 12px;
  }

  .theme-block .theme-block-icon svg {
    width: 30px;
    height: 30px;
  }

  .floor-plan-title {
    left: 40px;
  }

  #amenities-slider .splide__arrows {
    margin-top: 10px;
  }

  #amenities-slider2 .splide__arrows {
    margin-top: 10px;
  }

  #section-floorplans .arrow-top-slider .splide__arrows {
    right: 0 !important;
    padding-bottom: 30px;
  }

  header {
    padding: 12px 30px;
    /* padding: 5px 30px; */
  }

  .theme-bottom-element {
    max-width: 70px;
    bottom: -20px;
  }

  .amenities-image-block-title {
    bottom: 0px;
  }

  .connectivity-block {
    padding: 35px 0;
  }

  .stock-image::after,
  .actual-image::after,
  .artistic-impression::after {
    bottom: 0px;
  }

  .connectivity-block {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .section-connectivity .theme-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bottom-element {
    max-width: 100px;
    bottom: -45px;
    opacity: 0.5 !important;
  }

  .theme-element-bottom {
    left: -48px;
    bottom: -45px;
    max-width: 155px;
  }

  .section-abouttheproject .bottom-element {
    max-width: 60px;
    bottom: -30px;
    opacity: 0.5 !important;
  }

  .section-connectivity .theme-element-bottom {
    left: -55px;
    top: -30px;
    opacity: 0.3 !important;
    max-width: 160px;
  }

  .plan-icon {
    width: 50px;
    flex: 0 0 50px;
  }

  #podiumplan-slider .splide__arrows {
    margin-top: 20px
  }

  .vrtour-text {
    font-size: 20px;
    line-height: 30px;
  }

  .top-padding {
    margin-top: 50px;
  }

  .hidden-mobile {
    display: none;
  }

  .visible-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .theme-logo.corporate-logo {
    padding-left: 15px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
  }

  .col-header:first-child,
  .col-header:last-child {
    max-width: 100%;
    padding: 0;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 480px) {

  #section-banner,
  .section-cms {
    margin-top: 84px;
  }

  .modal-title {
    font-size: 20px;
  }

  .counter-block h3 {
    font-size: 24px;
  }

  .sticky-btn-enquire {
    font-size: 13px !important;
  }

  .theme-logo img {
    max-height: 50px;
  }

  .corporate-logo img {
    max-height: 62px !important;
  }

  .theme-icon-center img {
    max-width: 100px;
  }

  .configuration-item {
    max-width: 330px;
    margin: 0 auto;
  }

  .theme-block-img::after {
    content: "";
    position: absolute;
    width: 85%;
    height: 90%;
    border: 2px solid #B9A098;
    top: 8%;
    left: 26px;
    z-index: -999;
    opacity: 0.
  }

  .vrtour-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 420px) {
  .modal-title {
    font-size: 16px;
  }

  .sticky-btn-enquire {
    font-size: 12px !important;
  }

  .sticky-btn-enquire {
    width: 40%;
  }

  .sticky-btn-enquire.sticky-brochure {
    width: 60%;
  }

  .floor-plan-block .theme-block-img::after {
    width: 85%;
  }

  .floor-plan-title span {
    font-size: 16px;
    /* padding: 0 15px; */
  }

  .tab-list .tab {
    padding: 0 10px 10px;
    font-size: 15px;
  }

  .top-padding {
    margin-top: 20px;
  }

}

@media screen and (max-width: 380px) {
  .tab-list .tab {
    width: 100%;
    padding: 12px 24px;
  }

  .theme-logo img {
    max-height: 50px;
  }

  header {
    padding: 10px 30px;
  }

  #section-banner,
  .section-cms {
    margin-top: 75px;
  }

  .tab-list .tab {
    padding: 0 10px 10px;
    font-size: 15px;
    max-width: fit-content;
  }

  .vrtour-text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 360px) {

  .section-title h1,
  .section-title h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .configuration-item {
    max-width: 220px;
    margin: 0 auto;
  }

  #section-connectivity .splide__arrows {
    margin-top: 10px;
  }

  #amenities-slider .splide__arrows {
    margin-top: 10px;
  }

  .stock-image::after,
  .actual-image::after,
  .artistic-impression::after {
    bottom: 0;
  }

  .theme-block .theme-block-icon svg {
    width: 25px;
    height: 25px;
    color: #fff;
  }

  .theme-block-img::after {
    content: "";
    position: absolute;
    width: 85%;
    height: 90%;
    border: 2px solid #B9A098;
    top: 8%;
    left: 20px;
    z-index: -999;
    opacity: 0.
  }

  .col-podiumplan-inner {
    width: 100% !important;
  }
}