header .navbar ul li a{
    font-size: 11px;
}

header .logopic{
    height: 50px;
    width: 50px;
    margin-right: -5rem;
    margin-left: -2rem;
}

header .logo{
    font-weight: bolder;
    font-size: 22px;
    color: black;
}

.home{
    padding: 50px 4%;
}

.home h1{
    font-size: 2.2rem;
    line-height: 2.6rem;
}

.button{
    margin-top: 1rem;
}

.home div .button .get-website-btn{
    font-size: .9rem;
    margin-right: 10px;
}

.home div .button .visit-portfolio-btn{
    font-size: .9rem;
}

.bottomline{
    font-size: 16px;
}

.rightsidecontent {
    position: absolute;
    display: flex;
    right: 20rem;
    top: 4rem;
}


.rightside {
    position: absolute;
    left: 1.5rem;
    top: -1rem;
}

.rightside .shapes .circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #9AD3CC;
}

.rightside .shapes .half-circle {
    width: 40px;
    height: 80px;
    border-radius: 0 100px 100px 0;
    background-color: #9AD3CC;
    position: relative;
    left: -1.5rem;
    top: 3rem;
}

.rightside .shapes .half-circletwo {
    width: 80px;
    height: 40px;
    border-radius: 100px 100px 0 0;
    background-color: #5C59C2;
    position: relative;
    left: 9rem;
    bottom: 2rem;
}

.rightside .image {
    position: absolute;
    height: 20rem;
    width: auto;
    top: 2rem;
    right: -6rem;
}

.pick-card{
    padding: 30px 4%;
    background-image: url(Elements/background.png);
    background-size: cover;
}

.pick-card .items .cards .card1{
    margin-right: 20px;
    padding: 20px 4%;
    height: 15rem;
    width: 12rem;
}

.pick-card .items .cards .card1 h1{
    font-size: 1.4rem;
    color: white;
    line-height: 2rem;
}

.pick-card .items .cards .card1 .img{
    height: 80px;
    width: auto;
}

.pick-card .items .cards .card1 ul{
    font-size: .6rem;
}

.pick-card .items .cards .card2{
    margin-right: 30px;
    padding: 20px 4%;
    height: 15rem;
    width: 12rem;
}

.pick-card .items .cards .card2 h1{
    font-size: 1.4rem;
    line-height: 2rem;
}

.pick-card .items .cards .card2 .img{
    height: 80px;
    width: auto;
}

.pick-card .items .cards .card2 ul{
    font-size: .6rem;
}

.pick-card .items .text{
    right: 2rem;
    margin-left: 2rem;
}

.pick-card .items .text .heading{
    font-size: 2.5rem;
}

.pick-card .items .text .heading span{
    font-size: 2.5rem;
}

.pick-card .items .text .subheading{
    font-weight: 400;
    font-size: 14px;
}

.pick-card .items .text .check-pricing{
    font-size: 1rem;
    margin-left: 6.5rem;
    margin-bottom: 2rem;
}  

.services{
    padding: 30px 2%;
}

.services .text h1 {
    font-size: 2.2rem;
}

.services .text h2 {
    font-size: .8rem;
    color: #858282;
    margin-bottom: 3rem;
}

.services .service-cards .shadow{
    height: 15rem;
    margin-right: 12px;
    margin-left: 12px;
}

.services .service-cards .card{
    padding: 1px 6%;
    height: 15rem;
}

.services .service-cards .card .img {
    margin-top: 1.2rem;
}

.services .service-cards .card h1 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: .7rem;
    margin-top: .2rem;
}

.services .service-cards .card h2 {
    font-size: 0.6rem;
}

.portfolio{
    padding: 120px 7%;
    background-color: #F6F6F6;
    background-image: url(Elements/portfolio-background.png);
    background-size: cover;
}

.portfolio .text{
    max-width: 20rem;
}

.portfolio .text h1{
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: .7rem;
}

.portfolio .text h2{
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #858282;
    margin-bottom: 1rem;
}

.portfolio .text .visit-portfolio-btn2{
    padding: 2px 1.5%;
    font-size: 1rem;
    margin-right: 200px;
}

.container{
    padding-top: 20px;
}

.container h1{
    text-align: center;
    padding: 20px;
    font-size: 2.2rem;
}

.container h1{
    font-size: .8rem;
    color: #858282;
    margin-bottom: 3rem;
}

.footerdistributed{
    padding: 50px 4%;
}

.footerdistributed h1{
    font-size: 2.2rem;
}

.footerdistributed form input,
.footerdistributed form textarea{
	display: block;
	font-size: 12px;
	width: 300px;
	padding: 18px;
}