body{
    background-color: #0d1117;
    color: #e6edf3;
}
::-webkit-scrollbar{
    width: 11px;
    height: 20px;
    background-color: #0d1117;
}
::-webkit-scrollbar-thumb{
    background-color: #1f6feb;
}
/* navbar start */
.navbar{
    padding: 20px;
    margin-top: 1%;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #171c28;
}
#myname{
  text-decoration: none;
  color: #e6edf3;
  font-size: 25px;
  font-weight: bold;
}
.nav-item{
    padding-right:20px;
}
.nav-item .nav-link{
    color: #e6edf3;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
}
.nav-item .nav-link:hover{
   background-color: #1f6feb;
}
.navbar-toggler{
    color: gray;
    background-color: #e6edf3;
}
/* navbar end */

/* my intro section start */
.intoconatiner{
    margin-top: 3%;
}
.myintrosecParent{
    display: flex;
    align-items: center;
}
.introheading1{
    font-size:30px;
}
.introheading2{
    font-size:45px;
    margin-bottom: 3%;
}
.introheading3{
    font-size:40px;
    margin-bottom: 3%;
    margin-top: -1%;
}
.introtextpara{
    font-size: 28px;
}
.iconsparent{
    display: flex;
    gap: 20px;
}
.icons{
    border: 2px solid #e6edf3;
    background-color: #1f6feb;
    width: 50px;
    height: 50px;
    font-size: 23px;
    border-radius: 50%;
    margin-top: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.icons a{
    color: #e6edf3;
}
.icons:hover{
    box-shadow: #1f6feb 0px 1px 38px, #1f6feb 0px 1px 12px;
    transition: all 0.5s;
    background:transparent;
}
.introbtn{
    background-color: #1f6feb;
    color: #e6edf3;
    border: none;
    border-radius: 7px;
    border: 2px solid #e6edf3;
    padding: 10px;
    font-weight: bold;
    margin-top: 6%;
    font-size: larger;
    cursor: pointer;
    transition: all 0.5s;
}
.introbtn:hover{
    background-color: #e6edf3;
    color: #1f6feb;
    transition: all 0.5s;
    box-shadow: #1f6feb 0px 1px 38px, #1f6feb 0px 1px 12px;
}
.mypicParent{
    width: 35%;
    margin-left:6%;
}
.mypicParent img{
    width: 450px;
    animation: floatImage 4s ease-in-out infinite;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
@keyframes floatImage {
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-2.4rem);
  }
  100%{
    transform: translateY(0);
  }
}
/* my intro section end*/

