.navbar .nav li a {
    color: #ffffff !important;
    font-weight: normal;
    font-size: 17px;
}
.navbar .navbar-left-links li a {
    color: #ffffff !important;
    font-size: 16px;
}
h2 {
    color: #ffffff !important;
}
#section-apartments .section-content .content p,
#section-location .section-content .content p,
#section-project .section-content .content p
{
    color: #ffffff !important;
    font-size: 17px;
    font-weight: normal;
}


#section-apartments .section-content .content .plans{
    margin-bottom: 30px;
    padding: 20px 0 20px 0;
}

#section-apartments .section-content .content p
{
   color: #ffffff !important;
   color: 24px;
}
#section-apartments .plans {
    width: 750px;
}

#section-apartments .plans h2 {
    text-align: right;
    margin: 0;
}


#section-apartments .plans .plans-list .floor:after, #section-apartments .plans .plans-list .floor:before {
    display: none;
}
#section-apartments .plans .plans-list .floor {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 17px 0;
}
#section-apartments .plans .plans-list .floor .floor-name.small, #section-apartments .plans .plans-list .floor .plan.small {
    width: auto;
    float: none;
    clear: both;
}
#section-apartments .plans .plans-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
#section-apartments .plans .plans-list .floor .plan.big {
    width: auto;
    float: none;
}
#section-apartments .plans .plans-list .floor .floor-name {
    width: auto;
    float: none;
}
#section-apartments .plans .plans-list .floor .plan-text{
    width: 27%;
}

#section-apartments .plans .plans-list .floor:hover {
    background: #c69558;
}

#section-apartments .plans .plans-list .floor:hover p,
#section-apartments .plans .plans-list .floor:hover .plan-text,
#section-apartments .plans .plans-list .floor:hover .plan-text a{
    color: #000;
}

#section-apartments .plans .plans-list .floor .plan-text,
#section-apartments .plans .plans-list .floor .plan-text p,
#section-apartments .plans .plans-list .floor .plan-text a
{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-self: center;
    color: #c69558;
}

#section-apartments .plans .plans-list .floor .plan-text a{
    width: 100%;
    height: 100%;
    display: block;
}
#section-apartments .plans .plans-list .floor .plan-text h4{
    font-size: 26px;
    color: #fff;
}
#section-apartments .plans .plans-list .floor .plan-text:nth-child(1){
    width: 45%;
    width: 36%;
    justify-content: right;
    padding-right: 75px;
}
#section-apartments .plans .plans-list .floor .plan-text:nth-child(2){
    border-left: 2px #ffffff solid;
    border-right: 2px #ffffff solid;
}
#section-apartments .plans .plans-list {
    padding-top: 10px;
}
#section-apartments .specifications ul li:after {
    background-image: url(../img/list-icon.png);
    background-position: right;
    background-repeat: no-repeat;
}
#section-apartments .specifications ul li {
    color: #ffffff !important;
    font-size: 16px;
}

#section-apartments .specifications {
    background: rgba(15, 10, 10, 0.8196078431372549);
}

#section-company .section-content .content p {
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
}
#section-contact .section-content .content h2.section-title {
    text-align: right;
}
#section-contact .section-content .content h3 {
    font-size: 24px;
    margin: 20px auto;
    text-align: right;
    color: #fff;
}
#section-contact .section-content .content .form-group .form-control {
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#section-contact .section-content .content .form-group button {
    background: #e19e4d !important;
    padding: 10px 20px 10px 20px;
    color: #000 !important;
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    transition: .3s all;
}
#section-contact .section-content .content .form-group button:hover{
    opacity: .7;
}
#section-contact .section-content .content .contact-info .email, #section-contact .section-content .content .contact-info .phone {
    color: #ffffff;
}

.checkbox-group{
    display: flex;
    flex-wrap: wrap;
}

.checkbox-group label {
    color: #fff;
    font-size: 15px;
    padding-right: 10px;
    position: relative;
    top: -4px;
    font-weight: normal;
    padding-right: 25px;
}

.form-group.checkbox-group,
.form-group._submit{
    margin-bottom: 0 !important;
}

.navbar {
    background: #000000;
}

#section-header .logo-container{
    width: 450px;
    height: 380px;
    left: 51.5%;
}

.navbar .nav li a:hover:after, .navbar .nav li a:hover:before {
    opacity: 1;
}
.fp-section:after {
    background: #000;
}
@media(max-width: 1024px){
    footer p {
        font-size: 3vw;
        padding: 0 5vw;
    }
    #section-apartments .section-content .content .plans {
        padding: 15px;
    }
    #section-apartments .plans .plans-list .floor .plan-text h4 {
        font-size: 7vw;
    }
    #section-apartments .plans .plans-list .floor .plan-text, #section-apartments .plans .plans-list .floor .plan-text p, #section-apartments .plans .plans-list .floor .plan-text a {
        font-size: 5vw;
    }
    #section-apartments .section-content .plans .plans-list .floor {
        padding: 0;
    }
    #section-apartments .plans .plans-list .floor .plan-text {
        width: 32%;
    }
    #section-apartments .plans .plans-list .floor .plan-text:nth-child(1) {
        text-align: right;
    }
    .checkbox-group{
        margin-bottom: 0 !important;
    }
    .checkbox-group label {
        color: #fff;
        font-size: 5vw;
        padding-right: 6vw;
        position: relative;
        top: -4.7vw;
        text-align: right;
        line-height: 1;
    }
    #section-contact .section-content .content .contact-info {
        padding-top: 0;
    }
    #section-contact .section-content .content .contact-info .email {
        font-size: 5vw;
    }
    #section-contact .section-content .content .contact-info .email, #section-contact .section-content .content .contact-info .phone {
        font-size: 7vw;
    }
}

