
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  scroll-behavior: smooth;
}


section {
  padding: 100px;
}

.banner {

  position: relative;
  min-height: 100vh;
  background: url(img/chloe.jpg);
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h2{

  color: #322428;
}

.banner h2 {

  font-size: 3em;
  color: #322425;
  font-weight: 500;
  line-height: 1.5em;
}
.banner h2 span {
  font-family: 'aleo', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}
.banner h3 {

  font-size: 1.5em;
  color: #9a838c;
  font-weight: 500;
}

.btn {

  position: relative;
  background: #cfb2d9;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 500;
}
header {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
header.sticky {

  background: #cfb2d9;
  padding: 20px 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
header.sticky ul li a {

  color: #322428;
}
header .logo {
  width: 8%;
}
header.sticky .logo {
  width: 6%;
}
header ul {
  position: relative;
  display: flex;
}
header ul li {
  position: relative;
  list-style: none;
}
header ul li a {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  color: #322428;
  text-decoration: none;
}

.heading {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #111;
}
.heading h2 {
  font-weight: 600;
  font-size: 30px;
}
.content {
  display: flex;
  justify-content: space-between;
}
.contentBx {
  padding-right: 30px;
  width: 45%;
}
.contentBx p{
  color: #9a838c;
}
.contentBx h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #322428;
}
.w50 {
  min-width: 50%;
}
.welcome-img  {
  width: 580px;
  height: auto;
}
img {
  max-width: 100%;
}

.color{
  margin: auto ;
  width: 100%;

  padding: 40px;
  background-color: white;
}
.services {

  background-color:#cfb2d9;

  height: auto;
}

@media screen and (min-width: 1800px) {
  .services{
    background-image: url(img/baner2.jpg);
  }
}
.heading.white {
  color: #322428;
}
.services .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.services .content .servicesBx {
  padding: 40px 20pz;
  color: #9a838c;
  max-width: 340px;
  margin: 20px;
  text-align: center;
  transition: 0.5s;
}
.services .content .servicesBx:hover {
  background: white;
    box-shadow: 0 0 5px rgba(255,255,255,1),
                0 0 15px rgba(255,255,255,1),
                0 0 25px rgba(255,255,255,1),
                0 0 0 65px rgba(255,255,255,0.05),
                0 0 0 55px rgba(255,255,255,0.05),
                0 0 0 45px rgba(255,255,255,0.05),
                0 0 0 30px rgba(255,255,255,0.05),
                0 0 0 15px rgba(255,255,255,0.05);
}
.services .content .servicesBx img {
  max-width: 80px;
  filter: infert(1);
}
.services .content .servicesBx h2 {
  font-size: 20px;
  font-weight: 600;
}
.work .content {
  display: flex;
  justify-content: space-between;
  flew-wrap: wrap;


  text-align:center;
}

.work{
  background-color: #FAF0FF;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.work .content .workBx {

  padding: 15px;
  transition-property:width, height, filter;
  transition-duration:0.5s;
}
.work .workBx:hover{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.work .content .workBx img:hover {

  transition-duration:0.3s;

}

.work .content .workBx img {

  width: 300px;
  height: 300px;
  object-fit: cover; 
}

.contact{
  text-align: center;
  background-color: #cfb2d9;
  color: #322428;
}

.contact a{
  color: #322428;
}

.contact a:hover{
  color: #9a838c;
}

/* Footer */

footer {
  text-align: center;
  padding: 2rem 0;
  background-color: #cfb2d9;
  color: #fff;
}

.heart::before {
  content: '\2665';
  color: #F2797B;
  font-size: 1.6rem;
}

footer .code {
  color: #cfb2d9;
}

.contactInfo {
  min-width: 40%;
}
.contactInfoBx {
  position: relative;
}
.contactInfoBx .box {
  position: relative;
  padding: 20px 0:
  display: flex;
}
.contactInfoBx .box .icon {
  min-width: 40px;
  padding-top: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
}
.contactInfoBx .box .text {
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
  font-weight: 300;
}
.contactInfoBx .box .text h3 {
  font-weight: 500;
  color: #cfb2d9;
  margin-bottom: 0;
}
.copyright {
  background: #9a838c;
  color: #fff;
  text-align: left;
  padding: 10px;
}
.copyright-centre {
  background: #000;
  color: #fff;
  text-align: left;
  padding: 10px;
}


/*Responsive*/
@media (max-width: 991px) {
  header.sticky {
    padding: 20px 50px;
    z-index: 1000;
    background: #cfb2d9;
  }
  header .logo {
    width: 25%;

  }
  header.sticky .logo {
    width: 22%;
  }


  .banner {
    position: relative;
    min-height: 100vh;
    background: url(img/chloe2.jpg);
    background-size: cover;
    background-position: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
  } 

  .menu {
    position: fixed;
    top: 75px;
    left: -100%;
    display: block;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.5s;
    z-index: 999;    
    border-top: 1px solid rgba(0,0,0,0.2)
  }
    .menu.active {
    left: 0;
  }

  header ul li a {
    color: #111;
    font-size: 24px;
    margin: 10px;
  }
  .contentBx{
    width: auto;
  }
  .services{
    background-image: url(img/baner3.png);
  }
  .toggle {
    width: 40px;
    height: 40px;
    background: url(https://www.flaticon.com/svg/static/icons/svg/660/660015.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
  }
  .toggle.active {
    width: 40px;
    height: 40px;
    background: url(https://www.flaticon.com/svg/static/icons/svg/660/660376.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
  }
  header.sticky .toggle{
    filter: invert(1);
  }
  section {
    padding: 100px 50px;
  }
  .banner {
    padding: 150px 50px 100px;
  }
  .banner h2 {
    font-size: 1.5em;
    position: absolute;
    bottom: 320px;
  
  }
  .banner h3 {
    font-size: 1em;
    position: absolute;
    bottom: 270px;

  }
.banner a{
    position: absolute;
    bottom: 200px;
}

  .btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #d1b1d9;
  }
  .heading h2 {
    font-size: 24px;
  }
  .contentBx h3 {
    font-size: 20px;
  }
  .content {
    flex-direction: column;
  }
  .w50 {
    margin-bottom: 20px;
  }
  .service .content .serviceBx {
    margin: 10px; 
  }

  .work .content .workBx {
    width: 100%;
    padding: 15px;
  }
  .testimonial .content .testimonialBx {
    max-width: calc(100% - 20px);
    padding: 40px 20px;
    margin: 10px;
  }
  .testimonial .content .testimonialBx h3 {
  }  
  .contactInfo {
    margin: 20px 0;
  }
}

@media (max-width: 600px)  {
  header, header.sticky {
    padding: 20px 20px;
  }
  .banner {
    padding: 150px 20px 100px;
  }
  .section {
    padding: 100px 20px;
  }
}

a {
  color: #011640;
  text-decoration: none;
}

/* Contact section */



.contact-icon {
  width: 2rem;
  padding: 1rem;
  filter: invert(100%);
}

.contact-links {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.contact-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 1rem;
}

.contact-details:hover .contact-icon {
  filter: invert(83%) sepia(39%) saturate(6798%) hue-rotate(308deg) brightness(92%) contrast(107%);
}

.contact-details:hover {
  color: #F2797B;
}


  .contact-section__image {
    max-width: 240px;
    max-height: 240px;
  }
.contact-section {
  display: flex;
  flex-wrap: wrap;
  background-color: $black;
  color: $grey;
  align-items: center;
  justify-content: center;
  align-content: center;

  &__header {
    max-width: 500px;
  }

  &__image {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
  }

  &__name {
    color: $white;
  }

  &__title {
    font-weight: 900;
    font-size: 50px;
  }

  &__description {
    color: $white;
    letter-spacing: 1px;
  }

  &__links {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  &__link {
    font-weight: 400;
    color: $grey;
    position: relative;
    margin-right: $dimension * 10;
    font-size: 18px;
    letter-spacing: -0.4px;
    transition: $trn-default;

    &:last-child {
      margin-right: 0;
    }

    &::first-letter {
      font-size: 20px;
    }

    &:hover {
      color: $white;
    }

    &:after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -4px;
      background-color: $white;
    }
  }
}



/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
  width: 100%;
  height: 100%;

}

.gallery {
    position: relative;
    width: 100%;

}
.gallery h1 {
    display: inline-block;
    font-size: 2.2em;
    padding: 10px;
    color: #324228;
}
.gallery ol {
    list-style: none;
    width: inherit;

}
.gallery li {
    position: relative;
    width: inherit;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    
}
.gallery li:nth-child(1) {
    background-image: url(img/corona.jpg);   
}
.gallery li:nth-child(2) {
    background-image: url(img/undertale.jpg);
}
.gallery li:nth-child(3) {
    background-image: url(img/howling.png);
}
.gallery li:nth-child(4) {
    background-image: url(img/effondrement.jpg);
}
.gallery li:nth-child(5) {
    background-image: url(https://visualhunt.com/photos/m/2/monster-soup.jpg);  
}
.gallery a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.info h3 {
    font-size: 2em;
}
.info p {
    font-size: 0.9em;
}

/* Viewport >= 420px */

