* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

/*body::-webkit-scrollbar-track {
    background-color: #ffd5e1;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #7f2ef8;
}

body::-webkit-scrollbar-thumb {
    background-color: #7f2ef8;
}*/


@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('../fonts/CabinetGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('../fonts/CabinetGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Boska';
    src: url('../fonts/Boska-Regular.woff2') format('woff2'),
         url('../fonts/Boska-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Boska';
    src: url('../fonts/Boska-Bold.woff2') format('woff2'),
         url('../fonts/Boska-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Boska';
    src: url('../fonts/Boska-Medium.woff2') format('woff2'),
         url('../fonts/Boska-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

body p {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 500; /* Medium Default */
}

h1, h2, strong {
    font-family: Boska;
    font-weight: 700;
}


.container {
    max-width: 1400px;
    padding: 0;
}






/* Desktop Navigation */
.navbar a:hover,.navbar .active,.navbar .active:focus,.navbar li:hover>a{color:#393939;}
.navbar a.usermenu,.navbarright a.usermenu{padding:3px 10px;/* color: #393939; */font-size:20px;margin-left:10px;}
.navbarright ul{margin:0;padding:0;display:flex;list-style:none;align-items:center;}
.navbar .dropdown-item.active,.navbar .dropdown-item:active{background-color:transparent;}
.navbar .dropdown-item:focus,.navbar .dropdown-item:hover{background-color:transparent;}
.navbar .dropdown-menu{border:0;}
.navbar a.usermenu i.bi.bi-person-fill,.navbarright a.usermenu i.bi.bi-person-fill{/* font-size: 20px; */}
.navbar-warp a.telmenu.scrollto{color:#393939;}
.navbar .getstarted,.navbar .getstarted:focus{background:#0691fc;padding:8px 20px;margin-left:30px;border-radius:4px;color:#fff;}
.navbar .getstarted:hover,.navbar .getstarted:focus:hover{color:#fff;background:#5969f3;}
.navbar .dropdown ul{display:block;position:absolute;left:14px;top:calc(100% + 30px);margin:0;padding:10px 0;z-index:99;opacity:0;visibility:hidden;background:#fff;box-shadow:0px 0px 30px rgba(127,137,161,0.25);transition:0.3s;border-radius:4px;}
.navbar .dropdown ul li{min-width:200px;}
.navbar .dropdown ul a{padding:10px 20px;font-size:15px;text-transform:none;font-weight: 400;}
.navbar .dropdown ul a i{font-size:12px;}
.navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover>a{color: #ffffff;background: #7F2EF8;}
.navbar .dropdown:hover>ul{opacity:1;top:100%;visibility:visible;padding: 0 0;border-radius: 5px;text-align: center;background: #FAF2F5;}
.navbar .dropdown .dropdown ul{top:0;left:calc(100% - 30px);visibility:hidden;}
.navbar .dropdown .dropdown:hover>ul{opacity:1;top:0;left:100%;visibility:visible;}
/*.navbar-light .navbar-nav .dropdown-toggle::after{display: none;}*/



header#header {position: absolute;width: 100%;z-index: 9999;}

header#header .navbar-light .navbar-nav .nav-link {
    color: #c2c2c2;
}

header#header .container {
    max-width: 1000px;
}

header#header nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: space-between;
    border: 1px solid #4c4c4c;
    border-radius: 50px;
    padding: 0 20px;
    margin-top: 20px;
    backdrop-filter: blur(10px);
}

header#header .brand-logo img {
    width: 100%;
    height: 50px;
}

header#header .contact-and-chat {
    background: #1a1a1a99;
    padding: 4px 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
}

header#header .contact-and-chat a {
    color: #c2c2c2;
    text-decoration: none;
}

section#banner-sec {
    background: linear-gradient(to bottom, #00263F 0%, #000000 50%);
    height: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

h3.banner-sub-h {
    text-align: center;
    background: linear-gradient(to right, #FFFFFF 30%, #0784FF 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1.banner-heading {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 150px;
    position: relative;
    margin: 0;
}

/*h1.banner-heading:after {
    content: '';
    position: absolute;
    background: url(/assets/images/logo/sadia-signature.webp) no-repeat;
    width: 310px;
    height: 80px;
    bottom: -90px;
    right: 130px;
}*/

section#about-sec {
    background: linear-gradient(to bottom, #000000 0%, #00263F 100%);
    height: 1080px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

section#about-sec h3.about-sub-h {
    text-align: center;
    background: linear-gradient(to right, #FFFFFF 30%, #0784FF 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section#about-sec h2.about-title {
    text-align: center;
    color: #ffffff;
    font-size: 60px;
}

section#about-sec p.about-p-txt {
    text-align: center;
    color: #ffffff;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
}

section#portfolio-sec {
    background: #002137;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 130px;
}

section#portfolio-sec h2.portfolio-title {
    text-align: center;
    color: #ffffff;
    font-size: 80px;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.2s ease-in;
}

header#header .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.scroll-portfolio {
    margin: 20px 0;
}

.container-fluid.scroll-sec {
    position: absolute;
    z-index: -1;
    top: 0;
}

.container-fluid.scroll-sec:before {content: '';position: absolute;width: 100%;height: 100%;background: linear-gradient(to bottom, #000000 0%, #00263f5e 80%);z-index: 9;left: 0;}

.container-fluid.scroll-portfolio {
    margin-top: 50px;
}

.port-img-box {
    display: flex;
    justify-content: center;
}

.port-img-box img {
    border-radius: 10px;
    width: 97%;
}


.action-btns {
    display: flex;
    align-items: center;
}

.action-btns .p-icon {
    background: #FFE8EF;
    margin-left: 20px;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #7F2EF8;
    font-size: 26px;
}

.link-hover:hover ul {
    display: block;
    transform: translateY(0);
}

section#graphic-design {padding: 80px 0;background: #002137;}

section#graphic-design h3.sec-sub-h {
    text-align: center;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(to right, #FFFFFF 30%, #0784FF 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section#graphic-design h2.sec-h {
    text-align: center;
    color: #ffffff;
    font-size: 45px;
}

section#graphic-design p.sec-para {
    text-align: center;
    color: #ffffff;
    width: 40%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 19px;
}

section#graphic-design .row.graphic-design-row2 {
    padding-top: 40px;
}

.row.graphic-design-row2 h4.left-heading {
    color: #ffffff;
    margin: 0;
}

.row.graphic-design-row2 a.sec-cta-btn {
    float: right;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
}

.row.graphic-design-row3 {
    padding-top: 80px;
    gap: 0;
    justify-content: space-between;
}

.graphic-port-box {
    padding: 10px 0px 10px 22px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: hidden;
    width: 49.5%;
    margin-bottom: 15px;
}

.graphic-port-box .p-box-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.graphic-port-box .p-box-head .box-icon path {
    fill: #ffffff;
}
.graphic-port-box .p-box-head .box-title h4 {
    color: #ffffff;
    margin: 0;
    font-size: 24px;
    line-height: 34px;
}

.graphic-port-box .p-box-imgs {
    display: flex;
    padding-top: 20px;
}

.graphic-port-box .p-box-imgs img {
    border-radius: 8px;
    box-shadow: -5px 0px 20px #000000;
    width: 200px;
    height: 160px;
    object-fit: cover;
    object-position: center left;
}

.graphic-port-box .p-box-imgs img:nth-child(2) {
    transform: translate(-33px, 0px);
}

.graphic-port-box .p-box-imgs img:nth-child(3) {
    transform: translate(-68px, 0px);
}

.graphic-port-box .p-box-imgs img:nth-child(4) {
    transform: translate(-100px, 0px);
}

.graphic-port-box:hover .p-box-imgs img:nth-child(2){
    transform:translate(-22px, 0px);
}
.graphic-port-box:hover .p-box-imgs img:nth-child(3){
    transform:translate(-48px, 0px);
}

.graphic-port-box:hover .p-box-imgs img:nth-child(4){
    transform:translate(-68px, 0px);
}

.row.sp-row1,
.row.sp-row2,
.row.sp-row3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transform: translateX(0px);
  transition: transform 0.3s ease-out;
}

.row.sp-row2 {
  transform: translateX(-300px); /* Starting offscreen left */
}


.row.sp-row3 .col-md-3 {
    padding: 0;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  background: #0000007a;     /* Optional */
  color: #fff;          /* Optional */
  font-size: 24px;      /* Customize size */
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(5px);
  transition: all 0.5s ease-in;
  opacity: 0;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-marquee 30s linear infinite;
}

@keyframes scroll-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.portfolio-cat-link {position: relative;}
.portfolio-cat-link a {text-decoration: none;}
.portfolio-cat-link:hover .marquee-container {opacity:1;}

.marquee-track span {
    font-size: 16px;
}

.portfolio-cat-link:hover h2.portfolio-title {
    transform:scale(0.9);
}

section#footer {
    background: #002137;
    border-top: 1px solid #cccccc2e;
    padding: 50px 0;
}

section#footer .menu-list h4.menu-title {
    color: #ffffff;
}

section#footer .menu-list ul.list-item {
    padding-left: 0px;
    list-style-type: none;
}

