


/* ----------------------------------------------------------------

 ==> Table Of Content

	01. Default
	02. Header
	03. Banner
	04. About
	05. Service
	06. Portfolio 
	07. Resume
	08. Testimonial
	09. Blog
	10. Contact
	11. Footer
 

---------------------------------------------------------------- */
/* ==========================================================================
01. Start Default CSS Area
========================================================================== */
html {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #333333;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 600;
}
.fw_300 {
  font-weight: 300;
}
.fw_600 {
  font-weight: 600;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
}
a a:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 15px;
  color: #333333;
  letter-spacing: 0;
}
ul,
ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
.gray_bg {
  background: #fcfcfc;
}
.dark_bg {
  background: #000;
}
/*START PRELOADER DESIGN*/
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: transparent;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.preloader .loader {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid rgb(238, 255, 0);
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid rgb(242, 255, 0);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgb(221, 255, 0);
  font-size: 25px;
  font-weight: 700;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: #000000;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* END PRELOADER DESIGN*/

.hero-heading {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}
.social-links {
  margin-top: 20px;
}

.social-links a {
  display: inline-block;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.social-links a img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%; /* Make logos round */
  transition: transform 0.3s ease, filter 0.3s ease;
}
/* Toggle Button Style */


/* Hover Effect */
.social-links a img:hover {
  transform: scale(1.2); /* Scale up on hover */
  filter: brightness(0.8);
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}
.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}
.section-title-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}
.section-title {
  color: #222;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 1;
  margin-bottom: 60px;
  font-weight: 600;
}
.dark_bg .section-title {
  color: #fff;
}
.section-title span {
  color: #ff0;
}
.btn {
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 0px;
  cursor: pointer;
  font-weight: 400;
  color: #3e3e3e;
  border-radius: 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #3e3e3e;
}
.btn-common {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  cursor: pointer;
  font-weight: 400;
  color: #3e3e3e;
  border-radius: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  background-color: #ff0;
  position: relative;
  z-index: 1;
}
button:focus {
  outline: none !important;
}
.btn.btn-secondary {
  background: #ff0;
  border-color: #ff0;
  color: #3e3e3e;
}
.btn.btn-secondary:hover {
  box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.15);
}
.btn-secondary.banner_btn {
  background: #ff0;
  border-color: #ff0;
  color: #3e3e3e;
  text-transform: capitalize;
  margin-top: 30px;
  padding: 12px 32px;
}


a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}
a.back-to-top i {
  display: block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ff0;
  border-radius: 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
a.back-to-top:hover,
a.back-to-top:focus {
  text-decoration: none;
}
#loader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}
.square-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.square-spin img {
  max-width: 64px;
}
/* Section-padding */
.section-padding {
  padding: 80px 0;
}
.skills-area {
  padding: 60px 0;
  background-color: #000000;
  color: #fff;
}

.skills-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #00bcd4;
}

.skills-list {
  list-style: none;
  padding: 0;
}

.skills-list li {
  font-size: 18px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease;
}

.skills-list li:hover {
  color: #00bcd4;
  padding-left: 5px;
}


/* ==========================================================================
01. End Default CSS Area
========================================================================== */

