@media only screen and (max-width: 1100px) {
    html,body{
        margin: 0;
        padding: 0;
        color: black;
        font-size: 15px;
        font-weight: normal;
        font-family: 'DT-Roboto-Regular';
        overflow-y: initial;
        overflow-x: initial;
    }

    .mobile-wrapper {
        position: relative;
        width: 100%;
        font-family: 'DT-Roboto-Regular';
    }

    .mobile {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .mobile-menu{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 80px;
        background-color: #ffffff;
        z-index: 9999;
        display: flex;
        justify-content: space-between;
        box-shadow: 0 3px 6px -2px rgba(0,0,0,.2);

    }
    .logo {
        width: 45px;
        display: block;
        margin: 15px 5%;
    }
    .menu-icon {
        display: inline-block;
        width: 45px;
        height: 25px;
        margin: 25px 5%;

        vertical-align: top;
        position: relative;
    }
    .menu-icon svg{
        width: 45px;
        height: 30px;
        fill:#fdab3b;
    }

    .menu-line:nth-of-type(1) {
        display: block;
        width: 30px;
        height: 2px;
        background: #fdab3b;
        position: absolute;
        top: 0;
        right: 0;
        transition: .4s ease-in-out;
    }

    .menu-line:nth-of-type(2) {
        display: block;
        width: 36px;
        height: 2px;
        background: #fdab3b;
        position: absolute;
        top: 8px;
        right: 0;
        transition: .4s ease-in-out;
    }

    .menu-line:nth-of-type(3) {
        display: block;
        width: 30px;
        height: 2px;
        background: #fdab3b;
        position: absolute;
        top: 17px;
        right: 0;
        transition: .4s ease-in-out;
    }
    .menu-icon:hover .menu-line:nth-of-type(2) {
        width: 30px;
    }


    .g-tags{
        opacity: 1;
        margin-left: 0;
        text-align: center;
    }

    .hover-target{
        margin: 0;
        text-align: center;
    }
    .center{
        text-align: center;
    }
    .mobile__main-top{
        width: 100%;
        height: 400px;
        position: relative;
    }
    .tilted-1, .tilted-2,.tilted-3 {
        width: 140px;
        margin: 0 auto;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .informer{
        display: flex;
        justify-content: center;
        background: #000000;
        color: #ffffff;
        padding: 10px;
        width: 150px;
        margin: 30px auto 15px auto;

    }
    .dev-tags a {
        color: #f19934;
        text-decoration: none;
        border-bottom: 1px dashed #f19934;
        margin-right: 13px;
    }
    .dev-tags {
        margin-bottom: 30px;
    }
    .dev-tags a:last-child{
        margin-right: 0px;
    }
    .gray-text{
        color: #918f8f;
        line-height: 28px;
        font-family: 'DT-Roboto-Light'
    }
    .block1{
        margin-top: 20vh;
    }
    .block2{
        margin-top: 40px;
    }
    .mobile__footer{
        display: flex;
        justify-content: center;
    }

    .s-wtsp {
        display: block;
        width: 17px;
        height: 17px;
        margin: 17px 8px;
        background: url(../i/s-wtsp.png) no-repeat center/contain;
    }
    .s-tlg {
        display: block;
        width: 17px;
        height: 17px;
        margin: 17px 8px;
        background: url(../i/s-tlg.png) no-repeat center/contain;
    }
    .s-inst{
        display: block;
        width: 17px;
        height: 17px;
        margin: 17px 8px;
        background: url(../i/s-inst.png) no-repeat center/cover;
    }
    .s-behance{
        display: block;
        width: 17px;
        height: 17px;
        margin: 17px 8px;
        background: url(../i/s-behance.png) no-repeat center/contain;
    }

    .menu{
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
        padding: 0;
    }
    .menu li{
        margin-bottom: 10px;
    }
    .menu li a{
        text-transform: uppercase;
        font-size: 13px;
        color: #000000;
        font-family: 'DT-Roboto-Medium';
        text-decoration: none;
        margin-bottom: 10px;
        border-bottom: 1px dashed #000000;
    }

    .menu li:last-child a{
        color: #f19934;
        border-bottom: 1px dashed #f19934;
    }
    .remodal-close {
        color: #f19934;

    }
    .rm-project{
        width: 100%;
        padding: 35px 0;
        overflow-x: hidden;
    }
    .np-item{
        width: 125px;
        height: 125px;
    }
    .np-item span{
        width: 90%;
        top: 70px;
        left: 5%;
    }
    .np-item .icon{
        top: 28px;
        left: 37%;
    }
    .rm-project h1, .rm-success h1{
        line-height: 34px;
        font-size: 28px;
    }
    .rm-form .form-input {
        display: block;
        margin: 0 auto;
        width: 70%;
        margin-bottom: 15px;
        text-align: left;
        position: relative;
    }
    .rm-form{
        margin-top: 30px;
    }
    .rm-form input[type=submit]{
        display: block;
        margin: 25px auto;
        width: 200px;
        height: 45px;
    }
    .rm-form span {
        font-size: 10px;
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 30px;
    }
    .rm-form .form-input:nth-of-type(3) {
        margin: 0 auto 15px auto;
    }
    .mobile__about{
        margin-top: 220px;
        width: 100%;
        position: relative;
        text-align: center;
    }
    .blackcircle{
        transform: scale(1) translateX(-50%);
        opacity: 1;
        top: -110px;
        margin-left: 0;
        animation: 2.2s ease 0s infinite normal none running pulse;
    }
    .ai-holder{
        width: 100%;
        margin-top: 8vh;
        margin-bottom: 70px;
    }
    .a-item:nth-of-type(1){
        margin: 0 auto 15px auto;
    }
    .a-item{
        display: block;
        margin: 0 auto 15px auto;
    }
    .a-item .line{
        width: 100% ;
    }
    .a-item span:nth-of-type(2){
        text-align: center;
    }
    .a-item:nth-of-type(4){
        margin: 0 auto;
    }
    .a-item span:nth-of-type(1){
        padding-top: 25px;
    }
    .mobile-underline{
        background: -webkit-linear-gradient(270deg, #fdb147,#fd8d22);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-bottom: 1px solid #fdb147;
    }
    span.show{
        opacity: 1 !important;
        transform: translateY(0px) !important;
        background: -webkit-linear-gradient(270deg, #fdb147,#fd8d22);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 28px;
        z-index: 10;
    }
    .About-title{
        margin-top: 0px;
        margin-left: -30px;
        width: 100%;
        height: 70px;
    }
    .mobile-black{
        background-color: #000000;
        color: #ffffff;
        width: 100%;
    }
    .mobile-black .mobile{
        padding: 50px 0;
    }
    .s-item{
        width: 100%;
    }
    .s-item span{
        width: 100%;
        font-size: 18px;
        margin: 0 auto;
    }
    .s-item img{
        right: 10px;
    }
    .s-item-content img{
        top: -15px;
        left: 50%;
        transform: rotate(180deg) translateX(50%);
        margin: 0;
    }
    .s-item-content span:nth-of-type(1){
        width: 100%;
    }
    .s-item-content{
        width: 80%;
        height: 370px;
    }
    .conts{
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
    }
    .ap-4 p{
        width: 100%;
        top: 180px;
        text-align: center;
    }
    .ap-4 h2{
        margin: 0;
        text-align: center;
    }
    .ap-4 .creds{
        margin-top: 300px;
    }
    .rm-menu{
        width: 90%;
    }
    .rm-callback{
        padding: 50px 0;
    }
    .mobile p{
        font-size: 18px;
    }
    .mobile__portfolio{
        margin-top: 150px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mobile__portfolio .p-item {
        display: block;
        width: 100%;
        height: 70vw;
        margin-bottom: 20px;
        background: black;
        border-radius: 5px;
        vertical-align: top;
        color: white;
        position: relative;
        transition: .2s ease-in;
        animation: .9s popup-opacity ease-in;
    }
    .p-item a{
        top: 0;
    }
    .p-item p{
        font-size: 10px;
        margin-top: 6px;
        width: 100%;
    }
    .start{
        width: 90%;
    }
    .p-contacts{
        margin-top: 130px;
        position: relative;

    }
    .p-contacts h2{
        width: 100%;
        margin: 0;
        left: 0;
        font-size: 32px;
    }

    .p-contacts .details{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .p-contacts .details .dtc{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .maps{
        position: relative;
        height: 55vh;
        display: block;
        width: 100%;
        margin-top: 40px;
    }
    .maps .yelover{
        position: absolute;
        top: 0;
        height: 55vh;
        display: block;
        width: 100%;
        background: #fd8d22;
        z-index: 1;
        opacity: .7;
        pointer-events: none
    }
    .social{
        z-index: 2;
        left: 0;
        width: 100%;
    }
    .social .s-tlg{
        margin-left: 0;
    }
    .scroll-btn{
        bottom: 30px;
        width: 145px!important;
        right: -60px!important;
        top: -45px!important;
    }


}
@media only screen and (max-width: 600px) {
    .mobile__portfolio{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .s-btn{
        padding: 15px 35px;
    }
}

/*Iphone SE*/

@media only screen and (max-width: 350px) {
    .s-item{
        width: 100%;
        height: 83px;
    }
    .s-item span{
        width: 90%;
        margin: 0 auto;
        padding-top: 27px;
    }
    .s-item img{
        top: 40%;
    }
    .s-item-content span:nth-of-type(1){
        padding-top: 31px;
    }
    .ap-4 p span{
        font-size: 22px;
    }
    .s-btn{
        padding: 15px 20px;
    }
}
