*{
    margin: 0px;
    padding:0px;
}
body{
    font-family: 'Poppins' , sans-serif;
}
html,body{
    scroll-behavior: smooth;
}
.bg-dark {
    background-color: #000 !important;
  }
.logo {
    width: 100%;
    max-width: 230px;
  }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #00cdff;
  }
  .navbar-dark .navbar-nav .nav-link{
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  }
  .btn.btn-info {
    background: #00cdff;
    border-radius: 50px !important;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
  }
  #home{
    background-image: url('../assets/creative-partner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
  place-items: center;
  align-content: center;
  min-height: 80vh;
  }
  .heading-h1 {
    font-size: 78px;
    color: #fff;
    font-weight: 700;
  }
  .heading-h4 {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
  }
  .navbar-nav .nav-item {
    margin-right: 15px; /* Adjust this value to your preference */
}
#aboutus{
    background-color: #000;
    padding:100px 0px;
}
.heading-h2{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}
 .aboutus-col-1{
min-height: 500px;
} 

#aboutus .heading-h5{
        font-size: 28px;
        color: #fff;
        line-height: 1.4;
        font-weight: 600;
      }
     .para-text{
        font-size:17px;
        color: #fff;
        line-height: 1.6;
        font-weight: 400;
      }
      .aboutus-col-2{
        border: 1px solid #00cdff87;
        border-radius: 30px;
        min-height: 485px;
}
#aboutus .img-about{
    border-radius: 20px;
    min-height: 485px;
  object-fit: cover;
}
#career{
    background-color:#121212;
    padding:60px 0px;
}
.form_btn a {
    text-decoration: navajowhite;
    background: #00cdff;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
  }
  #career .heading-h4{
    font-size: 30px;
  }
  #career .career-box{
  width:100%;
  max-width: 900px;
  margin: 0 auto;
  }
  #career .img-career{
    border-radius: 20px;
  }
  #contact{
    background-color: #000;
    padding:60px 0px;
  }
  footer{
    background: #262424;
  }
  .footer-para {
    color: #e9e4e4;
    font-size: 15px;
  }
  .logo-social {
    max-width: 75px;
  }

  footer .social{
    gap:10px;
  }
  footer h6{
    font-size: 18px;
  }
  footer .info-con a{
text-decoration: none;
color: #fff;
  }
  footer .info-con i{
    color:#00cdff;
  }
  footer .border-top{
    border-top: 1px solid #dee2e624 !important;
  }
  footer .legal a {
    font-size: 14px;
    color: #d2cfcf;
    padding:10px;
  }
  .career-Company h4{
    font-size: 32px;
    font-weight: 600;
  }

  .career-Company .para-text{
    font-size: 17px;
    font-weight: 400;
    color:#e9e6e6;
  }
  .career-Company {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
  }
  .contact-row {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

#contact form {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.feilds{
  padding: 35px;
}

 .form-heading {
    font-size: 25px;
    color: #00cdff;
    font-weight: 600;
    text-transform: uppercase;
  }
  .form-control {
    height: 50px;
  }
  .form-label {
    margin-bottom: .5rem;
    color: #454444;
    font-size: 15px;
  }
  #contact .btn-primary {
    color: #fff;
    background-color: #00cdff;
    border-color: #00cdff;
    height: 50px;
    font-weight: 500;
    padding: 0px 40px;
    text-align: center;
    margin-top: 18px;
  }
  #legal {
    background: #1d1c1c;
    padding:60px 12px;
  }
  #legal .heading-h4{
font-size: 30px;
  }
  .legal-para{
  color: #ffffffc4 !important;
  }
/* 
responsive */

@media(max-width:992px){
    #home {
            min-height: 45vh;
            padding: 0px 12px;
          }
          .heading-h1 {
            font-size: 50px;
          }
          .heading-h4 {
            font-size: 30px;
          }
          #aboutus {
            padding: 60px 12px;
          }
          .heading-h2 {
            font-size: 36px;
          }
          #aboutus .heading-h5 {
            font-size: 22px;
        }
        #career .heading-h4 {
            font-size: 22px;
            line-height: 1.3;
          }
          #career {
            padding: 60px 12px;
          }
          footer .social {
            justify-content: center;
          }

          .form-control::placeholder {
            font-size: 14px;
          }
          .para-text {
            font-size: 16px;
          }
          #navbarSupportedContent {
            padding: 20px 20px;
          }
        }






