*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body
{
    font-family:"Poppins-SemiBold, Poppins";
}
.grayColorPrag
{
    color: rgba(143,143,143,1);
}
.ColorHeading
{
    color: rgba(59,58,58,1);
}
.min-color
{
    color: #ff6057;
}
.min-colorBg
{
    background-color: #ff6057;
}
.graColorBg
{
    background-image: linear-gradient(to bottom right, #ff6057, #b5179e);
}
.graColor
{
    color: #b5179e;
}
/*Start Header*/
#header
{
    background-image: url(../images/header.PNG);
    background-position: center center;
    background-size: cover;
    height: 100vh;
}
.heder-contnt h1
{
    font-weight: 700;
}
.hrader-img img
{
    border-radius: 10px;
}
#header .btn
{
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 0.3rem 1rem;
    border-radius: 10px;
}
@media only screen and (max-width: 600px) {
    .header-left  {
      padding-top: 0.5rem !important;
      
    }
    #header {
        padding-bottom: 0% !important;
        margin-bottom: 0% !important;
    }
  }
/*End Header*/

/*Start Navbar*/
#navContainer
{
    width: 75%;
    transition: all 1s;
}
#main-nav
{
    background-color: transparent;
    transition: all 1s;
}
.navbar li a
{
    color: #fff !important;
}
.navbar-brand 
{
    font-size: 2.3rem !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.btn-nav
{
   border-radius: 9px !important;
   padding: 0.3rem 2rem;
}
/*End Navbar*/

.hederBottomItem
{
    padding: 0;
}

/*Start Section2*/
.section2-text h3
{
    cursor: pointer;
}
.section2-text h2
{
    font-weight: bold;
    font-size: 38px;
}
.section2-text h2::before
{
    content: "";
    width: 5rem;
    height: 3px;
    position: absolute;
    left: 00%;
    top: -13%;
    background-color: #ff6057;
}
#section2 h3
{
    transition: all 1s;
}
#section2 h3:hover
{
    transform: translatex(15px);
}
.fa-arrow-right
{
    color: #ff6057;
    font-size: 1.4rem;
    padding-left: 1.5rem;
}
.section2-icons h4::before
{
    content: "";
    width: 5rem;
    height: 3px;
    position: absolute;
    bottom: -7%;
    left: 0;
    background-color: #ff6057;
}
.scale /*/////////////////Scale//////////////*/
{
    background-color: rgba(241,41,30,1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    transition: all 0.5s;
}
.scale svg #Icon_simple-boost
{
    transition: all 0.5s;
}
.scale:hover svg #Icon_simple-boost
{
    fill:rgba(241,41,30,1) ;
}
.scale:hover 
{
    background-color: rgb(216, 210, 210) ;
}
.bootstrap /*///////////Bootstrap/////////////*/
{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: rgba(54,197,173,1);
    transition: all 0.5s;
}
.bootstrap svg #Icon_awesome-bootstrap
{
    transition: all 0.5s;
}
.bootstrap:hover svg #Icon_awesome-bootstrap
{
    fill: rgba(54,197,173,1);
}
.bootstrap:hover
{
    background-color: rgb(216, 210, 210) ;
}
.section2-icons .certification
{
    border-radius: 50%;
    background-color: rgb(86, 230, 91);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    transition:  all 0.5s;
}
.certification svg #Tracé_2
{
    transition: all 0.5s;
}
.certification:hover svg #Tracé_2
{
    fill: rgb(86, 230, 91);
}
.certification:hover
{
    background-color: rgb(216, 210, 210) ;
}
.quality
{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: rgba(203,75,248,1) ;
    transition: all 0.5s;
}
.quality:hover
{
    background-color: rgb(216, 210, 210) ;
}
.quality:hover svg #Icon_material-high-quality
{
    fill: rgba(203,75,248,1);
}
.quality svg #Icon_material-high-quality
{
    transition: all 0.5s;
}
/*End Section2*/


/*Start Section3*/
.section3-contnt h3
{
    cursor: pointer;
    transition: all 1s;
}
.section3-contnt h3:hover
{
    transform: translateX(15px);
}
.section3-contnt h2
{
    font-weight: bold;
    font-size: 38px;
}
.section3-contnt h2::before
{
    content: "";
    width: 5rem;
    height: 3px;
    position: absolute;
    left: 00%;
    top: -10%;
    background-color: #ff6057;
}
@media only screen and (max-width: 600px) {
    .section3 {
      padding-bottom: 0 !important;
    }
    .section3-contnt {
        padding-left: 0.3rem !important;
    }
  }
/*End Section3*/
/*Start Section4*/
.skitter .info_slide_dots .image_number
{
    background-color: #ff6057;
}
#section4 h4
{
    font-size: 28px;
}
#section4 h2
{
    font-size: 60px;
}
#section4 p
{
    line-height: 25px;
}
@media only screen and (max-width: 600px) {
    #section4 {
      padding-top: 0 !important;
    }
  }
/*End Section4*/

/*Start section5*/
.section5-contnt h3
{
    cursor: pointer;
    transition: all 1s;
}
.section5-contnt h3:hover
{
    transform: translateX(15px);
}
.section5-contnt h2
{
    font-weight: bold;
    font-size: 38px;
}
.section5-contnt h2::before
{
    content: "";
    width: 5rem;
    height: 3px;
    position: absolute;
    left: 00%;
    top: -10%;
    background-color: #ff6057;
}
@media only screen and (max-width: 600px) {
    .section5-contnt {
      padding-left: 0.3rem !important;
    }
  }
/*End Section5*/

/*Start Section6*/
.section6-left h2
{
    font-weight: bold;
    font-size: 38px;
    line-height: 49px;
}
.section6-left .btn
{
    border-radius: 20px;
    padding: 0 2.4rem;
    font-weight: bold;
    font-size: 16px;
    line-height: 60px;
}
.section6-right h3
{
    font-weight: bold;
    font-size: 24px;
    padding-left: 1rem;
}
.section6-right p
{
    padding-left: 1rem;
    padding-top: 1rem;
}
.section6-right .spa
{
    font-weight: bold;
    font-size: 24px;
    padding: 1rem !important;
    position: relative;
    width: 3rem !important;
    height: 3rem !important;
}
.section6-right .spa::after
{
    content: "";
    background-color: rgba(188,188,188,1);
    width: 3px;
    height: 4rem;
    position: absolute;
    top: 120%;
    left: 50%;
}
@media only screen and (max-width: 600px) {
    .section6-right .spa::after {
        position: absolute;
        top:50%;
        left: 120%;
        width: 6rem;
        height: 3px;
    }
  }
/*End Section6*/

/*Start Section7*/
.section7-contnt
{
    transition: all 1s;
}
.section7-contnt:hover
{
    transform: translateY(-30px);
}
.section7-contnt h2
{
    font-weight: bold;
    font-size: 46px;
}
.section7-contnt h6
{
    font-weight: bold;
    font-size: 20px;
    color: rgba(59,58,58,1);
}

/*End Section7*/

/*Start Section8*/
.carousel-inner
{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.carousel-inner img
{
    border-radius: 15px;
}
.carousel-indicators li 
{
    width: 15px;
    height: 15px;
    background-color: gray !important;
    border-radius: 50%;
}
.carousel-indicators  .active
{
    background-color: #ff6057 !important;
}
.carousel-indicators
{
    bottom: -10%;
}
@media only screen and (max-width: 600px) {
    #section8 .carousel-indicators {
        bottom: -5%;
    }
    #section8 .carousel-contnt {
        text-align: center;
    }
  }
