* {
    padding: 0px;
    margin: 0px;
}

.contactButton{
    outline: none;
    border: none;
    background: transparent;
}

.body1 {

    /* x axis overflow css */
    overflow-x: hidden;
    background-color: #1B2430;
}

.sec-1 {

    /* section bg color  */
    background-color: #1B2430;

}


.Screenshot-project {

    /* project screenshots css */

    border: 1px solid rgb(229, 9, 20);

}

.Screenshot-project:hover {

    /* project screenshots css */

    border: 1px solid white;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: -1px 0px 15px 10px rgba(179, 176, 176, 0.1);
}


.illustration-1 {

    /* illustration 1 photo css */

    border-radius: 145px;
    border: 2px solid rgb(229, 9, 20);

}

.illustration-1:hover {

    /* illustration 1 photo hover */

    border-radius: 145px;
    border: 2px solid rgb(229, 9, 20);
    box-shadow: -1px 0px 15px 10px rgba(229, 9, 20, 0.5);
    transition: 0.4s;
}

.letter-design {

    /* l letter design and hover */

    color: rgb(229, 9, 20);
}

.letter-design:hover {

    color: white;
    transition: 0.4s;
    box-shadow: -1px 0px 15px 10px rgba(179, 176, 176, 0.1);

}



.full-name {

    /* full name design and hover */

    color: white;
    /* font-size: 50px; */
}

.full-name:hover {

    color: rgb(229, 9, 20);
    transition: 0.4s;
}


.hr {

    /* hr design */

    color: #EF4040;

}



ul>li>a {

    /* for removing text decoration */

    text-decoration: none;
}

.li-bg-color {

    /* li bg color */

    background-color: rgb(229, 9, 20);
    border-radius: 30px;

}

.li-bg-color>a {

    /* li bg color css with hover */


    color: white;


}

.college-underline {

    /* section 2 in para college line underline */

    color: rgb(229, 9, 20);

}

.college-underline:hover {

    /* section 2 in para college line underline */

    color: white;
    transition: 0.4s;

}

.edu-icons {
    /* section 3 education icons css */

    color: rgb(229, 9, 20);
}

.edu-block-1 {

    /* education block 1 */
    border: 1px solid rgb(229, 9, 20);
    border-radius: 10px;
}


.underline {

    /* about section about heading css */

    border-bottom: 1px solid rgb(229, 9, 20);
}

.heading-shadow {

    /* all heading shadow */


    border-bottom: 1px solid rgb(229, 9, 20);
    border-radius: 5px;

}

/* .heading-shadow:hover{

  

   
    border-bottom: 1px solid rgb(229, 9, 20);
    border-radius: 5px;
    transition: 0.2s;
} */

.jq-icon {

    color: rgb(229, 9, 20);
}

.btn {

    background-color: black;
    color: white;
}

.nav {

    border: 1px solid rgb(229, 9, 20);
    box-shadow: -1px 0px 15px 10px rgba(179, 176, 176, 0.1);
    border-radius: 10px;

}





