/* 
	=-=-= Defaults =-=-=
*/

@font-face {
  font-family: "poppins";
  src: url(fonts/Poppins-Regular.ttf) format("opentype"),
    url(fonts/Poppins-Regular.ttf) format("woff");
}

.icon {
  height: 20px;
}

:root {
  scroll-behavior: smooth;
  --main-white: #f4f4f4;
  --main-color: #b71a25;
  --side-color: #ed1d26;
  --black-color: #5b5b5b;
}

.btn:hover {
  color: #eee;
}

h2 {
  font-size: 1.3em;
  scroll-margin-top: 200px;
}

.apartmentElem {
  margin-bottom: 10px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

body {
  font-size: 1.2em;
  color: #5b5b5b;
  background: #ffffff;
  font-family: "poppins";
  overflow-x: hidden;
  /* margin-top: -20px; -- Remarketing only */
}

.header-btns {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.header-btns button {
  height: 40px;
  color: var(--main-white);
  width: 150px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  font-size: 0.8em;
}

/* MY CLASSES*/

.blackColor {
  color: var(--black-color);
}
.border-radius-small {
  border-radius: 10px;
}

.border-radius {
  border-radius: 15px;
}

.graybg {
  background-color: var(--main-white);
  overflow: hidden;
}
.mainbg {
  background-color: var(--main-color);
}

.header-btns .info-btn {
  background: var(--main-color);
}
.mainColor {
  color: var(--main-color);
}
.whiteColor {
  color: var(--main-white);
}
/* MY CLASSES END*/

p {
  margin-top: 0;
  margin-bottom: 0;
}

.section,
section {
  width: 100%;
  padding: 20px 0;
}
.section-title {
  margin-bottom: 40px;
}

.margin-auto {
  margin: 0 auto;
}
ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none !important;
  color: var(--main-color);
}
.no-padding {
  padding: 0 !important;
}

/* Font Colors */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--main-color);
}

h1 {
  font-size: 1.5em;
}
a:hover,
a:focus {
  color: var(--main-color);
}

/* Primary Color */
.primary-color,
.nav-tabs li a:hover,
.btn-primary {
  background-color: #e31e24 !important;
}

.headerImg {
  position: relative;
}

.headerImg .text {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-white);
  font-size: 3.5rem;
  font-weight: 600;
}

/* Transitions */
header nav ul li a,
a.link-btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* Link Button */

.header-menu li a {
  display: inline-block;
  font-size: 1em;
  color: #5b5b5b;
  font-weight: 400;
}

a.link-btn {
  padding: 7px 15px;
  color: #f3f3f3 !important;
  border-radius: 25px;
  opacity: 0.9;
  font-size: 18px;
}
a.link-btn-icon {
  margin-left: 10px;
}
a.link-btn:hover {
  opacity: 1;
}
a.link-btn .svg-inline--fa {
  margin-left: 5px;
}

.footer-phone a {
  color: #fff;
  font-size: 18px;
}

/* 
	=-=-= Header =-=-=
*/
header {
  width: 100%;
  position: relative;
  z-index: 1000;
  font-size: 0.9em;
}
header nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
}

.header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background: #ffffff;
}

.headerFix,
.header {
  height: 110px;
}

.header-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.header-menu li {
  padding: 0 30px;
}

.d-lg-none.sube-row {
  display: flex;
  align-items: center;
}

.menu-btn {
  width: 36px;
  height: 34px;
  padding: 1px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.menu-btn i {
  font-size: 32px;
  color: #fff;
}
.d-flex-mobile {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-around;
}

.sidr > img {
  padding: 20px 40px;
}
.sidr .close-sidr {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #7d7d7d;
}

.sticky-wrapper {
  width: 100%;
  height: auto;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.sticky-header {
  width: 100% !important;
  z-index: 9999 !important;
  position: fixed;
}

.priority .div {
  overflow: hidden;
}

#detail .files {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

#detail .files .fileBtns {
  padding: 5px 20px;
}
#detail .files .fileBtns .icon {
  margin-right: 5px;
}

.buildingDiv {
  overflow: hidden;
  margin-bottom: 20px;
}

.buildingDiv h2 {
  font-size: 0.8em;
  width: 100%;
}

