@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Vazir-Regular.eot");
    src: url("../fonts/Vazir-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Regular.woff") format("woff"), url("../fonts/Vazir-Regular.woff2") format("woff2");
  }
  
  body{
      font-family:vazir !important;
  }



*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;

}
.logo-design-img img{
    width: 100%;
}
.logoo-design-img img{
    width: 100%;
}
.logo-design-section{
    background-image: url("../images/background-sec-one.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.logo-design-text h1{
    color:#92613d;
    font-size: 50px;
}
.logo-design-text h1 span:last-child{
   font-weight: 700;
}
.logo-design-text p{
   color: black;
   font-size: 15px;
   text-align: justify;
}

.steps-logo-design{
    margin-top: -7%;
}

.steps-logo-design-item img{
    width: 50px;
}
.up-logo-portfolio{
    height: 250px;
    background-color:#f9f5ef;

}
.portfolio-item {
position: relative;

}

.portfolio-item .des-logo {
    position: absolute;
    background-color: #926c44c4;
    bottom: 15px;
    border-radius: 15px;
    color: #fff;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 5px 5px 25px 5px;
    text-align: justify;
    font-size: 15px;
    opacity: 0;
    transition: opacity 1s ease 0.5ms;
    cursor: pointer;
    z-index: 10;
    }


    .portfolio-item:hover .des-logo {
        opacity: 1;        
        }

    .portfolio-item .logo-title{
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 8px 10px;
        margin-top: -20px;
        z-index: 1000;
        font-size:14px;
    }
    












.portfolio-item img{
    width:100% ;
    height:300px;
    border-radius: 15px;
}
.portfolio-item img{
    width:100% ;
    height:300px;
    border-radius: 15px;
}

.logo-portfolio{
    margin-top: -15%;
}
.logo-portfolio button{
    background-color: #f4f0eb;
    padding: 10px;
    border: none;
    border-radius: 20px;
    color: black;
}
.logo-portfolio button a{
    color: black;
}
.Smarten-company-services-item img{
    width:100%;
    margin-left: 10px;
}
.Smarten-company-services-item .title{
   color: #ffffff;
   border-radius: 0 10px 10px 0;
   padding: 4px 2px;
   font-size: 12px;
   text-align:center;
}
.steps-logo-design-item .title{
    text-align: center;
    font-size:15px;
}
.steps-logo-design-item{
    position: relative;
}
.steps-logo-design-item .number{
    position: absolute;
    top: 20px;
    right:20%;
    width:30px ;
    z-index: 1000;
}
.Smarten-company-services-item .title a{
    color: #ffffff;

 }
 .steps-logo-design .steps{
   
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: -1;
 }
 .section-title{
    font-size: 25px;
 }
 .section-title span:first-child{
    font-weight: 600;
 }
.Smarten-company-services-item{
    position: relative;
    padding: 10px;
}
.Smarten-company-services-item::after{
    content: "";
    position: absolute;
    background-color: rgb(0, 0, 0);
    border-radius: 100px;
    z-index: -1;
    width: calc(100% - 15%);
    height:calc(100% - 40%);
    top: 21%;
    right: 2%;

}
.types-logo-design-right-item{
    display: flex;
    flex-wrap: wrap;

}
.types-logo-design-right-up .type {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    border-radius: 1000px;
}
.types-logo-design-right-item{
position: relative;
}
.types-logo-design-right-item::after{
content: "";
position: absolute;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
height: 100%;
width:calc(100% - 15%);
top: 0;
left:-15px;
border-radius:30px;
z-index: -1;
}

.types-logo-design-right .types-logo-design-right-item .description{
   text-align: justify;
   font-size: 15px;
   padding: 10px;
}

.types-logo-design-left-up{
    position: relative; 
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.types-logo-design-left-up::after{
    content: "";
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height:calc(100% - 50px);
    width:100%;
    top: 60px;
    left:0;
    border-radius:30px;
    z-index: -1;
    }

    .btns-logo-design button{
       background-color: #dedede;
       font-size: 14px;
       width: 100%;
       border: none;
       padding: 10px 7px;
       border-radius: 18px;
       border: 1px solid #80808059;
       font-weight: bold;
}
    }
    .btns-logo-design button:hover{
        background-color: #383838;
    }

    .btns-logo-design button a{
       color: #665040;

     }
     .btns-logo-design button:hover a{
        color: #f9f5ef;
    }
    .logo-design-consultation-left{
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        padding:20px 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;

    }
    .logo-design-consultation-right{
       margin-bottom:70px;
    }
    .logo-design-consultation{
        background-image: url(../images/logo-design-consultation-background.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .portfolios{
        position: relative;
        z-index: 2;
    }
.types-logo-design-let-item{
    text-align: justify;
}
  .logoo-design-section{
    margin-top:50px;
  }



    .portfolios::after{
        position:absolute;
        width: 100%;
        content: "";
        height: calc(100% - 40%);
        top: 20%;
        left: 0;
        background-color:#d8c4af;
        z-index: -20;
        
    }
  
    .has-top-margin{
        margin-top: 50px;

    }
    .Advantage-item-text{
        background-image:url("../images/backpurpose.png");
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        height: 115px;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    .Advantage-item-img{
       display: flex;
       justify-content: center;
    }
    .Advantage-item-img img{
        margin-right:60px;
        width: 100%;
        z-index: 2;
    }
    .Advantage-item-text .Advantage-item-tex-inner span:first-child{
        font-weight: 600;
        font-size: 25px;
    }
    .Advantage-item-text .Advantage-item-tex-inner span{
        font-size: 15px;
    }

    .logo-design-text-two{
       color: black;
       padding: 10px;
    }
    .logo-design-text-two p{
       text-align: justify;
     }
    .logo-design-text-two span:first-child{
        font-size:40px;
        font-weight: 400;
    }
    .logo-design-text-two span:last-child{
        font-size:50px;
        font-weight: 700;
    }
    
    form .ginput_container input {
    border-radius: 5px;
    outline: navajowhite;
    color: #fff;
    background-color: #f1f1f1 !important;
    padding: 10px;
    border: none !important;
    width: 100% !important;
}

.gform_footer #gform_submit_button_1 {
    border-radius: 5px;
    outline: navajowhite;
    color: #fff;
    background-color: #b6916f5c;
    padding: 10px 25px;
    border: 1px solid #62473a78;
    margin-top: 10px !important;
}
    @media (max-width: 600px) {
        .portfolio-item img {
            width: 100%;
            height: 180px;
            border-radius: 15px;
        }
        .logo-portfolio {
            margin-top: -48%;
        }
        .steps-logo-design {
            margin-top:0;
        }
        .portfolio-item .des-logo {
            position:absolute;
            bottom: 0;
            background-color: #7b6043a0;
            height: auto;
            border-radius: 15px;
            color: #fff;
            opacity: 0;
            justify-content: end;
            align-items: end;
            padding: 5px 20px 5px 5px;
            text-align:center;
            font-size: 12px;
            
            }
            .portfolio-item .logo-title{
                border-radius: 10px;
                padding:5px;
                margin-top: none;
                z-index: 20;
                font-size: 12px;
            }
            .logo-design-text h1 {
                font-size: 25px;
            }
            .Advantage-item-text .Advantage-item-tex-inner span:first-child{
                font-weight: 600;
                font-size: 18px;
            }
            .Advantage-item-img img{
                margin-right:0;
                width: 50%;
                margin-bottom: -20px;
            }
            .Advantage-item-text{  
                background-position: center;
            }
            .logo-design-text-two span:first-child{
                font-size:20px;
                font-weight: 400;
            }
            .logo-design-text-two span:last-child{
                font-size:26px;
                font-weight: 700;
            }
            .logoo-design-section{
                margin-top:0px;
              }
   .Smarten-company-services-item .title{
   font-size: 11px;
}

.logo-design-consultation-right {
    margin-bottom: 0 !important;
}
    }
    
    
    .title-section.right{
    position: relative;
 }
 .title-section.right::after{
    position:absolute;
    content: "";
    bottom: 0;
    background-color:#ba9570;
    height: 1.5px;
    width: 10%;
    right: 0;
    bottom: -10px;
 }

  


@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1220px
    }
}

.inner-footer{
  background-color: red;
  position: relative;
}
.up-footer{
  padding: 0px 60px;
  position: absolute;
  bottom: 60px;
}

.up-footer .inner-up-footer .up-footer-item h3{
  color: #fff;
  font-size:20px;
}
.up-footer .inner-up-footer .up-footer-item p{
  font-size: 15px;
  color: #fff;
}
.up-footer .inner-up-footer .up-footer-item .content-with-us span a{
  font-size: 17px;
  color: #fff;
}
.inner-up-footer{
  margin-top:-20px;
  background-color: rgb(0, 0, 0);
  border-radius: 5px;
  z-index: 1000;
}
.down-footer{
height: 200px;
display: flex;
justify-content: end;
align-items: end;
padding: 10px 90px; 
}
.footer{
    margin-top:244px;
}


@media only screen and (max-width: 1000px) {
  .inner-up-footer{
   padding: 10px;
  }
  .up-footer {
     padding: 0px 0px;
    position: inherit;
     bottom: 0px;
    }

    .down-footer {
      height: auto;
      padding: 10px;
     }
   .footer{
    margin-top:80px;
}
.description-404 h1{
      color: #fff;
      font-size: 16px;
     }
     .description-404 p{
       color: #fff;
       font-size: 13;
      }
      .image-404 img{
          width:90%;
      }
}
.icon-footer img{width: 18px;}
  
