/*
Site : G6_CFA_1A
Author: Karti kamal
agence : HAY2 agency
Version: 1
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins: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");

:root {
  /* Colors: */
  --color-primary: #f2c360;
  --color-text: #0d233c;
  --font-Poppins: "Poppins", sans-serif;
}
.clr-p {
  color: #ffaf43;
}
.color-primary {
  color: var(--color-primary);
}
/*font-size*/
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs35 {
  font-size: 35px;
}
.fs40 {
  font-size: 40px;
}
.fs45 {
  font-size: 45px;
}
.fs50 {
  font-size: 50px;
}
.fs55 {
  font-size: 55px;
}

.text-center {
  text-align: center !important;
}
* {
  box-sizing: border-box;
}
html,
body {
  line-height: normal !important;
  margin: 0px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  overflow-x: hidden;
  height: 100%;
}
body p {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text);
  line-height: normal;
}
body h2 {
  font-family: var(--font-Poppins);
  font-size: 50px;
  font-style: normal;
}

body h3 {
  font-family: var(--font-Poppins);
  font-size: 25px;
  font-style: normal;
}

body img {
  max-width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}
.text-dark {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}
.clr1 {
  color: var(--color-primary);
}
.clr2 {
  color: var(--color-seconder);
}
.clr3 {
  color: var(--color-text);
}
.fw-bold {
  font-weight: 700 !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}
body .rows,
.div-title {
  max-width: 100%;
  margin: 0 auto;
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}
/**********************************************/

.btn-don,
button.hvr-grow {
  display: inline-block;
  position: relative;
  font-family: var(--font-Poppins);
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #db3e7a;
  text-decoration: unset;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  padding: 15px 25px 15px 25px;
  font-size: 18px;
  width: 230px;
  text-align: center;
}

.btn-don:hover,
.btn-don:focus,
.btn-don:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: var(--color-primary);
  color: var(--color-text);
}

.btn-transparnt {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-Poppins);
  font-size: 16px;
  text-decoration: unset;
  font-weight: bold;
  text-transform: uppercase;
  gap: 20px;
  border: 2px solid var(--color-text);
  padding: 5px 20px 5px 5px;
  border-radius: 50px;
  color: var(--color-text);

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;

  &:hover {
    color: var(--color-primary);

    transform: scale(1.1);
  }
  .play-mobile {
    display: none;
  }
  .play-desk {
    display: block;
  }
}

/*****************************************/

