/* start global Rules */
:root {
  --text-color: #333333;
  --bg-color: #eeeeee;
  --bg-theme-color: #ffffff;
  --orange-color: #ff531d;
  --blue-color: #284181;
  --darkPinkRed-color: #944b4f;
  --gradient-color: -webkit-linear-gradient(
    250deg,
    var(--orange-color),
    var(--blue-color)
  );
  --transition-time: 0.3s;
  --b-r: 32px;
  --text-shadow-theme: -1px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  min-height: 100vh;
  background-color: var(--bg-theme-color);
  transition: background-color 1s;
}

.dark-mode {
  /* define your dark theme styles here */
  --text-color: #cccccc;
  --bg-color: #222222;
  --bg-theme-color: #111111;
  --text-shadow-theme: 10px;
}

::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-thumb {
  background-color: var(--orange-color);
}
::-webkit-scrollbar-track {
  background-color: var(--bg-color);
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
/* img {
  width: 32px;
} */
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 480px) {
  .container {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 767px;
  }
}
@media (min-width: 991px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }
}

.image {
  max-width: 500px;
  border-radius: var(--b-r);
}
.image img {
  width: 100%;
  border-radius: var(--b-r);
  box-shadow: 0 0 20px var(--text-color);
}
@media (max-width: 1200px) {
  .image {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .image {
    max-width: 350px;
  }
}
/* end global Rules */

/* start componants */
.main-text {
  position: relative;
  font-size: 3rem;
  font-weight: lighter;
  text-transform: uppercase;
  color: var(--darkPinkRed-color);
  border-bottom: 5px solid var(--darkPinkRed-color);
  border-radius: var(--b-r);
  padding: 20px;
  text-shadow: 0 0 var(--text-shadow-theme);
  box-shadow: 0 0 0px black;
}
@media (max-width: 480px) {
  .main-text {
    font-size: 2.5rem;
  }
}
.f-sec-column {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 64px 0; */
  margin-bottom: 128px;
  gap: 32px;
  overflow: hidden;
}
.bg-gray {
  background: var(--bg-color);
}

.text-shadow {
  text-shadow: 0 0 var(--text-shadow-theme);
}

p#my-form-status {
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-color);
  padding: 20px 40px;
  border-radius: 16px;
  font-size: 1.3rem;
  text-transform: capitalize;
  box-shadow: 0 0 10px var(--text-color);
  transition: var(--transition-time);
  text-align: center;
}

@media (max-width: 767px) {
  p#my-form-status {
    width: 80%;
    font-size: 1.2rem;
    padding: 15px 30px;
  }
}

p#my-form-status.show {
  top: 20%;
}

/* Create a full screen overlay */
.overlay {
  height: 100%;
  width: 100%;
  display: flex; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: var(--bg-theme-color); /* Black fallback color */
  align-items: center;
  justify-content: center;
  transition: var(--transition-time);
  opacity: 1;
}
.overlay.hide {
  opacity: 0;
}
/* The spinner */
.overlay .spinner {
  position: absolute;
  border: 16px solid var(--bg-color);
  border-top: 16px solid var(--orange-color);
  border-bottom: 16px solid var(--blue-color);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
.overlay .bigger-spinner {
  border: 16px solid var(--bg-color);
  border-left: 16px solid var(--orange-color);
  border-right: 16px solid var(--blue-color);
  border-radius: 50%;
  width: 240px;
  height: 240px;
  animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* end componants */

/* start curves */
/* header */
.custom-shape-divider-top-1686907126 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1686907126 svg {
  position: relative;
  display: block;
  width: calc(115% + 1.3px);
  height: 129px;
  transform: rotateY(180deg);
  filter: drop-shadow(0 0 5px var(--text-color));
}
.custom-shape-divider-top-1686907126 .shape-fill {
  fill: var(--bg-color);
}
@media (max-width: 767px) {
  .custom-shape-divider-top-1686907126 {
    top: -25px;
  }
  .custom-shape-divider-top-1686907126 svg {
    width: calc(300% + 1.3px);
  }
}
/* about */
.custom-shape-divider-bottom-1686907369 {
  position: absolute;
  top: -189px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: -1;
}
.custom-shape-divider-bottom-1686907369 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 190px;
  transform: rotateY(180deg);
  filter: drop-shadow(0 0 5px var(--text-color));
}
.custom-shape-divider-bottom-1686907369 .shape-fill {
  fill: var(--bg-color);
}
@media (max-width: 767px) {
  .custom-shape-divider-bottom-1686907369 svg {
    width: calc(250% + 1.3px);
  }
}
/* about */
.custom-shape-divider-top-1686907522 {
  position: absolute;
  bottom: -189px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
}
.custom-shape-divider-top-1686907522 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 190px;
  transform: rotateY(180deg);
  filter: drop-shadow(0 0 5px var(--text-color));
}
.custom-shape-divider-top-1686907522 .shape-fill {
  fill: var(--bg-color);
}
@media (max-width: 767px) {
  .custom-shape-divider-top-1686907522 svg {
    width: calc(250% + 1.3px);
  }
}
/* services */
.custom-shape-divider-bottom-1686916521 {
  position: absolute;
  bottom: -129px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
}
.custom-shape-divider-bottom-1686916521 svg {
  position: relative;
  display: block;
  width: calc(197% + 1.3px);
  height: 229px;
  filter: drop-shadow(0 0 5px var(--text-color));
}
.custom-shape-divider-bottom-1686916521 .shape-fill {
  fill: var(--bg-color);
}
/* projects */
.custom-shape-divider-top-1686917103 {
  position: absolute;
  bottom: -228px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: -1;
}

