@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  transition: all .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #f7f7f7;
  font-family: 'Poppins', sans-serif;
}

*::selection {
  background: #2b3dda;
  color: #fff;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: .8rem;
}

html::-webkit-scrollbar-track {
  background: rgb(235, 202, 245);
}

html::-webkit-scrollbar-thumb {
  background: #420177;
}

/* pre loader start */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #e6eff1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.loader-container.fade-out {
  top: -120%;
}

/* pre loader end */

/* navbar starts */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem 10%;
  height: 6.5rem;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(146, 161, 176, .3);
}

section {
  min-height: 100vh;
  padding: 2rem 9%;
}

.heading {
  font-size: 3.5rem;
  color: rgb(32, 32, 32);
  font-weight: 800;
  text-align: center;
}

.heading span {
  color: #fc8c05;
}

header .logo {
  font-size: 1.9rem;
  font-weight: 800;
  text-decoration: none;
  color: #0E2431;
}

header .logo i {
  font-size: 2.2rem;
}

header .logo:hover {
  color: #fc8c05;
}

header .navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .navbar li {
  margin-left: 2.5rem;
}

header .navbar ul li a {
  font-size: 1.57rem;
  color: #0E2431;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04rem;
  transition: .2s;
}

header .navbar ul li a.active,
header .navbar ul li a:hover {
  color: #011aff;
  border-bottom: .2rem solid #011aff;
  padding: .5rem 0;
}

/* navbar ends */

/* hamburger icon starts*/
#menu {
  font-size: 3rem;
  cursor: pointer;
  color: rgb(24, 2, 63);
  display: none;
}

@media(max-width:768px) {
  #menu {
    display: block;
  }

  header .navbar {
    position: fixed;
    top: 6.5rem;
    right: -120%;
    width: 75%;
    height: 100%;
    text-align: left;
    align-items: flex-start;
    background-color: #0e0f31;
  }

  header .navbar ul {
    flex-flow: column;
    padding: 1rem;
  }

  header .navbar ul li {
    text-align: center;
    width: 100%;
    margin: 1rem 0;
    border-radius: .5rem;
    width: 26rem;
  }

  header .navbar ul li a {
    display: block;
    padding: 1rem;
    text-align: left;
    color: #fff;
    font-size: 2rem;
  }

  header .navbar ul li a.active,
  header .navbar ul li a:hover {
    padding: 1rem;
    color: #fff;
    border-radius: .5rem;
    border-bottom: .5rem solid #011aff;
  }

  .fa-times {
    transform: rotate(180deg);
  }

  header .navbar.nav-toggle {
    right: 0;
  }
}

/* hamburger icon ends */

/* hero section starts*/
.home {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  min-height: 100vh;
  align-items: center;
}

.home #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home .content {
  flex: 1 1 40rem;
  padding-top: 1rem;
  z-index: 1;

}

.home .image {
  flex: 1 1 40rem;
  z-index: 1;

}

.home .image img {
  width: 60%;
  display: flex;
  margin: auto;
  /* margin-left: 6rem; */
  padding: 10px;
  border-radius: 50%;
  border: 5px solid #002057;
  box-shadow: 0 2px 8px rgba(0, 0, 0);
  cursor: pointer;
}

.home .image img:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.home .content h3 {
  font-size: 5rem;
  font-weight: 800;
  color: #002057;
}

.home .content h3 span {
  font-size: 5rem;
  font-weight: 800;
  color: #ff7b00;
}

.home .content p {
  font-size: 2.5rem;
  color: #000;
  font-weight: 600;
  padding: 1rem 0;
}

.home .content p span {
  font-size: 2.5rem;
  color: #940808;
  font-weight: 600;
  padding: 1rem 0;
}

.home .btn {
  margin-top: 1rem;
  position: absolute;
  line-height: 0;
  padding: 1.6rem 3rem;
  border-radius: 4em;
  transition: 0.5s;
  color: #fff;
  background: #2506ad;
  box-shadow: 0px 5px 18px rgba(48, 68, 247, .6);
  font-family: 'Nunito', sans-serif;
}