/* ==========================================================================
02. Start Header Area
========================================================================== */
.navbar {
  padding: 15px 0;
}
.navbar-brand p {
  font-size: 32px;
  text-transform: uppercase;
  color: #ff0;
  font-weight: 700;
}
.bg-faded {
  background-color: transparent;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 768px) {
  .banner-images {
    display: none;
  }
  .bg-faded {
    background: #fff;
    animation: fadeInDown 1s both 0.2s;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding: 0 15px;
}
.dark_bg_menu .navbar-nav .nav-link {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    color: #333;
  }
}
@media only screen and (max-width: 480px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 8px 0px;
  }
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ff0 !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: #ff0 !important;
}
.navbar-light .navbar-toggler {
  border-color: #fff;
  border-radius: 0px;
}
.navbar-light .navbar-toggler {
  float: right;
  margin: 14px;
  cursor: pointer;
  background-color: #ff0;
  border-color: #ff0;
  border-radius: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler i {
  color: #333 !important;
}
.site-navigation {
  border-radius: 0px;
}
@media only screen and (max-width: 480px) {
  .collapse.show {
    display: block;
    padding: 0 !important;
  }
}
.navbar-fixed {
  z-index: 99999;
  position: fixed;
  width: 100%;
  padding: 20px 0;
  top: 0;
  -webkit-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
  border-radius: 0px;
  background-color: #e0e5ec;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.dark_bg_menu {
  z-index: 99999;
  position: fixed;
  width: 100%;
  padding: 20px 0;
  top: 0;
  -webkit-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
  border-radius: 0px;
  background-color: #000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {
  .navbar-fixed {
    background: #fff;
  }
  .navbar-fixed.navbar-light .navbar-nav .nav-link {
    color: #333;
  }
}
.navbar-fixed.navbar-light .navbar-nav .nav-link {
  color: #333333;
}
.navbar-fixed.dark_bg_menu .navbar-nav .nav-link {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .navbar-fixed.navbar-light .navbar-nav .nav-link {
    color: #333;
  }
}
/* ==========================================================================
02. End Header Area
========================================================================== */

/* ==========================================================================
03. Start Banner Area
========================================================================== */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.banner_content {
  margin-top: 230px;
}
.banner_content strong {
  font-size: 30px;
  color: #222;
}
.banner_content h1 {
  font-weight: 600;
  color: #222;
  font-size: 50px;
  margin: 5px 0 10px;
  text-transform: capitalize;
}
.dark_bg .banner_content h1 {
  color: #fff;
}
.banner_content h3 {
  color: #ff0;
  text-transform: uppercase;
  font-size: 25px;
}
.banner_content h1 span .fw_600 {
  font-weight: 600;
}
.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.banner_content p {
  color: #333333;
  font-size: 14px;
  padding-bottom: 0;
  max-width: 100%;
}
.dark_bg .banner_content p {
  color: #fff;
}
.banner-images img {
  border-radius: 50%;
  margin-top: 180px;
  margin-left: 180px;
}
.banner-images {
  width: 300px;
}
/* ==========================================================================
03. End Banner Area
========================================================================== */

/* Education Section */
#education {
  background-color: #000000;
  padding: 80px 0;
}

.education-item {
  background-color: #000000;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s ease-in-out;
}

.education-item h3 {
  color: #ffcc00;
  font-size: 24px;
  margin-bottom: 10px;
}

.education-item p {
  color: #ccc;
  font-size: 16px;
  margin: 0;
}

.education-item:hover {
  transform: translateY(-5px);
}

 /*==========================================================================
04. Start About Area
========================================================================== */
.about-content {
  margin-top: 15px;
}
.about-image img {
  border-radius: 0px;
  border: 10px solid #ff0;
  padding: 8px 8px 8px 8px;
  margin-top: 25px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.about-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}
.dark_bg .about-content h3 {
  color: #fff;
}
.about-content h3 span {
  margin-left: 10px;
  color: #ff0;
}
.dark_bg .about-content p {
  color: #fff;
}
.profile-wrapper {
  padding: 45px 0;
}
.profile-wrapper .btn {
  margin: 10px 10px 0px 0px;
}
.profile-wrapper .btn i {
  vertical-align: middle;
  margin-right: 5px;
}
.about-profile {
  position: relative;
  margin: 20px 0 20px 0;
}
.about-profile .pro-title {
  font-weight: 600;
  position: relative;
  width: 128px;
  display: inline-block;
  margin-bottom: 10px;
  color: #222;
}
.dark_bg .about-profile .pro-title {
  color: #fff;
}
.about-profile .pro-detail {
  color: #333333;
}
.dark_bg .about-profile .pro-detail {
  color: #fff;
}
.about-profile .pro-title:after {
  position: absolute;
  content: ":";
  color: #fff;
  font-size: 14px;
  left: 88px;
}
.about-profile .admin-sign {
  position: absolute;
  right: 45px;
  bottom: 10px;
}
/* ==========================================================================
04. End About Area
========================================================================== */



