@charset "UTF-8";

/*
	GENERAL
* ----------------------------------------------------------------------------
*/

body {
	position: relative;
	left: 0px;
    background: #fff;
	color: #000;

}
body, div, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, dl, dt, dd,
img, form, fieldset, input, button, textarea, blockquote, * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*border: solid 1px red;*/
}
@media only screen and (min-width: 1200px) {
  .container {
		max-width: 1200px;
		margin: 0 auto;
	}
}
    .container.full {padding: 0;}
    .container.wide {max-width: 100%;}
    
    *                                   {box-sizing: border-box;}
	* html .clearfix					{ zoom: 1; } /* IE6 */
	*:first-child+html .clearfix		{ zoom: 1; } /* IE7 */


/*
	GLOBAL + FORM
* ----------------------------------------------------------------------------
*/

div, h1, h2, h3, h4, h5, h6, a, p, ul, label {
	font-family: 'Poppins';
}
p, label {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
}
label {cursor: pointer;}
a {
	font-weight: normal;
	color: rgba(0,0,0,0.75);
	text-decoration: underline;
}
a:hover  {color: rgba(0,0,0,1.00);}
a:focus {outline: 0;}
/*a:visited {color: rgba(0,0,0,0.75);}*/

a.btnarrow {
    display: inline-block;
    padding: 0.8em 1.8em;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
    background: rgba(182, 17, 37, 1);
    border-radius: 3px;
    transition: 0.6s;
}
a.btnarrow:hover {
    background: rgba(182, 17, 37, 0.85);
}
a.btnarrow svg {
    padding-top: 0.12em;
    margin-left: 0.3em;
    height: 12px;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 40px;
    transition: transform 0.3s ease;
}
a.btnarrow:hover svg {
    transform: translateX(0.2em);
}

