/* slider */

 #banner{
    padding:20px 0;

}

.banner-left-wrap{    
   
    position:relative;
    overflow:hidden;
    min-height:480px;
}

.banner-content{
    color:#fff;
}

.banner-tag {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

.banner-title,.banner-title a{
    font-size:32px;
    font-weight:700;
    line-height:1.2;
   color: #FFFFFF;
   text-decoration: none;
}

.banner-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #ffffff;
    margin-top: 10px;
}

.banner-price{
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;
}

.banner-price-label{
    display:inline-block;
    font-size:14px;
    font-weight:400;
    margin-right:6px;
}

.banner-btn{
    background:#126B91;
    color:#fff;
    padding:8px 20px;
    border-radius:6px;
    text-decoration:none;
    display:inline-block;
    font-size:14px;
    font-weight: 400;
    transition:0.3s;
    border-radius: 3px;
}
.banner-wrap-box .banner-btn{
    font-size: 12px;
}
.banner-btn:hover{
    background:#fff;
    color:#000;
}
.small-banner-img img {
    height: 480px;
    object-fit: cover;
    border-radius: 6px;
}
.banner-img{
    text-align:center;
}

.banner-img img{
    width:100%;
    max-height:480px;
    object-fit: cover;
    border-radius: 6px;
}
.slidr-content-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
        right: 54%;
}
.banner-fav{
    position:absolute;
    top:20px;
    left:20px;
    width:50px;
    height:50px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9;
}

.banner-fav i{
    color:#000;
    font-size:20px;
}

/* Button reset for .banner-fav used as <button> */
button.banner-fav{
    border:none;
    outline:none;
    cursor:pointer;
    padding:0;
}

/* Active (starred) favourite state */
.banner-fav i.banner-fav-active{
    color:#f5a623;
}

/* RIGHT SIDE */
.banner-wrap-box {
    position: relative;
}
.banner-slide-wrap{   
    position:relative;
    height:480px;
    overflow: hidden;
    min-height: 480px;
}

.small-banner-img{
    text-align:center;
  
}

/* .small-banner-img img{
    width:100%;
    height:220px;
    object-fit:contain;
} */

.small-banner-content{
       position: absolute;
    transform: translateY(-50%);
    top: 77%;
    left: 7%;
}

.small-banner-title{
    font-size:32px;
    line-height:1.3;
    margin-bottom:15px;
}

.small-banner-title a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
}

.small-banner-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
    font-family: 'DM Sans';
}

.small-banner-price{
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}

.small-fav{
    background:#f5f5f5;
}

.banner-slider .owl-dots{
    margin-top:20px;
    text-align:center;
}

.banner-slider .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    background:#bdbdbd;
    display:block;
    border-radius:50%;
}

.banner-slider .owl-dot.active span{
    background:#0c7ecf;
}
/* services */
h2.serv-hd {
    font-size: 24px;
    font-weight: 500;
    color: #373A50;
    font-family: 'DM Sans', sans-serif;
}
p.serv-text {
    font-size: 16px;
    font-weight: 400;
    color: #373A50;
    font-family: 'DM Sans', sans-serif;
}
section#services hr {
    height: 2px;
    margin-top: 60px;
    color: #232F3E;
}
/* 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.7);
}

/* category section – card list design */
.cat-list-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.cat-card{
    text-align: center;
    width: calc(16.666% - 17px);
}

.cat-card-name{
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 600;
}
.cat-card-name a{
    color: inherit;
    text-decoration: none;
}
.cat-card-name a:hover{
    color: var(--skyblue, #0c7ecf);
}
@media (max-width: 991px){
    .cat-card{ width: calc(25% - 15px); }
}
@media (max-width: 575px){
    .cat-card{ width: calc(33.333% - 14px); }
}

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

.marque-wrap span{
    color: rgba(255, 255, 255, 0.1);
    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 */

section#trending hr,section#new-review hr,section#movies-review hr,section#technology-health hr,section#food-lifestyle hr,section#best-review hr,section#categories hr{
   height: 1px;
    margin-top: 60px;
    color: #232F3E;
}
.banner-box-row,.movies-box-row-1{
    position: relative;
}
.banner-box-row.banner-box-row-1:after,.banner-box-row.banner-box-row-2:after,.banner-box-row.banner-box-row-3:after {
    content: '';
    border-bottom: 1px solid rgba(35, 47, 62, 0.3);
    position: absolute;
    bottom: -40px;
    left: 10px;
    right: 0;
}
section#newsletter .container{
    position: relative;
}
section#newsletter .container:after {
    content: '';
    border-bottom: 2px solid rgba(35, 47, 62, 0.3);
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
}
.movies-box-row-1:after{
    content: '';
    border-bottom: 1px solid rgba(35, 47, 62, 0.3);
    position: absolute;
    bottom: -5px;
    left: 12px;
    right: 10px;
}
.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(--skyblue);
    border-bottom: 4px solid var(--skyblue);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    z-index: 9;
}

.trending-left-wrap::after {
    border-right: 4px solid var(--skyblue);
    border-left:4px solid var(--skyblue);
    -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(--skyblue);
    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(--skyblue);
    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(--skyblue);
    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(--skyblue);
}
/* health */
.technology-left .owl-carousel{
    border: 1px solid rgba(35, 47, 62, 0.3);
    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(--skyblue);
}
.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;
}
#best-review h3.post-count {
    background: #ffffff;
    font-weight: 700;
    color: #232F3E;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* team */
.team-carousel::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #232F3E;
    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: #E5590D;
     color: var(--white);
}
#feature-review hr{
    background: var(--white);
        margin-top: 40px;
}
.review-post-name a:hover{
    color: var(--skyblue);
}
.banner-box-row-4.banner-box-row::after{
    content: unset;
}
.section-border2{
    border: 1px solid rgba(35, 47, 62, 0.3);
    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: #232F3E
}
#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(18, 107, 145, 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: #929292;
    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(--skyblue) !important;
}
.newsletter-form-box .theme-btn-wrap:hover  i{
    background: var(--skyblue)  !important;
    border-color:var(--skyblue) !important;
    color: var(--white) !important;
        top: 0px !important;
}
/* instagram */
.instagram-wrap img{
    width: 170px !important;
    height: 148px;
    object-fit: cover;
    border-radius: 10px;
}
.instagram-wrap {
    position: relative;
}
.instagram-wrap::after{
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--skyblue);
    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(--skyblue);
}
.techo-heath-border{
    border: 1px solid rgba(35, 47, 62, 0.3);
    padding: 20px;
    border-radius: 10px;
}


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