:root{
    --bgr: black;
    --text: #FBF5E5;
    --green: #CFFFE2;
    --hovcol:#e17564;
    --secondary-col: #A35C7A;
    --xtra-col: #C890A7;
    --light-col: #F4CCE9; 
    --my-blue: #2D336B;
    --secondblue:#7886C7;
    --thirdblue:#A9B5DF;  
    --my-fontcolor: #670d2f;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
    height: 100%;
    width: 100%;
    background-color:white;
    /* color: var(--secondary-col); */
    color: black;  
    /* ----text color of page---- */

} 
.span{
    color: var(--green-text);
   
}
.nitin-logo{
    width: 90px;
    height: 90px;
}

.weare{
    font-size: 30px;
    font-weight: 600;
}

.register{
    background-color: #B6771D;
    color: #FEF3E2;
}
/* ----Gold--- */

.gold-animate {
  position: relative;
  background: linear-gradient(90deg, #FEF3E2, #FFECC0, #FFCF71, #FAB12F);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  overflow: hidden;
}

.gold-animate::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 60%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 120%; }
}


@media (max-width: 576px) {
    .nitin-logo{
        justify-content: center;
        align-items: center;
        display: flex;
        margin-left: 35px;        
    }
    .weare{
        font-size: 20px;
        font-weight: 500;
    }

 }
.hero{
    height: 300px;
}

.nav-item{
    display:flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.nav-link{
color: white;
}
.nav-link:hover{
    color: #E17564;
}
.image{
    width: 300px;
    height: 300px;
    margin-top: -100px;
}
.hero-left{
    margin-top: 80px;
    margin-left: 30px;
}
/* .shape{
    background-color: yellow;
    clip-path: polygon(20% 0, 80% 0%, 40% 48%, 100% 80%, 60% 99%, 20% 100%, 0% 80%, 0% 20%);
    width: 150px;
    height: 150px;
    /* margin-top: -100px; }*/
    
/* .square{
    background-color: #A35C7A;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    width: 150px;
    height: 150px;
} */
/* ----HERO-SECTION SHAPE--- */
.hexagon{
    background-color: #1B4D3E;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    width: 150px;
    height: 150px;
    margin: 0 2px 15px 4px; 
    /* transform: rotate(45deg);   */
}

/* .square{
    background-color: #A35C7A;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    width: 150px;
    height: 150px;
    margin-top: -320px;
    margin-left: 150px;
} */

.body-shape{
    background-color:#3A0519;
    clip-path: polygon(100% 51%, 0 0, 0 100%);
    margin-top: -20px;
     width: 150px;
    height: 150px;
    rotate:10px
    transform: rotate(45deg);
}
.gsap-pulse {
  display: inline-block; /* ensure transform works correctly */
}

.trusted{
    color:var(--hovcol);
    font-size: 1.5rem;
    margin-top: -115px;
    margin-bottom: 60px;
}

/* logo carousel */
.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    background:transparent;
    /* border: 2px solid white; */
}

.logo-track {
    display: flex;
    animation: scroll 30s linear infinite;
    width: fit-content;
    
}

