.hero-sec-wrapper {
  width: 100%;
}
.hero-sec-1-wrapper {
  width: 80%;
  margin: auto;
}
.hero-sec-1 {
  display: flex;
  justify-content: space-evenly;
}
.hero-sec-1-left {
  width: 45%;
  height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-sec-1-left .hero-sec-1-text-container {
  width: 50%;
  margin-top: 5rem;
}
.hero-sec-1-left .hero-sec-1-text-container h1 {
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
}
.hero-sec-1-left .hero-sec-1-text-container h2 {
  margin-bottom: 0;
  font-size: 30px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
}
.hero-sec-1-right {
  width: 45%;
  position: relative;
}

.hero-sec-1-right img {
  height: 340px;
  width: 545px;
  object-fit: cover;
  position: absolute;
  top: -75px;
}
.hero-sec-2-wrapper {
  position: relative;
}
.hero-sec-2 {
  width: 100%;
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.hero-sec-2 p {
  color: #fff;
}
.hero-sec-2 .hero-sec-2-left {
  width: 51.2%;
  height: 47vh;
  display: flex;
  align-items: center;
  background: linear-gradient(34deg, #0a9393 37%, #022a2a 66%);
}
.hero-sec-2 .hero-sec-2-left .hero-sec-2-left-text-container {
  width: 45%;
  margin: auto;
}
.hero-sec-2 .hero-sec-2-left .hero-sec-2-left-text-container p {
  font-size: 28px;
}
.hero-sec-2 .hero-sec-2-right {
  width: 48.8%;
  height: 47vh;
  display: flex;
  align-items: center;
  background: #000;
}
.hero-sec-2 .hero-sec-2-right .hero-sec-2-right-text-container {
  width: 45%;
  margin: auto;
}
.hero-sec-2 .hero-sec-2-right .hero-sec-2-right-text-container p {
  font-size: 28px;
}
.hero-sec-2 .hero-sec-2-right .hero-sec-2-right-text-container p span {
  font-weight: 700;
}

/* for hero-sec-slider  */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.hero-sec-2-slide-wrapper {
  width: 100%;
  /* margin-top: 4rem; */
  overflow: hidden;
  /* padding: 40px 0; */
  white-space: nowrap;
  position: relative;
  background: #000;
}
.hero-sec-2-slide-wrapper .hero-sec-2-slide {
  display: inline-block;
  animation: 15s slide infinite linear;
}
.hero-sec-2-slide-wrapper .hero-sec-2-slide span {
  font-size: 23px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}

/* about sec  */
.about-sec-wrapper {
  width: 100%;
  background: #000;
  padding: 8rem 4rem;
}
.about-sec {
  width: 80%;
  margin: auto;
}
.about-sec .about-header {
  width: 417px;
  margin: auto;
}
.about-sec .about-header h1 {
  font-size: 100px;
  text-align: center;
  color: #747474;
  line-height: 60px;
}
.about-sec .about-header p {
  font-size: 50px;
  text-align: right;
  color: #ffffff;
}
.about-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
.about-sec .about-left {
  width: 97%;
  margin-top: 6rem;
}
.about-sec .about-left p {
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.about-sec .about-right {
  width: 3%;
}
.about-sec .about-right img {
  object-fit: contain;
}
.about-card-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-left: 21px;
}
.about-card-wrapper .about-card {
  min-width: 360px;
  background: #121212;
  border-radius: 16px;
  padding: 1rem 0 1rem 2rem;
  width: 444px;
}
.about-card-wrapper .about-card p {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

/* project sec  */
.project-sec-wrapper {
  padding: 6rem 0;
  background: linear-gradient(34deg, #0a9393 52%, #022a2a 66%);
}
.project-sec {
  width: 80%;
  margin: auto;
  position: relative;
}
.project-sec h1 {
  font-size: 50px;
  color: #fff;
}
.project-sec .main-p {
  font-size: 50px;
  width: 757px;
  font-size: 18px;
  margin-top: 2rem;
  color: #fff;
}
.project-sec .project-sec-card-wrapper {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-sec .project-sec-card-wrapper .project-sec-card {
  padding: 1rem 2rem;
}
.project-sec .project-sec-card-wrapper #project-sec-card1 {
  /* border-right: 1px solid #fff; */
  padding-left: 0;
}

.project-sec
  .project-sec-card-wrapper
  .project-sec-card
  .project-sec-card-head {
  position: relative;
}
.project-sec
  .project-sec-card-wrapper
  .project-sec-card
  .project-sec-card-head
  a {
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  background: #ffffff1a;
  padding: 1rem;
  width: 285px;
  border-radius: 32px;
}
.project-sec
  .project-sec-card-wrapper
  .project-sec-card
  .project-sec-card-head
  a
  img {
  margin-left: 8px;
}
.project-sec .project-sec-card-wrapper .project-sec-card .card-image {
  margin-top: 4rem;
}

.project-sec
  .project-sec-card-wrapper
  #project-sec-card2
  .project-sec-card-head
  h1 {
  font-size: 25px;
  color: #fff;
}

.project-sec-card-head-2 {
  margin-top: 4rem;
  position: relative;
}
.project-sec-card-head-2 a {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.project-sec-github-link {
  position: absolute;
  top: -38px;
  right: 0;
}
.project-sec-github-link a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #fff;
}
.project-hr-line1,
.project-hr-line2 {
  position: absolute;
  left: 18px;
  bottom: 8px;
  height: 2px;
  width: 35%;
  background: #ffffff;
}
.project-hr-line2 {
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 35%;
  background: #ffffff;
}
.vertical-line {
  height: 63vh;
  width: 2px;
  background: #fff;
}
.github-link-wrapper {
  position: relative;
}
.project-hr-line3,
.project-hr-line4 {
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 45%;
  background: #ffffff;
}

/* skill sec  */
.skill-sec-wrapper {
  background: linear-gradient(176deg, #fff 56%, #1e1e1e);
  padding: 4rem 0;
}
.skill-sec {
  width: 80%;
  margin: auto;
}
.skill-sec h1 {
  font-size: 100px;
  text-align: center;
  color: #b4b4b4;
  letter-spacing: 18px;
}
.skill-sec-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  margin-top: 4.5rem;
  flex-wrap: wrap;
}
.skill-sec-card {
  width: 450px;
}
.skill-sec-card-header {
  position: relative;
}
.skill-sec-card-header h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 5px;
}
.skill-sec-card-header p {
  font-size: 14px;
}
.skill-sec-card-header img {
  position: absolute;
  left: -40px;
  top: -20px;
  height: 75px;
  object-fit: contain;
}
#skill-sec-card3 .skill-sec-card-header img {
  position: absolute;
  left: -47px;
  top: -32px;
  height: 75px;
  object-fit: contain;
}
.skill-sec-last-icon {
  margin-top: 7rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* skill-icon  */
.skill-icon-wrapper {
  background: #000;
  padding: 4rem 0;
}
.skill-icon-container {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: 70%;
  margin: auto;
}
.skill-icon-container .skill-icon-card {
  width: 40%;
}
.skill-icon-container .skill-icon-card h6 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.skill-icon-container .skill-icon-card .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.skill-icon-container .skill-icon-card .icon-wrapper .icon-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.skill-icon-container .skill-icon-card .icon-wrapper .icon-div p {
  color: #fff;
  font-size: 10.83px;
}
.skill-vertical-line {
  height: 40vh;
  width: 2px;
  background: #fff;
}
.other-skill{
    margin-top: 3rem;
}

.contact-wrapper{
    background: url(../inc/img/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 50vh; */
    padding: 3.5rem 0;

}
.contact-sec{
    width: 80%;
    margin: auto;
}
.contact-sec h1{
   font-size: 70px;
   color: #fff;
}

.contact-sec-card-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding-bottom: 2rem;
}
.contact-sec-left{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 30%;
  gap: 20px;
}
.contact-sec-left-card,.contact-left-card-link{
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-left-card-link{
  border: 1px solid #d9d9d9;
  padding: 5px;
}
.contact-left-card-link a{
 display: flex;
}
.contact-sec-left-card{
  background: #0000006e;
  color: #fff;
  width: 380px;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
.contact-sec-vertical-line{
  width: 2px;
  height: 25vh;
  background: #fff;
}
.contact-sec-right{
  width: 45%;
}
.pc-1{
color: #8f8f8f;
font-size: 15px;
}
.pc-2{
color: #515151;
font-size: 16px;
margin-top: 2px;
}

.contact-sec-right-card{
  background: #0000006e;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.contact-sec-right-card .contact-sec-right-card-left{
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact-sec-right-card .contact-sec-right-card-left input{
    background: #000;
    border: 1px solid #b4b4b4;
    padding: 1rem;
    font-size: 16px;
    font-family: 'Roboto';
    border-radius: 8px;
    color: #fff;
}
.contact-sec-right-card .contact-sec-right-card-right textarea{
    background: #000;
    border: 1px solid #b4b4b4;
    padding: 1rem;
    font-size: 16px;
    font-family: 'Roboto';
    border-radius: 8px;
    color: #fff;
}
.contact-sec-right-card .contact-sec-right-card-right{
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact-sec-right-card .contact-sec-right-card-right button{
  background: #000;
    border: 1px solid #727272;
    font-size: 16px;
    font-family: 'Roboto';
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 7px;
    align-self: baseline;
    margin-left: 5px;
    cursor: pointer;
}
.social-icons{
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 1rem;
}