a.button,
input[type="submit"],
button[type="submit"] {
	display: inline-block;
    width: 100%;
	padding: 14px 28px;
    font-size: 16px;
	font-family: "Poppins";
	font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
	color:#fff;
	background: rgba(182, 17, 37, 1);
	transition: background 0.6s ease-in-out;
	border-radius: 3px;
    cursor: pointer;
}
a.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
	background: rgba(182, 17, 37, 0.85);
}
input[type="submit"]:disabled {
	background-color: rgba(55,65,80,0.1);
    border: solid 1px rgba(55,65,80,0.2);
    color: rgba(55,65,80,0.2);
    transition: border, background 1s ease;
    cursor: default;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	width: 100%;
	font-family: "Poppins";
	color: rgba(0,0,0,1);
	font-weight: 600;
	padding: 16px 6px;
    font-size: 14px;
	background-color: rgba(255,255,255,1);
	border: solid 1px rgba(0, 0, 0, 0.3);
	transition: all 1s ease;
	border-radius: 3px;
    box-sizing: border-box;
    resize: none;
}
select {
    color: rgba(0,0,0,0.6);
    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(1.5em + 2px),
        calc(100% - 15px) calc(1.5em + 2px),
        calc(100% - 2.5em) 1.1em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
textarea {resize: none;}
input[type="checkbox"] {position: absolute;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: rgba(38,45,51,1);
	border: solid 1px rgba(142,199,62,1);
	background-color: rgba(255,255,255,1);
    box-shadow: 0 0 0 1.2px #98c553, 0 1px 2px rgba(0, 0, 0, .15);
}

::selection {color: #fff; background: rgba(182, 17, 37, 0.9);}
::-moz-selection {color: #fff; background:  rgba(182, 17, 37, 0.9);}
::-webkit-input-placeholder {
	position: relative;
    font-weight: 400;
	border-radius: 0px;
	transition: all 0.5s ease;
	color: rgba(0, 0, 0, 0.7);
}
:focus::-webkit-input-placeholder {
	border-radius: 0px;
    font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
}
.flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    flex-direction: row;
}


/*
	HEADER
* ----------------------------------------------------------------------------
*/

header {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0);
    transition: all 0.5s ease;
}
@media only screen and (max-width: 992px) { 
    header {
        background: rgba(255,255,255,1);
    }
}
    header.shrink {
        background: rgba(255,255,255,1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    }
    header div.container {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 80px;
        transition: all 0.5s ease;
    }
        header.shrink div.container {
            height: 80px;
        }
    @media only screen and (min-width: 992px) {
        header div.container {
            height: 120px;
        }
    }

        header .logo {
            width: 200px;
            transition: all 0.5s ease;
        }
        @media only screen and (min-width: 992px) {
            header .logo {
                width: 240px;
            }
            header.shrink .logo {
                width: 160px;
            }              
        }
            header .logo svg {
                width: 100%;
                height: auto;

                .square {
                    fill:#b61125;
                }
	            .abade, .s {
                    fill:#ffffff;
                    transition: 0.5s ease;
                }
            }
            header.shrink .logo svg {
	            .abade {
                    fill:#858585;
                }
            }
            @media only screen and (max-width: 992px) {
                header .logo svg {
                    .abade {
                        fill:#858585;
                    }
                }
            }

        nav {
            display: none;
            margin-left: auto;
            white-space: nowrap;
        }
        @media only screen and (min-width: 992px) {
            nav {
                display: block;
            }
        }
            nav ul {
                margin: 1em 0;
                text-align: center;
            }
            nav li {
                display: inline;
            }
            nav a, #navmenu a {
                display: inline-block;
                position: relative;
                padding: 4px 16px;
                font-size: 16px;
                font-weight: 600;
                text-transform: uppercase;
                text-decoration: none;
                color: #fff;
            }
            #navmenu a {
                color: #000
            }
            
            header.shrink nav a,
            header.shrink #navmenu a {
                color: #000;
            }
            nav a:hover, #navmenu a:hover {
                color: #fff;
            }
            header.shrink nav a:hover,
            header.shrink #navmenu a:hover {
                color: #fff;
            }
            nav a:before, #navmenu a:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(182, 17, 37, 0);
                border-radius: 3px;
                transform: scale(0.7);
                opacity: 0;
                transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                z-index: -1;
                transition: 0.5s ease;
            }
            nav a.selected:before, nav a:hover:before, #navmenu a:hover:before {
                transform: scale(1);
				opacity: 1;
				background: rgba(182, 17, 37, 1);
            }

        #navmenu {
            /**/
            position: fixed;
            z-index: 999;
            top: 0;
            left: 0;
            right: 0;
            /**/
            overflow: hidden;
            margin-top: 80px;
            background: rgba(255,255,255,1);
            height: 0;
            opacity: 0;
            visibility: hidden;
            transition: all 0.6s ease;
            text-align: center;
            ul{
                margin: 30px;
                list-style: none;

                li {
                    margin: 5px 0;
                    padding: 0 10px;
                    margin-bottom: 15px;

                    a {font-size: 18px;}
                }
            }
        }
        @media only screen and (min-width: 992px) {
            #navmenu {display: none;}
        }

        #toggle {
            display: inline-block;
            width: 28px;
            height: 30px;
            margin: 18px 0 10px auto;
            background: none;
            cursor: pointer;

            span:after,
            span:before {
                content: "";
                position: absolute;
                left: 0;
                top: -9px;
            }
            span:after{top: 9px;}
            span {
                position: relative;
                display: block;
            }
            span,
            span:after,
            span:before {
                width: 100%;
                height: 5px;
                background-color: #A44547;
                transition: all 0.3s;
                backface-visibility: hidden;
                border-radius: 2px;
            }
        }
        #toggle[aria-expanded=true] {
            span {background-color: transparent;}
            span:before {transform: rotate(45deg) translate(5px, 5px);}
            span:after {transform: rotate(-45deg) translate(7px, -8px);}

        }
        #toggle[aria-expanded=true] + #menu {
            opacity: 1;
            visibility: visible;
        }
        @media only screen and (min-width: 992px) {
            #toggle {display: none;}
        }