.buildingDiv b {
  font-size: 0.8em;
}

.buildingDiv .text {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  min-height: 170px;
}

.buildingDiv .room,
.buildingDiv .bath {
}

.buildingDiv .size {
  width: 100%;
}

.buildingDiv .room,
.buildingDiv .bath,
.buildingDiv .size {
  font-size: 0.7em;
  margin-bottom: 10px;
}

.buildingDiv .icon {
  height: 15px;
}
.buildingDiv .btn {
  width: 100%;
  border-radius: 0;
}
.buildingDiv .btn:hover {
  color: var(--main-white);
  font-weight: 500;
}

.whatsapp {
  background: #29a71a;
}

.whatsapp img {
  height: 30px;
}
a.noColor {
  color: inherit;
}
#contacts p {
  color: #f3f3f3;
}

#contacts a {
  color: #ddd;
}

#contacts {
  padding-top: 3em;
  text-align: center;
  padding: 3em 0;
}

footer {
  margin-top: 20px;
}

footer .trademark {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.8em;
}

footer h2 {
  font-size: 1.3em;
}
footer .col-3 {
  padding-left: 80px;
}

footer li {
  margin-top: 20px;
}

footer .footerWrapper {
  margin-top: 80px;
}

.footerWrapper .middle ul li,
.footerWrapper .middle ul {
  list-style-type: disc;
}

footer .line {
  display: flex;
  align-items: center;
}
footer .line div {
  background: var(--main-white);
  height: 3px;
  width: 100%;
}

footer .images {
  display: flex;
  justify-content: space-between;
}

footer .images img {
  height: 40px;
}
footer .SMicons img.icons {
  height: 35px;
  width: auto;
}

.footerWrapper .logo {
  display: flex;
  justify-content: center;
}
.footerWrapper .logo .wrapper {
  width: 80%;
}

.button {
  border-radius: 20px;
  background: #ddd;
  margin: 10px;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.btn-primary {
  border-radius: 20px;
  border: none;
}

h2 {
  font-weight: 700;
}

.logo img {
  width: 130px;
}

footer .logo img {
  width: 100%;
  margin-bottom: 20px;
}

.sticky-header {
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.sidr {
  box-shadow: none;
  background-color: #1e1e1e;
}

#questionDivs {
  padding: 0;
  margin-top: -2em;
}

.copyright-div {
  padding: 1em 1em;
  text-align: center;
  background-color: #132f54;
  color: #f3f3f3;
  font-size: 1.2em;
}

#questionDivs {
  text-align: center;
  padding-top: 0;
}

.searchWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 40px;
}

.subPage .searchWrapper {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 40px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.searchWrapper h2 {
  font-weight: 600;
  font-size: 4rem;
}

.search-div {
  padding: 20px;
  font-weight: 600;
  font-size: 1.7rem;
  background-image: url("../images/portfoy/banner.png");
}

.search-div .search-btn {
  background: var(--main-color);
  color: var(--main-white);
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
}

.search-div select,
.search-div input,
.search-div .btn {
  height: 50px;
  border: none;
  font-size: 0.6em;
}

.search-div .search-btn .icon {
  margin-right: 10px;
  margin-top: -3px;
}

.moreBtn {
  margin-top: 1em;
  background: inherit;
  border: none;
  color: #193968;
  border-radius: 3em;
  font-weight: 600;
}
.arrow {
  height: 16px;
}
.contactBtn {
  margin-top: 1em;
  border: 2px solid #e3e3e3;
  color: #e3e3e3;
  background: inherit;
  padding: 1em 5em;
  border-radius: 3em;
  font-weight: 600;
}

.contactTextWrapper {
  display: table;
}

.contactText {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2.5em;
  text-align: center;
  background: #193868;
}

.contactText p {
  color: #e3e3e3;
  font-weight: 200;
}
.partnersText {
  text-align: center;
  margin-bottom: 1em;
}

.footerContactLogos {
  height: 2em;
}

.footerLinks {
  display: flex;
  justify-content: center;
  text-align: left;
}

.footerLinks ul li {
  color: #e8a83c;
  margin-bottom: 0.7em;
  font-size: 1.3em;
}

.footerContacts {
  text-align: left;
}

.footerContacts b {
  color: #ddd;
}

.footerContactTitle {
  margin-bottom: 0.3em;
  font-weight: 700;
}

footer {
  background-repeat: no-repeat;
  background-position: right;
}

.bannerText {
  position: absolute;
  top: 30%;
  left: 10%;
  padding-bottom: 0.3em;
  border-bottom: #e8a83c solid 2em;
}

.langPicker img:not(.arrow) {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-position: center;
  object-position: center;
}

.langPicker a.btn {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.langPicker {
  padding: 0;
}

#header .dropdown-menu,
.langPicker {
  width: 90px;
}

#header .dropdown-menu {
  min-width: 0;
  overflow: hidden;
  box-shadow: 0px 0px 15px #ccc;
  border: 0;
}

.showAll a {
  font-weight: 600;
}
.showAll h2 {
  font-size: 1.3em;
}

.showAll .icon {
  rotate: 270deg;
  height: 15px;
}

#header .btn .arrow {
  transition: all 0.3s ease-in;
  height: 12px;
}