.home .btn span {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}

.home .btn i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}

.home .btn:hover {
  background: #1a047e;
}

.home .btn:hover i {
  transform: translateX(5px);
}

/* social icons start */
.socials {
  position: relative;
  margin-top: 9rem;
}

.socials .social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.socials .social-icons li {
  display: inline-block;
  margin-bottom: 14px
}

.social-icons a {
  font-size: 2rem;
  display: inline-block;
  line-height: 44px;
  color: #00d9ff;
  background-color: #09011b;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #ffffff;
  background-color: #070707
}

.social-icons a.github:hover {
  background-color: #070707
}

.social-icons a.twitter:hover {
  background-color: #070707
}

.social-icons a.linkedin:hover {
  background-color: #070707
}

.social-icons a.dev:hover {
  background-color: #070707
}

.social-icons a.instagram:hover {
  background-color: #070707
}

/* social icons end */

/* hero media queries starts*/
@media(max-width:450px) {
  .home .content {

    text-align: center;
    justify-self: center;
  }

  .home {
    flex-wrap: wrap-reverse;
    min-height: 80vh;

  }

  .home .btn {
    margin: 4rem auto;
    text-align: center;
    justify-content: center;
  }

  .socials {
    margin-top: 5rem;
    margin-bottom: 20vh;
  }

  .home .content h3 {
    text-align: center;
    justify-self: center;
    font-size: 3rem;
  }

  .home .content h3 span {
    font-size: 4.5rem;
    text-align: center;
    justify-self: center;
  }

  .home .image img {
    margin-top: 15rem;
  }

  .home .content p {
    font-size: 2.2rem;
    text-align: center;
    justify-self: center;
  }

  .home .content p span {
    font-size: 2.2rem;
    text-align: center;
    justify-self: center;
  }
}



/* hero media queries ends*/
/* hero section end */

/* about section starts */
.about {
  min-height: 10vh;
  padding-top: 70px;
  padding-bottom: 100px;
  background: rgb(255, 255, 255);
}

.about .row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 4rem;
}

.about .row .image {
  text-align: center;
  flex: 1 1 35rem;

}

.about .row .image img {
  margin: 4rem;
  width: 35rem;
  border: 1px solid rgb(223, 221, 221);
  border-radius: 5%;
  box-shadow: 0 5px 10px #00000099;
  /* mix-blend-mode:luminosity; */
  transition: .3s;
  cursor: pointer;
}

.about .row .image img:hover {
  mix-blend-mode: normal;
}

.about .row .content {
  flex: 1 1 45rem;
  padding: 3rem;
}

.about .row .content h3 {
  color: #1b1b1b;
  font-size: 2.5rem;
}

.about .row .content .tag {
  font-size: 1.4rem;
  color: #020133;
  font-weight: 600;
  margin-top: 1rem;
}

.about .row .content p {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  font-family: 'Nunito';
  font-weight: 600;
}

.about .row .content .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-family: 'Nunito';
  font-weight: 600;
}

.about .row .content .box-container .box p {
  text-transform: none;
}

.about .row .content .box-container .box p span {
  color: #011aff;
}

.resumebtn {
  margin-top: 6rem;
}

