@import url("https://fonts.googleapis.com/css2?family=Sacramento&amp;display=swap");

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

a {
  font-size: 14px;
  color: #9f9f9f;
  letter-spacing: 1px;
}

p {
  font-size: 16px;
  color: #9f9f9f;
  letter-spacing: 1px;
}

span {
  color: #535353;
}

ul {
  font-size: 16px;
  color: #9f9f9f;
  letter-spacing: 1px;
  padding-left: 1em;
  margin-bottom: 0;
}

ul li {
  margin: 5px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ececec;
  letter-spacing: 1px;
  line-height: normal;
}

h1 {
  font-size: 110px;
  -webkit-text-fill-color: transparent;
  background: #4dfab0;
  background: linear-gradient(90deg, #ffd158 0, #e2fe67 22%, #4efdae 38%, #4dfab0 51%, #198df0 81%, #067aff);
  -webkit-background-clip: text;
  background-clip: text;
}

@media (max-width: 767px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-text-fill-color: transparent;
  background: #4dfab0;
  background: linear-gradient(90deg, #ffd158 0, #e2fe67 22%, #4efdae 38%, #4dfab0 51%, #198df0 81%, #067aff);
  -webkit-background-clip: text;
  background-clip: text;
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 28px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 20px;
  font-weight: bold;
  opacity: 0.9;
}

@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  opacity: 0.9;
}

@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #6c6c6c;
  letter-spacing: 4px;
}

@media (max-width: 767px) {
  h6 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
  }
}

.fancy-button {
  border-bottom: 1px solid #ffc000;
  padding: 10px 15px 10px 0px;
  transition: 0.5s;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: normal;
  display: inline-block;
  margin-top: 20px;
}

.fancy-button:hover {
  padding-left: 15px;
  background-color: rgba(255, 192, 0, 0.08);
}

.fancy-button svg {
  width: 18px;
  height: 18px;
}



.height-100 {
  height: 100%;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Akihabara";
  src: url("../images/Akihabara-Brush.ttf");
}

body {
  font-size: 100%;
  font-family: Montserrat, sans-serif;
  background: #060606;
  overflow-x: hidden;
}

body a {
  text-decoration: none;
  transition: 0.5s all;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f8f8f8;
}

body a:hover {
  color: #c5c5c5;
}

.navigationBar {
  padding-top: 26px;
}

.swiper.heroSlider {
  padding: 70px 0;
}

.heroSlider .swiper-slide {
  overflow: hidden;
  border-radius: 40px;
}

.heroSlider .swiper-slide img {
  width: 100%;
  border-radius: 40px;
}

/* #hero {
  padding: 40px 0;
  background-image: url(../images/main-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100vh;
} */

section#hero {
  background: #240303;
}

/* Change arrow color and size */
.heroSlider .swiper-button-next,
.heroSlider .swiper-button-prev {
  color: #fff;
  /* Change to any color (e.g., #000, red, etc.) */
  font-size: 24px;
  /* Not supported directly, but you can scale */
  width: 40px;
  height: 40px;
}

.heroSlider .swiper-button-next::after,
.heroSlider .swiper-button-prev::after {
  font-size: 24px;
  /* Adjust arrow size */
}

.heroSlider .swiper-pagination {
  position: absolute;
  bottom: 30px;
  /* adjust as needed */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.heroSlider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  /* Default dot color */
  opacity: 1;
  margin: 0 4px;
}

.heroSlider .swiper-pagination-bullet-active {
  background: #4dfcae;
  /* Active dot color */
}

#hero .aliLogo {
  color: #f8f8f8;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Akihabara";
  -webkit-text-fill-color: transparent;
  background: #4dfab0;
  background: linear-gradient(90deg, #ffd158 0, #e2fe67 22%, #4efdae 38%, #4dfab0 51%, #198df0 81%, #067aff);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 500% 500%;
  animation: AnimationName 15s ease infinite;
}

#hero nav {
  float: right;
}

#hero nav label {
  text-align: right;
}

#hero nav label input {
  display: none;
}

#hero nav label ul li {
  list-style-type: none;
  display: inline;
}

#hero nav label ul li a {
  padding: 10px 14px;
  position: relative;
}

#hero nav label ul li a span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ffc000;
  bottom: 100%;
  display: none;
  position: absolute;
  animation-duration: 0.5s;
}

