body{
    font-family: Manrope;
    font-weight: 500;
}
button{
    font-family: Manrope;
    font-weight: 500;
}

a{
    font: inherit;
    text-decoration: none;
}

    @media screen and (max-width: 1100px) {

        #outerillus{
            background-color: #E7EBED;
            margin:auto;
            
        }
        #outerbuttons{
            max-width: 600px;
            background-color: #ffffff;
            margin:auto;
            padding: 0 5% 0 5%;
            
        }
        #outerfollow{
            max-width: 600px;
            background-color: #ffffff;
            margin:auto;
            padding: 0 5% 0 7%;
            
        }
        #outerhome{
            background-color: #ffffff;
            margin:auto;
            
        }
        .outerwork{
            background-color: rgb(255, 255, 255);
            margin:auto;
            
        }

        .outerdribbble{
            background-color: #E7EBED;
            margin:auto;
            
        }
        .outerart{
            background-color: rgb(255, 255, 255);
            margin:auto;
            
        }
        .outerfooter{
            background: transparent linear-gradient(135deg, #C749FF 0%, #3000EF 100%) 0% 0% no-repeat padding-box;
            margin:auto;
            
        }

        body {
            margin: 0;
            background-color: white;
        }
        #desktop {
            display: none;
        }
        #phone {
            display: block;
        }
        .head {
            position: fixed;
            top:0;
            background-color: white;
            z-index: 1;
            width: 100%;
            height: 60px;
            vertical-align: middle;
        }
        #name{
            margin: auto 5%;
            color: #8836FF;
            line-height: 60px;
            font-weight: bold;
        }
        .main{
            position: absolute;
            top: 0px;
            margin : 0px;
            width: 100%;
            overflow: auto;
            grid-template-columns: 1fr;
        }
        #illustration{
            margin: auto;
            max-width: 600px;
            height: 350px;
            background: #E7EBED;
            background-size: cover;
            background-image: url("images/Simple\ Mockup\ Free\ Scene.png");
            width: 100%;
            margin-top: 50px;
        }
        #intro{
            margin: auto;
            max-width: 600px;
            padding : 40px 5% 0px 5%;
            font-size : 28px;
            line-height: 38px;
            color: black;
        }
        #designation{
            font-size: 17px;
            margin: auto;
            max-width: 600px;
            padding: 5% 5%;
            line-height : 27px;
        }
        .grid-container{
            display: grid;
        }
        .grid-item{
            display: inline-grid;
        }

        
        .buttons{
            margin:left;
            max-width: 350px;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 5%;
        
        }
        button{
            border-radius: 5px;
            padding:15px 25px;
            font-size: 115%;
            outline:0 !important;
        }
        button.transparent{
            border-radius: 100px;
            outline-offset: -2px;
            border: 2px solid #8836FF;
            background-color: rgba(255, 233, 233, 0);
            color: #8836FF;
            font-weight: 500;
            outline-offset: -2px;
        }
        button.solid{
            border-radius: 100px;
            background: transparent linear-gradient(108deg, #C749FF 0%, #5125FF 100%) 0% 0% no-repeat padding-box;
            border:none;
            color: white;
        }
        .footer{
            background: transparent linear-gradient(135deg, #C749FF 0%, #3000EF 100%) 0% 0% no-repeat padding-box;
            height: 360px;
            color: white;
            
        }
        .follow{
            padding: 40px 0% 40px 0%;
            grid-template-columns: repeat(4,1fr);
            max-width: 300px;
            width: 100%;
            height: 40px;
            overflow: hidden;
        }
        .title{
            font-weight: bold;
            font-size: 26px;
            color: #000000;
            margin: 5%;
        }
        .work{
            
            margin: auto 5%;
            margin-top: 5%;
        }
        .work-img{
            width:100%;
            padding-top: 75%;
            border-radius: 5px;
            background: url('images/dribbble small/3.jpg');
            background-size: 100%;
        }
        .desc-work{
            text-align: center;
            margin-top: 15px;
        }
        #behance{
            margin: 5% auto;
            display: block;
        }
        #button-dribbble{
            margin: 5% auto;
            display: block;
        }
        .c-dribbble{
            margin: 5%;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 3%;
        }
        .dribbble-img{
            width:100%;
            padding-top: 75%;
            background-size: contain;
            background-repeat: no-repeat;
            border-radius: 5px;
            background-size: 100%;
            line-height: 0;
        }
        .desc-dribbble{
            text-align: center;
            margin-top: 8px;
        }
        .c-art{
            margin: 5%;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 3%;
            margin-bottom: 80px;
        }
        .art-img{
            width:100%;
            padding-top: 100%;
            border-radius: 5px;
            background: url('images/dribbble small/3.jpg');
            background-size: 100%;
            margin-top: 6%;
        }
        .desc-art{
            text-align: center;
            margin-top: 5px;
        }
        #hi{
            padding-top: 35px;
            padding-left: 5%;
            font-size: 26px;
            font-weight: 500;
        }
        #contact{
            line-height: 30px;
            padding-left: 5%;
            padding-top: 10px;
            font-weight: 500;
        }
        #follow{
            padding-top: 35px;
            padding-left: 5%;
            font-size: 26px;
            font-weight: 500;
        }
        .follow-2{
            margin: 20px 5%;
            grid-template-columns: repeat(4,1fr);
            width: 100%;
            margin-left: 2px;
            max-width: 300px;
            height: 40px;
        }
        #madeby{
            margin-right: 5%;
            margin-left: 5%;
            padding-top: 10px;
            line-height: 26px;
            font-size: 12px;
            text-align: center;
            border-top: 2px white solid;
        }
        #nav{
            display: inline-block;
            margin: 0;
            padding: 0;
            padding-right: 20px;
            position: absolute;
            top: 17px;
            right: 0;
            height: 100%;
            font-weight: 700;
        }
        .follow-3{
            grid-template-columns: repeat(4,1fr);
            margin:10%;
            max-width: 300px;
            margin-top: 40px;
        }
        .nav-item{
            color: black;
            opacity: 0.5;
            width: 100%;
            text-align: center;
            height: 60px;
            font-size: 16px;
            font-weight: 700;
        }
        .navigation{
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            margin-top: 100px;
        }
        #email{
            color: #8836FF;
            width: 100%;
            text-align: center;
            font-size: 15px;
            margin-top: 40px;
        }
        #Hamburger{
            height: 100vh;
            background-color: white;
            width: 0px;
            position: absolute;
            top:0;
            right: 0;
            z-index: 3;
            display: block;
            transition: 0.3s;
            overflow: hidden;
        }
        #fade{
            height: 100vh;
            width: 100%;
            background-color: black;
            opacity: 0.3;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }
        #cross{
            position: absolute;
            top: 13px;
            right: 20px;
            display: none;
        }
        .f3{
            display: block;
            text-align: center;
        }
        #fade{
            display: none;
        }
        #work{
            padding-top: 50px;
            padding-bottom: 50px;
        }
        #art{
            padding-top: 50px;
            padding-bottom: 50px;
        }
        #checkout{
          position: absolute;
          top: 0;
          right: 26px;
          margin-top: 5px;
          display: block;
        }
        #insta{
            margin: auto;
            display: inline-block;
            position: absolute;
            right: 10%;
            padding: 14px 25px;
        }
        #art-nav{
          padding: 0;
          margin-top: 6%;
          margin-bottom: 0;
          font-weight: 700;
        }
        .art-item{
          margin: 10% auto;
          margin-top: 0;
          font-size: 16px;
        }
        #dribbble{
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .nb-spinner {
            height: 80px;
            width: 80px;
        }
        #loader-img{
            width:50px;
            padding-top: 20%;
            padding-right: 10%;
        }
        .loader-content{
            
            font-weight: 600;
            font-size: 14px;
            padding-bottom: 10px;
        }

    }




    @media screen and (min-width: 1100px) {
        body {
            margin: 0;
            background-color: white;
        }
        #desktop {
            display: block;
        }
        #phone {
            display: none;
        }
        .navigation{
            display: inline-block;
            list-style-type: none;
            margin: 0;
            padding: 0;
            padding-right: 50px;
            position: absolute;
            right: 0;
            height: 100%;
            font-weight: 700;
        }
        .nav-item{
            display: inline-block;
            margin-right: 60px;
            line-height: 80px;
            font-weight: 700;
        }
        #art-nav{
          padding: 0;
          margin-top: 0;
          height: 75%;
          font-weight: 700;
        }
        #insta{
            
            margin: auto;
            display: inline-block;
            position: relative;
            float: right;
            padding: 14px 25px;
        }
        .art-item{
          margin: 10% auto;
          margin-top: 0;
          display: block;
          font-size: 24px;
        }
        #head {
            position: fixed;
            top:0;
            background-color: white;
            z-index: 1;
            width: 100%;
            height: 80px;
            vertical-align: middle;
            transition: 0.3s;
        }
        #name{
            margin: auto 8%;
            color: #8836FF;
            line-height: 80px;
            font-weight: bold;
            font-size: 16px;
        }
        .main{
            position: absolute;
            top: 0px;
            margin : 0px;
            margin-top: 0px;
            width: 100%;
        }
        .main1{
            width: 100%;
            margin: auto;
        }
        #illustration{
            width: 100%;
        }
        #intro{
            font-size : 40px;
            color: black;
            margin-top: 150px;
            margin-bottom: 30px;
        }
        #designation{
            margin-bottom: 60px;
            line-height : 35px;
            font-size: 22px;
        }
        .grid-container{
            display: grid;
        }
        .grid-item{
            display: inline-grid;
        }
        .buttons{
            grid-template-columns: 1fr 1fr;
            margin: 0px 0px 80px 0px;
            grid-column-gap: 5%;
            width: 70%;
            max-width: 500px;
        }

        iframe{
            margin:0 auto;
            display:block;
          }

          
        button{
            border-radius: 35px;
            padding: 16px 30px;
            margin-right: auto;
            font-size: 20px;
            outline:0 !important;
        }
        button.transparent{
            border: 2px solid #8836FF;
            outline-offset: -2px;
            background-color: rgba(255, 233, 233, 0);
            padding: 4px 4px;
            color: #8836FF;
            font-weight: 500;
        }
        button.solid{
            background: transparent linear-gradient(108deg, #C749FF 0%, #5125FF 100%) 0% 0% no-repeat padding-box;
            border:none;
            color: white;
        }
        .footer{
            height: 230px;
            color: white;
            width: 100%;
            max-width: 1200px;
            margin:auto;
        }
        .follow{
            margin: 0% 0% 80px 0%;
            grid-template-columns: repeat(4,1fr);
            width: 300px;
            height: 40px;
        }
        .title{
            font-weight: bold;
            font-size: 40px;
            color: rgb(0, 0, 0);
            margin: 0;
            display: inline;
        }
        .c-work{
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 5%;
            margin-top: 30px;
        }
        .work1{
            grid-template-columns: 1fr 1fr 1fr;
            grid-column-gap: 4%;
        }
        .work-img{
            width:100%;
            padding-top: 75%;
            border-radius: 10px;
            background: url('images/dribbble small/3.jpg');
            background-size: 100%;
            background: cover;
            margin-top: 60px;
            position: relative;
        }
        .desc-work{
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            background: transparent linear-gradient(127deg, rgba(200, 73, 255, 0.575) 0%, rgba(48, 0, 239, 0.575) 100%) 0% 0% no-repeat padding-box;
            color: white;
            border-radius: 10px;
            text-align: center;
        }
        .desc-work:hover{
            opacity: 1;
        }
        p.desc{
            color: white;
            display: inline-block;
            font-size: 150%;
            opacity: 1;
            height: 10%;
            margin: 33.8% auto;
            line-height: 100%;
        }
        #behance{
            margin: auto;
            display: inline-block;
            position: relative;
            float: right;
            padding: 14px 25px;
        }
        #button-dribbble{
            margin: auto;
            display: inline-block;
            position: relative;
            float: right;
            padding: 14px 25px;
        }
        .c-dribbble{
            grid-template-columns: 1fr 1fr 1fr;
            grid-column-gap: 3.2%;
            margin-top: 40px;
        }
        .dribbble-img{
            border: 2px solid rgb(223, 223, 223) ;
            width:100%;
            background-size: cover;
            background-repeat: no-repeat;
            padding-top: 75%;
            border-radius: 10px;
            background-size: 100%;
            margin-top: 10%;
            position: relative;
        }
        .desc-dribbble{
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            background: transparent linear-gradient(127deg, rgba(200, 73, 255, 0.575) 0%, rgba(48, 0, 239, 0.575) 100%) 0% 0% no-repeat padding-box;
            color: white;
            border-radius: 10px;
            text-align: center;
        }
        .desc-dribbble:hover{
            opacity: 1;
        }
        .c-art{
            grid-template-columns: 1fr 1fr 1fr;
            grid-column-gap: 3.2%;
            margin-bottom: 150px;
            margin-top: 40px;
        }
        .art-img{
            width:100%;
            padding-top: 100%;
            border-radius: 10px;
            background-repeat: no-repeat;
            background: cover;
            background: url('images/dribbble small/3.jpg');
            background-size: 100%;
            margin-top: 10%;
        }
        .desc-art{
            text-align: center;
            margin-top: 5px;
        }
        #hi{
            padding-top: 35px;
            font-size: 24px;
            font-weight: 500;
        }
        #contact{
            line-height: 30px;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 2%;
            font-size: 18px;
        }
        #follow{
            padding-top: 35px;
            padding-left: 0%;
            font-size: 24px;
            font-weight: 500;
        }
        .follow-2{
            margin: 20px 5% 20px 0%;
            grid-template-columns: repeat(4,1fr);
            height: 40px;
            line-height: 100%;
            max-width: 300px;
        }
        #madeby{
            width: 100%;
            margin-top: 30px;
            padding-top: 0px;
            padding-bottom: 0px;
            line-height: 26px;
            font-size: 18px;
            border-top: 2px white solid;
            position: absolute;
            max-width: 1200px;
            bottom: 0;
        }
        .foot{
            grid-template-columns: 7fr 3fr;
            padding-top: 10px;
        }
        .new{
            grid-template-columns: 1fr 1fr;
            padding-bottom: 100px;
        }
        .para{
            margin-top: 5px;
        }
        .nav-item{
            font-size: 14px;
            font-weight: 700;
            color: #000000;
        }
        #work1{
            max-width: 1200px;
            margin:auto;
            padding-top: 150px;
            padding-left: 5%;
            padding-right: 5%;
            margin-bottom: 150px;
        }
        #art1{
            max-width: 1200px;
            margin:auto;
            padding-top: 150px;
            padding-left: 5%;
            padding-right: 5%;
        }
        #home1{
            padding-top: 0px;
        }
        #dribbble1{
            max-width: 1200px;
            margin:auto;
            padding-top: 150px;
            padding-bottom: 150px;
            padding-left: 5%;
            padding-right: 5%;
            background-color: #E7EBED;
        }
        #fm{
          margin:0;
        }
        #checkout{
          position: absolute;
          top: 0;
          right: 30px;
          margin-top: 5px;
          display: block;
          text-decoration: underline;
        }
        .nb-spinner {
            height: 100px;
            width: 100px;
        }
        #loader-img{
            width: 48px;
            padding-top: 10%;
            padding-right: 10%;
        }
        .loader-content{
            font-size: 22px;
            font-weight: 600;
            padding-bottom: 0px;
        }
        .ss-img{
            width: 700px;
            background-color: wheat;
            padding-top: 700px;
        }
        .ss-desc{
            color: white;
            margin: 20px;
            text-align: center;
        }
        .ss-view{
            color:#DA48FF;
            text-align: center;
            margin:40px;
            text-decoration: underline;
        }
        .art-all-ss{
            display: none;
            z-index: 12;
        }
        #prev{
            width: 40px;
            height: 40px;
            z-index: 12;
        }
        #next{
            width: 40px;
            height: 40px;
            z-index: 12;
        }
        .new{
            margin:auto;
            max-width: 1200px;
            background-color: #E7EBED;
            padding: 0px 5% 0px 5%;
            background-image: url("images/Simple Mockup Free Scene.png");
            background-repeat: no-repeat;
            background-position-x: 120%;
            background-size: contain;

        }
        .outerhome{
            background-color: #E7EBED;
            margin:auto;
            margin-top: 80px;
            
        }

        .outerwork{
            background-color: rgb(255, 255, 255);
            margin:auto;
            
        }

        .outerdribbble{
            background-color: #E7EBED;
            margin:auto;
            
        }
        .outerart{
            background-color: rgb(255, 255, 255);
            margin:auto;
            
        }
        .outerfooter{
            background: transparent linear-gradient(135deg, #C749FF 0%, #3000EF 100%) 0% 0% no-repeat padding-box;
            margin:auto;
            
        }
        .dribbble a {
            display: block;
            height: 0px;
        }
        
    }

    .illustrations {
        display: none;
    }
    .sketches {
        display: none;
    }
    .compositions {
        display: none;
    }

    
    *{
        -webkit-tap-highlight-color: transparent;
    }
    a{
        font: inherit;
        text-decoration: none;
        color: inherit;
    }
    .nav-item:hover{
        color: #8836FF;
        opacity: 1;
        font-weight: 700;
    }
    button:hover{
      background: transparent linear-gradient(135deg, #C749FF 0%, #3000EF 100%) 0% 0% no-repeat padding-box;
      color: #ffffff;
    }
    .art-container input  {
        display: none;
    }
    .art-container input ~ .checkmark{
        color: rgba(0, 0, 0, 0.5);
    }
    .art-container input:checked ~ .checkmark {
        color: #8836FF;
        text-decoration: underline;
        text-underline-position: under;
    }
    .art-container:hover input ~ .checkmark {
        color: #8836FF;
    }
    .nav-container input {
        display: none;
        
    }
    .nav-container input:checked ~ .checkmark {
        color: #8836FF;
    }
    .nav-container:hover input ~ .checkmark {
        color: #8836FF;
        font-weight: 600;
    }  
    #loader{
        height: -webkit-fill-available;;
        width: 100%;
        background-color: white;
        position: absolute;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
    }
    #slide-show{
        height: -webkit-fill-available;;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        position: absolute;
        z-index: 10;
        display: none;
        justify-content: center;
        align-items: center;
        position: fixed;
    }
    .loader-content{
        display: block;
        position: absolute;
        color: #8836FF;
        text-align: center;
    }

      
      /* NO BORDER SPINNER */
      .nb-spinner {
        margin: 0;
        background: transparent;
        border-top: 4px solid #C749FF;
        border-right: 4px solid transparent;
        border-radius: 50%;
        -webkit-animation: 1s spin linear infinite;
        animation: 1s spin linear infinite;
      }
      
      
      @-webkit-keyframes rotate {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      @keyframes rotate {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      
      -webkit-@keyframes spin {
        -webkit-from {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        -webkit-to {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      
      @-webkit-keyframes spin {
        from {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        to {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      
      @keyframes spin {
        from {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        to {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      
      
      @-webkit-keyframes spinBorder {
        0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          border-width: 15px;
        }
        50% {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          border-width: 3px;
        }
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
          border-width: 15px;
        }
      }
      
      @keyframes spinBorder {
        0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          border-width: 15px;
        }
        50% {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          border-width: 3px;
        }
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
          border-width: 15px;
        }
      }
      a{
        -webkit-tap-highlight-color: transparent;
        }
