/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    color: #000000;
    background: #051f30;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    ;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
    background-image: url("../images/brs.svg");
    background-repeat: no-repeat;
    background-size: fill;
    background-position: left top; /* aligns the image to the top left */
}
body::before {
    --size: 45px;
    --line: #fff;
    content: '';
    height: 100vh;
    width: 100vw;
    position: fixed;
    background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50% / var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50% / var(--size) var(--size);
    mask: linear-gradient(-20deg, transparent 64%, white);
    top: 0;
    transform-style: flat;
    pointer-events: none;
    z-index: -1;
}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow:0px 3px 16px 1px #C3001E70;
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.svg_section_main {
    width: 100%;
    position: relative;
}

.banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}


/* header section start */

.header_section {
    width: 90%;
    margin: auto;
    margin-left: 5%;
    float: left;
    top: 10px;
    border-radius: 50px;
    position: fixed;
    z-index: 99;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgb(0 0 0 / 10%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0px 3px 16px 1px #C3001E70;
    transition: transform 0.3s ease;
}

.header_section.hidden {
  transform: translateY(-110%);
}

.banner_bg svg {
    width: 100%;
    height: 100%;
}

.logo {
    width: 82%;
    float: left;
    position: relative;
}

.menu_main {}

.menu_main ul {
    margin: 0px;
    padding: 0px;
}

.menu_main li {
    font-size: 20px;
    color: #385a64;
    float: left;
}

.menu_main li a {
    color: #385a64;
    padding-left: 20px;
}

.bg-dark {
    background-color: rgba( 54, 14, 14, 0.5)!important;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menu {
    position: relative;
    left: 0px;
    cursor: pointer;
}

.shoping_bag {
    float: left;
    text-align: center !important;
    padding-left: 40px;
    padding-top: 8px;
}

.togle_3 {
    float: left;
    width: 70%;
}

.menu_text {
    position: absolute;
    right: 60px;
    top: 40px;}

.search_icon {
    width: 100%;
    float: left;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
}

.image_1 {
    width: 100%;
    float: left;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

.banner_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: white;
    margin-left: 0px;
}

.btn_main {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.contact_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}

.contact_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #212121;
    background-color: #ffffff;
    padding: 8px 5px;
    border-radius: 5px;
    text-align: center;
}

.contact_bt a:hover {
    color: #ffffff;
    background-color: #ff4f5a;
}

.contact_bt.active a {
    background-color: #ff4f5a;
    color: #fff;
}

.contact_bt_1 {
    width: 170px;
    float: left;
}

.contact_bt_1 a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #212121;
    background-color: #ffffff;
    padding: 8px 5px;
    border-radius: 5px;
    text-align: center;
}

.contact_bt_1 a:hover {
    color: #ffffff;
    background-color: #ff4f5a;
}

.contact_padding {
    padding-right: 15px;
}


/* banner section end */


/* services section start */

.services_section {
    width: 100%;
    position: relative;
    padding-bottom: 90px;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

.services_taital::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 80px;
    height: 3px;
    left: 160px;
    right: initial;
    margin: 0 auto;
    top: 28px;
}

.services_text {
    width: 38%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    padding-top: 50px;
    background: transparent;
    height: auto;
    padding-bottom: 50px;
}

.box_section_main {
    width: 100%;
    display: flex;
    position: relative;
}

.box_main {
    width: 100%;
    margin: 0px 10px
}

.images_1 {
    width: 100%;
    float: left;
    border: 4px solid #d3d3d3;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
}

.power_full_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #d3d3d3;
    text-align: center;
    padding-top: 20px;
}

.dummy_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #d3d3d3;
    text-align: center;
    margin: 0px;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #385a64;
    padding: 8px 5px;
    border-radius: 5px;
    margin-top: 30px;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #ff4f5a;
}

.read_bt.active a {
    color: #ffffff;
    background-color: #ff4f5a;
}

.services_section_2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 10px;
    right: initial;
    margin: 0 auto;
    background-image: url(../images/round-icon1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -220px;
}

.services_section_2::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: initial;
    right: 60px;
    margin: 0 auto;
    background-image: url(../images/round-icon2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0px;
}


/* services section end */


/* about section start */

.about_section {
    width: 100%;
    animation: relative;
    margin: 0 auto;
    background: transparent;
    padding-bottom: 50px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

.about_taital::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 80px;
    height: 3px;
    left: 180px;
    right: initial;
    margin: 0 auto;
    top: 28px;
}

.read_bt_1 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.read_bt_1 a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #ff4f5a;
    padding: 8px 5px;
    border-radius: 5px;
}

.read_bt_1 a:hover {
    color: #ffffff;
    background-color: #385a64;
}