.custom-shape-divider-top-1686917103 svg {
  position: relative;
  display: block;
  width: calc(197% + 1.3px);
  height: 229px;
  filter: drop-shadow(0 0 5px var(--text-color));
}

.custom-shape-divider-top-1686917103 .shape-fill {
  fill: var(--bg-color);
}
/* contact */
.contact .custom-shape-divider-top-1686907126 {
  top: -127px;
}
.contact .custom-shape-divider-top-1686907126 svg {
  height: 129px;
  transform: rotate(180deg);
}

/* end curves */

/* start observer */

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(-20px);
  transition: 1s;
}
@media (prefers-reduce-motion) {
  .hidden {
    transition: none;
  }
}
.container.hidden {
  transition-delay: 400ms;
}
.serv.hidden {
  transform: translateX(-100%);
}
.serv.hidden:nth-child(1) {
  transition-delay: 200ms;
}
.serv.hidden:nth-child(2) {
  transition-delay: 400ms;
}
.serv.hidden:nth-child(3) {
  transition-delay: 600ms;
}

.show {
  filter: blur(0);
  transform: translateX(0px);
  opacity: 1;
}
.serv.show {
  transform: translateY(0px);
}

/* end observer */

/*#region Header */
/* start header */
header {
  display: flex;
  position: fixed;
  justify-content: center;
  padding: 60px 0 10px;
  width: 101%;
  top: -50px;
  left: -0.5%;
  border-radius: 200px;
  transition: var(--transition-time);
  z-index: 1000;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 160px;
}
header .logo img {
  width: 64px;
  /* width: 160px; */
  cursor: pointer;
  transition: var(--transition-time);
}
header .logo img:hover {
  transform: scale(1.3) skewY(-10deg);
  filter: drop-shadow(-3px -3px 2px var(--text-color));
}
header .logo h2 {
  font-weight: 500;
  margin-left: 8px;
  margin-right: 8px;
  letter-spacing: -2px;
}
header .logo h2 span:first-child {
  color: var(--orange-color);
}
header .logo h2 span:last-child {
  color: var(--blue-color);
}
header nav {
  position: relative;
}
header .toggle-menu {
  display: none;
  width: 35px;
  gap: 5px;
}
header .toggle-menu span {
  display: block;
  transition: var(--transition-time);
  height: 2px;
  margin-top: 5px;
}
header .toggle-menu span:nth-child(1) {
  background-color: var(--orange-color);
  width: 35%;
}
header .toggle-menu span:nth-child(2) {
  background-color: var(--darkPinkRed-color);
  width: 75%;
}
header .toggle-menu span:nth-child(3) {
  background-color: var(--darkPinkRed-color);
  width: 75%;
}
header .toggle-menu span:nth-child(4) {
  background-color: var(--blue-color);
  width: 35%;
}

header nav:hover .toggle-menu span:nth-child(1),
header nav:hover .toggle-menu span:nth-child(2),
header nav:hover .toggle-menu span:nth-child(3),
header nav:hover .toggle-menu span:nth-child(4) {
  width: 100%;
}

