@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Roboto:wght@100;300;400;700&family=Montserrat:wght@700&display=swap');
body{
    position: relative;
    overflow-x: hidden;
    height: 100%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat',sans-serif;
}
.btn:focus{
    box-shadow: none;
}
p{
    font-family: 'Roboto',sans-serif;
    color: rgba(31, 34, 35, 0.76);
}
.fadeRight .wow .animate__animated .animate__fadeInRight{
    --animation-duration: 5s;
}
.global-div{
    position: relative;
    overflow-x: hidden;
}
.wrapper{
    position: relative;
}
.nav-fixed {
    position: fixed;
    background: #fff!important;
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
    top: -90px;
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: .5s;
    opacity: 0;
}
.nav-fixed.active {
    opacity: 1;
    top: 0;
}
.nav-fixed .btn-donate{
    background: transparent!important;
    color: #e22929!important;
    border: 1px solid #e22929!important;
}
.nav-fixed .btn-donate:hover{
    background: #e22929!important;
    color: #fff!important;
}
.topbar{
    position: relative;
    padding: 10px 20px;
    background: #191919;
    overflow: hidden;
    display: none;
}
.topbar p{
    font-size: 14px;
    color: #fff;
    padding-right: 20px;
    position: relative;
}
.topbar p::before,header .topbar a::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.212);
    right: 10px;
}
.topbar p .fas{
    color: #c70202;
    margin-right: 5px;
}
header .topbar p span{
    opacity: .6;
}
.topbar a{
    text-decoration: none;
    padding-right: 20px;
    color: #fff;
    position: relative;
}
.topbar a.login{
    padding-right: 0;
    z-index: 1;
}
.topbar a.login::before{
    width: 100%;
    height: 100px;
    background: #c70202;
    top: -20px;
    right: -50px;
    z-index: -1;
    transform: scaleX(1.9) skew(-15deg);
}
.navbar{
    padding: 10px 20px;
    background: #fff;
    transition: .5s;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.navbar.bg-white{
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.navbar .net-work{
    position: relative;
}
.navbar .navbar-brand{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s;
}
.navbar .navbar-brand img{
    width: 120px;
}
.navbar .nav-link{
    color: #191919;
    font-weight: 500;
    transition: .5s;
    font-size: 16px;
}
.nav-link:hover{
    color: #c70202!important;
}
.navbar .nav-link.active{
    color: #c70202;
}
.navbar.bg-white .nav-link{
    color: #000619;
}
.navbar.bg-white .nav-link.active{
    color: #c70202;
}
.navbar .btn{
    background: #c70202;
    color: #fff!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.navbar .btn:hover{
    background: #7e0303;
    color: #fff!important;
}
.navbar .btn:focus{
    background: #7e0303;
    color: #fff!important;
}
.banner{
    position: relative;
    height: 80vh;
    overflow: hidden;
}
@media only screen and (max-width: 600px) and (max-device-width:968px) {
  div#home {
    display: none;
  }
    div#home2 {
    display: inline;
  }
  .banner h2{
      margin-top:50%;
  }
  .banner h1{
      font-size:1rem;
  }
}
@media only screen and (min-width: 600px){
  div#home2 {
    display: none;
  }
}

.banner .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f2648;
    mix-blend-mode: multiply;
    opacity: .9;
}


