/* Start Global Rulws */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --main-color: #fff;
  --main-color-alt: #c90707;
  --color-p: #b9b9b9;
  --secondary-color: #49b3d9;
  --section-background-one: #1e1e1e;
  --section-background-two: #1a223d;
  --section-background-three: #22224a;
  --main-transition: 0.3s;
  --main-padding-top: 10px;
  --main-padding-bottom: 14px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #eee;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.title {
  text-align: left;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 18px;
  color: var(--secondary-color);
}
@media (max-width: 767px) {
  .title {
    text-align: center;
  }
}
.border-span {
  border: 1px solid var(--secondary-color);
  width: 100%;
  height: 1px;
  display: block;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.up {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .up {
    flex-direction: column;
  }
}
.width {
  width: 417px;
  padding-left: 14px;
  margin-right: 30px;
}
/* Start Section One */
.section-one {
  background-color: #1c2230;
  width: fit-content;
  padding: 20px;
  padding: 40px;
}
@media (max-width: 767px) {
  .section-one {
    width: 100%;
    text-align: center;
  }
}
.section-one img {
  max-width: 190px;
  border-radius: 50%;
  border: 4px solid var(--secondary-color);
  display: block;
  margin: 0 auto;
}
.section-one h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.section-one h1 span {
  color: var(--secondary-color);
}
.section-one .text {
  padding-top: var(--main-padding-top);
  padding-bottom: var(--main-padding-bottom);
}
@media (max-width: 767px) {
  .section-one .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section-one .info {
  display: flex;
  margin-bottom: 10px;
}
.section-one .info i {
  padding-right: 5px;
}
.section-one .info span {
  font-size: 14px;
}
.section-one .language {
  padding-top: var(--main-padding-top);
  padding-bottom: var(--main-padding-bottom);
}
.section-one .language ul {
  padding: 14px 18px;
}
.section-one .language ul li {
  padding: 5px 0;
  position: relative;
}
.section-one .language ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: -10px;
  bottom: 12px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.section-one .social ul {
  padding: 14px 18px;
}
.section-one .social ul li {
  padding: 5px 0;
  position: relative;
}
.section-one .social ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: -10px;
  bottom: 12px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.section-one .social ul li i {
  padding-right: 6px;
}
.section-one .social ul li a {
  color: var(--main-color);
  font-size: 12px;
  transition: 0.3s;
}
.section-one .social ul li a:hover {
  color: #777;
}
/* End Section One */
/*  Start Section Two */
.section-two {
  width: 460px;
  color: black;
  background: var(--main-color);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-two {
    width: 100%;
  }
  .section-two div {
    width: 100%;
  }
}
.section-two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 3px;
  width: calc(100% - 180px);
  height: 12px;
  background-color: var(--secondary-color);
  transform: skewX(45deg);
}
.section-two::after {
  content: "";
  position: absolute;
  right: -213px;
  top: 208px;
  width: 434px;
  height: 12px;
  background-color: var(--secondary-color);
  transform: rotate(90deg) skewX(-45deg);
}
.section-two .summary {
  margin-bottom: 22px;
  margin-top: 30px;
}
.section-two .summary p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 17px;
  text-align: justify;
}
@media (max-width: 767px) {
  .section-two .summary p {
    width: 315px;
  }
}
/* -------- */
.section-two {
  padding: 14px 0;
}
.section-two .skills {
  margin-bottom: 22px;
}
.section-two .skills .ul {
  display: flex;
  margin-top: 16px;
}
.section-two .skills ul {
  padding-right: 14px;
}
.section-two .skills ul li {
  margin-bottom: 8px;
}
.section-two .skills ul li a {
  font-size: 16px;
}
.section-two .skills ul li a i {
  margin-right: 10px;
  color: #1c2230;
}
/* ---- */
.section-two .projects {
  margin-bottom: 22px;
}
.section-two .projects span {
  margin-bottom: 14px;
}
.section-two .projects a:hover {
  color: #777;
  transition: 0.3s;
}
.section-two .projects a i {
  padding-right: 5px;
}
/* ---- */
.section-two .certificates {
  margin-bottom: 22px;
}
.section-two .certificates .all-cartificat {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-two .certificates .all-cartificat {
    flex-direction: column;
  }
}
.section-two .certificat {
  margin-top: 10px;
}
.section-two .certificat:first-child {
  margin-right: 5px;
}
.section-two .certificat h4 {
  margin-bottom: 5px;
  margin-top: 10px;
}
.section-two .certificat p {
  margin: 0;
}
.section-two .certificat a {
  margin-bottom: 5px;
  font-size: 12px;
  color: var(--color-p);
  transition: 0.3s;
}
.section-two .certificat a:hover {
  padding-left: 5px;
  color: var(--secondary-color);
}
.section-two .education h4 {
  margin: 0;
  margin-top: 10px;
}
.section-two .education p {
  margin-top: 5px;
  margin-bottom: 0;
  color: var(--section-background-three);
}
.section-two .education span {
  color: #777;
}
/* End Section Two */
