@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  border-width: 0;
  border-style: solid;
}

body {
  line-height: 1.5;
}

html,
body,
div,
section,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
}

code,
pre {
  font-family: Consolas, "Courier New", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

button,
a {
  cursor: pointer;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: blue;
  text-transform: none;
  border-width: 0;
  background-color: transparent;
}

button:focus,
a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: ’’;
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=date]::-webkit-datetime-edit {
  padding: 0;
}

input[type=date]::-webkit-datetime-edit-fields-wrapper {
  background-color: none;
}

input[type=date]::-webkit-datetime-edit-text {
  color: inherit;
  padding: 0 0.45em;
}

input[type=date]::-webkit-datetime-edit-month-field {
  color: inherit;
  text-transform: uppercase;
}

input[type=date]::-webkit-datetime-edit-day-field {
  color: inherit;
  text-transform: uppercase;
}

input[type=date]::-webkit-datetime-edit-year-field {
  color: inherit;
  text-transform: uppercase;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  height: 10px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 0;
  opacity: 0.5;
  filter: invert(39%) sepia(85%) saturate(5644%) hue-rotate(206deg) brightness(106%) contrast(101%);
}

input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

html {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

body {
  background: #0b121f;
  max-width: 1920px;
  margin: 0 auto;
}
body main {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body .page-container {
  width: 100%;
}
body .page-container .page {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
body .page-container .page::before, body .page-container .page::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
body .page-container .page::before {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  z-index: -1;
}
body .page-container .page::after {
  background: linear-gradient(120deg, rgba(11, 18, 31, 0.7) 0%, rgba(11, 18, 31, 0.8) 50%, rgba(11, 18, 31, 0.9) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
body .scroll-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-height: 80%;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
}
@media (width <= 768px) {
  body .scroll-bar {
    width: 100%;
  }
}
body .scroll-bar .width_wrapper_type_1 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 70%;
}
@media (width <= 768px) {
  body .scroll-bar .width_wrapper_type_1 {
    width: 80%;
  }
}
@media (width <= 520px) {
  body .scroll-bar .width_wrapper_type_1 {
    width: 85%;
  }
}
@media (width <= 320px) {
  body .scroll-bar .width_wrapper_type_1 {
    width: 90%;
  }
}
body .my_container_type_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .sub_container_1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body .sub_container_1 .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .image_content_type_1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .image_content_type_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

h1,
h2,
h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 2.2em;
  font-weight: 900;
  margin-top: 20px;
  text-align: center;
  background: linear-gradient(130deg, #ff7a18 0%, #af002d 41.07%, #319197 76.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (width <= 768px) {
  h1 {
    font-size: 1.8em;
  }
}
@media (width <= 520px) {
  h1 {
    font-size: 1.6em;
  }
}
@media (width <= 320px) {
  h1 {
    font-size: 1.4em;
  }
}

h2 {
  font-size: 4em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
@media (width <= 768px) {
  h2 {
    font-size: 3em;
    margin-bottom: 25px;
  }
}
@media (width <= 520px) {
  h2 {
    font-size: 2em;
    margin-bottom: 20px;
  }
}
@media (width <= 320px) {
  h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}

h3 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e5edf7;
}
@media (width <= 768px) {
  h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
}
@media (width <= 520px) {
  h3 {
    font-size: 1.4em;
  }
}
@media (width <= 320px) {
  h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}

.p1 {
  color: #a0b3c7;
  font-size: 1.2em;
}
@media (width <= 768px) {
  .p1 {
    font-size: 1.1em;
  }
}
@media (width <= 520px) {
  .p1 {
    font-size: 1em;
  }
}
@media (width <= 320px) {
  .p1 {
    font-size: 0.9em;
  }
}

.p2 {
  color: #a0b3c7;
  font-size: 1.3em;
}
@media (width <= 768px) {
  .p2 {
    font-size: 1.1em;
  }
}
@media (width <= 520px) {
  .p2 {
    font-size: 1em;
  }
}
@media (width <= 320px) {
  .p2 {
    font-size: 0.9em;
  }
}

button,
a {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.hamburger {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  font-size: 2em;
  font-weight: 900;
  color: #3097bf;
  font-size: 25px;
  display: none;
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .hamburger {
    font-size: 2em;
    color: #2ca9bc;
  }
}
@media (max-width: 600px) {
  .hamburger {
    font-size: 18px;
    line-height: 15px;
    color: rgb(var(--second-text-color));
  }
}
.hamburger button {
  color: whitesmoke;
  padding: 0px;
  font-size: 30px;
  display: flex;
  color: #3097bf;
  background: none;
}
.hamburger button:nth-last-child(1) {
  display: block;
}

.hamburger-exit {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-heading);
  color: #3097bf;
  font-size: 25px;
  display: none;
}

.hamburger-active {
  display: flex !important;
}

sidebar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-left: 1px solid #292f33;
  border-right: 1px solid #292f33;
}
@media (width <= 520px) {
  sidebar {
    display: none;
  }
}
sidebar nav {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
sidebar nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 25px;
  background-color: inherit;
  text-align: center;
  transition: background 0.3s ease-in-out;
}
@media (width <= 520px) {
  sidebar nav button {
    padding: 20px;
  }
}
@media (width <= 320px) {
  sidebar nav button {
    padding: 15px;
  }
}
sidebar nav button:nth-child(1) {
  color: #ff7a18;
}
sidebar nav button:nth-child(2) {
  color: #ed143d;
}
sidebar nav button:nth-child(3) {
  color: #4caf50;
}
sidebar nav button:nth-child(4) {
  color: #8faadc;
}
sidebar nav button i {
  font-size: 1.2em;
  transition: transform 0.6s ease-in-out;
}
@media (width <= 768px) {
  sidebar nav button i {
    font-size: 1.1em;
  }
}
@media (width <= 520px) {
  sidebar nav button i {
    font-size: 1em;
  }
}
@media (width <= 320px) {
  sidebar nav button i {
    font-size: 0.9em;
  }
}
sidebar nav .btn-active {
  transform: scale(1.5);
}

.profile {
  /* clock */
  /* social icons */
}
.profile::before {
  background-image: url("./assets//media/code.jpg");
}
.profile .scroll-bar {
  height: -moz-min-content;
  height: min-content;
}
.profile .scroll-bar .my_container_1 {
  padding-bottom: 2px;
}
@media (width <= 320px) {
  .profile .scroll-bar .my_container_1 {
    padding-bottom: 2px;
  }
}
.profile .profile-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile .clock {
  height: 250px;
  width: 250px;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  /* Time numbers */
  /*times indicator*/
  /*seconds*/
  /*minutes*/
  /*hours*/
}
@media (width <= 768px) {
  .profile .clock {
    height: 225px;
    width: 225px;
  }
}
@media (width <= 520px) {
  .profile .clock {
    height: 200px;
    width: 200px;
  }
}
@media (width <= 320px) {
  .profile .clock {
    height: 150px;
    width: 150px;
  }
}
.profile .clock::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: -10px;
  left: -5px;
  background-color: transparent;
  background-image: url("./assets/media/tz1_glass.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border-radius: 100%;
  opacity: 0.1;
  transition: 0.6s all ease;
}
.profile .clock:hover::before {
  opacity: 1;
  z-index: 6;
}
.profile .clock .three,
.profile .clock .six,
.profile .clock .nine,
.profile .clock .twelve {
  position: absolute;
  font-size: 1.2em;
  font-weight: 700;
  color: #e7717d;
  opacity: 0;
}
@media (width <= 768px) {
  .profile .clock .three,
  .profile .clock .six,
  .profile .clock .nine,
  .profile .clock .twelve {
    font-size: 1.1em;
  }
}
@media (width <= 520px) {
  .profile .clock .three,
  .profile .clock .six,
  .profile .clock .nine,
  .profile .clock .twelve {
    font-size: 1em;
  }
}
@media (width <= 320px) {
  .profile .clock .three,
  .profile .clock .six,
  .profile .clock .nine,
  .profile .clock .twelve {
    font-size: 1em;
  }
}
.profile .clock .three {
  top: 50%;
  left: 102%;
}
.profile .clock .six {
  top: 102%;
  left: 50%;
}
.profile .clock .nine {
  top: 50%;
  right: 102%;
}
.profile .clock .twelve {
  bottom: 102%;
  left: 50%;
}
.profile .clock .clock-center {
  width: 15px;
  height: 15px;
  background: #ffd662;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (width <= 768px) {
  .profile .clock .clock-center {
    width: 12px;
    height: 12px;
  }
}
@media (width <= 520px) {
  .profile .clock .clock-center {
    width: 11px;
    height: 11px;
  }
}
@media (width <= 320px) {
  .profile .clock .clock-center {
    width: 10px;
    height: 10px;
  }
}
.profile .clock .half2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  position: absolute;
  content: "";
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  padding: 2px;
  border-radius: 4px;
  white-space: nowrap;
}
.profile .clock .seconds {
  height: 230px;
  width: 1px;
  position: absolute;
  z-index: 4;
  transform-origin: 50% 50%;
  display: flex;
  flex-direction: column;
}
@media (width <= 768px) {
  .profile .clock .seconds {
    height: 200px;
  }
}
@media (width <= 520px) {
  .profile .clock .seconds {
    height: 180px;
  }
}
@media (width <= 320px) {
  .profile .clock .seconds {
    height: 135px;
  }
}
.profile .clock .seconds .half1 {
  background: #ffd662;
  height: 50%;
  width: 100%;
}
.profile .clock .seconds .half2 {
  color: #ffd662;
  border: 1px solid #ffd662;
}
.profile .clock .minutes {
  height: 190px;
  width: 2px;
  position: absolute;
  z-index: 3;
  transform-origin: 50% 50%;
}
@media (width <= 768px) {
  .profile .clock .minutes {
    height: 165px;
    width: 1.8px;
  }
}
@media (width <= 520px) {
  .profile .clock .minutes {
    height: 145px;
    width: 1.8px;
  }
}
@media (width <= 320px) {
  .profile .clock .minutes {
    height: 110px;
    width: 1.5px;
  }
}
.profile .clock .minutes .half1 {
  background: #4caf50;
  height: 50%;
  width: 100%;
}
.profile .clock .minutes .half2 {
  color: #4caf50;
  border: 1px solid #4caf50;
}
.profile .clock .hours {
  height: 160px;
  width: 3px;
  position: absolute;
  z-index: 2;
  transform-origin: 50% 50%;
}
@media (width <= 768px) {
  .profile .clock .hours {
    height: 135px;
    width: 2.5px;
  }
}
@media (width <= 520px) {
  .profile .clock .hours {
    height: 120px;
    width: 2.5px;
  }
}
@media (width <= 320px) {
  .profile .clock .hours {
    height: 90px;
    width: 2px;
  }
}
.profile .clock .hours .half1 {
  background: #1da1f2;
  height: 50%;
  width: 100%;
}
.profile .clock .hours .half2 {
  color: #1da1f2;
  border: 1px solid #1da1f2;
}
.profile .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}
.profile .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #e5edf7;
  transition: all 0.6s ease;
}
.profile .social-icons a:nth-child(1) {
  color: #1877f2;
}
.profile .social-icons a:nth-child(2) {
  color: #1da1f2;
}
.profile .social-icons a:nth-child(3) {
  color: #0a66c2;
}
.profile .social-icons a i {
  font-size: 2em;
  transition: color 0.6s ease-in-out;
}
.profile .social-icons a i:hover {
  color: #88d958;
}
@media (width <= 768px) {
  .profile .social-icons a i {
    font-size: 1.8em;
  }
}
@media (width <= 520px) {
  .profile .social-icons a i {
    font-size: 1.6em;
  }
}
@media (width <= 320px) {
  .profile .social-icons a i {
    font-size: 1.4em;
  }
}
.profile .cv-download {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  padding: 10px 22px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #25d366;
  background: transparent;
  color: #25d366;
  z-index: 0;
  will-change: transform, color;
  /* Make content above the pseudo-element */
  transition: transform 0.3s ease-in-out;
}
.profile .cv-download > * {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
@media (width <= 768px) {
  .profile .cv-download {
    font-size: 1em;
  }
}
@media (width <= 520px) {
  .profile .cv-download {
    padding: 8px 20px;
  }
}
@media (width <= 320px) {
  .profile .cv-download {
    font-size: 0.9em;
    padding: 6px 18px;
  }
}
.profile .cv-download::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #88d958 0%, #25d366 50%, #88d958 100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
  will-change: opacity;
}
.profile .cv-download span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.profile .cv-download:hover > * {
  color: white;
}
.profile .cv-download:hover::before {
  opacity: 1;
}
.profile .cv-download span {
  gap: 10px;
}