#hero nav label ul li a:hover span {
  animation-name: nav;
  animation-fill-mode: forwards;
  display: inline-block;
}

@keyframes nav {
  0% {
    bottom: 100%;
  }

  60% {
    bottom: 0%;
    height: 8px;
    width: 8px;
  }

  100% {
    bottom: 0;
    height: 1px;
    width: 70px;
    box-shadow: 0 0px 15px rgba(255, 192, 0, 0.8);
  }
}

#hero .mbl-nav {
  display: block;
}

#hero .banner-matter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

#hero .banner-matter .inner-box h1 {
  color: #f8f8f8;
  font-family: "Akihabara";
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 30px 0;
}

#hero .banner-matter .inner-box h1 span {
  color: #ffc000;
}

#hero .banner-matter .inner-box h3 {
  color: #f8f8f8;
  margin-bottom: 10px;
  display: inline-block;
}

#hero .banner-matter .inner-box h5 {
  letter-spacing: 4px;
  color: #ffc000;
  font-weight: 300;
  transition: all 0.3s;
  text-transform: uppercase;
  line-height: 2;
}

#about-me {
  padding: 80px 0;
}

.img-box {
  position: relative;
  padding: 30px;
  border: 1px solid #fff;
}

#about-me .img-box:after {
  content: "";
  opacity: 0.1;
  width: 80%;
  height: 60%;
  position: absolute;
  left: 10px;
  bottom: -30px;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: -1;
}

#about-me p {
  margin-top: 30px;
}

#about-me .fancy-button.yellow {
  margin-right: 20px;
}

#about-me .fancy-button.yellow:hover {
  margin-right: 5px;
}

#about-me .fancy-button.white {
  border-bottom: 1px solid #f8f8f8;
  padding: 10px 15px 10px 0px;
  transition: 0.5s;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}

#about-me .fancy-button.white:hover {
  padding-left: 15px;
  background-color: rgba(248, 248, 248, 0.08);
}

#about-me .fancy-button.white svg {
  transform: rotate(0deg);
  font-size: 30px;
}

#skillset {
  padding: 80px 0;
}

#skillset .col-lg-4 {
  padding-right: 48px;
}

#skillset .col-lg-6 {
  display: flex;
}

#skillset .sticky {
  position: sticky;
  top: 80px;
}

#skillset .inner-box {
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #0a0a0a;
}

#skillset .inner-box:hover {
  background-color: #060606;
}

#skillset .inner-box:hover .number {
  color: rgba(159, 159, 159, 0.5);
  right: 20px;
  bottom: 10px;
}

#skillset .inner-box:hover svg {
  transform: rotate(20deg);
  filter: grayscale(0.8);
}

#skillset .inner-box svg {
  fill: #ffc000;
  width: 48px;
  height: 48px;
  transition: ease-in-out 0.3s;
}

#skillset .inner-box h2 {
  margin-bottom: 20px;
}

#skillset .inner-box h4 {
  margin: 20px 0;
}

#skillset .inner-box .number {
  color: rgba(159, 159, 159, 0.04);
  font-size: 120px;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  right: 0px;
  bottom: -45px;
  transition: all 0.3s;
}

#work-experience {
  padding: 80px 0;
}

#work-experience h2~h6 {
  margin-top: 15px;
  margin-bottom: 30px;
}

#work-experience .inner-box {
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #0a0a0a;
}

#work-experience .inner-box:hover {
  background-color: #060606;
}

#work-experience .inner-box:hover .number {
  color: rgba(159, 159, 159, 0.5);
  right: 20px;
  bottom: 10px;
}

#work-experience .inner-box .number {
  color: rgba(159, 159, 159, 0.04);
  font-size: 120px;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  right: 0px;
  bottom: -45px;
  transition: all 0.3s;
}

#work-experience .company-name h5 {
  color: #ffc000;
  font-weight: bold;
}

#work-experience .role {
  margin-bottom: 20px;
}

#work-experience span {
  font-weight: 700;
}

#my-projects {
  padding: 80px 0;
}

#my-projects h2~h6 {
  margin-top: 15px;
  margin-bottom: 30px;
}

#my-projects h2~h6 strong {
  color: #ececec;
}

#my-projects h2~p {
  margin-bottom: 40px;
}

