:root {
  --bg-color: #151515;
  --theme-color: #000;
  --main-color: #0047FF; }

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .navbar .logo {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 90px;
    height: auto;
    border-radius: 30px; }
  .navbar .navbar-nav {
    padding: 8px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-left: 15px; }
    .navbar .navbar-nav .nav-link {
      padding: 8px 20px;
      border-radius: 30px;
      font-size: 14px;
      color: #fff; }
      .navbar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.1); }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px; }

/* --------------- header --------------- */
.header-ds {
  background-image: url(../imgs/header-bg.png);
  background-size: cover;
  background-position: bottom;
  background-color: #fff; }
  .header-ds .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 120px 0 20px;
    min-height: 100px; }
  .header-ds .caption h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500; }
    .header-ds .caption h1 span {
      font-family: "Playfair Display", serif;
      font-style: italic;
      font-weight: 400; }
  .header-ds .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #151515;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .header-ds .social-icon a:hover {
      color: #fff;
      background: transparent; }
  .header-ds .numb {
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .header-ds .numb > div {
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content; }
    .header-ds .numb h2 {
      font-size: 96px;
      line-height: 96px;
      font-weight: 200;
      margin-bottom: 10px; }
    .header-ds .numb span {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .header-ds .caption .h1-sub2{
    font-size: 40px;
    line-height: 45px;
    font-weight: 450;
    margin-top: 20px; 
  }
  .header-ds .caption .h1-sub3{
    font-size: 25px;
    line-height: 30px;
    font-weight: 450;
    margin-top: 20px; 
    letter-spacing: 0.000001px;
  }

/* --------------- About --------------- */
.intro-ds {
  background-image: url(../imgs/about-bg.png);
  background-size: cover;
  background-position: top;
  position: relative; }
  .intro-ds .container {
    position: relative;
    margin-top: -30px;
    z-index: 3; }
    .intro-ds .container .box {
      padding: 60px 80px;
      background: #fff;
      border-radius: 15px 15px 0 0;
      position: relative;
      z-index: 2; }
    .intro-ds .container .layers {
      position: absolute;
      top: -10px;
      left: 40px;
      right: 40px;
      bottom: 5px;
      background: #fff;
      border-radius: 15px;
      opacity: .7;
      z-index: -1; }
      .intro-ds .container .layers:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 20px;
        right: 20px;
        bottom: 5px;
        background: #fff;
        border-radius: 15px;
        opacity: .7;
        z-index: -1; }
  .intro-ds .comit .item h6 {
    font-size: 20px;
    line-height: 28px; }
  .intro-ds .founders .imgs .img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden; }
    .intro-ds .founders .imgs .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .intro-ds .founders .imgs .img.img2 {
      margin-left: -15px;
      position: relative;
      z-index: -1; }
  .intro-ds .founders p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    margin-left: 10px;
   }
  .intro-ds p {
    color: #000; }

/* --------------- Services --------------- */
.services-ds .item {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .services-ds .item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .services-ds .item .title h2 {
    font-size: 128px;
    line-height: 128px;
    letter-spacing: -4px; }
  .services-ds .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: 150px; }
    .services-ds .item .icon img {
      width: 30px; }
  .services-ds .item .title {
    position: relative;
    margin-bottom: -70px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .services-ds .item:hover {
    background: rgba(255, 255, 255, 0.05); }
    .services-ds .item:hover .title {
      margin-bottom: 0;
      color: var(--main-color); }

/* --------------- Works --------------- */
.works-ds {
  overflow: hidden; 
}
  .works-ds .work-box {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow-x: hidden;
  }
  .works-ds .swiper-container {
    overflow: visible; }
  .works-ds .swiper-slide {
    width: 75%; }
  .works-ds .sec-head .butn.butn-bord {
    border: 1px solid rgba(0, 0, 0, 0.3); }
    .works-ds .sec-head .butn.butn-bord:hover {
      background: var(--main-color);
      color: #fff; }
  .works-ds .item:hover .cont h4 {
    color: var(--main-color); }
  .works-ds .item .img {
    border-radius: 15px;
    overflow: hidden; }
  .works-ds .item .cont {
    margin-top: 40px; }
    .works-ds .item .cont span {
      font-size: 14px; }
  .works-ds .swiper-wrapper {
    padding-bottom: 60px;
    padding: 2%;
   }
  .works-ds .swiper-pagination {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    padding: 2px 25px 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 30px; }
    .works-ds .swiper-pagination .swiper-pagination-bullet-active {
      background: var(--main-color); }
    
      @media screen and (max-width: 768px) {
        .works-ds .swiper-wrapper {
          padding-bottom: 60px;
         }
      }
/* --------------- Clients --------------- */
.brand-ds .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .brand-ds .item:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .brand-ds .item .text-center {
    width: 100%; }
  .brand-ds .item .img {
    width: 50px;
    margin: auto;
    opacity: .25;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .brand-ds .item p {
    margin-top: 30px; }
  .brand-ds .item:nth-of-type(3) .img, .brand-ds .item:nth-of-type(4) .img {
    width: 70px; }
  .brand-ds .item:hover {
    z-index: 4; }
    .brand-ds .item:hover:after {
      border-color: var(--main-color); }
    .brand-ds .item:hover .img {
      opacity: 1; }

.clients-ds .item {
  position: relative;
  border: 2px solid #d8d3d3;
  border-radius: 80px;
  height: 100%;
  padding: 50px 30px; }
  .clients-ds .item .text-center {
    width: 100%; }
  .clients-ds .item .img {
    max-width: 100px;
    margin: auto; }
  .clients-ds .item p {
    margin-top: 30px; }

/* --------------- Testimonials --------------- */
.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .testimonials-ds .qoute-icon .text {
    width: 240px;
   }
  .testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px; }

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }

.testimonials-ds .item .info .info-text {
  padding-left: 20px; }
  .testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 5px; }

.testimonials-ds .swiper {
  position: relative; }
  .testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7px;
      background: #BBBBBB; }
      .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--main-color); }

