/*
Theme Name: Almaden Energy
Theme URI: https://almaden-energy.com/
Author: HOGI Marketing agency in Dubai
Description: The Solar Panel Manufacturer
Version: 1.0.0
*/

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

@font-face {
    font-family: 'Kanit';
    src: url('./assets/fonts/kanit/Kanit-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    src: url('./assets/fonts/kanit/Kanit-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    src: url('./assets/fonts/kanit/Kanit-SemiBold.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;
}

html {
    margin: 0 auto 0!important;
}

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--v3-dark);
    font-family: var(--ff-kanit);
    font-weight: 300;
    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;
    margin: 0 auto 0;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: var(--v3-dark);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--v3-dark);
}

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: 600;
}

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

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

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

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

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

.d-none {
    display: none!important;
}

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

.w-full {
    width: 100%;
    min-width: 100%;
}

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

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.ratio {
    width: 100%;
    position: relative;
    padding-top: 100%;
}

.ratio img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

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

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
}

.form-control {
    display: block;
    width: 100%;
    color: #222222;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    background: #f1edec;
    border: 1px solid #f1edec;
    border-radius: 8px;
    padding: 16px 24px;
    outline: #f1edec;
    transition: all 300ms ease;
}

.form-control:focus {
    color: #222222;
    background: var(--v3-white);
    border: 1px solid var(--v3-orange);
    box-shadow: 0 0 8px -2px var(--v3-orange);
    outline: none;
}

.form-control::placeholder {
    color: #222222;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
}

.form-btn:hover {
    background-color: var(--v3-orange);
}

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

.wpcf7 form .wpcf7-response-output {
    padding: 0;
    margin: 0;
    border: none;
}

.wpcf7-not-valid-tip {
    display: block;
    color: #dc3232;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    margin-top: 6px;
}

#wpadminbar {display: none}

.ssBtnDefault {display: none}

@media only screen and (max-width: 1199px) {
    .wpcf7-form {
        max-width: 767px;
        margin: 0 auto 0;
    }
}