
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Poppins: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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&display=swap');









.protfolio-container{
    min-height: 100vh;
    width: 100%;
    display: flex;
}

.protfolio-container {
  width: 1400px;
}

.protfolio-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}



header {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}


header{
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: 20px 10%;
    background-color: #403f3fce;
    z-index: 100;
}

.navlist{
    display: flex;
}
.navlist a{
    color: var(--text-color);
    font-weight: 500;
    padding: 10px 20px;
    transition: .5s ease;
}
.navlist a:hover{
    color: rgb(28, 34, 54);
    text-shadow: 0 0 10px rgb(5, 11, 71);
}

#menu-icon{
    font-size: 1.8rem;
    z-index: 10001;
    cursor: pointer;
    margin-left: 25px;
    background: var(--hover-color);
    border-radius: 3px;
    display: none;
}

.navlist a.active{
    color: rgb(102, 77, 209);
   
}




.logo a {
    display: block;         
    text-align: left;       
    margin: 0;              
    padding: 0;             
    text-decoration: none;  
    color: black;
}


.logo {
  display: flex;
  justify-content: left;
  padding-left: 0px; 
}












.logo{  
    cursor: pointer;
}

.logo a{
    font-family: "Bona Nova SC", serif;
    font-size: 25px;
    font-weight: 500;
    margin-left: 0;
    color: white;
}

.logo span {
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(to right, #00ADB5, #6fbad35e, #09e10980, #f122d2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 300% 300%;
    animation: gradientTextAnimation 5s ease infinite;
}


@keyframes gradientTextAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}




.navlist{
    display: flex;
    gap: 0.5rem;
    
    height: 15vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    position:fixed;
}
.navlist li{
    list-style: none;
}
.navlist li a{
    text-decoration: none;
    text-transform:uppercase ;
    font-size: lrem;
    color:#fff;
    position:relative ;
}
.left-container, .right-container{
    height: 100vh;
    display: flex;
    align-items: center;
}
.left-container{
       background: #262525;
       width:70%;
       padding-left: 3rem;
}
.right-container{
        background: linear-gradient(-45deg, #3877FF, #262525 70%);
        width: 30%;
}
.icons .fa-brands{
    color:#bbb;
    font-size: 1.7rem;
}

.icons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    
}