/* --------------- Pricing --------------- */
.pricing-ds .bg-gray {
  background: rgba(255, 255, 255, 0.1); }

.pricing-ds .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px;
  border-radius: 50px; }
  .pricing-ds .pricing-tabsHead .price-radios .form-check {
    margin: 0;
    padding: 0; }
    .pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label {
      background-color: transparent;
      font-size: 14px;
      border-radius: 30px;
      padding: 10px 15px;
      text-transform: capitalize;
      cursor: pointer; }
      .pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label small {
        color: #000;
        background: #fff;
        padding: 1px 5px;
        font-size: 10px; }
    .pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input {
      display: none; }
    .pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input:checked ~ .form-check-label {
      background-color: var(--main-color); }

.pricing-ds .content {
  margin-top: 50px; }
  .pricing-ds .content .price-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
    .pricing-ds .content .price-head .price-headTitle {
      width: 34%; }
    .pricing-ds .content .price-head .price-headItem {
      position: relative;
      width: 22%;
      text-align: center;
      padding: 30px 0;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
      .pricing-ds .content .price-head .price-headItem .label {
        position: absolute;
        top: -60px;
        right: -15px;
        z-index: 5;
        width: 160px; }
      .pricing-ds .content .price-head .price-headItem h6 {
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .pricing-ds .content .price-head .price-headItem h2 {
        font-size: 40px;
        letter-spacing: normal;
        margin-bottom: 15px; }
        .pricing-ds .content .price-head .price-headItem h2 span {
          font-size: 18px;
          color: #999;
          font-weight: 400; }
      .pricing-ds .content .price-head .price-headItem p {
        font-size: 13px;
        color: #bbb;
        line-height: 1.5; }
  .pricing-ds .content .price-body .price-bodyItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .pricing-ds .content .price-body .price-bodyItems:last-of-type {
      border: 0; }
    .pricing-ds .content .price-body .price-bodyItems .price-bodyTitle {
      width: 34%;
      padding: 15px 0;
      font-size: 14px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: -webkit-max-content;
      min-height: -moz-max-content;
      min-height: max-content; }
      .pricing-ds .content .price-body .price-bodyItems .price-bodyTitle i {
        font-size: 11px;
        color: #999;
        margin: 0 3px; }
    .pricing-ds .content .price-body .price-bodyItems .price-item {
      width: 22%;
      padding: 15px 0;
      text-align: center;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-height: -webkit-max-content;
      min-height: -moz-max-content;
      min-height: max-content; }
      .pricing-ds .content .price-body .price-bodyItems .price-item i {
        color: #fff;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 50%;
        background: #2AA20C;
        font-size: 13px; }
      .pricing-ds .content .price-body .price-bodyItems .price-item span {
        font-size: 14px; }
  .pricing-ds .content .price-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pricing-ds .content .price-foot .price-footTitle {
      width: 34%; }
    .pricing-ds .content .price-foot .price-foot-item {
      width: 22%;
      text-align: center;
      padding: 30px 0 50px;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }

.pricing-ds .monthly_price {
  display: none; }

.pricing-ds .botm {
  font-size: 14px;
  text-align: center; }
  .pricing-ds .botm a {
    color: var(--main-color);
    text-decoration: underline;
    margin-left: 15px; }

/* --------------- FAQS --------------- */
.faqs-ds .accordion-item {
  background: var(--bg-color);
  border-radius: 10px;
  border: 0;
  margin-bottom: 5px; }
  .faqs-ds .accordion-item.active {
    background: var(--main-color); }
  .faqs-ds .accordion-item .accordion-header {
    background: transparent; }
    .faqs-ds .accordion-item .accordion-header button {
      background: transparent;
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      padding: 30px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .faqs-ds .accordion-item .accordion-header button:after {
        background-image: url(../imgs/pricing/plus-solid.svg);
        -webkit-filter: invert(1);
        filter: invert(1); }
      .faqs-ds .accordion-item .accordion-header button:not(.collapsed):after {
        background-image: url(../imgs/pricing/minus-solid.svg); }
  .faqs-ds .accordion-item .accordion-body {
    padding: 0;
    padding: 0px 100px 30px 30px; }
    .faqs-ds .accordion-item .accordion-body p {
      font-size: 14px; }

/* --------------- FAQS --------------- */
.team-ds .item {
  text-align: center;
  margin-bottom: 60px; }
  .team-ds .item:hover .img {
    border-color: var(--main-color); }
  .team-ds .item:hover .cont h6 {
    color: var(--main-color); }
  .team-ds .item .img,
  .team-ds .item .numb {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--bg-color);
    margin: auto; }
    .team-ds .item .img img,
    .team-ds .item .numb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
  .team-ds .item .img {
    border: 2px solid transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .team-ds .item .numb {
    line-height: 220px; }
    .team-ds .item .numb h3 {
      line-height: 220px; }
  .team-ds .item .cont {
    margin-top: 15px; }
    .team-ds .item .cont h6 {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .team-ds .item .cont span {
      color: #bbb;
      font-size: 14px;
      margin-top: 5px; }
      .team-ds .item .cont span a {
        color: var(--main-color);
        text-decoration: underline; }

/* --------------- Blogs --------------- */
.blog-ds {
  background: var(--bg-color); }
  .blog-ds .item .info {
    font-size: 14px; }
    .blog-ds .item .info .date {
      color: #808080; }
    .blog-ds .item .info .dash {
      color: #808080;
      margin: 0 15px; }
  .blog-ds .item .img {
    position: relative;
    height: 300px; }
    .blog-ds .item .img > img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center; }
    .blog-ds .item .img .icon {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      border-radius: 50%;
      width: 55px;
      height: 55px;
      line-height: 55px;
      text-align: center;
      background: var(--main-color);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .blog-ds .item .img .icon img {
        width: 22px; }
  .blog-ds .item:hover .img .icon {
    opacity: 1;
    visibility: visible; }

/* --------------- footer --------------- */
.footer-ds {
  border-color: rgba(255, 255, 255, 0.3); }
  .footer-ds .subscribe .form-group {
    margin: 60px 0 15px;
    position: relative; }
    .footer-ds .subscribe .form-group label {
      font-size: 14px;
      margin-bottom: 10px; }
    .footer-ds .subscribe .form-group input {
      padding: 20px 50px 20px 20px;
      background: var(--bg-color);
      border: 0;
      border-radius: 5px;
      min-width: 300px;

      width: 100%;
      color: #fff; }
    .footer-ds .subscribe .form-group button {
      background: #fff;
      border: 0;
      min-width: 300px;

      border-radius: 5px;
      width: 100%;
      padding: 20px;
    }
  .form-btn-input{
    border-radius: 0 5px 5px 0 !important;
    max-width: 700px;
  }
  .footer-ds .subscribe span {
    color: #808080;
    font-size: 13px; }
    .footer-ds .subscribe span a {
      color: #fff;
      text-decoration: underline; }
  .footer-ds .contact-info .item h6 {
    margin-bottom: 15px; }
  .footer-ds .contact-info .item p {
    font-size: 14px;
    margin-top: 5px; }
  .footer-ds .sub-footer .copy .logo {
    width: 25px; }
  .footer-ds .sub-footer .copy p {
    font-size: 14px; }
    .footer-ds .sub-footer .copy p a {
      color: #fff; }
  .footer-ds .sub-footer .links {
    width: 100%; }
    .footer-ds .sub-footer .links a {
      font-size: 14px; }
    .footer-ds .sub-footer .links .active {
      color: #fff; }

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  background-color: var(--theme-color); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0; }

h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px; }

h2 {
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -3px; }

h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -2px; }

h4 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -2px; }

h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px; }

h6 {
  font-size: 24px;
  line-height: 32px; }

.sub-head {
  font-size: 20px;
  line-height: 28px; }

p {
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
  margin: 0; }

.sec-head h2 {
  font-size: 65px;
  line-height: 65px; }
  .sec-head h2 span {
    color: var(--main-color);
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400; }

.loader-wrap svg {
  fill: #1d1d1d; }

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .butn.butn-bord:hover {
    background: var(--main-color);
    color: #fff; }

.butn.butn-bg {
  background: var(--main-color);
  border: 1px solid transparent;
  color: #fff; }
  .butn.butn-bg:hover {
    background: transparent;
    border-color: var(--main-color);
    color: inherit; }

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1); }

.butn .icon {
  width: 18px; }

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0); }

.box-light {
  background-color: #fff;
  color: #000; }

.box-dark .box {
  background: var(--bg-color);
  border-radius: 15px;
  padding: 100px 80px;
  position: relative; }
  .box-dark .box .layers {
    position: absolute;
    top: 5px;
    left: 30px;
    right: 30px;
    bottom: -10px;
    background: var(--bg-color);
    border-radius: 15px;
    opacity: .7;
    z-index: -1; }
    .box-dark .box .layers:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 20px;
      right: 20px;
      bottom: -10px;
      background: var(--bg-color);
      border-radius: 15px;
      opacity: .7;
      z-index: -1; }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .header-ds .caption {
    text-align: center; }
  .header-ds .text {
    text-align: center; }
    .header-ds .text p {
      width: 80%;
      margin: auto; }
  .services-ds .item .title h2 {
    font-size: 80px;
    line-height: 1.2; }
  .pricing-ds .sec-head .d-flex {
    display: block !important; 

  }
    .pricing-ds .sec-head .d-flex .ml-auto {
      margin-top: 30px; }
  .pricing-ds .content .price-foot .price-foot-item .butn span:first-of-type {
    display: block !important;
    width: 100% !important; } }

@media screen and (max-width: 768px) {
  .sec-head {
    display: block !important;
    text-align: center; 

   }
    .sec-head h2 {
      font-size: 40px;
      line-height: 1.2; }
    .sec-head .butn {
      margin-top: 15px; }
  .header-ds .caption h1,
  .header-ds .numb h2 {
    font-size: 40px;
    line-height: 1.2; }
  .header-ds .numb {
    display: block !important; }
    .header-ds .numb > div {
      display: block;
      width: 100%; }
    .header-ds .numb .ml-auto {
      margin: 30px 0 0 0 !important; }
    .header-ds .numb span br {
      display: none; }
  .intro-ds .comit .item {
    text-align: center;
    margin-bottom: 10px; }
  .intro-ds .comit .text-right {
    text-align: center !important; }
  .intro-ds .container .box {
    padding: 60px 15px; }
  .brand-ds .item:after {
    left: 0;
    right: 0; }
  .works-ds .item .cont h4 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: normal; }
  .services-ds .item {
    display: block !important; }
  .services-ds .item .title {
    margin-bottom: 0; }
  .services-ds .item .title h2 {
    font-size: 45px;
    margin-bottom: 10px; }
  .services-ds .item .icon {
    margin-left: 15px; }
  .box-dark .box {
    padding: 100px 15px; }
  .testimonials-ds .qoute-icon .text {
    width: 180px; }
  .testimonials-ds .qoute-icon .icon {
    width: 80px; }
  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal; }
  .faqs-ds .accordion-item .accordion-header button {
    font-size: 17px;
    line-height: 1.4; }
  .pricing-ds .content .price-head .price-headItem h2 {
    font-size: 24px; }
