/*
Theme Name: VW Professional Portfolio Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: vw-professional-portfolio-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Professional Portfolio Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
VW Professional Portfolio Pro WordPress Theme is released under the terms of GNU GPL
*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 :root {

     --yellow: #F1ED19;
     --black: #000000;
     --lightblack: #0C0C0C;
     --white: #ffffff;

}
:root {
    --common-font-family: "Poppins", sans-serif;
}
/* Basic Style */
@font-face {
  font-family: 'Nata';
  src: url('./assets/webfonts/nata-font/MysticalType - Nata-Black.otf') format('truetype');
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Signatrue';
  src: url('./assets/webfonts/Signatrue.ttf') format('truetype');
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
 html body {
     margin: 0;
     padding: 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
     background-color: white;
     position: relative;
     font-size: 14px;
     color: #fff;
     background: var(--lightblack);
 font-family: var(--common-font-family);
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
   color: var(--white);
   font-family: var(--common-font-family);
     font-weight: bold;
}
 p {

     padding: 0;
     font-size: 14px;
     font-weight: normal;
}
 p, ul li a {
     letter-spacing: 0px;
       font-family: var(--common-font-family);
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
     color: var(--black);
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
}

 input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea , .form-group input, .form-group select{
   font-size: 14px;
   padding: 10px 8px;
   margin: 0 0 0px 0;
   height: auto;
   border-radius: 10px;
   width: 100%;
   background: transparent;
   border: none;
     border-bottom: 1px solid #bdbdbd;
     margin-bottom: 30px
}
#contact-page input[type="text"],#contact-page input[type="tel"],#contact-page input[type="email"],#contact-page input[type="phno"],#contact-page input[type="password"], textarea{
   border-radius: unset;
   color: #fff;
}
 section{
     background-size: cover;
     background-repeat: no-repeat !important;
     padding: 80px 0;
     background-attachment: scroll;
}
.main-para{
  font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}

.theme-button{
  background: #F4F000;
      padding: 10px 35px;
      border-radius: 6px;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 600;
      line-height: 18px;
      text-align: center;
      width: max-content;
      color: var(--black);
}
/* .theme-btn:hover{
  box-shadow: inset 6em 0 0 0 #000, inset -6em 0 0 0 #000;
  border-color: var(--black);
  color: #fff;
} */
.main-head{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  background: #F1ED19;
  color: #000;
padding: 19px 40px;
  border-radius: 29px;
  width: max-content;
}

.main-small-head{
  font-family: Poppins;
font-size: 18px;
font-weight: 600;
line-height: 20px;
}
.main-small-head.color-yellow{
  color: #F1ED19
}
.theme-btn a{
  border: 1px solid #F4F000;
  padding: 6px 55px 6px 55px;
  border-radius: 10px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
      display: inline-block;
          color: #F4F000;
}
.theme-btn a:hover{
   background:  #F4F000;
   color: #000;
}
 .screen-reader-text {
     position: absolute;
     top: -9999em;
     left: -9999em;
}


/*------------------------- Headings --------------------------*/
 section h2 {
   font-size: 30px;
     font-family: Poppins;
   color: var(--white);

}
 section h3 {
   font-weight: 500;
   color: var(--white);
   font-size: 26px;
}
 section h5 {
   color: var(--white);
     font-weight: bold;
     padding: 0;
}

/*----------------- Section Title--------------*/

/* ----------- Post Content ---------------*/

 .vw-fixed{
     background-attachment: fixed !important;;
     background-size: cover ;
     background-repeat: no-repeat ;

}
 .vw-scroll{
     background-attachment: scroll ;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
     position: fixed;
     bottom: 10px;
     right: 20px;
     background:#000;
     width: 65px;
    height: 65px;
    line-height: 55px;
     display: block;
     text-align: center;
     text-decoration: none;
     border-radius: 50%;
     border: 10px solid rgb(243 243 243 / 69%);
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     z-index: 2;
}
 #return-to-top i {
     position: relative;
     font-size: 25px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: #fff !important;
     font-weight: 800;
}
 #return-to-top:hover {
     background: rgba(0, 0, 0, 0.9);
}


