* {
    margin: 0px;
    padding: 0px;
}

/* Sticky navbar*/

header{
    background-color: rgb(53, 55, 66);
    height: 50px;
    box-shadow: 1px 1px 10px rgb(146, 202, 144);
}
.sticky{
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar ul{
    display: flex;
    width: 100%;
    height: 10px;
}
.navbar ul li{
    margin-top: 13px;
    margin-left: 45px;
    display: inline;
    list-style-type: none;
}
.navbar ul li a{
    color: black;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    text-decoration: none;
}
.navbar input{
    height: 3rem;
    width: 25rem;
    padding:1px;
    border-radius: 12px;
    border: none;
    position: relative;
    top: 1rem;
    left: 35rem;
}

/* Container */
.container {
    /* overflow-y: auto; */
    margin-top: 50px;
    width: 1297px;
    display: inline-block;
    /* border: 2px solid green; */
    height: 836px;
    background-color: rgb(37, 33, 33);
}

.icons {
    /* margin: auto; */
    display: flex;
    flex-direction: row;
    position: relative;
    top: 140px;
    left: 230px;
    width: 220px;
    justify-content: left;

}

.icons li {
    list-style: none;
}

.icons li a {
    /* font-family: 'Poppins', sans-serif; */
    color: white;
    text-decoration: none;
    font-size: 25px;
    padding: 0px;
    margin: 5px;
    list-style-type: none;
}

.icons li :hover {
    transform: scale(1.7);
    transition: 1s ease-out;
}

/*  */
.wrapper {
    justify-content: center;
    display: inline-flex;
    position: relative;
    top: 0px;

}

.wrapper .static-txt {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    position: relative;
    top: 150px;
    left: 250px;
    color: white;
    font-weight: 400px;
}

.wrapper .static-txt span {
    color: red;
}

.wrapper .dynamic-txts {
    margin-left: 10px;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    position: relative;
    top: 200px;
    left: 0px;
}

.dynamic-txts li {
    color: white;
    list-style: none;
    font-size: 60px;
    font-weight: 500px;
    position: relative;
    top: 0;
    animation: slide 6s steps(4) infinite;
}

@keyframes slide {
    100% {
        top: -360px;
    }
}

.dynamic-txts li span {
    position: relative;

}

.dynamic-txts li span::after {
    content: " ";
    position: absolute;
    left: 0;
    height: 120%;
    width: 120%;
    background: rgb(37, 33, 33);
    border-left: 2px solid white;
    animation: typing 1.9s steps(160) infinite;
}

@keyframes typing {
    100% {
        left: 100%;
        margin: 0 -35px 0 35px;
    }
}

.btn-primary {
    font-family: 'Poppins', sans-serif;
    width: 220px;
    position: relative;
    top: 40px;
    left: 70px;
    color: white;
    font-size: 20px;
    border-radius: 24px;
    border: 2px solid rgb(240, 231, 231);
    padding: 10px 10px;
    background-color: rgb(36, 44, 70);
}

.btn-primary:hover {
    border: 2px solid rgb(224, 22, 22);
}

.btn-secondary {
    font-family: 'Poppins', sans-serif;
    width: 250px;
    position: relative;
    top: 40px;
    left: 110px;
    font-size: 20px;
    /* font-weight: 550; */
    border: white;
    color: white;
    font-size: 20px;
    border-radius: 24px;
    padding: 12px 10px;
    background-color: rgba(228, 24, 24, 0.897);
}

.btn-secondary:hover {
    color: black;
    background-color: white;
}

.profile-picture {
    display: flex;
    justify-content:end;
    box-shadow: 0px 0px 1px white;
    /* box-shadow: 1px 6px 3px white; */
    position: relative;
    left: 90rem;
    top: -350px;
    border-radius: 52%;
    height: 380px;
    width: 380px;
}

.profile-picture-background {
    height: 95%;
    width: 95%;
    background-image: url("./img/vip.jpeg");
    background-size: cover;
    border-radius: 50%;
    background-repeat: no-repeat;
}

.profile-picture-background:hover {
    transform: scale(1.07);
    transition: 1s ease-out;
}


/* Resume CSS */


#Resume{
    background-color: rgb(75, 71, 71);
    height: 660px;
    /* width: 1297px; */
}
.heading h1{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    top: 20px;
    font-size: 50px;
}
.icon{
    /* border: 2px solid black; */
    position: relative;
    top: 90px;
    left: 100px;
    height: 450px;
    width: 260px;    
    height: 450px;
    box-shadow:  2px 0px #888888;
    border-radius: 5px;
}

