@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quattrocento:wght@400;700&display=swap');
* {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #6c757d;
  /* 150% of font-size */
}

.r-btn {
  padding: 5px 20px;
  background-color: #ee8683 !important;
  color: #fff !important;
}

::selection {
  background-color: #ee8683;
  color: #fff;
  /* text-shadow: 4px 2px 2px #FFFD3A; */
}

.r-p {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-mg {
  margin: 10px 0;
}
.content-box * + * {
  margin: 20px 0;
}
.bg-sec {
  background: #f8f9fa;
}
.title-box {
  max-width: 600px;
  text-align: center;
}


/* Navigation---------------------------------------------------------------------------- */
nav .navbar-brand {
  font-size: 25px;
  color: #fff;
  transition: 0.5s all;
  font-family: "Quattrocento", serif;
  font-weight: 400;
  font-style: normal;
}
nav .navbar-nav li {
  margin-left: 15px;
}
nav .navbar-nav li a {
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Quattrocento", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
nav.r-nav {
  background: #000;
  padding: 20px 0px;
  transition: 0.5s all;
}

nav.r-nav.stickyadd {
  background: #000 !important;
  padding: 15px 0;
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05);
  transition: 0.5s all ease-in-out;
}
nav.stickyadd .navbar-brand {
  color: #fff;
  transition: 0.5s all;
  
}
nav.stickyadd .navbar-nav .nav-link {
  color: #fff !important;
}
.navbar .hamburger {
  color: #fff;
}
nav.stickyadd .hamburger {
  color: #000;
}

nav *,
header * {
  animation-delay: 0.5s;
}

/* ---------- */

/* Header -----------------------------------------------------------------------*/
header {
  height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://assets-global.website-files.com/571514452b490af542a3138e/65f28fce1d1951417c8a70c1_Pierrick%20Calvez%20Portrait%20I%20B.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 5%;
}
.header-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-slide-content {
  height: 30vh;
}
.header-slide {
  height: 30vh;
}
.content-box {
  max-width: 700px;
  color: #fff;
}
.content-box h4 {
  font-size: 30px;
}
.content-box h1 {
  font-size: 52px;
}
.content-box a {
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 5px 25px;
}
.content-box p {
  color: #fff;
}
.content-box a:hover {
  color: #000;
  background: #fff;
  transition: 0.5s all;
}

/* About Us */

.about li a {
  color: #000;
  display: inline-block;
  height: 42px;
  width: 42px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #d4d4d4;
  line-height: 40px;
  transition: 0.5s all;
  text-align: center;
}

.about li a:hover {
  color: #ee8683;
}

/* Experience ---------------------------------------------------------*/
.experience .progress {
  height: 10px;
  border-radius: 20px;
  font-size: 10px;
}

.progress-color {
  background-color: #ee8683 !important;
}
.experience label {
  font-size: 20px;
  margin: 10px;
}

/* Service */

.card,
.card-header {
  background: #f8f9fa !important;
}

.card-header {
  border: none !important;
}

.services .card-header i {
  font-size: 50px;
}
.service-border {
  height: 2px;
  width: 40px;
  margin: 15px auto;
  background: #e65f78;
  transition: 0.5s all;
}
.services h5:hover + .service-border {
  width: 100px;
}

.services p {
  font-size: 16px;
}

.services .btn:hover {
  color: #000 !important;
  background: #eee !important;
}

/* Testimony */

.testimony .test-item {
  max-width: 500px;
  margin: 50px auto;
}
.testimony .test-item .test-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.testimony .test-item i {
  color: grey;
}

.test-item p.test-name {
  font-size: 11px;
}

/* Work */
.work .r-btn{
  border-radius: 0px;
  background: transparent !important;
  border-bottom: 1px solid black;
  color: rgb(51, 51, 51) !important;
  margin: 10px;
  font-size: 25px;
}
.work .r-btn:hover{
  border-top: 1px solid black;
}
/* Work */

.work .card-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* Contact */
.contact .r-icon {
  font-size: 50px;
  text-align: center;
}

/* footer */
footer {
  height: 200px;
  background-color: #333333;
}
footer .r-icon a {
  font-size: 20px;
  color: #848484;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #848484;
  border-radius: 50%;
}
footer .r-icon a:hover {
  border: 1px solid #eee;
  color: #eee;
  transition: 0.5s all;
}

.cover {
  position: relative;
  padding: 0px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1070px;
}

.left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 200px;
  width: 30px;
  background: #f5f5f5;
}

.right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 200px;
  background: #f5f5f5;
  width: 30px;
}

.scroll-images {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.child {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px !important;
  height: 200px;
  overflow: hidden;
}

button {
  background-color: transparent;
  border: none;
  outline: none !important;
  cursor: pointer;
  font-size: 25px;
}

.contact .form-control{
    border-radius:20px;
    padding:15px;
    box-shadow:none;
}
.contact .form-control:focus{
    box-shadow:none;
    border:1px solid #00000062;
}
.contact .btn {
    border-radius:20px;
    background:black !important;
}
/* Media-------------------------------------------------------------------------------- */
@media (min-width: 200px) and (max-width: 768px) {
  .r-nav {
    background: #00 !important;
  }
  .r-nav .container {
    width: 85%;
  }
  nav .navbar-brand {
    font-size: 25px;
    color: #fff;
  }
  .navbar .hamburger {
    color: #fff !important;
  }
  nav .navbar-nav .nav-link {
    color: #fff !important;
  }

  .content-box h1 {
    font-size: 30px;
  }
  .content-box p {
    font-size: 16px;
  }
  header {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("https://assets-global.website-files.com/571514452b490af542a3138e/65f28fce1d1951417c8a70c1_Pierrick%20Calvez%20Portrait%20I%20B.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 0;
  }
  .cover {
    position: relative;
    padding: 0px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 350px;
  }
  .child {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  height: 200px;
  overflow: hidden;
}
}

