@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600&display=swap');


body {
  font-family: 'Jost', sans-serif;
}




.nav-btn {
  /* background: linear-gradient(to left, #637567 50%, #000 50%) right; */
  background:#637567 !important ;
  border-radius: 0.25rem;
  cursor: pointer;
  display: block;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.625rem 1rem;
  text-align: center;
  color: white;
  border: none;
  transition: 2 sec ease-in;
  text-decoration: none;
}

.nav-btn:hover {
  background: rgb(61, 81, 88);
}


.cust-btn {
  /* background: linear-gradient(to left, #637567 50%, #000 50%) right; */
  background:#637567 ;
  border-radius: 0;
  cursor: pointer;
  /* display: block; */
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 15px 30px;
  text-align: center;
  color: white;
  border: none;
  transition: 2 sec ease-in;
  text-decoration: none;
}

.cust-btn:hover {
  background: #000;
  color: #fff;

}


.topbar {
  padding: 12px 100px;
  justify-content: center;
  font-size: 14px;
  text-align: center;
}

.logo-img{
  height: 35px;
}

@media (max-width: 980px) {
  .logo-img{
    padding-top: 8px;
    height: 45px;
  }
}



@media (max-width: 980px) {
  .topbar {
    padding: 14px 2px;
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }

  .topbar-btn {
    justify-content: center !important;
  }

  .topbar-btn .btn {

    padding: 4px 8px !important;

  }



}

.icon-wrapper {
  display: flex;
  justify-content: space-between;
}

.img-resp {
  height: auto;
}


@media (max-width: 980px) {
  .mob-display {
    display: none;
  }
}
  

.navbar-container .hamburger-lines .line {

    height: 2px !important;
}

.navbar-container .hamburger-lines .line2 {

    width: 60% !important;

}

/* Meantime */


/* navbar22222222222222222 */


.nav-container {
    /* max-width: 1200px; */
    width: 96%;
    margin: auto;
    padding: 3% 0;
  }
  
  
  
  /* ............/navbar/............ *
      
      /* desktop mode............/// */
  
  .navbar input[type="checkbox"],
  .navbar .hamburger-lines {
    display: none;
  }
  
  .navbar {
    /* box-shadow: 0px 5px 10px 0px #aaa; */
    /* position: fixed; */
    width: 100%;
    /* background: #fff; */
    /* color: #000; */
    /* opacity: 0.85; */
    /* height: 50px; */
    z-index: 12;
  }
  
  .navbar-container {
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
  }
  
  .menu-items {
    order: 2;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  
  .menu-items li {
    list-style: none;
    margin-left: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  
  .menu-items a {
    color: #000;
    margin: 8px;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
  }
  
  .menu-items a:hover {
    color: #000;
    transition: color 0.3s ease-in-out;
  }
  
  .logo {
    order: 1;
    /* font-size: 2.3rem; */
    margin-bottom: 0.5rem;
    /* height: 80px; */
  }
  
  
  @media(max-width: 1180px) and (min-width: 760px) {
    .menu-items {
      order: 2;
      display: flex;
      align-items: center;
      margin-top: -45px!important;
    }
  }
  
  
  /* ......../ media query /.......... */
  
  @media (max-width: 1180px) {
    .navbar {
      /* opacity: 0.95; */
    }
  
    .menu-items {
      order: 2;
      display: flex;
      align-items: center;
      margin-top: -27px;
    }

    .menu-items a {
      font-size: 16px;
  }

  
    .nav-container {
      max-width: 1200px;
      width: 100%;
      margin: auto;
      padding: 4.5% 3%;
    }
  
    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
      display: block;
    }
  
    .navbar-container {
      display: block;
      position: relative;
      height: 64px;
    }
  
    .navbar-container input[type="checkbox"] {
      position: absolute;
      display: block;
      height: 32px;
      width: 30px;
      top: 20px;
      right: 20px;
      z-index: 5;
      opacity: 0;
    }
  
    .navbar-container .hamburger-lines {
      display: block;
      height: 23px;
      width: 35px;
      position: absolute;
      top: 17px;
      right: 20px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
    .navbar-container .hamburger-lines .line {
      display: block;
      height: 2px;
      width: 100%;
      border-radius: 10px;
      background: #000;
    }
  
    .navbar-container .hamburger-lines .line1 {
      transform-origin: 0% 0%;
      transition: transform 0.4s ease-in-out;
    }
  
    .navbar-container .hamburger-lines .line2 {
      transition: transform 0.2s ease-in-out;
      width: 60% !important;
      /* right: 0 !important; */
      text-align: right;
    }
  
    .navbar-container .hamburger-lines .line3 {
      transform-origin: 0% 100%;
      transition: transform 0.4s ease-in-out;
    }
  
    .navbar .menu-items {

      margin-right: -45px;
      padding-top: 110px;
      background: #fff;

      height: 100vh;

      transform: unset !important;

      display: flex;
      flex-direction: column;
      margin-left: -95px;

      position: relative;
      z-index: 1;
      clip-path: circle(25px at calc(100% - 45px) 45px);
      clip-path: circle(2px at calc(0% - 10px) 45px);
      transition: all .8s ease-in-out;
  }
  
    .navbar .menu-items li {
      margin-bottom: 1.5rem;
      font-size: 1.3rem;
      font-weight: 500;
    }
  
    .logo {
      position: absolute;
      top: 0px;
      /* left: 15px; */
      /* font-size: 2rem; */
      z-index: 500;
      height: 55px;
    }
    .navbar-container input[type="checkbox"]:checked~.menu-items {
      transform: unset !important;
      clip-path: circle(95%);

  }

  
    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
      transform: rotate(35deg);
    }
  
    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
      transform: scaleY(0);
    }
  
    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
      transform: rotate(-35deg);
    }
  }
  
  
    /* Nabvar dropdowm ********************/
  
    .dropdown-menu.show{
      background: #fff !important;
  
    }
  
  .dropdown-item {
    display: block;
    width: 100%;
    /* padding: 0.25rem 1rem; */
    /* padding: 0; */
    clear: both;
    /* font-weight: 400; */
    color: white;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
  
  }
  
  .dropdown-menu a:hover{
    background:#333740 !important;
  
  }
  
  .dropdown-menu{
    padding: 0.5rem 0.9rem 0.5rem 0 !important;
  }
  
  .dropdown-menu[data-bs-popper] {
    
    left: 0;
    margin-top: 1rem;
  }
  
  @media (max-width: 768px) {
  
  
  
    .dropdown-menu[data-bs-popper] {
      left: -120px;
      margin-top: 1rem !important;
      transition: transform 1.2s ease-in-out;
  }
  
  
    .dropdown-menu{
      padding: 0.5rem 0.4rem 1.2rem 0 !important;
      transition: transform 1.2s ease-in-out;
  
    }
  
    .dropdown-menu a {
      margin-left: 0;
      color: #fff;
      margin: 8px;
      font-size: 12px;
      font-weight: 400px;
      transition: color 0.3s ease-in-out;
      text-decoration: none;
      
    }
  
    .dropdown-menu a:hover{
      background: white;
    }
  
    .navbar .menu-items .dropdown-menu li {
      margin-bottom: 0rem;
      font-size: 1.3rem;
      font-weight: 500;
    }
   
    
  }
  
  
  .dropdown-menu a {
    margin-left: 0;
  }
  


  
