html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #f9f4ea;
    background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
}

body.scrolling {
    overflow-y: hidden;
}

a,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

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

    a,
    button {
        cursor: default !important;
        border: none;
        outline: none;
    }
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

header {
    width: 100%;
    display: table;
    height: auto;
    position: absolute;
    z-index: 1;
}

.head {
    width: 100%;
    height: auto;
    display: table;
    background: transparent;
    margin: 0 auto;
    position: relative;
    /*background-image: url("../img/bg/header-bg.png");
	background-repeat: no-repeat;
    background-position: 80% 0;*/
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 2px 5px #555;
}

.head-contact {
    width: 20%;
    height: auto;
    display: table;
    float: right;
    padding: 10px 15px;
}

.head-contact .call-icon {
    background-repeat: no-repeat;
    background-size: 18px 28px;
    border: none;
    padding: 0 0 0 25px;
    cursor: pointer;
    background-image: url(../img/icons/call.svg);
    filter: brightness(1) sepia(9) hue-rotate(-40deg) saturate(0);
}

.head-contact h2 {
    text-align: center;
    margin-top: 15px;
    background-color: #1e6a39;
    padding: 10px 0 5px 0;
    /*box-shadow: 3px 4px 0px #1e6a39;*/
    font-size: 1.2rem;
}

.head-contact a {
    color: #FFF;
}

.head-contact h2:hover {
    color: #FFF;
    background-color: #1b4752;
    border: 1px solid #1e6a39;
}

.head-logo {
    width: 20%;
    height: auto;
    display: table;
    float: left;
    position: relative;
    top: 20px;
}

.head-logo img.h-logo-1 {
    margin: 0 auto;
    width: 75%;
    background: #FFF;
    padding: 10px 15px;
    display: block;
    /*box-shadow: 0px 2px 5px #999;*/
    position: absolute;
}

/*.sticky .head-logo img.h-logo-1 {
	display: none;
}*/

.head-logo img.h-logo-2 {
    display: none;
}

.sticky .head-logo img.h-logo-2 {
    margin: 0 auto;
    width: 80%;
    background: #FFF;
    padding: 10px;
    display: block;
    box-shadow: none;
}

.head-menu {
    width: 60%;
    height: auto;
    display: table;
    float: right;
    padding: 25px 30px 18px 50px;
}

/* Menu */

.topnav {
    overflow: hidden;
    background-color: transparent;
}

.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 17px;
    margin: 0 16px;
    font-weight: 300;
}