.sec-1 {
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

/* contact with nikil btn css and animation start */

.glowing-wrapper-button {
    z-index: 1;
    color: #fff;
    letter-spacing: -0.01em;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 62.5rem;
    padding: 0.7rem 1.5rem;
    font-size: 0.88rem;
    line-height: 1.42;
    text-decoration: none;
    position: relative;
    max-width: 100%;
    display: inline-block;
}

.glowing-wrapper {
    border-radius: 62.5rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active {
    background-color: #1B2430;
}

.glowing-wrapper-borders-masker {
    width: 100%;
    opacity: 0;
    border-radius: 62.5rem;
    padding: 0.11rem;
    line-height: 100%;
    transition: opacity 1s;
    position: absolute;
    top: 0;
    left: 0;
}

.glowing-wrapper .button-text {
    z-index: 2;
    color: #fff;
    position: relative;
}

.glowing-wrapper-animations {
    width: 100%;
    opacity: 0;
    transition: opacity 1s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.glowing-wrapper-mask {
    opacity: 1;
}

.glowing-wrapper-glow {
    opacity: 0.12;
    filter: blur(8px);
}

.glowing-wrapper-borders {
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
    opacity: 1;
}

.glowing-wrapper-button:after {
    background: radial-gradient(85% 120% at 50% 120%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 999px;
    content: "";
    height: calc(100% + 4px);
    left: -2px;
    opacity: 0;
    position: absolute;
    top: -2px;
    transition: 1s all;
    width: calc(100% + 4px);
}

.glowing-wrapper-button:hover:after {
    opacity: 0.7;
}

.glowing-wrapper-active .glowing-wrapper-animations,
.glowing-wrapper-active .glowing-wrapper-borders-masker {
    opacity: 1;
}

.glowing-wrapper-animations:before,
.glowing-wrapper-borders:before {
    content: "";
    float: left;
    padding-top: 100%;
}

.glowing-wrapper-animations:after,
.glowing-wrapper-borders:after {
    clear: both;
    content: "";
    display: block;
}

.glowing-wrapper-animations {
    pointer-events: none;
}

.glowing-wrapper-animations * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.glowing-wrapper-borders,
.glowing-wrapper-glow,
.glowing-wrapper-mask {
    animation: borderTurn 2.5s infinite linear;
    background-image: conic-gradient(from 0 at 50% 50%, rgba(255, 255, 255, 0.5) 0deg, rgba(255, 255, 255, 0) 60deg, rgba(255, 255, 255, 0) 310deg, rgba(255, 255, 255, 0.5) 360deg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.glowing-wrapper-mask-wrapper {
    -webkit-mask: url("data:image/svg+xml,url('data:image/svg+xml,%253Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%253E%253Crect width='28' height='24' fill='black'/%253E%253C/svg%253E%250A');");
    mask: url("data:image/svg+xml,url('data:image/svg+xml,%253Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%253E%253Crect width='28' height='24' fill='black'/%253E%253C/svg%253E%250A');");
    mask-repeat: repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.glowing-wrapper-borders {
    animation-name: borderTurnWithTranslate;
}

.glowing-wrapper-borders-masker {
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@keyframes borderTurn {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes borderTurnWithTranslate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.close-button {
    background: transparent;
    border-radius: 50%;
    animation: animate 3s linear infinite;
}

/* contact with nikil btn css and animation End */


/* know about nikhil css and animation section about start */

#slider {
    width: 600px;
    display: flex;
    gap: 15px;
    font-size: 20px;

}

#sliderValue {
    display: flex;
    color: white;
    font-weight: 20PX;
}

.start {
    opacity: 0;
}

.animation {
    animation: fade .3s forwards;
}


@keyframes fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.holder-animation {
    animation: holder 4s;
}

@keyframes holder {
    0% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* know about nikhil css and animation section about End */


/* thank you for visiting para css and animation start */


.last {

    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    background-color: #1B2430;
}

.last-1 {
    position: relative;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #1B2430, #fff, rgb(229, 9, 20));
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 6s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);

}

@keyframes animate {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 500%;
    }
}

/* thank you for visiting para css and animation End */



/* on click form css start */

.click-form {


    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;

}

.pop-content {
    margin-top: 10px;
    border: 1px solid rgb(229, 9, 20);
    padding: 20px;
    border-radius: 5px;
  

}


.close{
  
    border-radius: 50%;
    cursor: pointer;
}

input::placeholder , textarea::placeholder{
    color: white;
}



input , textarea{

    background: #00000050;
   
    border-radius: 5px;
    border: 1px solid #EF4040;
}

textarea:focus, input:focus {
    color: white;
}

input, select, textarea{
    color: white;
    
}

/* on click form css End */


.video-1{

    width: 100%;
    position: relative;
}

.sec-5-contact{

    
}