.banner h2{
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.banner h2::before{
    content: '';
    position: absolute;
    left: 50%;
    height: 3px;
    width: 50%;
    background: #c70202;
    transform: translateX(-50%);
    bottom: -20px;
    border-radius: 5px;
}
.banner .container h1{
    color: #fff;
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: auto;
}
.banner .container h1 span{
    font-size: 72px;
    color: #fff;
}

@media (max-width:700px) {
    .banner .container{
        top:25%;
    }
    .banner .container h1{
        font-size: 2rem;
    }
    .about .card{
        display: block;
    }
}
@media (max-width:1024px) {
    .about .card{
        display: block;
    }
}

.banner p{
    color: #fff;
    font-size: 30px;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    opacity: .9;
    margin-bottom: 50px;
    line-height: 30px;
}
@media (max-width:1024px) {
    .banner p{
        font-size: 1rem;
        width:auto;
    }
}

.banner .btn{
    padding: 20px 45px;
    color: #fff;
    background: transparent;
    border-radius: 5px;
    transition: .5s;
    font-weight: 700;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border: 1px solid #fff;
}
.banner .btn:hover{
    background: #c70202;
    color: #fff;
    border-color: transparent;
}
.banner .btn-1{
    background: #c70202;
    border-color: transparent;
}
.banner .btn-1:hover{
    background: #7e0303;
}
.banner .carousel{
    height: inherit;
}
.banner .carousel-inner{
    height: inherit;
}
.banner .carousel-item{
    height: inherit;
    position: relative;
}
.banner .img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 1.5s;
    transform-origin: 0 90%;
    transform: scale(1.5);
}
.banner .carousel-item.active .img-cover{
    transform: scale(1);
}
.banner .carousel-control-prev, .banner .carousel-control-next{
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.banner .carousel-control-prev span, .banner .carousel-control-next span{
    background: none;
}
.banner .carousel-control-prev{
    left: 50px;
}
.banner .carousel-control-next{
    right: 50px;
}
.banner .carousel-control-prev::before, .banner .carousel-control-next::before{
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    left: 0;
    background: #fff;
    transition: .5s;
}
.banner .carousel-control-prev::after, .banner .carousel-control-next::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    left: 50%;
    transition: .5s;
}
.banner .carousel-control-prev::after{
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
}
.banner .carousel-control-prev:hover::after{
    transform: translateX(-22px) rotate(45deg);
}
.banner .carousel-control-next::after{
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    left: 15px
}
.banner .carousel-control-next:hover::after{
    transform: translateX(22px) rotate(45deg);
}
.banner .carousel .carousel-indicators{
    bottom: 50px;
}
.banner .carousel .carousel-indicators button{
    border: none;
    width: 10px;
    height: 10px;
    transition: .5s;
    margin: 7px;
}
.banner .carousel .carousel-indicators button.active{
    height: 1px;
    background: #c70202;
}
@keyframes box{
    0%{
        box-shadow: 0 0 0 0px #c7020267;
    }
    50%{
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.192);
    }
    75%{
        box-shadow: 0 0 0 20px #c7020267;
    }
    100%{
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.192);
    }
}
.banner .carousel-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.banner .carousel .num-carousel-item{
    position: absolute;
    z-index: 2;
    top: 70px;
    display: flex;
    right: 70px;
    font-size: 25px;
    color: #fff;
}
.banner .carousel .num-carousel-item .num-inf{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
}
.banner .carousel .num-carousel-item .num-inf::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    background: #fff;
    right: -10px;
    transform: rotate(25deg);
}
.banner .carousel .num-carousel-item .num-sup{
    color: rgba(255, 255, 255, 0.301);
    margin-top: 20px;
    margin-left: 7px;
}

#text-highlight{
    display: inline-block;
    position: absolute;
    top: calc(50% - 75px);
    /* left: 50%; */
    /* -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); */
    text-align: center;
    background-color: #ffd000;
    color: #000000;
    font-size: 30px;
    /* font-size: 1rem; */
    line-height: 20px;
    font-weight: 600;
    padding: 5px;
    height: auto;
    line-height: 10px;
    z-index: 1;
    overflow: hidden;
    /* margin-bottom: 2rem; */
}
#text-highlight h3{
    color: #7e0303;
    font-size: 1em;
    text-transform: uppercase;
}

