@import url(https://fonts.googleapis.com/css2?family=Clicker+Script&family=Poppins:wght@200;300;400;500;600;700&family=Roboto&display=swap);
.section-title h2::after,
.section-title h2::before {
  height: 4px;
  top: 100%;
  content: "";
  position: absolute;
  background-color: var(--skin-color);
}
.btn,
body {
  font-size: 16px;
}
.btn,
.section {
  transition: 0.3s;
}
.aside .logo a,
.aside .nav li a,
.section-title h2 {
  color: var(--text-black-900);
}
.home,
.section {
  min-height: 100vh;
}
.portfolio .container,
.section .container,
.service .container {
  padding-bottom: 40px;
}
*,
.cover-overlay a {
  text-decoration: none;
}
*,
.cover-overlay,
.slideshow-content,
.slideshow-modal,
::after,
::before {
  box-sizing: border-box;
}
.btn,
.portfolio-buttons .btn {
  font-weight: 500;
  white-space: nowrap;
}
.contact .contact-form .form-item .form-control:focus,
.proposals-item,
.service .service-item .service-item-inner:hover,
.shadow-dark {
  box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
}
:root {
  --bg-black-900: #f2f2fc;
  --bg-black-100: #fdf9ff;
  --bg-black-50: #e8dfec;
  --text-black-900: #302e4d;
  --text-black-700: #504e70;
  --text-white-50: #fffff7;
  --bg-black-player: #121212;
}
body.dark {
  --bg-black-900: #151515;
  --bg-black-100: #222;
  --bg-black-50: #393939;
  --text-black-900: #fff;
  --text-black-700: #e9e9e9;
  --text-white-50: #faf9f6;
  --bg-black-player: #101010;
}
html {
  hanging-punctuation: first last;
}
body {
  line-height: 1.5;
  font-family: Poppins, sans-serif, system-ui, -apple-system, "Segoe UI";
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
p {
  max-width: 75ch;
  text-wrap: pretty;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
@media (prefers-reduced-motion: no-prefrence) {
  :has(:target) {
    scroll-behavior: smooth;
    scroll-padding-top: 3rem;
  }
}
.section {
  background: var(--bg-black-900);
  display: block;
  padding: 0 30px;
  opacity: 1;
  position: fixed;
  left: 270px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.section.back-section {
  z-index: 1;
}
.section.active {
  z-index: 2;
  opacity: 1;
  animation: 1s slideSection;
}
@keyframes slideSection {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.hidden {
  display: none !important;
}
.padd-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.padd-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.section .container {
  padding-top: 40px;
}
.section-title {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 60px;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  position: relative;
}
.section-title h2::before {
  width: 50px;
  left: 0;
}
.section-title h2::after {
  width: 25px;
  left: 0;
  margin-top: 8px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.aside,
.popup {
  justify-content: center;
}
.btn {
  padding: 12px 35px;
  color: var(--text-white-50);
  border-radius: 40px;
  display: inline-block;
  border: none;
  margin-right: 10px;
  margin-bottom: 10px;
  background: var(--skin-color);
}
.about .about-content .about-text h3 span,
.aside .nav li a.active,
.aside .social-links a:hover,
.typing,
h3.hello span {
  color: var(--skin-color);
}
.skeleton {
  background: #e8e8e8;
  animation: 1.5s infinite loading;
}
.aside,
.aside .nav-toggler {
  background: var(--bg-black-100);
}
@keyframes loading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.lazy-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.lazy-image.loaded {
  opacity: 1;
}
.aside {
  width: 270px;
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px;
  height: 100%;
  border-right: 1px solid var(--bg-black-50);
  display: flex;
  align-items: center;
  z-index: 10;
  transition: 0.3s;
}
.aside .logo {
  position: absolute;
  top: 50px;
  font-size: 30px;
  text-transform: capitalize;
}
.aside .logo a {
  font-weight: 700;
  padding: 15px 20px;
  font-size: 30px;
  letter-spacing: 5px;
  position: relative;
}
.aside .logo a span {
  font-family: "Clicker Script", cursive, system-ui, -apple-system, "Segoe UI";
  font-size: 40px;
}
.aside .logo a::before,
.logo-container::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid var(--skin-color);
  border-left: 5px solid var(--skin-color);
  bottom: 0;
  left: 0;
}
.aside .logo a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 5px solid var(--skin-color);
  border-right: 5px solid var(--skin-color);
  top: 0;
  right: 0;
}
.aside .nav-toggler {
  height: 40px;
  width: 45px;
  border: 1px solid var(--bg-black-50);
  cursor: pointer;
  position: fixed;
  left: 300px;
  top: 20px;
  border-radius: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.aside .nav-toggler span {
  height: 2px;
  width: 18px;
  background-color: var(--skin-color);
  display: inline-block;
  position: relative;
}
.aside .nav-toggler.open span {
  background-color: transparent;
}
.aside .nav-toggler span::after,
.aside .nav-toggler span::before {
  height: 2px;
  width: 18px;
  background-color: var(--skin-color);
  content: "";
  position: absolute;
  left: 0;
}
.aside .nav-toggler span::before {
  top: -6px;
}
.aside .nav-toggler.open span::before {
  transform: rotate(45deg);
  top: 0;
}
.aside .nav-toggler span::after {
  top: 6px;
}
.aside .nav-toggler.open span::after {
  transform: rotate(-45deg);
  top: 0;
}
.aside .nav {
  margin-top: 50px;
}
.aside .nav li {
  margin-bottom: 20px;
  display: block;
}
.aside .nav li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid var(--bg-black-50);
  padding: 5px 15px;
}
.aside .nav li a i {
  margin-right: 15px;
}
.aside .social-links {
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.aside .social-links a {
  color: var(--text-black-900);
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s;
}
.logo-container {
  position: absolute;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container img {
  max-width: 100%;
  height: auto;
  padding: 15px 20px;
  border-radius: 8px;
}
.logo-container::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 5px solid var(--skin-color);
  border-right: 5px solid var(--skin-color);
  bottom: 50px;
  top: 0;
  right: 0;
}
.home {
  display: flex;
  color: var(--text-black-900);
}
.home .home-info {
  flex: 0 0 60%;
  max-width: 60%;
}
h3.hello {
  font-size: 28px;
  margin: 15px 0;
}
h3.hello span {
  font-family: "Poppins", cursive, -apple-system;
  font-size: 30px;
  font-weight: 700;
}
h3.my-profession {
  font-size: 30px;
  margin: 15px 0;
}
.home-info p {
  margin-bottom: 70px;
  font-size: 20px;
  color: var(--text-black-700);
}
.home .home-img {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
  position: relative;
}
.home-img::after,
.home-img::before {
  position: absolute;
  height: 80px;
  width: 80px;
  content: "";
}
.home-img::after {
  border-bottom: 10px solid var(--skin-color);
  border-right: 10px solid var(--skin-color);
  right: 10px;
  bottom: -40px;
}
.home-img::before {
  border-top: 10px solid var(--skin-color);
  border-left: 10px solid var(--skin-color);
  left: 10px;
  top: -40px;
}
.home .home-img img {
  margin: auto;
  width: 90%;
  border-radius: 5px;
  height: auto;
}
.about .about-content,
.about .about-content .about-text,
.about .about-content .timeline-box,
.contact .contact-form,
.contact .contact-form .col-12,
.portfolio .portfolio-heading {
  flex: 0 0 100%;
  max-width: 100%;
}
.about .about-content .about-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--text-black-900);
}
.about .about-content .about-text p {
  font-size: 16px;
  line-height: 25px;
  color: var(--text-black-700);
}
.about .about-content .personal-info {
  flex: 0 0 60%;
  max-width: 60%;
  margin-top: 40px;
}
.about .about-content .personal-info .info-item {
  flex: 0 0 50%;
}
.about .about-content .personal-info .info-item p {
  font-weight: 600;
  padding: 10px 0;
  font-size: 16px;
  color: var(--text-black-900);
  border-bottom: 1px solid var(--bg-black-50);
  overflow-wrap: break-word;
}
.about .about-content .personal-info .info-item p span {
  font-weight: 400;
  color: var(--text-black-700);
  margin-left: 4px;
  display: inline-block;
}
.about .about-content .personal-info .buttons {
  margin-top: 30px;
}
.about .about-content .personal-info .buttons .btn {
  margin-right: 15px;
  margin-top: 10px;
}
.about .about-content .skills {
  flex: 0 0 40%;
  max-width: 40%;
  margin-top: 40px;
}
.about .about-content .skills .skill-item {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.about .about-content .skills .skill-item h5 {
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-black-900);
  text-transform: capitalize;
}
.about .about-content .skills .skill-item .progress {
  background-color: var(--bg-black-50);
  height: 7px;
  border-radius: 4px;
  width: 100%;
  position: relative;
}
.cover-overlay,
.service .service-item .service-item-inner:hover .icon {
  background: var(--skin-color);
}
.about .about-content .skills .skill-item .progress .progress-in {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 4px;
  background-color: var(--skin-color);
}
.about .about-content .skills .skill-item .skills-percent {
  position: absolute;
  right: 0;
  color: var(--bg-black-900);
  top: -40px;
  font-weight: 400;
  line-height: 40px;
}
.about .about-content .certificate {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}
.about .about-content .education,
.about .about-content .experience {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 30px;
}
.about .about-content h3.title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  color: var(--text-black-900);
}
.about .about-content .timeline {
  background-color: var(--bg-black-100);
  padding: 30px 15px;
  border: 1px solid var(--bg-black-50);
  border-radius: 10px;
  width: 100%;
  position: relative;
}
.about .about-content .timeline .timeline-item {
  position: relative;
  padding-left: 37px;
  padding-bottom: 50px;
}
.about .about-content .timeline .timeline-item:last-child {
  padding-bottom: 0;
}
.about .about-content .timeline .timeline-item::before {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  left: 7px;
  top: 0;
  background-color: var(--skin-color);
}
.about .about-content .timeline .circle-dot {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: var(--skin-color);
}
.about .about-content .timeline .timeline-date {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--text-black-700);
}
.about .about-content .timeline .timeline-date .fa,
.personal-info .status-icon {
  margin-right: 5px;
}
.about .about-content .timeline .timeline-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--text-black-900);
}
.about .about-content .timeline .timeline-text {
  line-height: 25px;
  font-size: 16px;
  text-align: left;
  color: var(--text-black-700);
}
.timeline-text ul {
  max-width: 75ch;
  text-wrap: balance;
  margin-bottom: 4px;
list-style-type: disc;
}

