/*!
 * NICHE Landing Page
 * Custom Stylesheet for this Landing Page
 * Landing Page (https://cpacodex.com)
 * Copyright 2014-2019 CPACodex Web Services
 * Licensed under MIT 
 */

 /* Global Changes */

 html {
  scroll-behavior: smooth;
}


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

.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;
}

  /* 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 */
      }
    }

.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: 'Averta-Regular';
    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;
    }

    .footer-logo-mobile {
        width: 50%;
    }

    .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: 'Averta-Regular';
        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: 'Averta-Regular';
    }

    .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: 'Averta-Regular';
    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;
}