main {
    transition: all 0.5s ease;
}
main.subpage {
    padding-top: 110px;
}
main.admin {
    padding-top: 210px;
}

/*
	SWIPER
* ----------------------------------------------------------------------------
*/

.swiper {
    text-align: center;
}
    .swiper-slide {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        /*height: calc(100vh - 80px);*/
        height: 79vh;
        transition: all 0.5s ease;

        
    }
    .swiper-slide:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 85%, rgba(80,115,163,0) 85%, rgba(0,0,0,0.4) 100%);
    }
        .swiper .container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            z-index: 100;
            position: absolute;
            left: 0;
            right: 0;
        }
            .content {
                display: inline-block;
                width: 100%;
                text-align: center;
            }
        @media only screen and (max-width: 992px) {
            .content {
                width: 100%;
                text-align: center;
            }
        }
            .swiper h1 {
                margin: 0;
                padding: 0;
                font-size: 4em;
                font-weight: 800;
                line-height: 1.1em;
                color: rgba(255,255,255,1);
            }

        .swiper-pagination {
            display: none;
            left: 0;
            right: 0;
            bottom: 20px!important;
        }
            .swiper-pagination-bullet {
                background: rgba(255,255,255,1);
                margin: 0 4px;
            }
            .swiper-pagination-bullet-active {
                background: rgba(255,255,255,1);
            }

        .swiper .arrow-down {
            z-index: 100;
            position: absolute;
            bottom: 40px;
            left: calc(50% - 4px);
            height: 24px;
            color: rgba(255,255,255,0.5);
            animation: jumpInfinite 1.5s infinite;
            transition: 0.3s;
            transform: scale(0.8);
        }
            .swiper .arrow-down.hidden {
                display: none;
            }
            .swiper .arrow-down:hover {
                color: rgba(255,255,255,1);
            }
            .swiper .arrow-down::before,
            .swiper .arrow-down::after {
                content: " ";
                position: absolute;
                left: 0;
                width: 16px;
                height: 16px;
                border-bottom: 4px solid;
                border-right: 4px solid;
                border-radius: 2px;
                transform: rotate(45deg);
            }

            .swiper .arrow-down::before {
                top: 0;
            }
            .swiper .arrow-down::after {
                top: 12px;
            }

            @keyframes jumpInfinite {
                0% {margin-bottom: 0;}
                50% {margin-bottom: 10px;}
                100% {margin-bottom: 0;}
            }



/*
	SECTION: KOLOBRZEG
* ----------------------------------------------------------------------------
*/

#kolobrzeg {
    padding: 20px 0;
    background: #b61125;

    div {
        flex-basis: 33%;
        align-content: flex-start;
        text-align: center;
        padding: 1em 2em;
    }
    img {
        height: 80px;
    }
    p {
        margin-top: 12px;
        font-size: 0.85em;
        line-height: 1.1em;
        color: #fff;
    }

}
@media only screen and (max-width: 992px) {
    #kolobrzeg {

        div {
            flex-basis: 50%;
            padding: 1em 0.5em;
        }
        img {
            height: 86px;
        }
        p {
            font-size: 1em;
            line-height: 1.2em;
        }
    }
}

/*
	SECTION SG - O NAS + LOKALE + PRZEWAGA + INWESTYCJE + WYNAJEM
* ----------------------------------------------------------------------------
*/

#onas, #lokale, #przewaga, #inwestycje, #wynajem {
    padding: 80px 0;
    background-color: #efefef;

    h1 {
        margin-top: -40px;
        padding-bottom: 60px;
        font-size: 2.6em;
        font-weight: 800;
        color: #313131;
        text-align: center;
    }
}
#onas {
    picture {order: 2;}
    article {
        order: 1;
        padding: 0 8% 0 0;
    }
}
#lokale {
    picture {order: 1;}
    article {
        order: 2;
        padding: 0 0 0 8%;
    }
}
#lokale {
    background-position: top;
    background-size: cover;
}

