

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed: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&family=Barlow: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&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Ropa+Sans:ital@0;1&display=swap');

body {
    font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: linear-gradient(270deg, #000, #222);
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
  margin: 0;
      padding: 0;
      height: 100%;
      font-size: 15px;
}
.profile-content {
    margin-top: 50px;
}
.border-secondary2 {
    border: #efefef thin dashed !important;
}
.mask {
    font-size: 15px;
}
.modal {
    font-size: 15px;
}
.lead {
    font-size: 15px;
}
section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
.header {
    text-transform: uppercase;
    min-width: 100%;
    padding: 10px 0;
}
.logos {
    max-width: 1200px;
}
.logos-contianer {
    min-height: 80vh;
    overflow: hidden;
}
.logos img {
    width: 90px;
}
.profile {
    position: absolute;
    bottom: -150px;
    right: 5%;
}
.profile img {
    height: 120vh;
    transition-duration: 2s;
}
.profile img:hover {
    height: 125vh;
    transition-duration: 2s;
}
#home {
    position: relative;
    max-height: 700px;
    margin-top: 100px;
}
#home .header {
    padding-bottom: 50px !important;
}
#profile {
    background-color: #000;
    z-index: 10;
}
#scroll-text {
    line-height: 280px;
    width: 100vw;      /* fixed to viewport */
  overflow: hidden;  /* hide overflow */
  white-space: nowrap;
  position: relative;
}
.text-layer {
    display: inline-block;
  white-space: nowrap;
  font-size: 400px;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: bolder;
  transition: transform 0.1s linear; /* smooth movement */
  margin-left:0;
  animation:infinite move-text 20s ease-in-out ;
  animation-delay: 2s;
}
@keyframes move-text {
    0% {
        margin-left:0;
    }
      100% {
        margin-left:-4680px;
      }
}

.text-layer2 {
    display: inline-block;
  white-space: nowrap;
  font-size: 400px;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: bolder;
  transition: transform 0.1s linear; /* smooth movement */
  margin-left:0;
  animation:infinite move-text2 15s ease-in-out ;
  animation-delay: 2s;
}
@keyframes move-text2 {
    0% {
        margin-left:0;
    }
      100% {
        margin-left:-2605px;
      }
}

.btn-primary {
    background-color: #DB17F6;
}
.text-info {
    color: #DB17F6 !important;
}
.btn-primary:hover {
    background-color: #691B86;
}
.modal {
    z-index: 2000 !important;
  }
  .modal-backdrop {
    z-index: 1050 !important;
  }
#mail-me:hover {
    color: #691B86 !important;
    transition-duration: 0.5s;
}
.home-info a {
    text-decoration: none;
    color: #fff !important;
}
.modal .block-hover a {
    color: #fff;
    text-decoration: none;
}
#tool-icons img {
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
}
.hr {
    border: dashed;
}
.portfolio-section img {
    border-radius:5px;
    width: 100%;
    min-width: 290px;
}
.graph-percentage {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    border-radius: 3px;
    flex-direction: column;
}
.graph-percentage-item {
    padding: 5px 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    box-shadow: 1px 1px 3px #0003;
}
.v-margin-sm {
    margin: 10px 0 !important;
}