.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #202020;
  padding: 15px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px
}

/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var( --black);
   width: 100%;
}
.loader-main{
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0000;
  border-right-color: #F1ED19;
  position: relative;
  animation: l24 1s infinite linear;
      margin: 0 auto;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 1s;
}
.loader:after {
  animation-duration: 2s;
}
@keyframes l24 {
  100% {transform: rotate(1turn)}
}
/*
.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 0;
  border-color: #F1ED19 transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}

.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 45px;
  border-color: transparent  transparent #202020 transparent ;
  margin: -30px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }

  100% {
  }
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
  }
} */
#services,#awards-sec,#blog-news, #project-points,#project-adjective,#client-points,#colors-sec,#about-honors-awards{
  background: #202020;
margin: 0px 30px;
border-radius: 20px;
}

/* about */
.about-main-inner{
  /* padding: 50px 0 0 0; */
  width: 100%;
  max-width: 75%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#signiture{
  font-family: Signatrue;
  font-size: 23px;
  font-weight: 400;
  line-height: 52px;
  color: #F4F000;
}
#about-us #signiture{
  width: max-content;
  position: absolute;
  bottom: -25px;
  left: 30%;
}
#about-us .text-color-abt,#awards-sec .text-color-abt{
  color: #F4F000;
}
#about-us .svg-main, #services-rating .svg-main{
  position: absolute;

}
#about-us .svg-main svg, #services-rating .svg-main svg{
  width: 80%;
  -webkit-backface-visibility: hidden;
backface-visibility: hidden;
  -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
  animation: bouncess 3s ease-in-out 0s infinite alternate;
}
.exl-svg{
  top: 0;
    left: 18%;
    -webkit-animation-delay: .3s;
animation-delay: .3s;
}
.tublight-svg{
  top: 20%;
  left: 5px;
  z-index: -1;
}
.head-svg{
  bottom: 0;
    left: -5%;
}
.que-svg{
    top: 15%;
right: 18%;
z-index: -1;
}
.light-svg {
  bottom: 0;
    right: -2%;
z-index: -1;
}

@-webkit-keyframes bouncess {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-40px);
}

}
.sec-small-img-one{
  position: absolute;
  right: -12%;
  top: -16%;
  width: 180px;
     transition: transform 1s;
}
.sec-small-img-two{
  bottom: -14%;
  left: -11%;
  position: absolute;
  width: 180px;
     transition: transform 1s;
}

/* -----Services Section--------------- */

#services .ser-inner h4 a{
  font-family: Poppins;
font-size: 18px;
font-weight: 600;
line-height: 20px;
color: #F4F000;
}
.ser-img-wrap  img{
  filter: brightness(0.5);
  border-radius: 20px;
  height: 300px;
object-fit: cover;
}
.layer-svg{
  position: absolute;
      top: -35px;
      right: -9%;
      width: max-content;
      -webkit-animation-delay: .3s;
animation-delay: .3s;
    animation: bouncess 3s ease-in-out 0s infinite alternate;
}
.ser-img-wrap .service-tape{
  position: absolute;
  width: max-content;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.service-tape.down {
    bottom: -30px;
}
.service-tape.upside {
    top: -30px;
}
.services-main{
      gap: 70px 0;
}
.ser-inner{
  display: flex;
justify-content: center;
flex-direction: column;
gap: 10px;
width: max-content;
margin: 0 auto;
    top: 35%;
    z-index: 2;
}
.ser-inner i{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: max-content;
  margin: 0 auto;
  background: #F4F000;
  height: 35px;
  width: 35px;
  color: #000;
  border-radius: 50%;
}
.ser-img-wrap{
  position: relative;
}
.ser-img-wrap::after,.case-main-box::after{
  content: '';
  border-top: 20px solid #F1ED19;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  width: 100%;
  opacity: 0;
}
.case-main-box::after {
  z-index: -1;
}
.ser-img-wrap:hover::after,.case-main-box:hover::after{
  opacity: 1;
}
.ser-img-wrap:hover .ser-inner i{
  transition: all 0.65s;
transform: rotateY(360deg);
}
/* newsletter */
#newsletter h3{
  font-family: Poppins;
font-size: 16px;
font-weight: 600;
line-height: 27px;
text-align: center;
color: #fff;
position: relative;
}
#newsletter h3::after{
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  border-bottom: 2px solid #F4F000;
  width: 50px;
  margin: 0 auto;
}
#newsletter h4{
  font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-align: center;
