body {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  overflow-x: hidden;
  font-family: "Outfit", sans-serif;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 120px;
  font-family: "Outfit", sans-serif;
}

.navitems {
  display: flex;
  align-items: center;
  gap: 40px;
}

a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #474747;
}

.active {
  color: #da7000;
}

.mobile .active {
  color: #da7000;
}

.menu {
  display: none;
}

.mobile {
  display: none;
}

nav .large {
  display: block;
}

nav .small {
  width: 40px;
  height: 40px;
  display: none;
}

nav .icons_large {
  display: flex;
  gap: 24px;
  align-items: center;
}

nav .icons_large i {
  font-size: 20px;
}

#hero {
  background-color: #003333;
  height: 341px;
  background-image: url(images/hero_bg.png);
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

#hero p.sub {
  text-align: center;
  color: #fff;
  font-family: "Nunito";
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

#hero p.title {
  text-align: center;
  color: #fff;
  font-family: "Outfit";
  font-weight: 700;
  font-size: 64px;
  margin-top: 17px;
  line-height: 74px;
  margin: 0;
}

#hero p.sub_title {
  text-align: center;
  color: #fff;
  font-family: "Outfit";
  font-weight: 300;
  font-size: 18px;
  margin-top: 8px;
  margin: 0;
}

#form {
  padding: 100px 180px;
}

#form p.title {
  margin: 0;
  text-align: center;
  font-family: "Outfit";
  font-weight: 700;
  font-size: 64px;
  color: #222222;
}

#form p.sub {
  color: #4e637a;
  font-size: 18px;
  font-weight: 300;
  font-family: "Outfit";
  margin: 0;
  text-align: center;
}

form {
  margin-top: 85px;
}

form .form_row {
  gap: 46px;
}

form .new_row {
  margin-top: 42px;
}

form .form_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

form label {
  color: #222222;
  font-size: 18px;
  font-weight: 300;
}

form input {
  border: none;
  outline: none;
  height: 46px;
  border-radius: 8px;
  background-color: #f5f6fa;
  padding: 9px 15px;
  color: #4e637a;
  font-size: 14px;
  font-weight: 400;
}

form input::placeholder {
  color: #7c8091;
  font-size: 16px;
  font-weight: 300;
}

form input:focus {
  border: 1px solid #da7000;
}

form .message {
  margin-top: 42px;
}

form textarea {
  border: none;
  outline: none;
  border-radius: 8px;
  background-color: #f5f6fa;
  /* padding: 9px 15px; */
  color: #4e637a;
  font-size: 14px;
  font-weight: 400;
}

form textarea::placeholder {
  color: #7c8091;
  font-size: 14px;
  font-weight: 400;
}

form textarea:focus {
  border: 1px solid #da7000;
}

form .btn_box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

form button {
  color: #fff;
  border: none;
  outline: none;
  width: 518px;
  background-color: #003333;
  border-radius: 8px;
  margin-left: 0;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
}

form button:focus {
  border: none;
}

#accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 61px;
  padding: 100px 180px;
}

#accordion p.sub {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 300;
  color: #738c8c;
}

#accordion p.title {
  font-size: 48px;
  font-weight: 700;
  color: #222222;
}

#accordion .accordion .accordion-item {
  border-radius: none;
  border: none;
}

#accordion .accordion .accordion-item button {
  background-color: transparent;
  color: #474747;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 28px;
  padding-top: 24px;
  border-bottom: 1px solid #eeeeee;
  font-family: "Outfit";
}

#accordion .accordion .accordion-item .accordion-body {
  border-top: none;
  font-size: 14px;
  font-weight: 300;
}

#accordion .accordion .accordion-item button:focus {
  outline: none;
  box-shadow: none;
}

.social {
  padding: 100px 180px;
}

.social_content {
  background-color: #ffedfa;
  border-radius: 20px;
  box-sizing: border-box;
}

.social_content .grid_system {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 187px;
  padding: 30px 82px;
}