/* design */

        .inner_wrap {
            position: relative;
            padding:10px 20px;
            color:#FFFFFF;

            p {
              margin:0 0 15px 0;
              letter-spacing:1.6px;
              font-weight:300;
              span {
                font-size:0.75rem;
                text-decoration:line-through;
                color:#ff8379;
              }
            }
            span.border_btm {
              &:after {
                display: block;
                content: "";
                width: 50px;
                height: 50px;
                position: absolute;
                bottom: -10px;
                right: -10px;
                border-bottom: 3px solid #00cdff;
                border-right: 3px solid #00cdff;
              }
              &:before {
                display: block;
                content: "";
                width: 50px;
                height: 50px;
                position: absolute;
                bottom: -10px;
                left: -10px;
                border-bottom: 3px solid #00cdff;
                border-left: 3px solid #00cdff;
              }
            }
            &:before {
              display: block;
              content: "";
              width: 50px;
              height: 50px;
              position: absolute;
              top: -10px;
              left: -10px;
              border-top: 3px solid #00cdff;
              border-left: 3px solid #00cdff;
            }
            &:after {
              display: block;
              content: "";
              width: 50px;
              height: 50px;
              position: absolute;
              top: -10px;
              right: -10px;
              border-top: 3px solid #00cdff;
              border-right: 3px solid #00cdff;
            }
          }



          @keyframes zoomInOnScroll {
            from {
              transform: scale(0.9);
              opacity: 0;
            }
            to {
              transform: scale(1);
              opacity: 1;
            }
          }
          
          .career-box {
            opacity: 0;
            transition: opacity 0.5s ease-out;
          }
          
          .career-box.zoom-in {
            animation: zoomInOnScroll 0.5s ease-out forwards;
          }
          


          .fade-in-down {
            opacity: 0;
            transform: translateY(-20px); /* Start position */
            animation: fadeInDown 2s forwards; /* Duration and keeping final state */
          }
          
          @keyframes fadeInDown {
            from {
              opacity: 0;
              transform: translateY(-20px); /* Start position */
            }
            to {
              opacity: 1;
              transform: translateY(0); /* End position */
            }
          }


          .fade-in-left {
            opacity: 0;
            transform: translateX(-20px); /* Start position (off-screen to the left) */
            animation: fadeInLeft 2s forwards; /* Duration and keeping final state */
          }
          
          @keyframes fadeInLeft {
            from {
              opacity: 0;
              transform: translateX(-20px); /* Start position */
            }
            to {
              opacity: 1;
              transform: translateX(0); /* End position */
            }
          }

          .fade-in-right {
            opacity: 0;
            transform: translateX(20px); /* Start position (off-screen to the right) */
            animation: fadeInRight 2s forwards; /* Duration and keeping final state */
          }
          
          @keyframes fadeInRight {
            from {
              opacity: 0;
              transform: translateX(20px); /* Start position */
            }
            to {
              opacity: 1;
              transform: translateX(0); /* End position */
            }
          }

          



.fade-in-left {
  transform: translateX(-20px); /* Start position for fade-in-left */
}

.fade-in-right {
  transform: translateX(20px); /* Start position for fade-in-right */
}

.zoom-in.active {
  opacity: 1;
  transform: scale(1);
}

.fade-in-left.active {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right.active {
  opacity: 1;
  transform: translateX(0);
}

.head-title span:before {
  animation: anim 2s linear infinite;
  color: #00cdff;
  position: absolute;
  top: 4px;
  left: -4px;
  width: 0;
  overflow: hidden;
  content: attr(data-text);
  height: 100%;
}
.head-title span {
  position: relative;
  display: revert;
}
@keyframes anim {
    0%,
    50%,
    100% {
        width: 0;
    }
    80% {
        width: 100%;
    }
}