@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap');

 /* Global Changes */

 html {
  scroll-behavior: smooth;
}


body {

    color: #FFF;
    background: #111e31;
    overflow-x: hidden;
}

.navbar-nav {
    padding-left: 15px;
}

.bg-navbar {
	background: #111e31;
	border-bottom: 1px solid #a68b54;
}

.navbar-nav li a {
	text-transform: uppercase;
}

#gallery img {
	border-bottom: 1px solid #a68b54;
}

.gallery-item {
    margin-bottom: 15px;
}

.navbar-brand img {
    margin-left: 10px;
}

  /* Adjust the gallery height for desktop */
    @media (min-width: 768px) {
      #gallery img {
        max-height: 750px; /* Adjust the height as needed */
        width: auto;
        margin: 0 auto; /* Center the image */
      }
    }

.video-section {
    background: #c2cfe1;
    padding: 50px 0;
}

.video-section p {
    font-size: 18px;
    color: #111e32;
    text-align: center;
    margin: 0;
    margin: 25px 0 65px 0;
}

.video-section h2 {
    font-size: 42px;
    color: #111e32;
    text-transform: uppercase;
    text-align: center;
}

.video-section .icon-box {
    height: 60px;
    overflow: hidden;
    text-align: center;
}

.video h3 {
    text-align: center;
    font-size: 20px;
    color: #FFF;
}

.video h3::after {
    content: '';
    background-color: #a68b54;
    display: block;
    width: 70px;
    height: 2px;
    margin: 10px auto;
}

.location-section {
    background: #111e31;
    padding: 50px 0;
}

.location-section p {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    margin: 0;
    margin: 25px 0 65px 0;
}

.location-section h2 {
    font-size: 42px;
    color: #a68b54;
    text-transform: uppercase;
    text-align: center;
}

.location-section .icon-box {
    height: 60px;
    overflow: hidden;
    text-align: center;
}

.location-section h3 {
    text-align: center;
    font-size: 20px;
    color: #FFF;
}

.location-section h3::after {
    content: '';
    background-color: #a68b54;
    display: block;
    width: 70px;
    height: 2px;
    margin: 10px auto;
}

       .footer {
            background: #111e31;
            border-top: 1px solid #a68b54;
            padding: 40px 0;
            width: 100%;
        }

        .footer p {
            margin-bottom: 0;
        }

        .footer a {
            color: #a68b54;
        }

        .footer a:hover {
            text-decoration: underline;
        }

        .social-icons a {
            display: inline-block;
            margin-right: 15px;
        }

        .social-icons i {
            font-size: 24px;
        }

.apartment-box {
    background: #FFF;
    padding: 80px 0;
}

.apartment-box h2 {
    font-size: 42px;
    color: #111e31;
    text-transform: uppercase;
}

.apartment-box span {
    font-size: 42px;
    color: #a68b54;
    text-transform: uppercase;
}

.apartment-box a {
    /* margin-top: 75px; */
    display: inline-block;
    background: transparent;
    padding: 20px 70px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #111e31;
    color: #111e31;
    margin-bottom: 30px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.material-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    /* border-bottom: 4px solid #a68b54; */
    border-bottom: 4px solid #a68b54 !important;
}

.apartment-box .nav-tabs .nav-link {
    border-bottom: 4px solid #CCC;
}

.apartment-box .nav-tabs .nav-item {
    width: 25%;
    border-radius: 0;
    padding: 15px 0px;
}


.apartment-box .box-tab-home span {
    color: #000;
    font-size: 18px;
    margin: 20px 0 10px 0;
    display: inline-block;
}

.apartment-box .box-tab-home h3 {
    color: #a68b54;
    font-size: 45px;
}

.apartment-box .box-tab-home p {
    font-family: "Nunito", sans-serif;
    color: #111e31;
    font-size: 16px;
    margin-top: 15px;
}

.text-box {
    height: 80px;
    overflow: hidden;
}