.about_taital_main {
    padding-left: 50px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.images_main {
    width: 100%;
    display: flex;
}


/* about section end */


/* work section start */

.work_section {
    width: 100%;
}

.work_taital_main {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.work_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #385a64;
    text-align: center;
    font-weight: bold;
    position: relative;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px 0px;
}
.work_taita {
    width: auto;
    font-size: 50px;
    margin: auto;
    color: whitesmoke;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0px 100px 16px #C3001E70;
/*    background: rgba(255, 255, 255, 0.1);  Semi-transparent white */
    background: rgb(0 0 0 / 25%);
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light border */

    backdrop-filter: blur(15px);       /* Standard syntax */

    -webkit-backdrop-filter: blur(15px); /* For WebKit browsers */
    border-radius: 50px;
    padding: 10px 45px;
}

.work_taita:before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: -1;
    transform: translate(-50%);
    bottom: -5px;
    width: 0;
    height: 88px;
    background:  #C3001E70;
    border-radius: 10px;
    transition: .5s;
    transition-delay: .5;
}
.work_taita:hover:before {
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50px;}
    .work_taita:before {
        background: #C3001E70;
        box-shadow: 0 0 5px #C3001E70, 0 0 15px #C3001E70, 0 0 30px #C3001E70, 0 0 60px #C3001E70;
    }
.work_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: whitesmoke;
    text-align: center;
    position: relative;
}
/* For modern browsers */
input::placeholder {
    color: white;
  }
  textarea::placeholder {
    color: white;
  }
  /* For WebKit browsers (Safari, Chrome) */
  input::-webkit-input-placeholder {
    color: white;
  }
  
  /* For Firefox 19+ */
  input::-moz-placeholder {
    color: white;
  }
  
  /* For Internet Explorer 10-11 */
  input:-ms-input-placeholder {
    color: white;
  }
  
  /* For older Firefox versions */
  input:-moz-placeholder {
    color: white;
  }
  
.work_section_2 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 50px;
    z-index:9;
}

.account_section_left {
    width: 80%;
    margin: auto;
    padding: 25px 45px 0px 45px;
}

.account_section_right {
    width: 70%;
    float: left;
}

.create_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #C3001E;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    text-shadow: #000000d4 1px 0 10px;
}

.icon_1 {
    width: 50%;
    float: left;
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent white */

    border: 1px solid rgba(255, 255, 255, 0.3); /* Light border */

    backdrop-filter: blur(15px);       /* Standard syntax */

    -webkit-backdrop-filter: blur(15px); /* For WebKit browsers */
    padding: 30px;
    border-radius: 100px;
    box-shadow: 0px 3px 16px 1px #C3001E70;
    margin-left: 20px;
}

.lorem_text {
    font-family: 'Raleway';
    width: 100%;
    float: left;
    font-size: 16px;
    color: white;
    margin: 0px;
    text-align: center;
}

.read_bt_2 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.read_bt_2 a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #ff4f5a;
    padding: 8px 5px;
    border-radius: 5px;
    margin-top: 70px;
}

.read_bt_2 a:hover {
    color: #ffffff;
    background-color: #385a64;
}


/* work section end */


/* footer bg section start */

.footer_section_main {
    width: 100%;
    position: relative;
}

.footer_bg {
    position: absolute;
    top: 902px;
    left: 3px;
    width: 50%;
    height: 100%;
}


/* footer bg section end */


/* stories section start */

.stories_section {
    width: 100%;
    float: left;
    position: relative;
}

.stories_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: black;
    font-weight: bold;
    text-align: center;
}

.stories_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: whitesmoke;
    text-align: center;
    margin: 0px;
}

.stories_section_2 {
    width: 100%;
    float: left;
}

.image_box {
    width: 100%;
    float: left;
    background-color: transparent;
    box-shadow:0px 3px 16px 1px #C3001E70;
    height: 350px;
    border-radius: 10px;
    /* padding: 50px 20px; */
    overflow: hidden;
}

.image_6 {
    width: 100%;
    float: left;
    text-align: center;
}

.teration_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: white;
    text-align: center;
    font-weight: bold;
    padding-top: 40px;
}

.date_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: white;
    text-align: center;
    margin: 0px;
    padding-top: 10px;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
}

.image_box:hover {
    height: 100%;
}


/* stories section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
}

.testimonial_taital {
    width: 100%;
    font-size: 50px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center;
}

.testimonial_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    margin: 0px;
}

.testimonial_section_2 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-color: transparent;
    height: auto;
    margin-top: 50px;
    padding: 60px 30px 160px 30px;
}
.conteneur {
    padding: 20px;
    background: rgb(0 0 0 / 25%);
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light border */
    border-radius: 16px;
    backdrop-filter: blur(10px);       /* Standard syntax */
    -webkit-backdrop-filter: blur(10px); /* For WebKit browsers */
    color: #fff;
  }