#header .btn.show .arrow {
  transform: rotate(180deg);
}

#header .dropdown-menu.show {
  min-width: 0;
  height: auto;
}

.buildingDivElem .imageWrapper {
  position: relative;
  height: 135px;
  overflow: hidden;
}

.buildingDivElem .imageWrapper .valueElem {
  min-width: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--main-color);
  color: var(--main-white);
  padding: 4px;
  font-size: 0.85em;
}

.bannerImgWrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  max-width: 100%;
  height: auto;
}

.bannerSmall {
  color: #193868;
  font-size: 2.7em;
  font-weight: 600;
}
.bannerBig {
  color: #193868;
  font-size: 7.3em;
  font-weight: 600;
  line-height: 0.9em;
}

.cross {
  height: 20px;
  transform: rotate(0deg);
  transition: linear 0.2s all;
}
.collapsed .cross {
  height: 20px;
  transform: rotate(45deg);
}

.leftArrowWrapper,
.rightArrowWrapper {
  flex: 0 0 auto;
  overflow: visible;
}
.leftArrowWrapper,
.rightArrowWrapper {
  position: absolute;
  top: 25%;
  z-index: 1000;
}
.leftArrowWrapper {
  left: -1%;
}
.rightArrowWrapper {
  right: -1%;
}

.leftArrow img,
.rightArrow img {
  height: 1.5em;
  width: auto;
}
.leftArrow,
.rightArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #193868;
  height: 3em;
  width: 1.4em;
  text-align: center;
}
.sliderWrapper {
  position: relative;
}

.footer-logo {
  padding: 0 1em;
}

.formText {
  height: auto;
}

/* newest styles */

.questionDiv {
  position: relative;
  z-index: 200;
  padding: 2.5em;
  background: #fefefe;
  border-radius: 1em;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.questionDiv h2 {
  margin-bottom: 0.5em;
}

.gasTurbineText,
.steamText {
  padding: 4em;
  background: #f4f4f4;
  text-align: center;
}

.experienceTitle {
  text-align: center;
  margin-bottom: 1em;
}

.experienceWrapper {
  background: gray;
  border-radius: 20px;
  padding: 5em 3em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.experienceDiv {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid white;
  color: #f3f3f3;
  height: 240px;
  border-radius: 20px;
}

.experienceNumWrapper {
  width: 100%;
  height: 120px;
  color: #193868;
  font-size: 3.7em;
  font-weight: 700;
  text-align: center;
  display: flex;
}
.experienceNum {
  align-self: flex-end;
  width: 100%;
  display: table;
}
.experienceNum span {
  display: table-cell;
  vertical-align: bottom;
  line-height: 70px;
}

.experienceText {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  width: 100%;
  height: 50%;
}

.footerLinksWrapper {
  position: relative;
}

.SocialMediaDiv {
  width: 70%;
  background: #f4f4f4;
  border-radius: 55px 0px 0px 55px;
  position: absolute;
  right: 0%;
  padding: 20px;
  padding-left: 30px;
  vertical-align: middle;
  font-size: 1.5em;
  text-align: left;
}

.footerSM {
  height: 70px;
  margin-right: 40px;
}

.footerSMLogos {
  position: absolute;
  top: 110px;
  left: 40%;
}
.contactsLogos {
  height: 35px;
  margin-right: 20px;
}
.icon {
  margin-right: 10px;
}
.headerImg {
  margin-top: -50px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 95vh;
  min-height: 800px;
  max-height: 900px;
}
.headerImg video {
  border-radius: 25px;
}

.headerImg .span1,
.headerImg .span2 {
  font-size: 4em;
}

.headerImg .span2 {
  font-weight: 700;
  line-height: 1em;
  margin-top: -0.3em;
  height: 1.4em;
  color: #e31e24;
}

.headerImg .img {
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
}

.headerImg .img img {
  width: 95%;
}

.belowArrow {
  padding-bottom: 50px;
}
.belowArrow img {
  height: 50px;
}

.doubleDivs {
  margin-bottom: 2em;
}

.doubleDivs .div {
  border-radius: 20px;
  box-shadow: 0px 0px 15px #ccc;
  padding: 20px;
  height: 100%;
}

.doubleDivs .title {
  display: flex;
  font-size: 1.7em;
  color: #e31e24;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
}
.doubleDivs .title img {
  height: 1em;
}

#services .div {
  border-radius: 20px;
  box-shadow: 0px 0px 15px #ccc;
  padding: 20px;
}
#services .div {
  border-radius: 20px;
  box-shadow: 0px 0px 15px #ccc;
  padding: 20px;
}