.timeline-text li {
  max-width: 70ch;
  text-wrap: pretty;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  margin-bottom: 4px;
  list-style-type: disc;
}

.personal-info li {
  margin-bottom: 10px;
}
.service .service-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 30px;
}
.service .service-item .service-item-inner {
  background-color: var(--bg-black-100);
  border: 1px solid var(--bg-black-50);
  border-radius: 10px;
  padding: 30px 15px;
  text-align: center;
  transition: 0.3s;
}
.service .service-item .service-item-inner .icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  transition: 0.3s;
}
.service .service-item .service-item-inner .icon .fa {
  font-size: 40px;
  line-height: 60px;
  color: var(--skin-color);
}
.service .service-item .service-item-inner:hover .icon .fa {
  font-size: 25px;
  color: #fff;
}
.service .service-item .service-item-inner h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--text-black-900);
  font-weight: 700;
  text-transform: capitalize;
}
.service .service-item .service-item-inner p {
  font-size: 16px;
  color: var(--text-black-700);
  line-height: 25px;
}
.portfolio .container .project-head {
  text-align: center;
  margin-bottom: 10px;
  color: var(--text-white-50);
}
.portfolio .portfolio-heading h2 {
  color: var(--text-black-900);
  font-weight: 400;
  font-size: 20px;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 0 15px;
}
.portfolio-item-inner {
  position: relative;
}
.portfolio .portfolio-item-inner {
  border: 6px solid var(--bg-black-100);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .portfolio .portfolio-item-inner {
    height: 184px;
  }
}
.portfolio .portfolio-item-inner:hover {
  transform: scale(1.01);
}
.portfolio .portfolio-item-inner .portfolio-img img {
  width: 100%;
  display: block;
  height: 100%;
}
.cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--text-white-50);
  padding: 20px;
  width: 100%;
  height: 100%;
}
.portfolio-item:hover .cover-overlay {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}
.cover-overlay h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cover-overlay p,
.project-details p {
  font-size: 16px;
  margin: 5px 0;
}
.cover-overlay a,
.label-cta {
  display: inline-block;
  margin-top: 10px;
}
.cover-overlay a {
  color: var(--text-white-50);
  font-weight: 700;
}
.label-cta {
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
margin: 0 10px 0px 0;
  background-color: var(--bg-black-50);
  color: var(--text-black-900);
}
body.dark .label-cta {
  background-color: #555;
  color: #fff;
}
.label-cta:active {
  background-color: #ccc;
}
.slideshow-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
}
.slideshow-content {
  text-align: left;
  padding: 8px;
  border-radius: 8px;
  width: 64%;
  background-color: var(--bg-black-player);
}
.slide {
  display: flex;
  text-align: center;
  width: 100%;
}
.slide iframe,
.slide img {
  flex: 1;
  max-width: 100%;
  object-fit: contain;
}
.project-details {
  align-items: Left;
  color: var(--skin-color);
  margin: 20px;
  flex: 1;
}
.project-details h4 {
  font-size: 24px;
}
.project-details .row {
  display: flex;
  flex-wrap: wrap;
}
.portfolio-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px -8px;
}
.portfolio-buttons .btn {
  font-size: 16px;
  padding: 10px 20px;
  margin: 8px;
  color: var(--text-black-900);
  border-radius: 20px;
  display: inline-block;
  border: 2px solid var(--bg-black-50);
  background: 0 0;
  transition: 0.3s;
}
.project-details .project-desc,
.project-details .project-desc-url,
.project-details .url a,
.proposals-item .btn {
  color: var(--text-white-50);
  color: var(--text-white-50);
}
.portfolio-buttons .btn:hover {
  color: #fff;
  background: var(--skin-color);
  border-color: transparent;
  transform: scale(1.1);
}
.project-details .row > div {
  margin-right: 20px;
}
.project-url a {
  color: #000;
  text-decoration: underline;
}
.project-url span {
  font-size: 24px;
  margin-right: 5px;
}
.project-details .name {
  font-weight: 700;
}
.project-details .url a {
  font-weight: 700;
  font-weight: italic;
  font-style: italic;
}
.project-details .normal-style {
  font-weight: 400;
  margin-left: 5px;
}
.next-btn,
.prev-btn {
  position: absolute;
  top: 50%;
  font-size: 40px;
  cursor: pointer;
  border: none;
  background: 0 0;
  color: var(--skin-color);
}
.prev-btn {
  left: 10px;
}
.next-btn {
  right: 10px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-details .project-label {
  display: contents;
  font-weight: 700;
}
.contact .contact-info-item .icon,
.proposals-item .btn,
.status-icon,
.status-text {
  display: inline-block;
}
.project-details .project-desc {
  font-weight: 400;
}
.project-details .project-desc-url {
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
}
.proposals-heading h2 {
  color: var(--text-black-900);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 10px;
}
.proposals-item,
.proposals-subsection h2,
summary {
  color: var(--text-black-700);
}
.proposals-item {
  background: var(--bg-black-100);
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  border-radius: 8px;
  border: 2px solid var(--bg-black-50);
  line-height: 1.6;
  position: center;
}
.proposals-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--skin-color);
  position: relative;
}
.status-text {
  margin: 0 10px 0 5px;
  font-size: 20px;
  filter: blur(4px);
  animation: 2s infinite glowing-t;
}
@keyframes glowing-t {
  0%,
  100% {
    opacity: 0.5;
    filter: blur(4px);
  }
  50% {
    opacity: 1;
    filter: blur(0.5px);
  }
}
.work-in-progress {
  font-size: 14px;
  color: #ff8400;
}
p.proposals-description {
  margin-top: 10px;
}
.proposals-subsection-sub {
  padding: 15px;
  margin: 15px 0;
  border-radius: 8px;
  color: var(--text-black-900);
  background: var(--bg-black-900);
}
.contact .contact-info-item .fa,
.contact-title {
  font-size: 25px;
  color: var(--skin-color);
}
.proposals-subsection {
  padding: 15px;
  margin: 15px 0;
  border-radius: 8px;
  border: 2px solid var(--bg-black-50);
}
.proposals-subsection h2 {
  font-size: 20px;
  margin-bottom: 8px;
}
summary {
  font-weight: 550;
}
.proposals-subsection ul {
  list-style: none;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 15px;
}
.proposals-subsection ul li {
  margin-bottom: 8px;
}
.proposals-subsection p {
  margin-top: 10px;
  overflow-wrap: break-word;
}
.proposals-subsection strong {
  font-size: 16px;
  font-weight: 600;
}
.proposals-item .btn {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 35px;
  border-radius: 40px;
  white-space: nowrap;
  border: none;
  margin: 10px 0;
  background: var(--skin-color);
  transition: 0.3s;
}
.contact-buttons {
  margin-top: 20px;
}
.btn-instagram {
  background: #405de6;
}
.btn-paypal {
  background: #003087;
}
.btn:hover {
  transform: scale(1.05);
}
.contact-title {
  text-align: center;
  margin-bottom: 20px;
}
.contact-sub-title {
  color: var(--text-black-900);
  text-align: center;
  font-size: 15px;
  margin-bottom: 60px;
}
.contact .contact-info-item {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  margin-bottom: 60px;
}
.contact .contact-info-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-black-900);
  text-transform: capitalize;
  margin: 15px 0 5px;
}
.contact .contact-info-item p {
  font-size: 16px;
  line-height: 25px;
  color: var(--text-black-700);
  font-weight: 400;
}
.contact .contact-form .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.contact .contact-form .form-item {
  margin-bottom: 30px;
}
.contact .contact-form .form-item .form-control {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: var(--bg-black-100);
  border: 1px solid var(--bg-black-50);
  padding: 10px 25px;
  font-size: 16px;
  color: var(--text-black-700);
  transition: 0.3s;
}
.contact .contact-form .form-item textarea.form-control {
  height: 140px;
}
.contact .contact-form .btn {
  height: 50px;
  padding: 0 50px;
}
.status-icon {
  position: relative;
  margin-right: 5px;
}
#video-popup,
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.status-icon i {
  font-size: 20px;
  color: #0ed80e;
  filter: blur(4px);
  animation: 2s infinite glowing;
}
@keyframes glowing {
  0%,
  100% {
    opacity: 0.5;
    filter: blur(8px);
  }
  50% {
    opacity: 1;
    filter: blur(4px);
  }
}
.popup {
  display: none;
  align-items: center;
  z-index: 999;
}
.play-btn,
.video {
  position: relative;
}
.popup-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.popup img {
  height: 100vh;
  object-fit: cover;
}
.popup iframe {
  height: 100vh;
  border: none;
}
.video {
  width: 100px;
  height: 100px;
  justify-content: center;
}
.play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--skin-color);
  color: var(--text-white-50);
  font-size: 16px;
  width: 50px;
  height: 50px;
  z-index: 2;
  right: 0;
  left: 24px;
  bottom: 24px;
  top: 0;
  border-radius: 50%;
  animation: 2s infinite pulse;
  cursor: pointer;
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(246, 96, 0, 0.7);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 30px rgba(246, 96, 0, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(246, 96, 0, 0);
  }
}
#video-popup {
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
}
#video-popup iframe {
  width: 80%;
  height: 60%;
  display: none;
}
.close-btn {
  position: absolute;
  top: 100px;
  right: 100px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1199px) {
  .section .container {
    padding-top: 70px;
  }
  .aside {
    left: -270px;
  }
  .aside.open,
  .section {
    left: 0;
  }
  .aside .nav-toggler {
    display: flex;
    left: 30px;
  }
  .aside .nav-toggler.open {
    left: 300px;
  }
  .section.open {
    left: 270px;
  }
  .about .about-content .personal-info .info-item p span {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .aside .nav {
    margin-top: 100px;
  }
  .contact .contact-info-item,
  .portfolio .portfolio-item,
  .service .service-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about .about-content .education,
  .home .home-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home .home-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .about .about-content .certificate,
  .about .about-content .education,
  .about .about-content .experience,
  .about .about-content .personal-info,
  .about .about-content .personal-info .info-item,
  .about .about-content .skills,
  .contact .contact-form .col-6,
  .contact .contact-info-item,
  .portfolio .portfolio-item,
  .service .service-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

 .about .about-content .personal-info .info-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about .about-content .personal-info .info-item p span {
    display: inline-block;
    margin-left: 0;
  }
}
