/* ==================
CSS Indexing
=====================
1. Reset-CSS
2. Button-CSS
3. Helper-Class-CSS
4. Section-Title-CSS
5. Icon-List-CSS
6. Preloader-CSS
7. Mainmenu-CSS
8. Header-CSS
9. Features-CSS
10. Counter-CSS
11. Overview-CSS
12. Video-CSS
13. Call-to-Action-CSS
14. Testimonial-CSS
15. Product-CSS
16. FAQ-CSS
17. Footer-CSS
===================*/

:root {
    --primary-color: #FF6B31;
    --body-color: #696969;
    --heading-color: #131313;
    --navbar-height: 100px;
}




.ls-icons-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 50px;
}

.ls-icons-list ul li {
    padding: 15px;
}

/*=== 1. Reset-CSS ===*/
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--body-color);
}

P:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 16px;
}

a:focus,
a:hover,
a {
    text-decoration: none;
    outline: none;
}

a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

img {
    max-width: 100%;
}

.row>div {
    position: relative;
    z-index: 0;
}

.container {
    max-width: 1312px;
}


.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.banertxt { 
    padding: 10px 30px;
    text-align: center;
    color: #fff;

}




/*=== 2. Button-CSS ===*/
.primary-button {
    background: linear-gradient(90deg, #FF6B31  0%, #FF6B31 33.29%, #C4E7AF 69.48%, #fff 100%);
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.radiusright {  border-top-right-radius: 25px; border-bottom-right-radius: 25px;}
.rounds      {  border-top-left-radius: 25px; border-bottom-left-radius: 25px;}
.rounds2     {  border-top-right-radius: 25px; border-bottom-right-radius: 25px;}
.maxheig { max-height: 520px;}

/*=== 2. Button-CSS ===*/
.primary-button2 {
    background: #33D2A4;
    color: #000;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0px 0px 0px rgba(255, 112, 49, 0);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 15px 32px;
    width: 500px;
    margin: 0px auto!important;
    display: block; /*add this line*/
}

.primary-button2:hover {
    color: #111111;
    background: #0c7b5b;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.stars { width:156px; height: auto; margin: 0px auto;    display: block; /*add this line*/}




.butleft { text-align: left!important;}




.mleft { 
    margin-left: 10px;
}
.mright {
    margin-right: 10px;
}

.mypadbott { padding-bottom: 60px;}

.boreders { 

    padding: 10px;
    border-radius:12px ;
    width: 24%;

}

.primary-button:hover {
    background: linear-gradient(90deg, #FF6B31  0%, #FF6B31 33.29%, #C4E7AF 69.48%, #fff 100%);
    color: #000;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0px 0px 0px rgba(255, 112, 49, 0);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 100px;
}

.primary-button .part {
    display: flex;
    align-items: center;
    padding: 15px 32px;
    transition: 0.5s;
    transform: translateY(0%);
    width: 100%;
    justify-content: center;
    font-weight: bold;

}

.primary-button .back {
    position: absolute;
    top: 100%;
    left: 0%;
    background-color: #ffffff;
    color: #131313;
}

.primary-button:hover .part {
    transform: translateY(-100%);
}

.primary-button .icon {
    font-size: 80%;
    margin-left: 10px;
}

/*=== 3. Helper-Class-CSS ===*/
.page-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 100%;
}

.allcenter {
    text-align: center;
}

.padbotom {
    padding-bottom: 100px;
}

.section-padding {
    padding-top: 132px;
    padding-bottom: 132px;
}


.section-padding2 {
    padding-top: 132px;
    padding-bottom: 20px;
}


.section-padding-top {
    padding-top: 132px;
}

.section-padding-bottom { 
    padding-bottom: 132px;
}

.mb-n40 {
    margin-bottom: -40px;
}

.zindex-2 {
    z-index: 2 !important;
}

/*=== 4. Section-Title-CSS ===*/
.section-title {
    margin-bottom: 25px;
}

.section-title .title {
    font-size: 48px;
    margin-bottom: 24px;

}

.section-title .primary-button {
    margin-top: 48px;
}

/*=== 6. Preloader-CSS ===*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    pointer-events: none;
    z-index: 999;
}

.preloader .load {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--primary-color);
    opacity: 0.1;
}

.preloader .count {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18vw;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    display: inline-block;
}


/*=== 8. Mainmenu-CSS ===*/
.mainmenu-area {
    width: 100%;
    z-index: 99;
    right: 0;
    left: 0;
    position: absolute;
}



.mainmenu-area .container {
    min-height: var(--navbar-height);
    display: flex;
    align-items: center;
}

.mainmenu-area.sticky {
    position: fixed;
    background-color: #000000;
    z-index: 99999;

}

.mainmenu-area .nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.mainmenu-area .nav-row .nav-logo {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}


.mainmenu-area .nav-row .nav-logo .logo {
    display: inline-block;
}

.transparent-light .mainmenu-area:not(.sticky) .nav-row .nav-logo .dark-logo {
    display: none;
}

body:not(.transparent-light) .mainmenu-area .nav-row .nav-logo .light-logo,
.transparent-light .mainmenu-area.sticky .nav-row .nav-logo .light-logo {
    display: none;
}

.transparent-dark .mainmenu-area .nav-row .nav-logo .light-logo {
    display: none;
}

.mainmenu-area .nav-actions {
    order: 1;
    display: flex;
    align-items: center;
}

.mainmenu-area .nav-actions .primary-button {
    margin-left: 24px;
    border-radius: 100px;
    background: none !important;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
}

.mainmenu-area .nav-actions .primary-button:hover {
    box-shadow: 0px 4px 4px rgba(255, 107, 49, 0.2);
}

.mainmenu-area .nav-actions .primary-button .front {
    background-color: #333333;
    color: #ff6b31;
}

.transparent-light .mainmenu-area:not(.sticky) .nav-actions .primary-button .front {
    background-color: #333333;
    color: #ff6b31;
}

.mainmenu-area .nav-actions .primary-button .back {
    background-color: var(--primary-color);
    color: #ffffff;
}

.mainmenu-area .nav-actions .primary-button.cirlce .part {
    padding: 0;
    width: 150px;
    height: 50px;
    font-size: 20px;

}

.ls-bar {
    font-size: 80%;
}

.mainmenu-area .nav-actions .primary-button.menu-toggle {
    display: none;
}

.mainmenu-area .nav-row .menu-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 8;
}

.mainmenu-area .nav-row .menu-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainmenu-area .nav-row .menu-items ul li {
    position: relative;
}

.mainmenu-area .nav-row .menu-items ul li a {
    color: #cccccc;
    display: inline-block;
}

.mainmenu-area .nav-row .menu-items ul li > a.active,
.mainmenu-area .nav-row .menu-items ul li:hover > a {
    color: #F8E7AD ;
    text-shadow: 0 0 1px var(--heading-color);
}

.mypad { padding-top: 50px;}
.grayblack { color:#242424;}

.mainmenu-area .nav-row .menu-items > ul {
    display: flex;
    justify-content: center;
}

.mainmenu-area .nav-row .menu-items > ul > li {
    padding: 0 20px;
    display: flex;
    align-items: center;

}

.mainmenu-area .nav-row .menu-items > ul > li > a {
    line-height: var(--navbar-height);

}

.mainmenu-area .nav-row .menu-items > ul > li:hover > a,
.mainmenu-area .nav-row .menu-items > ul > li > a.active {
    opacity: 1;
}

.mainmenu-area .nav-row .menu-items > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--heading-color);
    border-radius: 10px 10px 0 0;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}

.mainmenu-area .nav-row .menu-items ul li > a.active:after {
    opacity: 1;
}

.mainmenu-area .nav-row .menu-items ul li > .plus {
    width: 12px;
    height: 24px;
    position: relative;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 8px;
}

.mainmenu-area .nav-row .menu-items ul li li > .plus {
    float: right;
}

.mainmenu-area .nav-row .menu-items ul li > .plus:before,
.mainmenu-area .nav-row .menu-items ul li > .plus:after {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    background-color: var(--heading-color);
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 2px);
    transition: 0.5s;
}

