@font-face {
  font-family: Metropolis-Regular;
  src: url(/demos/joziane/assets/font/Metropolis-Regular.otf);
}

@font-face {
  font-family: Metropolis-Thin;
  src: url(/demos/joziane/assets/font/Metropolis-Thin.otf);
}

@font-face {
  font-family: Acumin;
  src: url(/demos/joziane/assets/font/Acumin.ttf);
}

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  color: #353535;
  font-size: 1.2rem;
  
}

html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Acumin", sans-serif;
  color: #04546C;
}

section {
  padding: 80px 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.button {
  background-color: #c10040;
  border: none;
  color: white;
  padding: 20px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rempx;
  border-radius: 0;
  font-weight: 600;
}

.icon-menu {
  color: white;
  font-size: 2rem;
}

.logo {
  max-width: 400px;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
}

.topics {
  font-size: 2.5rem;
  position: relative;
  font-weight: bold;
}

.topics span {
  color: #c10040;
}

.profile-pic {
  border: 3px solid white;
  padding: 16px;
  width: 327px;
  height: 327px;
}

#top {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 12px;
  display: none;
}

#top span {
  background-color: #353535;
  padding: 15px;
  width: 100%;
  transition: all 0.3s;
}

#top span:hover {
  border-radius: 10px;
}

#top span i {
  color: white;
}

#whats {
  position: fixed;
  z-index: 999;
  bottom: 90px;
  right: 12px;
}

#whats span {
  background-color: #04546c;
  padding: 15px;
  width: 100%;
  transition: all 0.3s;
}

#whats span:hover {
  border-radius: 10px;
}

#whats span i {
  color: white;
}

.top-block {
  display: block !important;
  transition: all 0.3s !important;
}

/*Welcome*/
#welcome {
  width: 100%;
  height: 100%;
  max-height: 700px;
  background-color: transparent;
  position: relative;
  display: table;
  padding: 0;
  background-image: url(/demos/joziane/assets/img/bkg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#welcome .content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

#welcome .title {
  font-size: 3rem;
}

#welcome .profile {
  max-width: 750px;
  padding: 1rem;
  margin: 5.5rem 0;
}

#welcome .info .infos{
  padding: 0 20px;
  margin: 0;
  font-size: 1rem;
}

#welcome .info div {
  max-width: 250px;
}

#welcome .info hr {
    padding: 0;
    margin: 5px 0;
    border-top: 1px solid white;
    opacity: 100;
}

#welcome span {
  font-weight: bold;
}
/*Welcome*/

/*Services*/
#services {
  background-color: #f7f7f2;
}
.box-wrap:hover .box {
  filter: blur(1px);
  opacity: 0.9;
  filter: brightness(0.5);
  transform: scale(0.98);
  box-shadow: none;
  transition: all 0.2s;
}

.box-wrap:hover .box:hover {
  transform: scale(1);
  filter: blur(0px);
  opacity: 1;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
  transition: all 0.2s;
}

.box-wrap {
    padding-top: 30px;
}

#services h3 {
  font-size: 1.5rem;
}
/*Services*/

/*Dep*/
.dep {
  background-color: #eef4f7;
}

.box-dep {
  padding: 30px;
  background-color: white;
  position: relative;
}

.box-dep:after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: white;
}

.box-dep .description {
  padding: 0;
  margin: 0;
}

.author {
  margin-top: 28px;
}

.author img {
  max-width: 100px;
  float: left;
  margin-right: 12px;
}

.name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}

.author .title {
  font-size: 16px;
  color: #c10040;
  font-weight: 800;
}
/*Dep*/

/*About*/
#about {
  background-color: white;
}

.joziane {
  border-radius: 1%;
}

.title-temp {
  display: none!important;
}

.phrase {
  font-size: 1.5rem;
  color: #c10040;
  font-weight: 800;
}

.me {
  line-height: 2;
}

.skill p {
  margin: 0;
  padding: 0;
}

.about-details i {
  color: #6f3f10;
  padding-right: 10px;
  font-size: 1.4rem;
}

.agendar {
  background-color: #04546c;
  border: none;
  color: white;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.agendar i {
  color: white;
  padding-right: 10px;
}
/*About*/

/*Project*/
#projects .project-wrap {
  position: relative;
  height: 340px;
  overflow: hidden;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#projects .project-wrap:hover {
  box-shadow: 5px 9px 20px black;
}

