.slider-content {
    position: relative;
    z-index: 2;
    padding: 160px 0 160px;
}
.slider-content .expert {
  display: flex;
  margin-top: 30px;
    margin-bottom: 15px;
  gap: 15px;
}
.slider-content .expert strong {
  color: #000;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
    text-decoration: underline;
    margin-right: 15px;
}

.slider-bg .banner-img {
  overflow: hidden;
  height: 738px;
  margin-top: 115px;
  margin-right: -62px;
}

.slider-content.s-slider-content.text2 {
    margin-top: 0;
}
.slider-content.s-slider-content.text3 {
    margin-top:168px;
}
.slider-btn{
    display: inline-block;
    position: relative;
}

.slider-active .slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background: #2b2c30;
    width: 7.6%;
    padding-top: 160px;
    background-color: #febf0f;
}
.slider-active .slick-dots li{
    padding-left: 37%;
}
.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 30px;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    margin-top: 5px;
    
}
 .slider-active .slick-dots li.slick-active button {
    width: 3px;
   background: #90abd9;
}
.slider-active .slick-dots li.slick-active button::before {
  
    opacity: 1;
}
.slider-active .slick-dots li button::before {
content: "";
width: 3px;
height: 19px;
float: left;
position: relative;
margin-top: 0;
background: #3a3c40;
z-index: -2;
}

.slider-three .slider-img {
margin-left: -25px;
margin-top: 50px;
margin-right: -227px;
}
.slider-bg-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040f2d91;
    z-index: 1;
}
.slider-four .slider-bg h5 {
  border: none;
  color: #ffffff1c;
  font-size: 170px;
}
.slider-four .slider-img {
margin-left: 0;
margin-top: 136px;
margin-right: -235px;
float: right;
}
.slider-four .slider-img img{
    position: relative;
    z-index: 1;
}

.slider-four .slider-bg .text2 h5 {
    color: #f9c315;
    font-size: 18px;
               font-family: 'Poppins' sans-serif;
    font-weight: 500;
}