.mainmenu-area .nav-row .menu-items ul li > a.active ~ .plus:before,
.mainmenu-area .nav-row .menu-items ul li > a.active ~ .plus:after,
.mainmenu-area .nav-row .menu-items ul li:hover > .plus:before,
.mainmenu-area .nav-row .menu-items ul li:hover > .plus:after {
    background-color: var(--heading-color);
}

.mainmenu-area .nav-row .menu-items ul li > .plus:before {
    transform: rotate(90deg);
}

.mainmenu-area .nav-row .menu-items ul li.menu-open > .plus:before {
    transform: rotate(0deg);
}

/*=== 9. Sub-Menu-CSS ===*/
.mainmenu-area .nav-row .menu-items li ul {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 16px 0;
    transition: 0.5s;
    transform: scaleY(0);
    transform-origin: top left;
    z-index: 2;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.mainmenu-area .nav-row .menu-items li ul ul {
    left: 100%;
    top: 0;
}

.mainmenu-area .nav-row .menu-items li.menu-open > ul {
    transform: scaleY(1);
    opacity: 1;
}

.mainmenu-area .nav-row .menu-items > ul ul.over-items {
    display: grid;
    grid-template-columns: auto auto;
}

.mainmenu-area .nav-row .menu-items > ul ul li {
    padding: 3px 24px;
    min-width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mainmenu-area .nav-row .menu-items > ul ul li a {
    color: #131313;
}

.mainmenu-area .nav-row .menu-items > ul ul li:hover > a {
    color: #131313;
    text-shadow: 0 0 1px #131313;
}


.transparent-light .mainmenu-area:not(.sticky) {
    --heading-color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #000000;
}


.centerme { text-align: center; margin: 0px auto; width: 551px; font-weight: bold; font-size: 20px;}

.whitetitles { color:#ffffff; text-align: center;}

/*=== 8. Header-Area-CSS ===*/
.header-area {
    background-color: #000000;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding-top: 150px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    /* background: url(../images/theme-6/banner.png) center no-repeat; */
   
       
}
#vidmain{
width: 100%;
height: auto;
max-height: 600px;
object-fit: cover;
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}



.header-area .header-title {
    font-weight: 700;
    font-size: 74px;
    background: linear-gradient(90deg, #000  0%, #FF6B31 33.29%, #C4E7AF 69.48%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 8px;
    text-shadow: 15px 15px 15px rgba(255,255,255, 0.1);
}

.header-area .header-desc {
    font-size: 24px;
    margin-bottom: 56px;
}

.header-area .header-image {
    margin: 80px 0 -192px 0;
}

.pagination-control  {
     text-align: center;
}

.product-boxn1 { 
    border-radius: 25px;
    padding: 20px;
}

.borders {
    border-radius: 25px!important;
    
}

.upup {
    margin-top: 10px; 
}

.blcktxt { 
    color: #000;

}

.product-boxn1 {
    background: #ffffff;
}

.content2 {
    background: #ffffff;
    border-radius: 25px;
}

.header-area .overlay-text {
    position: absolute;
    top:100px;
    left: 0;
    right: 0;

    margin: auto;
    font-weight: 700;
    font-size: 176px;
    line-height: 120%;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.header-area .element {
    position: absolute;
    z-index: -1;
    font-size: 42px;
    color: #ffffff;
    opacity: 0.2;
}

.header-area .element-1 {
    left: 7%;
    top: 31%;
    font-size: 52px;
}

.header-area .element-2 {
    right: 4%;
    bottom: 34%;
}

/* Service-Area-CSS */
.service-box .icon {
    font-size: 44px;
    margin-bottom: 24px;
    color: var(--primary-color);
    line-height: 1em;
}

.service-box .title {
    font-size: 24px;
    margin-bottom: 12px;
}

.specialholder1 {
    height: 100%;
    width: 80%; 
    padding-left: 10%;
    display: flex; 
    justify-content: center; 
    align-items: left;
    flex-direction:column;
   
}


.swiper-slide2 {
   background: #111111;

}

.specialholder2 {
    height: 100%;
    width: 90%; 
    padding-left: 30%;
    display: flex; 
    justify-content: center; 
    align-items: start;
    flex-direction:column;
   
}

.margbottom { margin-bottom:50px;}
.radiusleft { border-top-left-radius: 25px;  border-bottom-left-radius: 25px;}

.blckhed { color: #000;}
.blcktxt { color: #000;}

/* About-Area-CSS */
.about-area {
    --heading-color: #ffffff;
    color: #000000;
    position: relative;
    z-index: 1;
    display: flex;
}

.about-image-1 img {
    border-radius: 12px;
}

.about-image-1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 20px 0 0 20px;
}

.testimonial-image:before,
.feature-image-area:before,
.about-image-1:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(90deg, #F2C9AA 0%, #F8E7AD 33.29%, #C4E7AF 69.48%, #9BDDF5 100%);
    z-index: -1;
}

.about-image-2 {
    margin: 0 -186px 30px 0;
    border-radius: 16px;
    overflow: hidden;
}

.about-image-3 {
    border-radius: 16px;
    overflow: hidden;
    margin: 0;
}

.about-area .overlay-text {
    position: absolute;
    text-align: center;
    bottom: 10px;
    font-weight: 700;
    font-size: 176px;
    line-height: 1em;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: 100%;
}

.single-image {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}


/* Video-Area-CSS */
.video-area {
    padding: 185px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.video-play-box {
    text-align: center;
    position: relative;
    z-index: 1;
}

.video-play-box .play-button {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
    text-align: center;
    color: var(--primary-color);
    background-color: #ffffff;
    display: inline-block;
    border-radius: 120px;
    padding-left: 5px;
}

.video-play-box .play-button:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.wave-effect {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 72px;
    height: 72px;
}


.wave-effect span {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 200px;
    -webkit-animation-name: wave;
    animation-name: wave;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.wave-effect span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-effect span:nth-child(2) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.wave-effect span:nth-child(3) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.wave-effect span:nth-child(4) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        border-width: 1px;
    }

    100% {
        -webkit-transform: scale(2.6);
        transform: scale(2.6);
        opacity: 0;
        border-width: 0px;
    }
}

@keyframes wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        border-width: 1px;
    }

    100% {
        -webkit-transform: scale(2.6);
        transform: scale(2.6);
        opacity: 0;
        border-width: 0px;
    }
}


/* Feature-Area-CSS */
.feature-area {
    position: relative;
    z-index: 1;
    margin-top: 86px;
}

.feature-box .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 100px;
    font-size: 32px;
    margin-bottom: 32px;
}

.feature-box .title {
    font-size: 24px;
    margin-bottom: 12px;
}


/* GALLERY */
/* Create four equal columns that sits next to each other */
.galimg { border-radius: 25px;}
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
.instedimg { padding-bottom: 20px; margin-bottom: 85px;}

  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }


















.testimonial-area .overlay-text,
.feature-area .overlay-text {
    position: absolute;
    left: -12%;
    top: -12%;
    font-weight: 700;
    font-size: 176px;
    line-height: 1em;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #FFF0EA 0%, rgba(255, 241, 236, 0.2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.feature-area>.container {
    position: relative;
}

.feature-image-area {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: -86px;
}

.testimonial-image:before,
.feature-image-area:before {
    border-radius: 1000px 1000px 0 0;
    left: 0;
    height: calc(100% - 86px);
    top: auto;
    bottom: 0;
}

.feature-image-area .feature-image-1 {
    margin-bottom: 84px;
}

.feature-image-area .feature-image-2 {
    margin: 0;
}


.parent-container {
    padding: 0 20px 0 20px;
    max-width: 800px;
    width: 100%;
  }
  
  .faq {
    list-style: none;
    padding-left: 40px;
    padding-right: 20px;
  }
  .faq li {
    margin-bottom: 15px;
  }
  .faq li.active .answer {
    max-height: 275px !important;
    padding-bottom: 25px;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
  }
  .faq li.active .question {
    color: #808080;
    transition: color 0.5s ease;
  }
  .faq .answer {
    color: #090909;
    font-size: 16px;
    line-height: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
  }
  .faq .plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: absolute;
    width: 21px;
    left: -40px;
    top: 50%;
    z-index: 2;
  }
  .faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
    background: #000;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 21px;
    transition: transform 500ms ease;
  }
  .faq .plus-minus-toggle:after {
    transform-origin: center;
  }
  .faq .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
  }
  .faq .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
  }

  .faq .question {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 20px 0px 20px 20px;
    transition: color 0.5s ease;
    background: #000;
    border-radius: 20px;

  }

  @media screen and (max-width: 767px) {
    .faq .question {
      font-size: 18px;
    }
  }

