color: #F4F000;
}
.news-form-main{
  display: flex;
  gap:20px;
}
.news-form-main p{
  width: 100%;
  margin-bottom: 0
}
.news-form-main>p input{
  background: transparent;
border: 1px solid #F1ED19;
}
#newsletter .theme-btn, .form-main  .theme-btn{
  background: #F4F000;
padding: 6px 35px;
border-radius: 6px;
  border:1px solid #F4F000;
    height: max-content;
    position: relative;
    width: max-content;
}
.form-main  .theme-btn p{margin-bottom: 0}
#newsletter .theme-btn:hover,.form-main .theme-btn:hover{
  background: transparent;
  border:1px solid #F4F000;
}
#newsletter .theme-btn:hover input, .form-main .theme-btn:hover input{
  color: #F4F000;
}
#newsletter .theme-btn input, .form-main .theme-btn input{
  background: transparent;
  border: none;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
}
#newsletter  .wpcf7-spinner, .form-main .wpcf7-spinner{
  position: absolute;
      margin: 5px 5px;
        right: -40px;
}

::placeholder {
  color: #fff;
}
.banner-small-heading{
  font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.banner-small-heading i{
      font-size: 20px;
      padding-left: 10px;
      color: #fff;
}

/* ------------Case Study------------ */
#case-study{
  overflow-x: hidden;
}
.case-main-box h4 a{
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
}
.case-main-box h4{
      height: 60px;
}
.case-main-box{
  background: #202020;
padding:30px 20px;
border-radius: 20px;
z-index: 2;
height: 100%;
    justify-content: space-between;
}
.case-study-repeater p{
  font-family: Poppins;
font-size: 15px;
font-weight: 400;
line-height: 24px;
}
.case-main-box:hover .theme-btn a{
  background:  #F4F000;
  color: #000;
}
.case-study-repeater i, .project-points-meta i{
  color: #F4F000;
font-size: 12px;
}
.case-main{
    gap: 30px 0;
}



/*----------------- Testompnial-------------- */
.testimonial-row-box{padding-top: 8%;}
.testimonial-box{
  background: #151515;
  padding: 15% 40px 15%;
  text-align: center;
  border-radius: 20px;
}
.testimonial-bottom-main{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: -22%;
}
.testimonial-bottom-main img{
  height: 100px;
  width: 100px !important;
  margin: 0 auto;
  border-radius: 20px;
}
#testimonial .owl-carousel .owl-stage-outer{
  padding-bottom: 15%;
}
.testimonial-box p{
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.test-star{
  z-index: 2;
  right: 8%;
  top: -38px;
      transition: all 0.3s ease-in;
}
.test-lines{
  width: max-content;
  bottom: 4%;
  right: 20%;
      transition: all 0.3s ease-in;
}
.test-half-circle{
    top: 24%;
}
.test-circle{
  width: max-content;
left: 18%;
top: 5%;
    transition: all 0.3s ease-in;
}
.test-circle svg, .test-lines svg, .test-star svg {
      transition: all 0.3s ease-in-out 0.1s;
}
.test-circle:hover {
    transform: scale(1.1);
}
#testimonial  .container:hover .test-circle svg, #testimonial  .container:hover .test-lines svg,#testimonial  .container:hover .test-star svg{
    animation: bouncing 0.5s 0.3s;
}
#testimonial .owl-nav{
  position: absolute;
top: 35%;
right: -50%;
display: flex;
gap: 15px;
}
#testimonial  .owl-nav button{
  background: #F1ED19;
  border: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
}
#testimonial  .owl-nav button i{
      font-size: 18px;
}
.testi-title{
  font-family: Poppins;
font-size: 16px;
font-weight: 600;
line-height: 27px;
color: #F1ED19;
text-align: center;
margin-top: 14px;
}
#testimonial .owl-nav button:hover{
  background: transparent;
  border:1px solid #F1ED19;
}
#testimonial .owl-nav button:hover i{
  color: #F1ED19;
}