.social_content .stores {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

/* .social_content .stores img {
  width: 100%;
  height: auto;
}

.social_content .mockup img:nth-child(1) {
  width: 100%;
  height: auto;
  display: block;
}

.social_content .mockup img:nth-child(2) {
  width: 100%;
  height: auto;
  display: none;
} */

.social_content p.title {
  font-size: 48px;
  font-weight: 700;
  color: #222222;
  margin: 0;
  text-align: left;
  width: 402px;
  font-family: "Outfit";
}

.social_content p.sub {
  margin: 0;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 300;
  color: #222222;
  width: 432px;
}

footer {
  padding: 16px 120px;
}

footer img {
  height: 35px;
  width: 117px;
}

footer ul {
  list-style: none;
  font-family: "Outfit", sans-serif;
  padding-left: 0;
  padding-bottom: 35px;
  color: #474747;
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 50px;
}

footer ul li a {
  font-weight: 300;
  font-size: 16px;
}

footer p {
  margin: 0;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

footer .other_links {
  display: flex;
  gap: 32px;
  align-items: center;
}

footer .other_links a {
  font-size: 14px;
  color: #474747;
  font-weight: 500;
}

footer .icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

footer .icons i {
  font-size: 20px;
  color: #474747;
}

.blog-container {
  padding: 100px 120px;
}

.blog-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 2px solid #dee5ed;
  gap: 49px;
  border-radius: 16px;
  height: auto;
}

.blog-item .content {
  padding-top: 48px;
  padding-right: 45px;
}

.blog-item .content p.title {
  text-align: left;
  color: #474747;
  font-size: 32px;
  font-weight: 700;
  width: 392px;
  margin-bottom: 24px;
  font-family: "Outfit";
}

.blog-item .content p {
  text-align: left;
  color: #474747;
  font-size: 18px;
  font-weight: 300;
  width: 392px;
  font-family: "Outfit";
}

.blog-item .content .link {
  margin-top: 50px;
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

.blog-container .blog-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

.indicatorContent {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.indicator {
  display: flex;
  gap: 7px;
  align-items: center;
}

.indicator-item {
  width: 13px;
  height: 13px;
  background-color: #dee5ed;
  border-radius: 100%;
  cursor: pointer;
}

.indicator .active {
  width: 13px;
  height: 13px;
  background-color: #003333;
  border-radius: 100%;
  cursor: pointer;
}

#article {
  padding: 80px 180px;
}

#article .title {
  font-size: 48px;
  font-weight: 700;
  font-family: "Outfit";
}

#article .article-item .content .large_image {
  width: 100%;
  height: 600px;
  margin-bottom: 24px;
  margin-bottom: 24px;
  background-color: #f5f6fa;
  border-radius: 30px;
  display: block;
  object-fit: fill;
}

#article .article-item .content .small_image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 24px;
  margin-bottom: 24px;
  border-radius: 30px;
  display: none;
}

#hero_home img {
  width: 100%;
  height: auto;
  object-fit: fill;
}

#hero_home .content {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  display: block;
}

#hero_home .content p.title {
  color: #003333;
  font-size: 64px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-bottom: 23px;
}

#hero_home .content img {
  width: 100%;
  height: 55px;
  object-fit: contain;
}

#about-container {
  display: flex;
  justify-content: center;
  padding-top: 120px;
}

#about-container p.title {
  text-align: center;
  font-family: "Outfit";
  color: #222222;
  font-size: 64px;
  font-weight: 700;
  margin: 0;
}
#about-container .center {
  width: 722px;
}

#about-container p.sub {
  text-align: center;
  font-family: "Outfit";
  color: #4e637a;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}

#first_section {
  padding: 180px 219px;
  display: flex;
  justify-content: center;
}

#first_section p.title {
  font-family: "Outfit";
  font-size: 48px;
  font-weight: 700;
  color: #313030;
  width: 391px;
  margin: 0;
  line-height: 56px;
  /* margin-bottom: 24px; */
}

#first_section p.sub {
  margin-top: 24px;
  color: #474747;
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit";
  width: 374px;
}

#first_section img {
  height: 513px;
}

#second_section {
  padding: 0px 219px;
  height: 80dvh;
  display: flex;
  justify-content: center;
}

#second_section p.title {
  font-family: "Outfit";
  font-size: 48px;
  font-weight: 700;
  color: #313030;
  width: 458px;
  margin: 0;
  line-height: 56px;
}

#second_section p.sub {
  margin-top: 24px;
  color: #474747;
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit";
  width: 472px;
}

#first_section .grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 200px;
  justify-content: space-between;
}

#first_section .grid .image {
  display: flex;
  justify-content: center;
}

#second_section img {
  height: 375px;
  width: 100%;
}

#second_section .grid_2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 200px;
}