.title     { text-align: center;}
.subtitles { text-align: center;}
.extraspace { padding-top: 50px; padding-bottom: 50px;}

/* Product-Area-CSS */
.product-area {
    --heading-color: #000000;
    background-color: #ffffff;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    padding-bottom: 30px;

}

.product-area2 {
    --heading-color: #000000;
    background-color: #ffffff;
    color: rgba(255, 255, 255, 0.7);

}


.boxesholder { width: 100%;  display: flex; text-align: center; align-items: center; align-content: space-evenly; }
.boxer       { max-width: 1200px; background: #232327; width: 100%; padding: 40px; min-height: 300px; margin:0px auto; border-radius: 25px; margin-bottom: 100px;  }
.ratingbox   { width: 100%; text-align: center; margin-top: 10px;  }
.boxesholder2 { 
    background: #000; 
    width: 100%; 
    max-width: 100%;
    min-height: 200px; 
    background-image: url(../images/theme-6/baner2.jpg); 
    border-radius: 25px; 
    background-size: cover; 
    background-repeat: no-repeat;  
    display: flex;
    text-align: center;
    padding: 20px 20px;
}
.greentitle { 
    color: #33D2A4;
    text-align: left;
    width: 100%;
    padding-top: 20px;
    font-size: 22px;
}
.whitetitles2 {
    color: #ffffff;
    

}


.topline      {    width: 100%;    display: flex;  min-height: 100px;}
.midline      {    width: 100%;    display: flex;  }
.bottomline   {    width: 100%;    display: flex;}

.greenboxleft { 
    width: 25%;
    background:#edfbf7;
    text-align: center;
    border-radius: 25px;
    min-height: 100px;
    padding: 20px;

}


.coolv222 { position: relative; z-index: -1; }

.emptyboxmiddle { 
    width:50%;
   
}
.greenboxright { 
    width: 25%;
    background:#edfbf7;
    text-align: center;
    border-radius: 25px;
    min-height: 100px;

    padding: 20px;
   
}

.leftspacemid {
    width: 30%;
}
.rightspacemid {
    width: 30%;
}

.greenboxparag {
    color:#000;
}


.specialbox22 {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
    padding-left: 30px;

}

.specialbox { 
    background: #000000;
    margin: 0 3%;
    width: 27%;
    padding: 70px 20px 30px 20px;
    border-radius: 25px;
}
.boxtitles { color:#ffffff; font-size: 26px; padding-bottom:40px;}

.topme { margin-top: 50px;}
.emptyspace { width: 100%; height: 50px;}
.product-box {
    padding: 32px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #000;
}

.product-box2 .thumb {
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
}

.product-box2 .thumb img {
    transform: scale(1) rotate(0deg);
    transition: 0.5s ease;
    width: 100%;
}

.product-box2:hover .thumb img {
    transform: scale(1.2) rotate(5deg);

}

.product-box2 .title {
    font-size: 24px;
    margin-bottom: 12px;
}

.product-box2 .title a {
    color: #fff;
}

.product-box2 .title a:hover {
    color: var(--primary-color);
}

.product-box2 .product-price {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-top: 12px;
}

.product-box2 .product-price del {
    font-weight: 400;
    font-size: 16px;
    opacity: 0.6;
    margin-left: 10px;
}



.coolv { border-radius: 15px!important;}

.product-box {

    padding: 0px!important;
   text-align: center;

}

.product-box .thumb {
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
}

.product-box .thumb img {
    transform: scale(1) rotate(0deg);
    transition: 0.5s ease;
    width: 100%;
}

.product-box:hover .thumb img {
    transform: scale(1.2) rotate(5deg);

}

.product-box .title {
    font-size: 24px;
    margin-bottom: 12px;
}

.product-box .title a {
    color: #fff;
}

.product-box .title a:hover {
    color: var(--primary-color);
}

.product-box .product-price {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-top: 12px;
}

.product-box .product-price del {
    font-weight: 400;
    font-size: 16px;
    opacity: 0.6;
    margin-left: 10px;
}

.rating-star {
    display: inline-block;
    position: relative;
    color: #FEC202;
}

.rating-star .star {
    font-family: 'landshop' !important;
}

.rating-star .star:before {
    content: "\e960 \e960 \e960 \e960 \e960";
}

.rating-star .back {
    opacity: 0.4;
}

.rating-star .front {
    position: absolute;
    left: 0;
    top: 0px;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    z-index: 2;
}

/* Testimonial-Area-CSS */
.testimonial-area {
    position: relative;
    z-index: 1;
}

.overlay-text {
    text-transform: uppercase;
}

.testimonial-area .overlay-text {
    right: 0;
    left: 0;
    margin: auto;
    top: 10%;
    text-align: center;
    background: linear-gradient(180deg, #FFF0EA 0%, rgba(255, 241, 236, 0.2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.testimonial-slider {
    margin: -55px;
    z-index: 2;
}

.navigation-control {
    display: flex;
    margin-top: 32px;
    margin-left: -8px;
    margin-right: -8px;
}

.navigation-control .control {
    width: 56px;
    height: 56px;
    border: none;
    background-color: var(--heading-color);
    color: #ffffff;
    margin: 0 8px;
    border-radius: 100px;
    transition: 0.5s ease;
}

.navigation-control .control:hover {
    background-color: var(--primary-color);
}

.testimonial-box {
    padding: 34px;
    background-color: #ffffff;
    border-left: 6px solid var(--primary-color);
    border-radius: 10px;
    box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.05);
    margin: 55px;
}

.testimonial-box .quote {
    color: var(--primary-color);
    font-size: 34px;
    margin-bottom: 24px;
}

.testimonial-box .desc {
    margin-bottom: 20px;
}

.testimonial-box .testimonial-footer {
    display: flex;
    justify-content: space-between;
}

.testimonial-box .name {
    color: var(--primary-color);
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}

.testimonial-box .rating-star {
    color: var(--primary-color);
    font-size: 15px;
}

.copyrights { font-size: 15px; color:#ffffff; padding-top: 50px;}
.allpad { padding-left: 20px; padding-right: 20px;}
.testimonial-image {
    position: relative;
    z-index: 1;
    margin-left: -130px;
    text-align: center;
}

.testimonial-image:before {
    opacity: 0.5;
}

/*=== 17. Footer-CSS ===*/
.footer-area {
    background-color: #000000;
    color: rgba(255, 255, 255, 0.7);
    --body-color: rgba(255, 255, 255, 0.7);
    --heading-color: rgba(255, 255, 255, 1);
}

.footer-area .section-padding {
    padding: 80px 0;
}


.footer-widget .footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    text-align: center;
}

.social-menu {
    list-style: none;
    margin: -10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-menu li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    color: var(--body-color);
    border-radius: 100px;
    margin: 10px;
    -webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.05);
}

.social-menu li:hover a {
    background-color: var(--primary-color);
    color: #ffffff;
}

.footer-area .social-menu li a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.footer-area .social-menu li a:hover {
    background-color: var(--primary-color);
}

.footer-widget .desc {
    margin-bottom: 24px;
}

.footer-widget .widget-title {
    margin-bottom: 24px;
}

.block-list {
    list-style: none;
    margin: -8px 0;
    padding: 0;
}

.block-list li {
    display: block;
}

.block-list li a {
    color: var(--body-color);
    display: inline-block;
    margin: 8px 0;
}

.block-list li:hover a {
    color: var(--primary-color);
}

.input-control {
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    display: inline-block;
    padding: 15px 24px;
    font-weight: 400;
    outline: none;
    line-height: 1.445em;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
}

.subscribe-form .input-control {
    width: calc(100% - 66px);
    padding-left: 44px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.subscribe-form {
    position: relative;
    z-index: 1;
}

.subscribe-form .ls-envelope {
    position: absolute;
    left: 16px;
    top: 14px;
    z-index: 2;
}

.subscribe-form button[type="submit"] {
    width: 56px;
    height: 56px;
    font-size: 20px;
    text-align: center;
    line-height: 56px;
    border-radius: 4px;
    border: none;
    background-color: var(--primary-color);
    color: #ffffff;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 0 rgba(255, 107, 49, 0.3);
}

.subscribe-form button[type="submit"]:hover {
    background-color: #ffffff;
    color: var(--primary-color);
    box-shadow: 0px 5px 15px rgba(255, 107, 49, 0.1);
}

.subscribe-form .mc-error {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px;
}

.moving-1 {
    animation: moving1 20s linear 0s infinite;
}

@keyframes moving1 {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        transform: translate(150px, -150px) rotate(90deg);
    }

    50% {
        transform: translate(300px, 0) rotate(0deg);
    }

    75% {
        transform: translate(150px, 150px) rotate(90deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.moving-2 {
    animation: moving2 20s linear 0s infinite;
}

@keyframes moving2 {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        transform: translate(-150px, 150px) rotate(90deg);
    }

    50% {
        transform: translate(300px, 0) rotate(0deg);
    }

    75% {
        transform: translate(-150px, -150px) rotate(90deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

