*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* .navbar{
    background-color: white;
} */
.nav-link{
    color: black;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}
.nav-link:hover{
    color: white;
    background-color: gray;
}
.navbar-brand{
    font-size: 20px;
    font-weight: 800;
    color: black;
    cursor: pointer;
    text-decoration: none;
}

/* 
main section */

.main{
    background-color: teal;
    /* background: url(./pexels-rombo-1510555-3801990.jpg)no-repeat; */
    background-size:cover ;
    width: 100%vw;
    height: 100%;
    font-size: 22.4px;
    text-transform: uppercase;
    line-height: 1;
    /* border-bottom: 3px solid rgb(233, 20, 109) */
    
}
.main h3{
    font-size: 70.4px;
    font-weight: 700;
}

.main .bt1{
    height: 55px;
    width: 138px;
    background-color:rgb(233, 20, 109) ;
    color: white;
    outline: none;
    border: none;
    font-weight: bold;
    border-radius: 5px;
}
.main .bt1 :hover{
    background-color:rgb(202, 18, 95) ;
    transition: 0.5s;
}
/* .main .bt2{ 
    height: 55px;
    width: 138px;
    background-color:rgb(233, 20, 109) ;
    color: white;
    outline: none;
    border: none;
    font-weight: bold;
    border-radius: 5px;
} */
.buttonlinks{
    padding-left: 40%;
}
.hello{
    color: white;
}
#About{
    height: 100%;
    display: flex;
}
.about{
    display: flex;
}
.about-img{
    width: 50%;

}
.developer-image{
    height: 50vh;
    width: 20vw;
    border-radius: 50%;
    margin-left: 40%;
}
.about-txt{
    width: 50%;
    padding-left: 2%;
}
.services-heading{
    text-align: center;
    color: white;
    /* margin: 0% 40% ; */
}
.services-txt{
    align-content: center;
    color: white;
    text-align: center;
}
.services-cards{
    display: flex;

}
.card{
    margin-left: 10%;
}
#My-Works{
    height: 100%;
    display: flex;
}
/* .about-img{
    width: 50%;

} */
/* .developer-image{
    height: 50vh;
    width: 20vw;
    border-radius: 50%;
    margin-left: 40%;
} */
.my-works-txt{
    width: 100%;
    text-align: center;
    color: white;
}
.My-Works-heading{
    text-align: center;
    color: white;
    /* margin: 0% 40% ; */
}
.My-Works{
    width: 100%;
}
.contact-me{
    height: 80%;
    width: 50%;
    background-color:white;
}
/* #Contact-Me{
    height: 60vh;
    width: 50vw;
    margin: 0 38%;
    text-align: center;
    color: black;
} */
.about-me-heading{
    color: white;
    text-align: center;
}
.text-center{
    color: white;
}