section#footer .menu-list ul.list-item li {
    color: #ffffff;
    padding: 5px 0;
}

section#footer .menu-list ul.list-item li svg {padding-right: 10px;}

section#portfolio-banner-sec {background: #000000;padding-top: 120px;padding-bottom: 40px;}
section#portfolio-banner-sec h1 {color: #ffffff;text-transform: uppercase;}
section#portfolio-banner-sec p {color: #ffffff;font-size: 20px;}

section#portfolio-content {background: #000000;padding-bottom: 50px;}
.sidebar-menu .menu-item ul.side-menu {padding: 0;list-style-type: none;}
.sidebar-menu .menu-item ul.side-menu li {color: #ffffff;padding: 5px 0;}
.portfolio-detail h3.port-title {color: #ffffff;}
.portfolio-detail p.port-desc {color: #ffffff;font-size: 18px;}



.portfolio-detail.packaging .gallery {
  column-count: 3;
  column-gap: 25px;
}

.portfolio-detail.packaging .gallery a {
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}

.portfolio-detail.packaging .gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}



.portfolio-detail.brand-guideline .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; /* spacing between images */
}

.portfolio-detail.brand-guideline .gallery a {
  width: calc(33.333% - 10px); /* 3 items per row */
  display: block;
}

.portfolio-detail.brand-guideline .gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}