.logo-track img {
    height: 100px;
    margin: 0 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* CONTENT------- */
.content{
    background-color:var(--light-col);
}
.content{
    margin-left: 20px;
    margin-top: 50px;
    color:var(--secondary-col);
    font-size: 30px;
    border-radius: 30px;
}

.box1{
    background-color: var(--green);
}
.box-title{
    font-size: 1.5rem;
    font-weight: bold;
}
.box1-content{
    font-size: 1rem;
}

/* Test */
.box-left{
    background-color: #F1F0E4;
    color: var(--bgr);
    box-shadow: 0 2px 20px grey;
    height: 400px;
    width: 350;
}

.box-center{
    background-color: white;
    color: var(--bgr);
     box-shadow: 0 2px 20px grey;
}

.box-right{
    background-color: #DBE4C9;
    color: var(--bgr);
     box-shadow: 0 2px 20px grey;
}
.web-icon{
    font-size: 50px;
    color: white;
}

.li{
    font-size: 2re
}

/* SKILL COPY CHECK--- */

.skill-tooltip{
color: white;
}

.skill-tooltip:hover{
    color: var(--bgr);
}

/* My TEST----- */
.section-skills h2::before,
.section-skills h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--bgr);
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.section-skills{
    margin-top: 50px;
}
.section-skills h2{
    color: var(--hovcol);
}
.section-title{
    margin-bottom: 20px;
}
.hero2-left{
    margin-top: 30px;
}
.about-section{
    font-size: 35px;
    display: block;
    margin-bottom: 30px;
    font-style: italic;
}
.whoami-right span::before,
.whoami-right span::after {
    content: "";
    width: 50px;
    height: 4px;
    background: var(--my-fontcolor);
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.service .service-card,
.service-icon i {
    font-size: 32px;
    transition: all 0.3s ease;
}
.section-icon h2,h3{
    font-size: 20px;
}
.bxch{
    border: 1px solid #ED3500;
    border-top-right-radius: 90px;
    margin-top: 50px;
   
}
.bxch:hover{
    background: #FAF7F3;
    border-top-left-radius: 90px;
}
/* --Testimonial-- */
.testimonial-title h2::before,
.testimonial-title h2::after {
    content: "";
    width: 50px;
    height: 4px;
    background: var(--my-fontcolor);
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.testimonial-title{
    margin-top: 40px;
}
/* .testomonial .client-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px solid black;
} */
.client-img{
    width: 50px;
    height: 50px;
    border: 2px solid black;
    border-radius: 50%;
}
.client-img2{
    width: 50px;
    height: 50px;
    border: 2px solid blue;
    border-radius: 50%;
}
.client-img3{
    width: 50px;
    height: 50px;
    border: 2px solid green;
    border-radius: 50%;
}
.client-img4{
    width: 50px;
    height: 50px;
    border: 2px solid maroon;
    border-radius: 50%;
}
.client-img5{
    width: 50px;
    height: 50px;
    border: 2px solid yellow;
    border-radius: 50%;
}
.client-img6{
    width: 50px;
    height: 50px;
    border: 2px solid red;
    border-radius: 50%;
}
.ican{
    font-size: 30px;
    box-sizing: border-box;
}

.testimonial-masonry{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
    width: 1023.33px;
    height: 830.38px;
}
.testimonial-content{
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid black var(--my-blue),transparent 92%
}

.tbox{
    border: 1px solid maroon;
    border-radius: 25px;
    height: 320px;
    width: 300px;
    margin-left: 50px;
}
.tbox:hover{
    background-color: #F3F8FF;
    border-color: black;
    /* color: white; */
}
.name:hover{
    color: yellow;
}

.tbox2,
.tbox5{
    margin-top: 50px;
    height: 340px;
    
}

.tbox3,
.tbox6{
    margin-top: 20px;
}

/* --Contact-- */
.contact-title h2::before,
.contact-title h2::after {
    content: "";
    width: 50px;
    height: 4px;
    background: var(--my-fontcolor);
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.contact-title{
    margin-top: 40px;
}

.con-left{
    background-color: #113F67;
}

.icon-box{
    width: 56px;
    height: 56px;
    background: black;
    font-size: 2rem;
    border-radius: 50%;
}


.contact-section .info-item{
    width: 291px;
    display: flex;
    margin-bottom: 2rem;
    gap: 1,5rem;
}

.contact-content h4{
    font-size: 1rem;
}
.contact-content{
margin-left: 30px;
}

/* contact form css code start here------ */
  .contact-card {
    background: #fff;
  }
   .accent-line {
    width: 60px;
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(90deg, #0066ff, #00ccff);
   }
  .input-group-text {
    min-width: 42px;
    text-align: center;
    background: #f1f5ff;
    border: 1px solid #ddd;
    color: #0066ff;
  }
  .form-control, .form-select {
    border-radius: 0.6rem;
    border: 1px solid #ddd;
    padding: 0.8rem;
  }
  .form-control:focus, .form-select:focus {
    border-color: #0066ff;
    box-shadow: 0 0 0 0.15rem rgba(0,102,255,0.2);
  }
  .btn-submit {
    background: linear-gradient(90deg, orange, red);
    border: none;
    color: #fff;
    font-size: 1.1rem;
    transition: 0.3s;
    border-radius: 0.6rem;
  }
  .btn-submit:hover {
    background: linear-gradient(90deg, #0066ff, #00ccff);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  }
/* ----contact form css code end here--- */



/* --Footer-- */
.form-control{
    padding: 5px 10px 10px 2px;
}
/* .mybox{
    background: #7886C7;
    height: 400;
    width: auto;
} */
.b-example-divider{
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0,5em 1.5em #0000001a,
    inset 0 .125em .5em #00000026;
    margin-top: 50px;


}

.gsap-bounce {
  display: inline-block; /* important for transform */
}

/* ---FOOTER PAYMENT PARTNER---- */
.ppi{
    display: block;
    width: 350px;
    height: 100px;
    margin-top: 50px;
    
}

/* ---SCROLL TO TOP ARROW RIGHT SIDE BUTTON--- */

#scrollTopBtn {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1;
  transition: opacity 0.3s ease-in-out;
}

.banner-wrapper {
  width: 100%;
  overflow: hidden;
}

.banner-img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.banner-mobile {
  display: none;
}

.banner-desktop {
  display: block;
}

@media (max-width: 768px) {
  .banner-mobile {
    display: block;
  }

  .banner-desktop {
    display: none;
  }
}


   

  /* @media (max-width: 1200px){
     .banner-wrapper {
      height: 100%px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      margin-top: -50px;
     }
 } 

    @media (max-width: 992px){
     .banner-wrapper {
      height: 100%px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      margin-top: -72px;
     }
 } 

  @media (max-width: 768px){
     .banner-wrapper {
      height: 250px;
      background-repeat: no-repeat;
      background-size: contain;
      margin-top: 0;
     }
 }
    
  @media (max-width: 576px) {
    .banner-wrapper {
      height: 250px;
      background-repeat: no-repeat;
      background-size: contain;
      margin-top: -65px;
    }
    .hibox{
        margin-top: -70px;
    }

    .banner-content h1 {
      font-size: 1.75rem;
    }

    .banner-content p {
      font-size: 1rem;
    }
  } */


