@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway: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');

@font-face {
    font-family: Futura;
    src: url(../fonts//font/FuturaLT-Book.woff);
}

:root {
    --color1: #e4b780;
    --color2: #c7c7c7d8;
    --gradient1: linear-gradient(rgba(0, 0, 0, 0.450), rgba(0, 0, 0, 0.450));
    --gradient2: linear-gradient(rgba(0, 0, 0, 0.827), rgba(0, 0, 0, 0.753));
}

html {
    overflow-x: hidden !important;
}

* {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: rgb(0, 0, 0);
    position: absolute;
}

::-webkit-scrollbar-track {
    opacity: 0;
}

::-webkit-scrollbar-thumb {
    background-color: var(--color1);
    border-radius: 100px;
}

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden !important;
}

a {
    color: white;
    text-decoration: none;
}

h1 {
    font-weight: 900;
}

h2 {
    font-weight: 800;
}

h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
}

.font-bold {
    font-weight: 900;
}

.font-light {
    font-weight: 300;
}

header {
    position: fixed;
    z-index: 3;
}

.serif {
    font-family: sans-serif !important;
}

.first-window {
    padding: 1rem;
    border: 1px white solid;
    border-radius: 15px;
    background-color: #4c4c4c2e;
    backdrop-filter: blur(7px);
}

.first-window h2:first-child {
    font-weight: bolder;
}

.logo {
    width: 3.5rem;
}

.ul1 {
    background-color: #00000046;
    backdrop-filter: blur(6px);
    z-index: 2;
}

.ul1 a {
    color: var(--color1);
    transition: all .2s;
}

.ul1 a:hover {
    color: white;
    font-weight: bold;
    transition: .4s;
}

.ul1 .active a {
    color: white;
    font-weight: bold;
}

.collapse .active a {
    color: var(--color1) !important;
    font-weight: bolder;
    transition: .4s;
}

.sec1 {
    padding-top: 3rem;
    height: 95vh;
}

.bg1 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    z-index: -1;
    top: 0;
}

.h1 {
    border-radius: 20px;
    width: max-content;
    padding: 5px 7px;
    font-size: 3rem;
}

.sec1 .h1 .georgia {
    font-weight: 300;
    font-size: 85%;
}

.sec1 .h1 .banner {
    font-weight: 900 !important;
}


.h11 {
    font-weight: 400;
    font-size: 2rem;
    animation: textanim 1.3s ease 0s;
}

.h22 {
    width: 100%;
}

.btn1 {
    background: rgb(213, 200, 62);
    background: linear-gradient(335deg, var(--color1) 0%, rgb(209, 170, 85) 100%);
    border-radius: 7px;
    font-size: 1.2rem;
    transition: all .2s;
}

.btn2 {
    background: linear-gradient(335deg, var(--color2) 0%, var(--color2) 100%);
    border-radius: 7px;
    font-size: 1.2rem;
    transition: all .2s;
    font-size: .8rem !important;
    border-radius: 25px;
    color: #000;
}

.btn2:hover {
    background: rgb(213, 200, 62);
    background: linear-gradient(335deg, var(--color1) 0%, rgb(209, 170, 85) 100%);
    transition: all .2s;
    border-radius: 10px;
}

.buttons {
    margin-top: 2rem;
}

.btn1:hover {
    border: 1px white solid;
    transition: all .2s;
    border-radius: 20px;
    color: white !important;
    background: #00000046;
    backdrop-filter: blur(5px);
}

.hr {
    width: 20% !important;
    height: 2px !important;
    color: white !important;
    background-color: white;
    opacity: 1;
    margin: 0 auto;
    margin: 1rem 0;
}

