@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  background-image: url(../images/pagebg.png);
  background-position: center;
  background-attachment: fixed;
  transition: background-position 0.1s ease-out;
  background-repeat: no-repeat;
}

.body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  display: none;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  transition: all 0.5s;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

p {
  font-size: 1.6rem;
  color: #b1b1b1;
  font-weight: 400;
  line-height: 2.5rem;
}

a {
  text-decoration: none;
  color: #1d1d1d;
}

/* Common CSS */
.slick-slide img {
  display: inherit !important;
}

.p-100 {
  padding: 10rem 0rem;
}

.p-50 {
  padding: 5rem 0rem;
}
.achivements-area ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #111827;
  border: 1px solid #334155;
  border-radius: 0.5rem;
  overflow: hidden;
}

.achivements-area ul li {
  flex: 1;
  padding: 2.5rem 1.5rem;
  border-right: 1px solid #334155;
}

.achivements-area ul li:last-child {
  border-right: none;
}

.common-btn {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}

.common-btn:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #06b6d4 0%, #715c96 100%);
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s;
  border-radius: 0.5rem;
}

.common-btn:hover::before {
  width: 100%;
}

.title-box {
  margin-bottom: 5rem;
}
.title-box h2 {
  font-size: 13rem;
  opacity: 0.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #6c757d;
}
.title-box h3 {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 500;
  position: absolute;
}

/* Nav Area */
.main .nav-area {
  background-color: #0b1120;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25rem;
  padding: 2rem;
}
.main .nav-area .logo img {
  border-radius: 50%;
  border: 5px solid transparent;
  background-image:
    linear-gradient(white, white),
    linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  max-width: 15rem;
  cursor: pointer;
}
.main .nav-area .logo img:hover {
  transform: rotateY(180deg);
  transition: 0.4s ease-in-out;
}
.main .nav-area .title {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  text-transform: uppercase;
}
.main .nav-area ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 2rem;
}
.main .nav-area ul li {
  background-color: #1e293b;
  padding: 1rem;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}
.main .nav-area ul li a {
  color: #fff;
  font-size: 1.6rem;
}
.main .nav-area ul li a img {
  filter: brightness(0) invert(1);
  vertical-align: middle;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
}
.main .nav-area ul li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s;
  border-radius: 0.5rem;
}
.main .nav-area ul li:hover:before {
  width: 100%;
}
.main .nav-area ul li:has(a.active)::before {
  width: 100%;
}
.main .main-right {
  padding-top: 3rem;
}
.main .main-right .banner-area h2 {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.main .main-right .banner-area h1 {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
}
.main .main-right .banner-area h1 span {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.main .main-right .banner-area .banner-left {
  position: relative;
}
.main .main-right .banner-area .banner-left .arrow {
  right: 0;
  position: absolute;
  bottom: 141px;
  z-index: -1;
  max-width: 8rem;
}
.main .main-right .banner-area .banner-right p {
  margin-bottom: 2rem;
}
.main .main-right .banner-area .banner-right h4 {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 3rem;
  display: inline-block;
  text-transform: uppercase;
  padding: 2.5rem 3rem;
  border-radius: 4px;
  position: relative;
  border-radius: 0.4rem;
  font-size: 6rem;
  font-style: italic;
}
.main .main-right .banner-area .banner-right h4:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(113, 92, 150, 0.55);
  z-index: -1;
  left: 0;
  top: 0;
  border: 1px solid #334155;
  border-radius: 4px;
}
.main .main-right .banner-area .banner-right .dots1 {
  position: absolute;
  top: -5px;
  right: -5px;
}
.main .main-right .banner-area .banner-right .dots2 {
  position: absolute;
  top: -5px;
  left: -5px;
}
.main .main-right .banner-area .banner-right .dots3 {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.main .main-right .banner-area .banner-right .dots4 {
  position: absolute;
  bottom: -5px;
  left: -5px;
}
.main .main-right .banner-area .banner-right #play-audio {
  border: none;
  background: transparent;
  position: relative;
  color: #fff;
  margin-left: 3rem;
}
.main .main-right .banner-area .banner-right #play-audio span {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .main-right .banner-area .banner-right #play-audio i {
  color: #fff;
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-50%, -50%);
}
.main .main-right .banner-area .banner-right #play-audio i:after {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  border-radius: 200%;
  pointer-events: none;
  animation: video-pulse 2s infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main .main-right .banner-area .banner-right p {
  font-size: 1.7rem;
  line-height: 2.7rem;
}
.main .main-right .banner-area .banner-right .social-media {
  margin-top: 5rem;
}
.main .main-right .banner-area .banner-right .social-media ul {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}