.sidebar-menu .menu-item ul.side-menu a {
    text-decoration: none;
    color: #ffffff;
}

.graphic-port-box a {text-decoration: none;}

.sidebar-menu {
  position: sticky;
  top: 20px; /* Adjust according to your header height */
}

.submenu {
  display: none;
  list-style: none;
  padding-left: 20px;
  margin-top: 5px;
}

.dropdown-toggle.open .submenu {
  display: block;
  padding: 0;
}

.dropdown-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-right: 50px;
}

.icon-toggle {
  margin-left: 10px;
  transition: transform 0.3s;
}

.dropdown-toggle.open .icon-toggle {
  transform: rotate(90deg); /* Changes right arrow to down */
}
.sidebar-menu .menu-item ul.side-menu .dropdown-toggle::after {
    display:none !important;
}

.portfolio-detail ul#logoTabs {justify-content: center;}
.portfolio-detail ul#logoTabs li.nav-item button {color: #ffffff;}
.portfolio-detail ul#logoTabs button.nav-link.active {color: #000000 !important;}

section#banner-sec p.banner-p-txt {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

section#footer .menu-list ul a {
    text-decoration: none;
}

    .counter {
      font-size: 2.5rem;
      font-weight: bold;
      color: #ffffff;
      text-align: center;
    }

    .top-rated {
      font-size: 2rem;
      font-weight: bold;
      color: #0784FF;
    }

    .counters-section {
      padding: 50px 0;
      text-align: center;
      background: #f7f7f7;
    }

    section#banner-sec .row.counter-row {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 70px auto;
    align-items: center;
}

