/* GENERAL */

*
{
    margin:0;
    padding:0;
}
body
{
    font-family:'Cambria Math';
}
p
{
    font-family:'Adobe Devanagari';
}
.bi-circle-fill
{
    font-size: 15px;
    margin-right:10px;
}
.know-more
{
    width:220px;
    height:60px;
    background-color: #6765d5ff;
    border-radius:50px;
    transition: transform .3s;
}
.know-more:hover
{
    transform : scale(1.1);
    -ms-transform : scale(1.1);
    -webkit-transform : scale(1.1);
    background-color: #000;
    border: 2px solid #6765d5ff;
}
.know-more h3
{
    line-height:60px;
    color:#fff
}
.know-more a
{
    text-decoration: none;
    text-align: center;
    transition : all 0.3s ease-in 0s;
}
.know-more a h3:hover
{
    color:#fff;
}

/* TOP */

#top 
{
    position: relative;
    overflow: hidden;
    background: linear-gradient(#111c20,#0c181c);
    /* margin-bottom:200px; */
}
/* NAVBAR */
nav
{
    background-color: #444;
}
.navbar-brand
{
    margin: 0 auto;
}
.navbar img
{
    width:50px;
}
.navbar-toggler
{
    border:none;
    transition: transform .3s;
}
.navbar-toggler:hover
{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.navbar-toggler:focus
{
    box-shadow: none;
}
.bi-list
{
    color:#fff;
    font-size: 40px;
    transition: all 0.2s ease-in 0s;
}
.bi-list:hover
{
    color:#6765d5ff;
}
.offcanvas
{
    width:80% !important;
    /* height:330px !important; */
    margin:0 auto;
    background: #444;
    text-align: center;
}
.navbar-nav a
{
    color:#fff;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease-in 0s;
}
.navbar-nav a:hover
{
    color:#6765d5ff !important;
}
.offcanvas .contact
{
    width:200px;
    height:auto;
    margin-left:20px;
    background-color: #6765d5ff;
    border-radius:50px;
    transition: transform .3s;  
}
.offcanvas .contact:hover
{
    transform : scale(1.01);
    -ms-transform : scale(1.01);
    -webkit-transform : scale(1.01);
    background-color: #fff;
    border: 2px solid #6765d5ff;
}
.offcanvas-body
{
    margin:0 auto;
}
.offcanvas-body li
{
    margin-right:10px;
}

/* MAIN IMAGE */
#main-image
{
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
}
#main-image h4
{
    padding : 200px 0 10px;
    letter-spacing: 1px;
} 
#main-image h1
{
    color: #fff;
    letter-spacing: 1px;
    margin : 5px 0 2px;
    font-size: 50px;
}
#company-name
{
    color:#6765d5;
}
#paragraph
{
    /* width: 80%; */
    margin: 0 auto 40px;
    /* color: #969292; */
    color: #ebe3e3;
    text-align: center;
    /* font-size: 20px; */
}
#quote
{
    width:250px;
    height:60px;
    background-color: #6765d5ff;
    border-radius:50px;
    margin:0 auto 30px;
    transition: transform .3s;
}
#quote:hover
{
    transform : scale(1.1);
    -ms-transform : scale(1.1);
    -webkit-transform : scale(1.1);
    background-color: #fff;
    border: 2px solid #6765d5ff;
}
#quote h3
{
    line-height:60px;
    color:#fff
}
#quote a
{
    text-decoration: none;
    text-align: center;
    transition : all 0.3s ease-in 0s;
}
#quote a h3:hover
{
    color:#6765d5ff;
}
#chevron
{
    width:fit-content;
    background-color: antiquewhite;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#chevron-container
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color:#959090;
    display: flex;
    justify-content: center;
    align-items: center;
}
.centered-chevron
{
    width: 30px;
    height:30px;
    border-radius: 50%;
    line-height: 35px;
    background-color: #000;
    color:#fff;
}

/* PORTFOLIO */

#portfolio
{
    padding: 100px 0 70px;
}
.description {
    background-color: #e0e0e0;
    /* padding: 20px; */
    padding:30px 0px 10px;
    text-align: center;
    background-color: #0c181c;
    color: #fff;
    box-shadow: 0px 0px 5px #444;
  }
.description h5
{
    color: #ccc;
}
.img-container
{
    position: relative;
    box-shadow: 0px 0px 5px #0c181c;
}
.img-container img
{
    filter: brightness(40%);
    transition: filter 1.5s ease;
}
.img-container img:hover
{
    filter: none;
}
@media (max-width: 767px) {
    .description {
      width: 100%;
    }
  }
@media (min-width: 768px) {
 .description {
    height: 80%;
    width: 100%;
    padding-top: 20%;
    float: right;
    position: relative;
    top: 10%;
    left: 11%;
    }
}

@media (min-width: 992px) {
.description {
    height: 70%;
    width: 90%;
    padding-top: 25%;
    float: right;
    position: relative;
    top: 15%;
    left: 8.15%;
    }
}
.carousel-indicators
{
    position: absolute;
    bottom: -15%;
}
#portfolio .carousel-indicators button {
    background-color: #747778 !important;
    border: none;
    width: 15px !important;
    height: 15px !important;
    position: relative; /* Position relative pour positionner le pseudo-élément */
    border-radius: 50%;
    margin-right: 20px !important;
}

#portfolio .carousel-indicators button::before {
    content: "";
    position: absolute;
    top: -4px; 
    left: -4px; 
    right: -4px; 
    bottom: -4px; 
    border: 2px solid #0c181c;
    border-radius: 50%;
}

