body {
    background-color: #F3F3F3;
    background-color: #fff;
    /* font-family: 'Titillium Web', sans-serif; */

    /* font-family: 'Barlow', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

/*div {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}*/

ul li{
    list-style-type: square;
}

.mockup-wrapper {
    padding: 40px 0 0;
    perspective: 590px;
    overflow: hidden;
}

.inner-wrapper {
    height: 648px;
    position: relative;
    background: linear-gradient(0deg, rgba(222,222,222,1) 0%, rgba(179,176,176,1) 14%, rgb(131 131 131) 21%, rgba(177,177,177,0.9416141456582633) 22%, rgba(223,223,223,1) 56%, rgba(255,255,255,1) 95%);

}

.app-logo{
    float: left;
}

.website-title {
    background-color: #c82254;
    color: #fff !important;
    padding: 28px 23px 0;
    text-align: center;
    float: left;
    background: linear-gradient(0deg, rgb(130 28 47) 0%, #f85384 69%);
}

.website-title small {
    color: #fff !important;
}

.website-title h2 {
    margin: 0;
    font-size: 22px;
}

.website-input {
    text-align: center;
    padding: 40px;
    /* background-color: #636363; */
    background-color: #29344e;
}

.website-input input {
    width: 400px !important;
}

.custom-btn {
    /*border-radius: 0 20px 20px 0;
    font-weight: bold;
    color: #fff;
    background-color: #2391ef;
    border-color: #2391ef;
    box-shadow: -7px 7px 16px -4px #383838;*/

    border-radius: 0;
    font-weight: bold;
    color: #fff;
    background-color: #0058e8;
}

.custom-btn:hover {
    color: #fff;
    background-color: #4ca7f5;
    border-color: #4ca7f5;
}

.custom-btn:active {
    color: #fff;
    background-color: #4ca7f5;
    border-color: #4ca7f5;
}

.custom-btn:focus {
    color: #fff;
    background-color: #4ca7f5;
    border-color: #4ca7f5;
}

/*Mockup settings*/

.mockup-settings {
    /*    padding: 10px;*/
    background: #d4d4d4;
    /* background: rgb(236,236,236); */
    /* background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgb(208, 208, 208) 100%); */
    background: #000A21;
    color: #e5e5e5;
    box-shadow: 2px 2px 12px #adadad;
    width: 100%;
}

.mockup-settings .dropdown-menu a {
    cursor: pointer;
}
.mockup-settings label{
    font-size: 14px;
}
.mockup-settings button{
    font-size: 14px;
    border-radius: 0;
}
.mockup-tips {
    display: none;
    position: absolute;
    top: 200px;
    right: 0;
    overflow: hidden;
    background-color: #636363;
    color: #fff;
    z-index: 9;

    animation: enterRight ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: enterRight ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: enterRight ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: enterRight ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: enterRight ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;

}

@keyframes enterRight {
    0% {
        opacity: 0;
        transform: translate(300px, 0px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes enterRight {
    0% {
        opacity: 0;
        -moz-transform: translate(300px, 0px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes enterRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(300px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes enterRight {
    0% {
        opacity: 0;
        -o-transform: translate(300px, 0px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes enterRight {
    0% {
        opacity: 0;
        -ms-transform: translate(300px, 0px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}

.mockup-tips h3 {
    font-size: 19px;
    padding: 0;
    margin: 0;
    background: #ef5223;
    display: inline-block;
    color: #fff;
    padding: 8px;
}

.mockup-tips ul {
    margin-top: 12px;
}

.close-tips {
    position: absolute;
    background-image: url('../image/close-white.png');
    right: 0px;
    top: 8px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.view-angle-btn{
    background-color: transparent;
}
.take-screenshot-btn{
    /* display: none; */
}


#url{
    /*border-radius: 20px 0 0 20px;
    box-shadow: -7px 7px 16px -4px #383838;*/

    border-radius: 0;
    border: 0;
}

.desktop-wrapper {
    width: 703px;
    height: 576px;
    background: url(../image/21-lion.png);
    background-repeat: no-repeat;
    position: absolute;
    /* left: 190px; */
    /* left: 25vw; */
    left: 23vw;
    cursor: move;
}

.desktop-inner {
    width: 601px;
    height: 343px;
    margin-left: 48px;
    margin-top: 36px;
    position: relative;
    overflow: hidden;
}

.mac-wrapper {
    width: 650px;
    height: 406px;
    background: url(../image/macbook.png);
    background-repeat: no-repeat;
    position: absolute;
    /* left: 673px; */
    /* left: 52vw; */
    left: 52vw;
    top: 230px;
    cursor: move;
    background-size: contain;
}

.mac-inner {
    width: 484px;
    height: 302px;
    margin-left: 83px;
    margin-top: 28px;
    position: relative;
    overflow: hidden;
}

.ipad-wrapper {
    width: 250px;
    height: 353px;
    position: absolute;
    /* left: 60px; */
    /* left: 18vw; */
    left: 13vw;
    top: 250px;
    background-image: url(../image/ipad.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    cursor: move;

}

.ipad-inner {
    width: 217px;
    height: 290px;
    margin-left: 17px;
    margin-top: 33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.iphone-wrapper {
    width: 120px;
    height: 240px;
    /* left: 220px; */
    /* left: 27vw; */
    left: 24vw;
    top: 370px;
    position: absolute;
    background-image: url(../image/iphonex.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 2;
    cursor: move;
    transform-origin: top left;
}
.iphone-notch{
    position: absolute;
    width: 61px;
    height: 10px;
    left: 30px;
    top: 6px;
    background-image: url(../image/iphonexnotch.png);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 4;
    cursor: move;
}

.iphone-inner {
    width: 104px;
    height: 214px;
    border-radius: 0 0 13px 13px;
    margin-left: 8px;
    margin-top: 18px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

/* Mockup output  */
#mockup-screenshot .modal-lg {
    max-width: 70vw;
}
.mockup-screenshot-output canvas {
    width: 100% !important;
    height: auto !important;
    border-radius: 6px;
}
#mockup-screenshot .modal-content {
    background-color: #000A21;
}

#mockup-screenshot .modal-title {
    color: #fff;
}
#mockup-screenshot .modal-header {
    border-bottom: 0;
}
#mockup-screenshot .modal-header .btn-close{
    color: #fff;
}
#mockup-screenshot .modal-footer {
    border-top: 0;
    justify-content:center;
}
.mockup-generating-loader span{
    color: #fff;
    text-align: center;
    display: block;
}
#mockup-screenshot .download-note{
    color: #c3c3c3;
    font-size: 15px;
}



.description-wrapper {
    /* background-color: #186279; */
    background-color: #29344e;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    padding-top: 40px;
    padding-bottom: 40px;
}

.description h2 {
    margin-bottom: 40px;
    /* background-color: #003249; */
    background-color: #0058e8;
    padding: 28px;
}

.description-wrapper a {
    color: #07e8d4;
}

.copyright {
    /* background-color: #003249; */
    background-color: #000a21;
    /* color: #fff; */
    color: #bfbfbf;
    padding: 18px 0;
    text-align: center;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
}

#frame {
    width: 1521px;
    height: 862px;
    position: relative;
    left: 0px;
    top: 0px;
}

#frame {
    -ms-zoom: 0.7;
    -moz-transform: scale(0.4);
    -moz-transform-origin: 0px 0;
    -o-transform: scale(0.4);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.4);
    -webkit-transform-origin: 0 0;
}

#frame_mac {
    /*width: 1229px;*/
	width: 1244px;
    height: 776px;
    position: relative;
}

#frame_mac {
    -ms-zoom: 0.7;
    -moz-transform: scale(0.4);
    -moz-transform-origin: 0px 0;
    -o-transform: scale(0.4);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.4);
    -webkit-transform-origin: 0 0;
}

#frame_ipad {
    width: 1105px;
    height: 1444px;
    position: relative;
    left: 0px;
    top: 0px;
}

#frame_ipad {
    -ms-zoom: 0.7;
    -moz-transform: scale(0.2);
    -moz-transform-origin: 0px 0;
    -o-transform: scale(0.2);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.2);
    -webkit-transform-origin: 0 0;
}

#frame_iphone5 {
    /* width: 510px; */
    width: 540px;
    height: 1136px;
    position: relative;
    left: 0px;
    top: 0px;
}

#frame_iphone5 {
    -ms-zoom: 0.7;
    -moz-transform: scale(0.2);
    -moz-transform-origin: 0px 0;
    -o-transform: scale(0.2);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.2);
    -webkit-transform-origin: 0 0;
}


.addthis_native_toolbox {
    width: 350px;
    display: inline-block;
}

.check-our-blog {
    display: none;
    position: fixed;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    right: 10px;
    top: 125px;
    text-align: center;
    line-height: 2;
    font-size: 17px;
}

.check-our-blog p {
    margin: 0;
}

.close-popup {
    position: absolute;
    background-image: url('../image/close.png');
    right: 0px;
    top: 8px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.check-our-blog a {
    text-decoration: underline;
}


.banner-top {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}