/* slider */
/* @media (min-width: 992px) {
    .banner-left{
        width: 48%
    }
    .banner-right{
        width: 52%;
    }
} */
 #banner{
    padding: 40px 0;
 }
.banner-left-wrap h1{
    color: var(--white);
}
.banner-left-wrap{
    border-radius: 10px;
    text-align: center;
    padding: 10px 10px 0 10px;
    background: radial-gradient(circle, #ffffff 0%, var(--orange) 70%);
}
.img-girl-wrap {
    padding-top: 7%;
}
.like-img{
    top: 20%;
    width: 54px;
    height: 54px;
    transform: rotate(-35deg);
    -webkit-animation: blink 0.9s infinite alternate;
    border-radius: 50%;
}
.review-wrap-main{
   top: 45%;
    left: 10px;
        filter: drop-shadow(0px 1px 4px  rgba(0, 0, 0, 0.24));
        /* rgba(0, 0, 0, 0.24) 0px 3px 8px */
    animation: bouncess 4s ease-in-out 0s infinite alternate; 
}
.review-wrap{
    clip-path: polygon(3.015% 11.475%, 3.015% 11.475%, 3.041% 10.412%, 3.118% 9.403%, 3.239% 8.462%, 3.403% 7.603%, 3.604% 6.839%, 3.838% 6.183%, 4.101% 5.65%, 4.39% 5.252%, 4.699% 5.004%, 5.025% 4.918%, 94.975% 4.918%, 94.975% 4.918%, 95.301% 5.004%, 95.61% 5.252%, 95.899% 5.65%, 96.162% 6.183%, 96.396% 6.839%, 96.597% 7.603%, 96.761% 8.462%, 96.882% 9.403%, 96.959% 10.412%, 96.985% 11.475%, 96.985% 77.117%, 96.985% 77.117%, 96.926% 78.734%, 96.761% 80.166%, 96.506% 81.388%, 96.178% 82.376%, 95.794% 83.105%, 95.372% 83.55%, 94.928% 83.687%, 94.479% 83.49%, 94.042% 82.936%, 93.633% 82%, 90.271% 72.167%, 90.271% 72.167%, 90.158% 71.858%, 90.038% 71.578%, 89.912% 71.329%, 89.782% 71.111%, 89.648% 70.925%, 89.509% 70.771%, 89.368% 70.65%, 89.224% 70.562%, 89.077% 70.51%, 88.929% 70.492%, 5.025% 70.492%, 5.025% 70.492%, 4.699% 70.406%, 4.39% 70.157%, 4.101% 69.76%, 3.838% 69.227%, 3.604% 68.571%, 3.403% 67.807%, 3.239% 66.948%, 3.118% 66.007%, 3.041% 64.998%, 3.015% 63.934%, 3.015% 11.475%);
    background: #fff;
    padding: 5px 15px 15px 15px;
    gap: 6px;

}

@-webkit-keyframes bouncess {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-40px);
  }
}
.review-count{
    font-family: Outfit;
    font-weight: 500;
    font-size: 16px;
}
.banner-main-img{
    width: 290px;
    height: 470px;
    object-fit: cover;
}
.banner-content-box-main{
    position: absolute;
    top: 100px;
    right: 0;
    filter: drop-shadow(0px 1px 4px  rgba(0, 0, 0, 0.24));
}
.banner-content-box{
    clip-path: polygon(2.765% 5.512%, 2.765% 5.512%, 2.789% 5.001%, 2.859% 4.516%, 2.971% 4.064%, 3.121% 3.652%, 3.305% 3.285%, 3.52% 2.97%, 3.761% 2.714%, 4.026% 2.523%, 4.309% 2.403%, 4.608% 2.362%, 95.392% 2.362%, 95.392% 2.362%, 95.691% 2.403%, 95.974% 2.523%, 96.239% 2.714%, 96.48% 2.97%, 96.695% 3.285%, 96.879% 3.652%, 97.029% 4.064%, 97.141% 4.516%, 97.211% 5.001%, 97.235% 5.512%, 97.235% 78.273%, 97.235% 78.273%, 97.211% 78.783%, 97.141% 79.268%, 97.029% 79.72%, 96.879% 80.133%, 96.695% 80.5%, 96.48% 80.814%, 96.239% 81.07%, 95.974% 81.261%, 95.691% 81.381%, 95.392% 81.422%, 13.545% 81.422%, 13.545% 81.422%, 13.415% 81.43%, 13.285% 81.454%, 13.158% 81.492%, 13.033% 81.546%, 12.91% 81.615%, 12.791% 81.698%, 12.675% 81.796%, 12.563% 81.907%, 12.455% 82.032%, 12.353% 82.17%, 5.801% 91.665%, 5.801% 91.665%, 5.424% 92.091%, 5.025% 92.339%, 4.617% 92.418%, 4.215% 92.341%, 3.834% 92.12%, 3.489% 91.767%, 3.194% 91.293%, 2.966% 90.709%, 2.818% 90.028%, 2.765% 89.262%, 2.765% 5.512%);
    background: var(--white);
    width: 225px;
    height: 150px;
    padding: 13px 25px 37px;
    text-align: left;
}
.banner-content-box .review-content{
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    padding-top: 6px;
}
.banner-content-box img{
    width: 40px;
}
.review-title{
    font-weight: 600;
    font-size: 14px;
}
.review-para{
    font-weight: 400;
    line-height: 15px;
    font-size: 12px;
}
.cart-img{
    right: 29%;
    transform: rotate(25deg);
    width: 50px;
    -webkit-animation: blink 0.9s infinite alternate;
    border-radius: 5px;
}

