
html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px; /* Adjust font size for better readability on mobile */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}

.muba {
  font-family: 'Lemon Milk', sans-serif;
  font-size: 24px; /* Adjust font size for mobile */
  letter-spacing: 1px; /* Adjust letter spacing for better readability */
  transition: all 0.5s ease;
}

.muba:hover{
  font-size: 30px; /* Increase font size on hover for better visibility */
}

.muba-form {
  font-family: 'Quicksand';
  font-size: 20px; /* Adjust font size for mobile */
  font-weight: 900;
  padding-top: 30px;
  padding-bottom: 30px;
}

.muba-h6 {
  font-family: 'Quicksand';
  font-size: 18px; /* Adjust font size for mobile */
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 10px;
}
.muba-h5{
  font-family: 'Quicksand';
  font-size: 18px; /* Adjust font size for mobile */
  font-weight: 800;
}

.muba-h7{
  font-family: 'Quicksand';
  font-size: 16px; /* Adjust font size for mobile */
  font-weight: 800;
}


.muba-h4-center,
.muba-h3 {
  font-family: 'Quicksand';
  font-size: 26px; /* Adjust font size for mobile */
  font-weight: 800;
}

.muba-h4 {
  font-family: 'Quicksand';
  font-size: 26px; 
}


.muba-h2-Q {
  font-family: 'Lemon Milk';
  font-size: 28px; /* Adjust font size for mobile */
  font-weight: 800;
}

.muba-h2,
.muba-h1,
.muba-quote {
  font-family: 'Lemon Milk', sans-serif;
  font-size: 38px; /* Adjust font size for mobile */
  font-weight: 800;
}

.muba-h1-section{
  font-family: 'Lemon Milk', sans-serif;
  font-size: 54px; /* Adjust font size for mobile */
  font-weight: 800;
}

.muba-h2-section{
  font-family: 'Lemon Milk', sans-serif;
  font-size: 72px; /* Adjust font size for mobile */
  font-weight: 800;
}

