* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Playpen Sans', cursive;
    font-family: 'Poppins', sans-serif;

}

.container {
    width: 100%;
    min-height: 100vh;
    background-color: #f3f5f8;
}

nav {
    display: flex;
    width: 100%;
    justify-content: space-around;
    height: 60px;
    z-index: 111;
    line-height: 60px;
}

.logo {
    display: flex;
    font-size: 40px;
    font-weight: 800;
    color: #3d535f;
    letter-spacing: 3px;
    cursor: pointer;

    text-transform: uppercase;
}

.logo .pc {
    color: red;
}

b {
    font-size: 70px;
    color: #7f00ff;
}

.navItems {
    display: flex;
}

.navItems li {
    list-style: none;
    margin: 0 15px;
}

.navItems li a {
    font-size: 25px;
    color: #3d535f;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: capitalize;

    transition: color 0.3s, text-decoration 0.5s;    /* transition: all 2s  ; */
    
}

.navItems li:hover a,
.links a:hover {
    color: #7f00ff;
    /* text-decoration: underline; */
    /* animation: reverse ; */
}

.links a {
    font-size: 30px;
    color: #3d535f;
    margin: 25px 10px;
    transition: color 0.3s, text-decoration 0.5s;    /* transition: all 2s  ; */

}

.wrapper {
    display: flex;
    position: relative;
    width: 100%;
    min-height: calc(100vh - 80px);
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    overflow: hidden;
}

.wrapper::before
{
    position: absolute;
    content: '';
    height: 600px;
    width: 600px;
    left: -12%;
    top: 40%;
    border-radius: 50%;
    background: linear-gradient(45deg, #7f00ff, pink);
    animation: object1 6s linear infinite;
}
.wrapper::after
{
    position: absolute;
    content: '';
    height: 200px;
    width: 200px;
    left: 35%;
    top: 12%;
    border-radius: 50%;
    background: linear-gradient(45deg, #7f00ff, pink);
    animation: object2 6s linear infinite;
}

@keyframes object1 
{
    50%
    {
        left: -13%;
        top: 41%;
    }
}
@keyframes object2
{
    50%
    {
        left: 35%;
        top: 10%;
    }
}

.cols {
    width: 50%;
}

.cols0 {
    position: absolute;
    left: 30px;
    width: 60%;
    z-index: 5;
}

.topline {
    display: block;
    position: relative;
    font-size: 35px;
    letter-spacing: 5px;
    color: #3d535f;
}

.topline::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 45px;
    bottom: 10px;
    background-color: #7f00ff;
}

h1 {
    display: block;
    font-size: 7em;
    font-weight: 900;
    color: #3d535f;
}

.multiText {
    color: #7f00ff;
    text-transform: capitalize;
}

p {
    display: block;
    width: 90%;
    font-size: 1.2em;
    color: #3d535f;
}

.btns {
    width: 100%;
    position: relative;
    left: 150px;
    margin: 40px;
}


button,.btns a{
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    background-color: #3d535f;
    padding: 8px 4px;
    margin: 40px 5px;
    text-transform: capitalize;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
    
}

button:hover,.btns a:hover{
    background-color: #7f00ff;
}

.about,
.skills,
.projects,
.contact {
    padding: 50px 0;
    text-align: center;
}
#skills
{
    background-color: #e2eaf6;

}
.about h2,
.skills h2,
.projects h2,
.contact h2 {
    font-size: 2em;
    color: #3d535f;
}

.about p,
.skills p,
.projects p,
.contact p {
    font-size: 1.2em;
    color: #3d535f;
}

.photo {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    width: 25%;
    height: 350px;
}

.pic {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    padding: 2.5rem;
    transform: scale(1.1);
    transition: all 1s;
    box-shadow: 2px 2px 2px rgb(88, 69, 69);
}

/* .sec {
    /* border: 2px solid black; */
    /* display: grid; */
/* } */

.sec
{
 z-index: 5;
}

.box1,
.box2,
.box3 {
    /* border: 1px solid; */
    margin: 14px;
    padding: 14px;
}

/* .col-sm-6.wow.fadeInUp img {
    /* display: none; */
    /* height: 80px; */
    /* border: 3px solid; */
/* } */

/* .cont2 {
    border: 2px solid;
/* }  */

.col-sm-6.col-xs-12 {
    /* display: ; */
    padding: 87px;
    /* grid-template-rows:3px ; */
    /* margin: 3px; */
    /* align-items: center; */
    justify-content: space-around
        /* gr */
}

.projects 
{
    /* background-color: 1px solid; */
    background-color: #e2eaf6;

}

.projects img
{
    width:  750px;
    z-index: 5;
}
#footer-down {
    position: relative;
    top: 30px;
    text-align: center;
    border: 3px solid ;
    border-radius: 4px;
    background-color: #e2eaf6;
}
#footer-down h2{
    border: 4px solid rgb(247, 156, 156);
  display: inline-block;
  padding: 8px;
  border-radius: 9px;

}

.btns a:hover
{
 text-decoration: none;
}
nav.abc
{
    position: fixed;
    background-color:#bfcad9;
    padding: 0px 0px;
    border-radius: 7px;
    /* border: 2px solid; */
}

.col-md-6.ab-sec-img.wow.fadeInUp img
{
 /* display: none; */
 width: 650px;
 z-index: 5;
}

.col-md-6 p
{
    /* margin: 40px; */
    /* display: none; */
    padding: 34px;
}
hr.line
{
    border-top: 1.6px solid rgb(223, 144, 144);
    padding: 14px;
    width: 350px;
    margin: auto;
}
.skls h2
{
    text-align: center;
    /* font-weight: 20; */
    font-size: 100px;
    font-family: 'Playpen Sans', cursive;
    font-family: 'Poppins', sans-serif;
}

.pjct a
{
    color: #3d535f;
    font-size: 60px;
    background-color: rgb(252, 230, 233);
    border-radius: 10px;
    padding: 10px;
}
#pjct
{
    font-size: 70px;
    text-decoration: underline;
    padding: 10px;

}

.pjct a:hover
{
    color: #7f00ff;
    font-size: 60px;
    /* background-color: rgb(245, 187, 125); */
    text-decoration: none;
    /* border-radius: 10px; */
    /* padding: 10px; */

}

.blg
{
    /* padding: 25px; */
    border: 1px solid;
    border-radius: 8px;
}

.blg li 
{
    padding: 25px;
    text-decoration: none;
}

.lnks a
{
    font-size: 23px;
    padding: 23px;
    font-family: 'Times New Roman', Times, serif;
    /* font-weight: 2; */
}

/* Update your CSS to include animation properties */
.animated {
    animation-duration: 1s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.intro span
{
    font-size: 40px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgba(10, 24, 129, 0.783);
}
.intro span:hover
{
    font-size: 40px;
    /* font-weight: bold; */
    /* color: rgba(237, 110, 88, 0.783); */
    color: rgba(9, 13, 41, 0.783);
    text-decoration: dotted;
    /* font-weight: 20; */
    /* color: rgba(88, 116, 237, 0.783); */
}
.intro p
{
    font-size: 19px;
}
