@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;1,700&family=Cairo:wght@600&family=IM+Fell+Great+Primer&family=Karla:wght@700&family=Mulish:wght@500&display=swap");
body {
  font-family: "Arimo", sans-serif;
  font-family: "Cairo", sans-serif;
  font-family: "IM Fell Great Primer", serif;
  font-family: "Karla", sans-serif;
  font-family: "Mulish", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.title {
  font-size: 2.8rem;
  font-weight: bolder;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f1f3f5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  background: transparent;
  border: none;
}

@media (max-width: 767px) {
  .main .navbar {
    padding: 10px 20px;
  }
  .main .navbar #menu {
    text-align: center;
    margin-top: 30px;
    margin-left: 0;
  }
  .main .navbar #menu li a {
    margin-left: 0px !important;
  }
  .main .navbar #menu li a:hover {
    color: #0097e6;
  }
  .main .navbar #menu li a:hover::after {
    display: none;
  }
  .main .navbar #social-media {
    text-align: center;
    padding-bottom: 40px;
    margin-top: 20px;
  }
  .main .navbar #social-media li a {
    background-color: none;
    color: #fff;
    border: none;
  }
  .main .navbar #social-media li a:hover {
    color: #0097e6;
    background: none;
  }
  .main .navbar #social-media #social {
    margin-left: 0 !important;
  }
  .main .icon-bar {
    display: none;
  }
  .col-lg-8 {
    margin-top: 40px !important;
    padding: 0 !important;
  }
  .col-lg-8 h1 {
    font-size: 2.5rem !important;
  }
  .col-lg-8 h2 {
    font-size: 2rem !important;
  }
  .col-lg-8 p {
    font-size: 1rem !important;
  }
  .col-lg-8 .cv {
    margin-top: 50px !important;
  }
}
.main {
  background: url("../images/4132606_2175197.jpg") no-repeat center center;
  position: relative;
  height: 100vh;
  color: #f1f3f5;
}
.main .navbar {
  z-index: 99;
}
.main .navbar .navbar-brand {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.main .navbar .navbar-toggler {
  color: #fff;
  font-size: 1.7rem;
}
.main .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.main .navbar #hide {
  display: none;
}
.main .navbar #menu li a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 11px;
  transition: 0.4s ease;
  position: relative;
}
.main .navbar #menu li a::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  background: #0097e6;
  left: -20px;
  top: 90%;
  transition: 0.4s ease;
}
.main .navbar #menu li a:hover {
  color: #0097e6;
}
.main .navbar #menu li a:hover::after {
  width: 100%;
  left: 0;
}
.main .navbar #social-media {
  z-index: 2;
  margin-left: 30px;
}
.main .navbar #social-media a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  transition: 0.4s ease;
}
.main .navbar #social-media a:hover {
  color: #0097e6;
}
.main .navbar #social-media button {
  font-size: 1.6rem;
  color: #fff;
  margin-right: 20px;
  transition: 0.4s ease;
  display: block;
}
.main .navbar #social-media button:hover {
  color: #0097e6;
}
.main .navbar #social-media button.rotate {
  transform: rotate(180deg);
}
.main .navbar #social-media #social {
  margin-left: 30px;
}
.main .col-lg-8 {
  z-index: 99;
  margin-top: 40px;
  text-align: center;
  padding: 20px;
  position: relative;
}
.main .col-lg-8 h1 {
  color: #f1f3f5;
  font-size: 3.6rem;
  font-weight: bolder;
}
.main .col-lg-8 h1 span {
  color: #55efc4;
}
.main .col-lg-8 h2 {
  margin: 30px 0;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.main .col-lg-8 p {
  color: #f1f3f5;
  margin: 24px 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.main .col-lg-8 .cv {
  margin-top: 50px;
}
.main .col-lg-8 .cv a {
  padding: 18px 60px;
  color: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
  transition: 0.7s ease;
  background: rgb(92, 37, 141);
  background: linear-gradient(278deg, rgb(92, 37, 141) 0%, rgb(67, 137, 162) 100%);
  position: relative;
}
.main .col-lg-8 .cv a i {
  font-size: 1.6rem;
  margin-left: 20px;
}
.main .col-lg-8 .cv a:hover {
  border: 2px solid #fff;
  background: rgb(4, 19, 102);
  background: linear-gradient(77deg, rgb(4, 19, 102) 0%, rgb(24, 21, 60) 100%);
}

.about {
  padding: 30px 0;
  z-index: 99;
  cursor: default;
}
.about .col-lg-6 {
  padding: 10px;
}
.about .col-lg-6 h1 {
  font-size: 2rem;
  color: #182C61;
  padding: 20px 30px;
  font-weight: bolder;
  position: relative;
  background-color: #fff;
}
.about .col-lg-6 p {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px;
  background-color: #fff;
  font-size: 1.4rem;
  color: #212529;
  margin-top: 20px;
}
.about .col-lg-6 img {
  width: 90%;
  height: auto;
}

@media (max-width: 767px) {
  .about .col-lg-6 p {
    font-size: 1.2rem;
  }
}
.projects {
  padding: 30px 10px;
}
.projects .row {
  padding-left: 20px;
}
.projects .col-lg-4 {
  padding: 5px;
  width: 30.333333%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 15px;
}
.projects .col-lg-4 img {
  cursor: pointer;
  width: 100%;
  height: auto;
}
.projects .col-lg-4 .body {
  border-top: 1.6px solid #212529;
  padding: 8px;
}
.projects .col-lg-4 .body h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #182C61;
}
.projects .col-lg-4 .body p {
  font-size: 1rem;
  color: #212529;
}
.projects .col-lg-4 .body .tech ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.projects .col-lg-4 .body .tech ul li {
  font-size: 1rem;
  background-color: #f1f3f5;
  border-radius: 0;
  margin-right: 10px;
  padding: 8px;
  transition: 0.4s ease;
  margin-top: 10px;
  cursor: pointer;
}
.projects .col-lg-4 .body .tech ul li:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #dee2e6;
}
.projects .col-lg-4 .body .demo_button {
  margin-top: 20px;
}
.projects .col-lg-4 .body .demo_button a, .projects .col-lg-4 .body .demo_button button {
  background-color: #55efc4;
  color: #fff;
  padding: 6px 30px;
  border-radius: 0;
  transition: 0.4s ease;
}
.projects .col-lg-4 .body .demo_button a:hover, .projects .col-lg-4 .body .demo_button button:hover {
  background-color: rgb(148, 248, 148);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.projects .col-lg-4 .body .code_source {
  margin-top: 20px;
}
.projects .col-lg-4 .body .code_source a {
  background-color: #182C61;
  color: #fff;
  padding: 6px 30px;
  border-radius: 0;
  transition: 0.4s ease;
}
.projects .col-lg-4 .body .code_source a:hover {
  background-color: #0097e6;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.skills {
  padding: 30px 10px;
  z-index: 111;
  cursor: default;
}
.skills .row {
  padding-left: 20px;
}
.skills .col-lg-4 {
  text-align: center;
  padding: 5px;
  width: 30.333333%;
  position: relative;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 15px;
}
.skills .col-lg-4 img {
  width: 100%;
  height: auto;
}
.skills .col-lg-4 h1 {
  margin-top: 35px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #182C61;
}
.skills .col-lg-4 h1#ux {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .projects .col-lg-4,
  .skills .col-lg-4 {
    width: 90%;
  }
}
footer {
  color: #fff;
  padding: 10px;
  position: relative;
  background: rgb(4, 19, 102);
  background: linear-gradient(77deg, rgb(4, 19, 102) 0%, rgb(24, 21, 60) 100%);
}
footer .col-lg-8 h2 {
  text-align: center;
  color: #0097e6;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0;
}
footer .col-lg-8 p {
  text-align: center;
  font-size: 1rem;
  color: #f1f3f5;
}
footer .col-lg-8 .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .col-lg-8 .social-media li {
  margin: 0 20px;
}
footer .col-lg-8 .social-media a {
  font-size: 1.8rem;
  color: #fff;
  transition: 0.4s ease;
}
footer .col-lg-8 .social-media a:hover {
  color: #0097e6;
}
footer .col-lg-8 .links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .col-lg-8 .links li {
  margin: 0 20px;
}
footer .col-lg-8 .links li a {
  color: #f1f3f5;
  text-decoration: underline;
  transition: 0.4s ease;
  margin-top: 20px;
}
footer .col-lg-8 .links li a:hover {
  color: #fff;
}
footer .col-lg-8 ul {
  padding-left: 0;
}
footer .end {
  border-top: 1px solid #f1f3f5;
  padding: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 2rem;
  border: none;
  outline: none;
  background-color: #fff;
  color: #212529;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
  transition: 0.4s ease;
}
#myBtn:hover {
  background-color: #0097e6;
}