body,input,select,textarea,button{
    font-family: 'Heebo', sans-serif !important;
}


/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px #fff solid;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


#section-contact .section-content .content .contact-info .email {
    font-size: 16px;
    float: right;
}
 #section-contact .section-content .content .contact-info .phone img {
    position: relative;
    top: -3px;
    width: 23px;
}
#section-contact .section-content .content .contact-info .phone img {
    position: relative;
    top: -3px;
    width: 23px;
    left: -2px;
}
#section-contact .section-content .content .contact-info .phone {
    position: relative;
    top: -4px;
}

#section-contact .section-content .content .contact-info .email img{
    position: relative;
    top: -2px;
    left: -5px;
}
footer {
    background: #000;
}
footer p {
    color: #ffffff;
    font-size: 15px;
}
footer img {
    filter: brightness(0) invert(1);
    padding: 0 10px;
}

@media(max-width: 1024px){
    #section-header .logo-container{
        width: 85vw;
        left: 0;
        right:0;
        margin: 0 auto;
        top: 45vw;
    }
    #section-location .section-content .content p, #section-project .section-content .content p {
        font-size: 4vw;
        line-height: 1.5;
    }
    #section-apartments .plans .plans-list .floor .plan-text h4 {
        font-size: 4vw;
    }
    #section-apartments .plans .plans-list .floor .plan-text, #section-apartments .plans .plans-list .floor .plan-text p, #section-apartments .plans .plans-list .floor .plan-text a {
        font-size: 4vw;
        font-size: 5vw;
        line-height: 1.5;
    }
    #section-company .section-content .content p {
        font-size: 4vw;
        font-size: 4vw;
        line-height: 1.5;
    }
    .checkbox-group label {
        font-size: 4vw;
        padding: 0;
        padding-right: 7vw;
    }
    #section-contact .section-content .content .form-group button {
        margin-top: 0;
        margin-bottom: 5vw;
        font-size: 6vw;
    }
    footer {
        position: relative;
        top: -7vw;
        padding-top: 5vw;
    }
    #section-apartments .plans .plans-list .floor .plan-text{
        font-size: 4vw;
        font-size: 4vw;
        line-height: 1.5;
    }
}

#section-location .section-content .content, #section-project .section-content .content,
#section-location .section-content .content,
#section-contact .section-content .content,
#section-apartments .plans,
#section-company .section-content .content {
    background: rgba(0, 0, 0, 0.8);
}

#contactForm h2,
#section-company h2,
#section-apartments .plans h2,
#section-location .section-content .content h2,
#section-project .section-content .content h2 {
    font-size: 45px;
    font-weight: 500;
}



body{
    overflow-x: inherit !important;
}
body{
    overflow: visible !important;
    height: initial;
}


#section-apartments .plans h2,
#section-apartments .plans p{
    padding-right: 75px;
}


@media(max-width: 1680px) and (min-width: 1024px){
    #section-gallery .gallery .bx-wrapper .bx-controls .bx-controls-direction a {
        right: 11%;
    }
    #section-gallery .gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
        left: 11%;
    }
}

@media(max-width: 1366px) and (min-width: 1024px){
    #section-gallery .gallery .bx-wrapper .bx-controls .bx-controls-direction a {
        right: 15%;
    }
    #section-gallery .gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
        left: 15%;
    }
}

@media(max-width: 1280px) and (min-width: 1024px){
    #section-gallery .gallery .bx-wrapper .bx-controls .bx-controls-direction a {
        right: 1%;
    }
    #section-gallery .gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
        left: 1%;
    }
}

@media(max-width: 1024px){
    #section-apartments .plans h2, #section-apartments .plans p {
        padding-right: 0;
    }
    #section-apartments .plans .plans-list .floor .plan-text:nth-child(1) {
        width: 33%;
        padding-right: 0;
    }
}


.text-container{
    position: absolute;
    bottom: 0;
    right: 20px;
}
.text-container p {
    color: #fff;
    font-size: 17px;
}

.navbar .navbar-left-links .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
    left: -379px;
}
.company-logo a{
  font-size: 1.8rem;
  color:white;
  font-weight: 500;
      direction: ltr;
}
@media(max-width: 1024px){
  .company-logo {
        flex-direction: column;
        gap: 1rem 0;
    }
}
@media(min-width: 1024px){
  .company-logo img {
    object-fit: unset !important;
     align-self: unset !important;
    width: 6vw;
    height: auto;

}
.company-logo {
  border-left: 1px #fff solid;
  height: 18vw;
  display: flex;
  padding-left: 2vw !important;
  height: 19vw;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: unset;
  gap: 1rem 0;
            width: 20.666667% !important;
}
    #section-project .section-content {
        padding: 150px 60px 110px;
    }
    #section-location .section-content {
        padding: 205px 115px 70px;
    }
    #section-gallery .gallery {
        background: #000000;
    }
}

.company-logo {
    border-left: 1px #fff solid;
    height: 18vw;
    display: flex;
    padding-left: 10vw;
    height: 19vw;
    align-self: center;
}

.company-logo img {
    object-fit: scale-down;
    align-self: center;
}

#section-company .section-content .content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
}

@media(max-width: 1024px){
    .company-logo {
        border-left: 1px #fff solid;
        height: 18vw;
        display: flex;
        padding-left: 10vw;
        height: 19vw;
        align-self: center;
        height: auto;
        border: 0;
        padding: 0;
        margin: 15vw auto 5vw;
    }
}
