@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.subpage-search {
    display: none !important;
}
.margin-top-fix {
    margin-top: 10px;
}

.banner {
    background-image: url("/templates/realitymgm.sk/images/developers-banner.webp");
    background-position-y: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 73px;
}
.banner video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 1;
}

.banner:after {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: .2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.title-for-developers {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
}
.w-25 {
    width: 25% !important;
}
.dark-section {
    /*background-color: #202020;*/
    background-color: #fbfbfb;
}
.dark-section p {
    font-size: 24px;
    color: #000;
    text-align: center;
}
.red-text {
    color: var(--primary-color) !important;
}
.dark-section p:first-child {
    padding: 40px 0 0;
}
.dark-section p:last-child {
    padding: 40px 0 40px;
}
.why-us h4 {
    padding-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    max-width: 280px;
}
.cards h3, .titlesss h3, .contact-us h3, .why-us h3{
    text-align: center;
    padding: 30px 0 10px;
    font-size: 34px;
}
.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cards p,
.why-us p {
    text-align: center;
    font-size: 24px;
    padding-bottom: 30px;
}
.what-we-do .card {
    transition: all .3s ease;
    border: 0;
    /*background-color: #202020;*/
    /*background-color: #0292b7;*/
    /*background: rgb(18,18,19);
    background: linear-gradient(135deg, rgb(14 14 14) 0%, rgb(53 52 52) 43%, rgb(176 181 182) 100%);*/

    background: rgb(18,18,19);
    background: linear-gradient(157deg, rgb(30 30 30) 0%, rgb(46 45 45) 43%, rgb(104 104 104) 100%);
    color: #fff;
    margin-bottom: 25px;
    padding: 15px 30px;
    border-radius: 25px;
    height: 325px;
}
.what-we-do .card.exp {
    height: 475px;
}

/*.what-we-do .card:hover {
    transform: scale(1.1);
}*/

.what-we-do .card ul li {
    list-style-type: none;
}
.what-we-do .card ul li::before {
    content: "✓";
    left: 50px;
    position: absolute;
    color: rgb(128 128 127);
}
.what-we-do .card h4 {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 28px;
    margin-bottom: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    position: relative;
}
.what-we-do .card h4:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: rgb(128 128 127);
    position: absolute;
    bottom: -10px;
    left: 0;
}
.what-we-do .card ul{
    list-style: none;
    padding: 0 15px;
    margin-bottom: 0;
}
.what-we-do .card ul li {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    padding-left: 15px;
    padding-bottom: 8px;
}

.developer-cards {
    padding-top: 50px;
    margin-top: -50px;
}
.developer-cards .owl-stage-outer {
    overflow: hidden;
}
.developer-cards .owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
}
.owl-item {
    float: left;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.contact-us p,
.contact-us a {
    font-size: 18px;
}
.contact-us h4 {
    font-size: 20px;
}
.readmore-btn {
    background-color: transparent;
    padding: 5px 0;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    margin: 15px 30px;
    transition: .3s;
}
.readmore-btn:hover {
    color: var(--primary-color);
    text-decoration: underline;
}
.developer-projects .owl-prev:hover, .developer-projects .owl-next:hover {
    /*background-color: #ffff5d;*/
    background-color: #353535;
    border: 3px solid #353535;
    color: #fff;
}
.developer-projects .owl-prev, .developer-projects .owl-next {
    width: 50px;
    height: 50px;
    /*border: 3px solid #ffff5d;*/
    background-color: #0292b7;
    border: 3px solid #0292b7;
    /*background: transparent;*/
    font-size: 22px;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 50px;
}
.developer-projects .owl-next {
    margin-left: 5px;
}
.developer-card {
    color: #fff;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
a.developer-card:hover img {
    filter: none;
    transform: scale(1.2);
}
.developer-card:hover img, .developer-card.gray img {
    filter: grayscale(1);
}
.developer-card img {
    position: absolute;
    transition: .3s;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}
.developer-card .text {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 15px;
    color: #fff;
}
.developer-card h5 {
    color: #fff;
    text-align: left;
}
.developer-card h6 {
    color: #fff;
    text-align: left;
}
.developer-card i.la-map-marker {
    color: #ffff5d;
}
.developer-card:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.developer-projects .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.developer-projects .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.titlesss h3 {
    color: #000;
}
.titlesss h4  {
    text-align: center;
    color: #000;
    padding: 0 0 30px;
    font-size: 24px;
}
section {
    padding: 50px 0;
}

#contact-form .form-group {
    margin-bottom: 30px;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 0;
    border: none;
}


#contact-form select {
    color: #000 !important;
}

#contact-form input:focus-visible,
#contact-form select:focus-visible,
#contact-form textarea:focus-visible,
#contact-form input:hover,
#contact-form select:hover,
#contact-form textarea:hover,
#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
    /*border: none !important;*/
    outline: none;
}
#contact-form input[type=text]:hover,
#contact-form input[type=email]:hover,
#contact-form textarea:hover,
#contact-form input[type=text]:focus,
#contact-form input[type=email]:focus,
#contact-form textarea:focus,
#contact-form input[type=text]:hover,
#contact-form input[type=email]:hover,
#contact-form textarea:hover,
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
    border-bottom: 1px solid #ccc;
}

.btn-hypo {
    background: #0292b7 !important;
    font-size: 18px;
    border-radius: 25px;
    border: 0;
    padding: 10px 40px;
    color: #fff !important;
}
.btn-hypo:hover {
    background: #353535 !important;
}

#contact-form .btn-hypo {
    width: 100%;
    border-radius: 25px !important;
}

.none {
    display: none;
}

#you-robot p {
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
    color: #a34759;
}

.success-message {
    display: none;
}

.error-message {
    display: none;
    color: #a34759;
    font-size: 12px;
    padding: 5px 0 0 12px;
}

.has-error .error-message {
    display: block;
}

.has-error input,
.has-error select,
.has-error textarea {
    border-bottom: 1px solid #fb7a7a !important;
}

#page709 .title-down2,
#page709 .breadcrumb,
#page623 .title-down2,
#page623 .breadcrumb {
    display: none;
}

#page709 a,
#page623 a {
    color: #0292b7;
}

/* RESPONSIVE */

@media screen and (min-width: 992px) {
    .developer-card h5 {
        font-size: 30px;
    }
    .developer-card h6 {
        font-size: 20px;
    }
}

@media screen and (min-width: 1500px) {
    .developer-card, .developer-card img {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .developer-card, .developer-card img {
        height: 170px;
    }
    #page709 .banner,
    #page623 .banner {
        margin-top: -25px;
        height: 250px;
    }
    .title-for-developers {
        font-size: 32px;
    }
    .dark-section p,
    .cards p {
        font-size: 18px;
    }
    .cards h3, .titlesss h3, .contact-us h3, .why-us h3 {
        font-size: 26px;
    }
    .dark-section p:first-child {
        padding: 0 15px 0;
    }
    .dark-section p:last-child {
        padding: 40px 15px 0;
    }
    .cards p {
        padding: 0 15px 30px;
    }
    section {
        padding: 40px 0;
    }
    .what-we-do .card h4 {
        font-size: 24px;
    }
    .what-we-do .card ul li {
        font-size: 16px;
    }
    .contact-us p.main-text {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .what-we-do .card:first-child {
        height: 325px;
    }
    .what-we-do .card:last-child {
        height: 350px;
    }
    .what-we-do .card:first-child.exp {
        height: 370px;
    }
    .what-we-do .card:last-child.exp {
        height: 505px;
    }
}