*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: white;
   
}

body{
    line-height: 1.6;
}


h1{
    font-family: jomhuria;
    font-size: 84px;
    
}
p{
    font-family: inter;
    font-weight: lighter;
    font-size: 16px;
}
h2{
    font-family: inter;
    font-weight: lighter;
    font-size: 32px;
}

.main-content{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 60%;
    width: 100%;
}

.header-controller{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading-box{
    width: 50%;
}

.heading-primary-1{
    font-size: 84px;
}

.heading-primary{
    font-size: 90px;
    width: 100%;
    margin-bottom: 30px;
}

.header-paragraph{
    font-size: 14px;
    width: 89%;
    margin-bottom: 30px;
}

.btn1{

    padding: 5px 50px;
    font-family: jomhuria;
    font-size: 25px;
    background-color: #FF00E5;
    color: white;
    display: inline-block;
}

a{
    text-decoration: none;
    color: white;
}

button:hover{
    background-color:#430034;
   border:  solid 0.8px white;
   animation: none;
}

/* header{
    background: linear-gradient(to top, #000000, #430034 60%);
    height: 100vh;
} */

.full-height-bg{
    background: linear-gradient(to top, #430034 ,#000000 60%);
}

.header.header-full-height{
    height: auto;
}
.header.header-full-height.can{
    height: 100vh;
}
/* Existing styles remain the same... */
.main-nav {
  padding: 30px 0;
}

.navbar_brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
        width: 15% !important;
}

.main-logo {
  width: 100%;
}

.main-nav-link {
  color: white;
  font-size: 15px;
  border-bottom: transparent solid 2px;
}

.main-nav-link:hover,
.main-nav-link.active,
.main-nav-link:focus {
  border-bottom: #FF00E5 solid 2px;
  color: #FF00E5;
}

.main-nav-item:not(:last-child) {
  margin-right: 40px;
}

/* ✅ Mobile Menu Icon */
.mobile-menu-icon {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}
 .navbar-nav {
     width: 50%;
 }
/* ✅ Responsive Styles */
@media screen and (max-width: 768px) {
  .mobile-menu-icon {
    display: block;
  }
.navbar_brand {
   
        width: 80% !important;
}

  .navbar-nav {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    background-color: #000; /* dark bg for mobile nav */
    flex-direction: column;
    text-align: center;
    display: none;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 20px 0;
    z-index: 999;
    width: 100%;
  }
  .main-nav-item:not(:last-child) {
  margin-right: 0px;
}


.navbar-nav {
  transform: translateY(-10px);
}
.navbar-nav.show {
  transform: translateY(0);
}

  .navbar-nav.show {
    display: flex;
    opacity: 1;
  }

  .main-nav-item {
    margin: 10px 0;
  }

  .main-logo {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .mobile-menu-icon {
    display: block;
  }

  .navbar-nav {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    background-color: #000; /* dark bg for mobile nav */
    flex-direction: column;
    text-align: center;
    display: none;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 20px 0;
    z-index: 999;
  }
  .main-nav-item:not(:last-child) {
  margin-right: 0px;
}
}
/* slide start */

.slide{
    margin-top: 90px;
}
.slide-inner{
    display: flex;
    justify-content: space-between;
}

.h-text{
    align-self: top;
    /* margin-top: 60px; */
}

.hero-box-para{
    width: 90%;
}

.hero-highlight{
    color: #FF00E5;
}

.slider-long-arrow{
    width: 20%;
    margin-right: 20px;
}

.container .arrow{
    padding: 10px;
}
.container .arrow a{

    margin-right: 15px;
   
}

.container .arrow a:active{
    color: #FF00E5;
}


/* services page start */

.container-two{
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 50px;
    margin-bottom: 40px;
}

.heading{
    
    text-align: center;
}

.services{
   
   text-align: center;
}


.span{
    color:white;
    margin: 15px 5px;
    text-align: center;
    border: white solid 1px;
    padding: 20px 40px 20px 40px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    transition: all .2s;
}

.span:hover{
    background-color: #FF00E5;
    border: #FF00E5 solid 1px;
    transition: all .2s;
}


.reviews{
    border: white solid 1px;
}

 .contact {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 40px;
            margin: 60px auto;
            max-width: 1200px;
            padding: 0 20px;
        }

        .contact .form {
            flex: 1;
            max-width: 600px;
            background: rgba(67, 0, 52, 0.3);
            padding: 40px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .contact .form:hover {
            transform: translateY(-5px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
        }

        .contact .form textarea {
            border: 1px solid rgba(255, 255, 255, 0.3);
            background: rgba(67, 0, 52, 0.6);
            width: 100%;
            height: 150px;
            padding: 20px;
            color: white;
            border-radius: 15px;
            font-size: 16px;
            resize: vertical;
            transition: all 0.3s ease;
            outline: none;
        }

        .contact .form textarea:focus {
            border-color: rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
            transform: scale(1.02);
        }

        .contact .form textarea::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .contact .form input {
            border: 1px solid rgba(255, 255, 255, 0.3);
            background: rgba(67, 0, 52, 0.6);
            width: 100%;
            height: 55px;
            padding: 15px 20px;
            color: white;
            border-radius: 15px;
            font-size: 16px;
            transition: all 0.3s ease;
            outline: none;
            margin-bottom: 20px;
        }

        .contact .form input:focus {
            border-color: rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
            transform: scale(1.02);
        }

        .contact .form input::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .btn1 {
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
            border: none;
            padding: 15px 40px;
            border-radius: 30px;
            color: white;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
            margin-top: 10px;
            box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
        }

        .btn1:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
            background: linear-gradient(45deg, #ff5252, #ff7575);
        }

        #responseMessage {
            margin-top: 20px;
            padding: 15px;
            background: rgba(76, 175, 80, 0.2);
            border: 1px solid rgba(76, 175, 80, 0.5);
            border-radius: 10px;
            text-align: center;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.3s ease;
        }

        #responseMessage.show {
            opacity: 1;
            transform: translateY(0);
        }

        .contact .tags {
            flex: 1;
            max-width: 400px;
            background: rgba(67, 0, 52, 0.2);
            padding: 30px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        .contact .tags .tag-t {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
        }

        .contact .tags .tag-t span {
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .footer-skill-option {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
        }

        .footer-skill-option .span {
            color: white;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.3);
            padding: 15px 25px;
            font-weight: bold;
            font-size: 14px;
            display: inline-block;
            border-radius: 25px;
            background: rgba(67, 0, 52, 0.4);
            transition: all 0.3s ease;
            cursor: pointer;
            backdrop-filter: blur(5px);
        }

        .footer-skill-option .span:hover {
            transform: translateY(-3px);
            border-color: rgba(255, 107, 107, 0.6);
            box-shadow: 0 10px 25px rgba(255, 107, 107, 0.2);
            background: rgba(255, 107, 107, 0.1);
        }

        @media (max-width: 768px) {
            .contact {
                flex-direction: column;
                gap: 30px;
                margin: 30px auto;
            }
            
            .contact .form,
            .contact .tags {
                max-width: 100%;
            }
            
            .contact .form {
                padding: 25px;
            }
            
            .footer-skill-option .span {
                padding: 12px 20px;
                font-size: 12px;
            }
        }


/* footer */

.footer{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.hire a:hover{
    color: #FF00E5;
}

.follow{
    text-align: right;
}

.divider{
  margin-top: 50px;
 border: solid 1px #800273 ;
}


.port{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
    text-align: center;
}



.portfolio .text{
    
    margin: 35px;
    text-align: left;
    
}
.portfolio .text img{
    width: 150px;
}

/* logo design page */



.container-fluid{
    width: 80%;
    
}

.container-fluid .gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    
}


.container-fluid .gallery img{
    width: 100%;
    

}

/* mobile design */

.mob-h1{
    margin-top: -50px;
}

.videos{
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.container-fluid .gallery-mob{
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 20px;
    
}

.gallery-mob{
    margin-bottom: 40px;
}

.play-icon-parent{
    background-color: white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px  rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
}
.atropos:hover .play-icon-parent{
    opacity: 1;
    transition: all .3s;
}

.container-fluid .gallery-mob img{
    width: 100%;
}

.container-fluid .gallery-mob2{
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 20px;
    margin-top: 20px;
    
}

.container-fluid .gallery-mob2 img{
    width: 100%;
}

.container-fluid .gallery-mob3 {

    margin-top: 20px;
}
.container-fluid .gallery-mob3 img{
    width: 102%;
}


/* web design page */

.container-fluid .gallery-web{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    
}

.container-fluid .gallery-web img{
    width: 100%;
}

.web-h1{
    margin-top: -50px;
}

.img-set-1{
    margin-top: -214%;
}
.img-set-2{
    margin-top: -256%;
}
.img-set-3{
    margin-top: -155%;
}

.img-set-4{
    margin-top: -80%;
}

/* print media design page */



.container-fluid .gallery .img-p2{
    margin-top: -34%;
}
.container-fluid .gallery .img-p3{
    margin-top: -34%;
}

.container-fluid .gallery .img-p6{
    margin-top: -40%;
}

.container-fluid .gallery .img-p7{
    margin-top: -27%;
}

.container-fluid .gallery .img-p8{
    margin-top: -24%;
}

.container-fluid .gallery .img-p10{
    margin-top: -75%;
}

.container-fluid .gallery .img-p12{
    margin-top: -6%;
}



/* web banner */

.container-fluid .web-banner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    
}


.container-fluid .web-banner img{
    width: 100%;
    

}



/* -- New Improve Css --*/

.main-nav-collap{
    justify-content: flex-end;
    flex-basis: unset;
}

.nav-container{
    flex-wrap: nowrap !important;
}


/* -- Responsive Css --*/
@media only screen and (max-width:1400px) {
    .heading-primary{
        font-size: 46px;
        margin-bottom: 15px;
    }

    .image-box img{
        width: 75%;
    }

    #services{
        height: 100vh !important;
    }

    #testimonials{
        margin: 120px 0 80px 0 !important;
    }
}



.just-fuc{
    width: 30%;
}



.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 0;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #FF00E5;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }

.clearfix{
    clear: both;
    display: block;
}

.home-c.navbar.navbar-expand-lg.main-nav.hidden{
    background-color: rgba(28, 28, 28, 0.798);
    padding: 5px 0;
    transition: all .3s;
    position: fixed;
}
.home-c.navbar.navbar-expand-lg.main-nav.hidden .navbar-brand{
    padding: 0;
}

.testimonials-box{
    margin-right: 30px;
    background-color: #800273;
    padding: 20px 30px;
    border-radius: 20px;
}

.testi-top-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.test-user-info{
    display: flex;
    align-items: center;
}

.t-user-name{
    display: block;
    font-size: 21px;
}

.t-user-country{
    display: block;
    font-size: 14px;
    margin-top: -5px;
}

.t-user-img{
    margin-right: 10px;
}

.t-review{
    font-size: 14px;
    line-height: 1.8;
}

#services{
    height: 80vh;
}