#services .serviceDiv {
  margin-bottom: 20px;
}

#services .title {
  display: flex;
  font-size: 32px;
  color: #e31e24;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#services .title img {
  height: 1em;
}

#provide ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#provide .container1 {
  margin-bottom: 40px;
}

#provide .div {
  border-radius: 20px;
  box-shadow: 0px 0px 15px #ccc;
  overflow: hidden;
}

#provide .div .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 70px;
}

#provide .div h2 {
  font-size: 1.7em;
}
#provide .container2 ul {
  width: 40%;
  display: inline-block;
}

#provide .container2 .img img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
}

#partners .title {
  margin-bottom: 1em;
}

.lSSlideOuter .lSPager.lSpg {
  display: none !important;
}

form .btn {
  margin-top: 5px;
  width: 100%;
  padding: 10px;
  background: var(--main-color);
  color: #f3f3f3;
  border-radius: 10px;
}
form input.form-control,
form textarea.form-control {
  border-radius: 10px;
}

form .btn:hover {
  color: #f3f3f3;
}

form .doubleInputs {
  display: flex;
  justify-content: space-between;
}

#form .wrapper {
  overflow: hidden;
}
#form .right {
  padding: 20px;
}
#form .right form {
  margin-top: 10px;
}

form .form-control {
  padding: 15px;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
}
form textarea {
  height: 200px;
}

form .doubleInputs input {
  width: 49%;
}

.partnerSlide {
  height: 100%;
}

.partnerSlide div {
  margin: 15px 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 15px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 186px;
}

.subpage-banner-img {
  position: relative;
  margin-bottom: 40px;
  padding: 0 40px;
}

.subpage-banner-img .textDiv {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.1em;
  font-weight: 500;
  letter-spacing: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whoAreWeSubPage {
  margin-bottom: 20px;
}
.innovation {
  border-radius: 15px;
  box-shadow: 0px 0px 15px #ccc;
  margin-top: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
.innovation .text {
  padding: 30px;
}

nav li {
  position: relative;
}
nav li .dotWrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
nav li .dot {
  margin-top: 10px;
  border: 4px solid #e31e24;
  border-radius: 50%;
}

.subPage .serviceDiv {
  border-radius: 15px;
  box-shadow: 0px 0px 15px #ccc;
  margin-top: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
.subPage .serviceDiv .text {
  padding: 30px;
}
.subPage .serviceDiv h2 {
  font-size: 1.4em;
}
.subPage .serviceDiv li {
  list-style-type: disc;
  list-style-position: inside;
}

.subPage .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.subPage .accordion-button:not(.collapsed),
.subPage .collapsing .accordion-body,
.subPage .show .accordion-body {
  color: #f3f3f3;
  background-color: #e31e24;
  box-shadow: none;
  border: none;
}
.subPage .accordion-button {
  padding: 20px 20px;
}
.accordion-button::after {
  display: none;
}

#form .text {
  font-size: 0.9em;
}
#form .formLinks .text {
  align-items: center;
  display: flex;
}
.formLinks a {
  color: #1e1e1e;
}

.formLinks img {
  margin-top: 10px;
  height: 40px;
}

.formLinks.address {
  margin-top: 10px;
}
#form .line {
  height: 1px;
  background: #1e1e1e;
  margin-top: 10px;
  margin-bottom: 10px;
}