#text-highlight2{
    display: inline-block;
    position: absolute;
    top: calc(50% - 5px);
    margin-top: 1rem;
    /* left: 50%; */
    /* -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); */
    text-align: center;
    background-color: #ff0000;
    color: #ebebeb;
    font-size: 30px;
    /* font-size: 1rem; */
    line-height: 20px;
    font-weight: 600;
    padding: 5px;
    height: auto;
    line-height: 10px;
    z-index: -1;
    overflow: hidden;
}
#text-highlight2 h4{
    color: #ebebeb;
    font-size: 1em;
    text-transform: uppercase;
}
.blink_me {
    animation: blinker 5s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  
  .blink_me2 {
    animation: blinker 7s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

.modal-content{
    background-color: rgba(255, 255, 255, 0.884);
    color: #000000;
    padding: 1rem;
    line-height: 2rem;
}
.modal-content p{
    color: #000000;
}

#backflag{
    background-repeat: no-repeat;
    background-size: 30%;
    /* left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); */
    opacity: 0.5;
    z-index: -1;
}

.block-card{
    position: relative;
    padding: 70px 0;
    z-index: 2;
}
.block-card .row{
    margin-top: -120px;
}
.block-card .card{
    border: none;
    box-shadow: 0 2px 27px rgba(0,0,0,0.05);
    padding: 25px 30px;
    overflow: hidden;
}
.block-card .card .icon{
    width: 40px;
    height: 40px;
    background: #c7020213;
    color: #c70202;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.block-card .card h4{
    font-size: 20px;
}
.block-card .card p{
    font-size: 15px;
}
.about{
    position: relative;
    padding: 50px 0;
    margin-bottom: 70px;
    /* background: #19191904; */
}
.about.about-sm{
    padding-top: 70px;
}
.about .card{
    border: none;
    box-shadow: 0 20px 27px rgba(0,0,0,0.05) ;
    width: 420px;
    height: 570px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    position: relative;
}
.about .card::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    background: #c702023d;
    z-index: -2;
}
.about .card img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.about .card .card-sm{
    position: absolute;
    width: 50%;
    height: 250px;
    bottom: -50px;
    right: -50px;
    padding: 10px;
}
.about h2{
    color: #c70202;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.about h1{
    font-size: 35px;
    color: #191919;
    font-weight: 700;
    margin-bottom: 20px;
}
.about p{
    line-height: 35px;
}
.about .btn{
    background: linear-gradient(-45deg,#c70202 0%,#9c00d9 70%);
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    transition: .5s;
}
.about .btn:hover{
    background-position: 200px 0;
}
.about .lg-bundel{
    padding: 20px 30px;
    background: #c70202;
    display: inline-block;
    width: 450px;
    border-right: 5px solid #191919;
}
.about .lg-bundel p{
    font-size: 14px;
    line-height: 25px;
}
.about .lg-bundel span{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: block;
}
.about .lg-bundel span .fas{
    width: 40px;
    height: 40px;
    background: #fff;
    color: #191919;
    text-align: center;
    line-height: 40px;
}
.parallax{
    position: relative;
    padding: 50px;
    background: url(../images/bg1.jpg);
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}
.parallax::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}
.parallax .container{
    position: relative;
    z-index: 1;
}
.parallax .container h1{
    color: #fff;
    font-size: 52px;
    margin-bottom: 20px;
}
.parallax .container p{
    color: #fff;
    font-size: 25px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width:700px){
    .parallax .container h1{
        font-size: 1.5rem;
        }
    .parallax .container p{
        font-size: 1rem;
        }
}
.p{
    width: 950px;
    padding: 50px 0;
    margin-left: auto;
    margin-right: auto;

}

.p p{
    color: #191919;
    text-align: center;
    font-size: 20px;
}

.service{
    position: relative;
    padding: 70px 0;
}
.service h2 {
    color: #c70202;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.service h1 {
    font-size: 2rem;
    color: #191919;
    font-weight: 700;
    margin-bottom: 50px;
}
.service .card{
    border: none;
    box-shadow: 0 2px 27px rgba(0,0,0,0.05);
    padding: 25px 30px;
    overflow: hidden;
}
.service .card .num{
    position: absolute;
    font-size: 70px;
    top: 0px;
    right: 20px;
    opacity: .2;
    font-weight: 700;
}
.service .card .icon{
    width: 60px;
    height: 60px;
    background: #c7020213;
    color: #c70202;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 25px;
}
.service .card h4{
    font-size: 20px;
}
.service .card p{
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
.service .container p{
    margin: auto;
    padding: auto;
}
@media(max-width:968px){
    .service .container p{
        width:350px;
        font-size:1rem;
    }
}
.block-allemagne{
    background: #191919;
}
.block-allemagne .col-lg-6{
    position: relative;
}
.block-allemagne .col-lg-6 .bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.block-allemagne .col-lg-6 .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.block-allemagne .col-lg-6 .bg .play-video{
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    color: #c70202;
    font-size: 22px;
    position: relative;
    z-index: 1;
}
.block-allemagne .col-lg-6 .bg .play-video::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #fff;
    z-index: -1;
    border-radius: 100%;
    animation: pulse 1.3s linear infinite;
}
.contact{
    padding: 70px 0;
}
.contact h2 {
    color: #c70202;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.contact h1 {
    font-size: 35px;
    color: #191919;
    font-weight: 700;
    margin-bottom: 50px;
}
.contact .card{
    border: none;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    padding: 70px 40px;
}
.contact input.form-control{
    height: 55px;
}
.contact .btn{
    background: #c70202;
    color: #fff;
    padding: 15px 45px;
    transition: .5s;
}
.contact .btn:hover{
    background: #7e0303;
}
.contact h4{
    color: #191919;
    margin-top: 100px;
}
.contact .fas{
    width: 30px;
    height: 30px;
    background: #c7020213;
    color: #c70202;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 5px;
}
.contact p{
    font-size: 18px;
    line-height: 40px;
}
@-webkit-keyframes pulse {
    0%{
        transform: scale(1); 
        opacity: 1;
    }
    50%{
        transform: scale(1.5); 
        opacity: 0;
    }
    100%{
        transform: scale(1); 
        opacity: 0;
    }
}
@keyframes pulse {
    0%{
        transform: scale(1); 
        opacity: 1;
    }
    50%{
        transform: scale(1.5); 
        opacity: 0;
    }
    100%{
        transform: scale(1); 
        opacity: 0;
    }
}
.block-allemagne .text-star{
    padding: 70px;
}
.block-allemagne h1{
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
}
.block-allemagne p{
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}
.block-bundel{
    position: relative;
    padding: 50px 0;
    background: #191919;
}
.block-bundel h1{
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.block-bundel .card{
    border: none;
    border-radius: 0;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
}
.block_1{
    position: relative;
    padding: 100px 0;
    z-index: 2;
    background: #191919;
}
.block_1 .img-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    opacity: .1;
    left: 0;
}
.block_1 h1{
    color: #fac211;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.block_1 h1::before{
    content: '';
    position: absolute;
    width: 25%;
    height: 5px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -35%;
    border-radius: 5px;
}
.block_1 h1::after{
    content: '';
    position: absolute;
    width: 25%;
    height: 5px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -35%;
    border-radius: 5px;
}
.block_1 p.sm-text{
    color: #fff;
    opacity: .7;
    margin-bottom: 50px;
    position: relative;
    font-size: 25px;
    font-weight: 300;
}
.block_1 p.sm-text::before{
    content: '';
    position: absolute;
    width: 5%;
    height: 2px;
    background: #c70202;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: -10px;
}
.block_1 .container .row{
    display: flex;
    margin-top: 2rem;
}
.block_1 .paragraph{
    position: relative;
    padding: auto;
    color: #fff;
    width: 350px;
}
.block_1 .container .text-center p{
    margin: auto;
    margin-bottom: 2rem;
}