@keyframes bouncing {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}


/* --------- Blog Page ------- */

.blog-img-outer img{
  height: 580px;
object-fit: cover;
border-radius: 20px;
    filter: brightness(0.2);
}

.blog-content-box {
  z-index: 1;
}
.blog-title a{
  font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #F1ED19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-category  a{
  font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #fff;
}
.blog-category  a:hover{
  color: #F4F000;
}
.blog-admin p{
  font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 21px;
text-align: left;
text-transform: capitalize;

}
#full-width-blog .postbox {
    width: 100%;
    border: none;
}

#blog-news .owl-stage {
margin: 15px 0;
display: flex;
display: -webkit-flex;
}
#blog-news .item {
margin: 0 15px 0;
width: 250px;
height: 580px;
display: flex;
display: -webkit-flex;
align-items: flex-end;
-webkit-align-items: flex-end;
background: #343434 no-repeat center center / cover;
border-radius: 20px;
overflow: hidden;
position: relative;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
cursor: pointer;
}
#blog-news .item.active {
width: 430px;
}
#blog-news .blog-detail img{
  height: 100%;
position: absolute;
top: 0;
object-fit: cover;
border-radius: 20px;
filter: brightness(0.2);
}
#blog-news .item-desc {
padding: 0 24px 12px;
color: #fff;
 position: relative;
z-index: 1;
    transform: translateY(calc(100% - 210px));
    transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
#blog-news .blog-content{
  transform: translateY(calc(100% - -62px));
  height: 0;
opacity:0;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  /* display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; */

}
#blog-news .item.active  .blog-content{
transform: none;
height: auto;
opacity:1;
-webkit-transform: none;
transition: all 0.4s ease-in-out 0.2s;
-webkit-transition: all 0.4s ease-in-out 0.2s;
transform: translateY(0);
  padding: .5rem 0;
}
#blog-news .item.active .item-desc{
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  transform: translateY(-13px);
}
#blog-news .item.active .post-month-outer {
  float: left;
}
#blog-news .item.active .blog-admin{
  float: right;
}
#blog-news .item::after,#blog-news .item::before{
  position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transform: scale3d(0, 0, 1);