.apartment-box .box-tab-home {
    margin-top: 40px;
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .info-point-content p {
        font-size: 12px;
        padding: 5px;
    }

 

    .mobile-footer .fa-facebook-square,
    .fa-instagram,
    .fa-youtube-square {
        font-size: 36px;
        padding-right: 15px;
    }

    .mobile-slider {
        display: block;
    }

    .home-slider {
        display: none;
    }

    .desk-footer {
        display: none;
    }

    .mobile-footer {
        display: block;
        background: none;
        height: 100%;
        /* background-size: contain;
        background-position: center center;
        background-attachment: fixed; */
        background-color: #111e31 !important;
    }

    .contact-info .contact-content .contact-page {
        margin-top: 35px;
        text-align: center;
    }

    .contact-page span {
        float: none;
        margin-top: 10px;
        display: block;
        margin-left: 0;
    }

    .contact-page i {
        float: none;
    }

    .contact-page span a {
        float: none;
    }

    .contact-content {
        padding: 30px 30px 30px 30px;
    }

    .contant-header img {
        /* height: 100%;
        object-fit: cover; */
        max-width: 100%;
        height: auto;
    }

    /* .contact-info {
        position: absolute;
        width: 100%;
        margin-top: -55%;
    } */
    .contact-info {
        position: relative;
        width: 100%;
        margin-top: 5%;
    }

    #gform_wrapper_1 #gform_submit_button_1 {
        float: none;
        margin-top: 0px;
    }

    #gform_wrapper_1 #field_1_6 {
        float: left;
        width: 100%;
    }

    .footer-content .footer-info-content p {
        font-size: 14px;
        margin-top: 5px;
    }

    .footer-content .footer-icon,
    .footer-info-content {
        float: none;
        text-align: center;
    }

    .footer-content .footer-info-box:last-child {
        margin-left: 0;
    }

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

    .gallery-wrapper .h-170-abs {
        height: 110px;
    }

    .gallery-wrapper .h-170 {
        height: 110px;
    }

    .material-tabs .material-box .img-absolute {
        position: relative;
        top: 0;
        right: 0;
        object-fit: contain
    }

    .material-left-overlay {
        display: none;
    }

    .material-right-overlay {
        display: none;
    }

    .material-tabs .material-box {
        position: relative;
        width: 100%;
        background-color: transparent;
        height: 100%;
        padding: 0;
    }

    .location-wrapper img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .why-sp-wrapper {
        background-size: 100% 100%;
    }

    .why-section-content img:first-child {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .why-section-content img:first-child {
        object-fit: contain;
        height: 100%;
    }

    .why-section-overlay {
        display: none;
    }

    .why-section-content {
        background-color: transparent;
    }

    .about-index-overlay {
        display: none;
    }

    .about-index-content {
        background-color: transparent;
    }

    .home-slider-content h1 {
        font-size: 22px;
    }

    .home-slider-content h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .why-section {
        padding-top: 0;
    }

    .why-section-content h1 {
        font-size: 55px;
        margin: 0;
    }

    .contact-form {
        /* margin-top: 200px; */
        margin-top: 30px;
    }

    .about-index-content img {
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
        height: auto;
    }

    .apartment-box .nav-tabs .nav-item {
        width: 50%;
        padding: 10px 0px;
    }

    .apartment-box a {
        font-size: 14px;
        margin-top: 20px;
    }

    .single-img {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .mt-250 {
        margin-top: 35px;
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    .why-sp-wrapper img {
        position: relative;
        top: 0;
        right: 0%;
        bottom: 0;
        object-fit: cover;
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .order-1-custom {
        order: 1;
    }

    .order-2-custom {
        order: 2;
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .thank-page h2 {
        font-size: 28px;
    }

    .thank-page h1 {
        font-size: 28px;
    }

    .thank-page h1 span {
        font-size: 28px;
    }

    .about-index-content .position-down {
        margin-top: 25px;
    }

    .text-box {
        height: 95px;
        overflow: hidden;
    }

    #gform_wrapper_1 #field_1_6 .gfield_required {
        color: #790000;
        margin-left: 4px;
        position: absolute;
        left: 15px;
    }

    footer {
        padding-top: 20px;
        padding-bottom: 0;
        height: 100%;
        /* height: 530px; */
        background-position: center center;
        background-repeat: no-repeat;
    }

    .apartment-box .box-tab-home h3 {
        font-size: 26px;
    }

    .about-index-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .about-index-content h2 span {
        font-size: 28px;
    }

    .why-section-content h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .why-section-content h1 span {
        font-size: 28px;
    }

    .location-section h2 {
        font-size: 28px;
    }

    .apartment-box h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .apartment-box h2 span {
        font-size: 28px;
    }

    .why-section-content img:first-child {
        max-width: 100%;
        height: auto;
        margin: 15px auto;
    }

    .why-section-content p {
        font-size: 16px;
    }

    .why-section-content a {
        padding: 15px 50px;
        font-size: 16px;
    }

    .home-slider-content a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .location-section p {
        font-size: 16px;
        margin: 25px 0 30px 0;
    }

    .location-section h3 {
        font-size: 18px;
    }

    .apartment-box a {
        padding: 15px 50px;
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .apartment-box {
        padding: 40px 0;
    }

    .apartment-box .nav-tabs .nav-item {
        width: 50%;
        padding: 10px 0px;
    }

    .apartment-box a {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 25px;
        padding: 10px 25px;
    }

    .apartment-box .box-tab-home p {
        font-size: 16px;
    }

    .about-index-content p {
        font-size: 16px;
    }

    .about-index {
        position: relative;
        margin-bottom: 25px;
    }

    .about-index-content a {
        padding: 15px 50px;
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .about-index-content img {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        max-width: 100%;
        height: auto !important;
    }

    footer .mt-50 {
        margin-top: 25px;
    }

    .footer-content h3 {
        font-size: 18px;
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .footer-content ul li a {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .phone-box i {
        float: none !important;
    }

    .phone-box a {
        display: block;
        margin-top: 5px;
    }

    .phone-box br {
        display: none;
    }

    .why-sp-header h1 {
        font-size: 28px;
        margin: 0 0 20px 0;
    }

    .why-sp-header h1 span {
        font-size: 28px;
    }

    .why-sp-header p {
        font-size: 16px;
    }

    .why-sp-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .why-sp-wrapper .why-sp-info {
        padding-right: 15px;
        padding-left: 15px !important;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .why-sp-wrapper .why-sp-info h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .why-sp-wrapper .why-sp-info h2 span {
        font-size: 28px;
    }

    .why-sp-wrapper .why-sp-info p {
        font-size: 16px;
    }

    .location-header h1 {
        font-size: 28px;
        margin: 0px 0 20px 0;
    }

    .location-header p {
        font-size: 16px;
    }

    .location-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .location-wrapper .location-info {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .location-wrapper .location-info h3 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .location-wrapper .location-info span:nth-of-type(1) {
        font-size: 14px;
    }

    .location-wrapper .location-info span:nth-of-type(2) {
        font-size: 14px;
    }

    .type-apartment h1 {
        font-size: 28px;
        margin: 0px 0;
        margin-bottom: 25px;
    }

    .type-apartment h1 span {
        font-size: 28px;
    }

    .type-apartment span {
        font-size: 16px;
        margin-bottom: 0;
    }

    .type-apartment h2 {
        font-size: 26px;
    }

    .type-apartment a {
        /* padding: 15px 50px; */
        padding: 12px 25px;
        font-size: 16px;
        margin-top: 7px;
        margin-bottom: 20px;
    }

    .single-header {
        padding-top: 63px;
    }

    .single-header-content h1 {
        font-size: 22px;
    }

    .single-header-content h2 {
        font-size: 35px;
    }

    .single-wrapper {
        margin-top: 0;
    }

    .single-wrapper .single-info {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
        padding-top: 40px;
        margin-bottom: 0;
        height: 100%;
    }

    .single-wrapper .single-info h2 {
        font-size: 28px;
    }

    .single-wrapper .single-info h3 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .single-wrapper .single-info span:nth-of-type(1) {
        font-size: 16px;
    }

    .single-wrapper .single-info span:nth-of-type(2) {
        font-size: 16px;
    }

    .recommended h1 {
        font-size: 28px;
        margin: 35px 0;
        line-height: 18px;
    }

    .recommended h1 span {
        font-size: 28px;
    }

    .recommended h2 {
        font-size: 20px;
    }

    .recommended span {
        margin: 10px 0 10px 0;
        margin-bottom: 7px;
        font-size: 14px;
    }

    .recommended h3 {
        font-family: "Nunito", sans-serif;
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .single-img {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .mt-250 {
        margin-top: 30px;
    }

    .single-wrapper h4 {
        font-size: 18px;
        margin-top: 20px;
    }

    .material-header h1 {
        font-size: 28px;
        margin: 0px 0 20px 0;
    }

    .material-header p {
        font-size: 16px;
        font-family: "Nunito", sans-serif;
    }

    .material-tabs .nav-tabs .nav-item {
        width: 50%;
        padding: 10px 0px;
    }

    .material-tabs .nav-tabs .nav-link {
        font-size: 14px;
    }

    .material-tabs .material-box h2 {
        font-size: 28px;
    }

    .material-tabs .material-box h2 span {
        font-size: 28px;
    }

    .material-tabs .material-box .img-absolute {
        max-width: 100%;
        height: auto;
        margin-top: 25px;
    }

    .gallery-wrapper h1 {
        font-size: 28px;
        margin-top: 0px;
    }

    .gallery-wrapper h1 span {
        font-size: 28px;
        margin-top: 0px;
    }

    .gallery-wrapper .h-170 {
        height: 85px;
    }

    .gallery-wrapper .h-170-abs {
        height: 85px;
    }

    .mb-25 {
        margin-bottom: 25px;
    }

    .contant-header {
        padding-top: 63px
    }

    .contact-form h2 {
        font-size: 28px;
    }

    .contact-form h2 span {
        font-size: 28px;
    }

    .contact-form p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #gform_wrapper_1 #field_1_6 #label_1_6_1 {
        font-size: 16px;
    }

    #gform_wrapper_1 #gform_submit_button_1 {
        padding: 15px 50px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact-content h1 {
        font-size: 28px;
    }

    /* .sidemenu {
        width: 100%;
        transform: translateX(-100%);
    } */
    .no-scroll {
        overflow-y: hidden;
        position: relative;
    }

    .sidemenu {
        top: 63px;
        width: 100%;
        transform: translateX(-100%);
    }

    .sidemenu ul {
        margin: 20px;
        padding: 20px;
        background-color: #111e3163;
    }

    .back-top {
        bottom: 75px;
    }

}

.pos-abs {
    position: absolute;
    right: 100px;
    top: 40px;
}

@media(max-width: 992px) {
    .pos-abs {
        right: 110px;
        top: 20px;
    }
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    width: 30px !important;
    height: auto !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: '\f0dd' !important;
    font-family: "font awesome 5 pro";
    font-size: 20px;
    font-weight: 300;
    top: 2px !important;
    border-top: 0 !important;
    border: none !important;
    color: #fff;
}

.wpml-ls-legacy-dropdown-click {
    width: 70px !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    background-color: transparent;
    border: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
    background-color: transparent;
}

.wpml-ls-legacy-dropdown-click a {
    background-color: transparent !important;
    border: none !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: none !important;
}

@media (max-width: 1490.98px) {
    .pos-abs {
        right: 20px;
    }
}

@media(max-width: 992px) {
    .pos-abs {
        right: 110px;
        top: 20px;
    }
}

/*
####################################################
END M E D I A  Q U E R I E S
####################################################
*/

/*** FORM SUNNYVILLE ***/

.red-span {
    color: #a91808;
}

.name-surname p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.email-phone p {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.wpcf7-form-control-wrap {
    margin: 0px;
}

.bar {
    border: 1px solid #cccccc !important;
    height: 64px;
}

.text-form {
    color: #111e31;
    font-size: 16px;
    line-height: 1.3;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 0px !important;
    padding-left: 40px !important;

}

.wpcf7-form .init {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.wrapp-form {
    padding: 30px 0;
    width: 100%;
    margin: 0 auto;
}

.btn {
    background: #a68b54 !important;
    padding: 20px 70px !important;
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    border-radius: 10px !important;
    border: 1px solid transparent !important;
    margin-bottom: 50px !important;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.checkbox-register {
    margin: 10px 0;
}

.link-policy {
    color: #a68b54;
}

.text-form {
    width: 100% !important;
}

#milos {
    width: 100% !important;
}

.text-span {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .email-phone p {
        display: block;
    }

    .name-surname p {
        display: block;
    }

    .submit-div {
        margin: 30px 0 10px 0;
    }

    #send-msg {
        width: 100% !important;
    }
}

/*** REGISTRACIJA TEMPLATE ***/
.registration-wrapper {
    position: relative;
}

.registration-wrapper img {
    width: 100%;
    height: 100%;
}

.wrapper-inside {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
}

.text-in-the-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.blue-wrap {
    color: #fff;
    background-color: #172638;
    opacity: 0.8;
    padding: 30px 20px;
    min-height: 550px;
    width: 40%;
}

.blue-wrap ul {
    list-style: inside;
}

.blue-wrap ul li {
    padding: 10px 0;
}

.blue-wrap h3 {
    padding: 10px 0;
}

.blue-wrap span {
    font-size: 22px;
}

.box-reg img {
    max-width: 30px;
}

.white-wrap {
    background-color: #fff;
    color: #111e31;
    min-height: 550px;
    width: 20%;
    padding: 50px 0 0 20px;
}

#gform_submit_button_2,
#gform_submit_button_3 {
    color: #fff;
    background-color: #111e31;
    padding: 10px 50px;
    border: none;
}

#gform_fields_2,
#gform_fields_3 {
    display: flex;
    flex-direction: column;
}

.gform_wrapper {
    width: 100%;
}

#field_2_1,
#field_2_7,
#field_2_2,
#field_2_8,
#field_3_1,
#field_3_7,
#field_3_2,
#field_3_8 {
    width: 100%;
}

#input_2_1,
#input_2_7,
#input_2_2,
#input_2_8,
#input_3_1,
#input_3_7,
#input_3_2,
#input_3_8 {
    border: none;
    padding-left: 10px;
}

#field_2_10,
#field_3_10 {
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-direction: row-reverse;
    color: #fff;
    font-size: 10px;
}

.reg-form h3 {
    color: #fff;
}

.reg-text {
    color: #fff;
}

.reg-strong {
    font-weight: bold;
}

.reg-form {
    width: 40%;
}

.mob {
    display: none;
}


@media screen and (max-width: 1450px) {
    .wrapper-inside {
        top: 60%;
    }
}

@media screen and (max-width: 1300px) {
    .white-wrap {
        padding: 10px 0 0 10px;
        min-height: 500px;
    }

    .blue-wrap {
        min-height: 500px;
        padding: 5px 10px;
    }

    .wrapper-inside {
        width: 95%;
    }
}

@media screen and (max-width: 1190px) {
    .text-in-the-middle {
        flex-wrap: wrap;
    }

    .wrapper-inside {
        width: 80%;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
    }

    .blue-wrap {
        width: 100%;
        min-height: 300px;
        margin-top: -60%;
    }

    .blue-wrap ul li {
        padding: 5px 0;
    }

    .white-wrap {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        min-height: 150px;
    }

    .reg-form {
        width: 100%;
        padding: 20px;
        background-color: #172638;
        margin-bottom: 50px;
    }

    #gform_submit_button_2 {
        background-color: #a68b54;
    }

    .reg-form h3 {
        color: #a68b54;
        padding-bottom: 20px;
    }

    #field_2_10 {
        color: #a68b54;
    }
}

@media screen and (max-width: 768px) {
    .mob {
        display: block;
    }

    .desk {
        display: none;
    }

    .white-wrap {
        margin-top: -80%;
    }

    .blue-wrap {
        margin-top: -180%;
    }
}

@media screen and (max-width: 600px) {
    .white-wrap {
        text-align: center;
        display: block;
        margin-top: 0px;
    }

    .blue-wrap h3 {
        font-size: 20px;
    }

    .blue-wrap span {
        font-size: 16px;
    }

    .blue-wrap ul li {
        font-size: 14px;
        margin: 0px;
    }

    .wrapper-inside {
        width: 90%;
    }

    .blue-wrap {
        margin-top: -110%;
    }
}

.gform_ajax_spinner_2 {
    display: none;
}

/* fixed animation */
/* home animation fixed */
.home-social {
    position: fixed;
    top: 50%;
    right: -15px;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.home-social ul {
    list-style: none;
}

.home-social span {
    text-align: center;
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: #FFF;
    margin-bottom: 10px;
}

.blob-white {
    background: #FFF;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s infinite;
}

.blob-white img {
    width: 50px;
    border-radius: 50%;
}

.blob-white-registration {
    background: transparent;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s infinite;
}

.home-social span img {
    padding: 3px !important;
    text-align: center;
    margin: 0 auto;
}

@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(166, 139, 84, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media screen and (max-width: 768px) {
    .home-social span {
        width: 45px;
        height: 45px;
    }

    .blob-white img {
        width: 40px;
    }
}


body, html {
  overflow-x: hidden!important;
}


/*CSS Document*/




/* - - - - - - - - - - - - - - - - - - - - - */

@media (min-width: 1200px) {
    .container {
        max-width: 1490px;
    }
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #111e31;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: rgba(36, 53, 67, 0.9);
}


/*  REST  */

body {
    margin: 0;
    padding: 0;
}

button,
img:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 p {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}


/*  END REST  */


/* Propelyst */

.propelyst-container {
    height: calc(100vh - 90px);
    padding-top: 0;
    margin-top: 82px;
}

#header-sticky.menu-area.propelyst-header {
    background-color: #233245;
}


/*  HEADER  */

.mobile-link-bold {
    color: #a68b54 !important;
    
}

header {
    position: fixed;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    animation: smoothScrollBack 1s forwards;
}

header.top_animate {
    /* position: relative; */
    background-color: #111e31;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    background-color: #111e31;
    z-index: 99;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

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

header .navbar-nav {
    margin-top: 30px;
    align-items: center;
}

.navbar {
    padding: 5px 0rem;
}



.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #a68b54;
}

.navbar-light .navbar-nav .nav-link {
    
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    /* padding: 0px 32.5px; */
    padding: 0px 14px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #a68b54;
}

.bg-color {
    background-color: rgb(35 47 64 / 0.90)
}


/*  HEADER  */


/* INDEX */

.homepage-video-container {
    height: 100vh !important;
    width: 100%;
    margin-top: -1px;
    background-color: #000000;
    position: relative;
}

#homepage-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}


.home-slider-position {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 50%;
    bottom: 0%;
    z-index: 99;
}

.home-slider-content {
    color: #FFF;
    border-left: 2px solid #FFF;
    padding-left: 25px;
}

.home-slider-content h2 {
    
    letter-spacing: 2px;
    font-size: 25px;
    color: #FFF;
    margin-bottom: 25px;
}

.home-slider-content h1 {
    /* font-family: 'PlayfairDisplay-Bold'; */
    
    font-size: 48px;
    color: #FFF;
}

.home-slider-content a {
    
    margin-top: 25px;
    display: inline-block;
    background: linear-gradient(to right, #b39b68, #bda776);
    padding: 20px 40px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    color: #FFF;
    margin-bottom: 0;
    text-decoration: none !important;
}

.home-slider-content a:hover {
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
}

.why-section {
    position: relative;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.why-section-content {
    background-color: #f6f3ee;
}

.why-section-overlay {
    content: '';
    position: absolute;
    top: 90px;
    right: 0%;
    bottom: 0;
    width: 30%;
    height: auto;
    background: #f6f3ee;
}

.why-section-content h1 {

    margin: 70px 0 35px 0;
    font-size: 42px;
    color: #111e31;
}

.why-section-content h1 span {

    margin: 70px 0 35px 0;
    font-size: 42px;
    color: #a68b54;
}

.why-section-content p {
    
    font-size: 16px;
    color: #000;
}

.why-section-content img:first-child {
    margin-top: -50px;
    margin-left: -50px;
    margin-bottom: 50px;
    margin-right: 0px;
}

.why-section-content a {
    
    margin-top: 30px;
    display: inline-block;
    background: #111e31;
    padding: 20px 70px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid transparent;
}

.why-section-content a:hover {
    border: 1px solid #111e31;
    color: #111e31;
    background-color: transparent;
}



.location-section h2 {

    font-size: 42px;
    color: #a68b54;
    text-transform: uppercase;
    text-align: center;
}

.location-section h3 {
    
    text-align: center;
    font-size: 20px;
    color: #FFF;
}

.location-section h3::after {
    content: '';
    background-color: #a68b54;
    display: block;
    width: 70px;
    height: 2px;
    margin: 10px auto;
}

.location-section p {
    
    font-size: 16px;
    color: #FFF;
    text-align: center;
    margin: 0;
    margin: 25px 0 65px 0;
}

.location-section .icon-box {
    height: 60px;
    overflow: hidden;
    text-align: center;
}

.apartment-box {
    padding: 80px 0;
}

.apartment-box h2 {

    font-size: 42px;
    color: #111e31;
    text-transform: uppercase;
}

.apartment-box span {

    font-size: 42px;
    color: #a68b54;
    text-transform: uppercase;
}

.apartment-box a {
    
    /* margin-top: 75px; */
    display: inline-block;
    background: transparent;
    padding: 20px 70px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #111e31;
    color: #111e31;
    margin-bottom: 30px;
}

.wrapper-link {
    /* margin-top: 75px; */
    padding: 0px !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    border: 1px solid transparent !important;
    margin-bottom: 0 !important;
}

.wrapper-link:hover {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

.apartment-box .apartment-box-hover:hover {
    border: 1px solid transparent;
    color: #FFF;
    background-color: #111e31;
}

.apartment-box .nav-tabs .nav-item {
    width: 25%;
    border-radius: 0;
    padding: 15px 0px;
}

.apartment-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    /* border-bottom: 4px solid #a68b54; */
    border-bottom: 4px solid #a68b54 !important;
}

.apartment-box .nav-tabs .nav-link {
    border-bottom: 4px solid #CCC;
}

.apartment-box .box-tab-home {
    margin-top: 40px;
}

.apartment-box .box-tab-home span {
    
    color: #000;
    font-size: 18px;
    margin: 20px 0 10px 0;
    display: inline-block;
}

.apartment-box .box-tab-home h3 {
    
    color: #a68b54;
    font-size: 45px;
}

.apartment-box .box-tab-home p {
    
    color: #111e31;
    font-size: 16px;
    margin-top: 15px;
}

.text-box {
    height: 80px;
    overflow: hidden;
}

.apartment-box .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 4px solid #a68b54;
    /* border-color: #e9ecef #e9ecef #dee2e6; */
    /* border: 1px solid #a68b54; */
    color: #a68b54;
    background-color: transparent;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.apartment-box a:hover {
    border: 0px solid transparent;
}

.about-index {
    position: relative;
    margin-bottom: 155px;
}

.about-index-content {
    background-color: #f6f3ee;
    /* padding-bottom: 100px; */
    padding-bottom: 190px;
    height: 100%;
}

.about-index-content h2 {

    font-size: 42px;
    color: #111e31;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 85px;
}

.about-index-content span {

    font-size: 42px;
    color: #a68b54;
    text-transform: uppercase;
}

.about-index-content p {
    
    font-size: 16px;
    color: #000;
}

.about-index-content a {
    
    margin-top: 30px;
    display: inline-block;
    background: #111e31;
    padding: 20px 70px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid transparent;
}

.about-index-content a:hover {
    border: 1px solid #111e31;
    color: #111e31;
    background-color: transparent;
}

.about-index-content img {
    position: absolute;
    top: -75px;
    right: -35px;
}

.about-index-content .position-down {
    position: absolute;
    top: 300px;
    right: 60px;
}


/* .about-index-content img:nth-of-type(2) {
    position: absolute;
    top: 300px;
    right: 60px;
} */


/* END INDEX */


/* FOOTER */

footer {
    padding-top: 165px;
    padding-bottom: 85px;
    background: url(../img/footer-background.jpg) no-repeat center;
    background-size: cover;
    height: 600px;
    background-position: center;
}

footer .mt-50 {
    margin-top: 50px;
}

.footer-content h3 {
    
    color: #a68b54;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-content ul li a {
    
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.footer-content .footer-icon,
.footer-info-content {
    float: left;
}

.footer-content .footer-info-content p {
    margin-left: 15px;
}

.footer-content .footer-info-content p {
    
    color: #FFF;
    font-size: 16px;
}

.footer-content ul li a:hover {
    text-decoration: none;
    color: #a68b54;
}

.about-index-overlay {
    content: '';
    position: absolute;
    top: 136px;
    left: 0%;
    bottom: 0;
    width: 30%;
    height: auto;
    background: #f6f3ee;
}

.footer-content .footer-info-box:last-child {
    margin-left: 50px;
}

.footer-content .footer-info-box:last-child p {
    margin-left: 0;
}

.footer-info-box .footer-info-content ul li {
    padding-right: 10px;
    display: inline;
}

.phone-box p:nth-of-type(1) {
    color: #a68b54;
    font-size: 18px;
    
}

.phone-box p:nth-of-type(2) {
    
    color: #FFF;
}

.phone-box p:nth-of-type(3) {
    
    color: #a68b54;
    font-size: 12.5px;
    margin-bottom: 0;
}

.phone-box p:nth-of-type(4) {
    
    color: #a68b54;
    font-size: 12.5px;
}

.design-by {
    
    color: #a68b54;
    font-size: 14px;
    margin-top: 10px;
}

.design-by a {
    color: #a68b54;
}

.phone-box a {
    color: #a68b54;
}

.phone-box a:hover {
    color: #FFF;
    text-decoration: none;
}

.mail-hover {
    
    color: #FFF;
    font-size: 16px;
}

.mail-hover:hover {
    color: #a68b54;
    text-decoration: none;
}


/* FOOTER ICON */

.footer-content .fas,
.far,
.fab {
    font-size: 25px;
    color: #a68b54;
}

.footer-content .fa-facebook-square:hover,
.fa-instagram:hover,
.fa-youtube-square:hover {
    color: #FFF;
}

.footer-content .fa-phone-alt {
    font-size: 28px;
}


/* END FOOTER ICON */


/* END FOOTER */


/* MATERIAL PAGE */

.material-header h1 {

    font-size: 42px;
    color: #a68b54;
    text-transform: uppercase;
    margin: 50px 0 30px 0;
}

.material-header p {
    color: #111e31;
    font-size: 16px;
    
}

.material-tabs .nav-tabs .nav-item {
    /* width: 16.666%; */
    width: 14.28%;
    border-radius: 0;
    padding: 15px 0px;
}

.material-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    /* border-bottom: 4px solid #a68b54; */
    border-bottom: 4px solid #a68b54 !important;
}

.material-tabs .nav-tabs .nav-link {
    
    border-bottom: 4px solid #CCC;
    color: #111e31;
    font-size: 16px;
    text-transform: uppercase;
}

.material-tabs .box-tab-home {
    margin-top: 40px;
}

.material-tabs .material-box h2 {

    color: #111e31;
    font-size: 42px;
    text-transform: uppercase;
}

.material-tabs .material-box h2 span {

    color: #a68b54;
    font-size: 42px;
    text-transform: uppercase;
}

.material-tabs .box-tab-home p {
    color: #111e31;
    font-size: 18px;
    margin-top: 15px;
}

.material-tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 4px solid #a68b54;
    /* border-color: #e9ecef #e9ecef #dee2e6; */
    /* border: 1px solid #a68b54; */
    color: #a68b54;
    background-color: transparent;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.material-tabs .nav-tabs {
    margin-bottom: 65px;
}

.material-tabs .material-box ul {
    margin-top: 65px;
    margin-bottom: 40px;
}

.material-tabs .material-box ul li {
    display: block;
}

.material-tabs .material-box ul li span {
    display: block;
    margin-bottom: 7px;
    color: #111e31;
    
    font-size: 16px;
}

.material-tabs .material-box {
    position: relative;
    width: 95%;
    background-color: #f6f3ee;
    padding: 35px 0;
    height: 100%;
    padding: 50px 0;
}

.material-tabs .material-box .img-absolute {
    position: absolute;
    top: 0;
    right: -60px;
}

.material-tabs .material-box .img-absolute-right {
    position: absolute;
    top: 0;
    right: 30px
}

.material-left-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    height: auto;
    background: #f6f3ee;
}

.material-right-overlay {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    height: auto;
    background: #f6f3ee;
}

.material-content-left {
    position: relative;
    margin-bottom: 50px;
}


/* END MATERIAL PAGE */


/* CONTACT PAGE */

.contact-info {
    position: absolute;
    width: 100%;
    margin-top: -200px;
}

.contact-content {
    background: #111e31;
    /* height: 150px; */
    padding: 45px 80px 80px 80px;
}

.contact-content h1 {
    font-family: 'PlayfairDisplay-Regular';
    color: #FFF;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.contact-content h1 span {
    color: #a68b54;
}

.contact-form {
    margin-top: 140px;
}

.contact-page i {
    float: left;
    font-size: 30px;
    color: #a68b54;
}

.contact-page span {
    
    color: #FFF;
    font-size: 18px;
    float: left;
    margin-left: 20px;
}

.contact-page span a {
    
    color: #FFF;
    font-size: 18px;
    float: left;
}

.contact-page span a:hover {
    color: #a68b54;
    text-decoration: none;
}

.contact-form h2 {
    font-family: 'PlayfairDisplay-Regular';
    color: #111e31;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 60px;
}

.contact-form h2 span {
    font-family: 'PlayfairDisplay-Regular';
    color: #a68b54;
    font-size: 35px;
    text-transform: uppercase;
}

.contact-form p {
    
    color: #111e31;
    font-size: 16px;
    margin-bottom: 10px;
}

#gform_wrapper_1 #gform_submit_button_1 {
    
    /* margin-top: 0px; */
    margin-top: 0;
    display: inline-block;
    background: #a68b54;
    padding: 20px 70px;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    margin-bottom: 50px;
    float: none;
}

#gform_wrapper_1.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -3px;
    zoom: 1.5;
}

#gform_wrapper_1 #gform_submit_button_1:hover {
    border: 1px solid #a68b54;
    background: transparent;
    color: #a68b54;
}

#gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 64px;
    border: 1px solid #cccccc;
}

#gform_wrapper_1 textarea {
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
    border: 1px solid #ccc;
}

#gform_wrapper_1 .top_label .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    color: #111e31;
    font-size: 16px;
    
}