.bold {
    font-weight: bold;
}
section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }
  .mask {
    background-image: linear-gradient(#0000, #000);
    width: 100%;
    position: absolute;
    bottom: -100px;
    max-width: 100vw;
    height: 400px;
    align-items: end;
    display: flex;
}
.rounded {
    border-radius: 10px;
}
.pointer {
    cursor: pointer;
}
.block-hover {
    transition-duration: 0.5s;
}
.block-hover:hover {
    background-color: #0006;
    transition-duration: 0.5s;
}
.block-hover2 {
    transition-duration: 0.5s;
}
.block-hover2:hover {
    background-color: #372354;
    transition-duration: 0.5s;
}
.home-info-cols {
    display: flex;
    flex: 1;
} 
.content-block {
    min-height: 70%;
}
.btm-border1 {
    border-bottom: thin dashed #DB17F6;
}
.h-100 {
    min-height:100%;
    height: 100%;
}
.section-h-100 {
    min-height:100vh;
}
.no-rad {
    border-radius: 0 !important;
}
.container {
    max-width: 100%;
}
.footer a:hover {
    color: #DB17F6 !important;
    transition-duration: 0.5s;
}
.footer {
    border-bottom: thick solid #DB17F6;
}
.navbar-nav .btn {
    color: #fff;
}
.navbar-nav .btn:hover {
    color: #fff;
    transition-duration: 0.5s;
    background-color: #222;
}
.cust-col1 {
    color: #DB17F6 !important;
    transition-duration: 0.5s;
}
.cust-col-transparent {
    background-color: #0006 !important;
    transition-duration: 0.5s;
    color: #fff;
}
.no-border {
    border: none;
}
.cust-bg1 {
    background-color: #DB17F6;
    color: #fff;
    transition-duration: 0.5s;
}
.cust-bg2 {
    background-color: #A117BC;
    color: #fff;
    transition-duration: 0.5s;
}
.cust-bg3 {
    background-color: #691B86;
    color: #fff;
    transition-duration: 0.5s;
}
.cust-bg4 {
    background-color: #372354;
    color: #fff;
    transition-duration: 0.5s;
}
.cust-bg5 {
    background-color: #1D2839;
    color: #fff;
    transition-duration: 0.5s;
}
.cust-bg6 {
    background-color: #B4BDC7;
    color: #fff;
    transition-duration: 0.5s;
}
/* Full-page loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#000, #222);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .loader-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    background: #E500FA;
    bottom: -250px;
    right: -250px;
    border-radius: 50%;
    filter: blur(200px);
  }
  .loader-circle2 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: #E500FA;
    top: -400px;
    left: -250px;
    border-radius: 50%;
    filter: blur(200px);
  }

  #loader.hidden {
    opacity: 0;
    visibility: hidden;
  }

  .loader-icon {
    font-size: 3rem;
    color: #fff;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  #carousel .carousel-item {
    width: 100vw;
    height: 100vh;
    transition: transform 1s ease-in-out;
  }

.link-label {
    position: absolute;
    bottom: 40px;
    margin: auto;
}
.noline {
    text-decoration: none;
}



  @media (max-width: 992px) {
    .content-block {
        min-height: inherit;
    }
    .profile img {
        display: flex;
        height: 90vh;
        padding-bottom: 100px;
    }
    .profile {
        position: absolute;
        bottom: -150px;
        right: -37%;
    }
    #home {
        margin-top: 0px !important;
    }
    .navbar-nav {
        padding-bottom: 20px;
    }
    .container {
        overflow-x: hidden;
    }
    .portfolio-section img {
        min-width: 290px;
        width: 100%;
    }
    .play-hover {
        opacity: 1 !important;
      }
      #work {
        min-width: 100%;
    }
    .dropdown-custom .dropdown-item-custom {
        display: flex;
        justify-content: center;
        min-width: 100%;
    }
    .show-desktop {
        display: none !important;
    }
    .show-mobi {
        display: flex !important;
    }
    .navbar .container-fluid {
        --bs-gutter-x: 20px !important;
        margin-left: 0 !important;
    }
    .mobi-min {
        min-width: 100vw !important;
    }
    .modal-body img {
        margin-bottom: 10px;
    }
  }
  .show-desktop {
    display: flex;
}
.show-mobi {
    display: none;
}
  .play-hover {
    opacity: 0;
    transition-duration: 0.5s;
    position: absolute;
    background: #0009;
  }
  .play-hover:hover {
    opacity: 1;
    transition-duration: 0.5s;
  }
  .modal-body img {
    min-width: 250px;
    width: 100%;
    border-radius: 10px;
  }
  .no-min-width {
    min-width: none !important;
    width: auto !important;
  }
  .persona {
    border: #1116 solid thin;
  }

  /* Dropdown base styles */
.dropdown-custom {
    position: relative;
  }
  
  /* Hide the checkbox visually */
  .dropdown-toggle-checkbox {
    display: none;
  }
  
  /* Dropdown container */
  .dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    background-color: #111;
    border: 1px solid #333;
    border-radius: 0 0 8px 8px;
    min-width: 180px;
    z-index: 10;
  }
  
  /* Dropdown items */
  .dropdown-item-custom {
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    transition: background 0.2s;
  }
  
  .dropdown-item-custom:hover {
    background: #222;
    color: #E500FA;
  }
  
  /* Desktop: show on hover */
  @media (min-width: 992px) {
    .dropdown-custom:hover .dropdown-menu-custom {
      display: flex;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
  }
  
  /* Mobile: show when checkbox checked */
  .dropdown-toggle-checkbox:checked + label + .dropdown-menu-custom {
    display: flex;
  }
  
  /* Transition for smooth fade */
  .dropdown-menu-custom {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  
  .dropdown-custom:hover .dropdown-menu-custom,
  .dropdown-toggle-checkbox:checked + label + .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  /* Mobile positioning adjustment */
  @media (max-width: 991px) {
    .dropdown-menu-custom {
      position: relative;
      top: 0;
      left: 0;
      border: none;
      border-radius: 0;
      background-color: transparent;
      padding-left: 1rem;
    }
  
    .dropdown-item-custom {
      padding: 8px 0;
      color: #ddd;
    }
  
    .dropdown-item-custom:hover {
      background: none;
      color: #0d6efd;
    }
  }

  .modal-body input {
    background: #bbb;
  }
  .modal-body select {
    background: #bbb;
  }
  .modal-body textarea {
    background: #bbb;
  }

 .navbar .container-fluid {
    --bs-gutter-x: 0;
    margin-left: 20px;
}