
/*Testimonial css*/
section.demo {
    background: #fff;
}

/*Faq css*/
section.faq {
    background: #f4f4f4;
}

/*Blog css*/
.blog-wrapper {
    background: #fff;
}

/*Cta 1 css*/
section.cta1 {
    background: var(--gradient);
    text-align: center;
}
section.cta1 h3, section.cta1 p{
    color: var(--white-color);
}
section.cta1 p{
    font-size: var(--f20);
    width: 80%;
    margin: auto;
}
section.cta1 a.main-btn {
    display: block;
    margin: auto;
    width: 200px;
    margin-top: 30px;
}

/*Graphic service css*/
section.graphic-service .row{
    gap: 30px 0;
}
section.graphic-service .head{
    text-align: center;
}
section.graphic-service .service-sec img{
    height: 200px;
    margin: auto;
    margin-bottom: 30px;
}

/*Process css*/
section.process {
     padding-bottom: var(--p70); 
    background: #f4f4f4;
}
section.process .row.start {
    background-image: url(../images/process1.png);
    background-repeat: no-repeat;
    background-position: 50% 40px;
    background-size: 85%;
}
section.process .head{
    margin-bottom: var(--m40);
    width: 100%;
}
section.process .icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: linear-gradient(90deg,#40ccfc 0%,#1aecf5 100%);
    -webkit-box-shadow: 0 10px 40px rgba(255,132,105,.5);
    -khtml-box-shadow: 0 10px 40px rgba(255,132,105,.5);
    -moz-box-shadow: 0 10px 40px rgba(255,132,105,.5);
    -ms-box-shadow: 0 10px 40px rgba(255,132,105,.5);
    -o-box-shadow: 0 10px 40px rgba(255,132,105,.5);
    box-shadow: 0 10px 40px rgba(255,132,105,.5);
    border-radius: 50%;
    border: 5px solid #fdfdfd;
    margin: 0 auto 25px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}
section.process .first .icon {
    background-color: transparent;
    background-image: linear-gradient(to right, #FF6CA4 0, #FD9A85 100%);
}
section.process .second .icon {
    box-shadow: 0px 4px 30px 0px rgba(0.9999999999999973, 235.99999999999997, 222.00000000000003, 0.5);
    background-color: transparent;
    background-image: linear-gradient(90deg, #00FFF0 0%, #00D3C7 100%);
}
section.process .third .icon {
    box-shadow: 0px 4px 30px 0px #D5A8F5;
    background-color: transparent;
    background-image: linear-gradient(90deg, #9255CE 0%, #BE60FF 100%);
}
section.process .fourth .icon {
    box-shadow: 0px 4px 30px 0px rgba(0, 255, 255, 0.6);
}
section.process h3 {
    font-size: var(--f32);
    margin-bottom: var(--m20);
    text-align: center;
}
section.process p {
    text-align: center;
}

/*Projects css*/
section.projects .portfolio-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    /* margin-top: 5%; */
    overflow: hidden;
}
section.projects .portfolio-img img{
    bottom: -495px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 5s;
    -moz-transition: top 5s;
    -ms-transition: top 5s;
    -o-transition: top 5s;
    transition: bottom 5s;
}
section.projects a:hover .portfolio-img img{
    bottom: 0;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
    }
section.projects .portfolio-cont {
    position: absolute;
    left: 0px;
    bottom: 0;
    padding: 30px 30px 20px;
    padding-left: 30px;
    z-index: 3;
    max-width: 320px;
    min-height: 250px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}
section.projects .portfolio-cont:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    left: -120px;
    width: 400px;
    content: "";
    opacity: .9;
    border-radius: 30px 90px 20px 30px;
    transform: skew(-22deg);
    background: var(--territiary-color);
}
section.projects a{
    position: relative;
}
section.projects .icon{
    position: relative;
    display: block;
    height: 48px;
    width: 48px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: var(--m20);
    opacity: 1;
    transform: translateY(0px);
    transition: all .3s ease;
}
section.projects .icon i{
    font-size: var(--f25);
}
section.projects p{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--white-color);
    position: relative;
    opacity: 1;
    transform: translateY(0px);
    transition: all .3s ease;
}
section.projects  h4{
    position: relative;
    color: var(--white-color);
    font-size: var(--f28);
    margin-bottom: 0;
    opacity: 1;
    transform: translateY(0px);
    transition: all .3s ease;
}
section.projects a:hover .portfolio-cont {
    opacity: 1;
    left: 0;
    visibility: visible;
}
section.projects a:hover .icon{
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: all 0s;
}
section.projects a:hover p{
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition-delay: .2s;
}
section.projects a:hover h4{
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition-delay: .3s;
}
section.projects .portfolio-area{
    overflow: hidden;
}
section.projects .head h2{
    text-align: center;
}
section.projects .row{
    gap: 40px 0;
}