#gform_wrapper_1 #field_1_6 {
    float: left;
    width: 50%;
}

#gform_wrapper_1 #field_1_6 #label_1_6_1 {
    
    font-size: 16px;
}

#gform_wrapper_1 #field_1_6 .gfield_required {
    color: #790000;
    margin-left: 4px;
    position: absolute;
    left: 410px;
}

#gform_wrapper_1 #field_1_6 .ginput_container {
    margin: 0;
}

#gform_wrapper_1 #field_1_6 .gfield_checkbox {
    margin: 0;
}

.form-link {
    color: #a68b54;
}

.form-link:hover {
    color: #a68b54;
    transition: 1s;
}


/* END CONTACT PAGE */


/* LOCATION PAGE */

.location-header h1 {

    font-size: 42px;
    color: #a68b54;
    text-transform: uppercase;
    margin: 50px 0 30px 0;
}

.location-header p {
    color: #111e31;
    font-size: 16px;
    
}

.location-wrapper {
    position: relative;
    margin-top: 100px;
    margin-bottom: 125px;
}

.location-wrapper .location-info {
    background: #1a2739;
    /* height: 100%; */
    padding-left: 215px;
    padding-top: 110px;
    padding-right: 85px;
    padding-bottom: 125px;
    margin: 35px 0px;
    height: 650px;
}