.section-Banner {
  .div-bg {
    background-image: url(../img/visual.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%);
      z-index: 0;
    }
  }
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  .div-head {
    padding: 25px 15px;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    .div-log {
      display: flex;
      align-items: center;
      justify-content: space-between;
      .img-logo {
        width: 130px;
        max-width: 100%;
      }
    }
  }
  .div-chien {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .rows {
    width: 1600px;
    position: relative;
    padding: 0px 15px;
    z-index: 3;
    .div-caption {
      width: 520px;
      max-width: 100%;
      font-family: var(--font-Poppins);
      h1.titel-caption {
        font-size: 43px;
        color: var(--color-text);
        font-family: var(--font-Poppins);
        font-weight: 400;
        margin: 10px 0px;
        text-transform: uppercase;
        span {
          background-color: var(--color-primary);
          font-weight: bolder;
          display: inline-block;
          padding: 0px 5px;
        }
      }
      p {
        color: var(--color-text);
        font-family: var(--font-Poppins);
        font-size: 17px;
      }
    }
    .div-caption .txt-bold {
      text-transform: uppercase;
      font-weight: bold;
    }
    .div-lune {
      position: absolute;
      right: 10%;
      top: 70%;
      transform: translateY(-51%);
    }
  }

  .sections-header {
    background-color: #121a29;
    width: 100%;
    max-width: 100%;
    &.fixed {
      position: fixed !important;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99;
      width: 100% !important;
      max-width: 100%;
      padding-top: 15px;
    }
    .rows {
      width: 1500px;
      max-width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto;
      gap: 3%;
      .container-fluid {
        flex-direction: column;
      }
    }
    .w-300 {
      width: 100%;
      max-width: 100%;
      text-align: left;
      p {
        color: #fff;
      }
    }

    .col-left {
      width: 18%;
      text-align: left;
    }

    .navbar {
      width: 82%;
      max-width: 100%;
      .navbar-collapse {
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
      }

      .navbar-nav {
        width: 78%;
        max-width: 100%;
        justify-content: space-around;
      }

      .div-btn-nav {
        width: 22%;
        text-align: right;
      }
    }

    .navbar-nav .form-check {
      min-height: 2.5rem;
      padding-left: 2.5em;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      span.prix {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
      }
      position: relative;
    }

    .navbar-nav .form-check .form-check-input {
      margin-left: -2.5em;
    }
    .navbar-nav .form-check-input {
      width: 40px;
      max-width: 100%;
      height: 40px;
      background-color: transparent;
      border-color: var(--color-primary);
    }

    .navbar-nav .form-check-input:checked {
      background-image: url(../img/Composant\ 2\ –\ 1.png);
      border-color: #db3e7a;
    }
    /* .form-check-label {
      position: relative;
    } */
    /* .form-check:hover .tooltiptext {
      opacity: 1;
    } */
    .form-check-label .tooltiptext {
      position: absolute;
      z-index: 1;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      width: 185px;
      max-width: 220px;
      display: none;
    }
    .form-check-input:checked + .form-check-label .tooltiptext {
      opacity: 1;
      display: block;
    }

    /****************************************/

    .li-input .form-text {
      background-color: transparent;
      color: #fff;
      width: 210px;
      max-width: 100%;
      text-align: center;
      padding: 10px 15px;
      font-size: 30px;
      position: relative;
      margin-top: unset;
      border: 2px solid #f2c360;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .li-input input {
      width: 80%;
      max-width: 100%;
      font-size: 18px;
      background: transparent;
      border: unset;
      color: #fff;
      z-index: 9;
      position: relative;
      outline: unset;
      font-weight: bold;
    }
    .li-input .form-text .span-placeholder {
      position: absolute;
      font-size: 18px;
      color: #ffff;
      top: 50%;
      left: 50%;
      z-index: 0;
      display: block;
      width: 100%;
      transform: translate(-50%, -50%);
      font-weight: bold;
    }

    .li-input:focus + .span-placeholder,
    .li-input:not(:focus):not(:placeholder-shown) + .span-placeholder {
      opacity: 0;
    }

    &.header-bottom {
      .form-check-input:checked + .form-check-label .tooltiptext {
        display: none;
      }
    }
  }
  .starshine {
    position: absolute;
    top: 0;
    left: 0;
    width: 74%;
    height: 63%;
    z-index: 1;
    overflow: hidden;
  }
  .starshine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .shine {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: unset;
    background-image: url(../img/LUMIERE.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
    color: tansparent;
    -moz-opacity: 0;
    opacity: 0;
    animation: glitter 6s linear 0s infinite normal;
    -webkit-animation: glitter 6s linear 0s infinite normal;
    -moz-animation: glitter 8s linear 0s infinite normal;
    -ms-animation: glitter 8s linear 0s infinite normal;
    -o-animation: glitter 8s linear 0s infinite normal;
  }
  .col-snow {
    z-index: 1;
    height: 860px;
  }
  .snow {
    background: #ffffff;
  }
}

/****************************************/

.section-1 {
  padding: 8% 15px 30px 15px;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  &::after {
    content: "";
    width: 100%;
    max-width: 100%;
    height: 68%;
    background-image: url(../img/bg-s1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
  }
  .rows {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .rows1 {
    text-align: center;
    margin-bottom: 8%;
    .title {
      margin-bottom: 30px;
      h2 {
        position: relative;
        display: inline;
        span {
          font-size: 45px;
          color: var(--color-text);
          text-transform: uppercase;
          font-family: var(--font-Poppins);
          font-weight: 400;
          display: inline-block;
          position: relative;
          img {
            position: absolute;
            left: 17%;
            top: -40px;
          }
        }

        span.span-bg {
          background-color: var(--color-primary);
          display: inline-block;
          padding: 0px 5px;
          font-weight: bolder;
        }
      }
    }
    p {
      font-size: 20px;
      color: var(--color-text);
      font-weight: 400;
    }
  }
  .rows2 {
    text-align: center;
    position: relative;
    &::after {
      content: "";
      width: 73%;
      max-width: 100%;
      height: 138px;
      background-image: url(../img/filaire.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      right: -10%;
      top: -64px;
      position: absolute;
      z-index: 0;
    }
    .title {
      position: relative;
      z-index: 2;
      h2 {
        font-size: 45px;
        color: var(--color-primary);
        text-transform: uppercase;
        font-weight: 400;
        text-align: left;
        span {
          color: var(--color-text);
          background-color: var(--color-primary);
          padding: 0px 5px;
          font-weight: bolder;
        }
      }
    }
    .items {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 20px;
      margin-top: -100px;
      position: relative;
      z-index: 2;
    }
    .item {
      position: relative;
      width: 33.33%;
      max-width: 100%;
      .div-txt {
        text-align: left;

        position: absolute;
        bottom: 15px;
        left: 0;
        padding: 15px 30px;
        width: 100%;
        max-width: 100%;
        .div-content {
          position: relative;
        }
        img {
          position: absolute;
          left: 30px;
          top: -15px;
        }
        p {
          display: inline;
          color: #ffff;
        }
        span.space {
          display: inline-block;
          width: 35px;
          max-width: 100%;
        }
      }
      .div-upper {
        width: 380px;
        max-width: 100%;
        margin: 0 auto;
        p {
          background: #f2c360;
          border-radius: 20px;
          padding: 35px 5px 15px 5px;
          margin-top: -15px;
        }
      }
    }

    .div-btn {
      padding: 30px 15px;
    }
    .div-mobile {
      display: none;
    }
  }

  .div-chien {
    position: absolute;
    left: 0px;
    top: 16%;
    width: 43%;
  }
  .div-sapin {
    position: absolute;
    right: 5%;
    top: 9%;
    width: 15%;
  }
}

/****************************************/

.section-2 {
  padding: 3% 15px;
  position: relative;
  .rows {
    width: 1600px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    gap: 20px;
    margin-bottom: 10%;
    .title {
      text-align: left;
      h3 {
        font-size: 35px;
        color: var(--color-text);
        text-transform: uppercase;
        font-weight: 400;
        text-align: left;
        padding-left: 40px;
        span {
          color: var(--color-text);
          background-color: var(--color-primary);
          display: inline-block;
          padding: 0px 5px;
          font-weight: bolder;
          position: relative;
          img {
            position: absolute;
            left: -40px;
            top: -35px;
          }
        }
      }
      p {
        color: var(--color-text);
      }
    }
    .col-img {
      .title {
        display: none;
      }
    }
    .div-trace {
      position: absolute;
      bottom: -55%;
      left: 26%;
      width: 69%;
      z-index: -1;
      .trace-1024 {
        display: none;
      }
    }
    .col-txt {
      width: 645px;
      max-width: 100%;
      position: relative;

      .div-txt {
        h4 {
          text-align: center;
          color: var(--color-text);
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase;
          font-family: var(--font-Poppins);
          span {
            display: inline-block;
            background-color: #fce7c0;
            padding: 5px 10px;
          }
        }
        p {
          color: var(--color-text);
        }
      }

      .btn-don {
        width: fit-content;
      }
    }
    .col-form {
      border: 5px solid var(--color-primary);
      padding: 35px 15px;
      position: relative;
      border-radius: 20px;
      text-align: center;
      img.img-title {
        position: absolute;
        top: -69px;
        left: 50%;
        transform: translateX(-50%);
      }
      .img-deco {
        position: absolute;
        bottom: -69px;
        left: 50%;
        transform: translateX(-50%);
      }
      p {
        text-align: center;
        color: var(--color-text);
      }
      .div-radio {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        .form-check {
          min-height: 2.5rem;
          padding-left: 2.5em;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
        }
        .form-check-input {
          width: 30px;
          max-width: 100%;
          height: 30px;
          background-color: #db3e7a;
          border-color: #fff;
        }

        .form-check-input:checked {
          background-image: url(../img/check-radio.png);
          border-color: #db3e7a;
        }
      }
      .btn-don {
        border: unset;
        color: #fff;
      }

      .div-reponce {
        display: none;
      }
    }

    .div-mobile {
      display: none;
    }
    &.rows2 {
      flex-direction: row-reverse;
      .col-form {
        .div-upper {
          background-color: #f2c360;
          position: relative;
          padding: 35px 15px 20px 15px;
          border-radius: 20px;
        }
        width: 370px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        border: unset;
        .d-mobile {
          display: none;
        }
      }

      .div-trace {
        position: absolute;
        bottom: -58%;
        left: -2%;
        width: 80%;
        z-index: -1;
      }
    }

    &.rows3 {
      margin-bottom: unset;
      .col-form {
        width: 370px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        border: unset;
        .div-upper,
        .div-bottom {
          background-color: #f2c360;
          position: relative;
          padding: 35px 15px 20px 15px;
          border-radius: 20px;
        }

        .div-bottom {
          p {
            color: #fff;
            
          }
          span {
            font-size: 30px;
            font-weight: bold;
            color: var(--color-text);
            background-color: #fff;
            display: inline-block;
            padding: 0px 10px;
          }
        }
      }
    }
  }

  /* Unchecked */

  input[type="radio"] + .fa-check-circle:before,
  input[type="radio"] + label > .fa-check-circle:before {
    content: "\f111";
  } /* .fa-circle */

  input[type="radio"] + .fa-dot-circle-o:before,
  input[type="radio"] + label > .fa-dot-circle-o:before,
  input[type="radio"] + .fa-check-circle-o:before,
  input[type="radio"] + label > .fa-check-circle-o:before {
    content: "\f10c";
  }
}
/****************************************/

.section-3 {
  padding: 3% 15px;
  background-image: url(../img/bg-s3.png);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  .rows {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    .title {
      text-align: center;
      margin-bottom: 5%;
      h2 {
        font-size: 35px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        margin-bottom: 30px;
        span:not(.color-primary) {
          display: inline-block;
        }
        span.color-primary {
          color: var(--color-primary);
          font-weight: bold;
        }
      }
      p {
        font-size: 18px;
        color: #fff;
      }
    }
  }
  .items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
    .item {
      width: 33.33%;
      text-align: center;
      border-radius: 30px;
      background: #fff;
      position: relative;
      .txt-top {
        background: #f2c360;
        border-radius: 30px 30px 0px 0px;
        padding: 40px 20px 15px 20px;
        h3 {
          position: absolute;
          top: -15px;
          left: 50%;
          transform: translateX(-50%);
          background: #f2c360;
          padding: 5px 15px;
          border-radius: 10px;
          text-transform: uppercase;
          font-weight: bold;
          color: var(--color-text);
        }
        span {
          font-size: 50px;
          background-color: #fff;
          color: var(--color-text);
          font-weight: bold;
          display: inline-block;
          padding: 0px 8px;
          margin-bottom: 15px;
        }
      }
      .txt-bottom {
        padding: 30px 20px 65px 20px;
        .div-img {
          flex: 0 0 80px; /* fixed width for all images */
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 10px;
          p {
            text-align: left;
            flex: 1;
          }
          img {
            max-width: 100%;
            height: auto;
            object-fit: contain;
          }
        }
        a.btn-inline {
          font-size: 18px;
          color: #d2393e;
          font-weight: bold;
          position: absolute;
          right: 0;
          left: 0;
          margin: 0 auto;
          bottom: 30px;
          text-transform: uppercase;
          font-family: var(--font-Poppins);
        }
      }
    }
  }

  .rows2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #db3e7a;
    border-radius: 30px;
    padding: 30px 15px;
    margin-bottom: 30px;
    .col-left {
      p {
        color: #fff;
        font-size: 26px;
        text-transform: uppercase;
        position: relative;
        padding-left: 35px;
        span {
          background-color: var(--color-primary);
          display: inline-block;
          padding: 0px 5px;
          font-weight: bold;
          color: var(--color-text);
        }
        img {
          position: absolute;
          left: 0px;
          top: -35px;
        }
      }
    }

    .col-center {
      .d-mobile {
        display: none;
      }
      .d-desk {
        display: block;
      }
    }
    .col-right {
      .btn-don {
        background-color: #ffaf43;
        color: var(--color-text);
      }
    }
  }

  .p-tag {
    color: #8e8b8b;
    font-size: 14px;
  }
  .shine {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: unset;
    background-image: url(../img/LUMIERE.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
    color: tansparent;
    -moz-opacity: 0;
    opacity: 0;
    animation: glitter 6s linear 0s infinite normal;
    -webkit-animation: glitter 6s linear 0s infinite normal;
    -moz-animation: glitter 8s linear 0s infinite normal;
    -ms-animation: glitter 8s linear 0s infinite normal;
    -o-animation: glitter 8s linear 0s infinite normal;
  }
  .starshine {
    width: 100%;
  }
}

/****************************************/

.section-4 {
  padding: 3% 15px;
  .rows {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }

  .col-left {
    width: 40%;
    .item {
      background-color: #db3e79;
      border-radius: 30px;
      width: 800px;
      max-width: 100%;
      padding: 30px 15px 65px 15px;

      h3 {
        font-size: 35px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 35px;
        span {
          color: var(--color-text);
          background-color: var(--color-primary);
          padding: 0px 5px;
          font-weight: bolder;
        }
      }
      .content {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        .div-txt {
          width: 320px;
          max-width: 100%;
        }
        p {
          font-size: 18px;
          color: #ffff;
        }
      }
      .div-btn {
        text-align: center;
        .btn-don {
          background-color: #f2c360;
          width: fit-content;
          color: var(--color-text);
        }
      }
    }
  }

  .col-right {
    width: 60%;
    .title {
      h2 {
        position: relative;
        display: inline-block;
        text-align: center;
        span {
          font-size: 35px;
          color: var(--color-text);
          text-transform: uppercase;
          font-family: var(--font-Poppins);
          font-weight: 400;
          display: inline-block;
          position: relative;
        }

        span.span-bg {
          background-color: var(--color-primary);
          display: inline-block;
          padding: 0px 5px;
          font-weight: bolder;
          position: relative;
          img {
            position: absolute;
            left: -8%;
            top: -40px;
          }
        }
      }
    }
    h3 {
      font-size: 35x;
      color: var(--color-text);
      text-align: center;

      span {
        color: var(--color-text);
        background-color: var(--color-primary);
        padding: 0px 5px;
        font-weight: bolder;
      }
    }

    .boxs {
      display: flex;
      justify-content: space-between;
      gap: 15px;
      .boxs-col-left,
      .boxs-col-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
      }
      .box {
        display: flex;
        align-items: center;
        gap: 15px;
        .div-img {
          flex: 0 0 80px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        img {
          max-width: 100%;
          max-height: 100%;
          object-fit: contain;
        }
        .div-txt {
          flex: 1;
        }
        .p-number {
          font-size: 50px;
          color: var(--color-primary);
          font-weight: bold;
          text-transform: uppercase;
          line-height: 40px;
          margin-bottom: unset;
        }
      }

      .box-border {
        border: 3px solid var(--color-primary);
        text-align: center;
        padding: 10px;
        p {
          font-weight: bold;
          text-transform: uppercase;
          font-size: 18px;
          span {
            background-color: var(--color-primary);
            display: inline-block;
            padding: 0px 5px;
            font-weight: bolder;
            position: relative;
          }
        }
      }
    }
  }

  .dots-wrapper {
    margin-top: -80px;
    z-index: 9;
    position: relative;
  }
  /* Custom dots container */
  .custom-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding-left: unset;
  }

  .custom-dots li {
    list-style: none;
  }

  .custom-dots button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: rgb(255 255 255 / 20%);
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .custom-dots .slick-active button {
    background: #fff;
    color: var(--color-text);
    transform: scale(1.1);
  }
}

/**************************section-3*****************************/

/**************************section-4*****************************/

/************************section-5*****************************/

/************************section-6*************************/

/******************section-footer**********************/

.section-footer .copyright {
  display: flex;
  justify-content: end;
  width: 1600px;
  max-width: 100%;
  gap: 20%;
  padding: 0px 15px;
  .div-mindme {
    display: flex;
    gap: 20px;
  }
}

.section-footer {
  background-color: #012d40;
  padding: 32px 0 24px;
  position: relative;
  .btn-footer-mobile {
    display: none;
    text-align: center;
    margin-top: 15px;
  }
  .btn-don {
    width: fit-content;
  }
  .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }

  .footer-logo {
    width: 150px;
  }

  .left-footer {
    display: flex;
    align-items: center;
    width: 20%;

    .footer-text {
      font-weight: bold;
      font-size: 1rem;
    }

    .footer-subtext {
      font-size: 0.8rem;
      color: #87d7e1;
    }
  }

  .center-footer,
  .right-footer {
    display: flex;
    align-items: center;
  }

  .footer-link {
    font-family: "Poppins";
    color: #ffffff;
    text-decoration: none;
    margin: 0 0.5rem;
    font-size: 16px;
    line-height: 25px;

    &:hover {
      color: #0499b8;
      text-decoration: underline;
    }
  }

  .separator {
    color: #ffffff;
    margin: 0 0.5rem;
  }

  .my-btn {
    background-color: #f7ce24;
    color: #024760;
    padding: 15px 24px 14px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Poppins-Bold";
    letter-spacing: 0.28px;
    font-size: 14px;

    img {
      margin-right: 7px;
    }
  }

  .footer-line {
    width: 100%;
    height: 1px;
    background-color: #024760;
    margin: 30px 0 17px;
  }

  .copyright {
    p {
      font-family: "Poppins";
      text-align: right;
      font-size: 12px;
      line-height: 18px;
      color: #ffffff;
      margin-bottom: unset;
    }

    .logo-mindme {
      margin-right: 7px;
    }

    a {
      outline: none;
      text-decoration: none;
    }
  }
}

dialog {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border: unset;
  button {
    border: unset;
    background-color: unset;
    img {
      width: 40px;
    }
  }
  &::backdrop {
    --un-bg-opacity: 1;
    background-color: rgb(0 0 0 / 26%);
  }
}

/*****************************************************************************/
@media (min-width: 1200px) and (min-height: 400px) and (max-height: 650px) {
  .section-Banner {
    .div-head {
      padding: 5px 15px 15px 15px;
    }
    .div-bg {
      justify-content: flex-end;
      .rows {
        padding-bottom: 3%;
      }
    }
    .rows {
      .div-caption {
        h1.titel-caption {
          font-size: 30px;
        }
      }
    }
  }
}
@media (max-width: 1440px) {
  .section-Banner {
    .sections-header {
      .rows {
        gap: 10px;
      }
      ul.navbar-nav {
        gap: 15px;
      }
      label.form-check-label {
        width: fit-content;
      }
      .li-input .form-text {
        width: 180px;
      }
      .col-left {
        width: fit-content;
      }
      .navbar {
        width: 83%;
        max-width: 100%;
      }
      .btn-don {
        width: 210px;
      }
    }
  }

  .section-1 {
    padding: 5% 15px 3% 15px;
    .rows {
      .title {
        h2 {
          span {
            font-size: 35px;
          }
        }
      }
      p {
        font-size: 18px;
      }
    }

    .rows2 {
      margin-bottom: 5%;
      p {
        font-size: 16px;
      }
    }
    .div-chien {
      top: 13%;
    }
  }

  .section-2 {
    .rows {
      .div-trace {
        bottom: -55%;
      }
    }
  }

  .section-4 {
    .col-left {
      .item {
        h3 {
          font-size: 25px;
        }
      }
    }
    .col-right {
      .title {
        h2 {
          font-size: 35px;
        }
      }
    }
  }
}
@media (max-width: 1300px) {
  .section-Banner {
    .div-head {
      .div-log {
        .img-logo {
          width: 120px;
        }
      }
    }
    .div-bg {
      justify-content: flex-end;
      .rows {
        padding-bottom: 3%;
      }
    }
    .rows {
      .div-caption {
        h1.titel-caption {
          font-size: 30px;
        }
        p {
          font-size: 15px;
        }
      }
    }
    .btn-transparnt {
      padding: 6px 20px 6px 6px;
      img {
        width: 35px;
      }
    }

    .sections-header {
      .navbar {
        .navbar-nav {
          width: fit-content;
          justify-content: flex-start;
        }
      }
      .navbar-nav .form-check-input {
        width: 30px;
        height: 30px;
      }
      .navbar-nav .form-check {
        span.prix {
          font-size: 25px;
        }
      }

      .li-input .form-text {
        width: 160px;
        padding: 10px;
        font-size: 25px;
      }

      .btn-don {
        width: 190px;
      }
      .form-check-label .tooltiptext {
        width: 130px;
      }
    }
  }
}

@media (max-width: 1300px) and (min-height: 450px) and (max-height: 600px) {
  .section-Banner {
    .div-head {
      .div-log {
        .img-logo {
          width: 90px;
        }
      }
    }
    .div-bg {
      justify-content: flex-end;
      .rows {
        padding-bottom: 35px;
      }
    }
    .rows {
      .div-caption {
        h1.titel-caption {
          font-size: 22px;
        }
        p {
          font-size: 15px;
        }
      }
    }
  }
}
@media (max-width: 1200px) {
  body p {
    font-size: 14px;
  }
  .btn-don {
    gap: 8px;
    padding: 8px 12px;
  }

  .section-1 {
    padding: 5% 15px 3% 15px;
    .rows2 {
      &::after {
        width: 73%;
        right: -10%;
      }
      .items {
        margin-top: -130px;
      }
    }
  }

  .section-2 {
    .rows {
      .div-trace {
        bottom: -45%;
      }
    }
  }

  .section-3 {
    .items {
      .item {
        .txt-top {
          padding: 40px 20px 0px 20px;
          span {
            font-size: 40px;
          }
        }
        .txt-bottom {
          padding: 30px 15px 40px 15px;
          .div-img {
            margin-bottom: 5px;
            img {
              width: 60px;
            }
          }
        }
      }
    }
  }

  .section-4 {
    .col-left {
      .item {
        .content {
          flex-direction: column;
          align-items: center;
          .div-txt {
            width: 100%;
          }
        }
      }
    }
  }
}

@media (max-width: 1024px) {
  .section-1 {
    .rows2 {
      .item {
        .div-upper {
          img {
            width: 70%;
            max-width: 100%;
          }
        }
      }
    }
  }

  .section-2 {
    .rows {
      .col-txt {
        .title {
          h3 {
            font-size: 25px;
          }
        }
      }
      .col-form {
        img.img-title {
          top: -45px;
          width: 70%;
          max-width: 100%;
        }
        .img-deco {
          bottom: -52px;
          width: 75%;
        }
      }

      .div-trace {
        bottom: -15%;
        left: 56%;
        width: 37%;
        z-index: -1;
        .trace-desk {
          display: none;
        }
        .trace-1024 {
          display: block;
        }
      }

      &.rows2 {
        .div-trace {
          bottom: -16%;
          left: 47%;
          width: 300px;
          max-width: 100%;
        }
        .col-form {
          img.img-title {
            top: -30px;
          }
        }
      }
      &.rows3 {
        .col-form {
          img.img-title {
            top: -30px;
          }
        }
      }
    }
  }

  .section-3 {
    .items {
      flex-wrap: wrap;
      .item {
        width: 48%;

        margin-bottom: 20px;
      }
    }

    .rows2 {
      flex-wrap: wrap;
      .col-left,
      .col-center {
        width: 50%;
      }
      .col-right {
        width: 100%;
        text-align: center;
      }
    }
  }
}

@media (max-width: 1000px) {
  .section-Banner {
    .rows {
      padding: 0px 15px;
      .div-lune {
        width: 160px;
      }
    }
    .sections-header {
      .rows {
        padding: unset;
      }
      .col-left {
        display: none;
      }
      .navbar {
        width: 100%;
        max-width: 100%;
        .navbar-collapse {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background-color: var(--color-text);
          z-index: 9;
          width: 100%;
        }
        ul {
          flex-wrap: wrap;
          flex-direction: row;
          margin: 0 auto;
          justify-content: center;
          gap: 15px;
          padding: 15px;
        }
        .div-btn-nav {
          width: 100%;
          text-align: center;
        }
      }
      .w-300 {
        display: none;
      }
      button.hvr-grow {
        width: 250px;
        color: #fff;
      }
    }
  }
  .section-1 {
    .rows2 {
      .title {
        margin-bottom: 35px;
        h2 {
          display: inline-block;
          text-align: center;
          span {
            display: block;
          }
        }
      }
      .items {
        margin-top: unset;
        flex-direction: column;
        align-items: center;
        .item {
          position: relative;
          width: fit-content;
          max-width: 100%;
        }
      }
    }
  }
}

@media (max-width: 800px) {
  .section-Banner {
    height: 100%;
    .div-head {
      position: relative;
    }
    .rows {
      margin: 35px auto;
      .div-caption {
        h1.titel-caption {
          font-size: 30px;
        }
      }
      .div-video {
        transform: translate(-50%, -115%);
      }
      .div-lune {
        width: 160px;
      }
    }
    .sections-header {
      flex-direction: column;
      gap: 0px;
      .col-left {
        width: 100%;
        justify-content: center;
        .col-img {
          width: 30%;
          position: relative;
          height: 116px;
          img {
            left: 0;
          }
        }
      }
      .navbar {
        width: 100%;
        .navbar-nav {
          justify-content: center;
        }
      }
      .form-check-label .tooltiptext {
        display: none !important;
      }
    }
  }

  .section-1 {
    &::after {
      height: 95%;
    }
    .div-sapin,
    .div-chien {
      display: none;
    }

    .rows2 {
      &::after {
        content: unset;
      }
    }
  }

  .section-2 {
    .rows {
      flex-direction: column;
      gap: 30px;
      &.rows2 {
        flex-direction: column;
        .col-form {
          flex-direction: column-reverse;
          img.img-title {
            top: -55px;
          }
          .d-desk {
            display: none;
          }
          .d-mobile {
            display: block;
            margin-bottom: 80px;
          }
        }
      }
      &.rows3 {
        .col-form {
          img.img-title {
            top: -55px;
          }
        }
        .div-btn {
          text-align: center;
        }
      }

      .col-form {
        img.img-title {
          top: -65px;
        }
        .img-deco {
          bottom: -75px;
        }
      }
    }
  }

  .section-4 {
    .rows {
      flex-direction: column;
      gap: 50px;
      .col-left,
      .col-right {
        width: 100%;
        max-width: 100%;
      }
    }
  }
}

@media (max-width: 498px) {
  body h2 {
    font-size: 25px !important;
    span {
      font-size: 25px !important;
    }
  }
  .btn-don {
    font-size: 16px;
    padding: 15px 12px;
  }
  .starshine {
    width: 56%;
    height: 18%;
  }

  .section-Banner {
    .div-bg {
      background: #121a29;
      background-size: cover;
      background-position: top center;
      min-height: 950px;
      justify-content: space-between;
      video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 60%;
        object-fit: cover;
        transform: unset;
        z-index: 0;
      }
    }

    .rows {
      .div-caption {
        h1.titel-caption {
          color: #fff;
          text-align: center;
          span {
            color: var(--color-text);
          }
        }
        p {
          color: #fff;
          text-align: center;
        }
      }
      .div-video {
        text-align: center;
      }

      .div-lune {
        position: absolute;
        right: unset;
        left: 15px;
        top: -95px;
        transform: unset;
        width: 150px;
      }
    }

    .sections-header {
      padding: 20px 0px 5px 0px;
      margin-top: -1px;
      label.form-check-label {
        width: 80px;
      }
      .navbar-collapse {
        padding: 5px 0px;
      }
      .col-left {
        margin-top: -30px;
        .col-img {
          height: unset;
          img {
            position: unset;
          }
        }
      }
    }

    .btn-transparnt {
      color: #ffaf43;
      border-color: #ffaf43;
      .play-mobile {
        display: block;
      }
      .play-desk {
        display: none;
      }
    }
  }

  .section-1 {
    padding-top: 20%;

    &::after {
      height: 80%;
      background-image: url(../img/bg-s1-m.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
    }
    .rows1 {
      .title {
        h2 {
          span {
            img {
              left: 10%;
            }
          }
        }
      }
      p br {
        display: none;
      }
    }
    .rows2 {
      .title {
        margin-bottom: 120px;
      }
      .item {
        .div-txt {
          position: relative;
          top: unset;
          left: unset;
          transform: unset;
          margin-top: 50px;
          padding: 15px 0px;
          p {
            color: var(--color-text);
          }
          img {
            left: 0px;
          }
        }
      }

      .item:last-child {
        display: flex;
        flex-direction: column-reverse;
      }
      .div-mobile {
        display: block;
        max-width: 100%;
      }
    }
  }

  .section-2 {
    padding: 15% 0px 8% 0px;
    .rows {
      .title {
        h3 {
          font-size: 30px;
          text-align: center;
          margin-left: -30px;
          margin-bottom: 35px;
          span {
            img {
              left: -25px;
              width: 65px;
            }
          }
        }
      }
      .col-img {
        padding: 0px 15px;
        .title {
          display: block;
        }
      }
      .col-txt {
        .div-txt {
          h4 {
            span:last-child {
              display: none;
            }
          }
        }
      }
      &.rows1 {
        margin-bottom: 35%;

        .col-txt {
          padding: 0px 15px;
          .title {
            h3 {
              display: none;
            }
          }
        }
        .col-form {
          margin: 0px 15px;
        }
        .div-mobile {
          display: block;
        }
      }

      &.rows2 {
        .col-txt {
          padding: 0px 15px;
          .title {
            h3 {
              display: none;
            }
          }
        }
        .col-form {
          width: 100%;
          padding: 15px 0px 35px 0px;
          .div-upper {
            margin: 0px 15px;
          }
        }
        .div-trace {
          display: none;
        }
      }

      &.rows3 {
        .col-txt {
          padding: 0px 15px;
          .title {
            h3 {
              display: none;
            }
          }
        }
        .div-btn {
          .btn-don {
            width: fit-content;
            padding: 15px;
          }
        }
      }

      .div-btn {
        text-align: center;
        .btn-don {
          width: 200px;
          padding: 15px;
        }
      }
    }
  }

  .section-3 {
    padding: 55% 15px 3% 15px;
    background-image: url(../img/bg-s3-m.png);
    background-size: cover;
    background-position: top center;
    position: relative;
    .rows {
      .title {
        margin-bottom: 10%;
      }
    }
    .items {
      .item {
        width: 100%;
      }
    }
    .rows2 {
      flex-wrap: wrap;
      gap: 30px;
      .col-left,
      .col-center {
        width: 100%;
        p {
          text-align: center;
        }
      }
      .col-right {
        width: 100%;
      }
      .col-center {
        .d-mobile {
          display: block;
          margin: 0 auto;
        }
        .d-desk {
          display: none;
        }
      }
    }
  }

  .section-4 {
    .col-right {
      .title {
        h2 {
          span {
            font-size: 25px !important;
          }
        }
      }
      .boxs {
        flex-direction: column;
      }
    }
  }

  .section-footer {
    .content {
      flex-direction: column;
      gap: 10px;
    }
    .left-footer {
      width: 100%;
      justify-content: center;
    }
    .right-footer {
      display: none;
    }

    .btn-footer-mobile {
      display: block;
    }

    .copyright {
      gap: 20px;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      margin-top: 30px;
      .div-mindme {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        p {
          text-align: center;
        }
      }
    }
    .center-footer {
      justify-content: center;
    }
  }
}

/****************************************************/

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(13, 1, 61, 0.82);
  /* overlay color */
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16 / 9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
    /* 16:9 calc */
  }
}

