html {
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;

}

h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}
h5 {
  font-size: 10px;
}

.text-1 {
  color: #527992;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
}
.text-3 {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  padding: 10px 0;
}
body{
  overflow-x: hidden;
  width: 100%;
  background: #eaeaea;
  color: #000000;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.container{
  max-width: 1180px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

.nav-content {
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.top-logo,
.nav-logo {
  max-width: 55px;
  width: 100%;
}

.nav-pages {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

}

.nav-pages li {
  display: flex;
  align-items: center;
  gap: clamp(10px,20px,20px);
}

.nav-pages li:first-child {
   margin-left: 75px;
}

.nav-pages li a {
  padding: 10px;
  font-size: 14px;
}
.nav-pages li a:hover {
  padding: 10px;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
}

.btn-1 {
  border: none;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  transition: all ease-out 5ms;
}
.btn-1:hover {
  border: none;
  background: #feee7c;
  color: #000000;
  font-weight: 400;
  padding: 5px 10px;
  cursor: pointer;
}
.btn-2 {
  display: block;
  margin: 0 auto;
  border: none;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  padding: 15px 30px;
  font-size: 18px;
  cursor: pointer;
  transition: all ease-out 5ms;
}
.btn-2:hover {
  border: none;
  font-weight: 400;
  cursor: pointer;
}
.header-1 {
  display: block;
  width: 80%;
  padding: 100px 0;
  margin: 0 auto;
}


.image-box {
  display: block;
  position: relative;
  height: 450px;
  width: 100%;
  background: url("../img/home-2.jpg") center no-repeat;
  background-size: cover;
}
.navigation {
  border-bottom: 2px solid #b8bcc0;
}
.info-box-r {
  position: relative;
  max-width: 280px;
  width: 100%;
  bottom: -265px;
  right: 100px;
  border-radius: 20px;
  background: #000000;
  color: #ffffff;
  padding: 10px;
  float: right;
}
.info-box-r h4 {
  color: #ffffff;
}
.middle-1-l {
  position: relative;
}
.info-box-2 {
  position: relative;
  max-width: 280px;
  width: 100%;
  top: 40px;
  left: 50px;
  border-radius: 20px;
  background: #ffffff;
  padding: 10px;
}
.info-box-3 {
  position: absolute;
  max-width: 270px;
  width: 100%;
  top: 30px;
  left: -55px;
  border-radius: 20px;
  background: #ffffff;
  padding: 10px;
}
.info-box-l {
  position: relative;
  max-width: 280px;
  width: 100%;
  top: -50px;
  left: 50px;
  border-radius: 20px;
  background: #ffffff;
  padding: 10px;
}

.info-box-r h4,
.info-box-l h4 {
  position: relative;
  padding: 10px 0;
  margin-left: 10px;
}
.info-box-l h4:after {
  content: "";
  position: absolute;
  width: 220px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(129, 129, 129, 0.5), rgba(255, 255, 255, 0.05));
}
.info-box-r h4:after {
  content: "";
  position: absolute;
  width: 220px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-image: linear-gradient(to right, rgba(175, 175, 175, 0.05), rgba(255, 255, 255, 0.5), rgba(175, 175, 175, 0.05));
}
.box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
  padding: 5px;
}

.box img {
  width: 30px;
  height: 30px;
}

.box h5 {
  padding-left: 25px;
  font-size: 16px;

}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-right {
  position: absolute;
  top: -60px;
  right: 80px;
  max-width: 150px;
  width: 100%;
  height: unset;
}