.header-ds .caption .h1-sub2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 450;
    margin-top: 15px;
}
.header-ds .caption .h1-sub3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 450;
  margin-top: 20px;
}

.header-dm .caption h1 {
  font-size: 40px;
  letter-spacing: -1px; }
.services-dm .item {
  display: block !important; }
.services-dm .item .title h2 {
  font-size: 60px;
  margin-bottom: 10px; }
.intro-vid {
  margin-top: 0; }
  .intro-vid .bg-img .states {
    display: none; }
.testimonials-dm .sec-head .states .ml-80 {
  margin-left: 15px !important; } 

  .header-ds .container {
    padding: 70px 0 30px;
    min-height: 100px; }
}

/* --------------- Awards --------------- */
.intro-vid .bg-img {
  height: 100%;
  border-radius: 30px;
  margin-top: 20px;
  position: relative; 
  overflow: hidden;
}
  .intro-vid .bg-img .states {
    position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  max-width: 300px;
  z-index: 3;
  height: 280px;
 }
    .intro-vid .bg-img .states .imgs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .intro-vid .bg-img .states .imgs .img {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        border: 2px solid var(--bg-color); }
      .intro-vid .bg-img .states .imgs .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: var(--main-color);
        text-align: center;
        line-height: 40px;
        margin-left: -10px;
        z-index: -10;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .intro-vid .bg-img .states .imgs .icon img {
          width: 15px;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
  .intro-vid .bg-img .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .intro-vid .bg-img .play-button a {
      width: 120px;
      height: 120px;
      line-height: 120px;
      font-size: 40px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.7);
      background: rgba(255, 255, 255, 0.1); }