.content{
    margin-left: 4rem;
}
.content .intro{
    font-size: 1.5rem;
    color:#fff;
}
.content .intro span{
    color: #5DB9EE;
}
.content h1{
    font-size: 4rem;
    color: #5DB9EE;
}
.content .detail{
    font-size: 1.1rem;
    color:#fff;
    max-width: 38rem;
    margin:1.1rem 0 3rem 0;
    line-height: 1.8rem;

}
.btn-container button{
    border: .1rem solid #5DB9EE;
    font-size: 1.1rem;
    padding: .8rem 1.5rem;
    border-radius: .5rem;
    cursor: pointer;
    transition: 5s ease;
}
button:nth-child(1){
    background: #5DB9EE;
    color: #262525;
}
button:nth-child(2){
    background: transparent;
    color: #5DB9EE;
    margin-left: 2rem;
}
button:nth-child(1):hover{
    background: transparent;
    color: #5DB9EE;
}
button:nth-child(2):hover{
    background: #5DB9EE;
    color: #262525;
}
.icons .fa-brands:hover{
    cursor:pointer;
    background: linear-gradient(#fff, #3877FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.design .circle{
     aspect-ratio: 1;
    position:absolute;
    border-radius: 50%; 
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}
.circle:nth-child(1){
    background: linear-gradient(90deg, transparent 50%, #262525 50%);
    width: 38rem;
}
.circle:nth-child(2){
    background: white;
    width: 30rem;
    background-image: Url("image/image\ \(2\).jpeg");
    background-size: 100%;
background-repeat: no-repeat;
border: .1rem solid white;
box-shadow: 
0 0 1rem #fff,
inset 0 0 1rem #fff,
0 0 2rem #3877FF,
inset 0 0 2rem #3877FF,
0 0 4rem #3877FF,
inset 0 0 4rem #3877FF;

}
.navlist li a::after, .navlist .active::after{
    content:"";
    position: absolute;
    background: #fff;
    width: 100%;
    height: .1rem;
    left: 0;
bottom: -5px;
transform: scaleX(0);

transition: transform .5s;
}
.navlist li a:hover::after, .navlist .active::after{
    transform: scaleX(1);
}







/* Center and fix the width */
.contact {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}






.contactInfo, .contactForm {
    flex: 1 1 45%;
    min-width: 300px;
}








@import url('https://fonts.google.com/?family=poppins:@200;300;400;500;600;700;800;900&display=swap');

*
{
  margin:0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.contact
{
  position: relative;
  min-height: 100vh;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(image/27230.jpg)

  background-size: cover;
}
.contact .content
{
  font-size: 30px;
  font-weight: 500px;
  color: #fff;
}

.contact .content  p
{
  
  font-weight: 300px;
  color: #fff;
}
.container
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.container .contactInfo
{
  width: 50px;
  display: flex;
  flex-direction: column;
}
.container .contactInfo .box
{
position: relative;
padding: 20px 0;
display: flex;
}
.container .contactInfo .box .icon
{
  min-width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-items: center;
  border-radius: 50%;
  font-size: 22px;
}

.container .contactInfo .box .text
{
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
  font-weight: 300;
}

.container .contactInfo .box .text .h3
{
  font-weight: 500;
  color: #00bcd4;
}
.contactForm
{
  width: 40px;
  padding: 40px;
  background: rgb(196, 196, 170);
}
.contactForm h2
{
  font-size: 30px;
  color: #333;
  font-weight: 500;

}
.contactForm .inputBox
{
  position: relative;
  width: 100%;
  margin-top: 10px;
}


.contactFrom .inputBox input,
.contactFrom .inputBox textarea
{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid#333;
    outline: none;
    resize:none;
}

.contactFrom .inputBox span
{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}
.contactFrom .inputBox input:focus ~ span,
.contactFrom .inputBox input:valid ~ span,
.contactFrom .inputBox textarea:focus ~ span,
.contactFrom .inputBox textarea:valid ~ span{
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}
.contactFrom .inputBox input[type="submit"]
{
    width: 100px;
    background: none;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;

}

@media (max-width:991px)
{
  .contact
  {
    padding: 50px;
  }
  .container
  {
    flex-direction: column;
  }
  .container .contactInfo
  {
    margin-bottom: 40px;
  }
  .container .contactInfo 
  .contactForm
  {
     width: 100%;
  }
}
























.contact{
    .h1 



    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(/image/27230.jpg);
    background-size: cover;
}
.contact .content{
    max-width: 800px;
    text-align: center;
}
.contact .content h2 
{
    font-size: 36px;
    font-weight: 500;
    color:#fff;
}
.contact .content p 
{
    font-weight: 300;
    color:#fff;
}
.container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.container .contactInfo{
    width: 50%;
    display: flex;
    flex-direction: column;

}
.container .contactInfo .box{
    position: relative;
    padding: 20px;
    display: flex;
}
.container .contactInfo .box .icon{
    min-width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;

}
.container .contactInfo .box .tex{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #faf6f6;
    flex-direction: column;
    font-weight: 300;

}.container .contactInfo .box .tex h3{
    font-weight: 500;
    color: #f4f8f8;
}
.contactFrom{
    width: 40%;
    padding: 40px;
    background: #fff;
}
.contactFrom h2{
    font-size: 30px;
    color: #a71515;
    font-weight: 500;
}
.contactFrom .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}






* {
  padding: 0;
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  box-sizing: border-box;
}

.about {
  width: 100%;
  padding: 80px 0;
  background-color: #191919;
}

.about img {
  height: auto;
  width: 420px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.about-text {
  max-width: 550px;
  width: 100%;
}

.main {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.about-text h4 {
  color: white;
  font-size: 80px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.about-text h5 {
  color: white;
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

span {
  color: #f9004d;
}

.about-text p {
  color: #fcfcfc;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 45px;
}

button {
  background-color: #f9004d;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 13px 30px;
  border-radius: 30px;
  transition: 0.4s;
  font-size: 16px;
}

button:hover {
  background: transparent;
  border: 2px solid #f9004d;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about img {
    width: 100%;
    max-width: 350px;
  }

  .about-text h1 {
    font-size: 48px;
  }

  .about-text h5 {
    font-size: 20px;
  }

  .about-text p {
    font-size: 16px;
    line-height: 26px;
  }
}




.about {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}









.btn {
  background-color: #f9004d;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 13px 30px;
  border-radius: 30px;
  transition: 0.4s;
  font-size: 16px;
  display: inline-block;
}

.btn:hover {
  background: transparent;
  border: 2px solid #f9004d;
  cursor: pointer;
}














*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
    width:100%;
    background-color: #000a0e;
}

.title h1{
     text-align: center;
     padding-top: 50px;
     font-size: 42px;
}
.title h1::after{
    content: "";
    height: 4px;
    width: 230px;
    background-color: #000;
    display: block;
    margin:auto;
}





body {
  font-family: Arial, sans-serif;
  padding: 20px;
  background-color: #0a0a0a;
}

h1 {
  text-align: center;
  margin-bottom: 40px;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background-color: rgba(233, 231, 231, 0.829);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  text-align: center;
}

.service-card:hover {
  transform: scale(1.03);
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.service-card h2 {
  margin: 15px 0 10px;
  color: #333;
}

.service-card p {
  padding: 0 15px 20px;
  color: #555;
}

.service-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}


.service-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background-color: #f9f9f9;
}

.hedtag{
  color: rgb(165, 170, 230);
}

.services-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
  gap: 30px;
  max-width: 1400px;        /* ✅ FIXED WIDTH */
  margin: 0 auto;           /* ✅ CENTER THE GRID */
  padding: 20px;
  box-sizing: border-box;
}







/* Tablet view: 2 columns */
@media (max-width: 1024px) {
  .services-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile view: 1 column */
@media (max-width: 600px) {
  .services-container {
    grid-template-columns: 1fr;
  }

  .hedtag {
    font-size: 28px;
    padding: 10px;
  }

  .service-card p {
    font-size: 13px;
  }

  .service-card img {
    height: 180px;
  }
}














/* Responsive Design for Small Screens */
@media (max-width: 768px) {
  .services-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .services-container {
    grid-template-columns: 1fr;
  }
}






/*********Footer Section CSS ***********/ 

.footer{
    background: #cccccc;
    margin-top: 100px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.footer-left{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.footer-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 2px solid #878787;
    padding-left: 10px;
    margin-top: 10px;
}

.footer-right img{
    width:30px;
    height: 30px;
    margin: 5px 0;
    cursor: pointer;
}
.tweeter img{
    width: 41px;
    height: 41px;
    margin: 0;
}

.allright{
    display: flex;
    justify-content: center;
    align-items: center;
}



















.footer {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}
.footer .logo1 a {
  background-color: rgba(233, 231, 231, 0.829);
  display: inline-block;
}
.footer p {
  color: black;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 45px;
}

.logo1 a {
  font-size: 20px;
}

.logo1 a {
  display: block;
  font-size: 14px;
  text-align: right;
}

.logo1 a {
  display: inline-block;
  font-size: 14px;
  
  padding: 4px 8px; 
  text-align: ;
  float: right;
}



.logo1 {
  display: flex;
  justify-content: left;
  padding-left: 200px; 
}

.logo1 a {
  font-size: 18px;
  font-weight: bold;
  color: burlywood;
  text-decoration: none;
}


@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    border-left: none;
    padding: 10px 0;
    margin: 0;
    align-items: center;
    text-align: center;
  }

  .footer-right {
    border-top: 1px solid #878787;
    padding-top: 15px;
    margin-top: 15px;
  }

  .footer-right img,
  .tweeter img {
    margin: 5px;
  }

  .allright {
    flex-direction: column;
    padding: 10px 0;
    text-align: center;
  }
}










/* ----------- Small Mobile Devices (up to 480px) ----------- */
@media (max-width: 480px) {
  .protfolio-container {
    flex-direction: column;
  }

  .left-container,
  .right-container {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  .content {
    margin-left: 0;
    padding: 1rem;
  }

  .navlist {
    flex-direction: column;
    gap: 1rem;
    height: auto;
    padding: 1rem 0;
    position: static;
  }

  .services {
    flex-direction: column;
    gap: 2rem;
    width: 95%;
  }

  .card {
    width: 100%;
    margin: 10px 0;
  }

  .container {
    flex-direction: column;
    padding: 1rem;
  }

  .container .contactInfo,
  .contactFrom {
    width: 100%;
    padding: 1rem;
  }

  .circle:nth-child(1),
  .circle:nth-child(2) {
    width: 15rem;
    top: 30%;
    left: 50%;
  }

  .content h1 {
    font-size: 2rem;
  }

  .content .detail {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .btn-container {
    flex-direction: column;
    gap: 1rem;
  }
}

/* ----------- Tablet Devices (481px to 768px) ----------- */
@media (min-width: 481px) and (max-width: 768px) {
  .protfolio-container {
    flex-direction: column;
  }

  .left-container,
  .right-container {
    width: 100%;
    padding: 2rem;
    flex-direction: column;
  }

  .content {
    margin-left: 0;
    padding: 2rem;
    text-align: center;
  }

  .navlist {
    flex-wrap: wrap;
    gap: 2rem;
    position: static;
    height: auto;
    justify-content: center;
    padding: 1rem 0;
  }

  .services {
    flex-direction: column;
    gap: 2rem;
    width: 90%;
  }

  .card {
    width: 100%;
  }

  .container {
    flex-direction: column;
  }

  .container .contactInfo,
  .contactFrom {
    width: 100%;
  }

  .circle:nth-child(1),
  .circle:nth-child(2) {
    width: 20rem;
    top: 30%;
    left: 50%;
  }
}

/* ----------- Laptop Devices (769px to 1024px) ----------- */
@media (min-width: 769px) and (max-width: 1024px) {
  .left-container {
    width: 60%;
  }

  .right-container {
    width: 40%;
  }

  .navlist {
    gap: 2rem;
  }

  .services {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card {
    width: 45%;
    margin-bottom: 20px;
  }

  .container {
    flex-wrap: wrap;
  }

  .container .contactInfo {
    width: 45%;
  }

  .contactFrom {
    width: 45%;
  }

  .circle:nth-child(1),
  .circle:nth-child(2) {
    width: 25rem;
  }
}

/* ----------- Large Desktops (1025px and up) ----------- */
@media (min-width: 1025px) {
  
}

 
    @media (max-width: 768px) {
            .navlist {
                position: absolute;
                top: 70px;
                left: 0;
                width: 100%;
                background: #fff;
                flex-direction: column;
                align-items: center;
                display: none;
                padding: 20px 0;
                box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            }