*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
}

::selection {
  background: #000;
  color: #fff;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media only screen and (max-width: 64em) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 64em) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  overflow-x: hidden;
}
body.dark {
  background: #161d30;
  color: #fff;
}

.container {
  width: 95%;
  max-width: 120rem;
}

.heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
}

h1.heading {
  display: flex;
  align-items: center;
  font-size: clamp(36px, 7vw, 7.2rem);
  white-space: nowrap;
  color: #2f80ed;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
h1.heading img {
  max-width: 8rem;
  margin-left: 1.5rem;
}

h2.heading {
  font-size: clamp(2rem, 5vw, 3rem);
  text-transform: uppercase;
}
h2.heading__pre {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  text-transform: none;
}
h2.heading--big {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
}

h3.heading {
  font-size: clamp(18px, 3vw, 2.4rem);
}
h3.heading.name {
  font-family: "Roboto", sans-serif;
}

h5.heading {
  font-size: 1.8rem;
}

h4.heading {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: bold;
}

p.p__text {
  font-size: clamp(14px, 3vw, 1.8rem);
}
p.p__text--small {
  font-size: clamp(10px, 3vw, 1.4rem);
}

h4.heading {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: bold;
}

.text__primary {
  color: #2f80ed !important;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.fw-mid {
  font-weight: 500;
}

.fw-mid {
  font-weight: 500;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a:hover {
  text-decoration: none;
}

.white {
  color: #fff;
}

.laptop-land-show {
  display: none !important;
}
@media only screen and (max-width: 75em) {
  .laptop-land-show {
    display: block !important;
  }
}

@media only screen and (max-width: 75em) {
  .laptop-land-hide {
    display: none;
  }
}

.laptop-port-show {
  display: none;
}
@media only screen and (max-width: 64em) {
  .laptop-port-show {
    display: block;
  }
}

@media only screen and (max-width: 64em) {
  .laptop-port-hide {
    display: none;
  }
}

.tablet-land-show {
  display: none !important;
}
@media only screen and (max-width: 62em) {
  .tablet-land-show {
    display: block !important;
  }
}

@media only screen and (max-width: 62em) {
  .tablet-land-hide {
    display: none !important;
  }
}

.tablet-port-show {
  display: none !important;
}
@media only screen and (max-width: 48em) {
  .tablet-port-show {
    display: block !important;
  }
}

@media only screen and (max-width: 48em) {
  .tablet-port-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 35.9375em) {
  .mbl-land-hide {
    display: none;
  }
}

.mbl-land-show {
  display: none;
}
@media only screen and (max-width: 35.9375em) {
  .mbl-land-show {
    display: block;
  }
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.m--1 {
  margin: 0.5rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.ch-1 {
  max-width: 1ch;
}

.ch-2 {
  max-width: 2ch;
}

.ch-3 {
  max-width: 3ch;
}

.ch-4 {
  max-width: 4ch;
}

.ch-5 {
  max-width: 5ch;
}

.ch-6 {
  max-width: 6ch;
}

.ch-7 {
  max-width: 7ch;
}

.ch-8 {
  max-width: 8ch;
}

.ch-9 {
  max-width: 9ch;
}

.ch-10 {
  max-width: 10ch;
}

.ch-11 {
  max-width: 11ch;
}

.ch-12 {
  max-width: 12ch;
}

.ch-13 {
  max-width: 13ch;
}

.ch-14 {
  max-width: 14ch;
}

.ch-15 {
  max-width: 15ch;
}

.ch-16 {
  max-width: 16ch;
}

.ch-17 {
  max-width: 17ch;
}

.ch-18 {
  max-width: 18ch;
}

.ch-19 {
  max-width: 19ch;
}

.ch-20 {
  max-width: 20ch;
}

.ch-21 {
  max-width: 21ch;
}

.ch-22 {
  max-width: 22ch;
}

.ch-23 {
  max-width: 23ch;
}

.ch-24 {
  max-width: 24ch;
}

.ch-25 {
  max-width: 25ch;
}

.ch-26 {
  max-width: 26ch;
}

.ch-27 {
  max-width: 27ch;
}

.ch-28 {
  max-width: 28ch;
}

.ch-29 {
  max-width: 29ch;
}

.ch-30 {
  max-width: 30ch;
}

.ch-31 {
  max-width: 31ch;
}

.ch-32 {
  max-width: 32ch;
}

.ch-33 {
  max-width: 33ch;
}

.ch-34 {
  max-width: 34ch;
}

.ch-35 {
  max-width: 35ch;
}

.ch-36 {
  max-width: 36ch;
}

.ch-37 {
  max-width: 37ch;
}

.ch-38 {
  max-width: 38ch;
}

.ch-39 {
  max-width: 39ch;
}

.ch-40 {
  max-width: 40ch;
}

.ch-41 {
  max-width: 41ch;
}

.ch-42 {
  max-width: 42ch;
}

.ch-43 {
  max-width: 43ch;
}

.ch-44 {
  max-width: 44ch;
}

.ch-45 {
  max-width: 45ch;
}

.ch-46 {
  max-width: 46ch;
}

.ch-47 {
  max-width: 47ch;
}

.ch-48 {
  max-width: 48ch;
}

.ch-49 {
  max-width: 49ch;
}

.ch-50 {
  max-width: 50ch;
}

.ch-51 {
  max-width: 51ch;
}

.ch-52 {
  max-width: 52ch;
}

.ch-53 {
  max-width: 53ch;
}

.ch-54 {
  max-width: 54ch;
}

.ch-55 {
  max-width: 55ch;
}

.ch-56 {
  max-width: 56ch;
}

.ch-57 {
  max-width: 57ch;
}

.ch-58 {
  max-width: 58ch;
}

.ch-59 {
  max-width: 59ch;
}

.ch-60 {
  max-width: 60ch;
}

.ch-61 {
  max-width: 61ch;
}

.ch-62 {
  max-width: 62ch;
}

.ch-63 {
  max-width: 63ch;
}

.ch-64 {
  max-width: 64ch;
}

.ch-65 {
  max-width: 65ch;
}

.ch-66 {
  max-width: 66ch;
}

.ch-67 {
  max-width: 67ch;
}

.ch-68 {
  max-width: 68ch;
}

.ch-69 {
  max-width: 69ch;
}

.ch-70 {
  max-width: 70ch;
}

.ch-71 {
  max-width: 71ch;
}

.ch-72 {
  max-width: 72ch;
}

.ch-73 {
  max-width: 73ch;
}

.ch-74 {
  max-width: 74ch;
}

.ch-75 {
  max-width: 75ch;
}

.ch-76 {
  max-width: 76ch;
}

.ch-77 {
  max-width: 77ch;
}

.ch-78 {
  max-width: 78ch;
}

.ch-79 {
  max-width: 79ch;
}

.ch-80 {
  max-width: 80ch;
}

.ch-81 {
  max-width: 81ch;
}

.ch-82 {
  max-width: 82ch;
}

.ch-83 {
  max-width: 83ch;
}

.ch-84 {
  max-width: 84ch;
}

.ch-85 {
  max-width: 85ch;
}

.ch-86 {
  max-width: 86ch;
}

.ch-87 {
  max-width: 87ch;
}

.ch-88 {
  max-width: 88ch;
}

.ch-89 {
  max-width: 89ch;
}

.ch-90 {
  max-width: 90ch;
}

.ch-91 {
  max-width: 91ch;
}

.ch-92 {
  max-width: 92ch;
}

.ch-93 {
  max-width: 93ch;
}

.ch-94 {
  max-width: 94ch;
}

.ch-95 {
  max-width: 95ch;
}

.ch-96 {
  max-width: 96ch;
}

.ch-97 {
  max-width: 97ch;
}

.ch-98 {
  max-width: 98ch;
}

.ch-99 {
  max-width: 99ch;
}

.ch-100 {
  max-width: 100ch;
}

.btn {
  position: relative;
  font-size: clamp(14px, 3vw, 1.8rem);
  font-weight: bold;
  text-transform: capitalize;
}
.btn:focus {
  box-shadow: none;
}
.btn__icon i,
.btn__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: currentColor;
}
.btn__primary {
  background: #2f80ed;
  padding: 1.5rem 4.5rem;
  color: #fff;
  border-radius: 2.2rem;
  border: 3px solid transparent;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.btn__primary:hover {
  background: #fff;
  border: 3px solid currentColor;
}
.btn__primary--small {
  padding: 0.8rem 2.5rem;
  font-size: clamp(12px, 3vw, 1.4rem);
  border-radius: 1rem;
}
.btn__outlined {
  padding: 1.5rem 4.5rem;
  border-radius: 100rem;
  border: 3px solid currentColor;
  color: inherit;
}
.btn__outlined:hover {
  color: #2f80ed;
}
.btn.rounded {
  border-radius: 100rem !important;
}

.nav {
  padding: 3.8rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 0;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  transition: all 0.5s ease;
  z-index: 5;
}
.nav.sticky {
  position: fixed;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 2rem 0;
  backdrop-filter: blur(30px);
}
@supports not (backdrop-filter: blur(30px)) {
  .nav.sticky {
    background: #fff;
  }
}
.nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav a.logo {
  max-width: 12.28rem;
}
.nav a.logo img {
  width: 100%;
  vertical-align: middle;
}
.nav__menu {
  display: flex;
  align-items: center;
}
.nav__menu-item:not(:last-child) {
  margin-right: 4rem;
}
.nav__menu-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-text-stroke: 1px transparent;
}
.nav__menu-link.active, .nav__menu-link:hover {
  color: #2f80ed;
  -webkit-text-stroke: 0.5px currentColor;
}
.nav__menu-link--icon {
  display: none;
}
@media only screen and (max-width: 64em) {
  .nav__menu {
    position: fixed;
    top: 100vh;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom: 0;
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transform: translateY(-100%);
  }
  .nav__menu-item:not(:last-child) {
    margin-right: 2.2rem;
  }
  .nav__menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav__menu-link--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
  }
  .nav__menu-link--icon svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: currentColor;
  }
}
.nav__buttons {
  display: flex;
  align-items: center;
}
.nav__buttons .btn__icon:hover {
  color: #2f80ed;
}

body.dark .nav__menu-link {
  color: #fff;
}
body.dark .nav__menu-link.active, body.dark .nav__menu-link:hover {
  color: #2f80ed;
  -webkit-text-stroke: 0.5px currentColor;
}
@media only screen and (max-width: 64em) {
  body.dark .nav__menu {
    border: 1px solid transparent;
    background: #161d30;
  }
  body.dark .nav__menu-link--icon {
    background: #283046;
  }
}
body.dark .nav.sticky {
  background: #283046;
  color: #fff;
  border: 0;
}

.social__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.social__links p.p__text {
  flex: 0 0 100%;
}
.social__links a {
  transition: all 0.3s;
}
.social__links a:hover {
  transform: translateY(-5px);
}

.footer .social__links {
  justify-content: center;
  gap: 1.5rem;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 4rem 1.5rem;
  z-index: 10;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.5s ease;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(30px);
  z-index: 10;
}
@supports not (backdrop-filter: blur(20px)) {
  .popup__bg {
    background: #fff;
  }
}
.popup__img {
  width: 100%;
}
.popup__img img {
  width: 100%;
}
.popup__inner {
  padding: 5rem 4rem;
  background: linear-gradient(142.7deg, #ededed 1.45%, #ffffff 100.06%);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  z-index: 99;
}
.popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup__footer .left {
  display: flex;
  align-items: center;
}
.popup__footer .btn__icon {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.popup__footer .btn__icon svg {
  margin-left: 1rem;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}
.popup__footer .btn.extra {
  border-radius: 1rem;
}
@media only screen and (max-width: 48em) {
  .popup {
    padding: 4rem 0;
  }
  .popup__header {
    flex-wrap: wrap;
  }
  .popup__header .like__stats {
    margin-left: auto;
    margin-top: 2rem;
  }
  .popup__footer {
    flex-wrap: wrap;
  }
  .popup__footer .left {
    margin-bottom: 2rem;
  }
  .popup__footer .left .btn__icon {
    text-align: left;
  }
  .popup__footer .btn.extra {
    margin: auto;
  }
}
.popup .close-btn {
  position: fixed;
  top: 2rem;
  right: 2.5rem;
  color: #000;
  z-index: 99;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(142.7deg, #ededed 1.45%, #ffffff 100.06%);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}
.popup .close-btn svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

body.dark .popup__inner {
  background: linear-gradient(142.63deg, #050916 1.54%, #283046 100%);
}
@supports not (backdrop-filter: blur(20px)) {
  body.dark .popup__bg {
    background: linear-gradient(142.63deg, #050916 1.54%, #283046 100%);
  }
}

.like__stats {
  display: flex;
  align-items: center;
  border: 2px solid #e0e0e0;
  border-radius: 100rem;
  max-width: 25rem;
  background: linear-gradient(135deg, #f0efef 0%, #f7f5f5 45.31%, #ffffff 100%);
}
.like__stats-el {
  padding: 0.5rem 1.5rem;
}
.like__stats .views {
  border-right: 2px solid #e0e0e0;
}
.like__stats i,
.like__stats svg {
  width: 2.2rem;
  height: 2.2rem;
}

body.dark .like__stats {
  background: #161d30;
  border-color: #1c2742;
}
body.dark .like__stats svg {
  fill: #fff;
}
body.dark .like__stats .views {
  border-color: #1c2742;
}
body.dark .like__stats .like {
  color: #fff;
}

.contact {
  padding-top: 13rem;
  padding-bottom: 8rem;
  position: relative;
}
.contact__tabs {
  width: 80%;
  overflow: hidden;
}
@media only screen and (max-width: 62em) {
  .contact__tabs {
    width: 100%;
  }
}
.contact__tabs--btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.contact__tabs--btn .p__text {
  width: calc(100% - 3rem);
  font-weight: bold;
  font-family: inherit;
}
.contact__icon--circle {
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: rgba(9, 207, 131, 0.124);
  margin-right: 1.5rem;
  position: relative;
}
.contact__icon--circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  background-color: transparent;
  border: 3px solid #2f80ed;
  border-radius: 50%;
  transition: all 0.3s;
}
.contact__icon--vector {
  transform: rotate(90deg);
  transition: all 0.4s;
}
.contact__icon--vector svg {
  height: 1.4rem;
  width: 1rem;
}
.contact__tabs--content {
  margin-left: 4.3rem;
  max-height: 0;
  width: 80%;
  transition: max-height 0.3s ease;
}
.contact__input {
  width: 100%;
  padding: 1rem 2.5rem;
  margin-bottom: 2rem;
  border: none;
  outline: none;
  background: #fafafa;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  text-transform: capitalize;
}
.contact__input:focus {
  box-shadow: 0 0 0 2px #2f80ed;
}
.contact__input--message {
  min-height: 27.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.contact__el {
  position: absolute;
  z-index: -1;
}
.contact__el--1 {
  left: 20%;
  top: -20%;
}
.contact__el--2 {
  right: 20%;
  top: 0%;
}
.contact__el--3 {
  right: 0%;
  bottom: -10%;
}

body.dark .contact__input {
  background: rgba(40, 48, 70, 0.6);
  color: #fff;
}

.show-tab .contact__icon--vector {
  transform: rotate(0);
}

.footer {
  background: #f2f2f2;
}
.footer__intro {
  margin-bottom: 0.5rem;
}
.footer__btns {
  justify-content: center;
  gap: 2rem;
}
.footer__btns .btn {
  padding: 0.8rem 2.5rem;
  font-size: 1.4rem;
  border-radius: 100rem;
}
.footer__copyright {
  background: #2f80ed;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .footer {
    padding-bottom: 10rem;
  }
}

body.dark .footer {
  background: #283046;
}

.header {
  position: relative;
  padding-bottom: 13rem;
}
.header__content {
  padding-top: 18rem;
}
.header .btns__wrapper {
  display: flex;
  align-items: center;
  max-width: 40rem;
  justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .header .btns__wrapper {
    margin: 0 auto;
  }
}
.header__img {
  transform: scale(1.3);
  position: relative;
}
.header__img-dark {
  display: none;
}
@media only screen and (max-width: 62em) {
  .header__img {
    transform: scale(1);
  }
}

body.dark .header__img-light {
  display: none;
}
body.dark .header__img-dark {
  display: block;
}

.about {
  padding-bottom: 12rem;
  position: relative;
}
.about__img {
  width: 90%;
}
.about__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: clamp(18px, 5vw, 5rem);
}
.about__footer .social__links {
  margin-right: clamp(2rem, 4vw, 6rem);
}
.about__footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__footer-info .box {
  display: flex;
  align-items: center;
}
.about__footer-info .box:not(:first-child) {
  margin-left: 3rem;
}
.about__footer-info .box p {
  line-height: 1.2;
}
.about__footer-info .box h2.heading {
  font-size: clamp(24px, 4vw, 3.6rem);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-right: 1rem;
}
.about__el {
  position: absolute;
  z-index: -1;
  max-width: 30%;
}
.about__el--1 {
  top: 10%;
  left: 10%;
}
.about__el--2 {
  top: 15%;
  left: 10%;
}
.about__el--3 {
  top: 15%;
  left: 60%;
}
.about__el--4 {
  bottom: 10%;
  left: 50%;
}
@media only screen and (max-width: 48em) {
  .about__el--2 {
    display: none;
  }
}

.projects {
  padding-bottom: 25rem;
  position: relative;
}
.projects__grid {
  overflow: hidden;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-row-gap: 5.6rem;
  grid-column-gap: 4rem;
}
.projects .project__card {
  position: relative;
  max-width: 30rem;
  min-height: 19rem;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.25));
  transition: all 0.5s;
}
.projects .project__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects .project__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects .project__card-btns {
  padding: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.5s;
}
.projects .project__card-btns .btn:hover {
  color: #2f80ed;
}
.projects .project__card:hover .project__card-btns {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.projects .filter__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
.projects .filter__btns .btn {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  -webkit-text-stroke: 0.5px transparent;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 4rem;
}
.projects .filter__btns .btn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: currentColor;
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.projects .filter__btns .btn.mixitup-control-active {
  -webkit-text-stroke: 0.5px #2f80ed;
  color: #2f80ed;
}
.projects .filter__btns .btn.mixitup-control-active::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.projects__el {
  position: absolute;
  z-index: -1;
}
.projects__el--1 {
  left: 20%;
  top: 60%;
}

.projects__slider {
  padding: 4rem 4rem;
  overflow: visible;
}
.projects__slider .swiper-slide-active .project__card {
  transform: scale(1.1);
}
.projects__slider .project__card {
  margin: 0 auto;
  width: 100%;
  max-width: 50rem;
  min-height: 20rem;
  transform: scale(0.9);
}
.projects__slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}

.skills {
  padding-bottom: 13rem;
  position: relative;
}
.skills .skill {
  --skill-bg: #000;
  --skill-width: 80%;
  margin-bottom: 3rem;
  padding: 0 2rem;
}
.skills .skill__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skills .skill .bar {
  width: 100%;
  height: 8px;
  background: #f2f2f2;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.11);
  border-radius: 100rem;
  overflow: hidden;
  position: relative;
}
.skills .skill .bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--skill-width);
  height: 100%;
  background: var(--skill-bg);
  border-radius: 100rem;
  animation-delay: 0.5s;
}
.skills.animation-active .skill .bar::after {
  animation: fill-bar 3s cubic-bezier(0.23, 1, 0.32, 1);
}
.skills__el {
  position: absolute;
  z-index: -1;
}
.skills__el--1 {
  top: -50%;
  left: 50%;
}
.skills__el--2 {
  left: 20%;
  bottom: 20%;
}

@keyframes fill-bar {
  0% {
    width: 0;
  }
  100% {
    width: var(--skill-width);
  }
}
.blog {
  position: relative;
}
.blog .g-5,
.blog .gx-5 {
  --bs-gutter-x: 4rem;
}
@media only screen and (max-width: 75em) {
  .blog .g-5,
.blog .gx-5 {
    --bs-gutter-x: 2rem;
  }
}
.blog .blog__card {
  background: linear-gradient(142.7deg, #ededed 1.45%, #ffffff 100.06%);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  overflow: hidden;
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 4rem;
  position: relative;
  transition: all 0.3s;
}
.blog .blog__card:hover {
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.15);
}
.blog .blog__card-img {
  width: 100%;
}
.blog .blog__card-img img {
  width: 100%;
}
.blog .blog__card-content {
  padding: 3.4rem 2.5rem;
}
.blog .blog__card-footer {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.blog .blog__card-footer .btn {
  padding: 0.6rem 1.2rem;
  font-weight: 500;
}
.blog__title {
  font-size: clamp(14px, 4vw, 1.8rem);
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.blog__date, .blog__author {
  font-size: clamp(12px, 4vw, 1.4rem);
  font-weight: 500;
  color: #333;
}
.blog__author {
  margin-right: auto;
  text-decoration: none;
  color: #2f80ed;
  margin-left: 0.5rem;
}
.blog__tag {
  position: absolute;
  top: 0;
  left: 2.6rem;
  display: block;
  padding: 1.2rem 2.2rem;
  background: #2f80ed;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  z-index: 2;
  font-size: clamp(14px, 4vw, 1.8rem);
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.blog__el {
  position: absolute;
  z-index: -1;
}
.blog__el--1 {
  top: 0;
  left: 90%;
}
.blog__el--2 {
  left: 10%;
}

body.dark .blog__card {
  background: #283046;
  color: #fff;
}
body.dark .blog__author {
  color: #2f80ed;
}
body.dark .blog__title, body.dark .blog__date {
  color: #fff;
}

.blog__slider {
  padding: 4rem 4rem;
  overflow: visible;
}
.blog__slider .swiper-slide-active .blog__card {
  transform: scale(1.1);
}
.blog__slider .blog__card {
  margin: 0 auto;
  width: 100%;
  max-width: 50rem;
  min-height: 20rem;
  transform: scale(0.9);
}
.blog__slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}

.blog__container {
  padding-top: 18rem;
}
.blog__container .blog__bg {
  width: 100%;
  height: 32rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/blog-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.blog__container .blog__bg .heading {
  font-size: 6.2rem;
  color: #fff;
  text-transform: capitalize;
}
.blog__container .blog__bg .like__stats {
  position: absolute;
  bottom: 0;
  right: 2.4rem;
  transform: translateY(50%);
}

/*# sourceMappingURL=style.css.map */
