* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

.nav-item:hover{
  transform: scale(3.3);
}

.home-section h3 {
  text-align: center;
  margin-top: 60px;
}

.home-section {
  padding: 80px 0px;
}

.home-section h1 {
  text-align: center;
  letter-spacing: 0px;
  font-weight: 800;
  line-height: 18px;
  color: rgb(243, 120, 12);
}

.top-sec {
  background-image: linear-gradient(93deg, #ffffffc7, #ffffff00),
    url(images/uu.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
}
.top-sec h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: capitalize;
  color: rgb(10, 9, 89);
}

.inpt {
  width: 500px !important;
  height: 50px !important;
  margin-left: 30px !important;
}

.top-sec button {
  background-color: rgb(0, 72, 49);
  border: none;
  border-radius: 47px;
  padding: 16px 61px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-top: 20px;
}
.column-full h1 {
  text-align: center;
  letter-spacing: 0px;
  font-weight: 800;
  line-height: 18px;
  color: rgb(10, 9, 89);
  margin-bottom: 15px;
}
.home-section2 h1 {
  text-align: center;
  margin: 40px;
}

.home-section2 h1 img {
  margin: 28px, 0px, 20px;
}
.home-section2 h3 {
  margin-top: 30px;
}

.home-section3 h1 {
  text-align: center;
  margin-top: 50px;
  color: darkblue;
}
.home-section3 img {
  text-align: center;
}
.home-section3 h4 {
  text-align: center;
  margin: 40px;
  
}
.home-section3 p {
  color: blue;
}
.home-section3 button {
  background-color: rgb(39, 43, 118);
  border: none;
  border-radius: 47px;
  padding: 16px 61px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-top: 20px;
}

.home-section6 img {
  width: 50%;
}

.imgss {
  display: flex;
  margin-top: 90px;
}

.imgs1 {
  width: 400px;
  height: 100%;
}
.imgs2 {
  width: 400px;
  height: 100%;
  position: relative;
  right: 160px;
  top: -60px;
}

.jdsdfjs p {
  line-height: 40px;
}
.home-section5 img {
  text-align: center;
}
.home-section6 {
  text-align: center;
  margin-top: 60px;
}
.ul1 {
  margin-top: 30px;
}
.bottom-sec button {
  padding: 16px 35px;
  font-size: 16px;
  line-height: 1.5;
  background-color: rgb(198, 40, 40);
  color: rgb(247, 247, 247);
  border-color: rgb(198, 40, 40);
  font-weight: 600;
}
.yogya-footer {
  display: flex !important
;
  align-items: center;
  justify-content: center;
  clear: both;
  width: 100%;
  flex-direction: column;
  row-gap: 30px;
  background: #f7f7f7;
  color: #232228;
  padding: 80px 10px;
}

  .social-icon {
    height: 40px;
    width: 30px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fe1616;
    transition: all 0.3s ease;
    border-radius: 4px;
  }

  .social-icon:hover {
    background-color: #000;
    color: #fff;
  }

  .social-icon i {
    font-size: 11px;
  }

  