.resumebtn .btn {
  padding: 1.7rem 3rem;                                                  /*resume button*/
  border-radius: .5em;
  transition: 0.3s;
  color: #fff;
  background: linear-gradient(to right, #57059e, #3504a8);
  /* background: #57059e;*/
  box-shadow: 0px 5px 10px #57059e;
  font-family: 'Nunito', sans-serif;
}

.resumebtn .btn span {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

.resumebtn .btn i {
  margin-left: 0.3rem;
  font-size: 1.2rem;
  transition: 0.3s;
}

.resumebtn .btn:hover {
  background: #1a047e;
}

.resumebtn .btn:hover i {
  transform: translateX(5px);
}

/* about media queries starts*/
@media screen and (max-width: 600px) {
  .about .row .image {
    margin-top: 2rem;
  }

  .about .row .image img {
    margin: 0 auto;
    width: 80%;
    mix-blend-mode: normal;
  }

  .about .row {
    padding: .5rem;
    margin-bottom: 7rem;
  }

  .about .row .content {
    padding: 1rem;
  }

  .about .row .content .box-container {
    gap: 0;
  }
}

/* about media queries ends*/
/* about section ends */


/* skills section starts */
.skills {
  min-height: 10vh;
  padding-top: 70px;
  padding-bottom: 100px;
  background: linear-gradient(to bottom, #57059e, #041288);             /*skill section bg*/
}

.skills h2 {
  color: #fff;
  margin-bottom: 30px;
}

.skills .heading span {
  color: #ffae00;

}

.skills .container {
  background: rgba(0, 0, 22, 0.4);
  border-radius: 1rem;
  padding: 2rem;
  margin: 1rem;
}

.skills .container .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
}

.skills .container .row .col {
  display: grid;
}

.skills .container .col {
  position: relative;
  width: 90%;
  color: #fff;
  margin-top: .5rem;
}

.skills .container .col .bar {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  background: rgba(0, 0, 22, 0.9);
  transition: .2s;
}

.skills .container .col .bar:hover {
  transform: translateX(12px);
  box-shadow: 0 5px 8px rgba(0, 2, 68, 0.4);
}

.skills .container .col .bar .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.skills .container .col .bar .info i {
  font-size: 2rem;
}

.skills .container .col .bar .info span {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Poppins';
  margin-left: .5rem;
}

.skills .container .col .bar .line {
  position: relative;
  width: 100%;
  height: 10px;
  background: rgb(212, 211, 211);
  border-radius: 6px;
}

.skills .container .col .bar .line:before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.skills .container .col .bar .html:before {
  width: 98%;
  background: #e03d0b;
}

.skills .container .col .bar .css:before {
  width: 91%;
  background: #2962ff;
}

.skills .container .col .bar .javascript:before {
  width: 85%;
  background: #ffd900;
}

.skills .container .col .bar .jquery:before {
  width: 75%;
  background: #dd10cc;
}

.skills .container .col .bar .php:before {
  width: 87%;
  background: #8054c7;
}

.skills .container .col .bar .mysql:before {
  width: 97%;
  background: #f38b03;
}

.skills .container .col .bar .reactjs:before {
  width: 87%;
  background: #29ff29;
}

.skills .container .col .bar .java:before {
  width: 95%;
  background: #ce0505;
}

.skills .container .col .bar .python:before {
  width: 87%;
  background: #f7d203;
}

.skills .container .col .bar .android:before {
  width: 70%;
  background: #2fdf7e;
}

.skills .container .col .bar .nodejs:before {
  width: 80%;
  background: #298521;
}

.skills .container .col .bar .vcs:before {
  width: 88%;
  background: #f14e32;
}

.skills .container .col .bar .cms:before {
  width: 96%;
  background: #1771e7;
}

.skills .container .col .bar .firebase:before {
  width: 75%;
  background: #ffae00;
}

/* skills media queries starts*/
@media screen and (max-width: 600px) {
  .skills .container {
    padding: 0;
    margin: 0;
  }

  .skills .container .row {
    grid-template-columns: repeat(1, 1fr);
    margin: 1rem;
    padding-top: 2rem;
  }

  .skills .container .col {
    margin-top: 5px;
    width: 100%;
  }

  .skills .container .col .bar {
    margin-bottom: 10px;
    padding: 10px;
  }

  .skills .container .col .bar .line {
    height: .8rem;
  }
}

/* skills media queries ends*/
/* skills section ends */


/* education section starts */
.education {
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 100px;
  background: #e5ecfb;
  
}

.education .qoute {
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  margin-top: .5rem;
}

.education .box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.education .box-container .box {
  display: flex;
  flex-direction: row;
  width: 80%;
  border-radius: .5rem;
  box-shadow: 1rem .5rem 1.2rem rgba(0, 0, 0, .3);
  text-align: center;
  position: relative;
  margin-top: 2rem;
  overflow: hidden;
  transition: .3s;
  background: rgb(252, 252, 252);
}

.education .box-container .box:hover {
  transform: scale(1.03);
  box-shadow: 1.2rem .7rem 1.5rem rgba(0, 0, 0, .3);
}

.education .box-container .box .image {
  flex: 1 1 20rem;
  width: 100%;
}

.education .box-container .box img {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

.education .box-container .box .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  flex-wrap: wrap;
  flex: 1 1 70rem;
}

.education .box-container .box .content h3 {
  font-size: 2.5rem;
  color: #012970;
  padding: .5rem 0;
  font-weight: 600;
  text-align: left;
  margin-left: 1rem;
}

.education .box-container .box .content p {
  font-size: 1.5rem;
  margin-left: 1rem;
  text-align: left;
}

.education h4 {
  font-size: 2rem;
  color: rgb(34, 109, 0);
  text-align: left;
  margin: 1rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

/* education media queries starts*/
@media screen and (max-width: 600px) {
  .education .box-container .box {
    flex-direction: column;
    width: 100%;
  }

  .education .box-container .box .image {
    width: 100%;
    height: 25rem;
  }

  .education .box-container .box img {
    width: 100%;
  }

  .education .box-container .box .content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    flex-wrap: wrap;
    flex: 0;
  }

  .education .btns {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    flex-wrap: wrap;
  }
}

/* education media queries ends*/
/* education section ends */


/* work section starts */
.work {
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 100px;
  /* background: #010124; */
  background: linear-gradient(to bottom, #57059e, #041288);                 /*Work bg*/
}

.work h2 {
  color: #fff;
  padding: 1rem;
}

.work .heading span {
  color: #ffae00;
}

.work .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem;
}

.work .box-container .box {
  flex: 1 1 30rem;
  border-radius: .5rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  position: relative;
  overflow: hidden;
  height: 30rem;
  background: #fff;
  border: none;
}

.work .box-container .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.work .box-container .box .content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 85%;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
}

.work .box-container .box .content .tag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  width: 100%;
  padding-left: 1rem;
  background: #ffae00;
}