#portfolio .carousel-indicators button.active::before {
    border: 2px solid #0c181c;
}
#all-portfolio
{
    padding-top: 100px;
}
/* TESTIMONIALS */
#testimonials
{
    background: url('images/testimonials/testimonials-bg.png') no-repeat center;
    background-size: cover;
    padding:70px 30px 50px;
}
#testimonials h1
{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#testimonials h5
{
    color:#6765d5;
}
#testi-carousel
{
    position:relative;
}
#testimonials .carousel-item
{
    text-align: center;
    margin-bottom: 90px;
}
.carousel-control-prev
{
    background-color: #6765d5;
    width:50px;
    height:50px;
    border-radius: 50%;
    position: absolute;
    top:20%;
    margin-left:10%;
}
.carousel-control-next
{
    background-color: #6765d5;
    width:50px;
    height:50px;
    border-radius: 50%;
    position: absolute;
    top:20%;
    margin-right:10%;
}
.carousel-control-prev-icon
{
    position: absolute;
    top:20%;
    right:20%;
}
.carousel-control-next-icon
{
    position: absolute;
    top:20%;
    left:20%;
}
.carousel-indicators button
{
    background-color: #6765d5 !important;
}
.carousel-indicators button[aria-label="Slide 1"]
{
    background-color: #6765d5 !important;
}
.carousel-control-prev-icon
{
    color:#fff;
}

/* MAPS */
#maps
{
    margin: 30px auto;
}

/* CONTACT */
#getintouch
{
    margin-top: 40px;
    padding:50px 0;
    background-color: #faf9f9;
}
#contact-details
{
    width:100%;
    margin-bottom: 40px;
}
#contact-details h6
{
    margin-bottom: 20px;
}
#contact-details h1
{
    margin-bottom: 20px;
}
#contact-p
{
    margin-bottom: 60px;
}
.mini-divider
{
    margin-bottom: 10px;
}
#location
{
    color: #000;
    transition: color 0.3s ease-in 0s;
}
#location:hover
{
    color: #6765d5;
}
.details-a
{
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease-in;
}
.details-a:hover
{
    color: #6765d5
}
/* FORMULAIRE */
#form
{
    background-color: #fff;
    padding:30px 20px;
    width:100%;
    box-shadow: 1px 1px 3px #ccc;
}
#form h1
{
    margin-bottom: 30px;
}

#form input[type=text], input[type=email], input[type=tel], textarea
{
    border: none;
    border-bottom: 2px solid;
    width:100%;
    color : #000;
    outline: none;
    border-image: linear-gradient(to left, transparent 0%, #6765d5 100%) 1;
    transition: border-image 0.5s ease-out;
    overflow: hidden;
}
/* STYLE DE LA BORDURE AU SURVOL */
#form input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, textarea:hover
{
    border-image: linear-gradient(to right, transparent 0%, #6765d5 100%) 1;
}
/* STYLE DE LA BORDURE AU CLIC */
#form input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus
{
    border-image: linear-gradient(to left, #6765d5, #fff);
    border-image-slice:1;
    outline: none;
}

#form input::placeholder, textarea::placeholder
{
    color:#000;
}
#form input[type=submit]
{
    color:#fff;
}
#submit
{
    width:100%;
    background-color: #000;
    height:50px;
    position: relative;
}
.comments
{
    color: rgb(171, 65, 65);
    margin: 5px 0 40px;
    height: 25px;
}
.required
{
    font-weight: bold;
    font-size: 20px;
    color: rgb(171, 65, 65);
}
.submitted
{
    text-align: center;
    color: #444;
    font-size: 20px;
    padding-top : 20px;
    font-weight: bold;
}
/* FOOTER */

footer
{
    padding:50px 0 130px;
    background: url('images/footer/footer-bg.png') no-repeat bottom center;
    background-size:cover;
}
#footer-first
{
    padding-bottom:20px;
}
#footer-a
{
    padding-top:30px;
}
#branding-footer img
{
    width:80px;
}
.footer-link
{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out 0s;
}
.footer-link:hover
{
    color: #6765d5;
}

/* FOOTER SECOND */
#footer-second
{
    color:#fff;
    padding: 50px 0;
}
#footer-second h3
{
    color:#fff;
    margin-bottom: 20px;
    text-align: center;
}
#footer-newsletter #newsletter
{
    background-color: #000;
    color:#fff;
    border: 2px solid #fff;
    /* padding: 5px 0 5px 20px; */
    padding: 5px 0;
    width:60%;
}
#footer-newsletter input::placeholder
{
    color:#fff;
}
#subscribe
{
    float:right;
    display: inline;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 5px 0;
    color:#000;
    width:40%;
}
.comment
{
    margin-top: 5px;
    color: #6765d5;
    font-style: italic;
    height: 25px;
}

/* QUICK LINK */
#quick-link
{
    margin-bottom: 20px;
    text-align: center;
}
#quick-link a
{
    display: block;
    margin: 0 auto;
    width:fit-content;
    text-decoration: none;
    color:#fff;
    transition: color 0.3s ease-in-out 0s;
}
#quick-link a:hover
{
    color: #6765d5;
}
#company
{
    margin-bottom: 20px;
}
#company a
{
    display: block;
    margin: 0 auto;
    width:fit-content;
    text-decoration: none;
    color:#fff;
    transition: color 0.3s ease-in-out 0s;
}
#company a:hover
{
    color: #6765d5;
}
#follow-us
{
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.bi-facebook
{
    margin-right:10px;
    font-size: 25px;
    color:#fff;
}
/* FOOTER END */
#footer-end
{
    color:#fff;
}
#footer-end .row
{
    margin : 0 auto;
    text-align: center;
}
#footer-end a
{
    text-decoration:none;
    color: #fff;
    transition : all 0.5s ease;
}
#footer-end a:hover
{
    color:#6765d5;
}