.block_1 .card{
    position: relative;
    box-shadow: 0 20px 27px rgba(0,0,0,0.05);
    border-radius: 10px;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
    padding: 30px 30px;
    border: none;
    background: rgba(255, 255, 255, 0.075);
    overflow: hidden;
    transform: translateY(0px);
    transition: .5s;
}
.block_1 .card:hover{
    transform: translateY(-10px);
}
.block_1 .card::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 50px;
    background: #fac211;
    top: -10px;
    left: -50px;
    transform: rotate(-45deg);
}
.block_1 .card::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 50px;
    background: #fac211;
    bottom: -10px;
    right: -50px;
    transform: rotate(-45deg);
}
.block_1 .card a{
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.377);
    border: 1px solid #fff;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 20px;
    transition: .5s;
}
.block_1 .card a:hover{
    background: #fff;
    color: #191919;
}
.block_1 .logo{
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100%;
    border: 2px solid #fac211;
    padding: 10px;
    transform: rotate(0);
    transition: .5s;
}
.block_1 .card:hover .logo{
    transform: rotate(360deg);
}
.block_1 .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100%;
}
.block_1 .card .card-body{
    position: relative;
}
.block_1 .card h4{
    font-size: 18px;
    color: #fac211;
    margin-bottom: 10px;
}
.block_1 .card p{
    font-size: 14px;
    color: #fff;
    opacity: .8;
}
.block_1 .card .btn{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .5s;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.btn-secondary{
    background-color: #fac211;
}

.block_1 .card:hover .btn{
    opacity: 1;
    visibility: visible;
}
.block_1 .card .btn:hover{
    background: #c70202;
    color: #fff;
    border-color: #c70202;
}
.block_2{
    position: relative;
    background: #fff;
    padding: 150px 0;
}
.block_2 h1{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #191919;
    padding-right: 150px;
}
.block_2 h2{
    color: #c70202;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.block_2 ul{
    padding-left: 0;
    list-style: none;
}
.block_2 ul li{
    position: relative;
    padding-left: 50px;
}
.block_2 ul li h5{
    color: #191919;
}
.block_2 ul li p{
    padding-right: 220px;
}
.block_2 ul li .fas{
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #c70202;
    left: 0px;
}
.block_2 p.mb-4{
    padding-right: 120px;
}
.block_2 .card {
    border: none;
    box-shadow: 0 20px 27px rgba(0,0,0,0.05);
    width: 520px;
    height: 470px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    position: relative;
}
.block_2 .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(45deg);
    z-index: -2;
    background: #c70202;
}
.block_2 .card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(65deg) scale(1.09);
    z-index: -2;
    background: rgb(250, 194, 17,0.373);
}
.block_2 .card img{
    height: 100%;
    object-fit: cover;
}
.block_3{
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #c70202;
}
.block_3 .img-cover{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
}
.block_3 h2{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.block_3 h1{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.block_3 .avatar{
    position: relative;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 100%;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
.block_3 .avatar::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#c70202 0%,#9c00d9);
    border-radius: 100%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.4);
    top: 50%;
}
.block_3 .avatar::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.2);
    top: 50%;
}
.block_3 .avatar img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 1;
    position: relative;
    object-fit: cover;
}
.block_3 p{
    font-size: 22px;
    color: #fff;
    opacity: .8;
    padding: 20px 150px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
}
.block_3 h5{
    color: #fff;
    position: relative;
    z-index: 2;
}
.block_3 span{
    color: #fc7303;
    position: relative;
    z-index: 2;
}
.block_3 .card{
    border: none;
    padding: 50px 0;
    border-radius: 0;
    z-index: 1;
    position: relative;
    background: transparent;
    margin-top: 30px;
}
.block_3 .card:hover{
    cursor: grab;
}
.block_3 .card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top left,rgba(255, 255, 255, 0.075),rgba(255, 255, 255, 0.171));
    backdrop-filter: blur(10px);
}
.block_3 .card .circle{
    position: absolute;
    width: 100px;
    height: 100px;
    background: linear-gradient(-45deg,#c70202 0%,#9c00d9 70%);
    z-index: -1;
    filter: blur(4px);
    border-radius: 100%;
}
.block_3 .card .circle:nth-child(1){
    top: -20px;
    left: -20px;
}
.block_3 .card .circle:nth-child(2){
    bottom: -20px;
    right: -20px;
}
.block_3 .card .quote{
    position: absolute;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.219);
    z-index: 2;
}
.block_3 .card .quote1{
    left: 70px;
    top: 70px;
}
.block_3 .card .quote2{
    right: 70px;
    bottom: 70px;
}
.block_3 .owl-carousel .owl-wrapper-outer{
    padding-bottom: 50px;
}
.block_3 .item{
    background: transparent;
}
.block_2 .btn{
    background: linear-gradient(-45deg,#c70202 0%,#9c00d9 70%);
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    transition: .5s;
}
.block_2 .btn:hover{
    background-position: 200px 0;
}
.block_4{
    position: relative;
    padding: 100px 0;
    background: #191919;
}
.block_4 .paragraph {
    position: relative;
    padding: 0 350px;
    margin-bottom: 30px;
    color: #fff;
}
.block_4 h2{
    color: #fff;
    font-size: 18px;
    margin-top: 70px;
    font-size: 25px;
    margin-bottom: 20px;
}
.block_4 h1{
    color: #c70202;
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.block_4 h1::before {
    content: '';
    position: absolute;
    width: 25%;
    height: 5px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -35%;
    border-radius: 5px;
}
.block_4 h1::after {
    content: '';
    position: absolute;
    width: 25%;
    height: 5px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -35%;
    border-radius: 5px;
}
.block_4 .card{
    position: relative;
    border: none;
    padding: 30px 50px;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 20p 27px rgba(0,0,0,0.05);
}
.block_4 .card .content h5{
    color: #fff;
    position: absolute;
    background: #c70202;
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 25px;
    top: 30px;
    left: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 70px;
}
.block_4 .card.card-bg .content h5{
    background: #fff;
    color: #c70202;
}
.block_4 .card p{
    color: rgba(255, 255, 255, 0.349);
    font-size: 14px;
}
.block_4 .card-bg{
    background: #c70202;
}
.block_4 .card .fas{
    margin-right: 5px;
}
.block_4 .card.card-bg p{
    color: rgba(255, 255, 255, 0.863);
    font-size: 14px;
}
.block_4 .card .content a{
    padding: 20px 40px;
    display: block;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 20px 27px rgba(0,0,0,0.1);
    color: #191919;
    font-weight: 600;
}
.block_4 .card-logo img{
    width: 100%;
}
.block_6 .card .btn:hover{
    background-position: 250px 0;
}
footer{
    padding: 50px;
    background: #f7f6f6;
    padding-bottom: 20px;
}
footer .text-info p{
    position: relative;
    color: #fff;
    padding-left: 70px;
    line-height: 40px;
    font-size: 20px;
}
footer .text-info p .fas{
    position: absolute;
    font-size: 25px;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
footer .net-work{
    position: relative;
    margin-bottom: 20px;
}
footer .net-work a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.212);
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    color: #191919;
    transition: .5s;
    border-radius: 5px;
}
footer .net-work a:hover{
    background:#c70202;
    color: #fff;
}
footer a.logo{
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
footer a.logo img{
    width: 100%;
}
.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 60000;
    background: #fff;
    transition: .5s;
}
.loading.complete{
    opacity: 0;
    visibility: visible;
    z-index: -1;
}
#loader {
    animation: animate2 1.5s linear infinite;
    clip: rect(0, 80px, 80px, 40px); 
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    z-index: 5000;
  }
  @keyframes animate2 {
    0% { 
      transform: rotate(0deg)
    }
    100% { 
      transform: rotate(220deg)
    }
  }
  #loader:after {
    animation: animate3 1.5s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content:'';
    border-radius: 50%; 
    height: 80px;
    width: 80px;
    position: absolute; 
  } 
  @keyframes animate3 {
    0% {
      box-shadow: inset #c70202 0 0 0 17px;
      transform: rotate(-140deg);
    }
    50% {
      box-shadow: inset #191919 0 0 0 2px;
    }
    100% {
      box-shadow: inset #c70202 0 0 0 17px;
      transform: rotate(140deg);
    }
  }
  