#my-projects .bold-text {
  color: rgba(159, 159, 159, 0.4);
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin-top: 40px;
  transition: all 0.3s;
}

#my-projects .bold-text:hover {
  letter-spacing: 1px;
}

#my-projects .projects {
  background-color: #0a0a0a;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 10px;
}

#my-projects .projects:hover {
  transform: scale(1.02);
  background-color: #101010;
}

/* #my-projects .projects:hover .entire img {
  filter: grayscale(0%);
} */
#my-projects .projects:hover .entire .inner-box h4 {
  margin-left: 10px;
  color: #ffc000;
}

#my-projects .projects:hover .entire .inner-box .move-icon {
  right: 0;
  bottom: 0;
}

#my-projects .projects .entire {
  text-transform: none;
  font-weight: normal;
}

#my-projects .projects .entire .inner-box {
  padding: 30px;
  position: relative;
}

#my-projects .projects .entire .inner-box h4 {
  font-weight: bold;
  transition: all 0.4s;
}

#my-projects .projects .entire .inner-box .move-icon {
  background-color: #ffc000;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -48px;
  bottom: -48px;
  transition: all 0.4s;
}

#my-projects .projects .entire .inner-box .move-icon svg {
  fill: #060606;
  width: 36px;
  height: 36px;
  transform: rotate(45deg);
}

#my-projects .projects .entire .inner-box .move-icon:hover {
  background-color: #ffe699;
}

#my-projects .projects .entire img {
  transition: all 0.3s;
  /* filter: grayscale(80%); */
  width: 100%;
}

#my-qualities {
  padding: 80px 0;
}

#my-qualities .text-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#my-qualities .text-box .bold-text {
  color: rgba(159, 159, 159, 0.4);
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin-top: 30px;
  transition: all 0.3s;
}

#my-qualities .text-box .bold-text:hover {
  letter-spacing: 1px;
}

#myTeachers {
  padding: 80px 0;
}

#myTeachers .sticky {
  position: sticky;
  top: 80px;
}

#myTeachers .col-lg-6 .col-lg-12:last-child .outer-box {
  margin-bottom: 0px;
}

#myTeachers .outer-box {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #0a0a0a;
}

#myTeachers .outer-box:hover {
  background-color: #101010;
}

#myTeachers .outer-box:hover .right .quote {
  top: 0;
  right: 0;
  background: #2c2c2c;
}

#myTeachers .outer-box:hover .left {
  /* filter: grayscale(0%); */
}

#myTeachers .outer-box .left {
  width: 30%;
  overflow: hidden;
  /* border-radius: 20px 0 0 20px; */
  transition: all 0.3s;
  /* filter: grayscale(80%); */
}

#myTeachers .outer-box .right {
  width: 70%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#myTeachers .outer-box .right strong {
  color: #9f9f9f;
  display: block;
}

#myTeachers .outer-box .right .quote {
  padding: 10px;
  border-radius: 15px;
  background: #131313;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  position: absolute;
  transition: all 0.4s;
  top: -30px;
  right: 50%;
}

#myTeachers .outer-box .right .quote span {
  font-size: 60px;
  line-height: normal;
  transform: rotate(180deg);
  margin-top: 42px;
  margin-left: 5px;
  letter-spacing: -6px;
  font-family: Georgia;
  font-weight: bold;
}

#lets-talk {
  padding: 80px 0;
}

#lets-talk .outer-box {
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

#lets-talk .outer-box p a {
  text-transform: lowercase;
}

#social-media {
  padding: 80px 0;
  background-image: url(../images/main-banner-mbl.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#social-media .outer-box {
  overflow: hidden;
  display: block;
  max-height: 380px;
  height: 100%;
  border-radius: 15px;
  /* background: #0a0a0a; */
}

#social-media .outer-box .left {
  padding: 50px;
}

#social-media .outer-box .right {
  display: flex;
  justify-content: center;
  align-items: center;
}

#social-media .outer-box .right .column-common {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#social-media .outer-box .right .column-common a {
  margin-bottom: 50px;
  background: #131313;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s;
}

#social-media .outer-box .right .column-common a:nth-child(3) {
  margin-bottom: 0;
}

#social-media .outer-box .right .column-common a svg {
  transition: all 0.3s;
}