.location-wrapper .location-info h2 {
    color: #FFF;
    font-size: 18px;
    
}

.location-wrapper .location-info h3 {

    font-size: 42px;
    color: #a68b54;
    margin-bottom: 50px;
}


/* .location-wrapper img {
    position: absolute;
    top: -55px;
    right: 0;
    width: 100%;
    height: 770px;
    object-fit: cover;
} */

.location-wrapper .location-info ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FFF;
    position: relative;
    margin-bottom: 20px;
}

.location-wrapper .location-info span:nth-of-type(1) {
    background: #1a2739;
    float: left;
    margin-bottom: -1px;
    font-size: 18px;
    
    color: #FFF;
}

.location-wrapper .location-info span:nth-of-type(2) {
    background: #1a2739;
    float: right;
    margin-bottom: -1px;
    font-size: 18px;
    
    color: #FFF;
}


/* END LOCATION PAGE */


/* GALLERY PAGE */

.gallery-wrapper {
    padding: 75px 0;
}

.gallery-wrapper h1 {
    font-family: 'PlayfairDisplay-Regular';
    color: #111e31;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 60px
}

.gallery-wrapper h1 span {
    color: #a68b54;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 60px
}

.gallery-wrapper .h-170 {
    height: 170px
}

.gallery-wrapper .h-170-abs {
    height: 170px;
    position: absolute;
    bottom: 0;
}


/* END GALLERY PAGE */


/* APARTMENT PAGE */

.type-apartment h1 {
    font-family: 'PlayfairDisplay-Regular';
    color: #111e31;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    margin: 60px 0;
}

