* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'kumbh sans', sans-serif;
}
html {
    background: #141414;
}

.content-width {
	width: 1166px;
}
.center {
	margin-left: auto;
	margin-right: auto;
}

.navbar {
    background : #4caf50;
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index : 9;
}

.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

#navbar__logo { /*kottapa consulting */
    background-color: #ffffff;
    background-image: linear-gradient(to top, #ffaaaa 0%, #ffffff 100%);
    background-size: 100%; /* size of above image */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 2rem;
    cursor: default;
}
.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    test-align: center;
}
.navbar__item {
    height: 80px;
}
.navbar__links {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}

.navbar__links:hover {
    color: #f77062;
    transition: all 0.3s ease;
}

/* Main section */
.main {
    background-color: #141414;
}
.main__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 90vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
}
.main__content h1 {
    font-size: 4rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.main__content h2 {
    font-size: 4rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #b721ff 0%, #21d4fd 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

#main__img {/*80% of alloted */
    height: 80%;
    width: 80%;
} 


#services {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.column_1_of_4 {
    flex: 25%;
}
.column_3_of_4 {
    flex: 75%;
}


.contactus__container--socialicons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
}
/*square one */
  .fa {
    padding: 7px;
    font-size: 30px;
   // width: 30px;
    text-align: center;
    text-decoration: none;
  } 

  .fa-linkedin {
    background: #0077B5;
    color: white;
  }
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  .fa-youtube {
    background: #FF0000;
    color: white;
  }
  /* seperate sections */
  .seperation {
    margin: 1rem 0;
    height: 1rem;
    width:100%;
    border-color:rgb(161, 18, 18);
    background: linear-gradient(to bottom, #222222 0%, #141414 100%);
  }
  
  .section-title {
    font-size: 2rem;
    background-image: linear-gradient(to bottom, #b721ff 0%, #b721aa 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.row {
    display: flex;
    padding: 5px 0;
}
#services h4 {
    font-size: 1.2rem;
}

.playstore__container--img { /*playstore icon */
    width: 100px;
    height: 40px;
    margin-right: 10px;
    background: #fff;
    cursor: pointer;
}
.playstore__container a {
    margin-top: 10px;
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    width: max-content; /* content width = flex width*/
}

/* PHP nad MySql */
.mysql__container a {
    margin-top: 10px;
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    width: max-content; /* content width = flex width*/
}
.mysql__container--img {
    width: 100px;
    height: 40px;
    margin-right: 10px;
    background: #fff;
    cursor: pointer;
}

/*contact us */
.contactus__container {
    background-color: #141414;
    padding: 2rem 0;
    display: grid;
    grid-template-columns: 4fr 1fr;
}
.contactus__container--details {
    color: #fff;
    align-self: center;
}

.footer__container {
    background-color: #141414;
}
.footer__container p{
    color: #fff;
    text-align: center;
    padding-bottom: 1rem;
}
.services-row{
    //color: #00FF00;
    color: #fff;
    text-style: bold;
}
.skill-row{
  //  color: #00C0FF;
  color: #fff;
    text-style: bold;
}
.one-rem {
    height: 1rem;
}
.work-location {
    text-align: center;
    text-style: bold;
    font-size: 1.5rem;
    background-image: linear-gradient(to top, #008000 0%, #00ff00 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.color2 {
    color: #00FF00;
}
.color1 {
    color: #ff3333;
}
.color3 {
    color: #0092cc;
}
.color4 {
    color: #dcdc00;
}
.color5 {
    color: #ff5733;
}





@media screen and (max-width: 820px) {
    #services {
        position: relative; /* place it below other top elements */
    }
}


@media screen and (max-width: 820px) {/* 820 navbar */
.content-width {
	width: 100vw;
}

    .navbar__container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }
    .navbar__menu {
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0; 
        transition: all 0.3s ease;
        height: 50vh;
        z-index: -1;
        background: #131313;
    }
    .navbar__menu.active {
        background: #131313;
        top: 100%;
        opacity: 1;
        transition: all 0.3s ease;
        z-index: 99;
        height: 50vh;
        font-size: 1.6rem;
    }
    #navbar__logo {
        padding-left: 25px;
    }
    .navbar__toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #fff; /*3 bars */
    }
    .navbar__item {
        width: 100%;
    }
    .navbar__links {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }
    #mobile-menu {
        position: absolute;
        top:20%;
        right: 5%;
        transform: translate(5%, 20%);
    }
  
    .navbar__toggle .bar {
        display: block;
        cursor: pointer;
    }
    #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }
    #mobile-menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    #mobile-menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
} /*960 end */

/* 820 others */
@media screen and (max-width: 820px) {
   #main__img {/*80% of alloted */
    width: 100%;
} 
    .work-location{
        text-align: left;
    }
    .footer__container p{
        text-align: left;
    }
    .contactus__container {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    .main__container {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .main__img--container {
        flex-grow: 1;
    }
    .main__content {
        text-align: center;
        margin-bottom: 4rem;
    }
    .main__content h1 {
        font-size: 2.5rem;
        margin-top: 2rem;
    }
    .main__content h2 {
        font-size: 3rem;
    }
} /*820 end */




    