header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li a {
  position: relative;
  display: block;
  padding: 20px 16px;
  color: var(--blue-color);
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  min-width: 130px;
  transition: var(--transition-time);
  letter-spacing: 2px;
}

header ul li a.active,
header ul li a:hover {
  color: var(--orange-color);
}
header ul li a::before,
header ul li a::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: var(--orange-color);
  width: 0%;
  transition: var(--transition-time);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}
header ul li a::before {
  top: -1px;
}
header ul li a::after {
  bottom: -1px;
}
header ul li a.active:before,
header ul li a.active::after,
header ul li a:hover:before,
header ul li a:hover::after {
  width: 50%;
}
header .links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  gap: 16px;
}
header .links img {
  transition: var(--transition-time);
  filter: invert(0.3);
}
header .links img:hover {
  filter: invert(0) drop-shadow(-1px -1px 1px var(--text-color));
  cursor: pointer;
  transform: scale(1.4);
}
@media (max-width: 991px) {
  header .container {
    padding: 0;
  }
  header .logo h2 {
    display: none;
  }
  header .toggle-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
  }
  header ul {
    display: none;
  }
  header nav:hover .toggle-menu + ul {
    position: absolute;
    display: block;
    transform: translate(-50%, 40px);
    background: var(--bg-color);
    width: 300px;
    border-radius: 32px;
    left: 50%;
    box-shadow: 0 0 10px var(--text-color);
  }
  header nav:hover .toggle-menu + ul li:not(:last-child) {
    border-bottom: 1px solid var(--text-color);
  }
  header nav:hover .toggle-menu + ul::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    top: -60px;
    border-color: transparent transparent var(--bg-color);
  }
  header nav ul li a {
    width: 100%;
    display: inline-block;
  }
  header ul li a.active,
  header ul li a:hover {
    color: var(--orange-color);
    box-shadow: 0 0 0px var(--text-color);
  }
}
.scroll {
  background-color: var(--bg-color);
  box-shadow: 0 0 10px transparent, 0 0 10px transparent, 0 0 10px black,
    0 0 10px transparent;
}

header .language {
  position: relative;
  color: var(--text-color);
  cursor: pointer;
  transition: var(--transition-time);
}

header .language:hover {
  transform: scale(1.3);
}
header .language ul {
  display: none;
  position: absolute;
  background-color: var(--bg-color);
  transform: translateX(-50%);
  left: 50%;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 0 10px var(--text-color);
  overflow: hidden;
}
header .language:hover > ul {
  display: block;
}
header .language ul li {
  opacity: 0.6;
  padding: 10px 10px;
}
header .language ul li.active {
  opacity: 1;
  background-color: var(--text-color);
  color: var(--bg-color);
}
header .language ul li:first-child {
  border-bottom: 1px solid var(--text-color);
}
#theme-toggle {
  border: none;
  background: none;
  cursor: pointer;
  width: 37px;
  box-shadow: 0 0 10px var(--text-color);
  outline: none;
  color: var(--text-color);
  background-color: var(--bg-theme-color);
  border-radius: 50%;
  padding: 5px;
}

#theme-toggle .fa-moon {
  display: none;
}

.dark-mode #theme-toggle .fa-sun {
  display: none;
}

.dark-mode #theme-toggle .fa-moon {
  display: inline-block;
}

/* end header */
/*#endregion */