.work .box-container .box .content .tag h3 {
  font-size: 2rem;
}

.work .box-container .box:hover .content {
  top: 25%;
}

.work .desc {
  margin: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.work .desc p {
  font-size: 1.5rem;
}

.work .desc .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}

.work .desc .btns .btn {
  line-height: 0;
  display: inline;
  padding: 1.5rem 2.5rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  background: rgb(12, 12, 12);
  margin-right: 2rem;
}

.work .desc .btns .btn:hover {
  background: #310ae0f5;
}

.work .viewall {
  display: flex;
  justify-content: center;
}

.work .viewall .btn {
  position: relative;
  line-height: 0;
  padding: 1.6rem 3rem;
  border-radius: 0.5em;
  transition: 0.5s;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border: 2px solid #fff;
  box-shadow: 0px 5px 10px rgba(65, 84, 241, 0.4);
  text-align: center;
}

.work .viewall .btn span {
  font-weight: 600;
  font-size: 1.7rem;
  font-family: 'Nunito', sans-serif;
}

.work .viewall .btn i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}

.work .viewall .btn:hover {
  background: #fff;
  color: #000;
}

.work .viewall .btn:hover i {
  transform: translateX(5px);
}

/* work section ends */



/* experience section starts */
.experience {
  min-height: 10vh;
  padding-top: 70px;
  padding-bottom: 100px;
}

.experience .heading {
  margin-bottom: 50px;
}

.experience .timeline {
  position: relative;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.experience .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background: #020133;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: -2;
}

.experience .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/*circles on timeline*/
.experience .container::after {
  content: "\f0b1";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: rgb(255, 255, 255);
  border: 4px solid #fc8c05;
  top: 15px;
  border-radius: 50%;
  z-index: 100;
  font-size: 1.89rem;
  text-align: center;
  font-weight: 600;
  color: #02094b;
  font-family: 'Font Awesome\ 5 Free';
}