.main .main-right .banner-area .banner-right .social-media ul li {
  width: 100%;
  min-width: 0;
}

.main .main-right .banner-area .banner-right .social-media ul li a {
  width: 100%;
  height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #111827;
  color: #fff;
  font-size: 2.5rem;
  border-radius: 0.5rem;
}

.main .main-right .banner-area .banner-right .social-media a:hover {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
}
.main .main-right .banner-area .banner-right .social-media ul {
  gap: 2rem;
}
.main .main-right .banner-area .banner-right .social-media h3 {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-transform: capitalize;
}
.main .main-right .about-area .about-left h4 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
}
.main .main-right .about-area .about-left h4 span {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .main-right .about-area .about-left p {
  margin-top: 1rem;
}
.main .main-right .about-area .about-right {
  float: right;
}
.main .main-right .about-area .about-right ul {
  gap: 2rem;
  flex-direction: column;
}
.main .main-right .about-area .about-right ul li {
  border-bottom: 1px solid rgba(250, 250, 250, 0.12);
  padding-bottom: 1rem;
}
.main .main-right .about-area .about-right ul li:last-child {
  border-bottom: none;
}
.main .main-right .about-area .about-right ul li span {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .main-right .about-area .achivements-area {
  margin-top: 5rem;
}
.main .main-right .about-area .achivements-area ul li h3 {
  color: #909294;
  font-size: 5rem;
  font-weight: 700;
}
.main .main-right .services-area .services-box ul {
  gap: 2rem;
  margin-bottom: 4rem;
}
.main .main-right .services-area .services-box ul li h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.main .main-right .services-area .services-box ul li i {
  font-size: 3rem;
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.main .main-right .resume-area h1 {
  font-size: 2.5rem;
}
.main .main-right .resume-area .education-box {
  background-color: #0b1120;
  padding: 3rem;
  border-radius: 0.7rem;
}
.main .main-right .resume-area .education-box h4 {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #0891b2;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
.main .main-right .resume-area .education-box h2 {
  font-size: 2rem;
  margin: 2rem 0rem 1rem;
}
.main .main-right .resume-area .education-box h5 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: 300;
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .main-right .resume-area .education-box p {
  font-size: 1.5rem;
}
.main .main-right .skills-area .skills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.main .main-right .skills-area .skills-row .skills-col {
  flex: 1 1 45%;
}
.main .main-right .skills-area .skills-row .skills-col .skill-group {
  margin-bottom: 3rem;
}
.main
  .main-right
  .skills-area
  .skills-row
  .skills-col
  .skill-group
  .skill-label {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  margin-bottom: 5px;
}
.main
  .main-right
  .skills-area
  .skills-row
  .skills-col
  .skill-group
  .skill-label
  span {
  font-size: 1.6rem;
}
.main .main-right .skills-area .skills-row .skills-col .skill-group .progress {
  background-color: #334155;
  height: 8px;
  border-radius: 20px;
  overflow: hidden;
}
.main
  .main-right
  .skills-area
  .skills-row
  .skills-col
  .skill-group
  .progress
  .progress-bar {
  width: 0;
  height: 8px;
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  transition: width 1.5s ease;
}
.main .main-right .portfolio-area .tabs {
  gap: 3rem;
}
.main .main-right .portfolio-area .tabs .tab-link {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  display: flex;
  padding: 1rem 2rem;
  cursor: pointer;
}
.main .main-right .portfolio-area .tabs .tab-link p {
  color: #fff;
}
.main .main-right .portfolio-area .tabs .current {
  position: relative;
}
.main .main-right .portfolio-area .tabs .current img {
  filter: brightness(0.5) invert(1);
}
.main .main-right .portfolio-area .tabs .current P {
  color: #fff;
}
.main .main-right .portfolio-area .tabs .current::before {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  font-size: 3rem;
  transform: translate(-50%);
  height: 1rem;
  color: #715c96;
}
.main .main-right .portfolio-area .tab-content {
  display: none;
  margin-top: 6rem;
}
.main .main-right .portfolio-area .tab-content .tab-box {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.main .main-right .portfolio-area .tab-content .tab-box .gallery-content {
  position: relative;
}
.main .main-right .portfolio-area .tab-content .tab-box .gallery-content img {
  transition: all 0.3s ease;
}
.main .main-right .portfolio-area .tab-content .tab-box .gallery-content ul {
  padding: 1rem 2rem;
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -5rem;
  transition: 0.3s;
}
.main
  .main-right
  .portfolio-area
  .tab-content
  .tab-box
  .gallery-content
  ul
  li
  a {
  color: #fff;
}
.main
  .main-right
  .portfolio-area
  .tab-content
  .tab-box
  .gallery-content:hover
  ul {
  margin-bottom: 0rem;
  transition: 0.3s;
}
.main .main-right .portfolio-area .current {
  display: inherit;
}
.main .main-right .reviews-area .review-box {
  background-color: #0b1120;
  padding: 4rem;
  border-radius: 0.5rem;
}

/* =========================
   Certificates
========================= */

#certificate-area .certificate-item {
  margin-bottom: 1.5rem;
}

#certificate-area .certificate-box {
  overflow: hidden;
}

#certificate-area .certificate-gallery {
  position: relative;
  overflow: hidden;
}

/* Keep every certificate the same displayed size */
#certificate-area .certificate-gallery > img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}

/* Certificate action bar */
#certificate-area .certificate-gallery > ul {
  padding: 1rem 2rem;
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -5rem;
  transition: 0.3s;
}

/* Slide the buttons up when hovering */
#certificate-area .certificate-gallery:hover > ul {
  margin-bottom: 0;
  transition: 0.3s;
}