.banner-slide-wrap{
    max-height: 540px;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}
#banner ::-webkit-scrollbar {
  width: 10px;
  scroll-margin: 100px;
}

#banner  ::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 0 8px;
  scroll-margin: 100px;
}

#banner  ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000; 
  scroll-margin: 100px;
}

.banner-wrap-box{
        border: 1px solid #b8b8b8;
    border-radius: 10px;
    padding: 20px;
}
.banner-box-row{
    position: relative;
}
.banner-box-row::after{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 1px;
    width: 95%;
    background-color: #b8b8b8;
}
.technology-left .banner-box-row::after,.food-lifestyle-row .banner-box-row:nth-child(3)::after{
    content: unset;
}
.post-count{
    position: relative;
    width: 60px;
    height: 60px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: relative;
    z-index: 1;
}
.post-count::after{
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #fff;
    border-radius: 50%;
    font-weight: 700;
}
.category-box:hover .post-count::after{
    animation: mymove 5s infinite;
    border-radius: 10px;
}
@keyframes mymove {
  50% {transform: rotate(180deg);}
}
.category-box:hover  a{
    color: var(--orange);
}
.section-border{
    border: 1px solid #f0efef;
    position: absolute;
    top: -60px;
    width: 100%;
    left: 0;
    right: 0;
}
.padding-left{
        padding-right: 30px;
}
/* category */
#categories .main-heading  {
 margin: 0 auto;
    display: block;
    width: max-content;
}
.categories-contents{
    position: absolute;
    top: 0;
    left: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.category-box a{
    color: var(--white);
}
.category-img{
    height: 100px;
}
.category-img img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    filter: brightness(0.5);
}

/* Feature Video */
#feature-review{
    background: #000000;
}

.marque-wrap span{
    color: #1d1d1d;
    font-size: 45px;
    line-height: 50px;
    font-family: var(--theme-font);
    font-weight: 800;
}


.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.marquee span {
  display: inline-block;
  text-transform: uppercase;
  padding-right: 20px;
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

#feature-review .main-heading{
    color: var(--white);
    margin: 0 auto;
    display: block;
    width: max-content;
}
/* trending */
.trending-icon-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 25px;
}
.social-counter-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}
.social-counter-wrap::before{
    content: '';
    position: absolute;
    inset: 0;
    background:var(--white) ;
    transform: translateX(-100%) skewX(-20deg);
    transition: transform 0.5s ease;
    opacity: 0;
    z-index: -1;
}
.social-counter-wrap:hover::before{
    transform: translateX(0) skewX(-20deg);
    opacity: 0.3;
}
.social-counter-wrap:hover{
    background: var
}
.social-counter-wrap-1{
    background: #1877F2;
}
.social-counter-wrap-2{
    background: linear-gradient(197.43deg, #962FBF 15.9%, #D62976 48.87%, #FEDA75 90.06%);
}
.social-counter-wrap-3{
background: #000000;
}
.social-counter-wrap-4{
    background: #FF0000;
}
.social-counter-wrap-5{
    background: #EA4C89;
}
.social-counter-wrap-6{
    background: #0077B5;
}
.social-counter-wrap i{
    font-size: 30px;
    color: #fff;
}
.counter-wrap h5{
    color: var(--white);
}
.trending-left-wrap{
    height: 100%;
}
.trending-left-wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.trending-left-wrap::before,.trending-left-wrap::after{
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, 
    -webkit-transform 0.35s;
    transition: opacity 0.35s, 
    transform 0.35s;
    z-index: 9;
    border-radius: 8px;
}


.trending-left-wrap::before {
    border-top:4px solid var(--orange);
    border-bottom: 4px solid var(--orange);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    z-index: 9;
}

.trending-left-wrap::after {
    border-right: 4px solid var(--orange);
    border-left:4px solid var(--orange);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    z-index: 9;
}

.trending-left-wrap:hover::before,
.trending-left-wrap:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 9;
}

