.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.price-box:hover .ftter a.borderBtn {
    background: transparent;
    color: #c3c2c4!important;
}

.price-box:hover .ftter .themeBtn {
    background: white;
    color: black!important;
}



section.portfolio {
  background: transparent!important;
  padding-top: 80px;
  /* background-image:url(../images/portfolio-circle.webp); */
  background-position: center;
  position: RELATIVE;
  /* z-index: 2; */
  margin-top: -6rem;
}

.portfolio-box img {
  width: 100%;
  border-radius: 0;
  /* height: 513px; */
  /* object-fit:cover; */
}

.portfolio-box a {
  display: inline-block;
  width: 100%;
}

.portfolio-box {
  position: relative;
  transition: all 0.4s ease;
  margin-bottom: 30px;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.portfolio-box .overlay {
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
  background-color: #df678c;
  box-shadow: 0 24px 29px 0 rgba(188, 126, 233, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* border-radius: 14px; */
  transition: all 0.4s ease;
  box-shadow: 0 24px 29px 0 rgba(188, 126, 233, 0.19);
}

.portfolio-box:hover .overlay {
  display: flex;
  opacity: 0.7;
}

.portfolio-box .overlay i {
  font-size: 30px;
  color: #fff;
}

.portfolio h2 {
  margin-bottom: 50px;
}

.portfolio.pricing p {
    text-align: center;
}

section.pricing {
  padding-top: 90px;
  /*position: relative;*/
  padding-bottom: 50px;
  background: #fdfdfd;
  /*margin-bottom: 4rem;*/
  /* overflow-x: hidden; */
  /* text-align: center; */
  overflow: hidden;
}

section.pricing h2,
.portfolio h2 {
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 700;
  color: #c30000;
}
.pricing .container {max-width: 1327px;}
.pricing .nav-tabs .nav-link {
  color: #a0a0a0;
  font-size: 13px;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid #cfcfd0;
  margin: 0 4px;
  font-weight: 500;
  font-family: 'Poppins';
}

section.pricing .nav-tabs {
  border-bottom: 0;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 20px;
  border-radius: 5px;
  /* background-color: rgb(255 255 255); */
  /* box-shadow: 0px 22px 54px 0px rgb(101 101 101 / 10%); */
  z-index: 1;
}

.pricing .nav-tabs .nav-link.active,
.pricing .nav-tabs .nav-link:hover {
  color: #fff;
  border-radius: 0;
  border: 0;
  border-radius: 7px;
  background-image: -moz-linear-gradient( 90deg, rgb(59,0,0) 0%, rgb(157,0,0) 30%, rgb(195,0,0) 100%);
  /* background-image: -webkit-linear-gradient( 90deg, rgb(59,0,0) 0%, rgb(157,0,0) 30%, rgb(195,0,0) 100%); */
  background-image: -webkit-linear-gradient( 57deg, rgb(30 1 1) 0%, rgb(61 21 96) 53%, rgb(61 21 96) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(59,0,0) 0%, rgb(157,0,0) 30%, rgb(195,0,0) 100%);
}

.price-box {
  padding-top: 25px;
  padding-left: 25px;
  padding-bottom: 30px;
  padding-right: 7px;
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
  border-width: 2px;
  /* border-color: #bf2131; */
  /* border-style: solid; */
  border-radius: 15px;
  /* background-color: rgba(255, 255, 255, 0.251); */
  box-shadow: 1px 5px 11px lightgrey;
  z-index: 1;
}
.special {
    position: absolute;
    top: -8px;
    right: -8px;
}
.price-box h3 {
  font-weight: 700;
  position: relative;
  /* padding-bottom: 15px; */
  font-size: 1.5rem;
  color: #1a1820;
  padding-right:15px;
  /* border-bottom: 1px solid gray; */
  position: relative;
  margin-bottom: 3px;
}

.price-box h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: url(../images/border-line.webp);
  background-repeat: no-repeat;
}

.price-box h2 {
  font-size: 35px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.price-box .listscroll {
  padding-left: 0;
  list-style: none;
  position: relative;
  height: 315px;
  margin-top: 19px;
}

.price-box .listscroll li:before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  background-color: #b8b8b8;
  color: #fff;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: -10px;
  border-radius: 3px;
  top: 5px;
}

.price-box .listscroll li {
  padding-left: 24px;
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
  color: #1a1820;
  position: relative;
}

.price-box .themeBtn {
  padding: 1em 1.1em;
}

.price-box .viewdetails {
  color: rgba(255, 255, 255, 0.502);
}

.price-box .ftter {
  margin-top: 25px;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}



section.portfolio.inner-portfolio {
  padding-bottom: 80px;
}

.price-box:before {
  /* background: linear-gradient(350deg, rgba(145,12,26,1) 0%, rgba(145,12,26,1) 35%, rgba(181,28,45,1) 100%); */
  background-image: -moz-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
  /* background-image: -webkit-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%); */
  background-image: -webkit-linear-gradient( 116deg, rgb(61 21 96) 0%, rgb(223 103 140) 30%, rgb(223 103 140) 100%);
  background-image: -ms-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  position: ABSOLUTE;
  border-radius: 11px;
  z-index: -3;
  opacity: 0;
  transition: all 0.9s ease;
  border: 1px solid transparent;
}

.price-box:hover:before {
  opacity: 1;
  transition: all 0.9s ease;
}

.price-box:hover p {
  color: white !important;
}

.price-box:hover i {
  color:white;
}

.price-box:hover .listscroll li:before {
  background-color: #f6f9fd;
  color: #c12232;
}

.price-box:hover .themeBtn {
  background-color: #fff;
  color: #bd2130 !important;
  z-index: 14;
  text-decoration: none !important;
}

.price-box:hover .viewdetails {
  color: var(--white);
}

.price-box:hover h2 {
  -webkit-text-fill-color: var(--white);
}

.price-box:hover h3:before {
  filter: brightness(0) invert(1);
}



.tab-content.portfolio-tabs > .active {
  display: flex;
  margin-top: 60px;
}

.portfolio-nav {
  margin-bottom: 0px !important;
}


.price-box .ftter a {
  flex: 0 0 48%;
  min-width: auto;
  padding: 10px 0;
  min-height: 45px;
}




section.pricing p.text-center {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 500;
}

.price-box:hover h3 {
  color: #fff;
}

.price-box:hover:before {
  transition: all 0.9s ease;
  height: 100%;
}

.ftter a.themeBtn.borderBtn {
  border-color: transparent;
  color: #c3c2c4;
  background: transparent;
}

.price-box:hover .pkhead {
  color: #fff;
}

.price-box:hover .listscroll li {
  color: #fff;
}


section.steps-seq {
  padding: 0px 0 50px;
  text-align: center;
}
.price-box .listscroll {
  height: 256px;
  overflow-y: scroll;
}
.price-box .listscroll::-webkit-scrollbar {
  width: 10px;
    
}

/* Track */
.price-box .listscroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius:20px;
}