/* Add some basic styling to provide visual feedback */
.email-link {
  color: #c3a9ff;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.email-link:hover {
  color: #deffa9;
  font-weight: 800;
}


    .social-icons {
        margin-top: 20px;
        size: 50px;
    }

    .social-icons a {
        text-decoration: none;
        color: #333;
        margin: 0 10px;
        font-size: 50px;
    }

    .social-icons a:hover {
      font-size: 40px;
      transition: all 0.3s ease;
    }



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content */
.modal-content {
  z-index: 10001;
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 600px; /* Could be more or less, depending on screen size */
  height: 300px;
  position: relative;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Centering content inside modal */
.modal-content h2, .modal-content p, .modal-content ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* Social Icons */
.social-icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.social-icons a {
  text-decoration: none;
  color: #333;
  margin: 0 10px;
  font-size: 24px;
}

.social-icons a:hover {
  color: #007bff; /* Change this to the color you want on hover */
}



.copied-message {
  display: none;
  background: none; /* Set background to transparent */
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #b5ffd0;
  margin: 1px;
  padding: 5px; /* Adjust padding as needed */
  border-radius: 12px; /* Rounded corners */
  border: 3px solid #b5ffd0; /* Add border */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
}


.copied-message::before {
  content: ''; /* Create pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit; /* Inherit border radius from parent */
  background: none;
  z-index: -1; /* Place behind text */
}

.copied-message p {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  margin: 0;
  padding: 10px; /* Adjust padding as needed */
}


img {
  max-width: 100%;
  height: auto; /* Ensure images maintain aspect ratio */
  transition: all 0.6s ease;
}
.img-portfolio {
  height: auto; /* Ensure images maintain aspect ratio */
  transition: all 2.6s ease;
  padding-right: 3px;
}

.muba-img img {
  height: auto; /* Ensure images maintain aspect ratio */
  max-height: 300px; /* Limit image height for better display on smaller screens */
  transition: all 0.8s ease;
  content: url("../contents/MUBA-1200-tsp.png");
  z-index: 500;
}


/*-----------------#################################################*/

.muba-img img:hover {
  z-index: 500;
  height: 600px;
  transition: all 0.8s ease-in;
  content: url("MUBA-1200-grd.gif");
}

/* Your existing styles remain unchanged below this point */

html, body {
  width: 100%;
  overflow-x: hidden;
}

a {
  color: #b70257;
  transition: all .3s ease-in-out;
  text-decoration: none; /* Ensure links don't have underline by default */
}

a:focus,
button:focus {
  outline: none;
}

.btn:hover,
a:hover {
  color: #4f1ab8;
}

img {
  max-width: 100%;
}

.bg-fixed {
  background-size: cover;
}

.bg-grey {
  background-color: #f7f8f9;
}

.fs-40 {
  font-size: 40px;
}

.fs-20 {
  font-size: 20px;
}

section {
  position: relative;
}

.section-content {
  height: max-content;
  padding-top: 30px; /* Adjust padding for better spacing */
  padding-bottom: 50px; /* Adjust padding for better spacing */
}

.title-wrap,
.section-title {
  font-size: 20px; /* Adjust font size for mobile */
  text-align: center;
}

.invisible-box {
  padding-left: 0px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-weight: 800;
  text-align:inherit;
  
  width: 550px;
  overflow: hidden;
}
.invisible-box-2{
  padding-left: 10px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-weight: 800;
  text-align:inherit;
  width: 550px;
  overflow: hidden;
}
.invisible-box-3{
  padding-left: 70px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-weight: 800;
  text-align:inherit;
  width: 550px;
  overflow: hidden;
}

.content-inv {
  width: 500px;
  font-size: 20px;
}
.content-img {
  height: 85%;
  padding-top: 35px;
}
.content-img-purpose{
  height: 85%;
  padding-top: 35px;
}
.content-img-skill {
  height: 60%;
  padding-top: 50px;
  padding-bottom: 100px;
}
.content-img-setup {
  height: 20%;
  padding-top: 35px;
  padding-right: 50px;
}

.content-img-setup-skill{
  height: 2%;
  padding-top: 35px;
  padding-right: 50px;
}

.shadow {
  box-shadow: 0 10px 20px 0 rgba(42, 51, 62, 0.56), 0 1px 2px 0 rgba(104, 132, 170, 0.378) !important; /* Adjust box-shadow for better appearance */
}

#header-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.navbar-brand {
  font-size: 30px; /* Adjust font size for mobile */
  color: #000;
}