#social-media .outer-box .right .column-common.column-1 {
  margin-top: 0px;
  margin-right: 60px;
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(1) {
  border-radius: 15px;
  width: 70px;
  height: 70px;
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(1) svg {
  width: 40px;
  height: 40px;
  color: rgba(159, 159, 159, 0.5);
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(1):hover {
  background: rgba(230, 0, 35, 0.2);
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(1):hover:nth-child(1) svg {
  color: #e60023;
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(2) {
  border-radius: 20px;
  width: 100px;
  height: 100px;
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(2) svg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: rgba(159, 159, 159, 0.5);
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(2):hover {
  background: rgba(0, 119, 181, 0.2);
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(2):hover:nth-child(2) svg {
  color: #0077b5;
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(3) {
  border-radius: 15px;
  width: 85px;
  height: 85px;
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(3) svg {
  width: 55px;
  height: 55px;
  color: rgba(159, 159, 159, 0.5);
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(3):hover {
  background: rgba(225, 48, 108, 0.2);
}

#social-media .outer-box .right .column-common.column-1 a:nth-child(3):hover:nth-child(3) svg {
  color: #e1306c;
}

#social-media .outer-box .right .column-common.column-2 {
  margin-top: 170px;
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(1) {
  border-radius: 15px;
  width: 100px;
  height: 100px;
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(1) svg {
  width: 70px;
  height: 70px;
  color: rgba(159, 159, 159, 0.5);
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(1):hover {
  background: rgba(23, 105, 255, 0.2);
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(1):hover:nth-child(1) svg {
  color: #1769ff;
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(2) {
  border-radius: 20px;
  width: 70px;
  height: 70px;
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(2) svg {
  width: 40px;
  height: 40px;
  color: rgba(159, 159, 159, 0.5);
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(2):hover {
  background: rgba(255, 255, 255, 0.2);
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(2):hover:nth-child(2) svg {
  color: #ffffff;
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(3) {
  border-radius: 15px;
  width: 85px;
  height: 85px;
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(3) svg {
  width: 55px;
  height: 55px;
  color: rgba(159, 159, 159, 0.5);
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(3):hover {
  background: rgba(255, 0, 0, 0.2);
}

#social-media .outer-box .right .column-common.column-2 a:nth-child(3):hover:nth-child(3) svg {
  color: #ff0000;
}

section#footer {
  padding: 20px 0 0;
}

#footer p {
  text-align: center;
  color: #535353;
}

#footer p a {
  color: #868686;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0b0b0b;
}

::-webkit-scrollbar {
  width: 3px;
  background-color: black;
}

::-webkit-scrollbar-thumb {
  background-color: #ffc000;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.9) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 75%, transparent 75%, transparent);
}




/*# sourceMappingURL=style.css.map */


section.sectionVdo {
  padding: 60px 0;
}

.sectionVdo .swiper-slide {
  color: #fff;
}

.sectionVdo .swiper-slide video {
  width: 100%;
}

.sectionVdo .swiper-slide img {
  width: 100%;
}

.sectionVdo .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.sectionVdo .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #eb2055;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.sectionVdo .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #eb2055;
  border-radius: 50%;
  transition: all 200ms;
}

.sectionVdo .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.popupvdo .modal-content button.btn-close {
  top: 4px;
  position: absolute;
  right: 4px;
  z-index: 9;
  transition: .5s;
}

.popupvdo .modal-body video {
  width: 100%;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #4dfab0;
  background: linear-gradient(90deg, #ffd158 0, #e2fe67 22%, #4efdae 38%, #4dfab0 51%, #198df0 81%, #067aff);
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

button.back-to-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

button.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #000000;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #00000000;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #ffc000;
  /* color: #000000; */
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}



/* ************************************** */
.team-style1 {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px 30px 210px 30px;
  margin-bottom: 30px;
  transition: all ease 0.4s;
}

.team-style1 .team-img {
  margin-right: 35px;
}

.team-style1 .team-img {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.team-style1:hover .team-img img {
  transform: scale(1.05);
}

.team-style1 .team-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}

.team-style1 .team-img:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  border: 2px solid #fff;
  z-index: 1;
  border-radius: inherit;
  transform: scale(0.95);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.team-style1 .team-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}

.team-style1 .team-content {
  flex: 1;
}

.team-style1 .team-name {
  margin-bottom: 5px;
  margin-top: -0.22em;

}

.text-inherit {
  font-size: 40px;
  color: #000;
}

.team-style1 .team-degi {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 16px;
  color: rgb(36, 36, 36);
  position: relative;
  text-transform: capitalize;
}

.team-style1 .team-degi:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 1px;
  background-color: #B5B5B5;
}

.team-style1 .team-number {
  font-size: 18px;
  color: rgb(41, 41, 41);
  display: inline-block;
  margin-bottom: 13px;
}

.vs-social a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 5px;
  font-size: 18px;
  text-align: center;
  background-color: #0a0a0a;
  color: #ffc000;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}

.vs-social a::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  right: 3px;
  background-color: #fff;
  border-radius: inherit;
  transition: all ease 0.3s;
  transform: scale(0.4);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.vs-social a:last-child {
  margin-right: 0;
}

section#my-academics {
  padding: 80px 0;
}

#my-academics .outer-box {
  text-align: center;
}

/* Change arrow color and size */
.slideAcademic .swiper-button-next,
.slideAcademic .swiper-button-prev {
  color: #fff;
  /* Change to any color (e.g., #000, red, etc.) */
  font-size: 24px;
  /* Not supported directly, but you can scale */
  width: 40px;
  height: 40px;
  display: none;
}

.slideAcademic .swiper-button-next::after,
.slideAcademic .swiper-button-prev::after {
  font-size: 24px;
  /* Adjust arrow size */
}

.slideAcademic .swiper-pagination {
  position: absolute;
  bottom: -6px;
  /* adjust as needed */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.slideAcademic .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  /* Default dot color */
  opacity: 1;
  margin: 0 4px;
}

.slideAcademic .swiper-pagination-bullet-active {
  background: #4dfcae;
  /* Active dot color */
}

.about-me-metter h6 {
  -webkit-text-fill-color: transparent;
  background: #4dfab0;
  background: linear-gradient(90deg, #ffd158 0, #e2fe67 22%, #4efdae 38%, #4dfab0 51%, #198df0 81%, #067aff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  letter-spacing: 2px;
  font-size: 13px;
}

.about-me-metter ul li {
  line-height: 22px;
  list-style: square;
}

.about-me-metter ul li::marker {
  color: #ffc000;
}

.about-me-metter ul li strong {
  color: #fff;
}

.peraColor {
  font-size: 20px;
  -webkit-text-fill-color: transparent;
  background: #4dfab0;
  background: linear-gradient(90deg, #ffd158 0, #e2fe67 22%, #4efdae 38%, #4dfab0 51%, #198df0 81%, #067aff);
  -webkit-background-clip: text;
  background-clip: text;
}

.suitablePopup .modal-body {
  background-color: #060606;
  border: 2px solid #fff;
}

.suitablePopup .modal-header {
  background-color: #060606;
  border: 2px solid #fff;
  border-bottom: 0;
}

.qualitiesList {
  list-style: square;
}

.qualitiesList li::marker {
  color: #ffc000;
}


.mobilepViewPDF{
  display: none;
}















@media (max-width: 375px) {

.desktopViewPDF{
  display: none;
}
.mobilepViewPDF{
  display: inline-block;
}
}



@media (max-width: 439px) {
  /* #about-me .fancy-button {
    display: block;
  } */

  #about-me .fancy-button.white {
    width: 180px;
    margin-left: 0;
    margin-top: 30px;
  }

  #about-me .fancy-button.yellow {
    width: 200px;
    margin-right: 0;
  }

  #social-media .outer-box .left {
    padding: 20px;
  }

  #social-media .outer-box .right .column-common.column-1 {
    margin-right: 0px;
  }

  #social-media .outer-box .right .column-common.column-1 a:nth-child(2) {
    margin: 0 40px;
  }

  #social-media .outer-box .right .column-common.column-2 {
    margin-left: 0px;
  }

  #social-media .outer-box .right .column-common.column-2 a:nth-child(2) {
    margin: 0 40px;
  }
 
}


@media (max-width: 767px) {


  #about-me,
  #skillset,
  #work-experience,
  #my-projects,
  #my-qualities,
  #testimonials,
  #lets-talk,
  #social-media {
    padding: 40px 0;
  }

  #hero {
    height: 700px;
  }

  #hero .banner-matter {
    max-height: 580px;
  }

  #hero .banner-matter .inner-box {
    margin-top: -380px;
  }

  #hero .banner-matter .inner-box h1 {
    padding: 20px 0;
    margin: 0;
  }

  #hero .banner-matter .inner-box h3 {
    margin-bottom: 20px;
  }

  #hero .banner-matter .inner-box h5 {
    letter-spacing: 3px;
  }

  #hero .banner-matter .inner-box .fancy-button {
    margin-top: 20px;
  }

  #work-experience .row .col-md-6:not(:last-child) {
    margin-bottom: 30px;
  }

  #my-projects .projects a .inner-box {
    padding: 20px;
  }

  #my-projects .projects .entire .inner-box {
    padding: 20px;
  }

  #my-projects .projects .entire .inner-box p {
    margin-bottom: 0;
  }

  #my-projects .bold-text {
    margin-top: 0px;
  }

  #my-projects .fancy-button {
    margin-top: 20px;
  }

  #testimonials .outer-box {
    display: inline-block;
    margin-bottom: 20px;
  }

  #testimonials .outer-box .left {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    width: 120px;
    height: 120px;
    margin-top: 30px;
  }

  #testimonials .outer-box .right {
    width: 100%;
    padding: 20px;
  }

  #testimonials .outer-box .right .quote {
    right: 0;
    top: -15px;
  }

  #social-media .outer-box .left {
    padding: 30px;
  }

  #social-media .outer-box .left .fancy-button {
    margin-bottom: 30px;
  }

  #social-media .outer-box .right .column-1 {
    margin-right: 30px;
  }

  #social-media .outer-box .right .column-1 a:nth-child(2) {
    margin: 0 40px;
  }

  #social-media .outer-box .right .column-2 {
    margin-left: 30px;
  }

  #social-media .outer-box .right .column-2 a:nth-child(2) {
    margin: 0 40px;
  }

  #footer p {
    font-size: 14px;
  }

  #hero .banner-matter {
    align-items: flex-start;
  }

  #hero .col-6 .banner-matter {
    padding: 0 0px;
  }

  #hero nav label {
    text-align: left;
  }

  #hero nav label .menu {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    width: 80px;
    height: 80px;
    background: #0b0b0b;
    border-radius: 0 0 0 80px;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.9), 0 0 0 0 rgba(6, 6, 6, 0.9);
    cursor: pointer;
  }

  #hero nav label .hamburger {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 26px;
    height: 2px;
    background: #9f9f9f;
    display: block;
    transform-origin: center;
    transition: 0.3s ease-in-out;
  }

  #hero nav label .hamburger:after,
  #hero nav label .hamburger:before {
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #9f9f9f;
  }

  #hero nav label .hamburger:before {
    top: -8px;
  }

  #hero nav label .hamburger:after {
    bottom: -8px;
  }

  #hero nav label input {
    display: none;
  }

  #hero nav label input:checked+.outer-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  #hero nav label input:checked+.menu {
    box-shadow: 0 0 0 100vw rgba(6, 6, 6, 0.9), 0 0 0 100vh rgba(6, 6, 6, 0.9);
    border-radius: 0;
    background: #050505;
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
  }

  #hero nav label input:checked+.menu .hamburger {
    transform: rotate(45deg);
  }

  #hero nav label input:checked+.menu .hamburger:after {
    transform: rotate(90deg);
    bottom: 0;
  }

  #hero nav label input:checked+.menu .hamburger:before {
    transform: rotate(90deg);
    top: 0;
  }

  #hero nav label input:checked+.menu+ul {
    opacity: 1;
    display: block;
  }

  #hero nav label ul {
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-30%, -50%);
    opacity: 0;
    display: none;
    transition: 0.3s ease-in-out;
  }

  #hero nav label ul li {
    display: block;
    margin: 30px 0;
  }

  #hero nav label ul li a {
    font-size: 24px;
    font-weight: 700;
    color: unset;
  }

  #myTeachers .outer-box {
    display: block;
  }

  #myTeachers .outer-box .left {
    width: 100%;
  }

  #myTeachers .outer-box .right {
    width: 100%;
    padding: 25px 0;
  }

  #myTeachers .sticky {
    padding-bottom: 40px;
  }
  .desktopViewPDF{
    display: none;
  }
  .mobilepViewPDF{
    display: inline-block;
  }
}



