body {
    font-family: 'Work Sans', sans-serif; 
    font-weight: 300;
    background-color: #2C302E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

ch1 {
    font-family: 'Great Vibes', cursive;
    color: #ffc107;
}

.logo {
    display: block;
    max-width: 200px;
    max-height: 120px;
    margin-top: 20px;
}


.main-header {
    background: url(images/anna-shannon-ot1qwLul87Y-unsplash.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 600px;
    color: #fff;
    position: relative;
}

.primary-overlay {
    background: #2c302eef;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

a {
    text-decoration: none !important;
    color: white;
}

ul.nav-pills {
    display: flex;
    flex-wrap: wrap; /* Allows the list items to wrap into two lines */
    justify-content: center; /* Centers the items horizontally */
    gap: 10px; /* Adds spacing between list items */
}

.nav-link:hover {
    color: gold !important;
}

.nav-link:active {
    color: gold !important;
    font-weight: bold !important;
}

a.nav-link:active {
    color: tomato !important;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: gold;
    font-weight: bold !important;
}


a:hover {
    color: gold;
    font-weight: bold;
}

.jumbotron {
    background-color: rgb(192, 134, 64, 0);
}

.bg-footer {
    background-color: #2C302E;
}

h6 {
    color: #ffd700;
}

strong {
    font-weight: bold;
    color: #ffd700;
}

.btn {
    -webkit-apperance: none !important;
}

.voirtout {
    margin-top: 1.5rem;
    color: #ffd700;
    background-color: #ffc10700;
    border-color: #ffc107;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

}

.envoyez {
    color: #fff !important;
}

.visitus,
.emailus,
.callus {
    display: flex;
}

.top-phone {
    display: flex;
}

.open-hours {
    display: flex;
}

.testimonials {
    background: url(images/vision-renovation-tb.jpg);
    background-size: cover;
    background-position: center;
    min-height: 500px;
    position: relative;
    padding-top: 10px;
}

.b-avis {
    color: white;
    background-color: #ffc10700;
    border-color: lightgrey;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;

}

.b-avis:hover {
    color: black;
    background-color: white;
    border-color: white;
}

blockquote,
.blockquote-footer {
    font-weight: bold !important;
}

.carousel-t {
    margin-top: 180px;
}

#gallery {
    background-color: rgb(220, 220, 220);
    min-height: 600px;
}

.nav2-item a {
    color: black;
    margin-bottom: 10px;
}

.active-nav-item {
    background-color: gold !important;
}

a.active-nav-item:hover {
    color: white !important;
    font-weight: normal;
}

.filter-button:hover {
    border: 1px solid gold;
    background-color: gold;
}

.btn-default:active .filter-button:active {
    background-color: gold;
    color: white;
}

#mycontact {
    padding-top: 200px;
}

.card-img-top {
    width: 100%;
    height: 16vw;
    object-fit: cover;
}

.p-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card-button {
    color: #2C302E;
    border-color: #2C302E;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
}

.card-button:hover {
    color: #2C302E;
    border: 1px solid gold;
    background-color: gold;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
}


.my-lead {
    font-size: 25px !important;
}

.carousel img {
    margin: auto !important;
}

.logo {
    display: block;
    max-width: 320px;
    max-height: 180px;
    margin-top: 20px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 2em;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

hr.q-line {
    border: 1px solid rgba(255, 217, 0, 0.527);
    border-radius: 1px;
}

/* CAROUSEL TESTIMONIAL */

.t-card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
}

.t-card .card-body {
    padding: 1rem 1rem
}

.t-card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.t-p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.5rem
}

.t-p2 {
    font-size: 1rem;
    margin-bottom: .5rem;
    line-height: 1.5rem
}

h4 {
    line-height: .2 !important
}

.profile {
    margin-top: 16px;
    margin-left: 11px
}

.cust-name {
    font-size: 18px
}

.t-date {
    font-size: 12px
}

.items-testimonial {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px
}

