/*
Theme Name: Mithra Metals
Theme URI: https://mithrametals.com/
Author: HOGI Marketing agency in Dubai
Description: Mithra Metals in Dubai
Version: 1.0.0
*/

@font-face {
    font-family: "Salmond";
    src: url('./assets/fonts/suisseIntl/SuisseIntl-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Salmond";
    src: url('./assets/fonts/suisseIntl/SuisseIntl-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Salmond";
    src: url('./assets/fonts/suisseIntl/SuisseIntl-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Salmond";
    src: url('./assets/fonts/suisseIntl/SuisseIntl-Bold.woff2') format('woff2');
    font-weight: 600;
    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;
    margin: 0 auto 0!important;
}

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--v3-dark);
    font-family: var(--ff-salmond);
    font-weight: 400;
    font-size: 16px;
    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;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: var(--v3-white-1);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--v3-blue-1);
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

figure, ul {
    padding: 0;
    margin: 0;
}

figure {
    display: flex;
    flex-direction: column;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

li {
    list-style: none;
}

strong, b {
    font-weight: 500;
}

address {
    font-style: normal;
}

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 {
    box-shadow: 0 0 0 30px var(--v3-white) inset !important;
    -webkit-box-shadow: 0 0 0 30px var(--v3-white) inset !important;
    -webkit-text-fill-color: var(--v3-dark) !important;
}

fieldset {
    border: 0;
    margin: 0;
}

address {
    font-style: normal;
}

label {
    display: block;
    margin-top: clamp(18px, 2.5vw, 24px);
}

.d-none {
    display: none!important;
}

.light-mode {
    background: var(--v3-white);
}

.hidden {
    overflow: hidden;
}

.no-post-found {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}

.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%;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.current-menu-item a {
    font-weight: 500;
}

.loader {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--v3-white);
    overflow: hidden;
    z-index: 99;
}

.bg-img-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#0a0f1340, #0D23380D);
}

.fake-section {
    padding-top: 40px;
    background-color: var(--v3-white);
}

.form-legend {
    color: var(--v3-dark);
    font-family: var(--ff-salmond);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.48px;
}

.form-control,
.wpcf7-form-control {
    width: 100%;
    font-size: 14px;
    color: var(--v3-dark-2);
    font-family: var(--ff-salmond);
    background-color: var(--v3-white);
    border: 1px solid #D8D9E2;
    border-radius: 6px;
    padding: 10px 24px;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-control::placeholder,
.wpcf7-form-control::placeholder {
    font-size: 14px;
    color: #99999B;
}

.btn-primary,
.wpcf7-submit,
.btn-blue {
    display: block;
    width: 100%;
    color: var(--v3-white);
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    padding: 10px 24px;
    cursor: pointer;
    outline: none;
}

.btn-primary,
.wpcf7-submit {
    background: var(--v3-blue);
    border: 1px solid var(--v3-blue);
}

.btn-blue {
    background: var(--v3-blue-1);
    border: 1px solid var(--v3-blue-1);
}

.wpcf7 form .wpcf7-response-output {
    padding: 0;
    margin: 0;
    border: none;
}

.wpcf7-submit {
    margin-top: 32px;
}

.wpcf7-response-output,
.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
    display: block;
    color: #dc3232;
    font-size: 14px;
    text-align: left;
}

.ssBtnDefault {
    display: none;
}

#wpadminbar {display: none}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}