@media (min-width: 992px) {
    #trending .col-xl-8 {
        flex: 0 0 auto;
        width: 68.666667%;
    }
}
@media (min-width: 992px) {
     #trending .col-xl-4 {
        flex: 0 0 auto;
        width: 31.333333%;
    }
}
.trending-banner-img{
    margin-top: 10px;
    height: 235px;
    width: 100%;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 35px 30px;
    position: relative;
    z-index: 1;
}
.trending-banner-img::before{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--orange);
    border-radius: 12px;
    content: "";
    z-index: 0;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-30deg) translateZ(0px);
    opacity: 0;
    z-index: -1;
}
.trending-banner-img:hover::before {
    opacity: 0.5;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s;
}
.trending-banner-img p,.trending-banner-img h4{
    color: var(--white);
}
.trending-banner-img h4{
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 5px;
    text-underline-offset: 6px;
    text-decoration-color: var(--orange);
    line-height: 31px;
}

#movies-review .theme-btn-wrap,#food-lifestyle .theme-btn-wrap{
    margin-right: 12%;
}


.travel-right .review-content-wrap,.food-left .review-content-wrap,.best-review-top .review-content-wrap,.video-top .review-content-wrap{
    height: 375px;
    position: relative;
        overflow: hidden;
    border-radius: 10px;
}
.travel-right .review-content-wrap::after,.food-left .review-content-wrap::after,.best-review-top .review-content-wrap::after,.video-top .review-content-wrap::after{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    inset: 0;
    z-index: 0;
    border-radius: 10px;
}
.travel-right .review-content-wrap img,.food-left .review-content-wrap img,.best-review-top .review-content-wrap img,.video-top .review-content-wrap img{ 
    height: 100%;
    width: 100%;
    border-radius: 10px;
    filter: brightness(0.8);
    object-fit: cover;
    transition: 0.7s linear;
}
.travel-right .travel-content-wrap,.food-left .travel-content-wrap,.best-review-top .travel-content-wrap,.video-top  .travel-content-wrap{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
}
.travel-content-wrap .review-post-name a,.travel-content-wrap .review-footer  h6,.travel-content-wrap .rating-number,.travel-content-wrap .middle-border{
    color: var(--white);
}
.travel-right .review-content-wrap::before,.food-left .review-content-wrap::before,.best-review-top .review-content-wrap::before{
    content: "";
    position: absolute;
    margin: auto;
    width: 0%;
    height: 0%;
    background-color: var(--orange);
    opacity: 50%;
    border-radius: unset;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    left: 0;
 z-index: 1;
}
.travel-right .review-content-wrap:hover::before ,.food-left .review-content-wrap:hover::before,
.best-review-top .review-content-wrap:hover::before{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all 0.5s;
}
#movies-review .owl-stage {
    padding-top: 9%;
}
.owl-nav{
    display: flex;
    gap: 10px;
    width: max-content;
    position: absolute;
    top: -40px;
    right: 0;
}
.technology-left .owl-nav{
    top: -55px;
}
.review-content-wrap:hover .review-post-name a{
    color: var(--orange);
}
/* health */
.technology-left .owl-carousel{
    border: 1px solid #ececec;
    margin-top: 35px;
    padding: 20px;
    border-radius: 10px;
}
.owl-dots{
    display: flex;
    gap: 5px;
}
button.owl-dot {
    background: #ececec;
    border: none;
    height: 12px;
    width: 10px;
    border-radius: 50%;
}
button.owl-dot.active{
    background: var(--orange);
}
.technology-left .img-banner-wrap{
        height: 220px;
}
.lifestyle-right .review-pop-content-wrap .review-img-wrap{
        height: 175px;
}