/* --- Play button (keep your existing base rules if you already have them) --- */
.intro-vid .bg-img .play-button{
  position:absolute; top:50%; left:50%;
  transform:translate(-50%,-50%);
  width:120px; height:120px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.7);
  background:rgba(255,255,255,.1);
  cursor:pointer;
  z-index:4;
  display:flex; align-items:center; justify-content:center;
  transition: transform .2s ease, background-color .25s ease, box-shadow .25s ease;
  will-change: transform;
}

/* Triangle icon (pure CSS) */
.intro-vid .bg-img .play-button::before{
  content:"";
  width:0; height:0;
  border-left:32px solid #fff;
  border-top:20px solid transparent;
  border-bottom:20px solid transparent;
  margin-left:6px;                 /* visually center */
  transition: transform .2s ease;   /* lets us nudge it on hover */
}

/* Subtle hover: scale + glow + nudge triangle */
.intro-vid .bg-img .play-button:hover,
.intro-vid .bg-img .play-button:focus-visible{
  transform:translate(-50%,-50%) scale(1.06);
  background:rgba(255,255,255,.14);
  box-shadow:0 8px 30px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.9);
}
.intro-vid .bg-img .play-button:hover::before,
.intro-vid .bg-img .play-button:focus-visible::before{
  transform: translateX(2px);       /* tiny “forward” cue */
}

