@import url("./intro.css");
@import url("./edu_background.css");
@import url("./per-skills.css");
@import url("./prof-project.css");
@import url("./project-portifolio.css");
@import url("./lets_work.css");
@import url("../css/social-media.css");

@font-face {
  font-family: lemon_reg;
  src: url("../font/lemon_regular.ttf");
}

@font-face {
  font-family: abrilface_reg;
  src: url("../font/abrilfatface_regular.ttf");
}

@font-face {
  font-family: lobster_reg;
  src: url("../font/lobster_regular.ttf");
}

@font-face {
  font-family: tektub_var;
  src: url("../font/tektur_variable_font_wdth_wght.ttf");
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

body {
  background-color: black;
}

.person-name h1 {
  font-family: abrilface_reg;
}

.person-name h4 {
  font-family: lobster_reg;
}

.person-name h6 {
  font-family: tektub_var;
  font-style: italic;
}

img {
  width: 80%;
}

.right-arrow,
.left-arrow {
  margin: 5px;
  float: right;
}

.menu-button,
.menu-button2,
.left-arrow,
.right-arrow {
  background: #000;
}
.menu-button::after {
  font-family: "FontAwesome";
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  content: "\f03a";
  color: #f0f0f0;
}

.menu-button2::after {
  font-family: "FontAwesome";
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  padding-left: 3px;
  padding-right: 3px;
  content: "\f00d";
  color: #f0f0f0;
}
.left-arrow::after {
  font-family: "FontAwesome";
  align-items: center;
  font-weight: 900;
  content: "\f0da";
  font-size: 20px;
  color: #f0f0f0;
}

.right-arrow::after {
  font-family: "FontAwesome";
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  content: "\f0d9";
  color: #f0f0f0;
}

/* .menu-button:active,
.menu-button2:active,
.left-arrow:active,
.right-arrow:active {
  background-color: rgb(100, 94, 86);
} */

.menu-button:hover,
.menu-button2:hover,
.left-arrow:hover,
.right-arrow:hover {
  background-color: rgb(100, 94, 86);
}
.menu-button,
.menu-button2,
.left-arrow,
.right-arrow {
  border-radius: 20px 10px;
  padding: 0px 10px;
}

.header-section a {
  text-decoration: none;
  color: #fff;
  font-family: lemon_reg;
}
.person-name a {
  text-decoration: underline;
}
.person-name a:hover {
  color: rgb(100, 94, 86) !important;
  font-family: lemon_reg;
}
.header-section li {
  border: 0;
  outline: 0;
  background-color: #f0f0f0;
  padding: 8px 20px;
  margin-bottom: 10px;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}
.header-section li:hover {
  background: #ffffffbf;
}

hr {
  color: #f0f0f0;
}

.profile-photo img {
  height: 370px;
}

.outer-wrraper img {
  border-radius: 100px;
}
.outer-wrraper {
  border-radius: 100px;
  padding: 5px;
  background-color: aliceblue;
}

.inner-wrraper {
  border-radius: 100px;
  padding: 5px;
  background-color: rgb(43, 17, 32);
}

.person-name h6::before {
  font-family: "FontAwesome";
  align-items: center;
  padding-right: 10px;
  padding-top: 10px;
  font-weight: 900;
  content: "\f17d";
  font-size: large;
}

.index-menu,
.intro-menu,
.edu-menu,
.personal-menu,
.proj_menu,
.social_menu,
.talk-menu {
  position: fixed;
  top: 0;
  position: sticky;
  left: 0;
  z-index: 1000;
}

main {
  background-color: rgba(0, 0, 0);
}

header {
  background-color: #201e1e !important;
}

footer {
  width: 100%;
  background-color: #201e1e !important;
  display: flex;
  justify-content: center;
  margin-top: -145px !important;
  flex-shrink: 0;
  background-color: #000; /* Change as needed */
  color: #fff;
  padding: 5px; /* Adjust as needed */
  text-align: center; /* Adjust as needed */
}

.outter-wrapper-all {
  flex: 1 0 auto;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}

.leftFooter {
  width: 240px;
}

.logo img {
  border-radius: 15px;
}

.logoImg {
  width: 110px;
  padding: 7px;
  margin-left: 35px;
}

.socialFooter {
  display: inline;
  padding-left: 35px;
}

.socialFooter img {
  width: 30px;
}

.linkedin {
  width: 60px;
}

.footerContact a,
p {
  text-decoration: none;
  padding: 2px;
  margin: 0;
  font-size: 12px;
  color: white;
}

.footerContact a:hover,
.leftFooter img:hover {
  border: 2px solid #f0f0f0;
  border-radius: 6px;
}

.mesg-detail img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 10% !important;
}

.mesg-detail {
  position: sticky;
}

.mesg-detail button {
  position: fixed;
  bottom: 60px;
  right: 60px;
  border: none;
  background: none;
}

.mesg-detail button:hover {
  /* border: 2px solid #f0f0f0; */
  border-radius: 6px;
  margin: 0px;
  padding: 0px;
}

.msg-row {
  position: sticky;
}

.msg-bg {
  background-color: bisque;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.msg-box {
  position: fixed;
  bottom: 160px;
  right: 40px;
  border: none;
  background: none;
}

.mesg-logo {
  width: 50px; /* Adjust size as necessary */
  height: 50px; /* Adjust size as necessary */
}

.msg-box {
  margin-top: 20px;
  width: 400px;
}

.msg-box input,
.msg-box textarea {
  width: 90%;
}

.msg-box button {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e76767;
  color: #f0f0f0;
  border-radius: 6px;
  border: 0px;
}

.msg-box input {
  margin-bottom: 10px;
  margin-top: 5px;
}

.msg-box button:hover {
  background-color: #dc8f8f;
}

@media only screen and (max-width: 768px) {
  footer {
    display: block;
    position: static;
    bottom: auto;
    margin-top: 0px !important;
  }

  .footer-wrapper {
    display: block;
    width: 90%;
  }
  .leftFooter {
    width: 100% !important;
    text-align: center;
  }

  .footerContact {
    text-align: center;
    padding-left: 10%;
    padding-top: 4%;
  }

  .logo {
    padding-left: opx;
    margin-left: 0px;
  }

  .mesg-detail button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: none;
    background: none;
  }

  .msg-box {
    width: 380px;
  }

  .msg-box input, .msg-box textarea {
    background-color: #f0f0f0;
    border: #000 1px solid;
  }

  .msg-box {
    position: fixed;
    bottom: 110px;
    right: 0px;
    border: none;
    background: none;
  }
}