#form .left .btn {
  border-radius: 0;
}

#form .left .wrapper {
  overflow: hidden;
  border-radius: 15px 0 0 15px;
}

#form .right {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  font-size: 0.8em;
}

.form2 .icon {
  height: 30px;
}

#maps {
  height: 370px;
  overflow: hidden;
}

#provide .container2 .text div {
  padding: 20px;
  padding-right: 80px;
}

.container2 .img {
  display: flex;
  align-items: center;
}

.video .div {
  box-shadow: 0px 0px 15px #ccc;
  border-radius: 15px;
}
.video .videoCol div {
  padding: 20px;
}

.video .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
}

.video video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.subPage .accordion-button:not(.collapsed) {
  font-size: 0.6em;
  font-weight: 800;
}

.gMapWrapper {
  margin-bottom: 40px;
}

#faq .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--main-white);
}

#faq .accordion-button,
#faq .collapsing .accordion-body,
#faq .show .accordion-body {
  font-size: 0.8em;
  color: #333;
  background-color: var(--main-white);
  box-shadow: none;
  border: none;
}
#faq .accordion-button {
  padding: 20px 20px;
  color: var(--main-color);
  font-size: 0.7em;
  font-weight: 600;
}
.accordion-button::after {
  display: none;
}

#partners {
  font-size: 0.9em;
}

.phoneDiv {
  background: var(--main-color);
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 60px;
  justify-content: space-around;
  align-items: center;
  color: #f4f4f4;
  flex-direction: row;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.75);
}

.phoneDiv .whatsapp {
  background: #25d366;
  padding: 3px 10px;
  border-radius: 15px;
}

.phoneDiv img {
  height: 30px;
}

.phoneDiv a {
  color: #f4f4f4;
}

.sideMenu .buildingDiv h2 {
  font-size: 0.8rem;
}
.sideMenu .buildingDiv .address {
  font-size: 0.8rem;
}

#detail .dataLine .icon {
  height: 25px;
  margin-right: 10px;
}

#detail .dataLine .data {
  padding: 10px 0px;
  font-size: 0.8rem;
}

#detail .dataLine {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  flex-wrap: wrap;
  gap: 10px;
  background: #e8e8e8;
  font-size: 0.9em;
}

.slick-prev:before {
  background-image: url("../images/icons/sol-ok.png");
}
.slick-next:before {
  background-image: url("../images/icons/sag-ok.png");
}

.slick-next:before,
.slick-prev:before {
  background-size: 10px 20px;
  display: inline-block;
  width: 10px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
}

#yt .sliderDiv {
  max-width: 340px;
  padding: 20px 0px;
}
#yt .sliderDiv .sliderElem {
  display: flex;
  justify-content: center;
}
#yt .sliderDiv .sliderElem img {
  border-radius: 10px;
  max-width: 320px;
}

#yt .slick-prev:before {
  background-image: url("../images/icons/sol-ok-red.png");
}
#yt .slick-next:before {
  background-image: url("../images/icons/sag-ok-red.png");
}

.searchWrapperBig {
  width: 100%;
}

.searchDivWrapper {
  padding: 10px 30px;
}

#header .dropdown-menu,
.langPicker {
  width: 90px;
}

.langPicker a.btn {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.langPicker img:not(.arrow) {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-position: center;
  object-position: center;
}

#header .btn .arrow {
  transition: all 0.3s ease-in;
  height: 12px;
}
#header .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.langPicker img:not(.arrow) {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-position: center;
  object-position: center;
  object-fit: cover;
}
#header .dropdown-item .arrowDiv {
  min-width: 20px;
  text-align: center;
}
#header .dropdown-item .arrow {
  display: none;
  transform: rotate(90deg);
  height: 12px;
}
#header .dropdown-item:hover .arrow {
  display: inline-block;
}