.slider-four .slider-bg .video-i i{
    border: none;
    color: #f9c315;
    margin-right: 10px;
}
.slider-four .slider-bg .text2 p{
    color:#777;
}
.single-slider .subricbe{
 border-radius: 4px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
position: relative;
padding: 15px;
margin-top: 40px;
width: 92%;
}
.overlay-bg {
  width: 100%;
  height: 100%;
/*   background: linear-gradient(90deg, #000000 0%, rgb(53 53 53) 40%, rgb(0 0 0 / 0%) 100%);*/
  opacity: 0.502;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.overlay-bg-01 {
  position: absolute;
  left: 0;
  top: 0;
}
.overlay-bg-02 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.overlay-bg-03 {
  position: absolute;
  right: 0;
  top: 30px;
}
.overlay-bg-04 {
  position: absolute;
  right: 0;
  bottom: 100px;
}
.slider-bg {
    min-height: 650px !important;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.slider-bg .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}
.slider-bg.slick-active .image-layer{
     transform: scale(1.15);
}
.slider-bg .video-i.popup-video
{
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
        font-family: 'Poppins', sans-serif;
}
.slider-bg .video-i.popup-video img {
    display: inline-block;
}

.show-bg3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: 1;
}
.slider-bg2 {
    min-height: 900px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -118px;
    z-index: 1;
}
.slider-bg2 .slider-content > span::before {
    content: "";
    background:#383838;
    height: 3px;
    float: left;
    width: 60px;
    margin-top: 15px;
    margin-right: 10px;
}
.slider-bg2 .slider-content h2{
    color:#fff;
}
.slider-bg2 .slider-content p {
    color:#676f67;
    font-size: 16px;
    margin-bottom: 0;
}
.slider-bg2 .slider-content > span {
    font-size: 22px;
    font-weight: 500;
    color:#f9c315;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}
.slider-bg .video-i i {
background: #fff;
padding: 14px;
border-radius: 100%;
width: 60px;
display: inline-block;
text-align: center;
color: #f9c315;
height: 60px;
line-height: 30px;
box-shadow: 1px 1.732px 60px 0px rgba(250, 63, 108, 0.1);
margin-right: 10px;
}

.slider-bg2 .video-i {
    background:#383838;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.slider-bg2 .video-i:hover {
    background:#f9c315;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
#particles-js {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.slider-content > span {
    font-size: 16px;
    font-weight: 500;
    color: #f9c315;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 20px;
}
.slider-content h2 {
    font-size: 60px;
    letter-spacing: 1.0px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 600;
}
.slider-content h2 span {
    color: #fff;
}

.slider-content h5{
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    color: #393939;
    font-family: 'CircularStd-Book';
}
.slider-content h5::before{
background: url(../img/bg/left-line.png);
position: absolute;
left: -20px;
top: -5px;
width: 91px;
height: 30px;
content: "";
}

.slider-active::before{
   background: #000;
position: absolute;
width: 100%;
height: 100%;
}
.slider-content h5 span{
    color: #f9c315;
}
.slider-content p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #f9c315;
    margin-right: 20px;
    position: relative;
    top: -4px;
}
.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.p-relative{position: relative;}
.down-arrow {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    height: 60px;
    width: 30px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 18px;
}
.down-arrow:hover{color: #fff;}
.slider-active .slick-arrow {
    position: absolute;
    bottom: 70px;
    transform: translateY(-50%);
    left: 20px;
    color: #494949;
    font-size: 23px;
    line-height: 60px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    transition: .5s;
    width: 60px;
    height: 60px;
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}


.slider-active .slick-next {
bottom: 0;
}


.slider-active .slick-arrow:hover {
    color: #fff;
    background-color: #90abd9;
}
.second-slider-content h2 {
    font-size: 90px;
    margin-bottom: 20px;
}
.second-slider-bg::before{opacity: .5;}
.second-slider-content {
    padding-top: 85px;
    padding-bottom: 5px;
}
.s-slider-content h2{
    margin-bottom: 25px;
    font-size: 80px;
    letter-spacing: 1.0px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #000;
    font-weight: 600;
}
.s-slider-content h6{
    color: #000;
    border: 2px solid #f9c315;
    padding: 3px 10px;
    display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    left: -28px;
    top: 32px;
    font-size: 14px;
}
.s-slider-content p {
font-size: 18px;
color: #777;
line-height: 26px;
margin: auto;
}
.slider-four .s-slider-content p {
font-size: 18px;
color: #fff;
line-height: 26px;
padding-bottom: 30px;
width: 90%;
margin: auto;
}
.btn-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    background: #ffb3a5;
    padding: 10px 15px;
    color: #fff;
}
.btn.ss-btn.active {background: none;
color: #000; border: none; box-shadow: none;}
.btn.ss-btn.white{
    background: none;
color: #000; 
    border: 2px solid #f3f3f3;
}
.btn.ss-btn.white:hover{
    background: #f9c315;
    color: #fff;
}
.btn.ss-btn.active::before{
    display: none;
}
.btn.ss-btn.active span{
    color: #d2d2d2;
}
.line {
    float: left;
    margin-right: 15px;
}
.slider-shape{position: absolute !important;z-index: 9;}
.ss-one {
top:45% !important;
left: 630px !important;
z-index: 0;
}
.ss-two {
    top: 638px !important;
    left: 10% !important;
}
.ss-three {
    top: 30% !important;
left: 70% !important;
    z-index: 0;
}
.ss-four {
    top: 85% !important;
    left: 30% !important;
}
.ss-five {
    left: 61% !important;
    top: 83% !important;
}
.ss-six {
    left: 88% !important;
    top: 80% !important;
}
.ss-seven {
    top: 20% !important;
    left: 89% !important;
}

.slider-bg .text2 h2{
  font-size: 60px;
}
.slider-bg .text2 a{
    color: #FFF;
}
.slider-bg .text2 .btn.ss-btn.active {
    background: #f9c315;
    border: 2px solid #f9c315;
    color: #FFF;
}
.slider-bg .text2 p{
    padding-right: 22%;
    color:#fff;
}
.slider-text-2 h2{
    color: #fff;
}

.s-aliment-1 {
    position: absolute;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
    top: 361px;
    right: -122px;
    display: flex;
    align-items: center;
    z-index: 1;
    animation: movedelement 5s linear infinite;
    width: 250px;
}
.aliment-icon-red {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aliment-content {
  margin-left: 15px;
    padding-top: 15px;
}
.aliment-content p{
    margin-bottom: 0;
}
.aliment-content .h3-title {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.slider-content2 h2{
    color: #000000;
}
.slider-content2 p{
    color: #777777;
}
.slider-content2 h5{
     color: #777777;
}
.slider-price {
  position: absolute;
  right: 20%;
  bottom: 0;
  z-index: 1;
  background: #222327;
  padding: 18px;
}
.slider-price h2 {
  font-size: 34px;
  font-weight: 600;
    color: #222327;
-webkit-text-stroke: 1px #f9c315;
-webkit-text-fill-color: #222327;
}
.slider-price h2 sub{
    bottom: 0;
}
.slider-price p{
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.slider-info {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
    height: auto;
    background-image: linear-gradient(358deg, #1074bc 0%, #4fcdcb 100%);
    border-radius: 20px 0 0 0;
    text-align: center;
}
.slider-info .social {
  text-align: center;
  width: 100%;
    margin: 15px 0;
}
.slider-info .social a{
    display: inline-block;
    color: #494949;
    width: 40px;
    height: 40px;
    background: #ffffff;
    line-height: 43px;
    margin-top: 7px;
    font-size: 20px;
    border-radius: 50%;
}
.slider-info .social a:hover{
    color: #fff;
    background: #0f75bc;
}
.slider-info .email {
position: absolute;
top: 58px;
transform: rotate(-90deg);
width: 255px;
height: 200px;
color: #fff;
text-transform: uppercase;
}
.slider-info .email span{
    color: #67686e;
}
.contact-bg02 .slider-btn {
    width: 100%;
}
.contact-bg02 .slider-btn .btn{
    width: 100%;
}
 .slider-content h2, 
 .section-title h2, 
 .skills-title h2, 
 .skills-title h6, 
 .section-title h6, 
 .testimonial-area h2, 
 .about-user .text h5, 
 .s-slider-content h6,
 .slider-content .expert strong,
 .btn.ss-btn.active {
    color: #111;
}
.slider-area .slick-list {
    margin-left: 7%;
}