#second_section .center {
  display: flex;
  justify-content: flex-start;
}

#second_section .small {
  width: auto;
  display: flex;
  justify-content: center;
}

#third_section {
  padding: 153px 120px;
}

#third_section p.title {
  text-align: center;
  color: #313030;
  font-size: 64px;
  font-weight: 700;
  font-family: "Outfit";
}

#third_section .content {
  display: flex;
  justify-content: center;
}

#third_section p.sub {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  font-family: "Outfit";
  color: #474747;
  margin-top: 18px;
  width: 722px;
  margin-bottom: 36px;
}

#third_section .image {
  width: 100%;
  height: 562px;
  margin-top: 64px;
  background-color: #f9f9f9;
}

#more {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 56px 180px;
  gap: 50px;
}

#more .card {
  flex-grow: 1;
  border-radius: 20px;
  border: 1px solid #dee5ed;
  padding: 34px 23px;
  flex-basis: 200;
}

#more .icon {
  display: grid;
  place-items: center;
  background-color: #1eaa79;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 11px;
  width: 70px;
}

#more .icon img {
  width: 48px;
  height: 48px;
  box-sizing: border-box;
}

#more .icon_second img {
  width: 100%;
  height: auto;
}

#more .icon_third img {
  width: 100%;
  height: auto;
}

#more .icon_second {
  display: grid;
  place-items: center;
  background-color: #ff5a4f;
  border-radius: 15px;
  width: 70px;
  padding: 11px;
  margin-bottom: 20px;
}

#more .icon_third {
  display: grid;
  place-items: center;
  background-color: #27b3e5;
  border-radius: 15px;
  width: 70px;
  padding: 11px;
  margin-bottom: 20px;
}

#more .card p.title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Outfit";
  color: #000000;
  margin: 0;
  margin-bottom: 12px;
}

#more .card p.sub {
  font-size: 14px;
  font-weight: 400;
  font-family: "Outfit";
  color: #4e637a;
  margin: 0;
  width: 284px;
}

#about_second {
  padding: 166px 180px;
  display: flex;
  flex-direction: row;
  gap: 60px;
}

#about_second p.title {
  font-family: "Outfit";
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 48px;
}

#about_second .left {
  width: 100%;
}

#about_second aside {
  border-radius: 20px;
  border: 1px sold #dee5ed;
  background-color: #f5f6fa;
  padding: 48px;
  width: 100%;
}

#about_second .left .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#about_second .left .content .content_card {
  padding: 25px 21px;
  background-color: #fff;
  color: #000000;
  transition: background-color 0.3s ease;
  border-radius: 12px;
}

#about_second .left .content .content_card p.title {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 8px;
  font-family: "Outfit";
  transition: color 0.3s ease;
}

#about_second .left .content .content_card p.sub {
  color: #4e637a;
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit";
  margin: 0;
  transition: color 0.3s ease;
}

#about_second .left .content .content_card:hover {
  background-color: #003333;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
}

#about_second .left .content .content_card:hover p {
  color: #fff;
}

#others {
  padding: 80px 120px;
}

#otherBlogs .others_content p.title {
  font-size: 64px;
  font-weight: 700;
  font-family: "Outfit";
  margin: 0;
}

#otherBlogs .others_content p.sub {
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit";
  color: #474747;
  margin-top: 12px;
  margin-bottom: 12px;
}

#otherBlogs .others_content .more {
  display: flex;
  align-items: center;
  color: #da7000;
  font-size: 12px;
  font-weight: 300;
  font-family: "Outfit";
  gap: 8px;
  cursor: pointer;
}

#otherBlogs .others_content .more p {
  color: #da7000;
  font-size: 18px;
  font-weight: 300;
  font-family: "Outfit";
  margin: 0;
}

#otherBlogs .others_content img {
  width: 100%;
  height: 549px;
  margin-top: 32px;
  object-fit: cover;
}

#grid-container {
  padding: 80px 120px;
}

#grid-container h4 {
  color: #222222;
  text-align: center;
  padding-bottom: 47px;
  font-size: 48px;
  font-weight: 700;
}


#grid-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 63px;
}

#grid-content p.title {
  color: #474747;
  font-size: 18px;
  font-weight: 300;
  font-family: "Outfit";
}

#grid-content .grid-card {
  cursor: pointer;
}

#grid-content .grid-card img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}