.type-apartment h1 span {
    font-family: 'PlayfairDisplay-Regular';
    color: #a68b54;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}

.type-apartment span {
    
    color: #000;
    font-size: 18px;
    margin: 0px 0 10px 0;
    display: inline-block;
}

.type-apartment h2 {
    
    color: #a68b54;
    font-size: 36px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.type-apartment a {
    
    display: inline-block;
    background: transparent;
    padding: 15px 40px;
    color: #a68b54;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #a68b54;
    margin-bottom: 50px;
}

.type-apartment a:hover {
    border: 1px solid transparent !;
    background: #a68b54;
    color: #FFF;
}


/* END APARTMENT PAGE */

.thank-page-wrapper {
    background: #f6f3ee;
    padding: 50px 0px;
    margin-bottom: 40px;
    padding-left: 50px;
    margin-top: 35px;
}

.thank-page h1 {
    font-family: 'PlayfairDisplay-Regular';
    color: #111e31;
    text-align: left;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 25px;
}

.thank-page h1 span {
    font-family: 'PlayfairDisplay-Regular';
    color: #a68b54;
    text-align: left;
    font-size: 26px;
    text-transform: uppercase;
}

.thank-page h2 {
    font-family: 'PlayfairDisplay-Regular';
    color: #111e31;
    text-align: left;
    font-size: 34px;
    text-transform: uppercase;
}

.thank-page h2::after {
    margin-top: 10px;
    content: "";
    width: 100px;
    background: #a68b54;
    height: 3px;
    display: block;
}


/* WHY SP? */

.why-sp-header h1 {

    font-size: 42px;
    color: #111e31;
    text-transform: uppercase;
    margin: 50px 0 30px 0;
}

.why-sp-header h1 span {

    font-size: 42px;
    color: #a68b54;
    text-transform: uppercase;
}

.why-sp-header p {
    color: #111e31;
    font-size: 16px;
    
}

.why-sp-wrapper {
    position: relative;
    margin-top: 60px;
    margin-bottom: 100px;
    background: url('../img/test-rectangle.jpg');
    background-repeat: no-repeat;
    background-size: 85% 100%;
}

.why-sp-wrapper-right {
    background-position: right !important;
}

.why-sp-wrapper .why-sp-info {
    padding-left: 215px;
    padding-top: 110px;
    padding-right: 10px;
    padding-bottom: 125px;
    height: 100%;
}

.why-sp-wrapper .why-sp-info-right {
    padding-left: 50px !important;
}

.why-sp-wrapper .why-sp-info h2 {

    color: #111e31;
    font-size: 42px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.why-sp-wrapper .why-sp-info h2 span {

    color: #a68b54;
    font-size: 42px;
}

.why-sp-wrapper .why-sp-info p {
    
    color: #000;
    font-size: 16px;
}

.why-sp-wrapper img {
    position: absolute;
    top: 40px;
    right: 0%;
    bottom: 45px;
    width: 100%;
    height: 90%;
    object-fit: cover;
}


/* END WHY SP? */


/* BACK TO TOP BUTTON */

.back-top {
    position: fixed;
    bottom: 20px;
    right: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #a68b54;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 333;
}

.back-top:hover {
    color: #FFF;
    background: #111e31;
}


/* END BACK TO TOP BUTTON */


/* SINGLE PAGE */

.single-header {
    position: relative;
}

.single-header-content {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 50%;
    bottom: 0%;
}

.single-header-content h1 {
    font-size: 45px;
    color: #FFF;
    text-transform: uppercase;
    
}

.single-header-content h2 {
    font-size: 45px;
    color: #a68b54;
    
}



.single-wrapper .single-info {
    padding-top: 70px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    padding-right: 70px;
    padding-left: 215px;
    height: 700px;
}

.single-wrapper .single-info p {
    
    color: #000;
    font-size: 16px !important;
    text-transform: inherit !important;
    ;
    margin: 0;
}

.single-wrapper .single-info .opis-stana {
    
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

.single-wrapper h4 {
    padding-bottom: 15px;
    border-bottom: 3px solid #111e31;
    margin-bottom: 35px;
    
    font-size: 18px;
}

.single-wrapper .single-info ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    position: relative;
    margin-bottom: 15px;
}

.single-wrapper .single-info span:nth-of-type(1) {
    background: #FFF;
    float: left;
    margin-bottom: -1px;
    font-size: 18px;
    
    text-transform: uppercase;
    display: list-item;
    list-style-type: decimal;
}

.single-wrapper .single-info span:nth-of-type(2) {
    background: #FFF;
    float: right;
    margin-bottom: -1px;
    font-size: 18px;
    
    text-transform: uppercase;
}

.single-wrapper .single-info h2 {
    
    font-size: 42px;
    color: #111e31;
}

.single-wrapper .single-info h3 {
    
    font-size: 42px;
    color: #a68b54;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 740px;
    /* object-fit: cover; */
    object-fit: contain;
    background-color: #f6f3ee;
}

.single-box-backg {
    background-color: #f6f3ee;
    max-width: 100%;
    height: auto;
}

.single-box-backg-solo {
    background-color: #f6f3ee;
    max-width: 100%;
    height: 100%;
}

.mt-250 {
    /* margin-top: 250px; */
    margin-top: 130px;
}

.mb-50 {
    margin-bottom: 50px;
}


/* .grid-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
} */


/* Create four equal columns that sits next to each other */


/* 
.column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding: 0;
}

.column img {
    margin-top: 0px;
    vertical-align: top;
    width: 33%;
    -ms-flex: 33%;
    flex: 33%;
    max-width: 33%;
    object-fit: cover;
} */


/* 
.column img:nth-of-type(1) {
    height: 50%;
}

.column img:nth-of-type(2) {
    height: 35%;
}

.column img:nth-of-type(3) {
    height: 50%;
}

.column img:nth-of-type(4) {
    height: 35%;
}

.column img:nth-of-type(5) {
    height: 50%;
    margin-top: -6.1%;
}

.column img:nth-of-type(6) {
    height: 35%;
} */


/* Gallery  */

.single-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 15vw;
}

.single-gallery li:first-child {
    grid-row: span 1;
}

.single-gallery li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.single-gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-gallery li a {
    position: relative;
}

.single-gallery li::after {
    grid-row: span 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(35 47 64 / 0.90);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.single-gallery li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(35 47 64 / 0.90);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.single-gallery li a::before {
    content: '\f002';
    color: #fff;
    font-family: "font awesome 5 pro";
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.single-gallery li a:hover::after {
    opacity: 0.8;
}

.single-gallery li a:hover::before {
    opacity: 1;
}


/* end gallery */

.recommended {
    margin-bottom: 40px;
}

.recommended h1 {
    font-family: 'PlayfairDisplay-Regular';
    color: #111e31;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    margin: 60px 0;
}

.recommended h1 span {
    font-family: 'PlayfairDisplay-Regular';
    color: #a68b54;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}

.recommended span {
    
    color: #000;
    font-size: 18px;
    margin: 10px 0 10px 0;
    display: inline-block;
    text-transform: uppercase;
}

.recommended h2 {
    
    color: #a68b54;
    font-size: 35px;
}

.recommended h3 {
    
    color: #000;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 5px;
}


/* .recommended a {
    
    display: inline-block;
    background: transparent;
    padding: 15px 40px;
    color: #a68b54;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #a68b54;
    margin-bottom: 50px;
} */

.recommended a:hover {
    text-decoration: none;
}


/* PADDING  */

.padding-header {
    padding-top: 110px;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(0.97);
}

.img-thumb {
    background-color: #f6f3ee;
    max-width: 100%;
    height: auto;
}


/*=================================SCROLL FOR MORE ANIMATION===============================*/

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 3px solid #f1ca84;
    border-bottom: 3px solid #f1ca84;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}

.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.animated_scroll {
    width: 20%;
    position: relative;
    margin-top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
}

.animated_scroll p {
    font-size: 14px;
    color: #fff;
    font-family: "Encode-Medium";
}

input:focus {
    outline: none !important;
}


/*==========================================================MENU========================================================================*/

.sidemenu {
    /* background: rgba(0, 0, 0, 0.8); */
    background: rgb(35 47 64 / 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    transform: translateX(-300px);
    transition: all 0.5s cubic-bezier(0.04, 0.79, 0.34, 1.3);
    overflow-y: scroll;
}

.sidemenu::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}


/* optional: show position indicator in red */

.sidemenu::-webkit-scrollbar-thumb {
    background: #FF0000;
}

@-moz-document url-prefix() {
    .sidemenu {
        overflow: hidden;
    }
}

.sidemenu ul {
    padding: 50px;
    padding-top: 100px;
}

.sidemenu ul li {
    display: block;
    margin-bottom: 15px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.04, 0.79, 0.34, 1.3);
}

.sidemenu ul li a {
    color: #FFF;
    font-family: "Averta-Regular";
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.sidemenu ul li i {
    color: #a68b54;
    font-size: 30px;
    float: right;
}

.sidemenu ul li a:hover {
    color: white;
}

.sidemenu.open {
    transform: translateX(0);
}

.sidemenu.open ul li:nth-child(1) {
    -webkit-animation: slideIn 0.3s 0.15s ease 1 forwards;
    -moz-animation: slideIn 0.3s 0.15s ease 1 forwards;
    animation: slideIn 0.3s 0.15s ease 1 forwards;
}

.sidemenu.open ul li:nth-child(2) {
    -webkit-animation: slideIn 0.3s 0.3s ease 1 forwards;
    -moz-animation: slideIn 0.3s 0.3s ease 1 forwards;
    animation: slideIn 0.3s 0.3s ease 1 forwards;
}

.sidemenu.open ul li:nth-child(3) {
    -webkit-animation: slideIn 0.3s 0.45s ease 1 forwards;
    -moz-animation: slideIn 0.3s 0.45s ease 1 forwards;
    animation: slideIn 0.3s 0.45s ease 1 forwards;
}

.sidemenu.open ul li:nth-child(4) {
    -webkit-animation: slideIn 0.3s 0.6s ease 1 forwards;
    -moz-animation: slideIn 0.3s 0.6s ease 1 forwards;
    animation: slideIn 0.3s 0.6s ease 1 forwards;
}

.sidemenu.open ul li:nth-child(5) {
    -webkit-animation: slideIn 0.3s 0.8s ease 1 forwards;
    -moz-animation: slideIn 0.3s 0.8s ease 1 forwards;
    animation: slideIn 0.3s 0.8s ease 1 forwards;
}

.sidemenu.open ul li:nth-child(6) {
    -webkit-animation: slideIn 0.3s 1.05s ease 1 forwards;
    -moz-animation: slideIn 0.3s 1.05s ease 1 forwards;
    animation: slideIn 0.3s 1.05s ease 1 forwards;
}

.sidemenu.open ul li:nth-child(7) {
    -webkit-animation: slideIn 0.3s 1.20s ease 1 forwards;
    -moz-animation: slideIn 0.3s 1.20s ease 1 forwards;
    animation: slideIn 0.3s 1.20s ease 1 forwards;
}

.sidemenu.open ul li:nth-child(8) {
    -webkit-animation: slideIn 0.3s 1.35s ease 1 forwards;
    -moz-animation: slideIn 0.3s 1.35s ease 1 forwards;
    animation: slideIn 0.3s 1.35s ease 1 forwards;
}

.sidemenu.open ul li:nth-child(9) {
    -webkit-animation: slideIn 0.3s 1.50s ease 1 forwards;
    -moz-animation: slideIn 0.3s 1.50s ease 1 forwards;
    animation: slideIn 0.3s 1.50s ease 1 forwards;
}

.sidemenu.open ul li:nth-child(10) {
    -webkit-animation: slideIn 0.3s 1.65s ease 1 forwards;
    -moz-animation: slideIn 0.3s 1.65s ease 1 forwards;
    animation: slideIn 0.3s 1.65s ease 1 forwards;
}

.sidemenu.open ul li:nth-child(11) {
    -webkit-animation: slideIn 0.3s 1.80s ease 1 forwards;
    -moz-animation: slideIn 0.3s 1.80s ease 1 forwards;
    animation: slideIn 0.3s 1.80s ease 1 forwards;
}



@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.f-strong {
    font-family: "Encode-Bold" !important;
}


/*=========================================================Home page style==============================================================*/

header {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}

.abs_header {
    padding: 50px 250px 0px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.registracija {
    float: right;
    padding-top: 20px;
}

.registracija span {
    display: inline-block;
    font-weight: bold;
}

.porcelanosa_link {
    color: #bb9754 !important;
}



.ml {
    float: right;
    padding-top: 20px;
    text-align: right;
}

.menu {
    display: inline-block;
    vertical-align: middle;
    margin-right: 75px;
}

.language,
.menu_btn div {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: "Raleway-Bold";
    font-size: 14px;
    text-transform: uppercase;
}

.language:hover,
.language:focus {
    text-decoration: none;
    color: #fff;
}

.menu_btn {
    height: 20px;
    width: 36px;
    position: relative;
    margin: auto;
    cursor: pointer;
}

.icon-bar {
    position: absolute;
    height: 4px;
    background-color: #fff;
    width: 36px;
    display: block;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-bar {
    top: 0px;
}

.middle-bar {
    width: 30px;
    top: 7px;
    opacity: 1;
    left: 5px;
}

.bottom-bar {
    top: 14px;
}

#ani-2.active .top-bar {
    top: 7px;
    animation: rotatedown 0.2s forwards;
    animation-delay: 0.20s;
}

#ani-2.active .middle-bar {
    opacity: 0;
    width: 0%;
}

#ani-2.active .bottom-bar {
    top: 7px;
    animation: rotateup 0.2s forwards;
    animation-delay: 0.20s;
}

@keyframes rotatedown {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-45deg);
    }
}

@keyframes rotateup {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes rotatedown {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-45deg);
    }
}

@-webkit-keyframes rotateup {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(45deg);
    }
}