.block_7{
    position: relative;
    padding: 70px 0;
    background: #19191904;
    overflow: hidden;
    padding-bottom: 150px;
}
.block_7 .card{
    border: none;
    border-radius: 0;
    position: relative;
    background: transparent;
    z-index: 1;
    height: 350px;
}
.block_7 .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_7 .content{
    position: absolute;
    background: #191919;
    width: 90%;
    left: 50%;
    bottom: -90px;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 15px 0;
    line-height: 15px;
    box-shadow: 0 20px 27px rgba(0,0,0,0.05);
    border-right: 5px solid #191919;
}
.block_7 .content h4{
    color: #fff;
    font-size: 20px;
}
.block_7 .content p{
    margin-bottom: 0;
    color: #c70202;
}
.block_7 h2{
    font-size: 18px;
}
.block_7 h1{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #191919;
    position: relative;
    display: inline-block;
}
.block_7 h1::before {
    content: '';
    position: absolute;
    width: 25%;
    height: 5px;
    background: #c70202;
    top: 50%;
    transform: translateY(-50%);
    left: -35%;
    border-radius: 5px;
}
.block_7 h1::after {
    content: '';
    position: absolute;
    width: 25%;
    height: 5px;
    background: #c70202;
    top: 50%;
    transform: translateY(-50%);
    right: -35%;
    border-radius: 5px;
}
.block_7 .paragraph {
    position: relative;
    padding: 0 350px;
    margin-bottom: 30px;
}
.btn:hover {
    background-position: 200px 0!important;
}
.menu-toggle{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10%;
    right: 20px;
    background: #fff;
    border-radius: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.menu-toggle span{
    width: 30px;
    height: 2px;
    background: #191919;
    margin: 2px;
    border-radius: 5px;
    transition: .5s;
    opacity: 1;
    display: block;
}
.menu-toggle.active span:last-child{
    opacity: 0;
}
.menu-toggle.active span{
    margin: 0;
}
.menu-toggle.active span:first-child{
    transform: rotate(-45deg);
}
.menu-toggle.active span:nth-child(2){
    transform: rotate(45deg);
}
.full-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    padding-top: 70px;
}
.full-menu.active{
    z-index: 30000;
    opacity: 1;
}
.full-menu::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #191919;
    top: 0;
    left: 0;
    transform-origin: top;
    transform: scaleY(0);
    transition: .5s ease-in-out;
}
.full-menu.active::before{
    transform: scaleY(1);
}
.full-menu::after{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #191919;
    top: 0;
    right: 0;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: .5s ease-in-out;
}
.full-menu.active::after{
    transform: scaleY(1);
}
.full-menu .close-menu{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    background: #c70202;
    z-index: 1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transform: scale(0);
    transition: .5s;
    cursor: pointer;
}
.full-menu.active .close-menu{
    transform: scale(1);
    opacity: 1;
    transition-delay: .5s;
}
.full-menu .close-menu span{
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
}
.full-menu .close-menu span:first-child{
    transform: rotate(-45deg);
}
.full-menu .close-menu span:last-child{
    transform: rotate(45deg);
    cursor: pointer;
}
.full-menu .content{
    position: relative;
    z-index: 2;
    padding: 0 50px;
}
.full-menu .content h1{
    color: #c70202;
    margin-bottom: 20px;
}
.full-menu .content ul{
    padding-left: 0;
    list-style: none;
}
.full-menu .content ul li{
    width: 100%;
    display: block;
}
.full-menu .content ul li a{
    width: 100%;
    display: block;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    padding-bottom: 20px;
    transition: .5s;
}
.full-menu .content ul li a:hover,.full-menu .content ul li a.active{
    color: #c70202;
}
.full-menu .content p{
    color: rgba(255, 255, 255, 0.452);
    font-weight: 400;
}
.full-menu .content p .fas{
    width: 30px;
    height: 30px;
    background: #fff;
    color: #191919;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    font-size: 15px;
    margin-right: 7px;
}
.full-menu .content .net-work a{
    margin: 20px;
    color: #fff;
    font-size: 22px;
}
.banner.banner-sm{
    height: 350px;
}
.banner.banner-sm::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}
.block_formulaire{
    position: relative;
    padding: 70px 0;
    background: #19191904;
}
.block_formulaire.block_connexion{
    height: auto;
}
.block_formulaire.block_connexion::before{
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    background: #191919;
    top: 0;
    left: 0;
}
.block_formulaire.block_connexion::after{
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    background: url(../images/bg-7.jpg);
    background-size: cover;
    opacity: .2;
    top: 0;
    left: 0;
}
.block_formulaire.block_connexion .card{
    margin-top: 0;
}
.block_formulaire .card{
    border: none;
    box-shadow: 0 20px 27px rgba(0,0,0,0.05);
    padding: 50px 70px;
    margin-top: -120px;
}
.block_formulaire .card .form-control{
    height: 55px;
}
.block_formulaire .card .form-control::placeholder{
    opacity: .6;
}
.block_formulaire .card label{
    margin-bottom: 10px;
    color: #191919;
    font-weight: 600;
    font-size: 14px;
    opacity: .8;
}
.block_formulaire h2{
    color: #064661;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}
.block_formulaire h4{
    color: #191919;
    font-size: 18px;
    margin-bottom: 10px;
}
.block_formulaire .btn{
    border: 1px solid #c70202;
    width: 100%;
    padding: 20px 0;
    margin-top: 30px;
    font-weight: 700;
    transition: .5s;
}
.block_formulaire .btn:hover{
    background: #c70202;
    color: #fff;
}
.block_formulaire.block_connexion .btn-ins{
    margin-top: 0px;
    border: none;
    background: #19191904;
}
.block_formulaire.block_connexion .btn-ins:hover{
    background: #191919;
}
.block_formulaire.block_connexion .content-text{
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
    width: 40%;
}
.block_formulaire.block_connexion .content-text h1{
    color: #c70202;
    margin-bottom: 20px;
}
.block_formulaire.block_connexion a{
    text-decoration: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 576px){
    .block_formulaire.block_connexion::before,.block_formulaire.block_connexion::after,.block_formulaire.block_connexion .content-text{
        display: none;
    }
    .block_formulaire{
        padding: 50px 0;
    }
    .block_formulaire h2{
        font-size: 22px!important;
    }
    .block_formulaire .card{
        padding: 50px 30px;
    }
    .block_formulaire h4{
        margin-top: 20px;
    }
    .block_formulaire .col-lg-8{
        border: none!important;
    }
    .navbar .btn{
        margin-top: 10px;
    }
    .nav-fixed{
        top: -200px;
    }
    .topbar p{
        display: none;
    }
    .navbar .navbar-brand{
        font-size: 10px;
    }
    .navbar .navbar-brand .logo div span{
        font-size: 10px;
    }
    .menu-toggle{
        display: flex;
        
    }
    .navbar{
        padding: 10px 0px;
    }
    .navbar .net-work{
        margin-right: 0px!important;
    }
    .navbar .net-work .btn{
        font-size: 10px!important;
    }
    .banner .container h1 {
        font-size: 35px;
        padding-right: 0px;
        line-height: 50px;
    }
    .banner .container h1 span {
        font-size: 35px;
    }
    .banner .btn{
        font-size: 10px;
    }
    .banner .carousel .circle {
        transform: rotate(-10deg) scale(.6);
    }
    .banner .carousel-control-prev, .banner .carousel-control-next {
        width: 50px;
        height: 50px;
        top: 90%;
        transform: translateY(0%);
        z-index: 2;
    }
    .banner .carousel-control-prev{
        left: 18px;
    }
    .banner .carousel-control-next{
        right: 30px;
    }
    .block-bundel h1{
        font-size: 22px;
    }
    .block-bundel .card{
        height: auto;
        width: auto;
    }
    .about{
        padding: 70px 0;
    }
    .about .card {
        width: auto;
        height: 335px;
        margin-top: 50px;
    }
    .about h2{
        margin-top: 70px;
    }
    .about h1 {
        font-size: 25px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .about p{
        padding-right: 0;
    }
    .about .lg-bundel{
        width: auto;
    }
    .block_1{
        padding: 70px 0;
    }
    .block_1 .paragraph{
        padding: 0;
    }
    .block_1 .card{
        width: inherit;
        margin-bottom: 20px;
    }
    .block_2{
        padding: 70px 0;
    }
    .block_2 h1 {
        font-size: 25px;
        padding: 0;
    }
    .block_2 p {
        padding: 0!important;
    }
    .block_2 .card{
        width: auto;
        height: 350px;
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .block_4{
        padding: 70px 0;
    }
    .block_4 .paragraph{
        padding: 0;
    }
    .block_4 h1 {
        font-size: 25px;
    }
    .block_2 h2 {
        font-size: 20px;
    }
    .block_2 h2 span{
        font-size: 28px;
        font-family: 'Montserrat',sans-serif;
        font-weight: 700;
        margin-top: 30px;
    }
    .block_4 .card {
        margin-bottom: 30px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .block_7 .text-star {
        padding: 50px 30px;
    }
    .block_7 h1 {
        font-size: 23px;
    }
    .block_7 .paragraph{
        padding: 0;
    }
    .block_7 .card{
        margin-bottom: 50px;
    }
    .block_3 h1 {
        font-size: 25px;
        font-weight: 700;
    }
    .block_3 p {
        font-size: 15px;
        color: #fff;
        opacity: .8;
        padding: 6px 13px;
        font-family: 'Roboto',sans-serif;
    }
    
    footer{
        padding: 50px 0;
        padding-bottom: 20px;
    }
    footer .text-info {
        position: relative;
        flex-direction: column;
    }
    footer .contact-info p{
        margin-bottom: 0;
    }
}
@media only screen and (min-device-width: 577px) and (max-device-width:768px){
    .menu-toggle{
        display: flex;
    }
    header .navbar{
        padding: 20px 0px;
    }
    .navbar .net-work{
        margin-right: 0px!important;
    }
    .banner .container h1 {
        font-size: 45px;
        padding-right: 0px;
        line-height: 50px;
    }
    .banner .arrow {
        bottom: 40px;
        font-size: 18px;
        width: 40px;
        height: 80px;
    }
    .banner .block-img {
        position: absolute;
        z-index: 2;
        top: 62%;
        transform: translateY(-50%);
        right: auto;
        left: 270px;
    }
    .banner .play-video {
        width: 70px;
        height: 70px;
        font-size: 18px;
    }
    .block_1 .card{
        width: auto;
    }
    .block_1 .row {
        margin-top: -180px;
    }
    .about .card{
        width: auto;
        height: 410px;
    }
    .about h1{
        font-size: 27px;
        padding-right: 0;
    }
    .about p{
        padding-right: 0;
    }
    .about .card-sm {
        width: 70px;
        height: 70px;
        right: -30px;
        font-size: 25px;
    }
    .about .svg:nth-child(2) {
        right: 90px;
        bottom: 0;
    }
    .about .svg:nth-child(1) {
        right: 90px;
        top: -70px;
    }
    .block_2 p {
        padding: 0 120px;
    }
    .block_4 .card {
        margin-bottom: 30px;
    }
    .block_8 .card {
        margin-bottom: 30px;
    }
    .block_3 p {
        font-family: 'Roboto',sans-serif;
        padding: 20px 98px;
    }
    .block_5 .svg:nth-child(1) {
        left: 580px;
    }
    .block_5 .card {
       margin-bottom: 30px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width:992px){
    .menu-toggle{
        display: flex;
    }
    .navbar{
        padding: 20px 0px;
    }
    .navbar .navbar-brand{
        font-size: 10px;
    }
    .navbar .net-work{
        margin-right: 0px!important;
    }
    .banner .container h1 {
        font-size: 45px;
        padding-right: 0px;
        line-height: 50px;
    }
    .banner .arrow {
        bottom: 40px;
        font-size: 18px;
        width: 40px;
        height: 80px;
    }
    .banner .block-img {
        position: absolute;
        z-index: 2;
        top: 62%;
        transform: translateY(-50%);
        right: auto;
        left: 270px;
    }
    .banner .play-video {
        width: 70px;
        height: 70px;
        font-size: 18px;
    }
    .block_1 .row {
        margin-top: -180px;
    }
    .block_1 .card{
        width: auto;
    }
    .about .card{
        width: auto;
        height: 410px;
    }
    .about h1{
        font-size: 27px;
        padding-right: 0;
    }
    .about p{
        padding-right: 0;
    }
    .about .card-sm {
        width: 70px;
        height: 70px;
        right: -30px;
        font-size: 25px;
    }
    .about .svg:nth-child(2) {
        right: 90px;
        bottom: 0;
    }
    .about .svg:nth-child(1) {
        right: 90px;
        top: -70px;
    }
    .block_2 p {
        padding: 0 120px;
    }
    .block_3 p {
        font-family: 'Roboto', sans-serif;
        padding: 20px 90px;
    }
    .block_5 .svg:nth-child(1) {
        left: 580px;
    }
    .block_5 .card {
       margin-bottom: 30px;
    }
    .block_4 .card {
        margin-bottom: 30px;
    }
    .block_8 .card {
        margin-bottom: 30px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width:1221px){
    

}
@media only screen and (min-device-width: 1222px) and (max-device-width:1280px){
    .banner .container h1 {
        color: #fff;
        font-size: 50px;
    }
    .block_7 .card img {
        width: 80%;
    }
}
@media (max-device-width:600px){
    #flotant{
        width:auto;
        font-size:1rem;
    }
}