/* Services Section Start */
.servicesH{
    text-align: center;
    font-size: 60px;
    margin-top: 12%;
    margin-bottom: 5%;
}
.cardsparent{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.card{
    border: 3px solid #e6edf3;
    /* border-radius: 2.4%; */
    border-radius: 15px;
    width: 355px!important;
    height: 390px;
    transition: all 0.5s;
}
.card:hover{
    border: 3px solid #1f6feb;
    box-shadow: #1f6feb 0px 0px 27px, #1f6feb 0px 0px 12px;
    color:#1f6feb;
    transition: all 0.5s;
}
.card-title{
    text-align: center;
    font-weight: bolder;
    font-size: 23px;
    margin-bottom: 6%;
}
.card img{
    width: 100%;
    height: 200px;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}
/* Services Section End */

/* skills Section Start */
.skillsH {
  text-align: center;
  font-size: 60px;
  margin-top: 12%;
  margin-bottom: 3%;
}

.skillsBackground {
  border: 2px solid #e6edf3;
  box-shadow: #1f6feb 0px 1px 38px, #1f6feb 0px 1px 12px;
  border-radius: 20px;
  padding: 40px;
  margin: 0 auto;
}

.logorow1,
.logorow2,
.logorow3,
.logorow4 {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 6%;
}

.logorow1 img,
.logorow2 img,
.logorow3 img,
.logorow4 img {
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #1f6feb;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.logorow1 img:hover,
.logorow2 img:hover,
.logorow3 img:hover,
.logorow4 img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Hover Effects */
.html:hover {
  box-shadow: red 0px 1px 38px, red 0px 1px 12px;
  border: 3px solid red;
}

.css:hover {
  box-shadow: #1f6feb 0px 1px 38px, #1f6feb 0px 1px 12px;
  border: 3px solid #1f6feb;
}

.bootstrap:hover {
  box-shadow: purple 0px 1px 38px, purple 0px 1px 12px;
  border: 3px solid purple;
}

.javascript:hover {
  box-shadow: yellow 0px 1px 38px, yellow 0px 1px 12px;
  border: 3px solid yellow;
}

.tailwind:hover {
  box-shadow: #38bdf8 0px 1px 38px, #38bdf8 0px 1px 12px;
  border: 3px solid #38bdf8;
}

.react:hover {
  box-shadow: #61dafb 0px 1px 38px, #61dafb 0px 1px 12px;
  border: 3px solid #61dafb;
}

.api:hover {
  box-shadow: #00bcd4 0px 1px 38px, #00bcd4 0px 1px 12px;
  border: 3px solid #00bcd4;
}

.typescript:hover {
  box-shadow: #3178c6 0px 1px 38px, #3178c6 0px 1px 12px;
  border: 3px solid #3178c6;
}

.git:hover {
  box-shadow: #f34f29 0px 1px 38px, #f34f29 0px 1px 12px;
  border: 3px solid #f34f29;
}

.github:hover {
  box-shadow: #ffffff 0px 1px 38px, #ffffff 0px 1px 12px;
  border: 3px solid #ffffff;
}

.nextjs:hover {
  box-shadow: #000000 0px 1px 38px, #000000 0px 1px 12px;
  border: 3px solid #000000;
}

.figma:hover {
  box-shadow: #a259ff 0px 1px 38px, #a259ff 0px 1px 12px;
  border: 3px solid #a259ff;
}
 /* Skills Section End */

/* Projects Section Start */
.projectsH{
    text-align: center;
    font-size: 60px;
    margin-top: 12%;
    margin-bottom: 5%;
}
.PROJECTCARDS .card .btn{
    border: 2px solid #1f6feb;
    color: #1f6feb;
    background-color: #e6edf3;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 10px;
    padding: 8px;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.5s;
}
.PROJECTCARDS .card .btn:hover{
   color: #e6edf3;
   background-color: #1f6feb;
   transition: all 0.5s;
}
.PROJECTCARDS .card-title{
    font-size: 30px;
}
.PROJECTCARDS .card-text{
    font-weight: 500;
    height: 8vh;
    overflow: scroll;
}
.PROJECTCARDS .card-text::-webkit-scrollbar{
    display: none;
}
.projectcardsrow1{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.projectcardsrow1 .card{
  text-align: center;
}
.projectcardsrow2{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 5%;
}
.projectcardsrow2 .card{
  text-align: center;
}
/* Projects Section End */

/* Contact Section Start */
.contactH{
    text-align: center;
    font-size: 60px;
    margin-top: 12%;
    margin-bottom: 5%;
}
.inputdiv input{
    width: 65%;
    padding: 15px;
    margin-bottom: 2%;
    border-radius: 10px;
    color: #e6edf3;
    font-weight: 500;
    background: transparent;
    border: 3px solid #e6edf3;
    box-shadow: 1px 0px 15px #1f6feb;
}
.inputdiv input:focus{
    outline: none;
}
.inputdiv input::placeholder{
    font-weight: 500;
    color: #e6edf3;
}
.inputdiv input:focus::placeholder{
    padding-left: 6px;
    transition: all 0.5s;
}
.textareadiv textarea{
    width: 65%;
    height: 250px;
    padding: 13px;
    border: 3px solid #e6edf3;
    box-shadow: 1px 0px 15px #1f6feb;
    border-radius: 10px;
    color: #e6edf3;
    font-weight: 500;
    background: transparent;
}
.textareadiv textarea:focus{
    outline: none;
}
.textareadiv textarea:focus::placeholder{
    padding-left: 6px;
    transition: all 0.5s;
}
.textareadiv textarea::placeholder{
    color: #e6edf3;
}
.formbtndiv button{
    color: #e6edf3;
    background: transparent;
    width: 20%;
    margin-top: 2%;
    border-radius: 25px;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    border: 3px solid #e6edf3;
    box-shadow: 1px 0px 15px #1f6feb;
    transition: all 0.5s;
}
.formbtndiv button:hover{
    background-color: #1f6feb;
}
/* Contact Section Start */
/* Footer Sectio Start */
.footerbg{
    background-color: #262840;
    height: 30vh;
    margin-top: 10%;
}
.iconsparentfooter{
    display: flex;
    justify-content: center;
    gap: 25px;
}
#copyright{
    text-align: center;
    margin-top: 4%;
    font-weight: 500;
}
/* Footer Section End */

/* bottom arrow */
#arrow{
    color: #e6edf3;
    background-color:#1f6feb;
    border: 2px solid #e6edf3;
    position: fixed;
    right: 2%;
    bottom: 0;
    padding: 12px;
    border-radius: 25%;
    font-size: x-large;
    transition: all 0.5s;
}
#arrow:hover{
    transition: all 0.5s;
    background-color: #e6edf3;
    border: 2px solid #1f6feb;
    box-shadow: #1f6feb 0px 1px 38px, #1f6feb 0px 1px 12px;
    color: #1f6feb;
}
/* bottom arrow */