/* Pulsing ring on hover */
.intro-vid .bg-img .play-button::after{
  content:"";
  position:absolute; inset:0;       /* ring matches the circle */
  border-radius:50%;
  border:2px solid rgba(255,255,255,.45);
  opacity:0;
  pointer-events:none;
}
.intro-vid .bg-img .play-button:hover::after,
.intro-vid .bg-img .play-button:focus-visible::after{
  animation: playPulse 1.1s ease-out infinite;
}

/* Keyframes for the ring */
@keyframes playPulse{
  0%   { transform: scale(.9); opacity:.45; }
  100% { transform: scale(1.45); opacity:0; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .intro-vid .bg-img .play-button{ transition:none; }
  .intro-vid .bg-img .play-button:hover,
  .intro-vid .bg-img .play-button:focus-visible{
    transform:translate(-50%,-50%); box-shadow:none; background:rgba(255,255,255,.14);
  }
  .intro-vid .bg-img .play-button::after{ animation:none !important; }
}

      /* Keep video inside rounded container */
.intro-vid .player-embed {
  position: absolute; inset: 0; width: 100%; height: 85%;
  border: 0; border-radius: 20px;
}

.video-area{
  width: 80%;
}
/* Hide overlays once playing */
.intro-vid.playing .states,
.intro-vid.playing .play-button {
  opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease;
}




/* Card styles */
.ig-card {
    position: relative;
    width: 300px;
    height: 450px;
    border-radius: 20px;
    background: 
        radial-gradient(0% 140% at 70% 100%,
            color-mix(in oklab, var(--main-color) 20%, transparent) 0%,
            color-mix(in oklab, #9552ff 22%, transparent) 35%,
            color-mix(in oklab, #ff5acb 26%, transparent) 55%,
            transparent 70%),
        radial-gradient(70% 80% at 50% 5%, #10131a66 0, #0000 50%),
        linear-gradient(180deg, #0a0d12, var(--bg-color) 55%, #05070a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        inset 0 -1px 0 rgba(0, 0, 0, 0.6),
        0 40px 90px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    isolation: isolate;
    color: #e6ebf0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.5rem;
    flex-shrink: 0;
    margin: 30px;
    transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s;
}

/* Neon glow behind cards */
.ig-card::after {
    content: "";
    position: absolute;
    left: -20%;
    right: -20%;
    bottom: -25%;
    height: 60%;
    border-radius: calc(24px * 1.5);
    background:
        radial-gradient(120% 140% at 75% 80%, #ff5acb, transparent 60%),
        radial-gradient(120% 140% at 30% 85%, var(--main-color), transparent 65%),
        radial-gradient(120% 140% at 60% 95%, #9552ff, transparent 60%);
    filter: blur(40px);
    opacity: 0.7;
    z-index: -1;
}

/* Hover effects */
@media (hover:hover) {
    .ig-card:hover {
        transform: translateY(-12px) scale(1.05);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.04),
            inset 0 -1px 0 rgba(0, 0, 0, 0.6),
            0 60px 120px rgba(0, 0, 0, 0.9);
    }

    .ig-card:hover::after {
        opacity: 1;
        filter: blur(50px);
    }
}

/* Profile layout inside card */
.ig-profile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

/* Avatar container */
.ig-avatar-wrap {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    overflow: hidden;
    background: var(--bg-color);
    aspect-ratio: 1;
    width: 100%;
    max-width: 220px;
    align-self: center;
    transition: all 0.3s ease;
}

.ig-avatar {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Info sections */
.ig-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
}

.ig-followers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
}

.ig-name {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
}

.ig-username {
    opacity: 0.85;
    font-size: 1rem;
    text-align: center;
}

.ig-count {
    font-weight: 800;
    font-size: 1.1rem;
    font-variant-numeric: tabular-nums;
}

.ig-label {
    opacity: 0.85;
    font-size: 0.95rem;
}

/* Glow effects */
.ig-glow {
    transition: all 0.3s ease;
}

.ig-card:hover .ig-glow {
    border-color: color-mix(in oklab, var(--main-color) 60%, transparent);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 8px 24px -6px color-mix(in oklab, var(--main-color) 60%, transparent),
        0 16px 48px -8px color-mix(in oklab, #9552ff 60%, transparent);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .ig-card {
        width: 240px;
        height: 420px;
    }
    
    .carousel-track {
        gap: 1.5rem;
    }
    
    .carousel.offset {
        margin-left: -10%;
    }
    .testimonial-video {
    
      margin-left: 40px;
      margin-bottom: 20px;
    }
    .item{
      margin-left: 10%;
      margin-bottom: 20px;
    }
    
}

/* --------------- Blog Details (Centered) --------------- */
.blog-details-container {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.blog-title {
  text-align: center;
}

.blog-meta {
  text-align: center;
  color: #bbb;
}

.blog-hero {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.blog-body {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-video {
  flex: 1;
  max-width: 300px;
  max-height: 70%;
}

.testimonial-video video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.video-wrapper video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  cursor: pointer;
}

.play-button-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.play-button:hover {
  background: rgba(0,0,0,0.8);
}


.how-it-works {
}

.how-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #000;
  border:1px solid#fff;
  width: 400px;
  height: 750px;
}

.how-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.how-img {
  width: 350px;
  height: 450px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.video-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  
  background: linear-gradient(135deg, #010412 0%, #040007 100%);
}

.carousel {
    overflow: hidden; /* Hide overflow */
    position: relative;
    width: 100%; /* Full width */
}


.carousel-track-reel {
  display: flex;
  width: calc(300px * 10); /* Adjust based on number of videos */
  animation: infiniteScroll 70s linear infinite;
  height: 100%;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  transition: transform 0.3s ease; /* Smooth scrolling */
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow: hidden;
  will-change: transform;
}

.carousel-track {
  display: flex;
  width: calc(300px * 10); /* Adjust based on number of videos */
  animation: infiniteScroll 70s linear infinite;
  height: 100%;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  transition: transform 0.3s ease; /* Smooth scrolling */
  will-change: transform;
}


/* Add a reverse animation for the carousel track */
.carousel-track.reverse {
  animation: reverseScroll 70s linear infinite; /* Use a new keyframe for reverse */
  transition: transform 0.3s ease; /* Smooth scrolling */
  will-change: transform;
}

@keyframes reverseScroll {
  0% {
    transform: translateX(calc(-300px * 5 - 100px)); /* Start at the end */
  }
  100% {
    transform: translateX(0); /* Move to the beginning */
  }
}


@keyframes infiniteScroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(calc(-300px * 5 - 100px)); /* Half the track width */
  }
}

.reel {
  position: relative;
  width: 280px;
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  background: #1a1a1a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.reel:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
}

.reel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.reel:hover video {
  transform: scale(1.05);
}

/* Instagram-style overlay */
.reel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
      to bottom,
      transparent 0%,
      transparent 50%,
      rgba(0, 0, 0, 0.8) 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* Play button overlay */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.play-button:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid #333;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}

.reel:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.reel.playing .play-button {
  opacity: 0;
  pointer-events: none;
}

/* Instagram-style bottom info */
.reel-info {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  z-index: 4;
  color: white;
}

.reel-username {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.reel-username:before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  margin-right: 10px;
  display: inline-block;
}

.reel-description {
  font-size: 12px;
  opacity: 0.9;
  line-height: 1.3;
}

/* Instagram-style right side icons */
.reel-actions {
  position: absolute;
  right: 15px;
  bottom: 60px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.action-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.action-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* Pause animation on hover
.video-carousel:hover .carousel-track {
  animation-play-state: paused;
} */

/* Sound indicator */
.sound-indicator {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 12px;
  z-index: 4;

}

/* Loading placeholder */
.reel.loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
      background-position: 200% 0;
  }
  100% {
      background-position: -200% 0;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .reel {
      width: 250px;
      height: 450px;
}
  .carousel {
        overflow-x: scroll; /* Allow horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
  }
  
  
  .carousel-track {
      display: flex;
      width: calc(270px * 10);
  }
  
  @keyframes infiniteScroll {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(calc(-270px * 5 - 100px));
      }
  }

  .how-card {
  
  width: 360px;
  height: 750px;
}
.how-img {
  width: 300px;
 
}

}



/* Remove the old pagination styles and add arrow styles */
.testimonials-ds .swiper .swiper-pagination {
  display: none; /* Hide pagination */
}

/* Navigation arrows styling */
.testimonials-ds .swiper-button-next,
.testimonials-ds .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  margin-top: -22px; /* Center vertically */
  transition: all 0.3s ease;
}

.testimonials-ds .swiper-button-next:hover,
.testimonials-ds .swiper-button-prev:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  transform: scale(1.1);
}

/* Arrow icons */
.testimonials-ds .swiper-button-next:after,
.testimonials-ds .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

/* Position arrows */
.testimonials-ds .swiper-button-next {
  right: 10px;
}

.testimonials-ds .swiper-button-prev {
  left: 10px;
}

/* For disabled state */
.testimonials-ds .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.testimonials-ds .swiper-button-disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonials-ds .swiper-button-next,
  .testimonials-ds .swiper-button-prev {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  
  .testimonials-ds .swiper-button-next:after,
  .testimonials-ds .swiper-button-prev:after {
    font-size: 14px;
  }
  
  .testimonials-ds .swiper-button-next {
    right: 5px;
  }
  
  .testimonials-ds .swiper-button-prev {
    left: 5px;
  }
}

.video-rounded {
  border-radius: 20px;  /* adjust curve size */
  overflow: hidden;     /* ensures corners clip correctly */
  width: 100%;          /* responsive */
  max-width: 100%;
}

.draggable {
    cursor: grab;
}

.draggable:active {
    cursor: grabbing;
}

.draggable img {
    pointer-events: none; /* Prevent image dragging */
}

.subscribe {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text alignment */
    height: 100%; /* Ensure it takes up the full height of the parent */
}


/* Ensure consistent input and button size */
.footer-ds .subscribe .form-group input,
.footer-ds .subscribe .form-group button {
    padding: 20px; /* Ensure consistent padding */
    min-width: 300px; /* Prevent shrinking */
    width: 100%; /* Full width */
    box-sizing: border-box; /* Include padding in width calculation */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Ensure consistent font size */
    transition: none; /* Disable transitions that might cause shrinking */
}

/* Prevent shrinking on focus or active state */
.footer-ds .subscribe .form-group input:focus,
.footer-ds .subscribe .form-group button:focus {
    outline: none; /* Remove focus outline */
    box-shadow: none; /* Prevent box-shadow changes */
}

/* Prevent shrinking on hover */
.footer-ds .subscribe .form-group button:hover {
    transform: none; /* Disable hover effects that might cause resizing */
}

/* Ensure the success message doesn't affect layout */
#subscribe_msg {
    display: block; /* Ensure it doesn't overlap */
    margin-top: 10px; /* Add spacing */
    font-size: 14px; /* Consistent font size */
    color: #808080; /* Neutral color */
}

/* Ensure consistent input and button size */
.footer-ds .subscribe .form-group input,
.footer-ds .subscribe .form-group button {
    padding: 20px; /* Ensure consistent padding */
    min-width: 300px; /* Prevent shrinking */
    width: 100%; /* Full width */
    box-sizing: border-box; /* Include padding in width calculation */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Ensure consistent font size */
    transition: none; /* Disable transitions that might cause shrinking */
}

/* Prevent shrinking on focus or active state */
.footer-ds .subscribe .form-group input:focus,
.footer-ds .subscribe .form-group button:focus {
    outline: none; /* Remove focus outline */
    box-shadow: none; /* Prevent box-shadow changes */
}

/* Prevent shrinking on hover */
.footer-ds .subscribe .form-group button:hover {
    transform: none; /* Disable hover effects that might cause resizing */
}

/* Ensure the success message doesn't affect layout */
#subscribe_msg {
    display: block; /* Ensure it doesn't overlap */
    margin-top: 10px; /* Add spacing */
    font-size: 14px; /* Consistent font size */
    color: #808080; /* Neutral color */
}

/* Style for the Instagram logo */
.instagram-logo {
    transition: transform 0.3s ease; /* Smooth transition for hover effect */
    width: 40px; /* Default size */
    height: 40px;
}

/* Hover effect: Increase size */
.instagram-link:hover .instagram-logo {
    transform: scale(1.2); /* Increase size by 20% */
}
.h1-sub3 .at-the-top {
  font-weight: 400;       /* Super bold */
  font-size: 40px;
}