#onas, #lokale {
    picture {
        width: 50%;
    }
        picture img {
            width: 100%;
        }
    article {
        width: 50%;
        align-items: center;
        align-content: center;
    }
    p {
        padding-bottom: 0.6em;
        font-size: 0.9em;
        text-align: justify;
    }
    p.budujemy img {
        width: 60%;
    }
}

@media only screen and (max-width: 992px) {
    #onas, #lokale {
        padding-top: 60px;

        .flex {
            flex-direction: column;
        }
        picture {
            margin: 0 auto;
            order: 2;
            width: 80%;
        }
        article {
            order: 1;
            text-align: center;
            padding: 0;
            width: 80%;
            margin-bottom: 2em;
        }
        p {
            font-size: 1em;
            width: 100%;
            text-align: center;
        }
    }
}


/*
	SECTION SG - PRZEWAGA
* ----------------------------------------------------------------------------
*/

#przewaga {
    background-position: top;
    background-size: cover;


    .flex {
        gap: 2%;
    }
    .feature-card {
        background-color: #ffffff;
        border-radius: 15px;
        padding: 40px 30px;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(33.333% - 2%);
        min-width: 300px;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        margin-top: 60px;
        transition: all 0.6s ease;

        .icon-wrapper {
            width: 80px;
            height: 80px;
            background-color: #a13431;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: -40px;
            left: 50%;
            transform: translateX(-50%);
            transition: all 0.6s ease;

            svg {
                height: 38px;
                fill: #fff;
            }
        }

        h3 {
            margin: 14px 0;
            font-size: 1.05em;
            line-height: 1.3;
            font-weight: 700;
            text-transform: uppercase;
        }
        p {
            font-size: 0.8em;
            margin: 0;
            text-align: justify;
        }
    }
    .feature-card:hover {
        background-color: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(3px);
        transform: scale(1.03);
    }

}
@media only screen and (max-width: 992px) {
    #przewaga {
        .feature-card {
            flex-basis: calc(50% - 2%);
        }
    }
}
@media only screen and (max-width: 600px) {
    #przewaga {
        .feature-card {
            flex-basis: 100%;
        }
    }
}


/*
	SECTION SG - INWESTYCJE
* ----------------------------------------------------------------------------
*/

#inwestycje {
    background: #fff;

    h1 {
        padding-bottom: 0;
        margin-bottom: -30px;
    }
    h2 {
        position: relative;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: 500;
        color: #313131;
        margin-top: 40px;
        margin-bottom: 10px;
        padding-bottom: 6px;
        text-align: center;
    }
    h2::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 2px;
        background-color: #313131;
        border-radius: 2px;
    }
    .flex {
        gap: 2%;
    }
    .investment-card {
        flex-grow: 1;
        flex-shrink: 1;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        margin-top: 16px;
        transition: all 0.2s ease;

        picture img {
            display: block; 
            overflow: hidden;
            width: 100%;
            height: auto;
        }
    }
    .big .investment-card {
        flex-basis: calc(50% - 2%);
        background-color: #98c553;

        .details {
            width: 100%;
            height: 80px;
            position: absolute;
            bottom: 0px;
            background: rgb(255, 255, 255, 0.85);
            backdrop-filter: blur(2px);

            .logo svg {
                height: 45px;
                width: auto;
                fill: #313131;
            }
        }
        .details.flex div {
            display: flex;
            flex-grow: 1;
            align-items: center;
            justify-content: center;
        }
    }
    .small .investment-card {
        border-radius: 9px;
        border: solid 2px #efefef;
        flex-basis: calc(25% - 2%);

        picture img {
            border-radius: 7px 7px 0 0;
        }

        .details {
            padding: 10px 4px;
        }
        h4 {
            font-size: 1em;
            line-height: 1;
        }
        p {
            font-size: 0.8em;
            color: #313131;
        }
    }
    .small .investment-card:hover {
        transform: scale(1.01);
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

}
@media only screen and (max-width: 992px) {
    #inwestycje {
       .big .investment-card {
            flex-basis: calc(50% - 2%);

            .details .logo svg {
                height: 35px;
            }
        }
    }
}
@media only screen and (max-width: 600px) {
    #inwestycje {
        .big .investment-card {
            flex-basis: 100%;

            .details .logo svg {
                height: 30px;
            }
        }
        .small .investment-card {
            flex-basis: calc(50% - 2%);

            h4 {
                font-size: 0.8em;
            }
            p {
                font-size: 0.6em;
            }
        }
    }
}