.carousel-item .container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  padding: 0 40px;
  color: white;
  z-index: 20;
}

@media (max-width: 980px) {
  .carousel-item .container {
    position: absolute;
    top: 33%;
    padding: 0 40px;
    color: white;
    z-index: 20;
  }

  .carousel-item p {
    width: 100% !important;
  }

  .carousel-item h2 {
    font-size: 30px !important;
  }
}

#about p {
  width: 70%;
  margin: 0 auto;
  color: gray;
  font-size: 16px;
}

#feature .black-div{
  width: 45%;
}

#left-block .button{
  margin-top: 30px;
}



@media (max-width: 980px) {
  #about p {
    width: 95%;
    margin: 0 auto;
    color: gray;
    font-size: 16px;
  }

  #feature .black-div{
    width: 100% !important;
  }

  #left-block .button{
    margin-top: 30px;
    margin-bottom: 30px;

  }


  #left-block img{
    padding: 0 !important;
  }

  #projects p{
    width: 100% !important;
  }

}
.col-md-6 {
    flex: 0 0 auto;
    width: 49%!important;
    display: inline-block!important;
}

/***** Popup *****/
.popup-mob {
  display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  .popup-desk {
    display: none;
  }

  .popup-mob {
    display: block;
  }

  .carousel-item {
    top: 40% !important;    
  }

  .carousel-inner h1 {
    font-size: 28px !important;
  }

  .img-resp {
      margin-top: 80px !important;
    }

    .img-resp {
        height: auto !important;
    }
}


/***** 10-06-2025 *****/
@media only screen and (min-width: 960px) {
    .carousel-inner {
        height: 670px !important;
    }
}

@media (min-width: 960px) and (max-width: 980px) {
    .carousel-inner {
        height: 500px !important;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .button {
        display: grid !important;
    }

    .cust-btn {
      margin-top: 10px !important;
      margin-left: 0px !important;
    }

    #projects {
      margin-bottom: 150px !important;
    }

    #projects .pad-proj {
      padding: 6% 6% 30% 6% !important;
    }
}

.d-none {
    display: block !important;
}

.pad-proj {
  padding: 6% 6% 0 6% !important;
}