.sect2 .option:last-child {
    background: var(--gradient1), url('../img/options.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.sect2 .option:first-child {
    background: var(--gradient1), url('../img/interiorbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.sect2 .option:nth-child(2) {
    background: var(--gradient1), url('../img/process.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.option {
    text-align: center;
    color: white;
    height: calc(100vw/3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.option * {
    transition: all .4s;
}

.block1 .option:first-child:hover *:not(.option a) {
    font-size: 170% !important;
    width: 90%;
    transition: all .4s;
}

.block1 .option:last-child:hover *:not(.option a) {
    font-size: 170% !important;
    width: 90%;
    transition: all .4s;
}

.block1 .option:nth-child(2):hover *:not(.option a) {
    font-size: 170% !important;
    width: 90%;
}

.block1 .option:nth-child(2):hover {
    transition: all .4s;
    background: var(--gradient2), url('../img/process.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.block1 .option:nth-child(1):hover {
    transition: all .4s;
    background: var(--gradient2), url('../img/interiorbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.block1 .option:nth-child(3):hover {
    transition: all .4s;
    background: var(--gradient2), url('../img/options.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.option span {
    font-size: 1.15rem;
    font-weight: 700;
}

.option p {
    font-size: .84rem;
    width: 75%;
    padding-top: 0;
}

.sec6 {
    background: linear-gradient(4deg, rgba(0, 0, 0, 1) 8%, rgba(0, 0, 0, 0.35898109243697474) 100%), url('../img/more.bg.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    height: max-content !important;
}

.form1 {
    backdrop-filter: blur(7px);
    background: linear-gradient(rgba(255, 255, 255, 0.067), rgba(255, 255, 255, 0.1));
    border: 1px white solid !important;
    border-radius: 8px !important;
    margin: 0 auto;
    width: 90%;
}

.form1 input:not(input[type=submit]) {
    border-radius: 30px;
    padding-left: 1rem;
    border: none;
}

.btn-send {
    border-radius: 25px;
    border: none;
    background: linear-gradient(90deg, rgba(147, 80, 25, 1) 0%, rgba(252, 188, 69, 1) 100%);
    color: #ffffff;
    transition: all .9sec ease;
}

.btn-send:hover {
    border-radius: 15px;
    border: none;
    background: linear-gradient(90deg, rgba(252, 188, 69, 1) 0%, rgba(147, 80, 25, 1) 100%);
    transform: scale(105%);
    transition: all .9sec ease;
}

.more-text {
    animation: flow 5s ease 0s !important;
}

.sec3 {
    padding: 2.5rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.555), rgba(0, 0, 0, 0.623)), url('../img/bg.2sec.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 75vh;
}

.sec3 h2 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 3rem;
    color: rgb(255, 255, 255);
}

.skill {
    margin: 0 auto;
}

.skill img {
    position: relative;
    width: 25%;
    margin: 0 auto;
    margin-left: 37.5%;
}

.skill p {
    width: max-content;
    max-width: 12rem;
    color: white;
    margin: 0 auto;
}

#more {
    display: none;
}

.colu {
    flex-direction: column !important;
}

.blur {
    background: var(--gradient2);
    backdrop-filter: blur(5px) !important;
    padding: 2rem !important;
    border-radius: 15px;
    border: #fff solid 1px;
}

.sec4 {
    padding: 8rem 0;
    /* background-image: url('..');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */
}

.bg2 {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0;
    z-index: -2;
}

.sec4 div {
    padding: 0;
}

.sec4 p {
    font-size: 1.1rem;
    width: 100%;
}

.sec4 h2 {
    font-size: 1.5rem;
    text-align: center;
}

#about {
    border: 1px solid white;
    border-radius: 15px;
    backdrop-filter: blur(8px);
    background: var(--gradient1);
}

.sms img {
    width: 2rem;
}

.phone {
    width: 1.5rem;
}

a p:nth-child(2) {
    font-size: 1.5rem;
    font-weight: bold;
}

.whats-ico {
    width: 1.5rem;
    height: auto;
}

.btn-whats {
    transition: all ease 1s;
    background-color: rgb(51, 167, 51);
    border-radius: 5px;
    border: none;
    width: max-content;
}

.btn-whats:hover {
    transition: all ease 1s;
    border: 1px solid white;
}

.link:hover {
    text-decoration: underline;
}

footer {
    padding: 4.5rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0.767)), url('../img/footer1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer iframe {
    border-radius: 20px;
}

.foot li a:hover {
    color: var(--color1);
    transition: all .2s;
}

.sec9 {
    z-index: 0;
}

p.pa1 {
    display: block;
    position: absolute;
    color: white;
    font-size: 1.7rem;
    font-weight: bold;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    transition: all .2s;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 10px;
    padding-top: 5rem;
    padding-bottom: 3rem;

}

.image-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    background-color: #000;
}

.image-container {
    position: relative;
    overflow: hidden;
    transition: .4s;
    background-color: rgb(0, 0, 0);
    padding-bottom: 100%;
}

.image-container:hover img {
    opacity: .6;
    transition: .4s;
    transform: scale(1.1);
}

.image-container:hover {
    background-color: rgb(131, 131, 131);
}

.image-container:hover .pa1 {
    color: black;
    transition: all .2s;
}

.image-container img {
    position: absolute;
    transition: all .3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.sec7 .image img {
    border-radius: 5px;
    object-fit: cover;
}

.modal.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    position: unset !important;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.modal-content img {
    display: block;
    height: 80vh;
    width: auto;
    margin-bottom: 10px;
    object-fit: cover;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
}

.modal-image-container {
    position: relative;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.prev {
    left: -3rem;
}

.next {
    right: -3rem;
}

.prev:hover,
.next:hover {
    opacity: .6;
}

.lines {
    display: flex;
    align-items: flex-end;
}

.line {
    width: 1.1rem;
    border-radius: 5px;
}

.line .text {
    transform: rotate(-90deg);
    width: max-content;
    margin-left: -2.3rem;
    margin-top: 3rem;
    text-align: center;
}

.line:last-child .text {
    color: white;
    margin-left: -2.15rem;
}

.lines .line:first-child {
    background-color: rgb(53, 182, 53);
    height: 58%;
}

.lines .line:last-child {
    background-color: #000;
    height: 100%;
    margin-right: 1rem;
}

.lines .line:nth-child(2) {
    background-color: rgb(255, 255, 255);
    height: 80%;
}

.images-inline .image {
    width: 6rem;
    height: 5rem;
    object-fit: cover;
    object-position: top;
}

.finishing {
    width: 4.7rem;
    background-color: var(--color1);
    border-radius: 10px;
    margin-right: 1rem;
    padding: 0 0.3rem;
}

.images {
    width: 18vw;
    height: 18vw;
    object-fit: cover;
    object-position: top;
}

.dropdown-menu {
    padding: 0;
    position: relative;
}

.dropdown button {
    display: block;
}

.dropdown-menu.show {
    position: unset !important;
    transform: translate(0px, 4px) !important;
}

.dropdown-menu {
    width: max-content !important;
    width: 100%;
    background-color: #000;
}

.dropdown-toggle {
    width: 100%;
}

.undersection {
    width: 100%;
}

.undersection p {
    margin-bottom: 0rem;
    color: white;
    font-size: 0.9rem;
}

.dropdown .btn1 {
    border-radius: 3px;
    border: 0;
}

.dropdown .btn1:hover {
    border: 0;
}

.sec8 .h1 {
    font-weight: bolder;
    color: white;
}


#one {
    border-width: 3px 4px 3px 5px;
    border-radius: 95% 4% 92% 5%/4% 95% 6% 95%;
    transform: rotate(.2deg);
    padding: .5rem 5rem;
}

.sec8 #one {
    border: 1px white solid;
    background-color: var(--gradient1);
    color: white !important;
    backdrop-filter: blur(8px);
    padding: 1rem;
}

.more-text-wrapp {
    backdrop-filter: blur(7px);
    background: linear-gradient(rgba(255, 255, 255, 0.067), rgba(255, 255, 255, 0.1));
    border: 1px white solid !important;
    border-radius: 8px !important;
}

.tr-0,
.tr-0 * {
    transform: rotate(0) !important;
}

#more ol {
    transform: rotate(-1deg);
    width: 95%;
    list-style: none !important;
}

.tr-0 ol {
    list-style: circle !important;
}

#more p {
    transform: rotate(-1deg);
    font-weight: 700;
}

.slogan {
    animation: textanim 1.5s ease 0s;
    border-radius: 7px;
    width: max-content;
    padding: .5rem;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

#more li:first-child {
    animation: textanim 1.7s ease 0s;
}

#more li:last-child {
    animation: textanim 2.7s ease 0s;
}