.info {
  text-align: center;
  position: relative;
  overflow-y: auto;
}
.info::before {
  background-image: url("./assets/media/info.jpg");
}
.info h2 {
  color: #ed143d;
}
.info .my_container_2 .technical-skills,
.info .my_container_2 .soft-skills {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .info .my_container_2 .technical-skills img,
  .info .my_container_2 .soft-skills img {
    width: 100px;
  }
}
@media (width <= 520px) {
  .info .my_container_2 .technical-skills img,
  .info .my_container_2 .soft-skills img {
    width: 90px;
  }
}
@media (width <= 320px) {
  .info .my_container_2 .technical-skills img,
  .info .my_container_2 .soft-skills img {
    width: 80px;
  }
}
.info .my_container_3 .sub_container_1_1 .row_1 a {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  padding: 10px 22px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #dc143c;
  background: transparent;
  color: #dc143c;
  z-index: 0;
  will-change: transform, color;
  /* Make content above the pseudo-element */
  transition: transform 0.3s ease-in-out;
}
.info .my_container_3 .sub_container_1_1 .row_1 a > * {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
@media (width <= 768px) {
  .info .my_container_3 .sub_container_1_1 .row_1 a {
    font-size: 1em;
  }
}
@media (width <= 520px) {
  .info .my_container_3 .sub_container_1_1 .row_1 a {
    padding: 8px 20px;
  }
}
@media (width <= 320px) {
  .info .my_container_3 .sub_container_1_1 .row_1 a {
    font-size: 0.9em;
    padding: 6px 18px;
  }
}
.info .my_container_3 .sub_container_1_1 .row_1 a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #dc143c 0%, #ff4500 50%, #dc143c 100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
  will-change: opacity;
}
.info .my_container_3 .sub_container_1_1 .row_1 a span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.info .my_container_3 .sub_container_1_1 .row_1 a:hover > * {
  color: white;
}
.info .my_container_3 .sub_container_1_1 .row_1 a:hover::before {
  opacity: 1;
}
.info .my_container_3 .sub_container_1_1 .row .image_content_type_1 {
  width: 500px;
}

