*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}

.body{
    /* background-image: url(./background2.jpg); */
    /* background-color: antiquewhite; */

    /* background: radial-gradient(circle, darkgreen, lightgreen); */
/* background-image: url(./Untitled-111.jpg); */

/* background: rgb(131,199,172);
background: linear-gradient(180deg, rgba(131,199,172,1) 8%, rgba(190,221,179,1) 81%, rgba(205,222,151,1) 95%);
    width:100%; */
    /* height:1000vh; */
    height: auto;
    /* */
    /* background: url(./1011.jpg); */
    /* background:url("./10.jpg") ; */

    /* background: url(./01-4.jpg); */
    /* background: url(./01-04.jpg); 15% */
    /* background: url(./6-5-25.jpg);  */
    background: url(./FORTY.jpg); 
    /* background: rgb(165, 221, 122); */
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  
    
}

/* about section css start */

 .aboutparents{
    display: flex;
    width: 95%;
    height: auto;
    margin: auto;
    margin-top: 40px;
    gap: 10px;
    padding: 10px ;
}  

.aboutimg{
    width: 50%;
    height:600px ;
}
.aboutimg img{
    width: 100%;
    height: 100%;
}
.aboutdetails{
    width: 50%;
    height: 600px;
    /* background-color: aqua; */
    padding: 10px;
    display: flex;
    /* border: 1px solid rgb(16, 15, 15); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    
    gap: 10px;
}
.aboutchild{
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    gap: 20px;
    padding: 0px 0px;
    margin-top: 20px;

}
.aboutdetails button{
    width: 200px;
    padding: 6px;
    /* background-color: #e4ff00; */
    background-color: #e4ff00;
    border-radius: 5px;
}
.aboutchild1{
    /* background-color: rgb(50, 199, 199); */
    border: 1px solid white;
}
.aboutchild1  h3{
       text-align: center;
    
}

