#loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff
    url(https://i.pinimg.com/originals/c7/e1/b7/c7e1b7b5753737039e1bdbda578132b8.gif) no-repeat center;
    z-index: 99999;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');


body {
    font-family: 'Montserrat', sans-serif;
}
.header-right {
    display: none;
}

.navbar-item {
    color: #ffffff;
    padding: 10px;
}

.navbar-item:hover {
    color: #58d5f7;
    text-decoration: none;
}

.hero-background {
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(117deg, rgb(96, 87, 246), rgb(216, 71, 99));
    background: linear-gradient(117deg, rgb(96, 87, 246), rgb(216, 71, 99));
    background: -webkit-radial-gradient(rgb(194, 74, 126), rgb(105, 86, 235));
    background: radial-gradient( rgb(1,206,209,255),rgba(62 85 126));
}

.bold {
    font-weight: 600;
}

.light {
    font-weight: 400;
    font-size: 20px;
}

.header {
    padding-top: 27px;
    width: 100%;
    position: relative;
    z-index: 999;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
}

.logo {
    max-width: 100px;
    padding-left: 0;
    padding-top: 5px;
}

.header-btn {
    background: rgb(1,206,209,255);
    border-radius: 10px;
    border: rgb(194, 74, 126);
    float: right;
    width: 140px;
    height: 40px;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /*margin-top: -10px;*/
}

.header-btn:hover {
    background-color: #58d5f7;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

.hero {
    position: relative;
    z-index: 999;
    padding-bottom: 60px;
}

.mouse {
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;
    cursor: pointer;
    transition: transform .4s ease;
}

.mouse:hover {
    transform: translateY(5px);
}

.macbook {
    margin: auto;
    padding-bottom: 35px;
}

.hero-right {
    color: #fff;
    text-align: center;
}

.ipad {
    /*display: none;*/
    height: 600px;
}

.ipad-screen {
    display: none;
    object-fit: cover;
    height: 100%;
    width: 100%;
}



.hero-btn {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #25F18B;
    border-radius: 10px;
    border: 1px solid #25F18B;
    width: 210px;
    height: 51px;
    color: white;
    margin: 30px auto;
}

.hero-btn:hover {
    background-color: #6affb4;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

.header-headline {
    padding-top: 0;
    padding-bottom: 15px;
    text-align: center;
}

.header-running-text {
    text-align: center;
    max-width: 485px;
    line-height: 1.5;
    margin: auto;
    padding-top: 16px;
}

.logos-section {
    background-color: #F9FAFA;
    text-align: center;
}

.logos {
    padding: 30px;
    max-width: 100%;
}

.features-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    position: relative;

    background: -webkit-linear-gradient(117deg, rgb(96, 87, 246), rgb(216, 71, 99));
    background: linear-gradient(117deg, rgb(96, 87, 246), rgb(216, 71, 99));
    background: -webkit-radial-gradient(rgb(194, 74, 126), rgb(105, 86, 235));
    background: radial-gradient(rgba(62 85 126), rgb(1,206,209,255));
}



.features-headline {
    color: white;
    padding-bottom: 30px;
}

.features-container {
    max-width: 100%;
    margin: auto;
    text-align: center;

}

.item {
    text-align: center;
    padding: 30px;
    border: 1px solid white;
    background: white;
    width: 340px;
border-radius: 3rem;
box-shadow: 4px 14px 28px black;
height: 600px;
transition: 0.3s ease;
cursor: pointer;
}
.feature-no-display {
    opacity: 0;
    -webkit-transform: translateY(15%) translateZ(0);
    -moz-transform: translateY(15%) translateZ(0);
    transform: translateY(15%) translateZ(0);
    -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease-out, opacity 0.4s ease;
    -o-transition: -o-transform 0.4s ease-out, opacity 0.4s ease;
    transition: transform 0.4s ease-out, opacity 0.4s ease;
}

.feature-display {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    height: 100%;
    width: 100%;
}

.feature-display-mid {
    transition-delay: 0.15s;
}

.feature-display-last {
    transition-delay: 0.30s;
}

.feature-icon {
/*border-radius: 50%;
   /* height: 5.625em;
    width: 5.625em;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
   /* box-shadow: 4px 14px 28px #393939;*/
}

.feature-head-text {
    color: #000000b5;
    padding-top: 16px;
    font-weight: 800;
    font-size: 19px;
}
.feature-head-text::before {
    /*content: '';
    width: 35px;
    height: 2px; 
    background: purple;
    position: absolute;*/
}

.feature-subtext {
    color: #000000cc;
    padding-top: 0;
    text-align: center;
    font-weight: 500;
}

.feature-img {
    /*max-width: 235px;*/
    box-shadow: 4px 14px 28px black;
   
   object-fit: contain;
    height: 100%;
    width: 100%;
}

.white-section {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;

}

.white-section-text {
    text-align: center;
}

.imac {
}

.imac-section-header {
    padding-bottom: 35px;
}

.imac-section-desc {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    max-width: 400px;
    margin: auto;
    padding-bottom: 40px;
}

.imac-screen {
    padding-top: 60px;
    padding-bottom: 40px;
}

.macbook {
    position: relative;
    z-index: 999;
}

.pricing-background {
    background-color: #F8F9F9;
}

.pricing-section-header {
    padding-top: 75px;
}

.pricing-section-sub {
    padding-top: 10px;
    color: grey;
}

.pricing-table {
    padding: 0 0 100px;
    max-width: 1050px;
    margin: auto;
}

.plan {
    text-align: center;
    max-width: 390px;
    margin: auto;
    height: 430px;
    padding: 36px 15px 45px;
    position: relative;
}

.mid-plan {
    text-align: center;
    max-width: 390px;
    margin: auto;
    height: 430px;
    padding: 36px 15px 45px;
    position: relative;
    box-shadow: 5px 8.7px 40px rgba(99, 117, 138, 0.3);
    border-radius: 7px;
}

ul {
    list-style-type: none;
}

.plan li {
    position: relative;
}

.plan li::before, .mid-plan li:before {
    font-family: Material Icons;
    content: "check";
    color: #3aeb8c;
    position: absolute;
    left: -10px;
    position: relative;

}

.plan-title {
    font-size: 18px;
    padding-bottom: 5px;
}

.plan-cost {
    font-size: 45px;
}

.plan-cost::before {
    content: "$";
}

.monthly {
    font-size: 12px;
    padding-bottom: 20px;
}

.plan-features {
    -webkit-padding-start: 0;
}

.plan-btn {
    background-color: #0ABCEB;
    border-radius: 10px;
    border: #0ABCEB;
    width: 164px;
    height: 51px;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: block;
    padding: 15px;
    margin: auto;
    position: absolute;
    left: calc(50% - 82px);
    bottom: 50px;
}

.plan-btn:hover {
    background-color: #58d5f7;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

.team {
    padding-bottom: 50px;
    padding-top: 60px;
}

.team-container {
    text-align: center;
    margin: auto;
    max-width: 920px;
}

.team-section-header {
    padding-bottom: 90px;
}

.team-member {
    text-align: center;
    padding-bottom: 60px;
}

.team-member-position {
    color: #747474;
}

.team-member-text {
    padding-top: 25px;
}

.team-social-icon {
    padding: 7px;
}

.blue-section {
    background-color: #0ABCEB;
    color: white;
    margin: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
}

.blue-section-subtext {
    max-width: 200px;
    max-width: 250px;
    line-height: 22px;
    font-size: 15px;
    margin: auto;
}

.email-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-input {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 210px;
    height: 51px;
    color: #808080;
    margin-top: 20px;
    border: none;
}

.submit-btn {
    background-color: #25F18B;
    border-radius: 10px;
    color: #fff;
    height: 51px;
    width: 120px;
    margin-top: 20px;
    margin-left: 3px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.submit-btn:hover {
    background-color: #6affb4;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

#newsletter-spinner {
    display: none;
}

.email-form-div {
    max-width: 60px;
    margin: auto;
}

.footer {
    background-color: #464646;
    padding-top: 20px;
    padding-bottom: 20px;
}

.webscope-text {
    color: white;
    font-size: 12px;
    padding-right: 7px;
}

.webscope {
    text-align: center;
    margin-top: -5px;
}

.social-links {
    float: none;
    text-align: center;
    padding-top: 10px;
}

.social-link {
    margin-right: 15px;
}

.strips {
    position: absolute;
    max-width: 1280px;
}
.service-section {
    display: flex;
    justify-content: space-evenly;
}
.bullet-img {
   /* max-width: 235px;*/
    box-shadow: 4px 14px 28px black;
   object-fit: contain;
    height: 100%;
    width: 100%;
}

.service-section1 {
    max-width: 88%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 70px;
}
.features-headline .light {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
}
.footer-content {
    display: flex;
    justify-content: space-around;
}
.footer-content h2 {
    color: white;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}
.about-wrapper i {
    color: white;
    border: 16px solid rgb(1,206,209,255);
    border-radius: 50%;
    background: rgb(1,206,209,255);
}
.about-wrapper a {
    color: white;
    text-decoration: none;
    padding-left: 20px;
}
.about-wrapper {
    width: 39%;
}
.address {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.contact-no {
    padding-bottom: 20px;
}
.footer-left {
    padding-bottom: 20px;
}
.social-icons {
    display: flex;
    justify-content: start;
    color: white;
    font-size: 20px;
    padding-top: 0;
    margin-right: 0;
    align-items: center;

}
.fa-twitter {
    border: 13px solid rgb(1,206,209,255);
    border-radius: 50%;
    background: rgb(1,206,209,255);
    
    
}
.fa-facebook {
    border: 13px solid rgb(1,206,209,255);
    border-radius: 50%;
    background: rgb(1,206,209,255);
}
.fa-google-plus-g {
    border: 13px solid rgba(62 85 126);
    border-radius: 50%;
    background: rgba(62 85 126);
}
.fa-instagram {
    border: 13px solid rgb(1,206,209,255);
    border-radius: 50%;
    background: rgb(1,206,209,255);
    
}
.social-link-wrapper {
    width: 30%;
    /*padding-top: 10px;*/
}
.icons {
    color: white;
}
.main{
    padding: 20px 0;
    padding: 60px;
   
}
.container1 {
    padding:0 5%;
    margin: 0 auto;
    display: flex;
    width:83%;
}
.count-heading{
    flex: 1;
    font-size: 23px;
    text-align: center;
   
    background: pink;
    color:#000000c4;
    background-color: white;
    /*border-radius: 50%;*/
    height: 5.625em;
    width: 6.625em;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: inset -2px -2px 8px rgba(255,255,255,1),
    inset -2px -2px 12px rgba(255,255,255,0.5),
    inset 2px 2px 4px rgba(255,255,255,0.1),
    inset 2px 2px 8px rgba(0,0,0,0.15);
    border-color: white;
    border-radius: 10px;
    flex-basis: 20%;
    border-bottom: 5px solid gray;
    margin-left: 20px;
    
}

.count h2 {
    font-size: 13px;
}
.count-heading h2 {
    color: rgba(42, 38, 38, 0.782);
    font-size: 22px;
    text-align: center;
    padding-top: 24px;
    font-weight: 600;
}

.item-section-shabana{
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;

}
.bottom-content h1{
    color: white;
    text-align: center;

}
.bottom-content {
    margin-top: 20px;
    margin-top: 8%;
 
}
.download{
    padding-top: 55px;
    padding-right: 22px;
}
.middle-section h2{
    color: white;
    font-size: 26px;
    font-weight: 600;
}
.item1{
    width: 300px;
    height: 200px;
    box-shadow: 12px 14px 20px #0000008c;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    /*display: flex;
    justify-content: center;*/
    align-items: center;
    background: rgb(1,206,209,255);
    color: white;
    text-align: center;
    padding-top: 40px;

    
}
.item1{
    font-size: 50px;
}
.bottom-middle{
    margin-top: 75px;
}
.footer-logo-img{
    height: 250px;
    height: 128px
}
.top-logo{
    height: 59px;
    padding-top: 6px;
}

.item:hover{
    transform: scale(1.2);
    
}
.item1 h2 {
    padding-top: 25px;
}
.header-right a {
    font-size: 15px;
}
.download1{
    padding-top: 55px;
    padding-right: 142px;
    margin-top: -34px;
}
.footer-btn{
    background: rgb(1,206,209,255);
    border-radius: 10px;
    border: rgb(194, 74, 126);
    float: right;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding: 0.7rem 2rem;
}
.insta-icon{
        margin: 1rem;
}

.email-address{
    font-size: 16px;
   
}
.inst-icon{
    padding-left: 10px;
}

.header-right {
    display: block; 
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: right;
}