.section8-left .btn
  {
      border-radius: 20px;
      padding: 0 2.4rem;
      font-weight: bold;
      font-size: 16px;
      line-height: 60px;
  }

.carousel-item img
{
    width: 150px !important;
}
@media only screen and (max-width: 600px) {
    .section8-left {
      padding-top: 1.5rem !important;
      padding-left: 0.5rem !important;
    }
  }
/*End Section8*/

/*Start Footer*/
footer
{
    background-color: rgba(51,51,51,1);
    height: 50vh;
}

@media only screen and (max-width: 600px) {
    footer {
      height: 110vh;
    }
  }


.footer-item h2
{
    font-size: 48px;
} 
.footer-item p
{
    line-height: 28px;
    font-size: 18px !important;
} 
.footer-item h6
{
    line-height: 25px;
    font-size: 19px;
}
.btn1
{
    position: relative;
    height: 56px;
}
.btn1 input
{
    position: relative;
    width: 210px;
    height: 50px;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    appearance: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    box-shadow: 1px 6px 11px #000000;
    transition: 0.2s -0.1s;
}
.btn1 input:checked
{
    background-color: #fff;
}
.btn1 input:checked::before
{
    color: #fff;
    transition: color 0.5s 0.2s;
}
.btn1 input:checked::after
{
    color: #111;
    transition: color 0.5s ;
}
.btn1 input:checked +label
{
    left: 10px;
    right: 100px;
    background-color: #ff6057;
    transition: left 0.5s , right 0.4s 0.2s;
}
.btn1 input:not(:checked)
{
    background-color: #fff;
    transition: background-color 0.5s -0.1s;
}
.btn1 input:not(:checked)::before
{
    color: #111;
    transition: color 0.5s;
}
.btn1 input:not(:checked)::after
{
    color: #fff;
    transition: color 0.5s 0.2s;
}
.btn1 input:not(:checked)+label
{
    left: 100px;
    right: 10px;
    background-color: #ff6057;
    transition: left 0.4s 0.2s , right 0.5s ,background-color 0.35s -0.1s;
}
.btn1 input::before,
.btn1 input::after
{
    z-index: 4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #111;
}
.btn1 input::before
{
    content: "Mail";
    left: 25px;
}
.btn1 input::after
{
    content: "Subscribe";
    right: 10px;
}
.btn1 label
{
    z-index: 2;
    position: absolute;
    top: 10px;
    bottom: 10px;
    height: 2.6rem;
    border-radius: 20px;
}
/*End Footer*/