/* #region home */
/* start home */
.home {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .container .image {
  /* overflow: hidden;
  box-shadow: 3px -3px 20px var(--text-color); */
}
@media (max-width: 1200px) {
  .home .container .image {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .home .container .image {
    height: 300px;
  }
}
.home .container .info {
  line-height: 2.5;
  font-size: 18px;
  text-align: center;
  color: var(--text-color);
}
.home .container .info h1 {
  font-size: 32px;
  font-weight: lighter;
}
.home .container .info h1 span:nth-child(2),
.home .container .info p span:last-child {
  color: var(--orange-color);
}
.home .container .info h1 span:last-child,
.home .container .info p span:nth-child(2) {
  color: var(--blue-color);
}
.home .container .info .button {
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly;
}
.home .container .info .button a:last-child {
  color: var(--orange-color);
}
.home .container .info .button a {
  display: block;
  width: 170px;
  padding: 5px 10px;
  border-radius: var(--b-r);
  font-size: 16px;
  cursor: pointer;
  transition: var(--transition-time);
  font-family: "Inter", sans-serif;
  font-weight: lighter;
  margin-bottom: 20px;
}
.home .container .info .button a:first-child {
  position: relative;
  border: none;
  color: white;
  background: linear-gradient(270deg, var(--blue-color), var(--orange-color));
  background-size: 400% 400%;
  box-shadow: 0 0 10px var(--blue-color);
  animation: projects-button 5s infinite alternate;
}
.home .container .info .button a:hover {
  transform: scale(1.1);
}
.home .container .info .button a:last-child {
  border: 2px solid var(--orange-color);
  color: var(--orange-color);
  background-color: transparent;
  box-shadow: 0 0 10px var(--orange-color);
}
.home .container .info .button a:hover:last-child {
  border: 2px solid var(--blue-color);
  color: white;
  background-color: var(--blue-color);
  box-shadow: 0 0 10px var(--blue-color);
}
@media (max-width: 992px) {
  .home .container {
    margin-top: 100px;
    flex-direction: column-reverse;
  }
  .home .container .info {
    margin-top: 48px;
  }
  .home .container .info h1 {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .home .container .info .button {
    flex-direction: column;
    align-items: center;
    margin: 20px 0 40px;
    flex-direction: column-reverse;
  }
  .home .container .info .button button {
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .home .container .info {
    margin-top: 72px;
  }
}
/* end home */
/* #endregion */

/* #region about */
/* start about */
.about {
  position: relative;
}
.about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .container .text {
  width: 700px;
  height: 100%;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: var(--text-color);
  text-align: justify;
  margin-right: 16px;
  margin-left: 16px;
  background: var(--bg-theme-color);
  border-radius: var(--b-r);
  box-shadow: 0 5px 10px var(--text-color);
  overflow: hidden;
  min-height: 400px;
  transition: var(--transition-time);
}
.about .container .text p:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .about .container {
    flex-direction: column;
  }
  .about .container .text {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
/* CSS */
.tabs-constainer .buttons {
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid var(--darkPinkRed-color);
}

.tab-button {
  background-color: var(--bg-theme-color);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  color: var(--darkPinkRed-color);
}

.tab-button.active {
  background-color: var(--darkPinkRed-color);
  color: var(--bg-color);
}

.tabs > div {
  display: none;
  padding: 32px 16px;
  transition: var(--transition-time);
}

.tabs > div.active {
  display: block;
}

.education {
  position: relative;
}
.timeline {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 767px) {
  div.education {
    padding: 32px;
  }
}
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: var(--darkPinkRed-color);
  top: 0;
  bottom: 0;
  left: 12px;
  margin-left: -1px;
  height: 100%;
  border-radius: 8px;
}

.educat {
  padding: 10px 10px 10px 45px;
  position: relative;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.educat::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: -10px;
  background-color: var(--bg-theme-color);
  border: 4px solid var(--darkPinkRed-color);
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.educat h4 {
  font-size: 0.9rem;
  color: var(--text-color);
}
.educat span {
  font-weight: lighter;
  font-size: 0.8rem;
  color: var(--text-color);
}
.educat i {
  position: absolute;
  left: -2px;
  top: 27px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  z-index: 3;
  font-size: 25px;
}
/* CSS */
.skills-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 767px) {
  .skills-container {
    flex-direction: column;
  }
}

.skills-container .category {
  flex-basis: calc(33.33% - 20px);
  margin: 10px;
}

.skills-container .category .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 2px solid var(--darkPinkRed-color);
  color: var(--darkPinkRed-color);
  padding: 8px;
  height: 54px;
  font-size: 0.8rem;
  border-radius: 0 0 16px 16px;
  transition: var(--transition-time);
}
.skills-container .category.active .title {
  background-color: var(--darkPinkRed-color);
  color: var(--bg-color);
}
.skills-container .category .title i {
  transition: transform 0.3s ease;
}

.skills-container .category.active .title i {
  transform: rotate(180deg);
}

.skills-container .category .menu {
  display: none;
}
.skills-container .category.active .menu {
  display: block;
  padding: 16px;
  background: var(--bg-color);
  border-radius: 16px;
  margin-top: 16px;
}

.skills-container .category .menu .skill .porgrass-container {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid var(--darkPinkRed-color);
  height: 23px;
  border-radius: var(--b-r);
  overflow: hidden;
}
.skills-container .category .menu .skill .prograss {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  background: linear-gradient(45deg, #284181dd, #ff531ddd);
  /* background-color: var(--darkPinkRed-color); */
  border-radius: var(--b-r);
}

/* end about */
/* #endregion */

/* #region services */
/* start services */
.services {
  position: relative;
}
.services .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .container .image {
  background-color: transparent;
}
.services .container .servs {
  display: grid;
  gap: 16px;
  margin-right: 32px;
  margin-left: 32px;
}
.services .container .servs .serv {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background-color: var(--bg-color);
  color: var(--text-color);
  border-radius: var(--b-r);
  box-shadow: 0 5px 10px var(--text-color);
}
.services .container .servs .serv > img {
  width: 128px;
  margin: 0 16px;
}
.services .container .servs .serv .info {
  flex: 1;
  margin: 0 16px;
}
.services .container .servs .serv .info .headline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.services .container .servs .serv .info .headline::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 104%;
  left: -2%;
  background: var(--text-color);
  bottom: -8px;
}
.services .container .servs .serv:last-child .info .headline::before {
  background: var(--gradient-color);
}
.services .container .servs .serv .info .headline h2 {
  font-size: 2rem;
  font-weight: lighter;
}
@media (max-width: 1200px) {
  .services .container .servs .serv .info .headline h2 {
    font-size: 1.5rem;
  }
}
.services .container .servs .serv:last-child .info h2 {
  background: var(--gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services .container .servs .serv .info .headline .pro {
  margin-right: 16px;
}
.services .container .servs .serv .info .headline img {
  width: 48px;
}
.services .container .servs .serv .info p {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .services .container {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
  .services .container .servs {
    margin: 0;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .services .container .servs .serv {
    flex-direction: column;
    padding: 20px;
    height: 100%;
    text-align: center;
  }
  .services .container .servs .serv > img {
    margin: 0;
    padding: 10px;
  }
  .services .container .servs .serv .headline {
    flex-direction: column;
    margin: 0 16px;
  }
  .services .container .servs .serv .info .headline .pro {
    margin: 10px 0;
  }
}
.platforms {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.platforms h1 {
  position: relative;
  font-size: 2rem;
  margin-bottom: 42px;
  margin-left: 128px;
  width: 100%;
  color: var(--darkPinkRed-color);
}
.platforms h1::before {
  content: "";
  position: absolute;
  left: -9px;
  bottom: -14px;
  width: 240px;
  height: 6px;
  background: var(--darkPinkRed-color);
  border-radius: 8px;
}
.platforms .platforms-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 16px;
  width: 100%;
  justify-items: center;
}

.platforms .platform {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 350px;
  height: 350px;
  border-radius: var(--b-r);
  overflow: hidden;
  box-shadow: 0 5px 10px var(--text-color);
  text-transform: capitalize;
  margin: 32px;
}
@media (max-width: 480px) {
  .platforms .platform {
    width: 300px;
    height: 300px;
    margin: 16px;
  }
}
.platforms .platform img {
  width: 100%;
}

.platforms .info {
  position: absolute;
  bottom: 0;
  background-color: var(--bg-color);
  color: var(--text-color);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.platforms .info h3 {
  padding: 16px 32px;
  flex-grow: 1;
  font-size: 1.3rem;
}
.platforms .info a {
  display: flex;
  width: 40%;
  height: 60px;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
  text-decoration: underline;
  transition: var(--transition-time);
}
.platforms .info a:hover {
  color: var(--bg-theme-color);
  background-color: var(--text-color);
}
@media (max-width: 991px) {
  .platforms.container {
    flex-direction: column;
  }
  .platforms h1 {
    margin-left: 32px;
  }
}

/* end services */
/* #endregion */

/* #region p_c */
/* start projects and certificates */
.projects .container,
.certificates .container {
  min-height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.projects .container .box,
.certificates .container .box {
  position: relative;
  height: 300px;
  margin: 30px;
  background-color: var(--bg-theme-color);
  border-radius: var(--b-r);
  text-transform: capitalize;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: transform ease 0.5s, box-shadow ease 0.5s;
}
.certificates .container .box {
  background-color: var(--bg-color);
}
.projects .container .box:hover,
.certificates .container .box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  filter: grayscale(0);
}
.projects .container .box img,
.certificates .container .box img {
  width: 100%;
  filter: grayscale(1);
  transition: filter ease 1s;
}
.projects .container .box:hover img,
.certificates .container .box:hover img {
  filter: grayscale(0);
}
.projects .container .box a,
.certificates .container .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.projects .container .box p,
.certificates .container .box p {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9rem;
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 20px;
  color: var(--text-color);
  background: var(--bg-color);
  box-shadow: 0 0 5px var(--text-color);
  padding: 10px 20px;
  border-radius: var(--b-r);
  min-width: 120px;
  text-shadow: 0 0 var(--text-shadow-theme);
}
.projects .items-btns-container .btns,
.certificates .items-btns-container .btns {
  direction: ltr;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.projects .items-btns-container > p,
.certificates .items-btns-container > p {
  text-align: center;
  /* margin-top: 10px;
  margin-bottom: 10px; */
  color: var(--text-color);
  margin: 32px;
  margin-top: 10px;
}
.projects .items-btns-container button,
.certificates .items-btns-container button {
  min-width: 100px;
  text-transform: capitalize;
  padding: 10px 15px;
  color: var(--darkPinkRed-color);
  border: 1px solid var(--darkPinkRed-color);
  font-size: 1.1rem;
  background: var(--bg-theme-color);
}
.certificates .items-btns-container button {
  background: var(--bg-color);
}
.projects .items-btns-container button.active,
.certificates .items-btns-container button.active {
  background-color: var(--darkPinkRed-color);
  color: var(--bg-theme-color);
}
.projects .items-btns-container button:first-child,
.certificates .items-btns-container button:first-child {
  border-radius: var(--b-r) 0 0 var(--b-r);
}
.projects .items-btns-container button:last-child,
.certificates .items-btns-container button:last-child {
  border-radius: 0 var(--b-r) var(--b-r) 0;
}
/* end projects and certificates */
/* #endregion */

/* #region Pojects */
/* start projects */
.projects {
  position: relative;
}
/* end projects */
/* #endregion */

/* #region certificates */
/* start certificates */
.certificates {
  position: relative;
}
.certificates .container .box img {
  height: 100%;
}
@media (max-width: 991px) {
  .certificates .container .box {
    height: 250px;
  }
}
/* end certificates */
/* #endregion */

/* #region contact */
/* start contact */
.contact {
  position: relative;
  min-height: 80vh;
  margin: 0;
}
.contact .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.contact .container .box {
  direction: ltr;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--bg-theme-color);
  min-height: 200px;
  width: 450px;
  padding: 20px 40px;
  margin: 20px;
  border-radius: var(--b-r);
  font-size: 22px;
  text-align: left;
  color: var(--text-color);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: transform ease 0.5s, box-shadow ease 0.5s;
}
.contact .container .box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}
.contact .f-sec-column {
  margin: 0;
}
@media (max-width: 480px) {
  .contact .container .box {
    width: 300px;
  }
}
.contact .container .info .box .other {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.contact .container .info .box p {
  margin-bottom: 10px;
  color: var(--text-color);
}
.contact .container .info .box:last-child p {
  text-decoration: underline;
}
.contact .container .info .box .icon {
  width: 128px;
  height: 128px;
  background-color: var(--bg-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  box-shadow: 0 0 10px var(--text-color);
}
.contact .container .info .box .icon a {
  width: 50%;
}

.contact .container .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.contact .container .links a {
  color: var(--text-color);
  transition: var(--transition-time);
  filter: invert(0.3);
}
.contact .container .links a:hover {
  filter: invert(0);
  cursor: pointer;
  transform: scale(1.2);
}
.contact .container form {
  width: 50%;
  display: inline-block;
  margin-top: 65px;
}
.contact .container form i {
  position: absolute;
  color: var(--text-color);
  transform: translate(7px, 5px);
  z-index: 1;
}
.contact .container form input,
.contact .container form textarea {
  position: relative;
  background-color: var(--bg-theme-color);
  margin-bottom: 15px;
  padding: 10px 20px 10px 50px;
  border-radius: var(--b-r);
  border: none;
  width: 100%;
  box-shadow: 0 0 5px var(--text-color);
  border-left: 3px solid var(--blue-color);
  border-right: 3px solid var(--orange-color);
  resize: none;
  outline: none;
  font-size: 18px;
  color: var(--text-color);
}
.contact .container form input[type="submit"] {
  background: -webkit-linear-gradient(
    to right,
    var(--blue-color) 50%,
    var(--bg-theme-color) 50%
  );
  background: linear-gradient(
    to right,
    var(--bg-theme-color) 50%,
    var(--orange-color) 50%
  );
  background-size: 201% 100%;
  background-position: left;
  width: fit-content;
  cursor: pointer;
  transition: var(--transition-time);
}
.contact .container form input[type="submit"]:hover {
  border-right-color: var(--orange-color);
  background-position: right;
  color: var(--bg-color);
}
@media (max-width: 767px) {
  .contact .container form {
    flex: 1;
  }
}
@media (max-width: 480px) {
  .contact .container .info .box {
    flex-direction: column;
  }
  .contact .container .info .box .icon {
    margin: 0;
    margin-bottom: 20px;
  }
}
/* end contact */
/* #endregion */

/* #region footer */
/* start footer */
footer {
  position: relative;
  overflow: hidden;
  background: var(--bg-color);
}
footer .container {
  position: relative;
  height: 60px;
  border-radius: var(--b-r);
  bottom: -20px;
  left: -0.5%;
  width: 101%;
  background: linear-gradient(270deg, var(--blue-color), var(--orange-color));
  background-size: 400% 400%;
  box-shadow: 0 0 10px var(--blue-color);
  animation: projects-button 5s infinite alternate;
}
footer .container p {
  font-size: 1.3rem;
  text-align: center;
  color: white;
  font-weight: lighter;
  padding-top: 10px;
}
/* end footer */
/* #endregion */

/* #region Live chat */

#live-chat {
  bottom: 40px;
  font-size: 12px;
  right: 24px;
  position: fixed;
  /* width: 300px; */
  border: 1px solid var(--text-color);
  border-radius: 16px;
  margin-left: 24px;
  transition: 0.3s;
}

#live-chat #header-chat {
  background: var(--text-color);
  border-radius: 16px 16px 0 0;
  color: var(--bg-color);
  cursor: pointer;
  padding: 16px 24px;
}
#live-chat h4:before {
  background: var(--orange-color);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 8px 0 0;
  width: 8px;
}

#live-chat h4 {
  font-size: 12px;
}

#live-chat #header-chat h4 span {
  border: 3px solid var(--bg-color);
  border-radius: 50%;
  padding: 4px 6px;
  margin-left: 8px;
}
#live-chat #header-chat.opened h4 span {
  display: none;
}
@media (max-width: 350px) {
  #live-chat #header-chat h4 span {
    display: none;
  }
}
#live-chat h5 {
  font-size: 10px;
}

#live-chat form {
  padding: 16px;
  border-top: 1px solid var(--text-color);
}