/*.skills {
  &::before {
    background-image: url("./assets/media/skills.jpg");
  }

  .scroll-bar {
    max-height: 80%;
  }
  h2 {
    color: crimson;
  }
  .skill-bar {
    width: 100%;

    p {
      margin-bottom: 5px;
    }

    .skill-container {
      overflow: hidden;
      margin-bottom: 15px;
      border: 1px solid #202837;
      border-radius: 99999px;
      background: linear-gradient(
        120deg,
        rgba(11, 18, 31, 0.3) 0%,
        rgba(11, 18, 31, 0.4) 50%,
        rgba(11, 18, 31, 0.5) 100%
      );

      .skill {
        @include mif.flex-je-ac;
        height: 2em;
        text-align: right;
        padding: 0px 10px;
        color: white;
        white-space: nowrap;

        @media (width <= 768px) {
          font-size: 1.1em;
        }
        @media (width <= 520px) {
          font-size: 1em;
        }
        @media (width <= 320px) {
          font-size: 0.9em;
        }
      }
    }
  }

  // Skill bars
  .frontend {
    background: linear-gradient(135deg, #61dafb, #007acc);
    width: 90%;
    animation: animate-frontend 4s;
  }

  .styling {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    width: 90%;
    animation: animate-styling 4s;
  }

  .backend {
    background: linear-gradient(135deg, #777bb4, #4f46e5);
    width: 85%;
    animation: animate-backend 4s;
  }

  .wordpress {
    background: linear-gradient(135deg, #21759b, #23282d);
    width: 85%;
    animation: animate-wordpress 4s;
  }

  .security {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    width: 80%;
    animation: animate-security 4s;
  }

  .version-control {
    background: linear-gradient(135deg, #24292e, #0366d6);
    width: 90%;
    animation: animate-version-control 4s;
  }

  .design {
    background: linear-gradient(135deg, #f24e1e, #ff7262);
    width: 90%;
    animation: animate-design 4s;
  }

  // Keyframes
  @keyframes animate-frontend {
    from {
      width: 10px;
    }
    to {
      width: 90%;
    }
  }

  @keyframes animate-styling {
    from {
      width: 10px;
    }
    to {
      width: 90%;
    }
  }

  @keyframes animate-backend {
    from {
      width: 10px;
    }
    to {
      width: 85%;
    }
  }

  @keyframes animate-wordpress {
    from {
      width: 10px;
    }
    to {
      width: 85%;
    }
  }

  @keyframes animate-security {
    from {
      width: 10px;
    }
    to {
      width: 80%;
    }
  }

  @keyframes animate-version-control {
    from {
      width: 10px;
    }
    to {
      width: 90%;
    }
  }

  @keyframes animate-design {
    from {
      width: 10px;
    }
    to {
      width: 90%;
    }
  }
}*/
.hireMe h2 {
  color: #4caf50;
}
.hireMe .hire-me-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hireMe .hire-me-btns a:nth-child(1) {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  padding: 10px 22px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #d44638;
  background: transparent;
  color: #d44638;
  z-index: 0;
  will-change: transform, color;
  /* Make content above the pseudo-element */
  transition: transform 0.3s ease-in-out;
}
.hireMe .hire-me-btns a:nth-child(1) > * {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
@media (width <= 768px) {
  .hireMe .hire-me-btns a:nth-child(1) {
    font-size: 1em;
  }
}
@media (width <= 520px) {
  .hireMe .hire-me-btns a:nth-child(1) {
    padding: 8px 20px;
  }
}
@media (width <= 320px) {
  .hireMe .hire-me-btns a:nth-child(1) {
    font-size: 0.9em;
    padding: 6px 18px;
  }
}
.hireMe .hire-me-btns a:nth-child(1)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #d44638 0%, #ff6f61 50%, #d44638 100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
  will-change: opacity;
}
.hireMe .hire-me-btns a:nth-child(1) span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.hireMe .hire-me-btns a:nth-child(1):hover > * {
  color: white;
}
.hireMe .hire-me-btns a:nth-child(1):hover::before {
  opacity: 1;
}
@media (width <= 415px) {
  .hireMe .hire-me-btns a:nth-child(1) span {
    align-items: baseline;
  }
}
.hireMe .hire-me-btns a:nth-child(2) {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  padding: 10px 22px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #25d366;
  background: transparent;
  color: #25d366;
  z-index: 0;
  will-change: transform, color;
  /* Make content above the pseudo-element */
  transition: transform 0.3s ease-in-out;
}
.hireMe .hire-me-btns a:nth-child(2) > * {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
@media (width <= 768px) {
  .hireMe .hire-me-btns a:nth-child(2) {
    font-size: 1em;
  }
}
@media (width <= 520px) {
  .hireMe .hire-me-btns a:nth-child(2) {
    padding: 8px 20px;
  }
}
@media (width <= 320px) {
  .hireMe .hire-me-btns a:nth-child(2) {
    font-size: 0.9em;
    padding: 6px 18px;
  }
}
.hireMe .hire-me-btns a:nth-child(2)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #25d366 0%, #88d958 50%, #25d366 100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
  will-change: opacity;
}
.hireMe .hire-me-btns a:nth-child(2) span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.hireMe .hire-me-btns a:nth-child(2):hover > * {
  color: white;
}
.hireMe .hire-me-btns a:nth-child(2):hover::before {
  opacity: 1;
}
.hireMe .hire-me-btns a span {
  overflow-wrap: anywhere;
}

.terms-condition h2 {
  color: #8faadc;
}
.terms-condition p {
  text-align: center;
}
.terms-condition a {
  font-size: 1.3em;
  color: #a0b3c7;
}/*# sourceMappingURL=style.css.map */