.left-quote {
    color: rgba(255, 217, 0, 0.685);
    border-color: gold;
}

.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%; }
    .lightrope li {
      position: relative;
      animation-fill-mode: both;
      animation-iteration-count: infinite;
      list-style: none;
      margin: 0;
      padding: 0;
      display: block;
      width: 12px;
      height: 28px;
      border-radius: 50%;
      margin: 20px;
      display: inline-block;
      background: #00f7a5;
      box-shadow: 0px 4.66667px 24px 3px #00f7a5;
      animation-name: flash-1;
      animation-duration: 2s; }
      .lightrope li:nth-child(2n+1) {
        background: cyan;
        box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
        animation-name: flash-2;
        animation-duration: 0.4s; }
      .lightrope li:nth-child(4n+2) {
        background: #f70094;
        box-shadow: 0px 4.66667px 24px 3px #f70094;
        animation-name: flash-3;
        animation-duration: 1.1s; }
      .lightrope li:nth-child(odd) {
        animation-duration: 1.8s; }
      .lightrope li:nth-child(3n+1) {
        animation-duration: 1.4s; }
      .lightrope li:before {
        content: "";
        position: absolute;
        background: #222;
        width: 10px;
        height: 9.33333px;
        border-radius: 3px;
        top: -4.66667px;
        left: 1px; }
      .lightrope li:after {
        content: "";
        top: -14px;
        left: 9px;
        position: absolute;
        width: 52px;
        height: 18.66667px;
        border-bottom: solid #222 2px;
        border-radius: 50%; }
      .lightrope li:last-child:after {
        content: none; }
      .lightrope li:first-child {
        margin-left: -40px; }
  
  @keyframes flash-1 {
    0%, 100% {
      background: #00f7a5;
      box-shadow: 0px 4.66667px 24px 3px #00f7a5; }
    50% {
      background: rgba(0, 247, 165, 0.4);
      box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2); } }
  
  @keyframes flash-2 {
    0%, 100% {
      background: cyan;
      box-shadow: 0px 4.66667px 24px 3px cyan; }
    50% {
      background: rgba(0, 255, 255, 0.4);
      box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2); } }
  
  @keyframes flash-3 {
    0%, 100% {
      background: #f70094;
      box-shadow: 0px 4.66667px 24px 3px #f70094; }
    50% {
      background: rgba(247, 0, 148, 0.4);
      box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2); } }
  

@media (min-width: 1025px) and (max-width: 1280px) {}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */


@media (min-width: 768px) and (max-width: 1024px) {}

/*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {

    #myabout-title,
    #realisations-title {
        font-size: 24px;
        margin-top: -20px !important;
    }

    #christmas {
        font-size: 36px;
    }

    #myabout-p,
    #myabout-p2 {
        font-size: 14px;
    }

    .card-img-top {
        width: 100%;
        height: 25vw;
        object-fit: cover;
    }
    /* footer {
        text-align: center !important;
    }

    .visitus,
    .emailus,
    .callus {
        justify-content: center;
        text-align: left;
    } */
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
    #jumbotron-title {
        font-size: 24px;
    }

    #jumbotron-p {
        font-size: 16px;
    }

    #christmas {
        font-size: 32px;
    }

    #myabout-title,
    #realisations-title {
        font-size: 24px;
        margin-top: -20px !important;
    }

    #myabout-p,
    #myabout-p2 {
        font-size: 14px;
    }

    .card-img-top {
        width: 100%;
        height: 30vw;
        object-fit: cover;
    }

    .card-text {
        font-size: 10px;
    }

    .card-title {
        font-size: 16px;
    }

    .p-avis {
        width: 200px !important;
        height: 200px !important;
    }

    .carousel img {
        margin-top: 50px !important;
    }


    .stars {
        align-self: center;
        font-size: small;
    }

    .date {
        align-self: center !important;
        color: black !important;
        margin-left: 5px !important;
    }

    .customer {
        font-size: small;
    }

    .t-p2 {
        font-size: 12px;
    }


}