@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
  font-family: "Nunito Sans", sans-serif !important;
  /* background: #fdf0d567 !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 800 !important;
}

.main_btn {
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
  background: #1d3557;
  min-width: 100px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.main_btn:hover{
  background: #0e3372;
}

::-webkit-scrollbar {
  width: 0.6rem;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #1d3557;
}

#btn-back-to-top {
  position: fixed;
  background-color: #1d3557;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  z-index: 999;
  border: 1px solid #1d3557;
}

/******************NAVBAR STARTS**************/
.nav_top a {
  font-size: 14px;
  text-decoration: none;
  color: #1d3557;
  font-weight: 800;
}

.navbar .dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  background: #1d3557;
}

.navbar .navbar-nav {
  --bs-nav-link-color: #e63946;
  --bs-nav-link-hover-color: #e63946;
}

.navbar .dropdown-menu {
  --bs-dropdown-link-hover-color: #e63946;
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: transparent;
}


.navbar .nav-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.navbar .nav-item li a {
  font-size: 14px !important;
  font-weight: 400;
}

.navbar .nav-item a:hover {
  color: #e63946;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #e63946;
}

.navbar .mega_menu a {
  text-decoration: none;
  color: #fff;
}

.navbar .mega_menu a .d-flex {
  transition: all 0.5s;
}

@media only screen and (min-width: 992px) {
  .navbar .mega_menu {
    width: 70vw;
  }

  .navbar .dropdown:hover .mega_menu {
    display: flex;
  }

  .navbar .mega_menu.show {
    display: flex;
  }
}

.navbar .search-bar {
  min-width: 300px;
  padding: 0 10px;
}


.navbar .search-form {
  width: 100%;
}

.navbar .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.navbar .search-form input:focus,
.navbar .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.navbar .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.navbar .search-form button i {
  color: #012970;
}

/******************NAVBAR ENDS**************/


/******************BANNER SECTION STARTS**************/

#carouselExampleAutoplaying .carousel-control-next {
  background: #012970;
  color: #fff;
  height: 50px;
  width: 50px;
  align-items: center;
  top: 40%;
  right: 20px;
  border-radius: 50%;
}

#carouselExampleAutoplaying .carousel-control-prev {
  background: #012970;
  color: #fff;
  height: 50px;
  width: 50px;
  align-items: center;
  top: 40%;
  left: 20px;
  border-radius: 50%;
}

/******************BANNER SECTION ENDS**************/



/******************CLIENTS SECTION STARTS**************/

.owl_images img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}

/******************CLIENTS SECTION ENDS**************/



/******************ABOUT SECTION STARTS**************/

.about_container .feature_image {
  height: 100px;
  width: 100px;
}
.about_container p{
  color: #555;
}

/******************ABOUT SECTION ENDS**************/


/******************FEATURE SECTION STARTS**************/
.productcard {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background-color: white;
  overflow: hidden;
}

.productcard a {
  text-decoration: none;
  color: #fff;
}

.productcard .card-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.productcard:hover .card-image img {
  transform: scale(1.1);
}

.productcard .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: #1d3557;
  color: white;
  text-align: center;
}

.productcard .card-title {
  margin: 0;
  font-size: 1.2em;
}

/******************FEATURE SECTION ENDS**************/


.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 20px;
  width: 100%;
  min-width: 200px;
  box-sizing: border-box;
}

.grid-container .gcard {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 13px 6px #00000024;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.grid-container .gcard:hover {
  transform: translateY(-5px);
}

.grid-container .card-image {
  width: 40%;
  height: 50px;
  object-fit: contain;

}

.grid-container .card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 1.2em;
  text-align: center;
  width: 60%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .grid-container {
      grid-template-columns: repeat(2, 1fr);
  }

  .grid-container .card-title {
      font-size: 1em;
  }
}




 
.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.blog-header {
  text-align: center;
  margin-bottom: 40px;
}
.blog-header h1 {
  font-size: 3em;
  margin: 0;
}
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s;
  width: calc(33.333% - 20px);
}
.blog-card:hover {
  transform: translateY(-10px);
}
.blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-content {
  padding: 20px;
}
.blog-title {
  font-size: 1.5em;
  margin: 0;
}
.blog-description {
  margin: 10px 0;
  color: #666;
}

@media (max-width: 768px) {
  .blog-card {
      width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .blog-card {
      width: 100%;
  }
}

/******************FOOTER SECTION STARTS**************/

.footer_container a {
  color: #fff;
  text-decoration: none;

}

.footer_container a:hover {
  color: #0e3372;
}

.footer_container .image_container img {
  width: 50px;
}

/******************FOOTER SECTION ENDS**************/