transition: transform 0.3s ease-out 0s;
background: rgb(128 128 128 / 10%);
content: "";
pointer-events: none;
}
#blog-news .item::after {
    transform-origin: right bottom;
}
#blog-news .item::before {
    transform-origin: left top;
}
#blog-news .item:hover::before, #blog-news .item:hover::after{
  transform: scale3d(1, 1, 1);
}
/* Lets work */
.lets-work-mask {
    -webkit-mask-image: url(assets/images/lets-work/lets-work-mask.png);
    mask-image: url(assets/images/lets-work/lets-work-mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    position: relative;
}
.lets-work-inner{
  -webkit-mask-image: url(assets/images/lets-work/section-mask.png);
  mask-image: url(assets/images/lets-work/section-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
background: #151515;
}
.lets-work-inner-box{
  padding: 12% 0;
    align-items: center;
}

/* common css */
.hon-svg-main{
  position: absolute;
}



/* case study mask */
.study-brief-mask {
    -webkit-mask-image: url(assets/images/case-study/brief/brief-mask.png);
    mask-image: url(assets/images/case-study/brief/brief-mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    /* -webkit-mask-size: contain; */
    width: 430px;
    height: 380px;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    position: relative;
  }
  .study-brief-mask img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* about counter */
#about-counter .container{
    /* background-image: url(assets/images/about-page/counter-tap.svg); */
    background-size: 100% 100%;
background-repeat: no-repeat !important;
padding: 90px 0;
}

/* -------Brands------ */
.brand-name{
  font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    color: #F1ED19;
}
.brand-sub-heading, .brand-desc{
  font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 22px;
text-align: center;
color: #fff;
}
.brand-sub-heading{
    color: #F1ED19;
}
.brand-main:hover img{
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);

}
.contact-widget p a::after{
  content: '';
  background-image: url(assets/images/sidebar-arrow.png);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -35px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
}
/* json css */
/* json css */
.ive-vw-portfolio-pro-baner-iner{
      padding: 175px 0;
}
#ive-vw-portfolio-pro-banner-main .wp-block-cover .wp-block-cover__image-background{
border-radius: 20px;
}
.ive-vw-portfolio-pro-baner-iner>div{
      position: relative;
}
.ive-baner-svg-one{
  position: absolute;
left: -5%;
top: -48px;
}
.ive-baner-svg-two{
  position: absolute;
  right: -6%;
bottom: 0px;
}
.ive-vw-portfolio-pro-banner-heading h1{
  font-family: 'Nata';
font-size: 230px !important;
font-weight: 700;
line-height: 230px !important;
}
.ive-vw-portfolio-pro-sec-heading .ive-advanced-text-wrap {
  border-radius: 29px;
width: max-content;
}
.ive-vw-portfolio-pro-ser-iner{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: max-content;
  margin: 0 auto;
  top: 45%;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
}
#ive-vw-portfoli-pro-services-main img {
    filter: brightness(0.5);
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
}
.ive-vw-portfolio-pro-ser-iner .ive-svg-icon-link i{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: max-content;
  margin: 0 auto;
  background: #F4F000;
  height: 35px;
  width: 35px;
  color: #000;
  border-radius: 50%;
  text-align: center;
}
.ive-vw-portfolio-pro-case-box{
  position: relative;
}
.ive-vw-portfolio-pro-ser-card-main::after,.ive-vw-portfolio-pro-case-box::after{
  content: '';
border-top: 20px solid #F1ED19;
position: absolute;
top: 0;
left: 0;
bottom: 0;
border-radius: 20px;
width: 100%;
opacity: 0;
z-index: 4;
}
.ive-vw-portfolio-pro-ser-card-main:hover::after,.ive-vw-portfolio-pro-case-box:hover::after{
  opacity: 1;
}
#ive-vw-portfoli-pro-services-main,#ive-vw-portfolio-pro-awards-sec,#ive-vw-portfolio-pro-blog-main{
  background: #202020;