@media (max-width: 991px) {

  #about-me,
  #skillset,
  #work-experience,
  #my-projects,
  #my-qualities,
  #testimonials,
  #lets-talk,
  #social-media {
    padding: 60px 0;
  }


  #hero .col-lg-4,
  #hero .col-lg-8 nav {
    text-align: center;
    float: none;
  }

  #hero .col-lg-4 .aliLogo,
  #hero .col-lg-8 nav .aliLogo {
    margin-bottom: 20px;
    display: block;
  }

  #hero .col-6 {
    width: 100%;
  }

  #hero .col-6 .banner-matter {
    align-items: flex-start;
    padding: 0 20px;
  }

  #hero .col-6 .banner-matter h1 {
    text-align: left;
  }

  #about-me .about-me-metter {
    margin-top: 60px;
  }

  #skillset .fancy-button {
    margin-bottom: 40px;
  }

  #my-qualities .text-box {
    margin-top: 60px;
    height: auto;
  }

  #my-projects .projects:hover .entire .inner-box h4 {
    margin-left: 0px;
  }

  #testimonials .fancy-button {
    margin-bottom: 40px;
  }

  #lets-talk .outer-box {
    width: 100%;
  }

  #social-media .outer-box {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #social-media .outer-box .right {
    flex-direction: column;
    padding-bottom: 50px;
  }

  #social-media .outer-box .right .column-common {
    flex-direction: row;
  }

  #social-media .outer-box .right .column-common a {
    margin-bottom: 0;
  }

  #social-media .outer-box .right .column-common a:nth-child(2) {
    margin: 0 80px;
  }

  #social-media .outer-box .right .column-common.column-1 {
    margin-top: 0;
    margin-right: 100px;
    margin-bottom: 40px;
  }

  #social-media .outer-box .right .column-common.column-2 {
    margin-top: 0;
    margin-left: 100px;
  }

  section#hero,
  section#hero {
    background-color: transparent;
  }

  section#hero {
    padding: 30px 0;
    background-image: url(../images/main-banner-mbl.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }

  .heroSlider {
    display: none;
  }
  .fancy-button {
    margin-top: 0px;
  }

  #social-media {
    background-position: right;
  }
  .desktopViewPDF{
    display: none;
  }
  .mobilepViewPDF{
    display: inline-block;
  }
}