.ml {
    display: none;
}

.navbar-light .navbar-toggler {
    display: none;
}

.mobile-slider {
    display: none;
}

.home-slider {
    display: block;
}

.desk-footer {
    display: block;
}

.mobile-footer {
    display: none;
}

.border-left {
    color: #FFF;
    border-left: 2px solid #FFF;
    padding-left: 25px;
}

.icon-phone-mobile {
    display: none;
    position: absolute;
    top: 20px;
    right: 140px;
    color: #FFF;
    font-size: 26px;
}

.icon-phone-mobile a {
    color: #FFF;
}

.footer-bottom-fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: rgb(35 47 64 / 0.80);
    padding: 15px 25px;
    z-index: 99999999;
}

.footer-bottom-fixed {
    display: none;
}

.footer-bottom-fixed a {
    
    margin-top: 0;
    display: inline-block;
    background: transparent;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    margin-bottom: 0;
    text-decoration: none !important;
    padding: 10px 0px;
    width: 120px;
    text-align: center;
}


/* FOOTER MOBILE  */

.widget-content ul#accordion {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
    margin-top: 35px;
}

.widget-content ul#accordion li {
    display: block;
    margin: 0 0 30px;
}

.widget-content ul#accordion li span {
    position: absolute;
    right: 14px;
    font-size: 26px;
    color: #a68b54;
    
}

.widget-content ul#accordion li h4 {
    
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 10px;
    text-align: left;
    padding-left: 25px;
}


/* .widget-content ul#accordion li h4:after {
    content: "";
    border: 1.5px solid #000;
    left: 16px;
    position: absolute;
    width: 26px;
    top: 25px;
} */

.widget-content ul#accordion li ul {
    padding: 0;
    margin: 0;
    display: none;
}

.widget-content ul#accordion li ul li {
    padding: 0 0 5px;
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-family: "Averta-Regular";
    margin-top: 15px;
}

.widget-content ul#accordion li ul li a {
    text-transform: none;
    transition: 0.3s;
    
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.widget-content ul#accordion li ul li a:hover {
    text-decoration: none;
    color: #000000;
}

.widget-content h4 i {
    padding-right: 10px;
    font-size: 20px !important;
}

.footer-mobile-copy {
    background-color: #FFF;
    text-align: center;
    margin: 0;
    color: #a68b54;
    font-family: "Averta-Regular";
    font-size: 16px;
    margin-top: 80px;
}

.pb-20 {
    padding-bottom: 15% !important;
}

.material-box strong {
    margin-bottom: 50px;
    display: block;
}


/*  MAP PULSE ITEM */

.map-holder {
    position: relative;
}

.info-point-item {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #542400;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.poi-1 {
    top: 67%;
    right: 16%;
}

.poi-2 {
    top: 55%;
    left: 1%;
}

.poi-3 {
    top: 57%;
    left: 26%;
}

.poi-4 {
    top: 71%;
    left: 16%;
}

.poi-5 {
    top: 74%;
    left: 32%;
}

.poi-6 {
    top: 82%;
    left: 36%;
}

.poi-7 {
    top: 44%;
    right: 30%;
}

.poi-8 {
    top: 60%;
    right: 29%;
}

.poi-9 {
    top: 52%;
    right: 17%;
}

.poi-10 {
    top: 55%;
    right: 24%;
}

.info-point-dot:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    transition-duration: .2s;
}

.info-point-item.is-open .info-point-dot:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.info-point-content {
    /*display: none;*/
    position: absolute;
    width: 150px;
    /*height: 150px;*/
    border: 2px solid #542400;
    border-radius: 20px;
    bottom: 40px;
    left: 50%;
    /*transform: translateX(-50%);*/
}

.info-point-content p {
    color: #542400;
    font-size: 16px;
    margin: 0;
    padding: 15px;
    line-height: normal;
}

@media(min-width: 992px) {
    .info-point-content {
        /*display: none;*/
        position: absolute;
        width: 200px;
        /*height: 150px;*/
        border: 2px solid #542400;
        border-radius: 20px;
        bottom: 40px;
        left: 50%;
        /*transform: translateX(-50%);*/
    }
}

.info-point-item .info-point-content {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    z-index: 3;
    /*width: 100%;*/
    /*height: 100%;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(255, 255, 255, .95);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8) translateX(-50%);
    -moz-transform: scale(.8) translateX(-50%);
    -ms-transform: scale(.8) translateX(-50%);
    -o-transform: scale(.8) translateX(-50%);
    transform: scale(.8) translateX(-50%);
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s, -moz-transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s;
}

.info-point-item.is-open .info-point-content {
    position: absolute;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    bottom: 40px;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s, -moz-transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s;
}

.info-point-item::after {
    /* this is used to create the pulse animation */
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    animation: cd-pulse 2s infinite;
}

@keyframes cd-pulse {
    0% {
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(84, 36, 0, 0.8);
    }

    50% {
        box-shadow: inset 0 0 1px 1px rgba(84, 36, 0, 0.8);
    }

    100% {
        transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
    }
}


/*  END MAP PULSE ITEM */


/* END FOOTER MOBILE  */


/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

@media (max-width: 1800px) {
    .location-wrapper .location-info {
        padding-left: 100px;
        background: #1a2739;
        padding-top: 40px;
        padding-bottom: 40px;
        height: 480px;
        margin-top: 85px;
    }

    .why-sp-wrapper .why-sp-info {
        padding-left: 100px;
    }

    .single-wrapper .single-info {
        padding-left: 100px;
    }
}

@media (max-width: 1650px) {
    .location-wrapper .location-info {
        margin-top: 65px;
    }
}

@media (max-width: 1500px) {
    .location-wrapper .location-info {
        margin-top: 55px;
    }
}

@media (max-width: 1490.98px) {
    .location-wrapper .location-info {
        margin-top: 30px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 0px 21px;
    }

    .gallery-wrapper .h-170 {
        height: 150px;
        object-fit: cover;
    }

    .gallery-wrapper .h-170-abs {
        height: 150px;
        object-fit: cover;
    }

    .material-tabs .material-box .img-absolute {
        object-fit: cover;
        height: 100%;
    }

    .location-wrapper .location-info {
        padding-left: 30px;
    }

    .why-sp-wrapper .why-sp-info {
        padding-left: 30px;
    }

    .single-wrapper .single-info {
        padding-left: 30px;
    }

    .why-section-content a {
        margin-top: 50px;
    }

    .home-slider-content h1 {
        font-size: 42px;
    }

    .why-section-content h1 {
        font-size: 42px;
    }

    .why-section-content h1 span {
        font-size: 42px;
    }

    .location-section h2 {
        font-size: 42px;
    }

    .apartment-box h2 {
        font-size: 42px;
    }

    .apartment-box h2 span {
        font-size: 42px;
    }

    .about-index-content h2 {
        font-size: 42px;
    }

    .about-index-content h2 span {
        font-size: 42px;
    }

    .location-header h1 {
        font-size: 42px;
    }

    .location-wrapper .location-info h3 {
        font-size: 42px;
    }

    .type-apartment h1 {
        font-size: 42px;
    }

    .type-apartment h1 span {
        font-size: 42px;
    }

    .type-apartment h2 {
        font-size: 36px;
    }

    .single-wrapper .single-info h2 {
        font-size: 42px;
    }

    .single-wrapper .single-info h3 {
        font-size: 42px;
    }

    .recommended h1 {
        font-size: 42px;
    }

    .recommended h1 span {
        font-size: 42px;
    }

    .material-header h1 {
        font-size: 42px;
    }

    .material-tabs .material-box h2 {
        font-size: 42px;
    }

    .material-tabs .material-box h2 span {
        font-size: 42px;
    }

    .gallery-wrapper h1 {
        font-size: 36px;
    }

    .gallery-wrapper h1 span {
        font-size: 36px;
    }
}