#testimonials{
    margin: 40px 0 80px 0;
}

.image-box{
    text-align: center;
}

#responseMessage{
    display: none;
    background-color: #147600;
    color: white;
}

@media only screen and (max-width:480px) {

    
    .contact{
        flex-direction:column;
    }
    
    .tags{
        width:100%;
    }
    
    .contact .form textarea,
    .contact .form input{
        width:290px;
    }
    
    .container-fluid .web-banner{
        display: block;
    }

    .web-banner > div{
        margin-bottom: 20px;
    }

    .container-fluid .gallery{
        display: block;
    }

    .img-p2,
    .img-p3,
    .img-p6,
    .img-p7,
    .img-p8,
    .img-p12,
    .img-p10{
        margin-top: 0 !important;
    }

    .gallery > div{
        margin-bottom: 20px;
    }

    .container-fluid .gallery-mob{
        display: block;
        margin-bottom: 20px;
    }
    .gallery-mob > div{
        margin-bottom: 10px;
    }
    .port{
        display: block;
    }

    .portfolio .text{
        margin: 30px 0;
    }
    h1,
    .heading-primary-1{
        font-size: 40px;
    }

    h2{
        font-size: 25px;
    }

    .container-fluid .gallery-web{
        display: block;
    }

    .gallery-web > div{
        margin-bottom: 20px;
    }

    .img-set-4,
    .img-set-3,
    .img-set-2,
    .img-set-1{
        margin-top: 0 !important;
    }
    .navbar-nav{
        display: none;
    }

    .slide{
        margin-top:0 ;
    }

    .slide-inner{
        flex-direction: column;
    }

    .image-box img{
        width: 100%;
    }

    .h-text{
        margin-top: 10px;
    }

    .heading-primary{
        font-size: 30px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .heading-box{
        width: 100%;
        text-align: center;
    }

    .header-controller{
        flex-direction: column-reverse;

    }

    .header-controller .image-box{
       margin-right: 45px;
       margin-bottom: 20px;
       justify-content: center;
    }


    .header-paragraph{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .heading-secondary{
        font-size: 25px;
    }

    .btn1{
        margin: 10px 0;
        padding: 6px 50px;
    }

    .autoplay-progress {
        left: 16px;
        bottom: 0;
      }
   
}

.portfolio a:hover{
  color: #FF00E5;
}