.experience .left {
  left: 0;
}

.experience .right {
  left: 50%;
}

/* arrows pointing right */
.experience .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #fc8c05;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fc8c05;
}

/* arrows pointing left  */
.experience .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #fc8c05;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fc8c05 transparent transparent;
}

.experience .right::after {
  left: -16px;
}

.experience .content {
  background-color: #fc8c05;
  position: relative;
  border-radius: 6px;
}

.experience .content .tag {
  font-size: 1.3rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.experience .content .desc {
  margin-left: 1.5rem;
  padding-bottom: 1rem;
}

.experience .content .desc h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.experience .content .desc p {
  font-size: 1.2rem;
}

/* view all button */
.morebtn {
  display: flex;
  justify-content: center;
}

.morebtn .btn {
  position: relative;
  line-height: 0;
  padding: 1.6rem 3rem;
  border-radius: .5em;
  transition: 0.5s;
  color: #fff;
  background: #2506ad;
  box-shadow: 0px 5px 10px rgba(48, 68, 247, .6);
  text-align: center;
}

.morebtn .btn span {
  font-weight: 600;
  font-size: 1.7rem;
  font-family: 'Nunito', sans-serif;
}

.morebtn .btn i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}

.morebtn .btn:hover {
  background: #1a047e;
}

.morebtn .btn:hover i {
  transform: translateX(5px);
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* .experience{
    min-height: 80vh;
  } */
  .experience .timeline {
    margin-top: 2rem;
  }

  .experience .timeline::after {
    left: 31px;
  }

  .experience .container {
    width: 100%;
    padding-left: 8rem;
    padding-right: 2rem;
  }

  .experience .container::after {
    font-size: 2.2rem;
  }

  .experience .container::before {
    left: 61px;
    border: medium solid #fc8c05;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fc8c05 transparent transparent;
  }

  .experience .left::after {
    left: 15px;
  }

  .experience .right::after {
    left: 15px;
  }

  .experience .right {
    left: 0%;
  }

  .morebtn {
    margin-top: 3rem;
  }
}

/* experience media queries ends */
/* experience section ends */






/* contact section starts */
.contact {
  min-height: 60vh;
  padding-top: 70px;
  padding-bottom: 100px;
  background: #e5ecfb;
  
}

.contact .container {
  max-width: 1050px;
  width: 100%;
  background: #fff;
  border-radius: 1.5rem;
  margin: 2rem 5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.contact .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2rem;
}

.contact .content .image-box {
  max-width: 60%;
  margin-left: 4rem;
}

.contact .content .image-box img {
  width: 100%;
  height: 40rem;
  position: relative;
}

.contact .content form {
  width: 45%;
  margin-right: 3.5rem;
}

form .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-group .field {
  height: 50px;
  display: flex;
  position: relative;
  margin: 1rem;
  width: 100%;
}

form i {
  position: absolute;
  top: 50%;
  left: 18px;
  color: rgb(51, 51, 51);
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}

form .field input,
form .message textarea {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 16px 0 48px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  border-radius: 5px;
  border: 1px solid rgb(51, 51, 51);
  background: #e5ecfb;
}

.field input::placeholder,
.message textarea::placeholder {
  color: rgb(51, 51, 51);
}

.field input:focus,
.message textarea:focus {
  padding-left: 47px;
  border: 2px solid #7303a7;
}

.field input:focus~i,
.message textarea:focus~i {
  color: #7303a7;
}

form .message {
  position: relative;
  margin: 1rem;
  width: 100%;
}

form .message i {
  top: 25px;
  font-size: 20px;
  left: 15px;
}

form .message textarea {
  min-height: 130px;
  max-height: 230px;
  max-width: 100%;
  min-width: 100%;
  padding: 12px 20px 0 48px;
}

form .message textarea::-webkit-scrollbar {
  width: 0px;
}

form .button-area {
  display: flex;
  float: right;
  flex-direction: row-reverse;
}