.navbar-nav .nav-link {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.navbar-nav li {
  margin-right: 10px; /* Adjust margin for better spacing */
  margin-left: 10px; /* Adjust margin for better spacing */
  margin-top: 5px; /* Adjust margin for better spacing */
  margin-bottom: 5px; /* Adjust margin for better spacing */
}

.navbar-nav:hover li a {
  opacity: 0.6;
}

.navbar-nav:hover li a:hover {
  opacity: 1;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

/*#######################################*/

.jumbotron {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  min-height: 100vh; }
  @media (max-width: 767px) and (orientation: landscape) {
    .jumbotron {
      min-height: 500px; } }
  .jumbotron .container {
    position: relative;
    z-index: 1; }
  .jumbotron:before {
    position: absolute;
    display: block;
    content: "";
    opacity: 0.8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333399;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333399, #ff00cc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333399, #ff00cc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .jumbotron h1 {
    line-height: .9;
    font-weight: bold;
    display: inline-block;
    border: 15px solid #fff;
    padding: 30px;
    font-size: 9rem;
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
    animation-delay: .8s; }

.jumbotron-single h1 {
  font-size: 3rem !important; }

.overlay {
  color: #fff; }
  .overlay:before {
    position: absolute;
    display: block;
    content: "";
    opacity: 0.9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff00cc;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333399, #ff00cc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333399, #ff00cc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .overlay.bg-white {
    color: #000; }
    .overlay.bg-white:before {
      background: #fff;
      opacity: .7; }

.text-white {
  color: #fff; }

/*==============================
=            BUTTON            =
==============================*/
.btn {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  padding: 5px 30px;
  text-transform: capitalize;
  transition: all 0.3s ease; }

.btn-filter a.active {
  background-color: #b70257; /* Change background color for active state */
  color: white; /* Change text color for active state */
  border-radius: 20px;
  padding: 5px 15px;
  border-color: whitesmoke; /* Change border color for active state */
}
.btn-filter a.active:hover {
  background-color: #b5ffd0; /* Change background color for active state */
  color: #b70257; /* Change text color for active state */
  border-color: #b70257; /* Change border color for active state */
  transition: all 0.7s ease;
}


.btn-primary {
  display: inline-block;
  background-color: #ff00cc;
  border-color: #ff00cc;
  color: #fff;
  transition: all 0.3s ease-in; }
  .btn-primary:hover {
    background-color: #333399;
    border-color: #333399;
    color: #fff; }

.btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-width: 3px;
  border-color: #fff; }
  .btn-outline-primary:hover {
    background-color: #ffa6a6;
    border-width: 3px;
    border-color: #b41111;
    color: #b41111; }

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(0, 0, 0, 0.15); }

.btn-icon {
  color: #000; }

.btn-link {
  color: #ff6262;
  font-size: 20px;
  font-weight: 900; }


/* Add a class for the hidden state */
.hidden {
  display: none;
}

/* Add animation for the floating effect */
@keyframes float {
  0% {
      transform: translateY(0) scale(1.5);
      opacity: 1;
  }
  25% {
    transform: translateY(-50) scale(1.25);
    opacity: 0.8;
  }
  50% {
      transform: translateY(-150px) scale(1.1);
      opacity: 0.5;
  }
  50% {
    transform: translateY(-250px) scale(0.8);
    opacity: 0.4;
  }
  100% {
      transform: translateY(-350px) scale(0.6);
      opacity: 0;
  }
}

/* Add a class for the clicked state */
.clicked {
  background-color: #ffa6a6;
  border-width: 3px;
  border-color: #b41111;
  color: #b41111;
  transition: all 0.3s ease-in;
}

/* Apply the animation to the SVG only when it's visible */
.clicked .bi-balloon-heart-fill {
  color: #b41111;
  animation: float 4s linear;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  transition: all 0.3s ease-in;
}


/* Apply the animation to the SVG */
.bi-balloon-heart-fill {
  color: #b41111;
  border-color: #000000;
  animation: float 5s linear;
  transform-origin: 70% 70%;
  animation-fill-mode: forwards;
}


/*=====  End of BUTTON  ======*/
/*==========================================
=            FORM RECTANGLE ETC            =
==========================================*/
.rectangle-1 {
  width: 2000px;
  height: 400px;
  background: #8E2DE2;
  background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
  background: linear-gradient(to right, #4A00E0, #8E2DE2);
  transform-origin: 50% 150% 0;
  position: absolute;
  left: 0;
  z-index: 0;
  transform: scale(1) rotate(-10deg); }

.rectangle-2 {
  width: 2000px;
  height: 400px;
  background: #8E2DE2;
  background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
  background: linear-gradient(to right, #4A00E0, #8E2DE2);
  transform-origin: 65% 100% 0;
  position: absolute;
  right: 0;
  z-index: 0;
  transform: scale(1) rotate(50deg); }

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-100vw) rotate(-15deg); }
  to {
    opacity: 1;
    transform: translateX(0) rotate(-15deg); } }

@keyframes grow1 {
  from {
    opacity: 0;
    transform: scale(2) rotate(-10deg); }
  to {
    opacity: 1;
    transform: scale(1) rotate(-10deg); } }

@keyframes grow2 {
  from {
    opacity: 0;
    transform: scale(2) rotate(50deg); }
  to {
    opacity: 1;
    transform: scale(1) rotate(50deg); } }

@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.rectangle-1 {
  opacity: 0;
  animation: grow1 ease 1s forwards;
  box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important; }

.rectangle-2 {
  opacity: 0;
  animation: grow2 ease 1s forwards;
  box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important; }

.rectangle-transparent-1 {
  width: 500px;
  height: 500px;
  border: 15px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  left: -5%;
  bottom: -10%;
  display: block;
  animation: floating-slow ease-in-out 12s infinite; }

.rectangle-transparent-2 {
  width: 600px;
  height: 600px;
  border: 15px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  right: -10%;
  top: 5%;
  display: block;
  animation: floating-slow ease-in-out 12s infinite; }

.circle-1 {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 50%;
  left: 5%;
  top: 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease 4s infinite; }

.circle-2 {
  width: 70px;
  height: 70px;
  top: 20%;
  left: 83%;
  border: 2px solid #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite; }

.circle-3 {
  top: 80%;
  right: 25%;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite; }

@keyframes floating {
  0% {
    transform: translate(0%, 0%) rotate(25deg); }
  25% {
    transform: translate(5%, 15%) rotate(25deg); }
  50% {
    transform: translate(10%, 5%) rotate(25deg); }
  75% {
    transform: translate(0%, 15%) rotate(25deg); }
  100% {
    transform: translate(0%, 0%) rotate(25deg); } }

@keyframes floating-slow {
  0% {
    transform: translate(0%, 0%) rotate(25deg); }
  25% {
    transform: translate(1%, 3%) rotate(25deg); }
  50% {
    transform: translate(2%, 1%) rotate(25deg); }
  75% {
    transform: translate(0%, 3%) rotate(25deg); }
  100% {
    transform: translate(0%, 0%) rotate(25deg); } }

.triangle {
  position: absolute; }

.triangle-1 {
  right: 0;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 6s infinite; }
  .triangle-1 img {
    height: 50px;
    width: 50px;
    transform: rotate(30deg); }

.triangle-2 {
  top: 30%;
  left: 20%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 8s infinite; }
  .triangle-2 img {
    width: 75px;
    height: 75px;
    transform: rotate(15deg); }

.triangle-3 {
  top: 80%;
  left: 15%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 10s infinite; }
  .triangle-3 img {
    width: 45px;
    height: 45px;
    transform: rotate(40deg); }

.triangle-4 {
  top: 60%;
  right: 15%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 5s infinite; }
  .triangle-4 img {
    width: 45px;
    height: 45px;
    transform: rotate(-40deg); }



/*===== SOCIALS =====*/
/*===================*/

.social-page-container {
  text-align: center;
  margin: 50px auto;
  padding: 20px;
}

.social-header h1 {
  font-size: 40px;
  color: #333399;
  margin-bottom: 10px;
}

.social-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 20px;
}

.social-card {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #ff00cc, #333399);
  color: white;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.social-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
  padding: 30px;
  font-size: 24px;
}

.social-card:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.social-card i {
  font-size: 50px;
  margin-bottom: 15px;
}

.social-card span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

/*=====  End of SOCIALS  ======*/


/*=====  End of FORM RECTANGLE ETC  ======*/
/*================================
=            FEATURES            =
================================*/
.feature-item {
  position: relative;
  transition: all 0.6s ease-in-out 0s !important;
}

.feature-item:hover {
  transform: scale(1.1);
  background-color: #ddd1ff;
  color: #000000;
  font-size: 18px;
  .orbiting-dot {
    position: absolute;
    content: ''; /* Required for pseudo-elements */
    width: 14px; /* Adjust the size of the orbiting dot */
    height: 14px;
    background-color: #ff6262; /* Color of the orbiting dot */
    border-radius: 50%;
    animation: orbit 1.0s linear infinite; /* Customize the animation duration and timing function */
  }
}

.feature-item:hover a {
  color: #4f1ab8;
}


@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

/*=====  End of FEATURES  ======*/
/*=============================
=            TESTI            =
=============================*/
.testi-img img {
  height: 130px;
  width: 130px !important;
  border-radius: 50%;
  display: inline-block !important; }

.testi-details {
  text-align: left; }

.testi-text {
  font-size: 24px;
  font-weight:bolder;
  padding-top: 5px;
  padding-bottom: 10px; }

.testi-icon {
  color: #ff00cc; }

.testi-content {
  margin-top: 10px;
  padding-bottom: 10px; }

.testi-item {
  margin-left: 15px;
  margin-right: 15px;
 }

.owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer; }
  .owl-dot span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(94, 0, 245, 0.388);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease; }
  .owl-dot.active > span {
    background-color: transparent;
    box-shadow: 0 0 0 2px #5700c2; }

.owl-dots {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  clear: both;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.heading-section {
  position: relative; }

/*=====  End of TESTI  ======*/
/*=================================
=            PORTFOLIO            =
=================================*/

/* Hide the text by default */
.icon-text {
  display:contents;
}

/* Show the text on hover */
.svg-container {
  justify-content: center;
}
.svg-container:hover .icon-text {
  display: block;
}
.svg-title {
  font-weight: 800;
}

.filter-button-group {
  margin-bottom: 15px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  font-size: 18px; }
  .filter-button-group a {
    margin: 20px;
    cursor: pointer;
    transition: all 0.1s ease-in; }

  .filter-button-group a:hover {
    font-weight: bolder;
    color: #8E2DE2; }

.grid-link a {
  margin: 5px;
  font-family: 'Quicksand';
  font-weight: 500px;
  font-size: 28px;
  color: #000; }

.grid-portfolio {
  overflow:visible; }

.gutter-sizer {
  width: 50%; }

.grid-sizer,
.grid-item {
  width: 30%; }

.grid-item {
  transition: none;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden; }
  .grid-item:hover .grid-info {
    justify-content: center;
    top: 50%;
    opacity: 50; }
  .grid-item:hover .grid-info2 {
    top: 50%;
    opacity: 50; }

.grid-item-wrapper:before {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; }

.grid-item-wrapper:hover:before {
  opacity: 1; }


  .grid-info {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }

  .grid-info2 {
    position:absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;}

.lightcase-icon-close:before {
  content: '\e870';
  font-family: "Linearicons-Free"; }

.grid-title {
  font-family: 'Quicksand';
  font-weight: 800px;
  font-size: 28px;
  text-align: center; }

.grid-title2 {
  font-family: 'Quicksand';
  font-weight: 800px;
  font-size: 18px;
  text-align: center; }




/*=====  End of PORTFOLIO  ======*/
/*===============================
=            SideNav            =
===============================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 40px;
  color: #fff; }

.sidenav-content {
  padding: 15px 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease-in cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.in .sidenav-content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, opacity 0.3s 0.3s; }

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav #side-nav-close,
.sidenav #side-search-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

#side-search .form-control {
  background-color: transparent; }

#side-search .input-group-text {
  background: transparent;
  color: #fff; }

/*==============================
=            SKILLS            =
==============================*/
.skill-item {
  width: 100%;
  position: relative;
  padding: 10px 0; }
  .skill-item p {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500; }
  .skill-item .text-muted {
    color: #939393; }

    .progress-bar {
      font-family: Quicksand, sans-serif;
      font-weight: 500;
      font-size: 16px;
      text-align: center;
      background-color: #4f1ab8;
      width: 0;
  }
  
  .python-progress, .r-progress, .cpp-progress, .csharp-progress {
      opacity: 0;
  }
  
  .python-progress.active {
      animation: progress-animation-python 3s forwards;
  }
  .r-progress.active {
    animation: progress-animation-r 3s forwards;
}
.cpp-progress.active {
  animation: progress-animation-cpp 3s forwards;
}
.csharp-progress.active {
  animation: progress-animation-csharp 3s forwards;
}
  
  @keyframes progress-animation-python {
      to {
          width: 80%;
          opacity: 1;
      }
  }

  @keyframes progress-animation-r {
    to {
        width: 70%;
        opacity: 1;
    }
}
@keyframes progress-animation-cpp {
  to {
      width: 65%;
      opacity: 1;
  }
}
@keyframes progress-animation-csharp {
  to {
      width: 55%;
      opacity: 1;
  }
}
  
  .progress-bar, .progress:hover {
      transition: all 4s;
  }
  

/*=====  End of SKILLS  ======*/
/*============================
=            BLOG            =
============================*/
.blog-item {
  transition: all 0.3s ease-in-out;
  background-color: #f7f8f9;
  border-radius: 3px;
  overflow: hidden; }
  .blog-item:hover {
    box-shadow: 0 5px 15px -5px #333;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15); }

.bg-grey .blog-item {
  background-color: #fff; }

.blog-item-wrapper {
  margin-bottom: 30px; }

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover; }

.blog-title h4 {
  color: #000; }

.blog-text {
  padding: 15px; }

.blog-tag {
  color: #000;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.blog-meta {
  color: #939393; }
  .blog-meta p {
    display: inline-block;
    font-size: 14px; }
  .blog-meta a {
    color: #939393; }

.blog-author {
  display: inline-block;
  color: #939393; }
  .blog-author p {
    font-size: 14px;
    margin-bottom: 0; }

.blog-share-wrapper {
  display: inline-block;
  margin: 0 -5px; }
  .blog-share-wrapper .blog-share {
    padding: 0 5px;
    cursor: pointer; }

.blog-content img.float-left {
  margin: 15px 15px 15px 0; }

.blog-content .img.float-right {
  margin: 15px 0 15px 15px; }

/*=====  End of BLOG  ======*/
/*====================================
=            FORM CONTROL            =
====================================*/
.form-control:focus {
  border-color: #ff00cc;
  box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25); }

.form-control::-webkit-input-placeholder {
  opacity: .5; }

.form-control::-moz-placeholder {
  opacity: .5; }

.form-control:-ms-input-placeholder {
  opacity: .5; }

.form-control::-ms-input-placeholder {
  opacity: .5; }

.form-control::placeholder {
  opacity: .5; }

/*=====  End of FORM CONTROL  ======*/
/*==============================
=            CLIENT            =
==============================*/
.client-slider-container {
  position: absolute;
}

.client-slider {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.client-slider-item {
  color: whitesmoke;
  padding-left: 20px;
  padding-right: 20px;
}

.client-slider-item img {
  height: 500px;
  display: block;
}

.client-slider-item:hover {
  opacity: 1;
  border: 3px solid #b5ffd0; /* Change border color as needed */
}



/* Owl Carousel Styles */
.owl-carousel {
  display: flex;
  overflow: hidden;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  flex: 0 0 auto;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: auto;
  display: block;
}


/*=====  End of CLIENT  ======*/
/*==================================
=            RESPONSIVE            =
==================================*/
@media (max-width: 992px) {
  .not-on-top #header-navbar {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background: #ff00cc;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333399, #ff00cc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333399, #ff00cc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: 11; }
  #header-navbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .navbar-transparent .navbar-collapse {
    background: #ff00cc;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333399, #ff00cc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333399, #ff00cc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px; } }

@media (max-width: 780px) {
  .jumbotron h1 {
    font-size: 6rem; }
  .grid-item {
    width: 100%; }
    .progress {
    height: 30px;
    font-size: 16px; } }

/*=====  End of RESPONSIVE  ======*/
