@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&family=Yusei+Magic&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    //cursor:url("Images/cursor.gif"), auto;
}

.wordart {
    font-family: Arial, sans-serif;
    font-size: 2em;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wordart.italic-outline {
    transform: scale(1, 1.3);
    -webkit-transform: scale(1, 1.3);
    -moz-transform: scale(1, 1.3);
    -o-transform: scale(1, 1.3);
    -ms-transform: scale(1, 1.3);
}

.wordart.italic-outline .text {
    letter-spacing: -0.01em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    -webkit-text-stroke: 0.01em #000;
    filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000, Strength=1);
    text-shadow: 0.03em 0.03em 0 #6D6D6D;
}

.max-width{
    max-width: 1300px;
    padding: 0px 80px;
    margin: auto;
}

/*navbar*/
.navbar{
    position: fixed;
    width:100%;
    padding: 15px 0;
    background: #8A2bE2;
    z-index:10;
    transition: all 0.3s ease;
}
.navbar.sticky{
    padding: 10px 0;
}
.navbar .max-width{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .menu li{
    list-style: none;
    display: inline-block;
}
.navbar .menu li a{
    float:block;
    color: aliceblue;
    font-family: 'Yusei Magic', sans-serif;
    font-size: 18px;
    font-weight: 500px;
    margin-left: 25px;
    transition: color 0.3s ease;
}
.navbar .menu li a:hover{
    color: #fff;
}
/* menu btn styling*/
.menu-btn{
    color: #fff;
    font-size: 23px;
    display: none;
}
/* home section styling*/
.home{
    display: flex;
    background: url("/Images/bg.png");
    /*background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    background-size: cover;
    background-attachment: fixed;*/
    -webkit-font-smoothing: antialiased;
    height:100vh;
    min-height: 500px;
    font-family: 'Roboto Slab', sans-serif;
}
.home .max-width{
    margin: auto 0 auto 40px;
}
.home .home-content .text-0{
    color: #fff;
    font-size: 25px !important;
    margin: 5px 0;
    padding: 20px 0 20px 0;
}
.home .home-content .text-1{
    font-size: 45px;
    margin-left -3px;
}
.home .home-content .text-2{
    color: #fff;
    font-size: 35px;
    margin: 5px 0;
    padding: 20px 0 20px 0;
}
.home .home-content .text-2 span{
    color: aliceblue;
    font-family: 'Yusei Magic', sans-serif;
    font-weight: 500px;
}
body{
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
}
.home .home-content a{
    background-color: #8A2bE2;
    display:inline-block;
    color: aliceblue;
    font-family: 'Yusei Magic', sans-serif;
    font-size: 25px;
    padding: 12px 15px;
    border: 6px ridge #bbb;
    cursor: pointer;
    transition: all 0.3s ease;
}
.home .home-content a:hover{
    background: #000 url(Images/rainbow.gif) top left;
}
/*about section styling*/
section{
    padding: 50px 0;
}

.about{
    font-family: 'Roboto Slab', sans-serif;
    background: url("/Images/bg1.png");
}
.about .title{
    position:relative;
    text-align: justify;
    color: aliceblue;
    font-weight: 400;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.about .title::after{
    content: url(Images/hacker.gif);
    position: absolute; 
    padding: 10px 20px;
}
.about .about-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about .about-content .left{
    width:45%;
}
.about .about-content .left canvas{
    height: 400px;
    width: 400px;
    object-fit: cover;
}
.about .about-content .right{
    height: 400px;
    width: 55%;
}
.about .about-content .right .text{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    padding: 20px 0px 20px 0px;
}

.about .about-content a{
    background-color: #8A2bE2;
    display:inline-block;
    color: aliceblue;
    font-family: 'Yusei Magic', sans-serif;
    font-size: 25px;
    padding: 12px 15px;
    border: 6px ridge #bbb;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}
.about .about-content a:hover{
    background: #000 url(Images/rainbow.gif) top left;
}
.about .about-content .text h3{
    color: aliceblue;
    font-family: 'Yusei Magic', sans-serif;
    font-weight: 500px;
    margin-bottom: 20px;
}

/*skills section*/
section{
    padding: 100px 0;
}

.skills{
    font-family: 'Roboto Slab', sans-serif;
    background: url("/Images/bg.png");
}
.skills .title{
    position:relative;
    text-align: justify;
    color: aliceblue;
    font-weight: 400;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.skills .title::after{
    content: url(Images/19.gif);
    position: absolute; 
    padding: 10px 20px;
}
.skills .skills-content h4{
    font-size:25px;
}
.skills .skills-content .text{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    padding: 20px 0px 20px 0px;
}
.skills .window{
    margin: 32px; 
    /*width: 250px;*/
}
/*.skills .skills-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.skills .skills-content .left{
    width:30%;
}
.skills .skills-content .middle{
    width:30%;
}
.skills .skills-content .right{
    width:30%;
}*/

/*Project section styling*/
.projects{
    font-family: 'Roboto Slab', sans-serif;
    background: url("/Images/bg1.png");
}
.projects .title{
    position:relative;
    text-align: justify;
    color: aliceblue;
    font-weight: 400;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.projects .title::after{
    content: url(Images/9.gif);
    position: absolute; 
    padding: 5px 20px;
}
.projects .projects-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.projects .projects-content .left{
    width:45%;
    float: left;
    margin-top: 3%; 
}

.projects .projects-content .left img{
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 7%
}
.projects .projects-content .right{
    width:45%;
    margin: 7% 0 0 7% ;
    float: left;
}
.projects .projects-content .right img{
    max-width: 100%;
    object-fit: fill;
    padding-top: 5%;
}
.projects p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
    padding: 20px 0px 20px 0px;
}
.projects h4, h5{
    font-weight: 500;
    color: #fff;
    padding: 10px 0px 10px 0px;
}
.projects .projects-content a{
    background-color: #8A2bE2;
    display:inline-block;
    color: aliceblue;
    font-family: 'Yusei Magic', sans-serif;
    font-size: 25px;
    padding: 12px 15px;
    border: 6px ridge #bbb;
    cursor: pointer;
    transition: all 0.3s ease;
    
}
.projects .projects-content a:hover{
    background: #000 url(Images/rainbow.gif) top left;
}
/*contact section*/
.contact{
    font-family: 'Roboto Slab', sans-serif;
    background: url("/Images/bg.png");
}
.contact .title{
    position:relative;
    text-align: justify;
    color: aliceblue;
    font-weight: 400;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.contact .title::after{
    content: url(Images/40.gif);
    position: absolute; 
    padding: 5px 20px;
}
.contact .title::after{
    content: url(Images/40.gif);
    position: absolute; 
    padding: 5px 20px;
}
.contact .contact-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.contact .contact-content .left{
    width:30%;
    color: #fff;
}
.contact .contact-content .left .text::before{
    content:url(Images/12.gif);
    vertical-align: middle;
    padding:0 5px 0 0;
}
.contact .contact-content .middle{
    width:30%;
    color: #fff;
}
.contact .contact-content .middle .text::before{
    content:url(Images/email.gif);
    vertical-align: middle;
    padding:0 5px 0 0;
}
.contact .contact-content .right{
    color: #fff;
}
.contact .contact-content .right a{
    width:30%;
    color: #fff;
}
.contact .contact-content .right .text::before{
    content:url(Images/2.gif);
    vertical-align: middle;
     padding:0 5px 0 0;
}
/*respomsive media query start*/

@media (max-width: 1104px){
    .about .about-content .left canvas{
    height: 350px;
    width: 350px;
    }
}
@media (max-width: 991px){
    .max-width{
        padding: 0px 50px;
    }
}
@media (max-width: 947px){
    .menu-btn{
        display: block;
        z-index:15;
    }
    .menu-btn i.active:before{
        content: url(Images/btn-close@2x.png);
    }
    .navbar .menu{
        position: fixed;
        height: 100vh;
        width: 100%;
        left:-100%;
        top:0;
        text-align: center;
        padding-top:80px;
        background: #8A2bE2;
        transition: all 0.3s ease;
    }
    .navbar .menu.active{
        left:0;
    }
    .navbar .menu li{
        display: block;
    }
    .navbar .menu li a{
        display: inline-block;
        margin: 20px 0;
        font-size: 25px;
    }
    .home .home-content .text-0{
        font-size: 20px;
        margin-left -3px;
    }
    .home .home-content .text-2{
        font-size: 20px;
    }
    .max-width{
        max-width: 800px;
    }
    .about .about-content .column{
        width:100%;
    }
    .about .about-content .left{
        display:flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .about .about-content .right{
        display:flex;
        flex:100%;
    }
    .skills .skills-content .column{
        width: 100%;
        margin-bottom: 35px;
    }
    .projects .projects-content .column{
        width:100%;
    }
    .projects .projects-content .left{
        display:flex;
        justify-content: center;
        margin: 0;
    }
    .projects .projects-content .right{
        display:flex;
        margin:0;
        flex:100%;
    }
}
@media (max-width: 690px){
    .max-width{
        padding: 0px 23px;
    }
    .home .home-content .text-0{
        font-size: 30px;
    }
    .home .home-content .text-1{
        font-size: 50px;
    }
    .home .home-content .text-2{
        font-size: 30px;
    }
    .skills .skills-content .window{
        width: 100%;
    }
}
@media (max-width: 500px){
    .max-width{
        padding: 0px 23px;
    }
    .home .home-content .text-0{
        font-size: 20px;
    }
    .home .home-content .text-1{
        font-size: 50px;
    }
    .home .home-content .text-2{
        font-size: 25px;
    }
}