* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #fff;
  --secondary-color: #0556f3;
  --text-color1: #5d5c61;
  --text-color2: #949498;
  --text-color: #252024;
  --btn-color: #6851cb;
  --background-color: #fbfbfe;
  --background-dark-color: #191423;
  --icon-color: #453398;
}

/* custom button */
button.custum-btn {
  display: none;
}

body {
  background-color: #131518;
  font-family: "Titillium Web", sans-serif;
}
a {
  text-decoration: none;
}

/*  */
div#btn:hover {
  background-color: #8abfff;
  color: white !important;
  outline: none;
  transition: 0.2s ease-in-out;
  /* cursor: pointer; */
}
button.btn.custum-btn1:hover {
  color: white;
}
a.nav-link:hover {
  background: white;
  color: black !important;
  border-radius: 10px 0px 10px 0px;
  transition: 0.3s ease-in-out;
}

.social-item {
  padding: 10px 0px;
}
a.social-icon-item {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
a.social-icon-item:hover {
  background: #8abfff !important;
  transition: 0.2s ease-in-out;
}
p.footer-text {
  position: absolute;
  right: 5px;
}
label {
  color: white !important;
}
input#full-name {
  border-radius: 5px !important;
}
input#email-address {
  border-radius: 5px !important;
}
input#telephone {
  border-radius: 5px !important;
}
textarea#complaint {
  border-radius: 5px !important;
}
/* -X */


/* resume project */
a.resume-anchor:hover {
  color: #8abfff;
  /* transition: .5s ease-out; */
}
/* resume project-X */
a.navbar-brand,
a.nav-link {
  color: white !important;
  font-weight: 400;
  font-size: 25px;
}
div#btn {
  color: black !important;
  background-color: white;
  width: 32%;
  text-align: center;
  font-weight: 600;
  /* padding: 6px 0px; */
  font-size: 22px;
  border-radius: 4px;
}

.social-media-icon.d-flex.flex-column {
  color: white;
  font-size: 30px;
}
.col-md-5.text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col-md-2.social-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col-md-5.avatar-img {
  display: flex;
  justify-content: center;
}
h1 {
  font-size: calc(3.175rem + 1.5vw);
  font-weight: bolder;
}
strong {
  font-size: 23px;
}
strong.footer {
  font-size: 12px;
}
p {
  font-size: 19px;
}
img {
  position: relative;
  bottom: -55px;
}
.hero-section.d-flex {
  padding: 35px 41px 49px;
}
span {
  color: white;
}
nav.navbar.navbar-expand-lg {
  position: relative;
  top: 25px;
}
button.btn {
  font-size: 20px;
  font-weight: bold;
  outline: none;
  padding: 0;
  padding: 6px 0px;
}
i.fa-solid.fa-caret-right {
  font-size: 29px;
  position: relative;
  top: 6px;
}

/* about page css */
.section-title h2::after {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-block;
  background-color: #8abfff;
  margin: 5px 10px;
}
p.self-text {
  font-size: calc(1.4rem + 1.5vw);
}

img.self-img {
  width: 100%;
  border-radius: 50%;
  position: relative;
  top: 0;
}
.self-text1 {
  color: white;
}
ul {
  list-style: none;
  color: white;
}
i.fa-solid.fa-play {
  color: #8abfff;
  padding: 10px 5px;
}
strong.about-text-intro {
  font-size: 18px;
}
span.mail {
  font-size: 1rem;
}
span.about-me {
  color: white;
}
a.phone {
  color: white;
}
.progress {
  display: flex;
  height: 0.8rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin: 13px 0px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background: #18d26e;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
}
span.skill {
  color: white;
}
.icon-box.col-lg-6.d-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  margin: 25px 5px;
  width: 44%;
}
i.fa-solid.fa-clapperboard {
  font-size: 25px;
  padding: 15px 12px;
  color: #ffbb2c;
}
i.fa-solid.fa-person-running {
  font-size: 28px;
  padding: 15px 12px;
  color: #e361ff;
}
i.fa-solid.fa-music {
  font-size: 25px;
  padding: 15px 12px;
  color: aqua;
}
i.fa-solid.fa-book-open-reader {
  font-size: 25px;
  padding: 15px 10px;
  color: #8abfff;
}
.section-title {
  margin: 25px 0px;
}
i.fa-solid.fa-gamepad {
  font-size: 30px;
  padding: 15px 12px;
  color: coral;
}
i.fa-solid.fa-map-location-dot {
  font-size: 28px;
  padding: 15px 12px;
  color: lightgreen;
}
.row.interest-section {
  display: flex;
  justify-content: center;
}
/* about page css-X */

/* progress bar */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  color: #fff;
  background: #18d26e;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
}
/* progress bar-x */
/* send button */
.mybtnn {
  background: white;
  width: 25%;
  text-align: center;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 4px;
  font-size: 20px;
  font-weight: 900;
}
a.mybtn-anchor-contact {
  color: black;
}
a.mybtn-anchor-contact:hover {
  color: white;
}
.mybtnn:hover {
  background: #8abfff;
  color: white;
  cursor: pointer;
}
a.mybtn-anchor {
  font-size: 20px;
  font-weight: 700;
  color: black;
  cursor: pointer;
}
a.mybtn-anchor:hover {
  color: white;
  font-size: 20px;
  background: #8abfff;
  font-weight: 700;
  cursor: pointer;
}
.row.custom-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}
/* send button-X */