/* responsiveness start */

/* services sec responsiveness start */
@Media (max-width:1280px){
    .cardsparent{
        flex-wrap: wrap;
    }
}
@media(max-width:820px){
    .cardsparent .card {
      margin-bottom: 5%;
   }
  }
/* services sec responsiveness end */

/* skills sec responsiveness start */
@media (max-width:575px){
    .logorow1 img{
        width: 100px;
    }
    .logorow2 img{
        width: 100px;
    }
    }
/* skills sec responsiveness end */

/* projects Sec responsiveness start */
.projectcardsrow1{
    flex-wrap: wrap;
}
.projectcardsrow2{
    flex-wrap: wrap;
}
@media(max-width:820px){
  .PROJECTCARDS .card {
    margin-bottom: 5%;
 }
}
/* projects Sec responsiveness end */

/* contact Sec responsiveness start */
@media(max-width:820px){
    .inputdiv input{
        width: 100%;
        margin-bottom: 3%;
    }
    .textareadiv textarea{
        width: 100%;
    }
    .formbtndiv button{
        width:40%;
    }
}
@media(max-width:433px){
    .inputdiv input{
        margin-bottom: 5%;
    }
    .textareadiv textarea{
        margin-bottom: 4%;
    }
    .formbtndiv button{
        width:55%;
    }
}
/* contact Sec responsiveness end */

/* footer responsiveness start */
@media(max-width:1024px){
    .footerbg{
        height: 25vh;
    }
    #copyright{
        margin-top: 6%;
        font-size: 15px;
    }
}
@media(max-width:620px){
    #copyright{
        font-size: 10px;
    }
}
@media(max-width:470px){
    #copyright{
        font-size: 8px;
        margin-top: 8%;
    }
}
/* footer responsiveness end */

/* extra margins for mobiles */
@Media (max-width:412px){
   .servicesH{
    margin-top: 30%;
    margin-bottom: 15%;
   }
   .skillsH{
    margin-top: 30%;
    margin-bottom: 15%;
   }
   .projectsH{
    margin-top: 30%;
    margin-bottom: 15%;
   }
   .contactH{
    margin-top: 30%;
    margin-bottom: 15%;
   }
}
/* extra margins for mobiles */

 @media (max-width:991px) {
.nav-item{
    padding-left:20px;
 }
.mypicParent{
    width: 35%;
    margin: 0 auto;
}
.mypicParent img{
    width: 450px;
}
}

/* for mobiles start */
@media (max-width:520px){
    #myname{
        font-size: 15px;
    }
    .nav-item{
        padding-left:5px;
     }
    .navbar-toggler{
    font-size: 15px;
    margin-right: -4%;
    }
    .introheading1{
        font-size:20px;
    }
    .introheading2{
        font-size:25px;
    }
    .introheading3{
        font-size:20px;
    }
    .introtextpara{
        font-size: 28px;
    }
    .icons{
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .introbtn{
        font-size: 15px;
        margin-top: 10%;
    }
    .mypicParent img{
        width: 320px;;
    }
}
/* for mobiles end */
/* responsiveness end */
/* Mobile Responsive CSS for Skills Section */
@media (max-width: 768px) {
  .skillsH {
    font-size: 32px;
    margin-top: 20%;
    margin-bottom: 8%;
    padding: 0 10px;
  }

  .skillsBackground {
    padding: 20px;
    margin: 0 10px;
  }

  .logorow1,
  .logorow2,
  .logorow3,
  .logorow4 {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .logorow1 img,
  .logorow2 img,
  .logorow3 img,
  .logorow4 img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
}