margin: 0px 30px;
border-radius: 20px;
}
.ive-vw-prortfolio-pro-service-tape svg{
  position: absolute;
width: max-content;
left: 0;
right: 0;
text-align: center;
margin: 0 auto;
}
.ive-vw-prortfolio-pro-service-tape.down  svg{
    bottom: -30px;
}
.ive-vw-prortfolio-pro-service-tape.top  svg {
  top: -30px;
}
.ive-vw-portfolio-pro-abt-right-main{
  width: 100%;
max-width: 75%;
height: 100%;
margin: 0 auto;
}
.ive-vw-portfolio-pro-signiture{
  width: max-content;
position: absolute;
bottom: 5px;
left: 30%;
}
.ive-vw-portfolio-pro-sec-small-img-one{
  position: absolute;
right: -12%;
top: -12%;
width: 180px;
z-index: 1;
}
.ive-vw-portfolio-sec-small-img-two{
  bottom: -14%;
left: -11%;
position: absolute;
width: 180px;
}
.ive-vw-portfolio-pro-case-box{
  border-radius: 20px;
}
.ive-vw-portfolio-pro-case-box>div{
  padding: 30px 20px;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
gap: 20px;
}
#ive-vw-portfolio-pro-case-study-main .wp-block-list{
  padding-left: 23px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#ive-vw-portfolio-pro-case-study-main ::marker {
  color: #f1ed19
}
.ive-vw-portfolio-pro-case-study-heading h4{
  height: 60px;
}
.ive-vw-portfolio-pro-project-year{
  position: absolute;
bottom: 20px;
left: 25px;
}
.ive-vw-portfolio-pro-project-year>div{
  border-radius: 24px;
}
#ive-vw-portfoli-pro-project-main .owl-carousel .owl-stage-outer{
  /* overflow: unset !important; */
}
.ive-vw-portfolio-pro-project-title h4{
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-fill-color: transparent;
  font-family: Nata;
  font-size: 105px !important;
  font-weight: 700;
  line-height: 105px !important;
  display: inline-block;
  margin: 0 auto;
  width: min-content;
  -webkit-text-stroke: #f1ed19;
  position: absolute;
  top: 42%;
  right: 25px;
  z-index: 9;
}
.ive-project-right-svg{
  position: absolute;
top: -6%;
right: -4%;
z-index: 1;
width: 150px;
}
.ive-project-left-svg{
  position: absolute;
bottom: -52px;
left: -5%;
z-index: 1;
width: 150px;
}
#ive-vw-portfoli-pro-project-main .ive-slide-inner-content-inner img{
      border-radius: 20px;
}
.ive-vw-portfolio-pro-honor-pnts-main>div{
  display: flex;
gap: 20%;
}
.ive-vw-portfolio-pro-honor-pnts-main  .wp-block-group .wp-block-group__inner-container{
  display: flex;
flex-direction: column;
gap: 18px;
}
.ive-vw-portfolio-pro-honor-pnts-main  .wp-block-group .wp-block-group__inner-container p{
  margin-bottom: 0;
  position: relative;
  padding-left: 25px;
}
.ive-vw-portfolio-pro-honor-pnts-main  .wp-block-group .wp-block-group__inner-container p::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 4px;
    background: #FFFFFF;
}
.ive-vw-portfolio-pro-honorcontent-main>div{
  display: flex;
    flex-direction: column;
    gap: 10px
}
.ive-vw-portfolio-pro-work-inner-main{
      justify-content: center;
          padding: 50px 0;
}
.ive-vw-portfolio-pro-work-heading h3{
  font-family: Nata;
    font-weight: 700;
}
#ive-vw-portfolio-pro-blog-main .post-item {
      height: 580px;
}
#ive-vw-portfolio-pro-blog-main .post-content-area {
    height: 100%;
}
#ive-vw-portfolio-pro-blog-main .post-image img{
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
      filter: brightness(0.2);
}
#ive-vw-portfolio-pro-blog-main .ive-inner-post-content {
  position: absolute;
bottom: 0;
}
#ive-vw-portfolio-pro-blog-main .ive-inner-post-content{
  display: flex;
flex-direction: column;
gap: 10px;
}
#ive-vw-portfolio-pro-blog-main .blog-category{
      order: 1;
}
#ive-vw-portfolio-pro-blog-main .post-title {
      order: 2;
}
#ive-vw-portfolio-pro-blog-main .post-meta.row{
      order: 3;
}
#ive-vw-portfolio-pro-blog-main .post-excerpt {
      order: 4;
}
#ive-vw-portfolio-pro-blog-main p{
  margin-bottom: 0
}
#ive-vw-portfolio-pro-testimonial-main .wp-block-ive-carousel .owl-carousel .owl-item img{
  width: auto;
      margin: 0 auto;
}
.ive-vw-protfolio-testimonial-svg svg{
  position: absolute;
    top: 160px;
width: 450px;
}
#ive-vw-portfolio-pro-testimonial-main .owl-nav{
  left: unset;
right: -45%;
}
.ive-vw-portfolio-testimonial-pro-circle{
  position: absolute;
left: 19%;
z-index: 0;
top: -70px;
}
.ive-portfolio-pro-testi-inner{
  margin-top: 10%;
}
.ive-vw-portfolio-testimonial-pro-zig{
  position: absolute;
right: 19%;
bottom: -72px;
}
.ive-vw-portfolio-pro-partner-text h5{
      font-family: 'Nata';
}
.ive-vw-portfolio-partner-main-inner>div{
display: flex;
}
#ive-vw-portfolio-pro-partner-main{
  overflow-x: hidden;
}

.ive-vw-portfolio-partner-main-inner>div{
 -webkit-transform:translateX(100%);
 transform:translateX(100%);
 animation: example1 20s linear infinite;
}

