

/*******************
Topbar color
*******************/
.topbar.fixed-header {
  background: #263238;
}

/*******************
Static slide 10
*******************/
.static-slider-head {
  min-height: 600px; /* Default minimum height */
  background: url('../imgbanner/web_banner-bg.jpg') center/cover no-repeat; /* Default background image */
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  margin-top:10px;
}

.static-slider-head .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 70px;
  line-height: 100px;
}

.static-slider-head .subtitle {
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}

/*******************
Header
*******************/
.navbar-nav .nav-item {
  margin: 0 20px;
}

.navbar-nav .nav-item .nav-link {
  padding: 12px 0px;
  font-weight: 400;
}

.h1-nav .navbar-nav .nav-item .nav-link {
  color: #8d97ad;
}

.h1-nav .navbar-nav .nav-item .nav-link:hover {
  color: #2cdd9b;
}

.h2-nav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.h2-nav .navbar-nav .nav-item .nav-link:hover {
  color: #188ef4;
}

.h1-nav .navbar-nav .nav-item:last-child,
.h2-nav .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

/*******************
Static slide 3
*******************/
.static-slider3 {
  padding: 10% 0;
}

.static-slider3 h1 {
  font-weight: 300;
  line-height: 50px;
}

.static-slider3 h1 span {
  border-bottom: 3px solid #2cdd9b;
}

/*******************
Form banner 1
*******************/
#banner1 {
  background: right -3em center no-repeat #e9f3f8;
}

#banner1 h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1px;
}

#banner1 input[type="text"] {
  color: #8d97ad;
  border-radius: 36px 0 0 36px;
  text-indent: 35px;
  font-weight: 300;
}

#banner1 input[type="submit"] {
  border-radius: 0 36px 36px 0;
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0 10px;
  }


  .static-slider10 .title {
    font-size: 40px;
    line-height: 45px;
  }

  #banner1 {
    background-position: right -14em center;
  }

  #banner1 h2 {
    font-size: 40px;
  }

  #banner1 input[type="text"] {
    width: 59%;
  }

  #banner1 input[type="submit"] {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {

  .static-slider-head {
      background-image: url('../imgbanner/web_mobile.jpg'); 
      min-height: 716px; 
      background-color: rgb(255, 255, 255);
      margin-top: 70px;
      background-size: cover; /* Adjust both width and height to cover the container */
      max-width: auto;
  }
}



  #banner1 input[type="submit"] {
    padding: 0 10px;
  }
}

/*******************
Feature 4
*******************/
.wrap-feature4-box .icon-round {
  font-size: 45px;
  width: 80px;
  color: #316ce8;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  margin: 20px 0 30px;
  border-radius: 100%;
}

/*******************
Feature 20
*******************/
.wrap-feature-20 {
  margin-top: 60px;
}

.wrap-feature-20 [class*=col-lg-6] .card {
  overflow: hidden;
}

.wrap-feature-20 .linking {
  width: 100%;
  display: block;
  padding: 35px 0;
}

/*******************
Feature 30
*******************/
.feature30 {
  position: relative;
}

.wrap-feature30-box {
  position: absolute;
  top: 20%;
  right: 0px;
}

/*******************
Portfolio 1
*******************/
.img-ho {
  overflow: hidden;
}

.img-ho img {
  transition: 0.1s ease-in;
}

.img-ho img:hover {
  transform: scale(1.1);
}

/*******************
Pricing 8
*******************/
.pricing8 .pricing-box sup {
  top: -20px;
  font-size: 16px;
}

.pricing8 .pricing-box .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/*******************
Team 2
*******************/
.team2 .pro-pic {
  min-height: 200px;
}

.team2 .pro-pic .card-img-overlay {
  background: rgba(26, 139, 243, 0.87);
  display: none;
}

.team2 .pro-pic:hover .card-img-overlay {
  display: block;
}

.team2 .title {
  margin: 30px 0 0 0;
}

.team2 .subtitle {
  margin: 0 0 20px 0;
  font-size: 13px;
}

/*******************
Testimonial 3
*******************/
.testimonial3 .testi3 .card-body {
  padding: 40px;
}

.testimonial3 .testi3 h6 {
  line-height: 26px;
}

.testimonial3 .testi3 .thumb-img img {
  width: 60px;
}

.testimonial3 .testi3 .customer {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

/*******************
Blog homepage 2
*******************/
.blog-home2 [class*=col-] {
  transition: 0.2s ease-in;
}

.blog-home2 [class*=col-]:hover {
  transform: translateY(-10px);
}

.blog-home2 .date-pos {
  padding: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.blog-home2 .date-pos span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