.button-area button {
  color: #fff;
  border: none;
  outline: none;
  font-size: 1.8rem;
  cursor: pointer;
  border-radius: 5px;
  padding: 13px 25px;
  background: linear-gradient(to right, #57059e, #3504a8);
  box-shadow: 0px 5px 10px #57059e;
  transition: 0.3s ease;
  font-family: 'Nunito', sans-serif;
}

.button-area button:hover {
  background: #421cecf5;
}

.button-area span {
  font-size: 17px;
  padding: 1rem;
  display: none;
}

.button-area button i {
  position: relative;
  top: 6px;
  left: 2px;
  font-size: 1.5rem;
  transition: 0.3s;
  color: #fff;
}

.button-area button:hover i {
  left: 8px;
}

/* contact section media queries starts */
@media (max-width:900px) {
  .contact {
    min-height: 70vh;
  }

  .contact .container {
    margin: 3rem 0 2rem 0;
  }

  .contact .container .content {
    padding: 18px 12px;
  }

  .contact .content .image-box {
    display: none;
  }

  .contact .content form {
    width: 100%;
    margin-right: 2rem;
  }
}

/* contact section media queries ends */
/* contact section ends */


/* footer section starts */
.footer {
  min-height: auto;
  padding-top: 0;
  background: rgb(0, 1, 43);
}

.footer .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .box-container .box {
  flex: 1 1 25rem;
  margin: 2.5rem;
}

.footer .box-container .box h3 {
  font-size: 2.5rem;
  color: #fff;
  padding-bottom: 1rem;
  font-weight: normal;
}

.footer .box-container .box p {
  font-size: 1.5rem;
  color: #ccc;
  padding: .7rem 0;
  text-transform: none;
}

.footer .box-container .box p i {
  padding-right: 1rem;
  color: #ffae00;
}

.footer .box-container .box a {
  font-size: 1.5rem;
  color: rgb(238, 238, 238);
  padding: .3rem 0;
  display: block;
}

.footer .box-container .box a:hover {
  color: #ffae00;
}

.footer .box-container .box form a {

  color: #00012b;

}

.footer .box-container .box form a:hover {
  color: #00012b;
}

.footer .box-container .box .share {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.footer .box-container .box .share a {
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.7rem;
  margin-right: 1rem;
  transition: .2s;
  background: rgb(230, 230, 230);
  color: #02094b;
  border: none;
}

.footer .box-container .box .share a:hover {
  background: transparent;
  transform: scale(0.98);
  border: .1rem solid rgb(180, 178, 178);
  color: #ffae00;
}

.footer .credit {
  padding: 1rem 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  color: #fff;
  border-top: .1rem solid #fff3;
}

.footer .credit a {
  color: #ffae00;
}

.footer .fa {
  color: #E90606;
  margin: 0 .3rem;
  font-size: 1.5rem;
  animation: pound .35s infinite alternate;
}

@-webkit-keyframes pound {
  to {
    transform: scale(1.1);
  }
}

@keyframes pound {
  to {
    transform: scale(1.1);
  }
}

@media(max-width:450px) {
  .footer .box-container .box {
    margin: 1.5rem;
  }

  .footer .box-container .box p {
    padding: 0.7rem;
  }

  .footer .box-container .box .share a {
    padding: 1.2rem;
  }
}

/* footer section ends */

/* common media queries starts*/
@media(max-width:450px) {
  html {
    font-size: 55%;
  }

  body {
    padding-right: 0;
  }

  section {
    padding: 2rem;
  }
}

/* common media queries ends*/


/* scroll top starts */
#scroll-top {
  position: fixed;
  top: -140%;
  right: 2rem;
  padding: 1rem 1.5rem;
  font-size: 2rem;
  background: #ffa600;
  color: rgb(13, 0, 44);
  border-radius: 50%;
  transition: 1s linear;
  z-index: 1000;
}

#scroll-top.active {
  top: calc(100% - 12rem);
}

/* scroll top ends */