@keyframes example1 {
 0%   {
 -moz-transform: translateX(100%);
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
 }
 100% {
 -moz-transform: translateX(-100%);
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 }
}
.ive-vw-portfolio-pro-partner-text strong{
      color: #F4F000;
}
.ive-vw-portfolio-pro-partners-outer>div{
      display: flex;
}
#ive-vw-portfolio-pro-newsletter-sec .news-form-main input{
  background: transparent !important;
  width: 100%;
}
#ive-vw-portfolio-pro-newsletter-sec .news-form-main .theme-btn{
  background: transparent !important;
  padding: unset !important;
}
#ive-vw-portfolio-pro-newsletter-sec .news-form-main .theme-btn input{
  background-color: #f1ed19 !important;
  border:1px solid #f1ed19 !important;
  font-family: Poppins;
font-size: 16px;
font-weight: 600;
line-height: 27px;
text-align: center;
text-transform: capitalize;
}
#ive-vw-portfolio-pro-testimonial-main .ive-slide-inner-content-inner{
  background: #151515;
padding: 5% 40px 5%;
text-align: center;
border-radius: 20px;
}
@media screen and (max-width: 1199px) and (min-width: 320px){

  #ive-vw-portfolio-pro-about-main .wp-block-cover .wp-block-cover__image-background{
      object-fit: fill;
  }
  .ive-vw-protfolio-testimonial-svg svg{
    display: none;
  }
}
@media screen and (max-width: 1199px) and (min-width:768px){
  .ive-vw-portfolio-pro-banner-heading h1{
    font-size: 145px !important;
  line-height: 145px !important;
  }

}
@media screen and (max-width: 991px) and (min-width:768px){
  #ive-vw-portfolio-pro-testimonial-main .owl-nav{
    left: 0;
    right: 0;
    bottom: -73px;
top: unset !important;
width: 25% !important;
  }
  .ive-vw-portfolio-testimonial-pro-zig{
    right: -5%;
  }
  .ive-vw-portfolio-testimonial-pro-circle{
    left: -4%;
top: -40px
  }
}
@media screen and (max-width: 1199px) and (min-width: 576px){
  .ive-vw-portfolio-pro-sec-small-img-one,.ive-vw-portfolio-sec-small-img-two,.ive-project-left-svg,.ive-project-right-svg{
    width: 120px;
  }
  .ive-vw-portfolio-pro-sec-small-img-one{
        right: -4%;
  }
  .ive-vw-portfolio-sec-small-img-two{
    left: -5%;
  }
  .ive-vw-portfolio-pro-signiture{
        bottom: -34px;
  }
  .ive-project-left-svg{

  }
}
@media screen and (max-width:767px) {
  .ive-vw-portfolio-pro-banner-heading h1{
    font-size: 92px !important;
    line-height: 100px !important;
  }
.ive-vw-portfolio-pro-project-title h4{
  font-size: 50px !important;
line-height: 50px !important;
}
.ive-vw-portfolio-pro-project-year{
  bottom: -8px;
}
#ive-vw-portfolio-pro-testimonial-main .owl-nav{
  left: 0;
  right: 0;
}
}
@media screen and (max-width:575px) {
    /* #ive-vw-portfolio-pro-main section{
    overflow: hidden;
  } */
  #ive-vw-portfoli-pro-services-main :where(.wp-block-columns.is-layout-flex){
    gap: 5em;
  }
  .ive-vw-portfolio-pro-sec-small-img-one,.ive-vw-portfolio-sec-small-img-two,.ive-project-right-svg,.ive-project-left-svg,.ive-vw-protfolio-testimonial-svg,.ive-vw-portfolio-testimonial-pro-circle,.ive-vw-portfolio-testimonial-pro-zig{
    display: none;
  }
  .ive-vw-portfolio-pro-signiture {
    width: max-content;
    position: absolute;
    bottom: -41px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ive-vw-portfolio-pro-baner-iner{
     padding: 30px 0;
 }
 .ive-vw-portfolio-pro-banner-heading h1{
   font-size: 47px !important;
    line-height: 48px !important;
 }
 .ive-vw-portfolio-pro-honor-pnts-main>div{
   display: block;
 }
 #ive-vw-portfolio-pro-brands-main .wp-block-ive-carousel .owl-carousel .owl-item img{
   margin: 0 auto;
 }
}
