.container,
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
button,
hr,
input {
  overflow: visible;
}
.col,
legend {
  max-width: 100%;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
.home,
.home-image {
  background-repeat: no-repeat;
}
.Resume-list,
.contact-form,
.pacage-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf) format(truetype);
}
@font-face {
  font-family: "Poppins Medium";
  src: url(../fonts/Poppins-Medium.ttf) format(truetype);
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf) format(truetype);
}
@font-face {
  font-family: "Poppins Bold";
  src: url(../fonts/Poppins-Bold.ttf) format(truetype);
}
@font-face {
  font-family: "Poppins Black";
  src: url(../fonts/Poppins-Black.ttf) format(truetype);
}
html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  margin-bottom: 30px;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
.col {
  flex-grow: 1;
}
.col-1 {
  width: 8.333333%;
  flex: 0 0 auto;
}
.col-2,
.col-3 {
  flex: 0 0 auto;
}
.col-2 {
  width: 16.666666%;
}
.col-3 {
  width: 25%;
}
.col-4,
.col-5 {
  flex: 0 0 auto;
}
.col-4 {
  width: 33.333333%;
}
.col-5 {
  width: 41.666666%;
}
.col-6,
.col-7 {
  flex: 0 0 auto;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333%;
}
.col-8,
.col-9 {
  flex: 0 0 auto;
}
.col-8 {
  width: 66.666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333333%;
  flex: 0 0 auto;
}
.col-11 {
  width: 91.666666%;
  flex: 0 0 auto;
}
.col-12 {
  width: 100%;
  flex: 0 0 auto;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
  .col-sm-1 {
    width: 8.333333%;
    flex: 0 0 auto;
  }
  .col-sm-2 {
    width: 16.666666%;
    flex: 0 0 auto;
  }
  .col-sm-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-sm-4 {
    width: 33.333333%;
    flex: 0 0 auto;
  }
  .col-sm-5 {
    width: 41.666666%;
    flex: 0 0 auto;
  }
  .col-sm-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-sm-7 {
    width: 58.333333%;
    flex: 0 0 auto;
  }
  .col-sm-8 {
    width: 66.666666%;
    flex: 0 0 auto;
  }
  .col-sm-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-sm-10 {
    width: 83.333333%;
    flex: 0 0 auto;
  }
  .col-sm-11 {
    width: 91.666666%;
    flex: 0 0 auto;
  }
  .col-sm-12 {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
  .col-md-1 {
    width: 8.333333%;
    flex: 0 0 auto;
  }
  .col-md-2 {
    width: 16.666666%;
    flex: 0 0 auto;
  }
  .col-md-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: 33.333333%;
    flex: 0 0 auto;
  }
  .col-md-5 {
    width: 41.666666%;
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-md-7 {
    width: 58.333333%;
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: 66.666666%;
    flex: 0 0 auto;
  }
  .col-md-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-md-10 {
    width: 83.333333%;
    flex: 0 0 auto;
  }
  .col-md-11 {
    width: 91.666666%;
    flex: 0 0 auto;
  }
  .col-md-12 {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
  .col-lg-1 {
    width: 8.333333%;
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: 16.666666%;
    flex: 0 0 auto;
  }
  .col-lg-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: 33.333333%;
    flex: 0 0 auto;
  }
  .col-lg-5 {
    width: 41.666666%;
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-lg-7 {
    width: 58.333333%;
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: 66.666666%;
    flex: 0 0 auto;
  }
  .col-lg-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-lg-10 {
    width: 83.333333%;
    flex: 0 0 auto;
  }
  .col-lg-11 {
    width: 91.666666%;
    flex: 0 0 auto;
  }
  .col-lg-12 {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .col-xl-1 {
    width: 8.333333%;
    flex: 0 0 auto;
  }
  .col-xl-2 {
    width: 16.666666%;
    flex: 0 0 auto;
  }
  .col-xl-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-xl-4 {
    width: 33.333333%;
    flex: 0 0 auto;
  }
  .col-xl-5 {
    width: 41.666666%;
    flex: 0 0 auto;
  }
  .col-xl-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-xl-7 {
    width: 58.333333%;
    flex: 0 0 auto;
  }
  .col-xl-8 {
    width: 66.666666%;
    flex: 0 0 auto;
  }
  .col-xl-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-xl-10 {
    width: 83.333333%;
    flex: 0 0 auto;
  }
  .col-xl-11 {
    width: 91.666666%;
    flex: 0 0 auto;
  }
  .col-xl-12 {
    width: 100%;
    flex: 0 0 auto;
  }
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.btn,
.footer-wrapper,
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
}
:root {
  --text-color: #333333;
  --shadow-color: rgba(19, 182, 255, 0.24);
  --app-bg-color: #fff;
  --section-bg-color: #fff;
  --primary-color: #0abead;
  --secondary-color: #f57f17;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
.menu,
.menu__link {
  -webkit-transition: 150ms ease-in;
  -o-transition: 150ms ease-in;
}
:root.dark-mode {
  --text-color: #95a5c6;
  --app-bg-color: #161d26;
  --section-bg-color: #1f2935;
}
:root.dark-mode .Resume,
:root.dark-mode .Resume-list,
:root.dark-mode .about,
:root.dark-mode .header,
:root.dark-mode .home-image,
:root.dark-mode .pacage,
:root.dark-mode .pricing {
  -webkit-box-shadow: none;
  box-shadow: none;
}
:root.dark-mode .home {
  background-image: url(../images/shapes/header-shape-dark.svg);
}
:root.dark-mode .Resume-part__head {
  color: #f57f17;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.btn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4rem;
  color: var(--app-bg-color);
  width: 18rem;
  height: 5.2rem;
  font-family: "Poppins SemiBold";
  -webkit-box-shadow: 0 1.5rem 4rem rgba(11, 190, 173, 40%);
  box-shadow: 0 1.5rem 4rem rgba(11, 190, 173, 40%);
  background-color: var(--primary-color);
}
.section-head {
  text-align: center;
  margin-bottom: 5rem;
}
.section-head__title {
  font-family: "poppins bold";
  font-size: 4.5rem;
  color: var(--primary-color);
  margin: 0;
}
.section-head__text {
  color: var(--text-color);
  margin: 0.5rem 0 2rem;
  letter-spacing: 0.25rem;
}
.menu__item--active,
.menu__link:hover,
.nav__title {
  color: var(--primary-color);
}
.section-head__line,
.section-head__line::after {
  background-color: var(--primary-color);
  margin: auto;
}
.section-head__line {
  display: block;
  width: 20rem;
  height: 0.2rem;
  position: relative;
}
.section-head__line::after {
  content: "";
  width: 4rem;
  height: 0.8rem;
  position: absolute;
  border-radius: 5rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.skewreset {
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
}
.h-full {
  height: 100%;
}
html {
  font-size: 10px;
}
body {
  margin: 0;
  font-family: Poppins;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--app-bg-color);
  padding-top: 11.3rem;
}
.header {
  background-color: var(--section-bg-color);
  -webkit-box-shadow: 0 0.5rem 4rem rgba(4, 195, 255, 0.16);
  box-shadow: 0 0.5rem 4rem rgba(4, 195, 255, 0.16);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 100;
}
.about-list__item,
.nav__toggle-line,
.service {
  position: relative;
}
.footer-wrapper,
.nav {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__title {
  font-family: "poppins black";
  font-size: 4rem;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 150ms ease-in;
}
.Resume-list__item,
.nav__toggle-icon {
  -webkit-box-align: center;
  cursor: pointer;
}
.menu__item {
  margin-left: 4rem;
  font-family: "poppins medium";
}
.menu__item:first-child {
  margin-left: 0;
}
.menu__link {
  display: inline-block;
  color: inherit;
  transition: 150ms ease-in;
}
.nav__toggle-icon {
  display: none;
  width: 5rem;
  height: 5rem;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about,
.about__links,
.content__btns {
  display: -webkit-box;
  display: -ms-flexbox;
}
.nav__toggle-line,
.nav__toggle-line::after,
.nav__toggle-line::before {
  content: "";
  background-color: var(--primary-color);
  width: 3.5rem;
  height: 0.4rem;
  border-radius: 2rem;
  -webkit-transition: 150ms ease-in;
  -o-transition: 150ms ease-in;
  transition: 150ms ease-in;
}
.nav__toggle-line::before {
  position: absolute;
  top: 1.2rem;
}
.nav__toggle-line::after {
  position: absolute;
  top: -1.2rem;
}
.nav__toggle-icon--open .nav__toggle-line::before {
  -webkit-transform: translatey(-1.2rem) rotate(-45deg);
  -ms-transform: translatey(-1.2rem) rotate(-45deg);
  transform: translatey(-1.2rem) rotate(-45deg);
}
.nav__toggle-icon--open .nav__toggle-line::after {
  -webkit-transform: translatey(1.2rem) rotate(45deg);
  -ms-transform: translatey(1.2rem) rotate(45deg);
  transform: translatey(1.2rem) rotate(45deg);
}
.nav__toggle-icon--open .nav__toggle-line {
  background-color: transparent;
}
.home {
  margin-top: 8rem;
  background-image: url(../images/shapes/header-shape.svg);
  background-position: bottom;
  height: 80rem;
}
.content__header,
.content__name {
  margin: 0;
  color: var(--primary-color);
}
.content__name {
  font-size: 2.8rem;
  font-family: "Poppins SemiBold";
}
.content__name span {
  color: var(--secondary-color);
}
.content__header {
  font-family: "Poppins Bold";
  font-size: 4.5rem;
}
.about__list-title,
.about__title {
  font-family: "Poppins SemiBold";
  margin-top: 0;
}
.content__text {
  margin-top: 1rem;
  margin-bottom: 3rem;
  opacity: 70%;
}
.about__links,
.content__btns {
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content__btn--b {
  background-color: var(--secondary-color);
  -webkit-box-shadow: 0 1.5rem 4rem rgba(245, 127, 23, 24%);
  box-shadow: 0 1.5rem 4rem rgba(245, 127, 23, 24%);
}
.home-image {
  width: 50rem;
  height: 50rem;
  border-radius: 100%;
  background-image: url(../images/header-avatar.jpg);
  border: 2rem solid var(--section-bg-color);
  -webkit-box-shadow: 0 0 4rem rgba(96, 233, 255, 27%);
  box-shadow: 0 0 4rem rgba(96, 233, 255, 27%);
  background-position: center top;
}
.service,
.service__wave {
  width: 100%;
}
.Resume-list,
.about {
  -webkit-box-shadow: 0 0 4rem rgba(96, 233, 255, 27%);
}
.AboutUs {
  margin-top: 6rem;
}
.about {
  display: flex;
  box-shadow: 0 0 4rem rgba(96, 233, 255, 27%);
  background-color: var(--section-bg-color);
  min-height: 62rem;
}
.Resume-list,
.Resume-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
}
.about__cover {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.about__cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__content {
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  padding: 4rem;
}
.about__title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.about__description {
  margin-top: 0;
  margin-bottom: 6rem;
}
.about__list-title {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}
.Resume-list__item--active,
.service {
  color: #fff;
}
.about-list {
  margin-bottom: 2rem;
  margin-left: 1rem;
}
.about-list__item {
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.about-list__item:last-child,
.service__text {
  margin-bottom: 0;
}
.about-list__item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  background-color: var(--secondary-color);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
}
.Resume-list::before,
.Resume-list__item::before,
.Resume-part__header::before {
  content: "";
  top: 0;
  background-color: var(--primary-color);
}
.Resume-list__item:last-child,
.service__title {
  margin-bottom: 0;
}
.Contactus,
.portfolio,
.services {
  margin-top: 8rem;
}
.service {
  text-align: center;
  padding: 6rem 2rem;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
.Resume-list::before,
.Resume-list__item::before,
.service__wave {
  left: 0;
  z-index: -1;
  position: absolute;
  bottom: 0;
}
.srvice--purple {
  background-color: #8540ff;
}
.srvice--yellow {
  background-color: #ffc50c;
}
.srvice--pink {
  background-color: #ec407a;
}
.pacage-head--orange,
.srvice--orange {
  background-color: #ff6331;
}
.srvice--blue {
  background-color: #13b6ff;
}
.srvice--green {
  background-color: #49af46;
}
.service__title {
  font-family: "Poppins Bold";
  font-size: 2.4rem;
  margin-top: 1.6rem;
}
.Resume {
  margin-top: 8rem;
  background-color: var(--section-bg-color);
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-box-shadow: 0 0 6rem rgba(19, 182, 255, 24%);
  box-shadow: 0 0 6rem rgba(19, 182, 255, 24%);
  padding: 5rem 0;
}
.Resume-list {
  background-color: var(--app-bg-color);
  box-shadow: 0 0 4rem rgba(96, 233, 255, 27%);
  position: relative;
  z-index: 5;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3rem;
  min-height: 40rem;
}
.Resume-list::before {
  width: 4rem;
}
.Resume-list__item {
  margin-bottom: 1.5rem;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0.8rem 0;
}
.Resume-part__header,
.portfolio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.Resume-list__item::before {
  width: 5.4rem;
  border-radius: 3rem;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  max-width: 25rem;
  -webkit-box-shadow: 0 0 4rem rgba(96, 233, 255, 27%);
  box-shadow: 0 0 4rem rgba(96, 233, 255, 27%);
}
.Resume-list__item--active::before,
.portfolio-banner {
  width: 100%;
}
.Resume-list__icon {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0.8rem;
}
.Resume-list__text {
  margin-left: 2.5rem;
  font-size: 1.8rem;
  font-family: "Poppins SemiBold";
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.Resume-parts {
  border-left: 2px solid var(--primary-color);
  padding-left: 3rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.Resume-parts--show {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.Resume-part,
.pacage-options__item {
  margin-bottom: 2rem;
}
.Resume-part__header {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.Resume-part__header::before {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  left: -4rem;
  bottom: 0;
  border-radius: 100%;
  margin: auto;
}
.Resume-part__head {
  font-family: "poppins semibold";
  font-size: 1.8rem;
  color: #ff5823;
  margin: 0;
}
.Resume-part__date {
  background-color: #f57f17;
  color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 4rem rgba(245, 127, 23, 24%);
  box-shadow: 0 0 4rem rgba(245, 127, 23, 24%);
  padding: 0.2rem 1.5rem;
}
.Resume-part__text-head {
  font-family: "poppins semibold";
  font-size: 1.6rem;
  margin: 1rem 0;
}
.pacage-price,
.pacage-title {
  font-family: "Poppins SemiBold";
}
.Resume-part__text {
  margin-top: 0;
  margin-bottom: 2rem;
}
.portfolio-list {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contactus-map,
.pacage-head {
  display: -webkit-box;
  display: -ms-flexbox;
}
.portfolio-list__item {
  padding: 1.2rem 3rem;
  border-radius: 4rem;
  cursor: pointer;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.portfolio-list__item--active {
  background-color: var(--primary-color);
  color: #fff;
}
.portfolio-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.portfolio-content--show {
  height: auto;
  opacity: 1;
}
.swiper-pagination-bullet {
  width: 1.8rem !important;
  height: 1.8rem !important;
  border: 0.3rem solid #bfbebe !important;
  background-color: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  border-color: var(--primary-color) !important;
}
.swiper-pagination {
  position: static !important;
  margin-top: 1rem;
}
.pricing {
  margin-top: 8rem;
  background-color: var(--section-bg-color);
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-box-shadow: 0 0 6rem rgba(19, 182, 255, 24%);
  box-shadow: 0 0 6rem rgba(19, 182, 255, 24%);
  padding: 8rem 0 14rem;
}
.pacage-body,
.pacage-head {
  padding: 3rem 0;
}
.pacage {
  -webkit-box-shadow: 0 0 5rem rgba(96, 233, 255, 27%);
  box-shadow: 0 0 5rem rgba(96, 233, 255, 27%);
  background-color: var(--app-bg-color);
}
.pacage-head {
  color: #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pacage-title {
  margin: 0;
  font-size: 3.2rem;
}
.pacage-price {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2.6rem;
}
.pacage-options {
  width: 17rem;
  margin: 0 auto;
}
.pacage-options__item:last-child {
  margin-bottom: 0;
}
.package-options__icon {
  margin-right: 1rem;
}
.pacage-btn {
  margin: 2.5rem auto 0;
}
.pacage-head--purple {
  background-color: #803afb;
}
.pacage-head--pink {
  background-color: #f5276c;
}
.btn--orange {
  background-color: #ff6331;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(245, 127, 23, 24%);
  box-shadow: 0 1.5rem 4rem rgba(245, 127, 23, 24%);
}
.btn--purple {
  background-color: #803afb;
  -webkit-box-shadow: 0 1.5rem 4rem rgb(128 58 251 / 24%);
  box-shadow: 0 1.5rem 4rem rgb(128 58 251 / 24%);
}
.btn--pink {
  background-color: #f5276c;
  -webkit-box-shadow: 0 1.5rem 4rem rgb(245 39 108 / 24%);
  box-shadow: 0 1.5rem 4rem rgb(245 39 108 / 24%);
}
.contactus-wrapper {
  background-image: url(../images/map.jpg);
  background-size: cover;
  height: 78rem;
  padding: 5rem 0;
}
.contactus-map {
  width: 6rem;
  height: 6rem;
  background-color: var(--app-bg-color);
  border-radius: 100%;
  position: absolute;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 30%;
  left: 15%;
  -webkit-box-shadow: 0 0 4rem rgba(96, 233, 255, 27%);
  box-shadow: 0 0 4rem rgba(96, 233, 255, 27%);
}
.contact-form,
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
}
.contact {
  max-width: 50rem;
  background-color: var(--section-bg-color);
  -webkit-box-shadow: 0 0 4rem rgba(19, 182, 255, 24%);
  box-shadow: 0 0 4rem rgba(19, 182, 255, 24%);
  padding: 4.5rem;
  margin-left: auto;
}
.contact-title {
  font-family: "Poppins Bold";
  font-size: 3.2rem;
  margin: 0;
  color: var(--primary-color);
}
.contact-form {
  margin-top: 2rem;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.contact-form__input {
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 0 5rem rgba(96, 233, 255, 27%);
  box-shadow: 0 0 5rem rgba(96, 233, 255, 27%);
  padding: 1.5rem 2.5rem;
  border-radius: 1rem;
  color: var(--text-color);
  background-color: var(--app-bg-color);
}
.contact-form__submit,
.footer__social:hover {
  background-color: var(--primary-color);
}
.contact-form__input::-webkit-input-placeholder {
  color: inherit;
}
.contact-form__input::-moz-placeholder {
  color: inherit;
}
.contact-form__input:-ms-input-placeholder {
  color: inherit;
}
.contact-form__input::-ms-input-placeholder {
  color: inherit;
}
.contact-form__input::placeholder {
  color: inherit;
}
#contact-form__text {
  resize: vertical;
  min-height: 8rem;
  max-height: 18rem;
}
.contact-form__submit {
  border-radius: 5rem;
  border: none;
  outline: 0;
  color: #fff;
  padding: 1.5rem;
  font-family: "Poppins SemiBold";
  font-size: 1.8rem;
  cursor: pointer;
}
.footer {
  padding: 2rem 0;
  background-color: var(--app-bg-color);
}
.footer__copyright {
  letter-spacing: 0.4rem;
  color: var(--text-color);
  font-family: "Poppins SemiBold";
}
.footer__socials {
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.change-theme,
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  background-color: #1f2935;
  cursor: pointer;
}
.change-theme svg,
.footer__social svg {
  height: 3rem;
  width: 3rem;
  fill: #fff;
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.333333%;
    flex: 0 0 auto;
  }
  .col-xxl-2 {
    width: 16.666666%;
    flex: 0 0 auto;
  }
  .col-xxl-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-xxl-4 {
    width: 33.333333%;
    flex: 0 0 auto;
  }
  .col-xxl-5 {
    width: 41.666666%;
    flex: 0 0 auto;
  }
  .col-xxl-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-xxl-7 {
    width: 58.333333%;
    flex: 0 0 auto;
  }
  .col-xxl-8 {
    width: 66.666666%;
    flex: 0 0 auto;
  }
  .col-xxl-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-xxl-10 {
    width: 83.333333%;
    flex: 0 0 auto;
  }
  .col-xxl-11 {
    width: 91.666666%;
    flex: 0 0 auto;
  }
  .col-xxl-12 {
    width: 100%;
    flex: 0 0 auto;
  }
  .container {
    width: 1300px;
  }
}
@media screen and (max-width: 1400px) {
  .home-image {
    width: 45rem;
    height: 45rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-image {
    width: 38rem;
    height: 38rem;
    border-width: 1.5rem;
  }
  .home {
    height: 65rem;
  }
  .about__content,
  .about__cover {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .service {
    padding: 4rem 2rem;
  }
  .Resume-list {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .about,
  .home .row,
  .home-content {
    -webkit-box-orient: vertical;
  }
  .Resume-list,
  .about,
  .home-content {
    -webkit-box-direction: normal;
  }
  .nav__title {
    font-size: 3rem;
  }
  .menu__item {
    margin-left: 3rem;
  }
  .home .row {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .home-image {
    width: 36rem;
    height: 36rem;
    margin: 0 auto;
  }
  .home {
    background-image: none;
    margin-top: 5rem;
    height: auto;
  }
  .about__content {
    padding: 2rem 4rem;
  }
  .about {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about__content,
  .about__cover {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .Resume-list::before,
  .Resume-list__item::before,
  .Resume-part__header::before {
    content: none;
  }
  .Resume-list {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
    min-height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .Resume-list__icon {
    display: none;
  }
  .Resume-list__text {
    margin: 0;
    font-size: 1.6rem;
    font-family: Poppins;
  }
  .Resume-list__item {
    margin-bottom: 0;
    padding: 1rem 2rem;
    border-radius: 5rem;
  }
  .Resume-list__item--active {
    background-color: var(--primary-color);
  }
  .Resume-parts {
    border-left: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .cover,
  .menu {
    right: 0;
    width: 100%;
  }
  .menu {
    background-color: var(--section-bg-color);
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
  }
  .menu__item {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .menu__item:first-child {
    margin-top: 2rem;
  }
  .menu--open {
    height: 33rem;
  }
  .nav__toggle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cover {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 10%);
    -webkit-transition: 150ms ease-in;
    -o-transition: 150ms ease-in;
    transition: 150ms ease-in;
  }
  .cover--show {
    z-index: 99;
    opacity: 1;
  }
  .home-image {
    width: 34rem;
    height: 34rem;
  }
  .service__title {
    font-size: 2rem;
  }
  .service__svg {
    width: 6rem;
  }
  .contactus-map {
    display: none;
  }
  .contact {
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  * {
    cursor: default !important;
  }
  .content__header {
    font-size: 4rem;
  }
  .content__name {
    font-size: 2rem;
  }
  .home-image {
    border-width: 1.4rem;
    width: 32rem;
    height: 32rem;
  }
  .about__link {
    width: 100%;
  }
  .footer-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__content {
    padding: 2rem;
  }
}
@media (max-width: 410px) {
  .content__header {
    font-size: 3.5rem;
  }
  .home-image {
    border-width: 1.4rem;
    width: 29rem;
    height: 29rem;
  }
  .content__btn,
  .content__btns {
    width: 100%;
  }
  .contact {
    padding: 4.5rem 2rem;
  }
}
@media (max-width: 350px) {
  .content__header {
    font-size: 3rem;
  }
}