/* awards section final refined style */
.awards {
  padding: 70px 9% 100px 9%;
  background: linear-gradient(to bottom, #57059e, #041288); /* Matching Skills */
}

/* tightened spacing so subtitle sits close under the heading */
.awards .heading {
  font-size: 3.5rem;
  text-align: center;
  color: #fff;
  font-weight: 800;
  margin-bottom: 0.8rem; /* reduced from 4rem for closer spacing */
}

.awards .heading i {
  color: #fc8c05;
  margin-right: 1rem;
}

.awards .heading span {
  color: #fc8c05;
}

.awards .awards-qoute {
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  margin-top: 0;               /* keep subtitle close to heading */
  margin-bottom: 5rem;         /* increased for clean UI spacing */
  color: #fff;
  font-style: italic;
}


/* Grid layout for certificate cards */
.certificates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  justify-items: center;
}

/* Certificate card design */
.certificate-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 300px;
}

.certificate-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.certificate-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 1rem;
  border-radius: 12px;
  transition: transform 0.4s ease;
  background: #fff;
  border: 2px solid #fff;
}

.certificate-card:hover img {
  transform: scale(1.04);
}

/* Certificate title */
.certificate-card p {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem;
  color: #002057;
  transition: opacity 0.3s ease;
}


/* ======================
   Certificates Carousel 29-11-25
   (works with your existing .certificates-grid markup)
   ====================== */

.cert-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* viewport wrapper (created by JS) */
.cert-carousel__viewport {
  overflow: hidden;
  width: 100%;
}

/* we will use the existing .certificates-grid as the track */
.certificates-grid {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  transform: translateX(0);
  transition: transform 450ms cubic-bezier(.2,.9,.2,1);
  will-change: transform;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* card sizing — 4 per view on large screens */
.certificates-grid .certificate-card {
  flex: 0 0 calc((100% - 3 * 2rem) / 4); /* 4 cards visible with three gaps */
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}

/* card inner visuals (you had these already) */
.certificates-grid .certificate-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 1rem;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #fff;
}

/* titles / meta — keep your existing look */
.certificates-grid .certificate-card p,
.certificates-grid .certificate-card h3 {
  margin: 0.6rem 0;
}