/* White text */
#certificate-area .certificate-gallery > ul li a {
  color: #fff;
}

/* Slight image movement like the portfolio */
#certificate-area .certificate-gallery:hover > img {
  transform: scale(1.02);
}

/* Tablet */
@media (max-width: 991px) {
  #certificate-area .certificate-gallery > img {
    height: 240px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  #certificate-area .certificate-gallery > img {
    height: 220px;
  }

  #certificate-area .certificate-gallery > ul {
    padding: 1rem 1rem;
  }

  #certificate-area .certificate-gallery > ul li a {
    font-size: 1.2rem;
  }
}

.main .main-right .reviews-area .review-box ul {
  gap: 2rem;
}
.main .main-right .reviews-area .review-box ul li img {
  width: 6rem;
  border-radius: 5rem;
}
.main .main-right .reviews-area .review-box ul li h4 {
  font-size: 1.8rem;
}
.main .main-right .reviews-area .review-box ul li h5 {
  font-size: 1.4rem;
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .main-right .reviews-area .review-box p {
  margin: 3rem 0rem 2rem;
}
.main .main-right .reviews-area .review-box .rating ul {
  gap: 0.3rem;
  color: #06b6d4;
}
.main .main-right .reviews-area .slick-dots li.slick-active button:before {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .main-right .reviews-area .slick-slide {
  margin: 0rem 1rem;
}
.main .main-right .reviews-area .slick-slide:last-child {
  margin: 0rem;
}
.main .main-right .reviews-area .slick-dots {
  bottom: -5rem;
}
.main .main-right .reviews-area .slick-dots li button:before {
  font-size: 4rem;
  color: #fff;
}
.main .main-right .contact-area .row {
  background-color: #0d1420;
  padding: 6rem 4rem;
  border-radius: 0.5rem;
}
.main .main-right .contact-area .contact-left {
  background-color: #111827;
  padding: 4rem;
  border-radius: 0.5rem;
}
.main .main-right .contact-area .contact-left form h3 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.main .main-right .contact-area .contact-left form input,
.main .main-right .contact-area .contact-left form select,
.main .main-right .contact-area .contact-left form textarea {
  width: 100%;
  background-color: #1e293b;
  padding: 1.5rem;
  border: none;
  outline: none;
  margin-bottom: 1rem;
  color: #fff;
}
.main .main-right .contact-area .contact-left form input::-moz-placeholder,
.main .main-right .contact-area .contact-left form select::-moz-placeholder,
.main .main-right .contact-area .contact-left form textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.main .main-right .contact-area .contact-left form input::placeholder,
.main .main-right .contact-area .contact-left form select::placeholder,
.main .main-right .contact-area .contact-left form textarea::placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.main .main-right .contact-area .contact-left form button {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 2rem;
}
.main .main-right .contact-area .contact-right {
  padding-left: 4rem;
}
.main .main-right .contact-area .contact-right iframe {
  border-radius: 0.5rem;
}
.main .main-right .contact-area .contact-right .txt-box {
  gap: 5rem;
}
.main .main-right .contact-area .contact-right p {
  margin: 3rem 0rem;
}
.main .main-right .contact-area .contact-right h1 {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
}
.main .main-right .contact-area .contact-right h1 span {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.main .main-right .contact-area .contact-right h4 {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  z-index: 1;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  padding: 2.5rem 3rem;
  border-radius: 4px;
  position: relative;
  border-radius: 0.4rem;
  font-size: 4rem;
  font-style: italic;
  font-family: auto;
}
.main .main-right .contact-area .contact-right h4:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(113, 92, 150, 0.55);
  z-index: -1;
  left: 0;
  top: 0;
  border: 1px solid #334155;
  border-radius: 4px;
}
.main .main-right .contact-area .contact-right .dots1 {
  position: absolute;
  top: -5px;
  right: -5px;
}
.main .main-right .contact-area .contact-right .dots2 {
  position: absolute;
  top: -5px;
  left: -5px;
}
.main .main-right .contact-area .contact-right .dots3 {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.main .main-right .contact-area .contact-right .dots4 {
  position: absolute;
  bottom: -5px;
  left: -5px;
}
.main .main-right .contact-area .contact-right ul {
  gap: 2rem;
}
.main .main-right .contact-area .contact-right ul li {
  gap: 2rem;
  background-color: #111827;
  padding: 2rem 1.5rem;
  width: 100%;
  border-radius: 0.5rem;
}
.main .main-right .contact-area .contact-right ul li .icon {
  background-color: #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  width: 5rem;
  height: 5rem;
}
.main .main-right .contact-area .contact-right ul li .icon-content h3 {
  font-size: 1.8rem;
}
.main .main-right .contact-area .contact-right ul li .icon-content a {
  font-size: 2rem;
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .main-right .whatsapp a {
  color: #06b6d4;
  font-size: 7rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}
/* =========================
   FOOTER
   ========================= */

.footer {
  width: 100%;
  margin-top: 6rem;
  padding: 4rem 0 2rem;
  background-color: #0b1120;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  clear: both;
}

.footer-content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(160px, 1fr) minmax(160px, 1fr);
  gap: 4rem;
  align-items: start;
}

/* BRAND */

.footer-brand {
  width: 100%;
  min-width: 0;
}

.footer-brand h3 {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.footer-brand p {
  margin: 0;
  padding: 0;
  max-width: 55rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #b1b1b1;
}

/* QUICK LINKS */

.footer-links {
  width: 100%;
}

.footer-links h4 {
  margin: 0 0 1.8rem;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.footer-links ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.footer-links ul li a {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #b1b1b1;
  text-decoration: none;
  white-space: nowrap;
}

.footer-links ul li a:hover {
  color: #06b6d4;
}

/* FOLLOW ME */

.footer-social {
  width: 100%;
}

.footer-social h4 {
  margin: 0 0 1.8rem;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.footer-social ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.footer-social ul li {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}

.footer-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
  padding: 0;
  background-color: #111827;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social ul li a i {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.footer-social ul li a:hover {
  background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
  color: #0b1120;
}

/* COPYRIGHT */

.footer-bottom {
  width: 100%;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #b1b1b1;
}

/* =========================
   TABLET
   ========================= */

@media (max-width: 991px) {
  .footer-content {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 3rem;
  }
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 767px) {
  .footer {
    margin-top: 4rem;
    padding: 3.5rem 0 2rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer-brand h3 {
    font-size: 2rem;
  }

  .footer-brand p {
    max-width: 100%;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .footer-social ul {
    justify-content: flex-start;
  }

  .footer-bottom {
    margin-top: 3rem;
  }
}
/* =====================
   Responsive Media Queries
   ===================== */
/* 340px+ */
/* 380px+ */
/* 475px+ */
/* 768px+ */
@media (min-width: 768px) {
  .offcanvas {
    visibility: visible;
  }
  .offcanvas.offcanvas-start {
    transform: translateX(0);
  }
}
/* 992px+ */
/* 1200px+ */
/* 1400px+ */
/* 1600px+ */
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}
/* 1700px+ */
@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}
@media (max-width: 1399px) {
  .main .main-right {
    margin-left: 10rem;
  }
  .main .main-right .banner-area h1 {
    font-size: 5rem;
  }
  .main .main-right .banner-area .banner-right h4 {
    font-size: 4rem;
  }
  .main .main-right .contact-area .contact-right h1 {
    font-size: 2.5rem;
  }
  .main .main-right .contact-area .contact-right h4 {
    padding: 1.5rem 3rem;
    font-size: 3rem;
  }
  .main .main-right .contact-area .contact-right ul li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1199px) {
  .main .main-right {
    margin-left: 10rem;
  }
  .main .main-right .title-box {
    margin-bottom: 2rem;
  }
  .main .main-right .title-box h2 {
    font-size: 8rem;
  }
  .main .main-right .title-box h3 {
    font-size: 2.5rem;
  }
  .main .main-right .banner-area h1 {
    font-size: 4rem;
  }
  .main .main-right .banner-area .banner-right h4 {
    padding: 1.5rem 1rem;
    font-size: 4rem;
  }
  .main .main-right .about-area .achivements-area ul li h3 {
    font-size: 4rem;
  }
  .main .main-right .resume-area .education-box h2 {
    font-size: 1.8rem;
  }
  .main .main-right .portfolio-area .tabs .tab-link {
    padding: 1rem 1rem;
  }
  .main .main-right .contact-area .contact-right {
    padding-left: 0rem;
  }
  .main .main-right .contact-area .contact-right h1 {
    font-size: 3rem;
  }
  .main .main-right .contact-area .contact-right h4 {
    margin-top: 2rem;
    padding: 1.5rem 3rem;
    font-size: 3rem;
  }
  .main .main-right .contact-area .contact-right ul li {
    margin-bottom: 1rem;
  }
  .main .main-right .contact-area .contact-right ul li .icon-content a {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .p-100 {
    padding: 7rem 0rem;
  }
  .main .nav-area {
    overflow: scroll;
  }
  .main .main-right {
    margin-left: 14rem;
  }
  .main .main-right .banner-area .nav-icon i {
    background: linear-gradient(90deg, #715c96 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
  }
  .main .main-right .banner-area h1 {
    font-size: 3rem;
  }
  .main .main-right .banner-area .banner-left .arrow {
    left: 0;
    bottom: 0;
    transform: rotate(282deg);
  }
  .main .main-right .banner-area .banner-right h4 {
    padding: 1.5rem 1rem;
    font-size: 2.4rem;
  }
  .main .main-right .banner-area .banner-right p {
    font-size: 1.6rem;
  }
  .main .main-right .about-area .about-right {
    float: none;
    margin-top: 4rem;
  }
  .main .main-right .about-area .achivements-area ul li h3 {
    font-size: 3rem;
  }
  .main .main-right .about-area .achivements-area ul li p {
    font-size: 1.4rem;
  }
  .main .main-right .services-area .services-box ul li p {
    font-size: 1.4rem;
  }
  .main .main-right .resume-area h1 {
    font-size: 2rem;
  }
  .main .main-right .resume-area .education-box {
    padding: 2rem;
  }
  .main .main-right .resume-area .education-box h2 {
    font-size: 1.6rem;
  }
  .main .main-right .portfolio-area .tabs {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .main .main-right .contact-area .contact-right .txt-box {
    margin-top: 3rem;
  }
  .main .main-right .contact-area .contact-right ul li .icon-content a {
    font-size: 1.6rem;
  }
  .main .main-right .whatsapp a {
    font-size: 5rem;
  }
  .main .title-box {
    margin-bottom: 2rem;
  }
  .main .title-box h2 {
    font-size: 8rem;
  }
  .main .title-box h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .p-100 {
    padding: 5rem 0rem;
  }
  .main .nav-area {
    padding: 1.5rem;
  }
  .main .nav-area ul li {
    padding: 0.7rem;
  }
  .main .nav-area ul li a img {
    width: 2rem;
    height: 2rem;
  }
  .main .main-right {
    margin-left: 0rem;
    padding-top: 0rem;
  }
  .main .main-right .title-box h2 {
    font-size: 6rem;
  }
  .main .main-right .title-box h3 {
    font-size: 2rem;
  }
  .main .main-right .banner-area .banner-heading {
    position: sticky;
    top: 0;
    background-color: #080d16;
    padding: 1rem;
    z-index: 999;
  }
  .main .main-right .banner-area h2 {
    font-size: 2rem;
  }
  .main .main-right .banner-area h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
  .main .main-right .banner-area .banner-left {
    text-align: center;
  }
  .main .main-right .banner-area .banner-left .banner-pic {
    max-width: 30rem;
    margin: 0 auto;
  }
  .main .main-right .banner-area .banner-left .arrow {
    left: 6rem;
    bottom: 0;
    transform: rotate(92deg);
  }
  .main .main-right .about-area .about-left h4 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .main .main-right .about-area .achivements-area ul li p {
    font-size: 1.2rem;
  }
  .main .main-right .services-area .services-box ul li h3 {
    margin-bottom: 0.5rem;
  }
  .main
    .main-right
    .skills-area
    .skills-row
    .skills-col
    .skill-group
    .skill-label
    span {
    font-size: 1.3rem;
  }
  .main .main-right .portfolio-area .tab-content .tab-box .gallery-content ul {
    padding: 1rem 1rem;
  }
  .main
    .main-right
    .portfolio-area
    .tab-content
    .tab-box
    .gallery-content
    ul
    li
    a {
    font-size: 1.2rem;
  }
  .main .main-right .reviews-area .review-box {
    padding: 3rem;
  }
  .main .main-right .contact-area .row {
    padding: 3rem 2rem 2rem;
  }
  .main .main-right .contact-area .contact-left {
    padding: 3rem;
  }
  .main .main-right .whatsapp a {
    font-size: 4rem;
  }
} /*# sourceMappingURL=main.css.map */