@media (max-width:830px) {
    .aboutparents{
        display: block;
    } 
    .aboutimg{
        width: 100%;
        height:300px ;
    }
    .aboutdetails{
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
}

@media (max-width:400px) {
  .aboutimg{
    width: 280px;
    height:158px ;
}
.aboutimg img{
  width: 100%;
  height:100% ;
}

}

/* about section css end */



/* counting start */

.roww {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
  }
  .column {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex
;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(0);
    margin-left: calc(0);  
}
  .cardd {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    /* --bs-card-bg: var(--bs-body-bg); */
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background: transparent;
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
  .cardd {
    background:transparent; 
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
  }
  .cardd:hover {
    transform: translateY(-10px);
  }
  .cardd p {
    font-size: 2em;
    color: #4CAF50;
    text-align: center;
    /* padding-left: 25%; */
  
  }
  .cardd h3 {
    font-size: 3em;
    color: #333;
    margin: 10px 0;
    font-weight: bold;
  }
  .cardd i {
    font-size: 2em;
    color: #4CAF50;
  
  
  }
  @media (max-width: 768px) {
    .row {
      flex-direction: column;
      align-items: center;
    }
  }
  
  /* counting end */

  /* portfolio start */
  .portfoliohome{
    height: 40vh ;
    /* background-color: black; */
    width: 100%;
    display: flex;
    /* gap: 20px; */
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    /* background: rgba(1, 234, 255, 0.37);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.3px);
    -webkit-backdrop-filter: blur(4.3px);
    border: 1px solid rgba(11, 236, 255, 0.12); */

    /* background-image: url(./footer.jpg); */
    /* background-image: url(./main\ picky\ vibe2.jpg);   */
    /* background-color: #f7fca8; */
    background-image: url(./thrity.jpg);
    /* background-color: #f8d300; */

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    
  }
  .portfoliohome button{
    /* background: rgb(103, 103, 103); */
    /* border: 1px solid rgb(13, 12, 12); */
    padding: 10px;
    /* background-color: #cfe908; */
    /* background-color: #28a745; */
    /* background-color: #e4ff00; */
    outline: none;
    font-weight: bolder;
    color: rgb(251, 248, 248);
    font-size: 20px;
    width: 250px;

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.3px);
    -webkit-backdrop-filter: blur(4.3px);
    background: transparent;
   
  }
  .portfoliohome button a{
    color: #f8d300;
  }
  .portfoliodetails{
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
   align-items: center;
   gap: 7px;
  


  }

  /* portfolio end */

  /* testimonial start */

 
  .testimonial-section {
    display: flex;
    /* margin-top: 40px; */
    justify-content: center;
    align-items: center;
    /* background-color: #f4f4f4; */
    background:url("./10.jpg") ;
    background: url(./01-04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    /* height: 100vh; Full height of the screen */
}

.testimonial-parents {
    width: 100%;
    /* max-width: 60%; */
    height: auto;
    /* background-color: white; */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

h2 {
    text-align: center;
    
    font-size: 60px;
    color: greenyellow;
    margin-bottom: 20px;
}

.testimonial-slider {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    top: 50%; */
    /* transform: translateY(-50%); */
    overflow: hidden;
    /* gap: 30px; */
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.testimonial {
    width: 100%;
    height: 100%;
    display: none;  /* Initially hide all testimonials */
    opacity: 0;
    transition: opacity 1s ease-in-out;
    padding: 10px;
    text-align: center;
}

.testimonial p {
    font-size: 2rem;
    padding-top: 30px;
    color: #100c0c;
}

.testimonial p:last-child {
    font-weight: bold;
    color: #333;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
}

.page-dot.active {
    background-color: #333;
}
.testimonial-parents h2{
  font-size: 35px;
  text-decoration: underline;
}

.testimonial img{
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.star{
  display: flex;
  justify-content: center;
  color: gold;
  font-size: 27px;
}

@media (max-width:500px) {
  .testimonial-parents {
    width: 100%;
    /* max-width: 60%; */
    height: auto;
    /* background-color: white; */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* padding: 20px; */
    padding-top: 10px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.testimonial img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.testimonial-slider {
  width: 100%;
  height: auto;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* transform: translateY(-50%); */
  overflow: hidden;
  /* gap: 30px; */
  padding-top: 20px;
  padding-left: 7px;
  padding-right: 7px;
}
.testimonial p {
  font-size: 1rem;
  padding-top: 30px;
  color: #100c0c;
}
.testimonial-parents h2 {
  font-size: 30px;
  /* text-decoration: underline; */
}
}


  /* testimonial end */


  /* blog start */

  .ourblog{
    width: 100%;
    text-align: center;
  }
  .blog-parents {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px;
    gap: 30px;
    height: auto;
    
}

/* First Child (Main Content) */
.blog-child-1 {
    width: 47%;
    height: auto;
    max-width: 800px;
    /* background-color: white; */
    padding: 20px;height: auto;
    /* border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    /* text-align: center; */
}

.blog-child-1 p {
    margin-bottom: 15px;
}

.blog-child-1 h1 {
    margin: 20px 0;
    font-size: 2rem;
    font-weight: bold;
}

.blog-child-1 button {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #007BFF;
    background-color: #e4ff00;
    color: rgb(17, 16, 16);
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
}

.blog-child-1 button:hover {
    background-color: #0056b3;
}

/* Second Child (Boxes Layout) */
.blog-child-2 {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px; */
    display: grid;
    height: auto;
    width: 47%;
    grid-template-columns: auto auto;
    gap: 20px;
}

/* Individual Boxes */
.boxxxx {
    /* background-color: white; */
    padding: 20px;
    width: 100%;
    max-width: 300px;
   height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}

.boxxxx i {
    font-size: 40px;
    margin-bottom: 10px;
}

.boxxxx h4 {
    margin: 10px 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.boxxxx p {
    margin-bottom: 20px;
    color: #555;
}

.boxxxx button {
    padding: 8px 16px;
    font-size: 1rem;
    background-color: #e4ff00;
    color: rgb(15, 14, 14);
    border: none;
    border-radius: 5px;
    /* border: 1px solid ; */
    cursor: pointer;
}

.boxxxx button:hover {
    background-color: #218838;
}
@media (min-width:882px) {
  .box-2{
position: relative;
 top: 100px;
  }
}





/* Responsiveness */
@media (max-width: 768px) {
    .blog-parents {
        padding: 10px;
        height: auto;
    }

    .blog-child-1 {
        width: 100%;
        max-width: 100%;
    }

    .blog-child-2 {
        flex-direction: column;
        /* align-items: center; */
    }

    .boxxxx {
        width: 90%;
        height: auto;
        max-width: 350px;
        margin-bottom: 20px;
    }
}

@media (max-width:1200px) {
  .blog-parents {
    display: block;
   padding-bottom: 20px;
    align-items: center;
    padding: 20px;
    gap: 30px;
    height: auto;
    
}
.blog-child-2 {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px; */
  display: grid;
  height: auto;
  width: 100%;
  grid-template-columns: auto auto;
  gap: 20px;
}
.blog-child-1 {
  width: 100%;
  height: auto;
  max-width: 800px;
  /* background-color: white; */
  padding: 20px;height: auto;
  /* border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  /* text-align: center; */
}
}

@media (max-width:490px) {
  .blog-child-2 {
     display: block;
     margin: auto;
  }
  .boxxxx{
    margin: auto;
    width: 100%;
  }
  
}

@media (max-width:400px) {
  .ourblog{
    width: 100%;
    text-align: center;
  }
  .blog-parents {
   
    width: 100%;
    align-items: center;
    padding:20px  0px;
    gap: 30px;
    height: auto;
    
}
}










  /* blog end */

  .footericons{
    display: flex;
    width: 100%;
    padding: 0px 50px;
    height: 10vh;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* background-color: rgb(80, 64, 207); */
  
    /* background-color: #28a745; */
    color: white;
  }
  .footerupper{
    display: flex;
    gap: 20px;
  }
  .footerupper i{
    font-size: 25px;
  }

  @media (max-width:500px) {
    .footericons h5{
      font-size: 1rem;
    }
    .footerupper i{
      font-size: 1rem;
    }
    .footericons{
      display: flex;
      width: 100%;
      padding: 5px 10px;
      height: 10vh;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      background-color: rgb(80, 64, 207);
      /* background-color: #28a745; */
      color: white;
    }
  }

  /* footer start */

  footer {
    /* background-color: #333; */

    background-image: url(./footer.jpg);
    background-image: url(./01-04.jpg);
    /* background-image: url(./main\ picky\ vibe2.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: rgb(0, 0, 0);
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 20px; */
}

.footer-child {
    flex: 1 1 200px; /* Allow each child to grow and shrink but not be smaller than 200px */
    margin-bottom: 20px;
}

.footer-child h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.footer-child p {
    font-size: 1rem;
    color: #090909;
}

.footer-child ul {
    list-style-type: none;
}

.footer-child ul li {
    margin-bottom: 10px;
}

.footer-child ul li a {
    color: #080707;
    text-decoration: none;
    font-size: 1rem;
}

.footer-child ul li a:hover {
    color: #0a0909;
}

.footer-icons {
    display: flex;
    gap: 15px;
}

.footer-icons a {
    color: #000000;
    font-size: 1.5rem;
    text-decoration: none;
}

.footer-icons a:hover {
    color: #e90e0e;
}

/* Responsive Design */
@media (max-width: 768px) {
    footer {
        flex-direction: column;
        align-items: center;
    }

    .footer-child {
        width: 100%;
        text-align: center;
    }

    .footer-icons {
        justify-content: center;
    }
}
.footer-icons a{
  font-size: 1.1rem;
}

  /* footer end */

  /* LAST FOOTER start */

.lastfooter{
  width: 100%;
  height: 6vh;
  background-image: url(./side.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: larger;
  font-weight: 900;
}

@media (max-width:500px ) {
  .lastfooter{
    font-size: 1rem;
    padding: 5px;
  }
}
  /* last footer end */

  /* animation start */

  @keyframes appear {
    from{
      opacity: 0;
      scale: 0.5;
    }
    to{
      opacity: 1;
      scale: 1;
    }
  }
  
  .block{
    animation: appear linear;
    animation-timeline:view() ;
    animation-range: entry 0% cover 40% ;
  }
  
  /*  */
  
  
  
  @keyframes appear2 {
    from{
      opacity: 0;
      transform: translateX(-100px);
    }
    to{
      opacity: 1;
      transform: translateX(0px);
  
    }
  }
  
  .ssss{
    animation: appear2 linear;
    animation-timeline:view() ;
    animation-range: entry 0% cover 40% ;
  }
  
  /*  */
  /* 
  @keyframes appear2 {
    from{
      opacity: 0;
      transform: translateX(-100px);
    }
    to{
      opacity: 1;
      transform: translateX(0px);
  
    }
  }
  
  .ssss{
    animation: appear2 linear;
    animation-timeline:view() ;
    animation-range: entry 0% cover 40% ;
  } */
  
  .split-text-container {
      display: flex;
      font-size: 5rem;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      overflow: hidden;
  }
  
  .text-part {
      display: inline-block;
      position: relative;
      transform: translateX(0);
      animation-duration: 2s;
      animation-timing-function: ease-out;
      animation-fill-mode: forwards;
  }
  
  .text-part.left {
      transform: translateX(-200%);
      animation-name: slide-in-left;
  }
  
  .text-part.right {
      transform: translateX(200%);
      animation-name: slide-in-right;
  }
  
  @keyframes slide-in-left {
      0% {
          transform: translateX(-200%);
      }
      100% {
          transform: translateX(0);
      }
  }
  
  @keyframes slide-in-right {
      0% {
          transform: translateX(200%);
      }
      100% {
          transform: translateX(0);
      }
  }
  
  /* aniamtion start */
  
  
    /* site animation  on page scroll*/
  
    @keyframes appear {
    from{
      opacity: 0;
      scale: 0.5;
    }
    to{
      opacity: 1;
      scale: 1;
    }
  }
  
  .blockk{
    animation: appear linear;
    animation-timeline:view() ;
    animation-range: entry 0% cover 40% ;
  }
  
  /*  */
  
  
  
  @keyframes appear2 {
    from{
      opacity: 0;
      transform: translateX(-100px);
    }
    to{
      opacity: 1;
      transform: translateX(0px);
  
    }
  }
  
  .ssss{
    animation: appear2 linear;
    animation-timeline:view() ;
    animation-range: entry 0% cover 40% ;}
  
  /* on scroll page animation end */
  
  
  /* next bottom to top animation on page refresh */
    .animated-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
   
  }
  
  .animated-section.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Create a keyframe animation for the fade-in effect */
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Apply animation on scroll */
  .animated-section:nth-child(odd) {
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.5s;
  }
  
  .animated-section:nth-child(even) {
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 1s;
  }
  
  /* Create a scroll effect for each element */
  .animated-section {
    opacity: 0;
    animation: fadeInUp 1s forwards;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  
  
  /* animation left to right on page refresh */
  
  
  
  /* Next animation on page refresh */
  /* Next animation on page refresh */
  .left-right {
    opacity: 0;
    transform: translateX(-50px); /* Start from the left */
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  
  .left-right.visible {
    opacity: 1;
    transform: translateX(0); /* End at normal position */
  }
  
  /* Create a keyframe animation for the fade-in effect */
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(-50px); /* Start from the left */
    }
    100% {
      opacity: 1;
      transform: translateX(0); /* End at normal position */
    }
  }
  
  /* Apply animation on scroll */
  .left-right:nth-child(odd) {
    animation: fadeInRight 1s ease-out forwards;
    animation-delay: 0.5s;
  }
  
  .left-right:nth-child(even) {
    animation: fadeInRight 1s ease-out forwards;
    animation-delay: 1s;
  }
  
  /* Create a scroll effect for each element */
  .left-right {
    opacity: 0;
    animation: fadeInRight 1s forwards;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  
  /* left to right end */
  
  
  /* right to left animation start */
  
  /* Next animation on page refresh */
  .right-left {
    opacity: 0;
    transform: translateX(50px); /* Start from the right */
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  
  .right-left.visible {
    opacity: 1;
    transform: translateX(0); /* End at normal position */
  }
  
  /* Create a keyframe animation for the fade-in effect */
  @keyframes fadeInRightToLeft {
    0% {
      opacity: 0;
      transform: translateX(50px); /* Start from the right */
    }
    100% {
      opacity: 1;
      transform: translateX(0); /* End at normal position */
    }
  }
  
  /* Apply animation on scroll */
  .right-left:nth-child(odd) {
    animation: fadeInRightToLeft 1s ease-out forwards;
    animation-delay: 0.5s;
  }
  
  .right-left:nth-child(even) {
    animation: fadeInRightToLeft 1s ease-out forwards;
    animation-delay: 1s;
  }
  
  /* Create a scroll effect for each element */
  .right-left {
    opacity: 0;
    animation: fadeInRightToLeft 1s forwards;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  /* right to left animation end */
  
  
  /* top to bottom animation on page refresh  start */
  
  /* Next animation on page refresh */
  .top-bottom {
    opacity: 0;
    transform: translateY(-50px); /* Start from the top */
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  
  .top-bottom.visible {
    opacity: 1;
    transform: translateY(0); /* End at normal position */
  }
  
  /* Create a keyframe animation for the fade-in effect */
  @keyframes fadeInTopToBottom {
    0% {
      opacity: 0;
      transform: translateY(-50px); /* Start from the top */
    }
    100% {
      opacity: 1;
      transform: translateY(0); /* End at normal position */
    }
  }
  
  /* Apply animation on scroll */
  .top-bottom:nth-child(odd) {
    animation: fadeInTopToBottom 1s ease-out forwards;
    animation-delay: 0.5s;
  }
  
  .top-bottom:nth-child(even) {
    animation: fadeInTopToBottom 1s ease-out forwards;
    animation-delay: 1s;
  }
  
  /* Create a scroll effect for each element */
  .top-bottom {
    opacity: 0;
    animation: fadeInTopToBottom 1s forwards;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  
  
  /* top to bottom animation on page refresh end */
  
  /* 
   top-botom
   botom-top
   left-right
   right - left
   zoon in zoo out
  */
  
  /* zoom in on page refresh animation start */
  
  /* Next animation on page refresh */
  .zoomin-out {
    opacity: 0;
    transform: scale(0.5); /* Start zoomed out */
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  
  .zoomin-out.visible {
    opacity: 1;
    transform: scale(1); /* End at normal size */
  }
  
  /* Create a keyframe animation for the zoom-in to zoom-out effect */
  @keyframes zoomInOut {
    0% {
      opacity: 0;
      transform: scale(0.5); /* Start zoomed out */
    }
    100% {
      opacity: 1;
      transform: scale(1); /* End at normal size */
    }
  }
  
  /* Apply animation on scroll */
  .zoomin-out:nth-child(odd) {
    animation: zoomInOut 1s ease-out forwards;
    animation-delay: 0.5s;
  }
  
  .zoomin-out:nth-child(even) {
    animation: zoomInOut 1s ease-out forwards;
    animation-delay: 1s;
  }
  
  /* Create a scroll effect for each element */
  .zoomin-out {
    opacity: 0;
    animation: zoomInOut 1s forwards;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  
  
  /* zoom in page animation end */
  
  /* @media (max-width:500px) {
    .make{
      display: none;
    }
  }
  
  @media (max-width:992px) {
    .oooo{
     display: none;
  }
  } */

  .ourworkbanner{
    background-image: url(./thrity.jpg);
   width: 100%;
    height: 25vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    }
    .ourworkbanner h1{
      display: flex;
      justify-content: center;
      text-align: center;
      margin: auto;
      text-decoration: underline;
      font-size: 45px;
      font-family:Verdana, Geneva, Tahoma, sans-serif;
    }

    /* whats app */

    .whatsapp  img{
      position: fixed;
      z-index: 1000;
      bottom: 20px;
      top:85% ;
      right: 9px;
      width: 50px;
      transition: 2s ease-in-out;
      animation: shake 0.9s;
      animation-iteration-count: infinite;
  }


  /* picky vibe logo start */


  .navbar-brand img{
    width: 200px;
  }
 
  @media (max-width:400px) {
    .navbar-brand img{
    width: 30px;
    /* height: 50px; */
  }
  .navbar-brand .picky-vibe-text{
    font-size: 20px;
  }
  .navbar-brand .new-logo{
    width: 50px;
  }
  }
  
  /* ai content start */
  
  .navbar-brand img{
    width: 100px;
  }
  .navbar-brand span{
    font-size: 25px;
  }

  /* picky vibe logo end */

  /* SPECIAL FONT FOR WEBSITE LOGO START */


  .picky-vibe-text {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    
    font-style: MEDIUM;
  }
  
  .navbar-brand{
   display: flex;
  align-items: center;
  }
  .navbar-brand .picky-vibe-text{
    font-size: 28px;
  }
  
  .logoss .tagline span{
         font-size: 14px;
         /* margin-top: -7px !important; */
        
    font-family: "Kalam", cursive;
    font-weight: 300;
    font-style: normal;
  }
        
  
  
  .logoss .tagline {
         font-size: 15px;
         /* letter-spacing: 1px; */
         /* margin-top: -7px !important; */
         position: relative;
         top: -7px;
         /* text-align: center; */
  }
  
  @media (max-width:400px){
    .navbar-brand .picky-vibe-text{
    font-size: 18px;
  }
  .logoss .tagline span{
         font-size: 9px;
         margin-top: -7px;
  }
  }


  /* picky vibe logo start */

  @media (max-width:450px){
    .navbar-brand .picky-vibe-text{
    font-size: 16px;
    padding-top: 10px;
  }
  .logoss .tagline span{
         font-size: 8px;
         margin-top: -7px;
  }
  .logoss{
  
   
  
    margin-top: 0px;
  }
  }

  /* picky vibe logo end */



  /* SPECIAL WEBSITE LOGO END */

  /* banner design start */
@media (max-width:450px) {
  .ourworkbanner {
 height:auto ;
 width: 100%;
 padding: 30px ;
  }
.ourworkbanner h1{
 font-size: 30px;
}

/* .navbar-brand img{
  width: 5px;
} */

  
}
@media (max-width: 400px) {
  .navbar-brand .new-logo {
      width: 55px;
  }
  .navbar-brand .picky-vibe-text{
    font-size: 19px;
    padding-top: 10px;
  }
  .logoss .tagline span{
         font-size: 10px;
         margin-top: -7px;
  }
  .logoss{
  
   
  
    margin-top: 0px;
  }
}

@media (max-width:450px) {
  .navbar-brand .new-logo {
    width: 55px;
}
.navbar-brand .picky-vibe-text{
  font-size: 19px;
  padding-top: 10px;
}
.logoss .tagline span{
       font-size: 10px;
       margin-top: -7px;
}
.logoss{

 

  margin-top: 0px;
}
}
  /* banner design end */

  
/* navbar start */
.containerddd{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

@media (max-width:1084px) {
  .containerddd{
  display: flex;
  justify-content: space-between;
  width: 95% !important;
  margin: auto;
}
.btn-3{
  display: none;
}

}

@media (max-width:991px) {
  

  .navbar-nav{
    text-align: center;
  }

  .navbar-brand{
       position: relative;
       left: 10px;
       top:2px;
  }


}


@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 98%;
    }
}

/* navbar end */
.btn {
  color: #060606 !important;
  /* border: 1px solid #f8d300 !important; */
  border: 1px solid #312d1d !important;
}
.footerupper a i{
  color: black;
}


.portfoliohome button{
  /* background: rgb(103, 103, 103); */
  background: transparent;
  /* border: 1px solid rgb(13, 12, 12); */
  padding: 10px;
  /* background-color: #cfe908; */
  /* background-color: #28a745; */
  /* background-color: #e4ff00; */
  outline: none;
  font-weight: bolder;
  color: rgb(251, 248, 248);
  font-size: 20px;
  width: 250px;

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.3px);
  -webkit-backdrop-filter: blur(4.3px);
 border: none;
}
.portfoliohome button a{
  color: #0c0c0b;
}
.asas{
    visibility: hidden;
}