/* font imports */
@import url('../fonts/stylesheet.css');
@import url('./anim-btn.css');

:root {
  /* colors */
  --white: #ffffff;
  --black: #000000;
  --f2f2f2: #f2f2f2;
  --181818: #181818;

  /* typography */
  --MR: "Manrope", sans-serif;
  --NS: "Nohemi", sans-serif;

  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;

  /* border radius */
  --radius-4: 4px;
  --radius-12: 12px;

  /* spacing */
  --section-padding: 60px;
}


html {
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

/* common colors */
body {
  background-color: var(--f2f2f2);
  color: var(--181818);
  font-family: var(--MR);
  margin: 0;
  overflow-x: hidden;
}

.loader {
  position: relative;
  background-image: url("../../loader-new.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9.2em;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: var(--white);
  margin: 0 auto;
}

:focus,
:active {
  border: none;
  outline: none !important;
  outline-color: var(--white);
}

*,
*:focus,
*:visited,
*::before,
*::after,
input:focus,
textarea:focus,
.focus,
form-control:focus {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  outline-color: var(--white);
  -webkit-tap-highlight-color: transparent;
}

*:active,
*:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input {
  width: 100%;
}

button {
  outline: none;
  cursor: pointer;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}

button,
input {
  border: none;
  font: inherit;
}

ul,
li,
div,
a:visited,
a:active,
a:focus {
  border: none;
  outline: none !important;
  text-decoration: none;
  box-shadow: none;
  outline-style: none;
  outline-color: var(--white);
  -moz-outline-style: none;
}

a:active,
a:focus,
li:focus,
li:active {
  border: none;
  outline: none !important;
  outline-color: var(--white);
  border: none;
  text-decoration: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

img {
  object-fit: cover;
  height: auto;
}

address {
  font-style: normal;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: hsl(0, 0%, 95%);
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
}

::-webkit-scrollbar-thumb:hover {
  background-color: hsl(0, 0%, 40%);
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--white);
  background: var(--black);
}

::selection {
  color: var(--white);
  background: var(--black);
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a,
a:visited {
  border: none;
  outline: none;
  outline-color: var(--white);
  text-decoration: none;
}

::-moz-focus-inner {
  border: 0;
}

select,
select:focus,
button:focus,
textarea:focus,
input:focus {
  border: none;
  outline: none;
  outline-color: var(--white);
}

li {
  list-style-type: none;
  list-style: none;
}

[type="submit"],
button,
html [type="button"] {
  appearance: none;
  -webkit-appearance: none;
}

input [type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--181818) !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

table {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

input:not(:placeholder-shown) {
  font-weight: bold;
}

textarea:not(:placeholder-shown) {
  font-weight: bold;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-style: none;
  border: none;
  outline: none;
}

a,
img,
span,
input,
button {
  display: block;
}

section {
  overflow: hidden;
}

.btn {
  height: 100%;
  background: transparent;
  color: var(--181818);
  font-size: 1.25em;
  font-weight: 600;
  border-radius: 0 5em 5em;
  border: none;
  padding: 0;
  border: solid 1px #000;
}

.btn a {
  display: flex;
  align-items: center;
  color: var(--181818);
  text-decoration: none;
  padding: 0.5em 0.5em 0.5em 20px;
}

.btn a .right-icon {
  max-width: 2.5em;
  margin: 0 0 0 10px;
  border-radius: 50%;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.blue-text {
  display: inline;
  color: #0d9fd5;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* project container */

.leadify-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 1921px) {
  .leadify-container {
    font-size: 16px;
    max-width: 85%;
  }
}

@media (min-width: 2560px) {
  .leadify-container {
    font-size: 18px;
    max-width: 80%;
  }
}

@media (max-width: 1920px) {
  .leadify-container {
    font-size: 16px;
    max-width: 85%;
  }
}

@media (max-width: 1536px) {
  .leadify-container {
    font-size: 14px;
    max-width: 90%;
  }
}

@media (max-width: 1440px) {
  .leadify-container {
    font-size: 13px;
  }
}

@media (max-width: 1366px) {
  .leadify-container {
    font-size: 11px;
    max-width: 92.5%;
  }
}

@media (max-width: 992px) {
  .leadify-container {
    font-size: 11px;
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .leadify-container {
    font-size: 10px;
    max-width: 100%;
  }
}