/*
	LOCATIONS
* ----------------------------------------------------------------------------
*/

#locations {
    img {
        display: block;
        width: 100%;
        height: auto;
    }
}



/*
	WYNAJEM
* ----------------------------------------------------------------------------
*/

#wynajem {
    background-position: top;
    background-size: cover;
    padding: 90px 0;

    .container {
        width: 50%;
    }
    @media only screen and (max-width: 992px) {
        .container {
            width: 80%;
        }
    }
    h1, p {
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
        text-shadow: 0 0 10px white, 0 0 20px rgba(255, 255, 255, 1);
    }

    h1 {
        margin-top: 0px;
    }
    p {
        font-size: 1.2em;
        font-weight: 500;
        text-align: center;
        margin-bottom: 12px;
    }
    a {
        margin-top: 24px;
        text-shadow: none;
    }

}

/*
	KONTAKT
* ----------------------------------------------------------------------------
*/
#kontakt {
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: center;
    background-color: #efefef;

    .container {
        display: flex;
        gap: 20px;
    }

    .team {
        flex: 0.5;
        padding: 20px;
        background-color: #f0f0f0;

        .contact-list {
            display: flex;
            flex-direction: column;
            gap: 30px;
            padding: 20px;

            .card {
                background-color: transparent;
                padding: 10px;
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 10px;

                picture {
                    width: 140px;
                    height: 140px;

                    img {
                        width: 100%;
                        height: 100%;
                        border-radius: 50%;
                        object-fit: cover;
                        border: solid 6px #fff;
                    }
                }
                .details {
                    flex: 1;
                    text-align: left;

                    h3 {
                        font-size: 1.1em;
                        margin-bottom: 4px;
                        color: #313131;
                    }
                    p {
                        font-size: 0.8em;
                        font-weight: 600;
                        color: #313131;
                        white-space: nowrap;
                    }
                    p.position {
                        font-weight: 500;
                        margin-bottom: 4px;
                    }
                    a {
                        font-weight: 600;
                        color: #313131;
                        text-decoration: none;
                    }
                }
            }
        }
        @media (max-width: 992px) {
            .contact-list {
                flex-direction: row;

                .card {
                    flex-wrap: wrap;
                    flex-grow: 1;
                    flex-shrink: 1;
                    text-align: center;
                }
            }
        }
    
    }
    .contactform {
        flex: 1.5;
        padding: 60px 20px;
        border-radius: 24px;
        background-color: #fff;
    }
    @media (max-width: 992px) {
        .container {
            flex-direction: column;
        }
    }

    h1 {
        margin-bottom: 40px;
    }
    h2 {
        margin: 0 auto;
        width: 90%;
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 40px;
    }
    @media only screen and (min-width: 992px) {
        h2 {width: 70%;}
    }
    form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        transition: all 1.2s ease;
    }
    @media only screen and (min-width: 992px) {
        form {width: 85%;}
    }
         .subject {
            padding: 0!important;
            border: none!important;
            background: none!important;
            margin: 16px 6px;
            padding-bottom: 6px!important;
            position: absolute;
            text-align: left;
            font-weight: 400;
            font-size: 14px;
            color: rgba(55,65,80,0.7);
            border-bottom: dotted 1px rgba(55,65,80,0.2)!important;
        }
        textarea.ws {
            padding-top: 50px;
        }
        .col, .max {
            width: 100%;
            padding: 6px;
            margin: 0.5%;
            box-sizing: border-box;
        }
        @media only screen and (min-width: 600px) {
            .col {width: 49%;}
        }

        label.terms {
            text-align: left;
            display: inline-block;
            margin-left: 20px;
            font-size: 13px;
            line-height: 15px;

            span {display: block; margin-top: 6px;}
        }
        .required {
            text-align: right;
            font-size: 10px;
        }
        .cf_error input,
        .cf_error textarea,
        .cf_error div {
            border: solid 1px rgba(170,26,26,1);
            background: rgba(170,26,26,0.05);
        }
        .cf_error div {padding: 12px;}
        .cf_error p {
            display: none;
            font-size: 12px;
            font-weight: 800;
            color: rgba(170,26,26,0.9);
            margin-top: 6px;
        }
       #cf_response {
            margin-bottom: 24px;

            p {
                text-align: center;
                font-size: 16px;
                font-weight: 800;
                color: rgba(170,26,26,1);
            }

            img {
                height: 70px;
            }
        }

        #cf_response_sent {
            p {
                margin: 120px auto;
                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase;
            }
        }

	.modal {
		display: none;
		position: fixed;
		z-index: 1000;
		padding: 20px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
        /*overflow: hidden;*/
		background-color: rgba(255,255,255,0.5);
        backdrop-filter: blur(10px);
        .modal-content.visible {opacity: 1;}

        ::-webkit-scrollbar {display: none;}
        scrollbar-width: none;

        .strong {
            color: rgba(55,65,80,1);
            font-weight: bold;
        }
		p, h4, ul {
			color: #000;
			text-align: left;
			font-size: 14px;
			margin-bottom: 6px;
		}
		h4 {font-size: 16px;
            margin: 16px auto;
        }
        ul {margin-left: 20px;}

        .modal-content {
			position: relative;
			background-color: #fefefe;
			margin: auto;
			padding: 0;
			border: solid 1px rgba(0, 0, 0, 0.1);
            border-radius: 12px;
			width: 90%;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1),0 6px 10px 0 rgba(0,0,0,0.1);
            transition: 1s;

            /*width: 100%;
            height: 100%;
            overflow-y: scroll;
            padding-right: 0px;
            box-sizing: content-box;*/
		}

        .modal-close {
			color: rgba(255,255,255,0.25);
			/*float: right;*/
            position: absolute;
            top: 0px;
            right: 15px;
			font-size: 50px;
			font-weight: bold;
			transition: color 0.6s ease;
		}
		.modal-close:hover,
		.modal-close:focus {
			color: rgba(255,255,255,1);
			text-decoration: none;
			cursor: pointer;
		}
		.modal-header {
			padding: 20px;
            border-radius: 12px 12px 0 0;
			background-color: rgba(182, 17, 37, 1);
			color: rgba(255,255,255,1);
		}
		.modal-body {padding: 30px 60px;}
	}

}