.icon .icon-colz{
    /* border: 2px solid green; */
    /* background-color: red; */
    background-color: rgb(39, 39, 59); 
    position: relative;
    top: 0px;
    width: 30px;
    height: 470px;
}
.icon .icon-colz i{
    position: relative;
    top: 25px;
    left: 2px;
    margin: 3px;
    height: 90px;
    width: 10px;
    font-size: 20px;
    color: white;
}
.icon .link{
    position: relative;
    height: 450px;
    width: 300px;
    top: -455px;
    left: 30px;
}
.icon .link li{
    list-style: none;
    position: relative;
    
    /* margin: 73px; */
    padding: 1px;
}
.icon .link li a{
    justify-content: left;
    align-items: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 200px;
    height: 23px;
    /* background-color: rgb(42, 42, 66); */
    font-size: 18px;
    text-decoration: none;
    position: relative;
    top:-23px;
    left: -32px;
    display: flex;
    color: black;
    margin: 30px;
    padding:6px;
}
.icon .link li a:hover{
    color: white;
    background-color: rgb(39, 39, 59);
}
.list-box{
    border: 2px solid red;
    background-color: white;
    position: relative;
    top: -300px;
    left: 400px;
    width: 700px;
    height: 370px;
    overflow-x: hidden;
}
.box1{
    /* background-color: red; */
    height: 360px;
}
.box1 li{
    position: relative;
    top: 30px;
    color: red;
    text-align: left;
    margin: 10px;
    padding: 10px;
    font-size: 26px;
    font-family: 'Poppins',sans-serif;
}
.box1 span{
    position: relative;
    left: 570px;
    background-color: red;
    color: white;
    font-size: 17px;
    border-radius: 15px;
    padding: 4px 20px;
    text-align: right;
    border: 2px solid red;
    /* margin:10px; */
}

.box1 p{
    position: relative;
    left: 58px;
    top: 13px;
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    text-align: left;
}
.box2{
    background-color: blue;
    height: 380px;
    /* height: 100px; */
}

.box3{
    display: inline-block;
    background-color: grey;
    font-size: 25px;
    height: 482px;
}
.box3 li{
    /* margin: ; */
    color: rgb(52, 52, 95);
    font-family: 'Poppins',sans-serif;
}
.box3 li::after{
    color: red;
}



/* Contact css */


section{
    /* background-color: rgb(223, 223, 215); */
    background-color: rgb(37, 33, 33);
    height: 660px;
    width: 1297px;
}

.contact .head h1{
    text-align: center;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
}
.contact-form{
    margin: auto;
    display: flex;
    border-top: 130px solid rgb(37, 37, 66);
    border-bottom: 130px solid rgb(37, 37, 66);
    border-right: 200px solid rgb(37, 37, 66);
    border-left: 50px solid rgb(37, 37, 66);
    /* background-color: rgb(27, 26, 26); */
    height: 200px;
    width: 550px;
    position: relative;
    top: 50px;
    /* left: 240px; */
    background-image: url('/img/contact.jpeg');
    background-repeat: no-repeat;
    background-size: 80%;
    border-radius: 25px;
}
.contact-form .heading h2{
    margin: auto;
    color: white;
    display: inline;
    width: 500px;
    display: flex;
    position: relative; 
    top: -125px;
    left: -25px;
    font-size: 42px;
}
.contact-icon .contact-icons-colz{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* border: 2px solid red; */
    position: relative;
    top: -75px;
    left: -500px;
}
.contact-icons-colz li{
    display: inline;
    list-style-type: none;
}
.contact-icons-colz li a{
    font-size: 25px;
    color: white;
    text-decoration: none;
    padding: 0px 6px;
}
.contact-icons-colz li a:hover{
    color: rgb(65, 161, 65);
    transform: scale(1.5);
    transition: .5s ease-out;
}
.form{
    background-color: rgb(133, 121, 121);
    height: 430px;
    width: 550px;
    position: relative;
    top: -115px;
    left: -305px;
    border-radius: 15px;
} 
.form input{
    border-radius: 15px;
    border: none;
    background-color: rgb(206, 202, 202);
    margin: 12px 10px;
    padding: 20px 47px;
}
.form textarea{
    height: 50px;
    width: 280px;
    margin: 12px 10px;
    padding: 15px 0px;
    border: 1px solid white;
    background-color: rgb(224, 219, 219);
    border-radius: 15px;
}
.form button{
    font-size: 19px;
    color: balck;
    background-color: green;
    height: 50px;
    width: 200px;
    position: relative;
    left: 40px;
    border-radius: 10px;
    border: none;
}
.form button:hover{
    color: white;
    background-color: black;
}