.orderBtn:hover {
  color: var(--main-color);
}

.orderBtn {
  width: 80%;
  appearance: none;
  text-overflow: ellipsis;
}

.apartment_desc {
  margin-left: 20px;
}

.apartment_desc ul li {
  list-style-type: disc;
}
.apartment_desc ul {
  list-style-position: inside;
}

@media (min-width: 1400px) {
  .myRow .my-col {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (max-width: 1400px) and (min-width: 750px) {
  .buildingDiv .text {
    padding: 10px 10px;
  }
}

@media (max-width: 650px) and (min-width: 570px) {
  .buildingDiv .text {
    padding: 10px 10px;
  }
}

@media (min-width: 1399px) {
  .orderBtnWrapper {
    padding-bottom: 10px;
  }
}

@media (max-width: 1400px) and (min-width: 1300px) {
  .searchWrapperBig {
    width: 80%;
  }
}

@media screen and (max-height: 900px) {
  .headerImg {
    height: 650px;
  }
}

@media only screen and (max-width: 800px) {
  .orderBtnBtn {
    margin-bottom: 20px;
  }
  .buildingDiv .room,
  .buildingDiv .bath,
  .buildingDiv .size {
    font-size: 0.9em;
  }
  .buildingDiv .icon {
    height: 25px;
  }

  .searchBar {
    margin-top: 20px;
  }

  .footerContacts {
    text-align: center;
  }
  .bannerSmall {
    font-size: 0.7em;
  }
  .bannerBig {
    font-size: 1.8em;
  }
  .bannerText {
    border-bottom: #e8a83c solid 1em;
  }
}
@media only screen and (max-width: 400px) {
  .bannerSmall {
    font-size: 0.5em;
  }
  .bannerBig {
    font-size: 1em;
  }
  .bannerText {
    border-bottom: #e8a83c solid 0.6em;
  }
}

@media only screen and (max-width: 1400px) {
  .subpage-banner-img .textDiv {
  }

  .searchBar select,
  .searchBar input {
    margin-bottom: 10px;
    font-size: 0.85em;
  }
  .header-menu li {
    padding: 0 20px;
  }
  .subPage .searchWrapper h2 {
    font-weight: 600;
    font-size: 3rem;
  }
  .portfoyBgImg {
    height: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .portfoyBgImg {
    height: 350px;
  }
  .header-btns {
    display: none;
  }
  header .logo {
    justify-content: center;
    display: flex;
  }
  .bannerSmall {
    font-size: 1.3em;
  }
  .bannerBig {
    font-size: 3.5em;
  }
  .bannerText {
    border-bottom: #e8a83c solid 1em;
  }
  .form2 button {
    margin-bottom: 20px;
  }
  .search-div {
    font-size: 1.1rem;
  }

  .search-div .btn {
    font-size: 0.9em;
  }
  .subPage .searchWrapper h2 {
    font-weight: 500;
    font-size: 2.2rem;
  }
}

.mySlider .imgWrapper {
  margin-bottom: 10px;
}

.imgWrapper {
  position: relative;
}

.imgWrapper img {
  min-height: 500px;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

.mySlider .value {
  width: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--main-color);
  color: var(--main-white);
  padding: 4px;
}

.gallery .slick-prev {
  left: -35px;
}

.gallery .slick-next {
  right: -35px;
}

.gallery .slick-prev,
.gallery .slick-next {
  height: 100%;
  background: var(--main-color);
  padding: 5px;
  width: 30px;
  border-radius: 10px;
}

.gallery {
  margin: 0 36px;
}

.gallery .slider {
  padding: 0 5px;
  cursor: pointer;
  max-height: 120px;
  justify-content: center;
  text-align: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery .slider .textElem {
  position: absolute;
  margin: 0 5px;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: #b71a25;
  padding: 3px 5px;
  border-radius: 10px 0 7px 0;
}

.gallery .slider img {
  border-radius: 10px;
  height: 120px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .imgWrapper img {
    min-height: 0;
  }

  .subPage .portfoyDiv .searchWrapper {
    background: var(--main-color);
    position: static;
    padding: 10px 20px;
  }
  .buildingDiv h2 {
    font-size: 1.1em;
  }

  .subPage .portfoyDiv {
    padding: 0;
  }

  footer .logo img,
  header .logo img {
    width: auto;
  }
  .SMicons {
    padding: 10px 40px;
  }
  .partnerImg {
    margin-bottom: 20px;
    width: 100%;
  }

  .about-us-divs {
    text-align: center;
  }
  .whoAreWeSubPage {
    margin-bottom: 40px;
  }
  .innovation .text {
    padding: 30px;
    text-align: center;
  }

  .subpage-banner-img .textDiv {
    width: 100%;
    color: #fff;
    font-size: 1em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .headerImg {
    height: auto !important;
    margin-bottom: 40px;
    margin-top: 40px;
    min-height: 220px;
  }

  .headerImg .span1,
  .headerImg .span2 {
    display: none;
  }
  .belowArrow {
    display: none;
  }
  .video .text {
    padding: 40px 40px;
    padding-top: 10px;
    text-align: center;
  }

  footer {
    text-align: center;
  }
  footer .col-12 {
    margin-top: 10px;
  }
  footer li {
    margin-top: 5px;
  }
  #form .left {
    padding: 0;
    border-radius: 0;
  }
  #form .left .wrapper {
    border-radius: 0;
  }
  #provide .text li {
    list-style-type: none;
  }
  #provide .text {
    text-align: center;
    padding: 20px 20px;
  }

  #services .text {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
  }
  #services {
    padding-bottom: 0;
  }
  #services .text .title span {
    margin-top: 10px;
    font-size: 0.9em;
  }

  #provide .container2 .text div {
    padding: 20px;
  }

  #services .text a {
    text-align: left;
  }
  .doubleDivs .what {
    margin-bottom: 20px;
  }
  .headerImg .span1,
  .headerImg .span2 {
    font-size: 3.3em;
  }
  .headerImg .text {
    text-align: center;
    font-size: 1.6rem;
  }
  .headerImg .img {
    text-align: center;
  }
  .logo img {
    height: 70px;
  }
  footer .logo img {
    height: 90px;
  }

  footer .logo {
    margin-bottom: 20px;
  }

  #provide .container2 ul:first-of-type {
    margin-top: 10px;
  }
  #provide .container2 .text {
    text-align: left;
  }
  #provide .container2 ul {
    width: auto;
    text-align: left;
    display: block;
    list-style-type: disc;
  }
  #provide .container2 ul li {
    list-style-type: disc;
  }
  #form .left {
    text-align: center;
    height: 200px;
  }
  footer .images {
    padding: 0 40px;
  }
  footer .line {
    padding-top: 20px;
  }
  footer .line div {
    height: 3px;
  }
  footer .footerWrapper {
    margin-top: 40px;
  }

  .subpage-banner-img {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .whoAreWeSubPage img {
    width: 80%;
    margin-bottom: 20px;
  }
  .about-us-divs .myImg {
    margin-bottom: 20px;
  }
  .serviceDiv .text {
    text-align: center;
  }
  .serviceDiv .text.list {
    text-align: left;
  }
  .subPage #form .text {
    text-align: center;
  }
  .subPage #form .address,
  .subPage #form .formLinks {
    text-align: center;
  }
  #form .address .img,
  .subPage #form .address .text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .formLinks .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .formRow.top .left {
    padding-right: 5px;
    margin-bottom: 5px !important;
  }
  .formRow.top .right {
    padding-left: 5px;
    margin-bottom: 5px !important;
  }
}

.notActive {
  color: #132f54;
  background: none;
}

/* css for whatsapp button */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 999;
  transition: transform 0.2s;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

.whatsapp-btn img {
  width: 32px;
  height: 32px;
}

/* Chat box */
.chat-box {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 400px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: fadeInUp 0.3s ease;
  z-index: 1000;
}

.chat-header {
  background: #25d366;
  color: white;
  padding: 10px;
  font-weight: bold;
}

.chat-body {
  padding: 10px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #eee;
}

.chat-input {
  display: flex;
  padding: 8px;
}

.chat-input input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

.chat-input button {
  margin-left: 8px;
  background: #25d366;
  border: none;
  padding: 8px 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s;
}

.chat-input button:hover {
  background: #1ebe57;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
