html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Outfit';
  font-size: 15px;
  font-weight: 400;
  color: #17161c;
  background: #f5f6f0;
}

a:active,
a:hover {
  outline: 0;
}

a {
  color: #898989;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #17161c;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

input:focus-visible {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #17161c;
  line-height: normal;
  font-weight: 600;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 24px;
}

p {
  font-size: 16px;
  color: #898989;
  line-height: normal;
}

.header-row-1 {
  padding: 15px 0;
  background: #f5f6f0;
}

.header-row-1 .left-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-row-1 .left-logo img {
  width: 150px;
}

.header-row-1 .right-button {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-row-1 .right-button a {
  padding: 10px 20px;
  border: 1px solid #17161c;
  border-radius: 5px;
  color: #17161c;
  font-weight: 600;
}

.article-row-1 {
  background: #f5f6f0;
  text-align: center;
}

.article-row-1 .ar1-inner {
  width: 70%;
  margin: auto;
}

.article-row-1 .ar1-inner h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.article-row-1 .ar1-inner p {
  font-size: 16px;
  line-height: 28px;
  color: #464646;
  margin-bottom: 30px;

}

.input-group {
  max-width: 600px;
  margin: auto;
}

.input-group .form-control {
  padding: 25px;
  border-radius: 10px;
  font-size: 15px;
}

.form-control:focus {
  background-color: #fff;
  border-color: #17161c;
  outline: 0;
  box-shadow: none;
}

.input-group  button{
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  bottom: 0;
  padding: 10px 30px;
  line-height: 10px;
  font-size: 16px;
  font-weight: 600;
  background: #17161c;
  z-index: 11;
}

.article-row-2{
  background: #f5f6f0;
  text-align: center;
}

.article-row-2 .ar2-inner {
  padding: 20px 10px;
  border: 1px solid #17161c;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.article-row-2 .ar2-inner i {
  font-size: 40px;
  margin-bottom: 30px;
}

.article-row-2 .ar2-inner h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}