.header-middle-1{
  padding-top: 150px;
}
.header-middle-2 {
  padding: 100px 0;
}
.header-middle-1,
.header-middle-2 {
  display: flex;
  flex-direction: row;
  gap: clamp(40px,100px,100px);
}
.middle-2-r .text-1 {
  padding: 40px 0;
}
.middle-1-1 {
  position: relative;
  max-width: 450px;
  height: 80%;
}
.middle-1-r{
  position: relative;
  max-height: 450px;
}
.middle-1-r:after {
  content: url("/img/svg/Blemish_We_Provide1.svg");
  position: absolute;
  bottom: 20px;
  left: -40px;
  width: 80px;
  height: 80px;
}
.middle-1-2 {
  display: block;
  max-width: 70px;
  position: relative;
  left: 100%;
  padding-bottom: 10px;
}
.middle-1-2-1 {
  max-width: 70px;
  float: right;
  margin-right: 20px;
  padding-bottom: 10px;
}
.middle-1-3 {
  max-width: 450px;
}

.middle-1-l .text-1 {
  line-height: 1.6;
  padding-top: 30px;
}
.choice-btns {
  display: flex;
  flex-direction: row;
  text-align: center;
}
.txt-btn {
  flex: 1;
  padding: 15px 10px;
  border: 1px solid #000000;
  cursor: pointer;
}
.txt-btn.active {
  color: #ffffff;
  background: #000000;
}
.content-middle-3 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.section-info {
  display: none;
}
.section-info.open {
  display: block;
}
.content {
  background: #1a1a1a;
}
.middle-3-content {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(380px, 1fr));
  grid-gap: clamp(20px, 25px,25px);
}

.service {
  background: #2c2c2c;
  text-align: center;
  padding: 50px 20px;
}

.service img {
  max-width: 200px;
  width: 100%;
}
.service .tittle-3 {
    padding: 20px 0;
}
.service .text-2 {
  max-width: 450px;
  color: #5f92a1;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.3;
}
.tittle-3 {
  font-size: 25px;
  color: #ffffff;
}

.bottom-content {
  background: #f7ea78;
}
.bottom {
  padding: 110px 0;
}
.tittle-2 {
  font-size: 32px;
  margin: 0 auto;
  text-align: center;
  font-weight: bolder;
  line-height: 1.5;
  max-width: 790px;
  padding-bottom: 45px;
}
.header-1.mob {
  display: none;
}
.hamburger {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.hamburger-close {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.nav-pages-mob {
  display: none;
  text-align: center;
}
.nav-pages-mob li {
  display: flex;
  flex-direction: column;
}
.nav-pages-mob li a:hover {
  text-decoration: underline;
  font-weight: bold;
}
.nav-pages-mob li a {
  padding: 10px 0;
}
.hamburger.open {
  display: none;
}
.hamburger-close.open {
  display: block;
}
@media (max-width: 1024px) {
  .hide,
  .middle-1-r:after {
    display: none;
  }
  .header-middle-1 {
    flex-direction: column;
    text-align: center;
  }
  .middle-1-2 {
    display: none;
  }
  .header-middle-2 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .middle-2-r {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .top-right,
  .info-box-l {
    display: none;
  }
  .nav-pages.top {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .info-box-r {
    position: absolute;
    max-width: 330px;
    bottom: -90px;
    right: 50%;
    transform: translateX(50%);
  }
  .image-box {
    height: 280px;
  }
  .middle-2-r .text-1,
  .middle-1-l .text-1 {
    text-align: left;
  }
  .middle-1-3 {
    max-width: unset;
  }
  .middle-1-1 {
    width: 100%;
  }
  .choice-btns {
    flex-direction: column;
  }
  .header-1 {
    display: none;
  }
  .header-1.mob {
    display: block;
  }
  .nav-pages,
  .nav-content.footer {
    flex-direction: column;
    margin: 10px 0;
    height: unset;
    align-items: center;
  }
  
  .nav-content {
    margin: 10px 0;
    height: unset;
    align-items: flex-start;
  }
  .nav-content .btn-1 {
    
  }
  .nav-pages li:first-child {
    margin-left: unset;
  }
  .nav-pages li {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .nav-logo {
    max-width: 75px;
  }
}
@media (max-width: 600px) {
  .middle-1-2 {
    display: none;
  }
  .middle-3-content {
    grid-template-columns: repeat(auto-fit,minmax(280px, 1fr));
  }
  .top {
    display: none;
  }


}
