
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
 
    
  }
  p{
        padding-bottom: 1em;    font-weight: 400; font-size: 18px;    line-height: 26px;margin-bottom: 0;
}
a {
    color: #fea812;
}
 /*Animation Start*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}





.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/*Animation end*/ 
.header-main {
    background-color: rgba(0,0,0,0.19);
    position: fixed;
    width: 100%;
    z-index: 9;
}
.header-main .navbar{
        padding: 2px 15px;
}
.navbar-nav a {
color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar ul li{
    padding: 0 8px;
}
.logo img{
    width: 100px;
}

.banner {
    width: 100%;
    height: 100vh;
}
.banner {
    width: 100%;
    height: 100vh;
    display: flex;
}
.banner .content, .banner .content figure {
    height: 100vh;
    width: 100%;
}
.banner .content figure video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.banner figure figcaption {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 42%;
}
.banner figure figcaption h1 {
    display: block;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 0;
}
.banner figure figcaption h3 {
    margin-bottom: 10px;
    font-weight: bold;
        font-size: 26px;
        color: #0000000;
}
.banner figure figcaption h1 span {
  font-size: 10px;
}
.banner .content figure {
    position: relative;
}
.banner figure figcaption p {
font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
figure:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
    background-size: cover;    
    opacity: 0.7;
}
.header-main .container {
    max-width: 1400px;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
   
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
  width: 260px;border-top: 4px solid #000000;    top: 35px;
  padding: 10px;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  font-weight: 300;

}

.dropdown-content a:hover {
    color: #000000;
}

.dropdown:hover .dropdown-content {display: block;}


.loginbutton{
    background-color: #1100fc;
    color: #fff;
    padding: 5px 14px !important;
    border-radius: 3px;
}
.loginbutton-home{
    background-color: #faab00;
    color: #fff;
    padding: 8px 14px !important;
    border-radius: 3px;    margin-top: 20px;    margin-right: 15px;
}
.loginbutton-home:hover{
    background-color: #0019fc;
    color: #ffffff;
    text-decoration: none;
}

.loginbutton-home2{
    background-color: #FEA812;
    color: #fff;
    padding: 8px 14px !important;
    border-radius: 3px;    margin-top: 20px;
    border: none;
}
.loginbutton-home2:hover{
    background-color: #1B0951;
    color: #fff;
    text-decoration: none;
}
.section-second h2{
    font-size: 28px;
    font-weight: bold!important;
    color: #0126f5;
    text-align: justify;
}
.section-second{
        padding: 55px 0;
}
.section-second p{
        padding-bottom: 1em;    font-weight: 400; font-size: 16px;    line-height: 26px;margin-bottom: 0;text-align: justify;
}
.aboutbox h4{
    font-size: 21px;line-height: 130%;
}
.aboutbox p{
    margin-bottom: 0;
    padding-bottom: 0;
    

}
.aboutbox{
    background-color: #fff4e8;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.section-third{
    padding: 5px 0;
}
.section-third h2 {
    font-size: 28px;
    font-weight: bold !important;
    color: #000;
}
.section-heading{
    text-align: center;
}
.section-heading h2{
    font-size: 50px;
    color: #f76401!important;
    text-shadow: 0em 0.1em 0.1em rgba(112, 89, 241, 0.4);    line-height: 130%;    font-weight: bold;
}
.blog .course_head {
    position: relative;
    overflow: hidden;        width: 100%;
}
.blog .course_head img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.blog:hover .course_head img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.blog:hover {
    box-shadow: 0px 10px 30px rgb(0 35 71 / 10%);
    background: #fff;
}
.blog .blog-content:hover{
    background-color: #fff;
}
.blog {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;    margin: 0 20px;
}
.blog .blog-content{
        padding: 30px 26px;
    background: #f9f9ff;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog .blog-content h4{
    font-size: 20px;margin-top: 20px;font-weight: bold!important;
}
.blog .blog-content p{
   padding-bottom: 0;margin-bottom: 0; font-size: 15px;
}
.blog .blog-content .tag {
    padding: 7px 21px;
    font-size: 13px;
    color: #fff;
    background: #1b0951;
    text-transform: uppercase;
}
.section-fifth{
    padding: 60px 0;
}
.team{
    text-align: center;
    box-shadow: 0px 10px 30px rgb(0 35 71 / 15%);       margin: 0 10px; margin-bottom: 30px;min-height: 440px;
}
.team img{
    width: 100%;
}
.team .img{
      margin: 0 60px;  
}
.team h2{
        color: #1b0951;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    margin-top: 12px;
    padding-bottom: 10px;
        font-weight: bold;
}
.team p{
padding: 0 30px;
padding-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fea812 !important;
}
.our-achievment{
    background-color: #1B0951;
    text-align: center;
    padding: 65px 0;
}
.our-achievment h1{
    color: #fff;    font-size: 36px;    font-weight: 600;padding-bottom: 20px;
}
.our-achievment .text{
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}
.testimonials{
    text-align: left;
    box-shadow: 0px 10px 30px rgb(0 35 71 / 15%); margin: 0 10px;margin-bottom: 30px;    padding: 35px 25px
}
.testimonials p{
    padding-bottom: 0;
    margin-bottom: 0px;
}
footer{
background-color: #1b0951;color: #fff;        padding: 0px 0;
}
footer h4 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 130%;
}
footer ul{
    padding-left: 15px;    
}
footer ul li{
    padding-bottom: 15px;
}
footer a{
color: #fff;    
}
footer a:hover{
text-decoration: none;  
color: #fafafa; 
}
.main-box {
    text-align: center;
    color: #fff!important;
    justify-content: center;margin-left: -45px;
}
.main-box .sub-box {
    display: flex;
    justify-content: center;
}
.main-box .sub-box a {
    text-decoration: none;
    color: #fff!important;
}
.main-box .sub-box .btn-box {
    border: 2px solid #fff!important;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    margin-right: 22px;
}
.main-box .sub-box .btn-box i {
    transform: rotate(-45deg);
    font-size: 20px;
    margin-top: 8px;
}
.main-box .sub-box .btn-box2 {
    background-color: #fff;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    margin-right: 22px;
    padding-top: 1px;
    padding-left: 10px;
}
.main-box .sub-box .btn-box2 h6 {
    text-transform: uppercase;
    transform: rotate(-45deg);
    font-size: 12px;
    margin-top: 12px;
    color: #000;
    margin-left: -8px;
}
#footer-bottom {
    background-color: #281562;   padding: 30px 0;
}
#footer-info, #footer-info a {
    color: #fea812;
}
.banner-innerpages{
background: url(https://missionsbaraka.dev/img/entre/network_entrepreneurs.png);
    padding-top: 210px;
    padding-bottom: 130px;
    position: relative;
}
.banner-innerpages h1{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 44px;
    letter-spacing: 5px;
    text-align: center;
   

}


.hero-subtitle{
  max-width:44rem;

  font-size:1.05rem;
  margin-bottom:1.7rem;
}

.banner-innerpages h2{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 44px;
    letter-spacing: 5px;
    text-align: center;
   
}

.portfolio-section ul li{
    list-style: none;
    margin-bottom: 30px;
}
.portfolio-menu{
    display: none;
}
.portfolio-section h2 {

    color: #683c11;
    font-size: 48px;
    padding-bottom: 25px;
    letter-spacing: 1.5px;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
      padding:0 70px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
  transition: all 0.5s;    width: 100%;    height: 200px;
}
.portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 57%);
    width: 93%;
    height: 93%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
    margin: 10px 0 4px 15px;
        display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #b69d70;
  border-right: 1px solid #b69d70;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #b69d70;
  border-left: 1px solid #b69d70;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: transparent;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #ffb32f;
  line-height: 40px;
  cursor: pointer;
}
.form-inner {
    position: relative;
    display: block;
    background: #f5f6f6;
    padding: 50px 50px;
    border-radius: 10px;
}
.form-inner .form-group input[type='text'], .form-inner .form-group input[type='email'], .form-inner .form-group textarea {
    position: relative;
display: block;
    width: 100%;
    height: 55px;
    background: #ffffff;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.form-inner .form-group textarea {
    resize: none;
    height: 130px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.section-second h2 {
    font-size: 28px;
    font-weight: bold !important;
    color: #000000;
}
.contact-info{
    background-color: #fff4e8;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.contact-info a{
        padding-bottom: 1em;    font-weight: 400; font-size: 14px;    line-height: 26px;margin-bottom: 0;
            color: #212529;
}
.contact-info i{
padding-right: 15px;    
}
.loginbutton:hover {
    color: #fff;
}




.gallery {
    display: grid;
 
    gap: 15px;
    padding: 20px;
    width:300px;
}

.gallery img {
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery img:hover {
    transform: scale(1.05);
}



/* Page Galerie */


/* Slider */
.carousel-item img {
    height: 70vh;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.6s ease;
}

.carousel-item.active img {
    transform: scale(1.02);
}

/* Boutons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.6);
    padding: 25px;
    border-radius: 50%;
}

/* Miniatures */
.thumbnail-container {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.thumbnail {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s ease;
    border: 2px solid transparent;
}

.thumbnail:hover {
    opacity: 1;
}

.thumbnail.active-thumb {
    opacity: 1;
    border: 2px solid #fff;
    transform: scale(1.05);
}