.image_9 {
    width: 100%;
    text-align: center;
}

.client_name {
    width: 115px;
    font-size: 20px;
    color: #f0b016;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    border-bottom: 2px solid #f0b016;
    padding-top: 20px;
}

.lorem_ipsum_text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    font-family: Raleway;
    padding: 20px 40px 20px 40px;
}

.quote_icon {
    width: 100%;
    float: left;
    text-align: center;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -50px;
    top: 60%;
    color: #ffffff;
    border-color: #ff4f5a;

}

#main_slider a.carousel-control-next {
    position: absolute;
    right: -50px;
    top: 60%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    opacity: 1;
    font-size: 30px;
    border-radius: 50%;
    opacity: .5;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent white */

    border: 1px solid rgba(255, 255, 255, 0.3); /* Light border */

    backdrop-filter: blur(15px);       /* Standard syntax */

    -webkit-backdrop-filter: blur(15px); /* For WebKit browsers */
}


/* testimonial section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_main {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    font-family: Raleway;
}

.mail_section_1 {
    width: 45%;
    position: relative;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #363636;
    border: 0px;
    background: rgb(255 255 255 / 34%);
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light border */

    backdrop-filter: blur(15px);       /* Standard syntax */

    -webkit-backdrop-filter: blur(15px); /* For WebKit browsers */
    padding: 15px;
    border-radius: 50px;
    margin-top: 20px;
}

.massage-bt {
    color: #363636;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background: rgb(255 255 255 / 34%);
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light border */

    backdrop-filter: blur(15px);       /* Standard syntax */

    -webkit-backdrop-filter: blur(15px); /* For WebKit browsers */
    padding: 40px 15px 0px 15px;
    border: 0px;
    border-radius: 10px;
    height: 110px;
    margin-top: 20px;
}

.send_bt_1 {
    width: 150px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}

.send_bt_1 a {
    width: 100%;
    float: left;
    background-color: #ff4f5a;
    color: #fefeff;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 40px;
}

.send_bt_1 a:hover {
    background-color: #ffffff;
    color: #1e1e1e;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background: rgb(0 0 0 / 50%);    margin-top: 40px;
    padding-top: 0px;
    bottom: 0;
    position: relative;
    z-index: 999;
}

.subscribe_text {
    width: 100%;
    float: left;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
}

.mail_main {
    width: 60%;
    display: flex;
}

.email_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #878686;
    border: 0px;
    background-color: #ffff;
    padding: 6px 15px;
}

.right_arrow {
    width: 15%;
    background-color: #ff4f5a;
    padding: 10px 5px 0px 5px;
    text-align: center;
    color: #ffffff;
}

.right_arrow:hover {
    background-color: #878686;
    color: #ffffff;
}

.footer_taital_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.footer_logo {
    width: 100%;
    float: left;
}

.dummy_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 30px;
}

.useful_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fefefe;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li:hover::after {
    background-color: #ff4f5a;
}

.footer_menu li::after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 12px;
    width: 12px;
    left: 0px;
    justify-content: center;
    margin-top: 9px;
    margin-left: 15px;
    border-radius: 100px;
}

.addres_link {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-left: 28px;
}

.addres_link_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
}

.addres_link_1 a {
    color: #ffffff;
}

.addres_link_1 a:hover {
    color: #ff4f5a;
}

.discover_menu {
    width: 100%;
    float: left;
}

.discover_menu ul {
    margin: 0px;
    padding: 0px;
}

.discover_menu li {
    font-size: 16px;
    color: #ffffff;
}

.discover_menu li a {
    color: #ffffff;
}