/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

iframe#youtube-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/****************************************/
.col-snow {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.div-toHide {
  display: none;
  img {
    margin: 0 auto;
    margin-bottom: 25px;
    display: flex;
  }
  p {
    font-family: var(--font-Poppins);
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    display: block;
  }

  span {
    font-family: var(--font-Poppins);
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
  }
}

.snow {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ffcc6a;
  border-radius: 50%;
}

.starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 74%;
  height: 63%;
  z-index: 0;
  overflow: hidden;
}

.shine {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -moz-opacity: 0;
  opacity: 0;
  animation: glitter 6s linear 0s infinite normal, glow 5s infinite;
  -webkit-animation: glitter 6s linear 0s infinite normal, glow 5s infinite;
  -moz-animation: glitter 8s linear 0s infinite normal, glow 5s infinite;
  -ms-animation: glitter 8s linear 0s infinite normal, glow 5s infinite;
  -o-animation: glitter 8s linear 0s infinite normal, glow 5s infinite;

  background-color: #b97529;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  height: 10px;
  width: 10px;
}
.section-5 .starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.section-5 .shine {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: unset;
  background-image: url(../img/star.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  color: tansparent;
  -moz-opacity: 0;
  opacity: 0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 -28px 3px #b97529;
  }
  40% {
    box-shadow: 0 0 15px 3px #b97529;
  }
  60% {
    box-shadow: 0 0 15px 3px #b97529;
  }
  100% {
    box-shadow: 0 0 -28px 3px #b97529;
  }
}

.shine.small {
  width: 30px;
  height: 30px;
}

.shine.medium {
  width: 60px;
  height: 60px;
}

.shine.large {
  width: 120px;
  height: 120px;
}

/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}

/***********************************************************************/