/* ==========================================================================
06. Start Portfolio Area
========================================================================== */
.portfolio .mix {
  padding: 10px;
}
.portfolio .portfolio-item .shot-item {
  margin: 0px;
}
.portfolio .mix {
  display: none;
}
.controls {
  text-align: center;
  padding-bottom: 30px;
}
.controls .active {
  color: #ff0 !important;
  border-color: #ff0;
  background: transparent;
}
.controls .btn {
  text-transform: uppercase;
  margin: 2px;
  color: #fff;
}
.controls:hover {
  cursor: pointer;
}
.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-img img {
  width: 100%;
}
.shot-item {
  margin-right: 15px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.shot-item img {
  width: 100%;
}
.shot-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shot-item:hover .overlay {
  opacity: 1;
}
.overlay {
  opacity: 0;
}
.overlay .icons i {
  height: 42px;
  width: 42px;
  line-height: 42px;
  color: #ff0;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
  border-radius: 25px;
}
.overlay .preview {
  position: absolute;
  left: 45%;
  top: 50%;
  color: #fff;
}
.overlay .link {
  position: absolute;
  left: 60%;
  top: 50%;
  color: #fff;
}
.shot-item:hover .overlay {
  opacity: 1;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}
/* ==========================================================================
06. End Portfolio Area
========================================================================== */

/*================================================
Start FunFacts CSS
=================================================*/
.funfact {
  box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: transparent;
  padding: 20px 10px;
}
.dark_bg .funfact {
  border: 1px solid #fff;
}
.funfact i {
  font-size: 85px;
  color: #e6e2e1;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.55;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.funfact h3 {
  margin-bottom: -4px;
  font-size: 45px;
  font-weight: 600;
  color: #ff0;
  font-size: 38px;
}
.funfact h3 .odometer {
  position: relative;
  top: -4px;
}
.funfact p {
  color: #333333;
  margin-top: 5px;
}
.dark_bg .funfact p {
  color: #fff;
}
/* ==========================================================================
04. End FunFacts CSS
========================================================================== */

/* ==========================================================================
09. Start project Area
========================================================================== */
@media only screen and (max-width: 480px) {
  .single_blog {
    margin-bottom: 30px;
  }
}
.single_blog {
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.blog-thumb {
  background: transparent;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: left;
  margin-bottom: 30px;
}
.blog-thumb small {
  color: #ff0;
  font-weight: 500;
  display: block;
}
.blog-thumb small .fa {
  margin-right: 5px;
}
.blog-thumb small,
.blog-thumb small + span {
  display: inline-block;
  vertical-align: middle;
}
.blog-thumb small + span {
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  text-transform: capitalize;
  margin-left: 2px;
}
.dark_bg .blog-thumb small + span {
  color: #fff;
}
.blog-thumb h4 {
  color: #222;
  padding: 8px 0 12px;
  font-size: 22px;
  margin: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dark_bg .blog-thumb h4 {
  color: #fff;
}
.single_blog:hover .blog-thumb h4 {
  color: #ff0;
}
.blog-info {
  box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
  padding: 18px 30px;
}
.dark_bg .blog-info p {
  color: #fff;
}
.blog-info .blog_btn {
  margin: 20px 0px 0px 0px;
}
/* ==========================================================================
09. End projecct Area
========================================================================== */


/* ==========================================================================
10. End Contact Area
========================================================================== */

/* ==========================================================================
11. Start Footer Area
========================================================================== */
.footer-area {
  padding: 30px 0 20px;
  background: #000;
}
.footer-area .footer-text p {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1000px) {
  .banner-images img {
    margin-top: 150px;
    margin-left: 120px;
  }
  .banner-images {
    width: 250px;
  }
}
/* ==========================================================================
11. End Footer Area
========================================================================== */
.skills-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.skill-box {
  background: #1a1a1a;
  color: #fff;
  padding: 15px 25px;
  border-radius: 12px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.skill-box i {
  font-size: 1.5rem;
  color: #ff0;
}

.skill-box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 20px 30px rgba(251, 251, 10, 0.4);
  background-color: #222;
}

.contact-info.icon-only {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.contact-info.icon-only a {
  color: #ff0;
  font-size: 3rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.contact-info.icon-only a:hover {
  transform: scale(1.5);
  color: #ff0;
}



.certificates-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.certificate-item {
  position: relative;
}

.certificate-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #111;
  box-shadow: 0 4px 15px rgba(62, 233, 0, 0.2);
  transition: transform 0.03s ease;
}

.certificate-box img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #444;
  transition: transform 0.3s ease;
}

.cert-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(255, 247, 12);
  color: white;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.certificate-box:hover {
  transform: scale(1.03);
}

.certificate-box:hover .cert-overlay {
  opacity: 1;
}

.cert-title {
  padding: 12px 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #1a1a1a;
}
.github-link {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.github-link:hover {
  transform: scale(1.2);
  color: hsl(60, 100%, 50%);
}
.cv-btn {
  display: inline-block;
  background-color: #ff0;
  color: black;
  font-weight: 500;
  padding: 10px 20px;
  margin-left: 15px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.cv-btn i {
  margin-right: 8px;
}

.cv-btn:hover {
  background-color: #ff0;
  transform: scale(1.05);
}