#live-chat input[type="text"] {
  border: none;
  padding: 8px;
  outline: none;
  flex-grow: 1;
}

.chat-message-counter {
  background: var(--blue-color);
  border: 1px solid var(--bg-color);
  color: white;
  border-radius: 50%;
  display: none;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  left: 0;
  line-height: 28px;
  margin: -15px 0 0 -15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 28px;
}

/* .chat-close {
	background: #1b2126;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 16px;
} */

.chat {
  background: var(--bg-color);
  color: var(--text-color);
  border-radius: 0 0 16px 16px;
}
.chat fieldset {
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--text-color);
}
.chat fieldset .send-button {
  width: 48px;
  border-radius: 0px 16px 16px 0px;
  background: var(--text-color);
  color: var(--bg-color);
  font-size: 16px;
  border: none;
  outline: none;
  padding-right: 6px;
  cursor: pointer;
}
.chat fieldset .new-chat {
  border: none;
  width: 54px;
  cursor: pointer;
  background: var(--darkPinkRed-color);
  color: white;
}
.chat-history {
  height: 400px;
  padding: 8px 24px;
  overflow-y: scroll;
  border-radius: 16px;
}

.chat-message {
  margin: 16px 0;
}

.chat-message img {
  border-radius: 50%;
  float: left;
}
.chat-message p {
  min-height: 25px;
  font-size: 0.9rem;
}
.chat-message-content {
  margin-left: 56px;
}

.chat-time {
  float: right;
  font-size: 10px;
}

.chat-feedback {
  font-style: italic;
  margin: 0 0 8px 0;
}
/* #endregion */

/* start animation */
@keyframes projects-button {
  0% {
    background-position: 0% 50%;
    box-shadow: 0 0 20px var(--orange-color);
  }
  50% {
    background-position: 100% 50%;
    box-shadow: 0 0 20px var(--blue-color);
  }
  100% {
    background-position: 0% 50%;
    box-shadow: 0 0 20px var(--orange-color);
  }
}
/* end animation */
