
html{
   scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.container{
    width: 90%;
    margin: auto;
}

/* info section style */
.info{
    margin-top: 135px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    color: #494c4f;
    margin-top:150px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    -ms-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
@media (max-width: 1024px){
.info {
    padding: 35px 0px 35px 0px;
}
}

.info-icon.info-wind-icon {
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.wand-icon {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    color: #000000;
}
.info-first-content{
    padding:10px;
}
.info-text {
    text-align: center;
}
.info-text span {
    color: #000000;
    font-family: "Helvetica", Sans-serif;
    font-size: 42px;
    font-weight: 400;
}
.info-text:nth-child(1) span  {
    margin-bottom: 20px;
}

/*slider section style */
section.slider-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 35px;
    margin-bottom: 0px;
    padding: 250px 0px 250px 0px;
    position: relative;
}

@media (max-width: 1024px){
    section.slider-section {
        padding: 150px 0px 150px 0px;
    }
}
.slider{
    background-image:url("https://danneundorf.com/wp-content/uploads/2022/03/IMG_601345-2.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 100%;
    width:100%;
    position :absolute;
    top:0;
    left:0;
}
.slider::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040219;
    opacity: 0.55;
    z-index: -1;
}

/* start love style */
section.love {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5% 5% 5% 5%;
    background-color: #fafafa;
}
.love-content{
    padding:10px;
    color: #5E5E5E;
    text-align: center;
}
.love-icon{
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 50px;
    text-align: center;
    margin-bottom:20px;
}
/* .love-hand-icon{
    color: #5E5E5E;
} */
.love-head{
    color: #5E5E5E;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}
.love-content-text{
    padding: 0% 23% 0% 23%;
}
@media (max-width: 1024px){
    .love-content-text {
        padding: 0px 0px 0px 0px;
    }
}
.love-content-text p{
    text-align: center;
    color: #5E5E5E;
    font-family: "Helvetica", Sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.6em;

}
.love-content-text p a {
    color: #000000DE;
    font-family: "Helvetica", Sans-serif;
    text-decoration: none;
 }
.info-text p a:hover {
    color:rgba(255, 0, 0, 0.762);
 }


 @media (max-width: 767px){
    .info-text span {
        font-size: 27px;
     }

}
@media (max-width:575px){
    .info-text span {
        font-size: 23px;
    }
    .info-content-head {
        text-align: center;
        font-size: 35px;
    }
}



/* services section style */
.services{
    padding: 0px 0px 0px 0px;
    background-image: url(https://danneundorf.com/wp-content/uploads/2022/03/Sevices.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: white;
    z-index: 1;
    text-align: center;
    padding: 55px 0px 65px 0px;

}
@media (max-width: 1024px){
    .services{
    padding: 55px 15px 65px 15px;
    }
  }
@media (max-width: 767px){
    .services{
    padding: 0px 0px 0px 0px;
    }
  }

  .services:after {
      content:"";
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: #2E2D38;
    z-index: -1;
    opacity: 0.93;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -moz-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -ms-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.services-head{
    margin-bottom: 20px;
    padding: 0px 82px 0px 82px;
    width:100%;
    text-align:center;
    color: #FFFFFF;
    font-family: "Helvetica", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 75px;
    letter-spacing: 0px;
}
@media (max-width: 767px){
    .services-head {
        font-size: 31px;
        line-height: 47px;
}
}
/* .services-group{

    margin-top:50px;
    margin-bottom:60px;
} */

.services-content{
    padding: 35px 25px 0px 25px;
    display: flex;
    position: relative;
    /* margin-right: auto;
    margin-left: auto;*/
}
@media (max-width: 1024px){
    .services-content{
        flex-wrap: wrap;
        margin-top:0;
    margin-bottom:0;
    }
}
.services-item {
    text-align: center;
    width:100%;
    padding: 0px 35px 0px 35px;
}
@media (max-width: 768px){
.services-item:not(.coach) {
    padding: 25px 0px 0px 0px;
}
}
@media (min-width: 768px){
.services-item {
    width: 33.333%;
}
}
.services-item figure {
    margin-bottom:15px;
    width:40% ;
    margin-right:auto;
    margin-left:auto;
}

.services-item.work-shop figure{
    width:72% ;
}
.services-item img{
    max-width: 100%;
    height: auto;
}
.services-item-info {
    width:100% ;

}
.service-item-head {
    color: #FFFFFF;
    font-family: "Helvetica", Sans-serif;
    font-size: 30px;
    font-weight: 500;
}
.service-item-desc {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2em;
}


/* meet section style */
.meet{
    background-color: #F5F5F7;
    padding: 0px 0px 0px 0px;
}
@media (max-width: 1024px){
    .meet {
        padding: 55px 15px 65px 15px;
    }
}
@media (max-width: 767px){
    .meet {
        padding: 0px 0px 0px 0px;
}
}
.meet-img , .meet-desc , .meet-desc-item{
    flex:1;
}
@media (max-width: 1024px){
    .meet-img {
        display:none;
    }
}
.meet-desc{
    margin: 50px 0px 60px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}
@media (max-width: 1024px){
        .meet-desc{
            margin: 0px 0px 0px 0px;
        }

    }

    .meet-head {
        color: #000000;
        font-family: "Helvetica", Sans-serif;
        font-size: 40px;
        font-weight: 500;
        text-transform: capitalize;
        font-style: normal;
        text-decoration: none;
        line-height: 38px;
        letter-spacing: 0px;
    margin: 10px 0 50px 20px;
    text-align:left;
    padding: 0px 25px 0px 25px;
}
@media (max-width: 767px){
    .meet-head {
        text-align:center;
        font-size: 31px;
    line-height: 47px;
    }

    }

/* .meet-dec-group{
    gap: 10px;
} */
.meet-dec-group:nth-child(1){
    padding: 25px 25px 0px 25px;
}
.meet-dec-group:nth-child(2){
    padding: 25px 0px 35px 0px;
}
.meet-desc-item{
    padding: 0px 5px 0px 5px;
    font-size: 13px;
    /* height: 270px; */

}
.meet figure.elementor-image-box-img {
    width: 36%;
    margin-bottom: 15px;
}
.meet-desc-item img{
    max-width: 100%;
    height: auto;
}
.meet-desc-item-text.text-center {
    color: #000000;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom:0;
}

/* start why section */
.why{
    padding: 25px 0px 35px 0px;
    background-color: #FFFFFF70;
    max-width: 1140px;
    margin: auto;
}
.why-head{
    color: #636363;
    font-family: "Helvetica", Sans-serif;
    font-size: 40px;
    font-weight: normal;
    text-align:center;
    padding: 3% 3% 3% 3%;
    margin-bottom:20px;
}
/* .carousel-indicators {
    height:100%;
} */
div#carouselExampleDark {
    border: 1px solid #c5c5c5 !important;
    padding: 0px 12px 0px 11px;
    width:100%;
}

.review-box{
    background-color:#ffff;
    position: relative;
}

.carousel-inner {
    margin: 0 auto;
    width: calc( 100% - 40px );
    padding-bottom: 40px;
    height:100%;
}
.carousel-item{
    padding:20px;
}

.reviewer img{
    width: 110px;
    height: 110px;
    border-radius: 4px;
}
.carousel-item > p {
    color: #000000;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
}
.reviewer-info {
   margin-left: 20px;
   margin-right: 0px;
}
.reviewer-info span{
    font-size:16px;
    font-family: "Helvetica", Sans-serif;
    display: block;
    color: #000000;
}
.reviewer-name{
    color: #000000;
    font-family: "Helvetica", Sans-serif;
}
.reviewer-info span:last-child{
    color: #3A3A3A;
}
@media (max-width:375px){
    .reviewer {
       flex-direction:column;
       text-align:center;
       justify-content:center;
    }

    .reviewer-info {
       margin-top:20px;
       text-align:center;

    }
}

.carousel-dark .carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.carousel-control-prev-icon , .carousel-control-next-icon {
    background: transparent ;
}

.carousel-control-next, .carousel-control-prev {
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    font-size: 30px;
    color: #6F6F6F;

}