/*
	FOOTER
* ----------------------------------------------------------------------------
*/

footer {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background: rgba(49, 49, 49, 1);

    .flex {
        justify-content: space-between;
    }
    h1, h2, p, a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
    }
    h1 {
        margin-bottom: 4px;
        text-transform: uppercase;
    }
    h2 {margin-top: 3px;}
    .details p {white-space: nowrap;}
    a {
        font-size: 0.9em;
        
        text-decoration: none;
        transition: 0.6s;
        color: rgba(255, 255, 255, 1);
    }
    a:hover {color: rgba(255, 255, 255, 0.7);}
    
    ul {
        margin: 0 10px;
        display: flex;
        flex-direction: column;
        white-space: nowrap;
        align-items: flex-start;

        a {
            font-size: 0.7em;
            font-weight: 600;
            text-transform: uppercase;
        }
    }
    li {
        display: inline;
    }
    ul.socialmedia {
        flex-direction: row;
        justify-content: center;

        a {
            padding: 0.4em;
        }
        img {
            height: 36px;
            width: auto;
        }
    }

    .details {
        flex-basis: 70%;
        justify-content: flex-start;

        div {
            padding: 0 10px;
            width: 28%;
        }
        div:nth-child(1) {
            margin: 0;

            h1 {
                margin-bottom: 4px;
                text-transform: unset;
            }
        }

    }
    @media only screen and (max-width: 992px) {
        .details {
            flex-basis: 100%;
            justify-content: space-around;

             div:nth-child(1) {
                width: 90%;
                margin-bottom: 40px;

                h1, p {text-align: center;}
            }
        }
        .links {
            margin-top: 40px;
            flex-basis: 100%;


            ul {align-items: center}
        }
    }

    .disclaimer {
        flex-basis: 60%;

        p {
            color: rgba(255, 255, 255, 0.3);
            font-size: 0.65em;
            line-height: 1.1em;
            text-align: justify;
        }
    }
    @media only screen and (max-width: 992px) {
        .disclaimer {
            flex-basis: 100%;
            p {text-align: center;}
        }
    }
    .copyrights {
        flex-basis: 40%;

        p {
            font-size: 0.75em;
            line-height: 1.2em;
            text-align: right;
        }
        @media only screen and (max-width: 992px) {
           /* p {text-align: center;}*/
        }
        span.studio71 {
            font-size: 0.8em;
            color: rgba(255, 255, 255, 0.7);
            
            a {
                text-decoration: none;
                color: rgba(255, 255, 255, 0.7);
            }
            a:hover {color: rgba(255, 255, 255, 1);}
        }
    }
    @media only screen and (max-width: 992px) {
        .copyrights {
            flex-basis: 100%;
            p {text-align: center;}
        }
    }
    .disclaimer,
    .copyrights { margin-top: 60px;}
}