@media (max-width: 767px) {
  #myBtn {
    bottom: 20px;
    right: 10px;
    font-size: 1.8rem;
    padding: 9px;
  }
}
#owl-demo .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 300px;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f1f3f5;
  margin: 0 auto;
  top: 0;
  left: 0;
  padding: 14% 45%;
  z-index: 100;
  display: flex;
  justify-content: center;
}
.loader img {
  width: 300px;
}

.comptences {
  margin: 20px;
  padding: 15px;
}
.comptences .col-lg-10 {
  margin-top: 10px;
  padding: 40px;
  background-color: #fff;
}
.comptences .col-lg-10 table {
  padding: 20px;
  color: #182C61;
}
.comptences .col-lg-10 table tr {
  border-width: 1px !important;
  border-color: #d9dadb !important;
}
.comptences .col-lg-10 table tr th {
  background-color: #f1f3f5;
  font-weight: 600;
}
.comptences .col-lg-10 ul {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.comptences .col-lg-10 ul li {
  margin: 6px;
  background-color: #f1f3f5;
  padding: 10px;
}

@media (max-width: 767px) {
  .comptences .col-lg-10 table ul li {
    font-size: 0.8rem;
    padding: 8px;
    margin: 2px;
  }
}/*# sourceMappingURL=style.css.map */