#more li:nth-child(2) {
    animation: textanim 1.9s ease 0s;
}

#more li:nth-child(3) {
    animation: textanim 2s ease 0s;
}

#more li:nth-child(4) {
    animation: textanim 2.1s ease 0s;
}

#more li:nth-child(5) {
    animation: textanim 2.2s ease 0s;
}

#more li:nth-child(6) {
    animation: textanim 2.3s ease 0s;
}

#more li:nth-child(7) {
    animation: textanim 2.4s ease 0s;
}

#more li:nth-child(8) {
    animation: textanim 2.5s ease 0s;
}

#more li:nth-child(9) {
    animation: textanim 2.6s ease 0s;
}

#more li:nth-child(10) {
    animation: textanim 2.7s ease 0s;
}

.image-grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    max-width: 30vh;
    max-height: 30vh;
}

ol {
    list-style: none;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease;
}

.image:hover img {
    transform: scale(1.1);
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal2-content2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}

.modal2-content2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.modal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 1000;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.modal-prev-btn {
    left: 20px;
}

.modal-next-btn {
    right: 20px;
}

.modal-nav-btn:hover {
    opacity: 0.7;
}

.close2 {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    margin-top: 2.3rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar {
    background-color: #00000046;
    backdrop-filter: blur(6px);
    z-index: 2;
    position: fixed;
    width: 100%;
}

.wrapper {
    color: #fff;
}

.wrapper h2 {
    font-weight: normal;
    padding: 5px 7px;
}

.wrapper span {
    font-weight: 1000;
    color: #ffd726;
    font-family: 'Raleway', sans-serif;
    transition: all 0s;
}

.sec10 {
    padding-top: 6rem !important;
}

@media (max-width: 1100px) {
    .option {
        padding: 2rem 0;
    }
}

@media (max-width: 1000px) {

    .h1 {
        font-size: 2.5rem;
    }

    .h11 {
        font-size: 1.8rem;
    }

    .form1 {
        width: auto;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .cont {
        align-items: unset !important;
    }
}

@media (max-width: 767px) {

    .form1 {
        width: min-content;
        margin: 0;
    }

    .cont {
        display: block !important;
        text-align: left !important;
        margin-top: 3rem;
    }

    .sec10 #one {
        width: 90% !important;
        margin: 0;
        padding: 1rem;
    }

    .option {
        height: calc(95vh/3);
    }

    .first-window {
        width: 100% !important;
    }

    .image-grid2 {
        grid-template-columns: repeat(3, 1fr);
    }

    .image {
        margin: 0 auto;
        max-width: 90vh;
        max-height: 90vh;
    }

    .option {
        padding-top: 2rem;
    }

    .option * {
        font-size: 1.2rem;
    }

    .image-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .image-item {
        margin-bottom: 1rem;
    }

    .modal-content img {
        height: 70vh;
    }

    .reno-cont {
        width: 95vw;
        margin: 0;
    }

    .reno-cont>div.d-flex {
        width: 95vw;
    }

    .sec7 .image {
        width: 3rem !important;
        height: 3rem !important;
    }

    .sec1 {
        height: 95vh;
    }

    .sec4 {
        margin-left: auto;
    }

    .sec4 div {
        margin: 0 auto;
    }

    .sec4 div *:not(h2) {
        margin: 0 auto;
    }

    .h1 {
        font-size: 2rem;
    }

    .h11 {
        font-size: 1.4rem;
    }

    .btn1 {
        font-size: 1rem;
    }

    .skill p {
        font-size: 0.7rem;
        width: 80%;
    }

    .skill img {
        width: 40%;
        margin-left: 30%;
        margin-bottom: 0.8rem;
    }
}

@media (max-width: 575px) {
    .sec4 div {
        width: 90%;
    }

    .pa1 {
        font-size: 1.1rem !important;
    }

    .more-text {
        font-size: 1.5rem !important;
        width: 65% !important;
    }

    .form-wrapp {
        width: 90% !important;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .cont p:first-child {
        margin-top: 2rem;
    }

    .h1 {
        font-size: 1.7rem;
        width: 100%;
    }

    .h11 {
        font-size: 1.2rem;
        width: 100%;
    }

    .skill p {
        width: 50%;
        font-size: .7rem;
        margin-bottom: 2rem;
    }

    .sec7 .image {
        width: 2rem !important;
        height: 2rem !important;
    }

    .sec10 #one {
        margin: 0 auto;
    }

    footer {
        background: linear-gradient(rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0.767)), url('../img/footer.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 480px) {

    .image-grid2 {
        grid-template-columns: 1fr;
    }

    .undersection p {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .lines .line:last-child {
        margin-right: 0.5rem;
    }

    .finishing {
        margin-right: 0.3rem;
    }

    .slogan {
        width: 100%;
    }

    .h1 {
        font-size: 1.7rem;
    }

    .h11 {
        font-size: 1rem;
    }

    .btn1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 420px) {
    .first-window {
        width: 90% !important;
    }

    .image-grid2 {
        grid-template-columns: 1fr;
    }

    .sec1 {
        padding-top: 2rem;
    }

    .h1 {
        font-size: 1.8rem;
        width: 100%;
        border-radius: 9px;
    }

    .h11 {
        font-size: 1rem;
    }

    .skill p {
        width: 90%;
    }

    .btn1 {
        font-size: 0.8rem;
    }

    .step {
        align-items: start !important;
        flex-direction: column !important;
        margin-bottom: 2rem;
    }

    .step p {
        margin-bottom: .5rem;
        width: 100%;
    }

    .image {
        margin-left: 0.3rem !important;
    }
}

@media (max-width: 370px) {

    #more,
    #one {
        transform: none !important;
        border-radius: 10px;
        padding: .2rem;
    }

    #more ol {
        transform: rotate(-0.1deg);
    }

    .more-text {
        font-size: 1.2rem !important;
    }

    .pa1 {
        margin-top: 1.5rem !important;
    }
}

@media (max-width: 300px) {

    .h1 {
        font-size: 1.3rem;
        width: 100%;
    }

    h2 {
        font-size: .9rem !important;
    }

    .btn1 {
        font-size: .4rem;
    }

    .wrapper h2 {
        font-size: .8rem;
    }

    .sec4 p {
        font-size: .8rem;
    }

    h3 {
        font-size: .8rem !important;
    }

    .form1 {
        padding: 0.5rem !important;
        width: 95% !important;
    }

    .form1 input:not(:last-child) {
        width: 100%;
    }
}

@keyframes textanim {
    0% {
        margin-left: -100rem;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes flow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}