/*
	FLOATING PHONE
* ----------------------------------------------------------------------------
*/
#floatingPhone {
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: auto;

    .label {
        display: flex;
        align-items: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        background: rgba(182, 17, 37, 1);
        color: #0b1626;
        padding: 14px 18px;
        border-radius: 12px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1),0 6px 10px 0 rgba(0,0,0,0.1);
        transform-origin: right center;
        transform: translateX(8px) scale(0.9);
        opacity: 0;
        pointer-events: none;
        transition: transform .28s cubic-bezier(.2,.9,.3,1),opacity .2s;
        /*white-space: nowrap;*/
        font-weight: 600;
        font-size: 15px;

        .phone-item {
            white-space: nowrap;
        }
        h2 {
            font-size: 1.1em;
            font-weight: 400;
            margin-bottom: -8px;
            color: #fff;
            white-space: nowrap;
        }
        p, a {
            color: #fff;
            text-decoration: none;
            white-space: nowrap;
        }
        a {
            font-weight: 600;
        }
    }
    @media (max-width:420px){
        .label {
            padding: 8px 12px;
            font-size: 14px;
        }
    }
    .floating-phone__button {
        width: 70px;
        height: 70px;
        border-radius: 999px;
        display: inline-grid;
        place-items: center;
        background: rgba(182, 17, 37, 1);
        color: #fff;
        border: solid 2px #fff;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1),0 6px 10px 0 rgba(0,0,0,0.1);
        cursor: pointer;
        transform: translateZ(0);
        transition: transform .15s ease, box-shadow .15s ease, background-color .3s ease, border-color 0.3s ease;

        .floating-phone__icon {
            width: 42px;
            height: 42px;
            display: block;
        }
        @media (max-width:420px){
            .floating-phone__icon {
                width: 22px;
                height: 22px;
            }
        }
    }
    @media (max-width:420px){
        .floating-phone__button {
            width: 50px;
            height: 50px;
        }
    }
    .floating-phone__button:hover {
        border: solid 2px rgba(182, 17, 37, 0.25);
        background: rgba(182, 17, 37, 0.85);
    }
    .floating-phone__button:active {
        transform: scale(.96);
    }
}
@media (max-width:420px){
    #floatingPhone {
        right: 12px;
        bottom: 12px;
    }
}
#floatingPhone.open {
    .label {
        transform: translateX(0) scale(1);
        opacity: 1;
        pointer-events: auto;
    }
    .floating-phone__button {
        transform:rotate(-12deg) translateZ(0);
        border: solid 2px rgba(182, 17, 37, 1);
        background: rgba(182, 17, 37, 1);
    }
}

