h1 {
  color: #e01321;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 800;
  font-family: "Proxima Nova Bl";
}
.portfolio-banner {
  margin-top: 76px;
  padding: 60px 0 40px;
  overflow: hidden;
}
.page-title {
  display: none;
}
.banner-containt p {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: -0.9px;
}
.tab-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.tab-menu ul li {
  margin-right: 30px;
}
.tab-menu ul li:last-child {
  margin-right: 0;
}
.tab-menu ul li a {
  color: #999aa1;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -1px;
  font-family: "Proxima Nova Th";
}
.tab-menu ul li a.active {
  color: #14151b;
}
.tab-menu ul li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  width: 0;
  height: 3px;
  background-color: #e01321;
  transition: width 0.3s ease;
}
.tab-menu ul li a.active:after {
  width: 100%;
  transition: width 0.3s ease;
}
.tab-box {
  display: none;
}
.btn-add {
  margin-top: 20px;
}
.btn-view {
  display: inline-block;
  background-color: #02789e;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Proxima Nova Rg";
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.5s;
  border: 2px solid transparent;
}
.btn-view:hover {
  border: 2px solid #02789e;
  color: #14151b;
  background: 0 0;
}
.portfolio-blog {
  flex-wrap: wrap;
  justify-content: space-between;
}
.portfolio-gallery {
  position: relative;
}
.app-box {
  max-width: 619px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.project-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.hover-block {
  background-color: rgba(248, 143, 123, 0.9);
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.5s ease;
}
.app-box:hover .hover-block {
  opacity: 1;
}
.app-box:hover .portfolio-overlay {
  display: none;
}

.portfolio-overlay{
    display: none;

} 
.portfolio-overlay.cop-overlay {
  background: rgba(228, 44, 56, 0.95);
}
.project-heading {
  color: #fff;
  font-size: 2rem;
  padding: 0;
  letter-spacing: -0.6px;
  line-height: 1;
  margin-bottom: 12px;
  font-family: "Proxima Nova Th";
}
.sub-title{
  margin-left:15px;
  font-size:14px;
  letter-spacing:0.7px;
  color:#14151b;
}
.hover-content p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 12px;
}
.hover-btn {
  display: inline-block;
  color: #14151b;
  font-size: 1.5rem;
  background-color: #fff;
  padding: 7px 8px 6px 8px;
  border: 2px solid #fff;
  font-weight: 700;
  border-radius: 2px;
  transition: all 0.5s;
  font-family: "Proxima Nova Rg";
}
.hover-btn:hover {
  background-color: #14151b;
  color: #fff;
  border-color: #14151b;
}
.hover-btn {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  background-color: #02789e;
  padding: 7px 8px 6px 8px;
  border: 2px solid #02789e;
  font-weight: 700;
  border-radius: 2px;
  transition: all 0.5s;
  font-family: "Proxima Nova Rg";
}
.hover-btn:hover {
  border: 2px solid #02789e;
  color: #14151b;
  background: #fff;
}
.store-link {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.store-link li {
  display: inline-block;
  margin-right: 15px;
}
.store-link li a {
  width: 24px;
}
.portfolio-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.web-box {
  max-width: 371px;
  width: 300%;
  margin-bottom: 25px;
  position: relative;
}
.website-hoverblock {
  background-color: #f88f7b;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.web-gallery:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f88f7b;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.web-box:hover .web-gallery:after {
  opacity: 0;
}
.portfolio-frame {
  padding: 20px 0 0;
  position: relative;
}
.portfolio-frame h3 {
  color: #14151b;
  font-size: 2.4rem;
  line-height: 24px;
  padding: 0;
  margin-bottom: 13px;
}
.link {
  position: relative;
  color: #14151b;
  transition: all 0.5s;
}
.link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-out;
  background-color: #c6c7cb;
  height: 2px;
}
.link:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -2px;
  width: 0%;
  background-color: #14151b;
  height: 2px;
  transition: width 0.3s ease;
}
.link:hover:before {
  background-color: #1f212c;
  width: 100%;
  transition: width 0.3s ease;
}
.web-box:hover .link {
  color: #e42c38;
}
.portfolio-frame p {
  padding: 0 13px 0 0;
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.28;
}
.rating-section {
  padding: 50px 0 70px;
}
.star-wrapper {
  margin-bottom: 40px;
}
.star-list {
  margin-bottom: 15px;
}
.star-list li {
  display: inline-block;
  margin: 0 6px;
}
.star-list li img {
  width: 30px;
}
.disclaimer-block {
  max-width: 805px;
}
.desclaimer strong {
  display: block;
  font-family: "Proxima Nova Th";
}
#tab-03{
  margin-bottom:100px;
}
@media all and (min-width: 375px) {
  .tab-menu ul li {
    margin-right: 30px;
  }
  .btn-view {
    font-size: 1.6rem;
  }
  .hover-content p {
    font-size: 1.5rem;
  }
  .hover-block {
    padding: 20px;
  }
}
@media all and (min-width: 667px) {
  .web-box {
    width: 47%;
  }
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
  .portfolio-banner {
    padding: 50px 0;
  }
  .tab-menu ul li a {
    font-size: 3rem;
    line-height: 28px;
  }
  .btn-view {
    font-size: 1.8rem;
  }
  .hover-block {
    padding: 30px;
  }
  .project-heading {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }
  .hover-content p {
    width: 350px;
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
@media all and (min-width: 992px) {
  .portfolio-banner {
    padding: 70px 0;
  }
  .banner-containt p {
    font-size: 2rem;
  }
  .app-box {
    width: 48%;
  }
  .web-box {
    width: 32%;
  }
}
@media all and (min-width: 1025px) {
  .hover-block {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .portfolio-overlay {
    display: block;
    position: absolute;
    background: #f88f7b;
    padding: 10px 16px;
    left: 20px;
    bottom: 20px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
  }
}
@media all and (min-width: 1200px) {
  h1 {
    font-size: 4.4rem;
  }
  .portfolio-banner {
    margin-top:65px;
  }
  .banner-containt,
  .portfolio-banner {
    position: relative;
  }
  .banner-containt p {
    font-size: 2.6rem;
    letter-spacing: -0.9px;
    line-height: 26px;
  }
  .page-title {
    display: block;
    position: absolute;
    left: 56%;
    top: 0;
    color: #fff;
    white-space: nowrap;
    letter-spacing: -2px;
    font-size: 21rem;
    font-family: "Proxima Nova Bl";
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ebe9ea;
  }
  .tab-menu ul li {
    margin-right: 40px;
  }
  .btn-add {
    width: 100%;
    text-align: right;
  }
  .btn-view {
    padding: 22px 26px;
  }
  .app-gallery {
    height: 334px;
  }
  .star-wrapper {
    margin-top: -119px;
  }
}
@media all and (min-width: 1280px) {
  h1 {
    font-size: 4.8rem;
    line-height: 46px;
    letter-spacing: -2px;
  }
  .page-title {
    display: block;
  }
  .app-gallery {
    height: 370px;
  }
  .hover-block {
    padding: 30px 60px;
  }
  .project-heading {
    font-size: 3rem;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .hover-content p {
    width: 413px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .hover-btn {
    font-size: 1.6rem;
    padding: 12px 16px 11px;
  }
  .store-link li {
    margin-right: 20px;
  }
  .store-link li a {
    width: 32px;
  }
  .portfolio-overlay {
    padding: 11px 20px;
  }
  .project-title {
    font-size: 1.6rem;
  }
  .web-box {
    width: 100%;
  }
  .portfolio-frame {
    padding: 20px 0;
  }
  .portfolio-frame h3 {
    font-size: 3rem;
    line-height: 28px;
    letter-spacing: -0.6px;
    margin-bottom: 15px;
  }
  .portfolio-frame p {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1366px) {
  .app-box {
    width: 100%;
  }
  .app-gallery {
    height: 382px;
  }
}
@media all and (min-width: 1400px) {
  .portfolio-banner {
    padding: 100px 0 92px;
  }
  .page-title {
    left: 61%;
    top: 11px;
    margin-left: -5px;
    letter-spacing: 1px;
    font-size: 28.2rem;
  }
  .tab-menu ul {
    margin-bottom: 75px;
  }
  .tab-menu ul li {
    margin-right: 96px;
  }
  .tab-menu ul li a:after {
    margin-top: 15px;
  }
  .app-box {
    margin-bottom: 37px;
  }
  .rating-section {
    padding: 72px 0 115px;
  }
  .star-wrapper {
    margin-bottom: 52px;
  }
  .desclaimer {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .star-wrapper {
    margin-top: -139px;
  }
}