@media (max-width: 1377.98px) {
    .location-wrapper .location-info {
        margin-top: 0;
        height: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 0px 12.5px;
    }



    .phone-box p:nth-of-type(1) {
        font-size: 16px;
    }

    .gallery-wrapper .h-170 {
        height: 135px;
        object-fit: cover;
    }

    .gallery-wrapper .h-170-abs {
        height: 135px;
        object-fit: cover;
    }

    .why-section-content img:first-child {
        object-fit: cover;
        height: 100%;
    }

    .about-index-content img {
        object-fit: contain;
        height: auto;
        height: 70% !important
    }

    .about-index-content .position-down {
        position: absolute;
        top: 300px;
        right: 40px;
    }

    .about-index-content {
        padding-bottom: 25px;
    }
}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
    .about-index-content .position-down {
        position: absolute;
        top: 300px;
        right: 0px;
    }

    header .container:first-child {
        max-width: 100%;
    }

    footer .container:first-child {
        max-width: 100%;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 0px 10.5px;
    }




    .contact-page span {
        font-size: 16px;
        margin-left: 5px;
    }

    .contact-page span a {
        font-size: 16px;
        margin-left: 5px;
    }

    .contact-form h2 {
        margin-top: 0px;
    }

    .footer-content .fas,
    .far,
    .fab {
        font-size: 26px;
        color: #a68b54;
    }

    .phone-box p:nth-of-type(1) {
        font-size: 13.5px;
    }

    .footer-content h3 {
        font-size: 18px;
    }

    .gallery-wrapper .h-170-abs {
        object-fit: cover;
        height: 100px;
    }

    .gallery-wrapper .h-170 {
        height: 100px;
        object-fit: cover;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .about-index-content .position-down {
        position: absolute;
        top: 300px;
        right: -35px;
    }

    .contact-info .contact-content .contact-page:last-child {
        margin-top: 35px;
    }

    .contact-content h1 {
        margin-bottom: 0;
    }

    .contact-content {
        padding: 45px 50px 45px 50px;
    }

    .gallery-wrapper .h-170-abs {
        height: 75px;
    }

    .gallery-wrapper .h-170 {
        height: 75px;
    }

    .ml {
        display: block;
        position: absolute;
        top: 0px;
        right: -60px;
    }

    .footer-bottom-fixed {
        display: flex;
    }

    .location-section {
        background: #111e31;
    }

    .home-slider-position {
        /* top: 30%; */
        top: 52%;
    }

    .home-slider-content h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .home-slider-content h1 {
        font-size: 30px;
    }

    .home-slider-content a {
        padding: 15px 25px;
        font-size: 12px;
    }

    .why-section-content h1 {
        font-size: 32px;
    }

    .why-section-content h1 span {
        font-size: 32px;
    }

    .location-section h2 {
        font-size: 32px;
    }

    .location-section h3 {
        font-size: 18px;
    }

    .apartment-box h2 {
        font-size: 32px;
    }

    .apartment-box h2 span {
        font-size: 32px;
    }

    .apartment-box a {
        padding: 15px 20px;
        font-size: 14px;
    }

    .apartment-box .box-tab-home p {
        font-size: 14px;
    }

    .apartment-box .box-tab-home h3 {
        font-size: 28px;
    }

    .about-index-content h2 {
        font-size: 32px;
    }

    .about-index-content h2 span {
        font-size: 32px;
    }

    .about-index-content h2 {
        font-size: 32px;
    }

    .location-header h1 {
        font-size: 32px;
    }

    .location-wrapper .location-info h3 {
        font-size: 32px;
    }

    .location-wrapper .location-info span:nth-of-type(1) {
        font-size: 14px;
    }

    .location-wrapper .location-info span:nth-of-type(2) {
        font-size: 14px;
    }

    .type-apartment h1 {
        font-size: 32px;
    }

    .type-apartment h1 span {
        font-size: 32px;
    }

    .type-apartment h2 {
        font-size: 22px;
    }

    .single-header-content h1 {
        font-size: 32px;
    }

    .single-header-content h2 {
        font-size: 32px;
    }

    .single-wrapper .single-info h2 {
        font-size: 32px;
    }

    .single-wrapper .single-info h3 {
        font-size: 32px;
    }

    .single-wrapper .single-info span:nth-of-type(1) {
        font-size: 14px;
    }

    .single-wrapper .single-info span:nth-of-type(2) {
        font-size: 14px;
    }

    .recommended h1 {
        font-size: 32px;
    }

    .material-header h1 {
        font-size: 32px;
    }

    .material-tabs .material-box h2 {
        font-size: 32px;
    }

    .material-tabs .material-box h2 span {
        font-size: 32px;
    }

    .contact-form {
        margin-top: 175px;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .info-point-content p {
        font-size: 12px;
        padding: 5px;
    }


    .mobile-footer .fa-facebook-square,
    .fa-instagram,
    .fa-youtube-square {
        font-size: 36px;
        padding-right: 15px;
    }

    .mobile-slider {
        display: block;
    }

    .home-slider {
        display: none;
    }

    .desk-footer {
        display: none;
    }

    .mobile-footer {
        display: block;
        background: none;
        height: 100%;
        /* background-size: contain;
        background-position: center center;
        background-attachment: fixed; */
        background-color: #111e31 !important;
    }

    .contact-info .contact-content .contact-page {
        margin-top: 35px;
        text-align: center;
    }

    .contact-page span {
        float: none;
        margin-top: 10px;
        display: block;
        margin-left: 0;
    }

    .contact-page i {
        float: none;
    }

    .contact-page span a {
        float: none;
    }

    .contact-content {
        padding: 30px 30px 30px 30px;
    }

    .contant-header img {
        /* height: 100%;
        object-fit: cover; */
        max-width: 100%;
        height: auto;
    }

    /* .contact-info {
        position: absolute;
        width: 100%;
        margin-top: -55%;
    } */
    .contact-info {
        position: relative;
        width: 100%;
        margin-top: 5%;
    }

    #gform_wrapper_1 #gform_submit_button_1 {
        float: none;
        margin-top: 0px;
    }

    #gform_wrapper_1 #field_1_6 {
        float: left;
        width: 100%;
    }

    .footer-content .footer-info-content p {
        font-size: 14px;
        margin-top: 5px;
    }

    .footer-content .footer-icon,
    .footer-info-content {
        float: none;
        text-align: center;
    }

    .footer-content .footer-info-box:last-child {
        margin-left: 0;
    }

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

    .gallery-wrapper .h-170-abs {
        height: 110px;
    }

    .gallery-wrapper .h-170 {
        height: 110px;
    }

    .material-tabs .material-box .img-absolute {
        position: relative;
        top: 0;
        right: 0;
        object-fit: contain
    }

    .material-left-overlay {
        display: none;
    }

    .material-right-overlay {
        display: none;
    }

    .material-tabs .material-box {
        position: relative;
        width: 100%;
        background-color: transparent;
        height: 100%;
        padding: 0;
    }

    .location-wrapper img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .why-sp-wrapper {
        background-size: 100% 100%;
    }

    .why-section-content img:first-child {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .why-section-content img:first-child {
        object-fit: contain;
        height: 100%;
    }

    .why-section-overlay {
        display: none;
    }

    .why-section-content {
        background-color: transparent;
    }

    .about-index-overlay {
        display: none;
    }

    .about-index-content {
        background-color: transparent;
    }

    .home-slider-content h1 {
        font-size: 22px;
    }

    .home-slider-content h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .why-section {
        padding-top: 0;
    }

    .why-section-content h1 {
        font-size: 55px;
        margin: 0;
    }

    .contact-form {
        /* margin-top: 200px; */
        margin-top: 30px;
    }

    .about-index-content img {
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
        height: auto;
    }

    .apartment-box .nav-tabs .nav-item {
        width: 50%;
        padding: 10px 0px;
    }

    .apartment-box a {
        font-size: 14px;
        margin-top: 20px;
    }

    .single-img {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .mt-250 {
        margin-top: 35px;
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    .why-sp-wrapper img {
        position: relative;
        top: 0;
        right: 0%;
        bottom: 0;
        object-fit: cover;
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .order-1-custom {
        order: 1;
    }

    .order-2-custom {
        order: 2;
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .thank-page h2 {
        font-size: 28px;
    }

    .thank-page h1 {
        font-size: 28px;
    }

    .thank-page h1 span {
        font-size: 28px;
    }

    .about-index-content .position-down {
        margin-top: 25px;
    }

    .text-box {
        height: 95px;
        overflow: hidden;
    }

    #gform_wrapper_1 #field_1_6 .gfield_required {
        color: #790000;
        margin-left: 4px;
        position: absolute;
        left: 15px;
    }

    footer {
        padding-top: 20px;
        padding-bottom: 0;
        height: 100%;
        /* height: 530px; */
        background-position: center center;
        background-repeat: no-repeat;
    }

    .apartment-box .box-tab-home h3 {
        font-size: 26px;
    }

    .about-index-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .about-index-content h2 span {
        font-size: 28px;
    }

    .why-section-content h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .why-section-content h1 span {
        font-size: 28px;
    }

    .location-section h2 {
        font-size: 28px;
    }

    .apartment-box h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .apartment-box h2 span {
        font-size: 28px;
    }

    .why-section-content img:first-child {
        max-width: 100%;
        height: auto;
        margin: 15px auto;
    }

    .why-section-content p {
        font-size: 16px;
    }

    .why-section-content a {
        padding: 15px 50px;
        font-size: 16px;
    }

    .home-slider-content a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .location-section p {
        font-size: 16px;
        margin: 25px 0 30px 0;
    }

    .location-section h3 {
        font-size: 18px;
    }

    .apartment-box a {
        padding: 15px 50px;
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .apartment-box {
        padding: 40px 0;
    }

    .apartment-box .nav-tabs .nav-item {
        width: 50%;
        padding: 10px 0px;
    }

    .apartment-box a {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 25px;
        padding: 10px 25px;
    }

    .apartment-box .box-tab-home p {
        font-size: 16px;
    }

    .about-index-content p {
        font-size: 16px;
    }

    .about-index {
        position: relative;
        margin-bottom: 25px;
    }

    .about-index-content a {
        padding: 15px 50px;
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .about-index-content img {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        max-width: 100%;
        height: auto !important;
    }

    footer .mt-50 {
        margin-top: 25px;
    }

    .footer-content h3 {
        font-size: 18px;
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .footer-content ul li a {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .phone-box i {
        float: none !important;
    }

    .phone-box a {
        display: block;
        margin-top: 5px;
    }

    .phone-box br {
        display: none;
    }

    .why-sp-header h1 {
        font-size: 28px;
        margin: 0 0 20px 0;
    }

    .why-sp-header h1 span {
        font-size: 28px;
    }

    .why-sp-header p {
        font-size: 16px;
    }

    .why-sp-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .why-sp-wrapper .why-sp-info {
        padding-right: 15px;
        padding-left: 15px !important;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .why-sp-wrapper .why-sp-info h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .why-sp-wrapper .why-sp-info h2 span {
        font-size: 28px;
    }

    .why-sp-wrapper .why-sp-info p {
        font-size: 16px;
    }

    .location-header h1 {
        font-size: 28px;
        margin: 0px 0 20px 0;
    }

    .location-header p {
        font-size: 16px;
    }

    .location-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .location-wrapper .location-info {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .location-wrapper .location-info h3 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .location-wrapper .location-info span:nth-of-type(1) {
        font-size: 14px;
    }

    .location-wrapper .location-info span:nth-of-type(2) {
        font-size: 14px;
    }

    .type-apartment h1 {
        font-size: 28px;
        margin: 0px 0;
        margin-bottom: 25px;
    }

    .type-apartment h1 span {
        font-size: 28px;
    }

    .type-apartment span {
        font-size: 16px;
        margin-bottom: 0;
    }

    .type-apartment h2 {
        font-size: 26px;
    }

    .type-apartment a {
        /* padding: 15px 50px; */
        padding: 12px 25px;
        font-size: 16px;
        margin-top: 7px;
        margin-bottom: 20px;
    }

    .single-header {
        padding-top: 63px;
    }

    .single-header-content h1 {
        font-size: 22px;
    }

    .single-header-content h2 {
        font-size: 35px;
    }

    .single-wrapper {
        margin-top: 0;
    }

    .single-wrapper .single-info {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
        padding-top: 40px;
        margin-bottom: 0;
        height: 100%;
    }

    .single-wrapper .single-info h2 {
        font-size: 28px;
    }

    .single-wrapper .single-info h3 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .single-wrapper .single-info span:nth-of-type(1) {
        font-size: 16px;
    }

    .single-wrapper .single-info span:nth-of-type(2) {
        font-size: 16px;
    }

    .recommended h1 {
        font-size: 28px;
        margin: 35px 0;
        line-height: 18px;
    }

    .recommended h1 span {
        font-size: 28px;
    }

    .recommended h2 {
        font-size: 20px;
    }

    .recommended span {
        margin: 10px 0 10px 0;
        margin-bottom: 7px;
        font-size: 14px;
    }

    .recommended h3 {
        
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .single-img {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .mt-250 {
        margin-top: 30px;
    }

    .single-wrapper h4 {
        font-size: 18px;
        margin-top: 20px;
    }

    .material-header h1 {
        font-size: 28px;
        margin: 0px 0 20px 0;
    }

    .material-header p {
        font-size: 16px;
        
    }

    .material-tabs .nav-tabs .nav-item {
        width: 50%;
        padding: 10px 0px;
    }

    .material-tabs .nav-tabs .nav-link {
        font-size: 14px;
    }

    .material-tabs .material-box h2 {
        font-size: 28px;
    }

    .material-tabs .material-box h2 span {
        font-size: 28px;
    }

    .material-tabs .material-box .img-absolute {
        max-width: 100%;
        height: auto;
        margin-top: 25px;
    }

    .gallery-wrapper h1 {
        font-size: 28px;
        margin-top: 0px;
    }

    .gallery-wrapper h1 span {
        font-size: 28px;
        margin-top: 0px;
    }

    .gallery-wrapper .h-170 {
        height: 85px;
    }

    .gallery-wrapper .h-170-abs {
        height: 85px;
    }

    .mb-25 {
        margin-bottom: 25px;
    }

    .contant-header {
        padding-top: 63px
    }

    .contact-form h2 {
        font-size: 28px;
    }

    .contact-form h2 span {
        font-size: 28px;
    }

    .contact-form p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #gform_wrapper_1 #field_1_6 #label_1_6_1 {
        font-size: 16px;
    }

    #gform_wrapper_1 #gform_submit_button_1 {
        padding: 15px 50px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact-content h1 {
        font-size: 28px;
    }

    /* .sidemenu {
        width: 100%;
        transform: translateX(-100%);
    } */
    .no-scroll {
        overflow-y: hidden;
        position: relative;
    }

    .sidemenu {
        top: 63px;
        width: 100%;
        transform: translateX(-100%);
    }

    .sidemenu ul {
        margin: 20px;
        padding: 20px;
        background-color: #111e3163;
    }

    .back-top {
        bottom: 75px;
    }


}

.pos-abs {
    position: absolute;
    right: 100px;
    top: 40px;
}

@media(max-width: 992px) {
    .pos-abs {
        right: 110px;
        top: 20px;
    }
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    width: 30px !important;
    height: auto !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: '\f0dd' !important;
    font-family: "font awesome 5 pro";
    font-size: 20px;
    font-weight: 300;
    top: 2px !important;
    border-top: 0 !important;
    border: none !important;
    color: #fff;
}

.wpml-ls-legacy-dropdown-click {
    width: 70px !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    background-color: transparent;
    border: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
    background-color: transparent;
}

.wpml-ls-legacy-dropdown-click a {
    background-color: transparent !important;
    border: none !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: none !important;
}

@media (max-width: 1490.98px) {
    .pos-abs {
        right: 20px;
    }
}

@media(max-width: 992px) {
    .pos-abs {
        right: 110px;
        top: 20px;
    }
}

/*
####################################################
END M E D I A  Q U E R I E S
####################################################
*/

/*** FORM SUNNYVILLE ***/

.red-span {
    color: #a91808;
}

.name-surname p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.email-phone p {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.wpcf7-form-control-wrap {
    margin: 0px;
}

.bar {
    border: 1px solid #cccccc !important;
    height: 64px;
}

.text-form {
    color: #111e31;
    font-size: 16px;
    line-height: 1.3;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 0px !important;
    padding-left: 40px !important;

}

.wpcf7-form .init {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.wrapp-form {
    padding: 30px 0;
    width: 100%;
    margin: 0 auto;
}

.btn {
    background: #a68b54 !important;
    padding: 20px 70px !important;
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    border-radius: 10px !important;
    border: 1px solid transparent !important;
    margin-bottom: 50px !important;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.checkbox-register {
    margin: 10px 0;
}

.link-policy {
    color: #a68b54;
}

.text-form {
    width: 100% !important;
}

#milos {
    width: 100% !important;
}

.text-span {
    font-size: 16px;
    
    margin-bottom: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .email-phone p {
        display: block;
    }

    .name-surname p {
        display: block;
    }

    .submit-div {
        margin: 30px 0 10px 0;
    }

    #send-msg {
        width: 100% !important;
    }
}

/*** REGISTRACIJA TEMPLATE ***/
.registration-wrapper {
    position: relative;
}

.registration-wrapper img {
    width: 100%;
    height: 100%;
}

.wrapper-inside {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
}

.text-in-the-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.blue-wrap {
    color: #fff;
    background-color: #172638;
    opacity: 0.8;
    padding: 30px 20px;
    min-height: 550px;
    width: 40%;
}

.blue-wrap ul {
    list-style: inside;
}

.blue-wrap ul li {
    padding: 10px 0;
}

.blue-wrap h3 {
    padding: 10px 0;
}

.blue-wrap span {
    font-size: 22px;
}

.box-reg img {
    max-width: 30px;
}

.white-wrap {
    background-color: #fff;
    color: #111e31;
    min-height: 550px;
    width: 20%;
    padding: 50px 0 0 20px;
}

#gform_submit_button_2,
#gform_submit_button_3 {
    color: #fff;
    background-color: #111e31;
    padding: 10px 50px;
    border: none;
}

#gform_fields_2,
#gform_fields_3 {
    display: flex;
    flex-direction: column;
}

.gform_wrapper {
    width: 100%;
}

#field_2_1,
#field_2_7,
#field_2_2,
#field_2_8,
#field_3_1,
#field_3_7,
#field_3_2,
#field_3_8 {
    width: 100%;
}

#input_2_1,
#input_2_7,
#input_2_2,
#input_2_8,
#input_3_1,
#input_3_7,
#input_3_2,
#input_3_8 {
    border: none;
    padding-left: 10px;
}

#field_2_10,
#field_3_10 {
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-direction: row-reverse;
    color: #fff;
    font-size: 10px;
}

.reg-form h3 {
    color: #fff;
}

.reg-text {
    color: #fff;
}

.reg-strong {
    font-weight: bold;
}

.reg-form {
    width: 40%;
}

.mob {
    display: none;
}

@media screen and (max-width: 1450px) {
    .wrapper-inside {
        top: 60%;
    }
}

@media screen and (max-width: 1300px) {
    .white-wrap {
        padding: 10px 0 0 10px;
        min-height: 500px;
    }

    .blue-wrap {
        min-height: 500px;
        padding: 5px 10px;
    }

    .wrapper-inside {
        width: 95%;
    }
}

@media screen and (max-width: 1190px) {
    .text-in-the-middle {
        flex-wrap: wrap;
    }

    .wrapper-inside {
        width: 80%;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
    }

    .blue-wrap {
        width: 100%;
        min-height: 300px;
        margin-top: -60%;
    }

    .blue-wrap ul li {
        padding: 5px 0;
    }

    .white-wrap {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        min-height: 150px;
    }

    .reg-form {
        width: 100%;
        padding: 20px;
        background-color: #172638;
        margin-bottom: 50px;
    }

    #gform_submit_button_2 {
        background-color: #a68b54;
    }

    .reg-form h3 {
        color: #a68b54;
        padding-bottom: 20px;
    }

    #field_2_10 {
        color: #a68b54;
    }
}

@media screen and (max-width: 768px) {
    .mob {
        display: block;
    }

    .desk {
        display: none;
    }

    .white-wrap {
        margin-top: -80%;
    }

    .blue-wrap {
        margin-top: -180%;
    }
}

@media screen and (max-width: 600px) {
    .white-wrap {
        text-align: center;
        display: block;
        margin-top: 0px;
    }

    .blue-wrap h3 {
        font-size: 20px;
    }

    .blue-wrap span {
        font-size: 16px;
    }

    .blue-wrap ul li {
        font-size: 14px;
        margin: 0px;
    }

    .wrapper-inside {
        width: 90%;
    }

    .blue-wrap {
        margin-top: -110%;
    }
}

.gform_ajax_spinner_2 {
    display: none;
}

/* fixed animation */
/* home animation fixed */
.home-social {
    position: fixed;
    top: 50%;
    right: -15px;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.home-social ul {
    list-style: none;
}

.home-social span {
    text-align: center;
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: #FFF;
    margin-bottom: 10px;
}

.blob-white {
    background: #FFF;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s infinite;
}

.blob-white img {
    width: 50px;
    border-radius: 50%;
}

.blob-white-registration {
    background: transparent;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s infinite;
}

.home-social span img {
    padding: 3px !important;
    text-align: center;
    margin: 0 auto;
}

@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(166, 139, 84, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media screen and (max-width: 768px) {
    .home-social span {
        width: 45px;
        height: 45px;
    }

    .blob-white img {
        width: 40px;
    }
}


.navbar-toggler {
    margin-right: 10px;
}