/* best review */
#best-review .swiper{
    height: 680px;
}
.best-review-category-box{
    border: 1px solid #ededed;
    padding: 15px 15px 0;
    border-radius: 10px;
}

/* team */
.team-carousel::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--black);
    width: 100%;
    height: 80%;
    z-index: -1;
    padding: 20px;
    border-radius: 10px;
}
.team-inner-wrap img {
    width: 110px !important;
    height: 110px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #fff;
}
.team-inner-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.team-inner-wrap .team-title a{
    color: var(--white);
        font-weight: 600;
}
.team-social-icon-box-main i{
    background: var(--white);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 6px;
    font-size: 16px;
}
.team-desig{
    color: var(--white);
}
.team-carousel .owl-dots{
    padding: 20px 0;
    justify-content: center;
}
.team-social-icon-box-main i:hover{
    background: var(--orange);
     color: var(--white);
}
#feature-review hr{
    background: var(--white);
        margin-top: 40px;
}
.review-post-name a:hover{
    color: var(--orange);
}
.banner-box-row-4.banner-box-row::after{
    content: unset;
}
.section-border2{
    border: 1px solid #f0efef;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -45px;
    top: unset;
}
#instagram{
padding-bottom: 80px;
}
/* newsletter */
#newsletter .container{
    padding: 70px 45px;
    border-radius: 10px;
    background: var(--black);
}
#newsletter .main-heading{
    width: 80%;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 5px;
    text-underline-offset: 8px;
    text-decoration-color: rgba(217, 81, 44, 0.5);
    color: var(--white);
}
#newsletter .main-heading::after{
    content: unset;
}
#newsletter p{
    font-family:var(--theme-font);
    font-weight: 300;
    font-size: 16px;
    color: var(--white);
}
.news-privacy{
    font-weight: 600;
    color: var(--white);
}
.newsletter-form-box input[type="email"]{
    font-family:var(--theme-font);
    font-weight: 400;
    line-height: 20.95px;
    background: transparent;
    border: none;
    padding: 0;
    color: #000;
    border-radius: 0;
    padding: 10px 10px 10px 20px;
   margin: 0;
}
.newsletter-form-box .theme-btn-wrap  p{
    line-height: 0;
}   
 #newsletter .theme-btn{
      width: max-content;
 }
.newsletter-form-box>p{
  width: 100%;
}
.newsletter-form-box .wpcf7-form-control::-webkit-input-placeholder {
  color: #929292;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
.newsletter-form-box .wpcf7-spinner{
  position: absolute;
    right: -62px;
  margin: 0px 3px;
  top: 10px;
}
.newsletter-form-box{
        display: flex;
    width: 100%;
    gap: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.newsletter-form-box .theme-btn-wrap {
    width: max-content;
    /* position: absolute;
    right: 25px;
    top: 0; */
}
#newsletter .wpcf7-response-output{
color: var(--white);
}
.newsletter-form-box .theme-btn-wrap:hover .theme-btn{
border-color:var(--orange) !important;
}
.newsletter-form-box .theme-btn-wrap:hover  i{
    background: var(--orange)  !important;
    border-color:var(--orange) !important;
    color: var(--white) !important;
        top: 0px !important;
}
/* instagram */
.instagram-wrap img{
    width: 170px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}
.instagram-wrap {
    position: relative;
}
.instagram-wrap::after{
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--orange);
    opacity: 0.5;
    z-index: 1;
    border-radius: 10px;
    visibility: hidden;
}
.instagram-wrap i{
    opacity: 0;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    font-size: 35px;
    z-index: 2;
}
.instagram-wrap:hover::after{
    visibility:visible;
}
.instagram-wrap:hover i{
    opacity: 1;
}
#instagram .owl-stage-outer{
    position: relative;
}
#instagram .owl-stage-outer::before{
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}
#instagram .owl-stage-outer::after{
    content: '';
    position: absolute;
    background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}


/* feature video */
#feature-review .review-content-wrap,#feature-review a{
     color: #fff;

}
#feature-review a:hover{
    color: var(--orange);
}
.techo-heath-border{
    border: 1px solid #f0efef;
    padding: 20px;
    border-radius: 10px;
}


.lifestyle-right .review-content-wrap:hover .review-category{
    left: 25px;
        transition: all 0.6s ease 0s;
}