html
{

}

body
{
    height: 4010px;
    /* overflow: hidden; */
    overflow-x: hidden;
}

a
{
    text-decoration: none;
}



/* nav */
nav
{
    height: 200px;
}



.nav-item
{
    margin: 0px 30px ;
    font-size: 1.5rem;
}

.fa-gear
{
    transition: 1s;
}

.fa-gear:active
{
    transform: rotate(90deg);
}

.offcanvas-title
{
    color: rgb(154,31,233);
}


input
{
    margin-left: 30px;
}

.in-bar, .in-btn
{
    /* color: rgb(154,31,233); */
    border: 2px rgb(154,31,233) ;  
}
.in-btn:hover
    {
        background-color: rgb(154,31,233);
    }

    .nav-link:hover
    {
        color: rgb(205, 134, 249);
    }

    .dropdown-item:active
    {
        background-color: rgb(154,31,233);
    }



/* body */
/* ======== */


.main
{
    display: flex;
    /* height: 100dvh; */
    height: 700px;
}

/* .Portfolio */
.po-cont
{
    height: 100px;
    top: 85px;
    position: sticky;
}
.Portfolio
{
    writing-mode:vertical-lr;
    font-size: 10rem;
    margin-top: -100px;
    /* opacity: 0.4; */
}
.Portfolio:hover
{
    opacity: 0.4;
}

/* name */
.brand-name
{
    height: 10px;
    /* margin-right: 70px; */
    font-family: "Anta", sans-serif;
    /* position: sticky;
    top: -50px; */
}
.name
{
    margin-top: 75px;
    font-size: 4rem;

}

.intro
{
    position: absolute;
    height: 200px;
    width: 400px;
}

.name:hover, .developer:hover,.intro :hover
{
    opacity: .5;
}


/* chatbot */

.chat-body
{
    position: absolute;
    bottom: 0;
    padding: 50px;
    font-family: "Anta", sans-serif;
}

#user-input
{
    width: 200px;
    border: none;
    height: 38px;
    border-radius: 10px;
}

.bot-send-btn
{
    margin-top: -3px;
    background-color: blueviolet;
    border-color: black;
}





/* hello world */
/* ======== */

.hw-img-box
{
    background-color: rgb(10,24,23);
}
.hw-img
{
    height: 1000px;
    width: 100%;
    object-fit:cover ;
}

.hw-image
{
    height: 1000px;
    width: 100%;
}



marquee
{
    font-size: 8rem;
    font-family: "Notable", sans-serif;
}


/* skill section */

.sk-head-cont
{
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
}
.sk-head
{
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h1-skill
{
    /* height: 50px;
    width: 200px; */
    font-size: 6rem;
    display: flex;
    flex-wrap: nowrap;
    color: rgb(154,31,233);
    font-family: "Lacquer", system-ui;
}

.marquee2
{
    height: 100px;
    font-size: 7rem;
    font-family: "Londrina Outline", sans-serif;
    animation-delay: 2s;  
}

.technical
{
    transition: 1s;
}
.technical:hover
{

    transform:translateX(-300px) ;
    transition: all .5s ease-out;
}
.skill
{
    transition: 1s;
}
.skill:hover
{
    transform: translate(300px);
    transition: all .5s ease-in-out;
}


.skill-aside
{
    height: 500px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; 
    
}



.cards
{
    margin: 20px 40px 20px 40px;
    height: 100px;
    width: 280px;
    background-color: rgb(95, 24, 139);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: "Catamaran", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 2.5rem;
}



.cards:hover
{
    transform:translateY(-20px)
}

.fa-brands
{
    margin-top: -10px;
}

.quote
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
}





/* codebox */

.codebox
{
    height: 300px;
    width: 100%;
}


.card
{
    
    background-color: rgb(31,34,38);
}

#helloworld
{
    overflow: hidden;
    border-right: .1em solid orange;
    white-space: nowrap;
    font-size: 1.5rem;
    width: 200px;
    animation: typing 50s forwards;
}


/* .container{
    display: inline-block;
    font-family: "arial";
    font-size: 24px;
  }
   */
  


@keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }


  .eatsec
  {
    margin-top: 200px;
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .eat
  {
    height: 500px;
    width: 80%; 
  }

  .eatsec > .eat
  {
    scale: .8; opacity: 0;
    animation: fade-in linear forwards;
    /* animation: fade-out linear backwards; */
    animation-timeline: view();
    /* animation-range: start 100px */
    /* animation-range: end 100px; */
    animation-range:  50px 600px;
    /* animation-range-end: contain; */
  }
  
  @keyframes fade-in {
      /* from{scale: .8;opacity: 0;} */
      to{scale: 1; opacity: 1;}
  } 





.feedback
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: url(https://i.pinimg.com/originals/1d/73/5a/1d735ad8eee8350adc96d50e1421ee6d.gif);
    object-fit: contain;
    align-items: center;
    height: 300px;
    width: 100%;
    border-radius: 20px;
}
.feed-quote
{

}

.feed-bar
{
    text-align: center;
}

/* footer
{
    height: 500px;
    width: 100%;
    background-color: ;
    background: linear-gradient(rgb(248,249,250), rgb(213, 156, 213));
 

} */




.sociallinks 
{
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.soheading
{
    height: 75px;
    width: 100%;
    color: rgb(95, 24, 139);

}

.solicard
{
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
}


.socards
{
    width: 200px;
    margin: 10px ;
    background-color: rgb(95, 24, 139);
}



#socardscs
{
    width: 500px;
    margin: 10px ;
}



/* media query */

@media all and (max-width:650px)
{

    body
    {
        height: 3600px;
    }


    /* nav */

    nav
    {
        height: 100px;
    }
    .nav-link
    {
        font-size: 1rem;
    }

    
    form
    {
        align-items: center;
        display: inline;
    }
    
    .in-bar, .in-btn
    {
        /* position: fixed; */
        height: 30px;
        margin-top: 0;
        text-align: center;  
        border: 2px rgb(154,31,233);
    }

    

    .nav-cont
    {
        flex-wrap: nowrap;
        flex-direction: row-reverse;
    }


    /* body */
    .Portfolio
    {
        font-size: 6rem;
        margin-left: -10px;
        margin-top: 200px;
    }
    .po-cont
    {
        width: 100px;
        top: 0px;
        position: sticky;
    }
    .BRAND-name
    {
        height: 100dvh;
        /* margin-right: 50px; */


    }
    .name
    {   
        /* margin-right: 10px; */
        margin-top: 100px;
        font-size: 2.5rem;

    }
    .intro
    {
        font-size: 14px;
        width: 250px;
    }

    .cbicon
    {
        margin-right: 0;
    }



    /* hello world */
    .hw-img-box
    {
        background-color: rgb(10,24,23);
    }
    .hw-img
    {
        height: 500px;
        width: 100%;
        object-fit:cover ;
    }

    .hw-image
    {
        height: 500px;
        width: 100%;
    }

    
    /* skill */

    .h1-skill
    {
        font-size: 3rem;
    }
    .cards
{
    margin: 8px 20px 8px 20px;
    height: 90px;
    width: 95px;
    font-size: 1.2rem;
    padding: 10px;
}

.quote
{
    text-align: center;
    font-size: 2rem;
    margin: 20px;
}
.feedback
{
    text-align: center;
    padding: 50px;
}
    

.sociallinks
{
    flex-direction: column;
    

}

.linkss
{
    display: flex;
    
}
.solicard
{
    /* flex-direction: ; */
    margin-top: 40px;
    
}
#socardscs
{
    margin: 10px ;
    
}

.socards
{
    width: 170px;
    height:75px;
}
#socardscs
{
    width: 170px;
}


}








@media all and (min-width:1200px)
{
    #socardscs
    {
        width: 420px;
        
        margin: 10px ;
    
    }



    
}


/* footer */

footer
{
    height: 635px;
    /* background-image: url(footer.jpg); */
    background: linear-gradient(black,rgb(83,69,130));
    /* background-repeat: */
}