.counter-box {
    width: 220px;
}

.counter-box p {
    color: #ffffff;
    text-align: center;
}

section#banner-sec .top-rated-badge {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section#banner-sec .top-rated-badge img {
    width: 80%;
}

.counter-box.counter-center-box:before {content: '';position: absolute;background: url(/assets/images/Line-03.webp) no-repeat;width: 7px;height: 72px;left: 20px;top: 11px;}

.counter-box.counter-center-box:after {content: '';position: absolute;background: url(/assets/images/Line-03.webp) no-repeat;width: 7px;height: 72px;right: 7px;top: 11px;}

.counter-box.counter-center-box {
    position: relative;
}

p.upwork {
    margin-top: 10px;
}

.gsap-marquee-wrap {
  overflow: hidden;
  width: 100%;
  background-color: #002137;
  padding: 40px 0;
}

.gsap-marquee {
  display: flex;
  gap: 40px;
  width: max-content;
}

.marquee-slide {
  max-width: 600px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  color: #fff;
  padding: 20px 30px;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
}



@media all and (max-width:767px){
    h1.banner-heading {
    font-size: 40px;
}
    section#banner-sec p.banner-p-txt{
        font-size: 18px;
    }

    section#about-sec h2.about-title{
        font-size: 40px;
    }
    section#about-sec p.about-p-txt{
        width: 100%;
        font-size: 16px;
    }
    section#about-sec{
        padding: 0 10px;
        height: 800px;
    }
    section#portfolio-sec h2.portfolio-title{
        font-size: 30px;
    }
    .portfolio-cat-link{
        padding: 5px 0;
    }
    section#graphic-design h2.sec-h{
        font-size: 36px;
    }
    section#graphic-design p.sec-para{
        width: 100%;
    }
    section#graphic-design{
        padding: 20px 10px;
    }
    .graphic-port-box{
        width: 100%;
    }
    .row.graphic-design-row3{
        padding: 40px 10px;
    }
    .graphic-port-box .p-box-imgs img{
        width: 35%;
    }
    .graphic-port-box .p-box-head .box-title h4{
        font-size: 18px;
    }
    .site-logo {text-align: center;}
    section#footer .menu-list h4.menu-title{
        text-align: center;
    }
    section#footer .menu-list ul.list-item li{
        text-align: center;
    }
    .port-img-box img{
        width: 83%;
    }
      .brand-logo {
    order: 1;
  }

  .main-nav-menu {
    order: 3;
  }

  .contact-and-chat {
    order: 2;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

.marquee-slide p.client-review-txt {
    font-size: 15px;
}

.client-feedback {
    display: flex;
    flex-direction:column;
    gap:20px;
}

.client-feedback .rating svg {
    color:#FDCC0D;
}

.client-feedback h4.client-task {
    font-family: 'Boska';
}

.portfolio-detail.website .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.portfolio-detail.website .gallery a {
  width: calc(33.333% - 16.66px);
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: block;
}

.portfolio-detail.website .gallery img {
  width: 100%;
  display: block;
  transition: transform 10s ease; /* slower and smooth */
}

/* Hover effect: scroll up but only as far as needed */
.portfolio-detail.website .gallery a:hover img {
  transform: translateY(calc(-1 * (100% - 250px))); /* Only scroll till bottom touches container */
}


.web-port-box {
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.web-port-box .img-wrapper {
  width: 100%;
  height: auto;
}

.web-port-box img {
  width: 100%;
  display: block;
  transition: transform 6s ease; /* Slow smooth scroll */
}

.web-port-box:hover img {
  transform: translateY(calc(-1 * (100% - 250px))); /* Scroll just enough */
}

.static-content .swiper-slide img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.static-content .swiper-button-next:after, .static-content .swiper-button-prev:after {
    font-size: 22px !important;
}

.static-content .swiper-button-next, .static-content .swiper-button-prev{
    color: white !important;
    background: #0000007a !important;
    border-radius: 5px !important;
}

.static-content .swiper-pagination-bullet-active{
    background: #ffffffba !important;
}
