*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body,.max-width{
    width: 1300px;
    margin: auto;

}
/* header styled here  */
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    background: #db7979;
}
/* logo style here  */
.logo{
    margin-left: 20px;
    
}
.logo span a{
    color: white ;
    padding: 5px;
    font-family: fantasy;
    border-radius: 45%;
    font-size: 20px;
    border-style: double;
    text-decoration: underline;

}

/* menu style here  */
.menu{
    margin-right: 20px;

}
.menu ul li{
    list-style: none;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: inline-block;
    line-height: 70px;
}
.menu ul li a{
    color: white;
    padding: 6px;
    margin: 0px 5px;
    transition: all 0.6s;
}
.menu ul li a:hover{
    color: black;

}

/* banner section styled here  */
.welcome{
    width: 1300px;
    color: white;
    margin: auto;
    position: absolute;
    top: 130px;
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    text-decoration: underline;
    
}

/* Image of banner section style here */
.banner img{
    height: 100vh;
    max-height: 600px;
    width: 1300px;
}
/* left-banner styled here  */
.wrapper{
    position: absolute;
    top: 200px;
    width: 1300px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftbanner{
    height: 400px;
    width: 44%;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftbanner img{
    height: 280px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    box-shadow: 2px 3px 6px 2px white;
}

/* right .banner style here  */
.rightbanner{
    height: 400px;
    width: 44%;
    margin: auto;
    padding: 20px;
    
}
.rightbanner >div{
    padding: 20px;
    margin: 20px auto;
}
.rightbanner h1,h2{
    text-transform: capitalize;
    padding: 5px 10px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.rightbanner h1{
    font-size: 30px;
    font-family: fantasy;
}
.rightbanner h2 span{
    color: #db7979;
    font-size: 24px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.rightbanner .btn{
    border: 1px solid #db7979;
    padding: 6px 20px;
    color: white;
    background: #db7979;
    font-size: 20px;
    border-radius: 8px;
    margin-left: 20px;
    margin-top: 10px;
    transition: all 0.6s;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.rightbanner .btn:hover{
    color: #db7979;
    background: transparent;
}
/* About section style here  */

.abouth1{
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding:  20px auto;
    margin-bottom: 0px;
    color: black;
    text-align: center;
    margin: 10px auto;


}

.wrapperabout{
    height: 400px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftabout{
    height: 400px;
    width: 44%;
    margin: auto;
    padding: 20px;

}
.leftabout h2{
    color: black;
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 10px;
}
.leftabout p{
    color: black;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
    padding: 10px;
    margin-bottom: 12px;
}
.leftabout .cv{
    border: 1px solid #db7979;
    padding: 6px 20px;
    color: white;
    background: #db7979;
    font-size: 20px;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 20px;
    transition: all 0.6s;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.leftabout .cv:hover{
    background: transparent;
    color: #db7979;
}
.rightabout{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 44%;
    margin: auto;
    padding: 20px;
}
.rightabout img{
    height: 360px;
    margin: auto;
    text-align: center;
    border-radius: 15px;
    box-shadow: 2px 3px 6px 2px white;
}
/* .serviceswrapper styled here  */

.serviceswrapper{
    background: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.servicesh1{
    margin: 0px auto;
    margin-top: 20px;
    padding: 10px 0px;
    padding-top: 20px;
    font-size: 35px;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: black;
}
.part1,.part2,.part3{
    height: 300px;
    width: 30%;
    margin: 0px 15px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* hover effect on div of services  */
.divhover{
    width: 100%;
    margin: 0px 10px;
    padding: 8px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    transition: all 0.6s;
    background: rgb(41, 40, 40);
    cursor: pointer;
}
.divhover:hover{
    background: #db7979;
    transform: scale(1.05);
    color: white;

}

.divhover h2{
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;

}
.divhover p{
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
    font-size: 18px;
    text-align: center;
}

/* .serviceswrapper section ends here  */

/* skill section start here  */
.skillwrapper{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.skillh1{
    font-size: 35px;
    margin-top: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    text-transform: capitalize;
    padding: 20px auto;
    
}
.skillwrapper .leftskill ,.rightskill{
    height: 360px;
    width: 48%;
    margin: 20px;

}
.leftskill{
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    padding: 10px;
}
.leftskill h2{
    color: black;
    font-size: 25px;
    padding: 5px 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}
.leftskill p{
    color: black;
    font-size: 18px;
    padding: 5px 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}
.leftskill a{
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
    margin: 10px;
    width: 180px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-transform: capitalize;
    background: #db7979;
    color: white;
    border-radius: 12px;
    transition: all 0.6s;
    border: 1px solid #db7979;
    
}
.leftskill a:hover{
    background: transparent;
    color: #db7979;
}
.rightskill{
    display: flex;
    justify-content: center;
    align-items:left;
    flex-direction: column;
}
.rightskill li{
    padding: 10px;
    margin:  0px 20px;
    border-bottom: 2px solid black;
}
.rightskill li a{
    color: #db7979;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transition: all 0.6s;
}
.rightskill li a:hover{
    color: black;
}
/* skill section styled ends here  */

/* community section styled starts here  */
.comwrapper{
    display: flex;
    background: black;
    align-items: center;
    justify-content: space-around;
    padding: 20px;

}
.comwrapperh1{
    background: black;
    font-size: 35px;
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: capitalize;
    color: white;
    text-align: center;
}
.comwrapper .item{
    height: 300px;
    width: 380px;
    margin: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    cursor: pointer;
    background: rgb(41, 40, 40);
    border-radius: 10px;
    transition: all 0.6s;
}
.comwrapper .item img{
    height: 150px;
    border-radius: 50%;
    border: 3px solid #db7979;

}
.comwrapper .item h2{
    color: white;
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}
.comwrapper .item p{
    color: white;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;

}
.comwrapper .item:hover{
    transform: scale(1.05);
    background: #db7979;
}
/* community sytled ends here  */

/* contact styled starts here  */
.contactwrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.contacth1{
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    text-transform: capitalize;
    color: black;
    padding: 20px;
    padding-bottom: 10px;
}

.contactwrapper .leftcontact ,.rightcontact{
    height: 300px;
    width: 500px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;

}
.contactwrapper .leftcontact h2{
    color: black;
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 10px;
    padding-bottom: 5px;

}
.contactwrapper .leftcontact p{
    color: black;
    font-size: 18px;
    padding: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;


}
.contactwrapper .leftcontact span{
    color: black;
    font-size: 16px;
    padding: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
/* right contact style here  */
.contactwrapper .rightcontact h2{
    color: black;
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 5px;
    padding-bottom: 8px;
    
}
.contactwrapper .rightcontact{
    padding: 0px;
}
.contactwrapper .rightcontact div{
    padding: 3px;
    display: flex;
    justify-content: space-around;
    align-items: left;

}
.contactwrapper .rightcontact div input,textarea{
    font-size: 16px;
    padding: 3px;
    width: 300px;
    

}

.contactwrapper .rightcontact div #send{
    color: white;
    background: #db7979;
    border: 1px solid #db7979;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    transition: all 0.6s;

}
.contactwrapper .rightcontact div #send:hover{
    background: transparent;
    color: #db7979;

}
/* .rightcontact style ends here  */

/* social icon designing here  */
.socialwrapper{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.socialh1{
    background: #db7979;
    text-align: center;
    font-size: 35px;
    margin-top: 10px;
    padding: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.socialwrapper .icon{
    margin: 30px;
    transition: all 0.5s;
    text-align: center;
    text-transform: capitalize;
    
}
.socialwrapper .icon img{
    height: 100px;
    border-radius: 50%;
    
}
.socialwrapper .icon:hover{
    transform: scale(1.05); 
}

/* social icon designing here  */


.footer{
    height: 80px;
    background: black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer h3{
    background: rgb(41, 40, 40);
    color: white;
}
.footer h3 a,span{
    color: #db7979;
}
.footer #top{
    color: white;
    font-size: 10px bold;
    margin-right: 100px;
}