.topnav a:hover {
    border-bottom: 1px solid #9d0a0e;
    color: #9d0a0e;
    padding-bottom: 5px;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.frame {
    width: 1280px;
    display: table;
    margin: 0 auto;
}

.top-banner {
    width: 100%;
    height: auto;
    display: table;
    position: relative;
}

.top-banner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.top-form {
    width: 25%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    /*background-image: url(../img/footer.png);
    box-shadow: 0 -5px 15px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 -5px 15px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 -5px 15px rgb(0 0 0 / 60%);
    */
    color: #000;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 15%;
    right: 30px;
    z-index: 1;
    padding: 15px 0;
    border-radius: 10px;
}

.form-col-top {
    width: 100%;
    padding: 0 30px;
    float: left;
}

.form-col-top h3 {
    font-weight: 500;
    padding-top: 8px;
    font-size: 1.3rem;
}

.top-form-control {
    width: 100%;
    height: 40px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    margin: 10px 0 5px 0;
    border-radius: 10px;
}

.top-form-butn {
    border: none;
    padding: 8px;
    width: 100%;
    background-image: linear-gradient(to right, #1e6a39, #1b4752);
    background-origin: border-box;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    margin: 20px 0;
    border-radius: 5px;
}

.top-form-butn:hover {
    background-image: linear-gradient(to right, #1b4752, #1e6a39);
    color: #FFF;
}

.form-col-top .form-field-icon {
    position: absolute;
}

.form-col-top .form-field-icon i {
    position: absolute;
    margin-top: 23px;
    margin-left: 10px;
    color: #1e6a39;
    font-size: 1rem;
}

.features {
    width: 100%;
    height: auto;
    display: table;
    padding: 50px 0;
}

.features-title {
    width: 100%;
    height: auto;
    display: table;
    padding: 0 0 20px 0;
}

.features-title h2 {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.features-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.features-col {
    width: 31%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 20px 20px;
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

.features-col img {
    max-width: 75px;
    height: auto;
    display: block;
}

.features-col-content {
    width: 70%;
    height: auto;
    display: table;
    justify-content: center;
    align-items: center;
    padding: 0 15px 0 25px;
}

.features-col-content h5 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.features-col-content p {
    font-size: 0.9rem;
    font-weight: 300;
}

.amenities {
    width: 100%;
    height: auto;
    display: table;
    padding: 50px 0;
    position: relative;
}

.amenities-title {
    width: 100%;
    height: auto;
    display: table;
    padding: 0 0 20px 0;
}

.amenities-title h2 {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.amenities .carousel-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
}

.amenities .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    /* spacing between items */
}

.amenities .carousel-item {
    flex: 0 0 calc((100% - 60px) / 4);
    /* 3 items with 20px gap between */
    background: transparent;
    /*padding: 10px;*/
    text-align: center;
}

.amenities .carousel-item-inner {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F8F5F5;
    position: relative;
}

.amenities .carousel-item-inner .status-ribbon {
    background-color: #c71d22;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 10px;
    padding: 5px 10px;
    font-size: 0.8rem;
}

.amenities .carousel-item-inner .status-ribbon .triangle-status-ribbon {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 29.8px solid #bd3030;
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: 1;
}

.amenities .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.amenities .carousel-item-details {
    margin: 0 auto;
    position: absolute;
    color: #FFF;
    padding: 35px 0 20px 0;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    width: 100%;
    z-index: 1;
    bottom: 0;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
}

.amenities .carousel-item-details h3 {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    /*background: #c71d22;*/
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 3px;
}

/* Buttons */
.amenities .carousel-btn {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    background: #1e6a39;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 5;
}

.amenities .carousel-btn.prev {
    left: 50px;
}

.amenities .carousel-btn.next {
    right: 50px;
}

/* Mobile: 1 project only */
@media (max-width: 768px) {
    .amenities {
        padding: 0;
    }

    .amenities .carousel-container {
        max-width: 346px;
        padding: 30px 0;
    }

    .amenities .carousel-item {
        flex: 0 0 calc(100% - 20px);
        margin: 0 10px;
    }

    .amenities .carousel-item-details h3 {
        font-size: 1.3rem;
    }

    .amenities .carousel-track {
        gap: 0;
    }

    .amenities .carousel-btn {
        top: 55%;
        padding: 5px 15px;
        z-index: 1;
    }

    .amenities .carousel-btn.prev {
        left: 10px;
    }

    .amenities .carousel-btn.next {
        right: 10px;
    }
}

.advantages {
    width: 100%;
    height: auto;
    display: table;
    padding: 50px 0;
    position: relative;
}

.advantages-title {
    width: 100%;
    height: auto;
    display: table;
    padding: 0 0 20px 0;
}

.advantages-title h2 {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.advantages-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
}

.advantages-col {
    /*width: 31%;*/
    flex: 0 0 calc((100% - 60px) / 3);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 20px 20px;
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

.advantages-col h3 {
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #1e6a39;
}

.advantages-col ul {
    width: 100%;
    height: auto;
    display: table;
    padding: 20px 0;
    position: relative;
}

.advantages-col ul li {
    font-weight: 300;
    font-size: 0.9rem;
    padding: 10px 0;
    /*list-style: disc;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #eee;
}

.advantages-col ul li:last-child {
    border-bottom: none;
}

.advantages-col ul li span {
    width: 65%;
}

.advantages-col ul li .distance {
    font-weight: 500;
    width: 35%;
    font-size: 0.8rem;
}

.gallery {
    width: 100%;
    height: auto;
    display: table;
    padding: 50px 0;
    position: relative;
}

.gallery-title {
    width: 100%;
    height: auto;
    display: table;
    padding: 0 0 20px 0;
}

.gallery-title h2 {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.gallery .gallery-carousel-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
}

.gallery .gallery-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    /* spacing between items */
    cursor: grab;
    user-select: none;
    will-change: transform;
}

.gallery .gallery-carousel-item {
    flex: 0 0 calc((100% - 40px) / 3);
    /* 3 items with 20px gap between */
    background: transparent;
    text-align: center;
}

.gallery .gallery-carousel-item-inner {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F8F5F5;
    position: relative;
}

.gallery .gallery-carousel-item-inner .status-ribbon {
    background-color: #c71d22;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 10px;
    padding: 5px 10px;
    font-size: 0.8rem;
}

.gallery .gallery-carousel-item-inner .status-ribbon .triangle-status-ribbon {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 29.8px solid #bd3030;
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: 1;
}

.gallery .gallery-carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.gallery .gallery-carousel-item-details {
    margin: 0 auto;
    position: absolute;
    color: #FFF;
    padding: 35px 0 20px 0;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    width: 100%;
    z-index: 1;
    bottom: 0;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
}

.gallery .gallery-carousel-item-details h3 {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    /*background: #c71d22;*/
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 3px;
}

/* Buttons */
.gallery .gallery-carousel-btn {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    background: #1e6a39;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 5;
    display: none;
}

.gallery .gallery-carousel-btn.prev {
    left: 50px;
}

.gallery .gallery-carousel-btn.next {
    right: 50px;
}

/* Mobile: 1 project only */
@media (max-width: 768px) {
    .gallery {
        padding: 0 0 30px 0;
    }

    .gallery .gallery-carousel-container {
        max-width: 346px;
        padding: 30px 0;
    }

    .gallery .gallery-carousel-item {
        flex: 0 0 calc(100% - 20px);
        margin: 0 10px;
    }

    .gallery .gallery-carousel-track {
        gap: 0;
    }

    .gallery .gallery-carousel-btn {
        top: 55%;
        padding: 5px 15px;
        z-index: 1;
    }

    .gallery .gallery-carousel-btn.prev {
        left: 10px;
    }

    .gallery .gallery-carousel-btn.next {
        right: 10px;
    }
}

.map {
    width: 100%;
    height: auto;
    display: table;
    padding: 50px 0;
    position: relative;
}

.map-title {
    width: 100%;
    height: auto;
    display: table;
    padding: 0 0 20px 0;
}

.map-title h2 {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.map-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    gap: 20px
}

.map-col {
    flex: 0 0 calc((100% - 60px) / 2);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

.map-col iframe {
    width: 100%;
    height: 320px;
    display: block;
}

.footer-form {
    width: 100%;
    height: auto;
    display: table;
    padding: 30px 0 50px 0;
}

.footer-form-main {
    width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    background: #EEE;
    padding: 30px 50px;
}

.form {
    width: 100%;
}

.form-col {
    width: 50%;
    float: left;
    padding: 10px 20px 0 0;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 0px dotted #CCC;
    margin: 10px 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.butn {
    border: none;
    padding: 12px;
    width: 100%;
    background-image: linear-gradient(to right, #1b4752, #1e6a39);
    background-origin: border-box;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.butn:hover {
    background-image: linear-gradient(to right, #1e6a39, #1b4752);
    color: #FFF;
}

.error {
    color: red;
    font-size: 0.7rem;
    position: relative;
    margin-top: 5px;
    text-align: left;
}

.error1 {
    color: #9d0a0e;
    font-size: 0.7rem;
    position: relative;
    margin-top: 5px;
    text-align: left;
}

.form-field-icon {
    position: relative;
}

.form-field-icon i {
    position: absolute;
    margin-top: 26px;
    margin-left: 10px;
    color: #1e6a39;
}

.milestone {
    width: 100%;
    height: auto;
    display: table;
    padding: 30px 0;
    position: relative;
    background: #1e6a39;
    background-image: url(https://www.transparenttextures.com/patterns/concrete-wall.png);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.3) 0px 0px 8px;
}

.milestone-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.milestone-col {
    width: 20%;
    height: auto;
    display: table;
    padding: 20px;
}

.milestone-col img {
    width: 80%;
}

.milestone-col h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #FFF;
    text-align: center;
}

.milestone-col p {
    font-size: 1rem;
    font-weight: 300;
    color: #FFF;
    text-align: center;
}

footer {
    width: 100%;
    height: auto;
    display: table;
}

.footer-main {
    width: 100%;
    height: auto;
    display: table;
}

.footer-col-left {
    width: 100%;
    height: auto;
    display: table;
    position: relative;
}

.footer-col-bg {
    /*background: #ff3110;*/
    padding: 80px 10px;
    z-index: 1;
    position: relative;
    color: #FFF;
    width: 100%;
    margin: 0 auto;
}

/*.footer-col-left .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f49d1e;
    opacity: .8;
    z-index: 0;
}*/

.footer-col-bg h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #1e6a39;
    text-align: center;
    text-transform: uppercase;
}

.footer-col-bg p {
    font-size: 1.3rem;
    line-height: 2.5rem;
    color: #000;
    text-align: center;
    font-weight: 300;
}

.footer-col-bg p span {
    color: #1e6a39;
    font-weight: 500;
}

.footer-col-bg p a {
    color: #000;
}

.base {
    width: 100%;
    height: auto;
    display: table;
    background: #333;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.base p {
    color: #CCC;
    text-align: center;
    font-weight: 300;
    line-height: 1.8rem;
}

.base a {
    color: #fecc09;
    font-weight: 500;
}

.wa {
    z-index: 99999;
    position: fixed;
    bottom: 5px;
    right: 0;
}

.cal {
    z-index: 99999;
    position: fixed;
    bottom: 15%;
    right: 0;
    display: block;
}

.cal img {
    width: 90%;
}

.pencil {
    z-index: 99999;
    position: fixed;
    bottom: 50%;
    left: 0;
    display: block;
}

.pencil img {
    width: 70%;
}

.pdf {
    z-index: 99999;
    position: fixed;
    bottom: 40%;
    left: 0;
}

.pdf img {
    width: 70%;
}

.cookie-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.95);
    display: none;
}

.cookie-form img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 70%;
    height: auto;
    z-index: 9999999;
}


.pop-btn {
    position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    border: 0;
    cursor: pointer;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999999;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    height: auto;
    max-width: 1200px;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content1 {
    margin: auto;
    padding: 20px;
    width: 60%;
}

.modal-content1 h3 {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
}

.closebtn {
    color: #DDD;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 5%;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: normal;
    cursor: pointer;
}

.modal-content-popup-form {
    margin-top: 10%;
    padding: 0;
}

.brochure-form-inner {
    padding: 20px;
    background-color: #1d3e73;
    display: table;
    background: url(../img/gallery-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.modal-content-popup-form h3 {
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.modal-content-popup-form p {
    letter-spacing: 0;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}

.modal-content-popup-form img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.form-col-mob {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.btn-pkg {
    padding: 10px 15px;
}

.error-pkg {
    color: #F0C311;
    font-size: 0.7rem;
    position: absolute;
    margin-top: -7px;
}

select {
    /* styling */
    background-color: #FFF;
    color: #000;
    border: thin solid blue;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 1em;
    background-size: 5px 5px, 5px 5px, 1px 1.3em;
    background-repeat: no-repeat;
}

.desktop-hide {
    display: none;
}

.nk-cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}


.pop-btn {
    position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    border: 0;
    cursor: pointer;
}

.nk-cookie-banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 60%;
    height: auto;
    z-index: 9999999;
}


.thanks {
    background-color: transparent;
    color: #000;
    width: 100%;
    display: table;
    position: absolute;
}

.md {
    padding: 20px;
}

.company h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 3rem;
}

.w-80 {
    width: 80% !important;
}

.text-center {
    text-align: center !important;
}

.company {
    display: block;
    margin: 0 auto;
    top: 650%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.entry-popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 5;
}

.entry-popup .popup {
    background: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: relative;
}

/*.entry-popup .popup::before{
	content: '';
    background: url(../img/dazzle.png) no-repeat;
    height: 300px;
    width: 300px;
    background-size: 120px 120px;
    position: absolute;
    left: -63px;
    top: -63px;
	z-index: -1;
}*/

.entry-popup .popup h2 {
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    font-size: 1.5rem;
}

.entry-popup .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.entry-popup form {
    display: flex;
    flex-direction: column;
}

.entry-popup .form-col {
    width: 100%;
    padding: 0;
}

.entry-popup input {
    background-color: #eee;
    background-image: none;
    border: 0px dotted #CCC;
    border-radius: 10px;
}

.entry-popup .hidden {
    visibility: hidden;
    opacity: 0;
}