/* arrows */
.cert-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,0.95);
  color: #041288;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.16);
  z-index: 10;
}
.cert-carousel__arrow--left { left: -18px; }
.cert-carousel__arrow--right { right: -18px; }
.cert-carousel__arrow:hover { transform: translateY(-50%) scale(1.05); background: #fc8c05; color: #fff; }

/* dots */
.cert-carousel__dots {
  display:flex;
  justify-content:center;
  gap:0.6rem;
  margin-top:1.1rem;
}
.cert-carousel__dot {
  width:9px; height:9px; border-radius:999px; background: rgba(255,255,255,0.45);
  cursor:pointer; transition: all .25s ease;
}
.cert-carousel__dot--active { width:20px; background:#fc8c05; }

/* responsive breakpoints: 3 / 2 / 1 cards visible */
@media (max-width: 1024px) {
  .certificates-grid .certificate-card {
    flex: 0 0 calc((100% - 2 * 2rem) / 3); /* 3 cards */
  }
  .cert-carousel__arrow--left { left: -12px; }
  .cert-carousel__arrow--right { right: -12px; }
}

@media (max-width: 768px) {
  .certificates-grid .certificate-card {
    flex: 0 0 calc((100% - 1 * 2rem) / 2); /* 2 cards */
  }
}

@media (max-width: 480px) {
  .certificates-grid .certificate-card {
    flex: 0 0 100%; /* 1 card */
  }
  .cert-carousel__arrow--left { left: 6px; }
  .cert-carousel__arrow--right { right: 6px; }
}

/* hide native scrollbar if the grid becomes scrollable */
.certificates-grid::-webkit-scrollbar { display:none; }
.certificates-grid { -ms-overflow-style: none; scrollbar-width: none; }

/* reduced motion: remove autoplay & transitions */
@media (prefers-reduced-motion: reduce) {
  .certificates-grid { transition: none !important; }
  .cert-carousel { opacity: 1; }
  .cert-carousel__arrow { display: none; } /* optional: hide arrows for reduced motion */
}










/* =========================
   GO-TO-CHOICE : INDUSTRY TOOLS & TECHNOLOGIES
   Consolidated + maintenance-friendly
   ========================= */

:root{
  --gtc-padding: 6rem;
  --logo-gap: 2rem;
  --logo-w: 160px;
  --logo-h: 80px;
  --logo-w-sm: 130px;
  --logo-h-sm: 68px;
  --logo-w-xs: 100px;
  --logo-h-xs: 54px;
  --heading-size: 3.6rem;
  --subheading-size: 1.5rem;
}

/* container / heading */
.go-to-choice { padding: var(--gtc-padding) 0%; background:#fff; color:#002057; box-sizing: border-box; }
.go-to-choice .container { text-align:center; }
.go-to-choice .heading { margin-bottom:1.2rem; color:#002057; font-size:var(--heading-size); font-weight:700; }
.go-to-choice .sub-heading { font-size:var(--subheading-size); font-family:'Nunito',sans-serif; font-weight:600; margin-top:.5rem; margin-bottom:2rem; color:#444; }

/* marquee wrapper */
.go-to-choice .marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: .6rem 0;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(6px);
  z-index: 1;
}

/* track */
.go-to-choice .marquee-track,
#brand-track {
  display:flex;
  align-items:center;
  gap: var(--logo-gap);
  white-space: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
  transform: translateX(0);
  position: relative;
  z-index: 1;      /* track stays under the fade layers */
}

/* logo box */
.go-to-choice .go-to-choice-icon {
  flex: 0 0 auto;
  width: var(--logo-w);
  height: var(--logo-h);
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding: 12px;
}

/* logo image */
.go-to-choice .go-to-choice-icon img {
  width:100%;
  height:100%;
  object-fit:contain;
  filter:grayscale(0%);
  opacity:.9;
  transition: filter .32s ease, transform .32s ease, opacity .32s ease;
  display:block;
}

.go-to-choice .go-to-choice-icon img:hover,
.go-to-choice .go-to-choice-icon img:focus {
  filter:grayscale(100%);
  transform: translateY(-4px);
  opacity:1;
  outline:none;
}

/* reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .go-to-choice .marquee-track {
    transition: none !important;
    will-change: auto;
  }
}

/* tablet: shrink logo boxes a bit */
@media (max-width: 900px) {
  .go-to-choice .go-to-choice-icon {
    width: var(--logo-w-sm);
    height: var(--logo-h-sm);
    padding: 10px;
  }
}

/* mobile: heading, sub-heading, padding, smallest logos */
@media (max-width: 600px) {

  /* make this section match other sections' spacing */
  .go-to-choice {
    padding: 2rem;           /* same as global `section { padding: 2rem; }` in mobile */
  }

  /* logo size */
  .go-to-choice .go-to-choice-icon {
    width: var(--logo-w-xs);
    height: var(--logo-h-xs);
    padding: 8px;
  }

  /* heading font on mobile (similar to other section headings) */
  .go-to-choice .heading {
    font-size: 3rem;         /* you can change to 2.8–3.2 if you want */
    margin-bottom: 0.8rem;
  }

  /* sub-heading font on mobile */
  .go-to-choice .sub-heading {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
}


/* ======================================
   FADE EFFECT (LEFT + RIGHT SIDES)
   ====================================== */

.go-to-choice .marquee-container::before,
.go-to-choice .marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;                 /* fade width - adjust if needed */
  height: 100%;
  z-index: 3;                  /* fade on TOP of track */
  pointer-events: none;
}

/* Left fade */
.go-to-choice .marquee-container::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}

/* Right fade */
.go-to-choice .marquee-container::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}
/* Shrink ONLY the Tools & Technologies section */
section.go-to-choice {
  min-height: auto;          /* cancels the global 100vh */
  padding: 0rem 0 6rem;      /* top | left/right | bottom */
}