#projects .project-wrap .text {
  padding: 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#projects .project-wrap .text ul li {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

#projects .project-wrap .text h3 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

#projects .project-wrap:hover .text h3 {
  border-bottom: 2px solid #c10040;
}

#projects .project-wrap .text .icon {
  position: absolute;
  bottom: 32px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #c10040;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
}

#projects .project-wrap:hover .text .icon {
  background: white;
}

#projects .project-wrap:hover .text .icon i {
  color: #c10040;
}

#projects .icon i {
  color: white;
}

#projects .photo {
  filter: grayscale(60%);
}
/*Project*/

/*Contact*/
#contact {
  background-color: #f7f7f2;
}

#contact .contact-options i {
  font-size: 2.5rem;
  padding-right: 1rem;
  width: 60px;
  text-align: center;
  color: #353535;
}

#contact .contact-options .info p {
  padding: 0;
  margin: 0;
  color: #353535;
}


#contact .call-back-info {
  font-weight: 700;
  font-size: 1.5rem;
}
/*Contact*/

/*Footer*/
#footer {
  background-color: black;
  padding: 20px 0;
  font-size: 1rem;
}

#footer a {
  color: white;

}

/*Footer*/

/*Colors*/
.gradient {
  background: -webkit-linear-gradient(45deg, #ba4617,#a23b1b,#89311d,#71281c,#58201a);
  background: linear-gradient(45deg, #ba4617,#a23b1b,#89311d,#71281c,#58201a);
}

.pink-color {
  color: #c10040;
}

.white-color {
  color: white;
}

.white-color:hover {
  color: white;
}
/*Colors*/

/*Bootstap*/
.menu-item a {
  border-bottom: 1px solid transparent;
}

.menu-item:hover a {
  border-bottom: 1px solid #04546c;
}

.nav-collapse a {
    padding: 0.8em 1em!important;
  }

.form-control,
.form-select {
  padding: 15px 20px 15px 20px;
  margin: 0px 0px 0px 0px;
  border-radius: 2px 2px 2px 2px;
  background-color: #1e212a;
  color: #f7f7f7;
  border: none;
}

.progress {
  background-color: #e8bdcc;
}

.progress-bar {
  background-color: #c10040;
}

.form-control:focus,
.form-select:focus {
  color: white;
  background-color: #1e212a;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.card {
  border: 0;
}
/*Bootstap*/

/*Media Query*/

@media only screen and (max-width: 991px) {
  #welcome .profile {
    max-width: 650px;
  }

  .logo {
    max-width: 300px;
  }

  #welcome h1 {
    font-size: 2.4rem;
    line-height: 1.333;
    margin-top: 0;
  }

  .title-temp1 {
    display: none!important;
  }

  .title-temp {
    display: block!important;
  }

  .joziane-img {
    display: none;
  }

  .contact-options {
    justify-content: left!important;
  }

}

@media only screen and (max-width: 767px) {
  .nav-toggle {
    margin-top: 10px;
  }
  .logo {
    margin: 0;
    margin-top: 30px;
  }
  #navbar .navbar-img{
    display: flex;
    justify-content: center!important;
  }

  #welcome .title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 575px) {
  #welcome .profile {
    max-width: 370px;
  }

  #welcome h1 {
    font-size: 2rem;
    line-height: 1.333;
    margin-top: 0;
  }

  #welcome h3 {
    font-size: 1.4rem;
  }

  section {
    padding: 80px 20px;
  }

  .topics {
    font-size: 2.6rem;
  }

  #about .phrase {
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding: 2rem 0rem;
  }

}
/*Media Query*/

/*Srollbar*/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #e1e1e1;
}

::-webkit-scrollbar-thumb {
  background: #04546c;
}

::-webkit-scrollbar-thumb:hover {
  background: #203138;
} /*Scrollbar*/
 
/*Sweetalert*/
.swal2-styled.swal2-confirm {
    background-color: #c10040!important;
}
.swal2-styled:focus {
    box-shadow: 0 0 0 3px rgb(240 191 207)!important;
}
body.swal2-height-auto {
    height: 100%!important;
    padding-right: 0!important;
    overflow: auto!important;
}
/*Sweetalert*/

/*Loader*/
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #04546c;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
/*Loader*/