.discover_menu li a:hover {
    color: #ff4f5a;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}

span.padding_left_20 {
    padding-left: 15px;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background: rgb(0 0 0 / 50%);
    height: auto;
    position: relative;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #ff4f5a;
}

.grow:hover{
  transform: scale(1.06)!important;
}
.grow{
  transition: all .2s ease-in-out;
}
.pricing-plan .price-wrap .plan-price {
    font-size: 62px;
    font-weight: 900;
}
.pricing-plan .price-wrap {
   color:whitesmoke;
    align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -ms-flex-align: end;
    -ms-flex-pack: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 0.7;
    margin: 0px 0 10px;
}
/* Section padding utilities */
.s-pt-50 > [class*="container"] {
  padding-top: 50px;
}
.s-pb-75 > [class*="container"] {
  padding-bottom: 75px;
}
.s-py-lg-75 > [class*="container"] {
  padding-top: 75px;
  padding-bottom: 75px;
}

/* Pricing section specific override (if any) */
.pricing a.btn.btn-outline-maincolor {
   box-shadow: 0px 3px 16px 1px #C3001E70;
    background: rgb(5 31 48);
    padding: 17px 35px;
    border: 3px solid #C3001E70;}
.pricing a.btn.btn-outline-maincolor:hover {
  background-color: #ff4a57;
  color: #222c35;
}
.pricing{
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}
/* Divider utilities */
.divider-55 {
  margin-top: 55px;
}
.divider-50 {
  margin-top: 50px;
}
.divider-30 {
  margin-top: 30px;
}

/* Pricing Plan */
.pricing-plan {
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 40px 40px 10px;
  text-align: center;
}

/* Bordered elements */
.bordered {
  border: 1px solid #e1e1e1;
}

/* Plan Name */
.pricing-plan .plan-name {
   background-color:  #00000070;
   margin: 0px -40px;
  padding: 30px 0;
}

/* Plan Features */
.pricing-plan .plan-features {
  margin: 50px 0 20px;
}

/* List bordered */
.list-bordered {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.list-bordered li {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color:whitesmoke;
  padding-bottom: 15px;
  padding-top: 14px;
}

/* Plan Button */
.pricing-plan .plan-button {
  position: relative;
  top: 40px;
}


/* Button Outline in Main Color */
.btn-outline-maincolor {
  border-color: #C3001E70;
  color: #fff;
}

/* Featured Pricing Plan */
.pricing-plan.plan-featured {
  border: 7px solid #C3001E70;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.pricing-plan.plan-featured .plan-name {
   background-color: #C3001E70;
}

/* Background Main Color */
.bg-maincolor {
  background-color: #ff4a57;
}

/* Small Text Utility */
.small-text {
  color: #ff4a57;
  text-shadow: #000000d4 1px 0 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.ds h3{
    color: rgb(255, 254, 254);
}
.ds .shadow-left{
    border:  solid #ffffff24; box-shadow: 38px -3px 80px 10px  #C3001E70;
}
.ds a {
    width: 100%;color: rgb(255, 255, 255);height: 100%;
}
.ds .shadow-mid{
   box-shadow: 2px 10px 91px 0px #C3001E70;
   border: solid 5px #C3001E70;} 
.ds .shadow-mid-top{
    background-color: #0a0d0f; box-shadow: 2px 29px 40px 15px  rgba(143, 142, 142, 0.1);
}
.ds .shadow-right{
    border:  solid #ffffff24; box-shadow: -40px -3px 80px 10px   #C3001E70;
}
#mid{
    z-index:9;
}
.bg-blob-1 {
    z-index: 0;
    width: 85rem;
    height: 70rem;
    background-image: radial-gradient(circle, #C3001E70, #0b0a0a00 55%);
    align-self: flex-end;
    position: fixed;
    top: -25rem;
    left: -30rem;
}
.bg-blob-2 {
    z-index: 0;
    width: 70rem;
    height: 70rem;
    background-image: radial-gradient(circle, #C3001E70, #0b0a0a00 55%);
    align-self: flex-end;
    position: fixed;
    bottom: -25rem;
    right: -25rem;
}
.plan-button a{
    width: 100%;
}
.ds .grow{
   border-radius: 1rem;
    background: rgb(0 0 0 / 25%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);}
.btn-price{
    padding-right: 20px;
    padding-left: 20px;

}
.containers{
        max-width: 90%;
    margin: auto;
}

@media (min-width: 1200px) {
    .sbeeve {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .sbeeve {
        max-width: 960px;
    }
    .right-one{
        margin-bottom: 80px;
    }
    .mid-one{
        margin-bottom:40px;
    }
}
@media (max-width: 768px) {
    .sbeeve {
        max-width: 720px;
    }
    .pricing a.btn.btn-outline-maincolor{
        padding:17px 30px;
    }
}
@media (max-width: 576px) {
    .sbeeve {
        max-width: 540px;
    }
}
.sbeeve {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
   .banner_taital {
      margin-top: 20%;
      font-size: 2.8rem;
      /* Ajuste selon besoin */
      font-weight: 700;
      line-height: 1.3;
      /* Espacement plus harmonieux */
      text-align: left;
      /* Centré ou aligné à gauche selon ton design */
   }

   .banner_text {
      font-size: 1.2rem;
      color: white;
      max-width: 600px;
      /* Garde un texte bien structuré */
   }
            .box_section_main {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
         }

         .box_main {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            text-align: center;
            min-height: 350px;
            padding: 20px;
            border: 1px solid #ddd;
            background: transparent;
            border-radius: 1rem;
         }