/* About css */


.About{
    margin-top: -2px;
    height: 660px;
    width: 1297px;
    background-color: rgb(75, 71, 71);
    /* background-color: red; */
    /* text-align: center; */
    justify-content: center;
}
.About .heading{
    font-family: 'Poppins', sans-serif;
    /* color: antiquewhite; */
    align-items: center;
}
.box{
    justify-content: center;
    background-color: white;
    position: relative;
    top: 50px;
    left: 200px;
    /* border: 2px solid blue; */
    height: 450px;
    width: 900px;
    box-shadow: rgba(91, 90, 177, 0.808) 0px 1px 2px 0px, rgb(104, 115, 211) 0px 2px 6px 2px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}
.box .para{
    /* border: 2px solid black; */
    position: relative;
    top: -452px;
    left: 396px;
    height: 447px;
    width: 500px;
}
.box .para p{
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    margin: 5px 5px;
}
.box .img{
    position: relative;
    top: -1px;
    /* border: 2px solid green; */
    background-image: url('img/vipul.jpeg');
    /* background-position: 10%; */
    background-repeat: no-repeat;
    /* position: fixed; */
    background-size: 80%;
    height: 451px;
    width: 480px;
}

@media(max-width:998rem) {
    html {
        font-size: 55%;
    }
}


/* Slider */

.slider{
    /* border: 2px solid red; */
    height: 260px;
    margin: auto;
    position: relative;
    top: 400px;
    width: 95%;
    display: grid;
    place-items: left;
    overflow: hidden;
}
.slide-track{
    /* border: 2px solid green; */
    position: relative;
    top: 10px;
    display: flex;
    width: calc(250px * 18);
    animation: scroll 40s linear infinite;
}
.slide-track:hover{
    animation-play-state: paused;
    transform: scale(1.07);
    transition:all ease-in-out;
}
@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    20%{
        transform: translateX(calc(-50px*9));
    }
    
}
.slide{
    position: relative;
    top:30px;
    justify-content: center;
    /* border: 2px solid red; */
    height: 170px;
    width: 170px;
    display: flex;  
    align-items: center;
    padding: 0px 0px;
    position: relative;
    perspective: 100px;
    margin-left: 30px;
    border-radius: 15px;
    box-shadow: rgba(37, 57, 243, 0.548) 0px 2px 4px 0px, rgba(37, 57, 243, 0.548) 0px 2px 16px 0px;
    /* box-shadow: rgba(37, 57, 243, 0.548) 0px 5px 15px; */
}
.slide:hover{
    transform: scale(1.1);
    transition: .5s ease-out;
    /* transform: all translate(20px) ease-out; */
}
img{
    /* border: 2px solid red; */
    color:white;
    height: 60px;
    width: 50%;
    border-radius: 10px;
    /* position: relative; */
    /* left: 10px; */
    box-shadow: rgba(197, 199, 218, 0.548) 0px 5px 15px;
    
}
/* img:hover{
    transform: translateZ(20px); 
} */

.slider::before,
.slider::after {
    background:linear-gradient(to right, rgba(37, 33, 33)0%,rgb(37, 33, 33)100%);
    /* background:linear-gradient(to right,(rgb(26, 19, 19))0%,(black)100%); */
    content: '';
    height: 100%;
    position: absolute;
    width: 0%;
    z-index: 2;

}

.slider::before{
    left: 0;
    right: 0;
}
.slider::after{
    right: 0;
    top: 0;
    transform: rotatez(180deg);
}
@media (max-width:998px) {
    html{
        font-size: 10px;
    }

}
/* @media (max-width:100px){
    html{
        font: 10px;
    }
} */