/* form validation */
i.fa-solid.fa-circle-check {
  color: green;
  padding-top: 10px;
}
/* form validation-X */



/* custom-button setup formseep */
input.custom-submit {
  border-radius: 5px !important;
  padding: 5px 15px !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  transition: .1s ease-in-out;
}
input.custom-submit:hover {
 color: black !important;
 background-color: #8abfff !important;
 transition: .5s ease-in-out;
}
/* custom-button setup formseep-X */

/* modal button */
button.custom-modal-btn {
  border: none;
  background-color: #8abfff;
  color: black;
  padding: 3px;
  border-radius: 3px;
  transition: 0.4s ease-in-out;
  margin-left: 5%;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  top: -60px;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.carousel-control-next-icon {
  background-image: url("./arrow-icon-right.png");
}
.carousel-control-prev-icon {
  background-image: url(http://clipart-library.com/images_k/arrow-icon-png-transparent/arrow-icon-png-transparent-14.png);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: 0.5s ease-in-out;
}

button.custom-modal-btn:hover {
  transition: 0.4s ease-in-out;
  background-color: #1674e8;
  color: white;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #1674e8;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
/* modal button-X */

/* width changing of whole page  */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
/* width changing of whole page -X  */

/* contact pages */
.icon-box.col-lg-6.d-flex.col-sm-12.contact-part {
  height: 25vh;
}
i.fa-solid.fa-location-dot {
  font-size: 24px;
  color: white;
  padding: 10px 40px;
}
i.fa-solid.fa-mobile-screen {
  font-size: 25px;
}
i.fa-solid.fa-envelope-circle-check {
  font-size: 21px;
}
i.fa-solid.fa-share-nodes {
  font-size: 22px;
}
a.social-icon-item.contact-icon {
  margin: 17px 30px;
}
strong.contact-text {
  font-size: 15px;
}
.social-item.contact-social-icon {
  margin: 0px 5px;
}

/* contact pages-X */

/* Project page-css */
button.a\.mybtn-anchor {
  border: none;
  margin: 5px 10px;
  width: 96px;
  height: 35px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 6px;
  color: white;
  background-color: #8abfff;
}

button.a\.mybtn-anchor:hover {
  color: black;
  background-color: white;
  transition: 0.4s ease-in-out;
}
img.card-img-top {
  position: relative;
  top: 0;
}
.row.filter-button-group {
  margin: 0px 0px 10px;
}
.card {
  box-shadow: 0 4px 8px 0 rgb(163 178 192), 0px 0px 0px 0px rgb(93 115 137);
}
h5.card-title {
  font-size: 18px;
  font-weight: 900;
}
hr:not([size]) {
  height: 1.5px;
  margin: 5px 0px;
  color: black;
}
span.link-text {
  color: black;
  font-size: 14px;
  font-weight: 800;
}
a.link.custom-link {
  margin: 0px 15px 0px 0px;
}
a.link.custom-link:hover {
  color: #8abfff;
  transform: 0.4s;
  text-decoration: underline;
}

.card-body {
  flex: 1 1 auto;
  padding: 0.7rem 0.7rem;
}
p.card-text {
  margin-bottom: 0.6rem;
  color: #c1c1c1;
  font-size: 15px;
  line-height: 19px;
}
/* Project page-css-X */

/* mobile responisve icons */
i.fas.fa-home:hover {
  color: black;
  transition: 0.5s ease-in-out;
}
span.mobile-icon {
  color: black;
}
span.mobile-icon:hover {
  color: #8abfff;
}

li.list-mobile-icon {
  background-color: transparent;
  padding: 5px;
  border-radius: 5px;
  font-weight: 590;
  margin: 16px 15px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
li.list-mobile-icon:hover {
  background-color: #8abfff;
  border-radius: 10px 0px 10px 0px;
  transition: 0.3s ease-in-out;
  padding: 8px;
  cursor: pointer;
  font-weight: 590;
}
/* mobile responisve icons-X */
@media (min-width: 1201px) {
}
@media (min-width: 1024px) {
  h1 {
    font-size: calc(2.875rem + 1.5vw);
    font-weight: bolder;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: calc(2.875rem + 1.5vw) !important;
    font-weight: bolder;
  }
  div#btn {
    background-color: white;
    width: 33%;
    text-align: center;
    font-weight: 600;
    padding: 4px 0px;
    font-size: 20px;
    border-radius: 4px;
    color: black !important;
  }
  .hero-section.d-flex {
    padding: 50px 41px 49px !important;
  }
  img.self-img {
    width: 90% !important;
    border-radius: 50% !important;
    position: relative !important;
    top: 0 !important;
  }
  h3.self-text1 {
    text-align: left !important;
  }
  a.social-icon-item.contact-icon {
    width: 60px !important;
    height: 60px !important;
  }
  i.fa-solid.fa-location-dot {
    font-size: 30px;
    color: white;
    padding: 10px 40px;
  }
  i.fa-solid.fa-share-nodes {
    font-size: 29px;
  }
  i.fa-solid.fa-envelope-circle-check {
    font-size: 29px;
  }
  i.fa-solid.fa-mobile-screen {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 0px 61px;
  }
  .hero-section.d-flex {
    padding: 60px 0px 49px;
  }
  h1 {
    font-size: calc(2.175rem + 1.5vw);
    font-weight: bolder;
  }
  div#btn {
    color: black !important;
    background-color: white;
    width: 45%;
    text-align: center;
    font-weight: 600;
    /* padding: 6px 0px; */
    font-size: 23px;
    border-radius: 4px;
  }
  img.self-img {
    width: 70%;
    border-radius: 50%;
    position: relative;
    top: 0;
  }
  .col-lg-4.self-img-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h3.self-text1 {
    text-align: center;
  }
  a.social-icon-item {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
  a.social-icon-item.contact-icon {
    width: 40px;
    height: 40px;
  }
  a.social-icon-item.contact-social-item {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    width: 38px;
    height: 36px;
    border-radius: 50%;
  }
  form {
    display: contents;
  }
}
@media (max-width: 767px) {
  .hero-section.d-flex {
    padding: 100px 45px 49px;
  }
  h1 {
    font-size: calc(2.35rem + 1.5vw);
    font-weight: bolder;
  }
  img {
    position: relative;
    bottom: 0px;
  }
  .hero-section.d-flex {
    flex-direction: column-reverse;
  }
  .social-media-icon.d-flex.flex-column {
    flex-direction: row !important;
  }
  .social-item {
    padding-right: 25px;
    margin-top: 15px;
  }
  i.fa-solid.fa-bars {
    padding: 6px;
    /* background-color: transparent; */
    border: none;
    font-size: 27px;
    outline: none;
    box-shadow: none;
  }
  a.mobile-link {
    color: black !important;
    font-size: 20px !important;
    display: flex;
  }
  a.mobile-link:hover() {
    color: #8abfff !important;
    background-color: #18d26e !important;
  }
  .mobile-social-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  i.fas.fa-home {
    padding-left: 10px;
    font-size: 25px;
  }
  i.fas.fa-user {
    padding-left: 10px;
    font-size: 25px;
  }
  i.fa-solid.fa-circle-play {
    padding-left: 10px;
    font-size: 25px;
  }
  i.fa-solid.fa-file {
    padding-left: 10px;
    font-size: 25px;
  }
  i.fas.fa-briefcase {
    padding-left: 10px;
    font-size: 25px;
  }
  i.fas.fa-envelope-open {
    padding-left: 10px;
    font-size: 25px;
  }
  .offcanvas-start {
    top: 0;
    left: 0;
    width: 325px;
    border-radius: 28px 3px;
  }
  button.custum-btn {
    display: block;
    background: #131518;
    color: white;
    border: none;
  }
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  p.footer-text {
    position: absolute;
    right: 2%;
  }
  img.self-img {
    width: 50%;
    border-radius: 50%;
    justify-content: center;
    position: relative;
    top: 0;
  }
  .col-lg-4.self-img-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icon-box.col-lg-6.d-flex.col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  div#btn {
    color: black !important;
    background-color: white;
    width: 38%;
    text-align: center;
    font-weight: 600;
    padding: 0px 0px;
    font-size: 22px;
    border-radius: 4px;
  }
  .myphoto {
    width: 275px !important;
  }

  .col-lg-4.self-img-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h3.self-text1 {
    text-align: center;
  }
  a.social-icon-item.contact-icon {
    margin: 17px 20px;
  }
  .social-item.contact-social-icon {
    margin: 0px 0px;
  }
  a.social-icon-item {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    width: 35px;
    height: 37px;
    border-radius: 50%;
  }
  .col.d-flex.custom-button-alignment.justify-content-center {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  /* .custom-btn {
  display: flex;
  justify-content: center;
  margin: 6px 0px;
} */
  button.a\.mybtn-anchor {
    border: none;
    margin: 5px 10px;
    width: 140px;
    height: 35px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    color: white;
    background-color: #8abfff;
  }
}

@media (max-width: 430px) {
  div#btn {
    color: black !important;
    background-color: white;
    width: 49%;
    text-align: center;
    font-weight: 600;
    padding: 0px 0px;
    font-size: 22px;
    border-radius: 4px;
  }
  .icon-box.col-lg-6.d-flex.col-sm-12 {
    width: 90%;
  }
  p.self-text {
    font-size: calc(1.2rem + 1.5vw);
  }
  .h2,
  h2 {
    font-size: calc(0.8rem + 0.9vw);
  }
}

/* modal responsive width */
.modal-dialog {
  max-width: 550px !important;
  margin: 1.75rem auto !important;
}