/* Handle */
.price-box .listscroll::-webkit-scrollbar-thumb {
  background: #3d1560;
  border-radius:20px;
  
}

/* Handle on hover */
.price-box .listscroll::-webkit-scrollbar-thumb:hover {
  background: #555;}
 
div#myTabContent {
   padding: 0px 30px;
}
   
.carousal1  .item {
    display: flex;
}


.carousal1.owl-theme .owl-dots .owl-dot span {
    width: 105px;
    height: 5px;
    margin: 5px 7px;
    background: #c9c9c9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.carousal1.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #340f43;
}



.themeBtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* background: var(--button-gradient); */
    border: 0;
    border-radius: 5px;
    color: var(--white);
    align-items: center;
    padding: 1em 1em;
    font-size: 15px;
    font-weight: 600;
    background-size: 300% 100%;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-width: 200px;
    justify-content: center;
    /* background: #c51230; */
    text-transform: capitalize;
    font-family: 'Poppins';
    background-image: -moz-linear-gradient( 90deg, rgb(59,0,0) 0%, rgb(157,0,0) 30%, rgb(195,0,0) 100%);
    /* background-image: -webkit-linear-gradient( 116deg, rgb(59,0,0) 0%, rgb(157,0,0) 30%, rgb(195,0,0) 100%); */
    background-image: -webkit-linear-gradient( 57deg, rgb(30 1 1) 0%, rgb(61 21 96) 53%, rgb(61 21 96) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(59,0,0) 0%, rgb(157,0,0) 30%, rgb(195,0,0) 100%);
}

.themeBtn:hover {
    background-position: 100% 0;
    color: var(--white);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background-image: -webkit-linear-gradient( 116deg, rgb(61 21 96) 0%, rgb(223 103 140) 30%, rgb(223 103 140) 100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.price-box p:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #dad9dc;
    width: 52%;
    bottom: 9px;
}


h2.gradient-heading {
    color: #161616!important;
    font-family: 'Poppins';
}
.special img {
    width: 134px;
}
h2.section-heading {
    color: #3d1560!important;
}
.pkhead p {
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 21px;
    margin-bottom: 0px;
    position: relative;
}

section.portfolio.pricing.ser {
    margin-top: 0px;
    padding-top: 0px;
}


section.portfolio.pricing.ser.ss .portfolio-box {
    height: 341px;
    margin-bottom: 13px;
    margin-top: 13px;
}

section.pricing.ma .tab-content.portfolio-tabs > .active {
    margin-top: 0px;
}

section.pricing.ma {
    padding-top: 0px;
}