/*
Theme Name: Renovertex
Theme URI: https://renovertex.ae
Author: HOGI Marketing agency in Dubai
Description: Interior Design Services in UAE
Version: 1.0.0
*/

@font-face {
    font-family: "Manrope";
    src: url("./assets/fonts/manrope/Manrope-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("./assets/fonts/manrope/Manrope-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("./assets/fonts/manrope/Manrope-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("./assets/fonts/manrope/Manrope-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("./assets/fonts/manrope/Manrope-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("./assets/fonts/manrope/Manrope-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("./assets/fonts/manrope/Manrope-ExtraBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "General Sans";
    src: url("./assets/fonts/general-sans/GeneralSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "General Sans";
    src: url("./assets/fonts/general-sans/GeneralSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "General Sans";
    src: url("./assets/fonts/general-sans/GeneralSans-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

*::after,
*::before {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 1920px;
    min-width: 320px;
    padding: 0;
}

html {
    margin: 0 auto 0 !important;
}

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--v3-gray);
    font-family: var(--ff-general-sans);
    font-weight: 400;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.5;
    text-transform: none;
    word-break: break-word;
    overflow-x: hidden;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto 0;
}

figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff-manrope);
    font-weight: 500;
}

ul {
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

li {
    list-style: none;
}

address {
    font-style: normal;
}

figure {
    display: flex;
    flex-direction: column;
}

img,
video {
    max-width: 100%;
    height: auto;
    user-select: none;
}

button {
    cursor: pointer;
    user-select: none;
}

label {
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.container {
    max-width: 1440px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.light-mode,
.dark-mode {
    background: var(--v3-white-1);
}

.hidden {
    overflow: hidden;
}

.heading {
    color: var(--v3-accent);
    text-transform: uppercase;
    line-height: 0.8;
    text-align: center;
    /*word-spacing: 1vw;*/
}

.title {
    color: var(--v3-accent);
    font-size: var(--fs-md);
    line-height: 1;
    text-transform: uppercase;
}

.no-post {
    color: var(--v3-accent);
    font-family: var(--ff-general-sans);
    font-weight: 500;
    font-size: 16px;
    margin: 0 5%;
}

.loader {
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari / iOS */
    overflow: hidden;
    z-index: 99;
}

.overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.swiper {
    width: 100%;
    height: 100%;
}

.whatsapp-fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 5%;
    right: .5%;
    width: clamp(40px, 5vw, 50px);
    height: clamp(40px, 5vw, 50px);
    background: var(--v3-accent);
    border-radius: 100px;
    transform: translateY(-50%);
    transform-origin: left center;
    z-index: 9;
}

.whatsapp-fixed .fa-whatsapp {
    font-size: clamp(24px, 3vw, 28px);
    color: var(--v3-white);
}

/** Buttons */
.btn {
    display: block;
    width: max-content;
    color: var(--v3-gray);
    font-family: var(--ff-general-sans);
    font-weight: 400;
    line-height: 1;
    background: transparent;
    border: 0;
    padding: 0;
    transition: color 300ms ease;
}

.btn:hover {
    color: var(--v3-accent);
}

/** contact form 7 */
.label {
    display: block;
}

.label:nth-child(2) .form-control {
    padding-top: 0;
}

.form-control {
    width: 100%;
    color: var(--v3-gray);
    font-family: var(--ff-general-sans);
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--v3-gray);
    border-radius: 0;
    padding: clamp(32px, 4vw, 36px) 10px 10px 10px;
    transition: border-bottom 300ms ease;
    outline: none;
}

.form-control::placeholder {
    color: var(--v3-gray);
    font-family: var(--ff-general-sans);
    font-weight: 400;
    font-size: 14px;
    transition: color 300ms ease;
}

.form-control:focus {
    border: none;
    border-bottom: 1px solid var(--v3-accent);
}

.form-control:focus::placeholder {
    color: var(--v3-accent);
}

textarea {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-submit {
    cursor: pointer;
    margin-top: 32px;
}

.sending {
    width: max-content;
    position: relative;
}

.sending::after {
    content: "";
    position: absolute;
    background: center / contain no-repeat url("assets/icons/arrow-right.svg");
    transition: left 300ms ease;
}

.wpcf7-response-output,
.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 12px;
}

.ssBtnDefault {
    display: none;
}

#wpadminbar {
    display: none;
}

@media only screen and (min-width: 992px) {
    .btn {
        font-size: 18px;
    }

    .sending::after {
        width: 24px;
        height: 24px;
        top: -3px;
        left: 52px;
    }

    .sending:hover::after {
        left: 56px;
    }
}

@media only screen and (min-width: 566px) and (max-width: 991px) {
    .btn {
        font-size: 17px;
    }

    .sending::after {
        width: 22px;
        height: 22px;
        top: -2px;
        left: 48px;
    }

    .sending:hover::after {
        left: 52px;
    }
}

@media only screen and (max-width: 565px) {
    .btn {
        font-size: 16px;
    }

    .sending::after {
        width: 21px;
        height: 21px;
        top: -2px;
        left: 48px;
    }

    .sending:hover::after {
        left: 52px;
    }
}

/* NEW FINAL STYLES */

@media only screen and (min-width: 1200px) {
    .services-head .services-heading {
        display: none !important;
    }

    .services > div:nth-child(2) {
        display: flex !important;
        align-items: flex-start;
        position: relative;
    }

    .services > div:nth-child(2) > div:first-child {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: sticky;
        top: 50vh;
        transform: translateY(-50%);
        width: 150px;
        height: 0;
        align-self: flex-start;
        z-index: 20;
        opacity: 1;
    }

    .services-inner {
        flex: 1;
    }
}

@media only screen and (max-width: 1199px) {
    .services > div:nth-child(2) > div:first-child {
        display: none !important;
    }
}


@media only screen and (min-width: 1100px) {
    .services-inner {
        margin-top: -12vh;
    }
}

@media only screen and (max-width: 1099px) {
    .services-inner {
        margin-top: -100px;
    }
}