@media (max-width: 1024px) {
  #hero nav label {
    text-align: left;
  }

  #hero nav label .menu {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    width: 80px;
    height: 80px;
    background: #0b0b0b;
    border-radius: 0 0 0 80px;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.9), 0 0 0 0 rgba(6, 6, 6, 0.9);
    cursor: pointer;
  }

  #hero nav label .hamburger {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 26px;
    height: 2px;
    background: #9f9f9f;
    display: block;
    transform-origin: center;
    transition: 0.3s ease-in-out;
  }

  #hero nav label .hamburger:after,
  #hero nav label .hamburger:before {
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #9f9f9f;
  }

  #hero nav label .hamburger:before {
    top: -8px;
  }

  #hero nav label .hamburger:after {
    bottom: -8px;
  }

  #hero nav label input {
    display: none;
  }

  #hero nav label input:checked+.outer-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  #hero nav label input:checked+.menu {
    box-shadow: 0 0 0 100vw rgba(6, 6, 6, 0.9), 0 0 0 100vh rgba(6, 6, 6, 0.9);
    border-radius: 0;
    background: #050505;
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
  }

  #hero nav label input:checked+.menu .hamburger {
    transform: rotate(45deg);
  }

  #hero nav label input:checked+.menu .hamburger:after {
    transform: rotate(90deg);
    bottom: 0;
  }

  #hero nav label input:checked+.menu .hamburger:before {
    transform: rotate(90deg);
    top: 0;
  }

  #hero nav label input:checked+.menu+ul {
    opacity: 1;
    display: block;
  }

  #hero nav label ul {
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-30%, -50%);
    opacity: 0;
    display: none;
    transition: 0.3s ease-in-out;
  }

  #hero nav label ul li {
    display: block;
    margin: 30px 0;
  }

  #hero nav label ul li a {
    font-size: 24px;
    font-weight: 700;
    color: unset;
  }
}
