/*!
Theme Name: perensoft
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: perensoft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

perensoft is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*-----------
# Google-font

  font-family: "Plus Jakarta Sans", sans-serif;
  font-family: "Gilroy-Medium;
  font-family: "Gilroy-Bold;

-------------*/

:root {
	--black: #000;
    --white: #fff;
    --gradient-text: linear-gradient(90.43deg, #4169EC 0.37%, #03B9E7 44.24%, #1DECB1 86.39%);
    --font-plus: "Plus Jakarta Sans", sans-serif;
    --font-gilroy-ultraLight: 'Gilroy-UltraLight';
    --font-gilroy-light: 'Gilroy-Light';
    --font-gilroy-regular: 'Gilroy-Regular';
    --font-gilroy-medium: 'Gilroy-Medium';
    --font-gilroy-semiBold: 'Gilroy-SemiBold';
    --font-gilroy-bold: 'Gilroy-Bold';
    --font-gilroy-black: 'Gilroy-Black';
    --font-gilroy-extrabold: 'Gilroy-ExtraBold';
    --font-gilroy-heavy: 'Gilroy-Heavy';
    --font-gilroy-thin: 'Gilroy-Thin';
	--font-size-18: 18px;
    --font-size-16: 16px;
    --height-28: 28px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    overscroll-behavior: none;
    scroll-behavior: smooth;
}

.viewport {
    position: relative;
    background-color: inherit;
}

.site {
    position: relative;
    z-index: 1;
}


html.html-macbook  {
    scroll-behavior: unset;
    overscroll-behavior: auto;
    scroll-behavior: unset;
}
html.html-macbook .viewport {
    position: unset;
}
html.html-macbook  .site {
    position: unset;
}

/* Reset CSS */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
table,
tr,
td,
th {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--black);
	font-size: var(--font-size-18);
    line-height: var(--height-28);
	font-family: var(--font-gilroy-medium);
    color: var(--white);
}

/* Add your custom styles below this line */

hr {
    background-color: var(--white);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

p {
    font-family: var(--font-plus);
    color: #AAAEB9;
    font-weight: 400;
    font-size: 19px;
    line-height: 180%;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    transition: all 0.4s;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: var(--red-color);
}

strong,
b {
    font-weight: 700;
}

blockquote {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: var(--height-28);
    letter-spacing: 1.2px;
}

ol,
ul {
    padding-left: 25px;
}

/* Title*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
	font-family: var(--font-gilroy-medium);
}

h1,
.h1 {
    font-size: 70px;
    line-height: 85px;
    font-weight: 400;
}

h2,
.h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
}

h3,
.h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}

h5,
.h5 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}

h6,
.h6 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
}

/*Form*/

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    height: 40px;
    color: var(--black);
    padding: 10px 15px;
    font-weight: 400;
    border: none;
    background-color: var(--white-color);
    border: 1px solid;
}

textarea {
    height: 130px;
    resize: none;
    padding-top: 25px;
}

select:focus,
input:focus,
textarea:focus,
button:focus,
select:hover,
input:hover,
textarea:hover,
button:hover {
    outline: none;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: var(--black);
}

:-moz-placeholder {
    opacity: 1;
    color: var(--black);
}

::-moz-placeholder {
    opacity: 1;
    color: var(--black);
}

:-ms-input-placeholder {
    opacity: 1;
    color: var(--black);
}

input {
    -moz-appearance: value;
    appearance: value;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
}

input[type="number"] {
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


textarea {
    resize: vertical
}

textarea:-moz-placeholder {
    text-transform: inherit;
}

textarea::-moz-placeholder710 {
    text-transform: inherit;
}

textarea:-ms-input-placeholder {
    text-transform: inherit;
}

input::-ms-clear {
    display: none;
}

select::-ms-expand {
    display: none;
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

iframe {
    border: 0
}


/* Button Style */

.color_btn {
    font-family: var(--font-plus);
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    background: linear-gradient(90.43deg, #4169EC 0.37%, #03B9E7 44.24%, #1DECB1 86.39%);
    color: var(--black);
    padding: 14px 30px;
    border-radius: 40px;
    transition: all 0.3s;
}
.color_btn:hover{ 
    text-decoration: none;
    color: #fff;
}

.color_text_btn {
    background: linear-gradient(90.43deg, #4169EC 0.37%, #03B9E7 44.24%, #1DECB1 86.39%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-plus);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    padding-right: 25px;
}

.color_text_btn::before {
    content: '';
    right: -5px;
    top: -2px;
    bottom: 0;
    background-image: url("assets/img/Arrow-Right.png");
    position: absolute;
    width: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.black_btn {
    font-family: var(--font-plus);
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    background: linear-gradient(111.73deg, rgba(255, 255, 255, 0.45) 35.75%, rgba(255, 255, 255, 0) 94.09%);
    isolation: isolate;
    color: var(--white);
    padding: 14px 30px;
    border-radius: 40px;
    transition: all 0.5s;
}

.black_btn:before {
    content: "";
    position: absolute;
    inset: 2px;
    /* background: var(--your-background-color, #000); */
    background: #000;
    border-radius: inherit;
    z-index: -1;
    transition: all 0.5s;
}

.black_btn:hover::before {
    inset: unset;
}

.black_btn:hover {
    text-decoration: none;
    color: #fff;
}

/*Flex grid*/

.flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.justify-content {
    justify-content: center;
}

.align-center {
    align-items: center;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    padding: 0 15px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    [class*="col-"] {
        width: 100%;
    }
}

.mb-auto {
    margin-bottom: auto;
}

.mt-auto {
    margin-top: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}
.m-0 {
    margin: 0;
}
/* container */

.container {
    max-width: 1628px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}

.d-none {
    display: none;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    text-align: center;
    color: var(--red-color);
}
