/**
Theme Name: Ivory Graft
Theme URI: https://ivorygraft.am
Author: artdeveloper
Description: Ivory Graft.
Version: 1.0.0
**/

@font-face {
    font-display: swap;
    font-family: "Linear Grotesk";
    src: url("fonts/linear-grotesk/LinearGrotesk-Regular.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Linear Grotesk";
    src: url("fonts/linear-grotesk/LinearGrotesk-SemiBoldItalic.woff2") format('woff2');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: "Linear Grotesk";
    src: url("fonts/linear-grotesk/LinearGrotesk-SemiBold.woff2") format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Linear Grotesk";
    src: url("fonts/linear-grotesk/LinearGrotesk-MediumItalic.woff2") format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: "Linear Grotesk";
    src: url("fonts/linear-grotesk/LinearGrotesk-ThinItalic.woff2") format('woff2');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: "Linear Grotesk";
    src: url("fonts/linear-grotesk/LinearGrotesk-Thin.woff2") format('woff2');
    font-weight: 100;
    font-style: normal;
}

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

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

body {
    background: var(--v3-white-10);
    color: var(--v3-black-1);
    font-family: "Linear Grotesk", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: normal;
    word-break: break-word;
    overflow-x: hidden;
}

body {
    -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-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    margin: 0;
}

p {
    font-style: normal;
    margin: 0;
}

figure, ul, ol {
    padding: 0;
    margin: 0;
}

li {
    font-style: normal;
    list-style: none;
}

a {
    font-style: normal;
    text-decoration: none;
}

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

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

ins {
    text-decoration: none;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer;
}

address {
    font-style: normal;
}

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

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

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

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

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

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

.block {
    display: block!important;
}

.flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.grid {
    display: grid;
}

.none {
    display: none;
}

.relative {
    position: relative;
}

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

.fixed {
    overflow: hidden;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.mt-0 {
    margin-top: 0!important;
}

.mb-0 {
    margin-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

label {
    display: block;
    color: var(--v3-white);
    font-weight: 400;
    font-family: "Linear Grotesk", sans-serif;
    font-size: 18px;
    line-height: 18px;
}

input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="month"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea  {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.60);
    font-weight: 400;
    font-family: "Linear Grotesk", sans-serif;
    font-size: 16px;
    line-height: 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    outline: none;
    padding-bottom: 8px;
    margin-top: 8px;
}

input[type="text"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="time"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.60);
    font-weight: 400;
    font-family: "Linear Grotesk", sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.btn,
.wpcf7-submit {
    display: block;
    width: max-content;
    font-weight: 600;
    font-family: "Linear Grotesk", sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    border-radius: 100px;
    padding: 12px 24px 15px 24px;
    transition: all 300ms ease;
}

.btn-success {
    color: var(--v3-white);
    background-color: var(--v3-green);
    border: 1px solid var(--v3-green);
}

.btn-success:hover {
    background-color: var(--v3-green-1);
    border: 1px solid var(--v3-green-1);
}

.btn-primary,
.wpcf7-submit {
    color: var(--v3-white);
    background-color: var(--v3-black-2);
    border: 1px solid var(--v3-black-2);
}

.btn-primary:hover,
.wpcf7-submit:hover {
    background-color: var(--v3-gray);
    border: 1px solid var(--v3-gray);
}

.wpcf7-submit {
    display: block;
    width: 100%;
    margin-top: 32px;
}

.loader {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--v3-white);
    overflow: hidden;
    z-index: 99;
}

.spinner {
    position: relative;
    width: 72px;
    height: 72px;
}

.spinner::before,
.spinner::after {
    content: '';
    width: 100%;
    height: 100%;
    animation: spinner-rfi6tk 1s infinite linear;
    box-sizing: border-box;
    border: 14.4px solid rgba(0, 121, 109, 0.1);
    border-radius: 50%;
    position: absolute;
}

.spinner::before {
    animation-direction: reverse;
    border-right-color: #00796d;
    right: calc(50% - 7.2px);
}

.spinner::after {
    border-left-color: #00796d;
    left: calc(50% - 7.2px);
}

@keyframes spinner-rfi6tk {
    0% {
        transform: rotate(0deg);
    }

    50%, 100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 767px) {
    label {
        font-size: 15px;
        line-height: 15px;
    }
    .form-input {
        font-size: 14px;
        line-height: 14px;
        margin-top: 5px;
    }

    .form-input::placeholder {
        font-size: 14px;
        line-height: 14px
    }
}