:root{
  --theme-color: #f7794b;
}

.footerwebsite{
  border: none !important;
  box-shadow: none !important;
}

.container::before,
.container::after{
  display: none;
}

.header-contain-top {
  background-color: var(--theme-color);
  padding: .5rem 0;
}

.header-contain-top-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header-contain-phone {
  display: flex;
  align-items: center;
}

.header-contain-phone > i {
  color: #fff;
  margin-right: .5rem;
  display: flex;
}

.header-contain-phone > span {
  font-size: 15px;
  color: #fff;
}

.header-contain-top-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-contain-top-right > a {
  font-size: 15px;
  color: #fff;
}

.header-contain-bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 0;
}

.header-contain-bottom-logo {
  display: flex;
  width: 220px;
}

.header-contain-bottom-logo > a {
  display: flex;
  width: 100%;
}

.header-contain-bottom-logo > a > img {
  width: 100%;
}

.header-contain-bottom-right {
  display: flex;
  align-items: center;
  width: calc(100% - 220px);
  justify-content: flex-end;
}

.header-bottom-right-social > ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-bottom-right-social > ul > li > a > i {
  font-size: 25px;
}

.header-bottom-right-social {
  margin: 0 1rem;
}

.header-bottom-search button > i {
  font-size: 25px;
}

.header-bottom-search button {
  background-color: transparent;
  border: navajowhite;
}

.footer-wrapper-container {
  display: flex;
  padding: 0;
  justify-content: space-between;
  gap: 1rem;
}

.footer-container-list {
  display: flex;
  flex-direction: column;
  width: calc(25% - (1rem * 3) / 4);
}

.footer-container-list-title > span {
  font-size: 17px;
  font-weight: bold;
  color: var(--theme-color);
}

.footer-container-list-title {
  margin-bottom: .5rem;
}

.footer-container-list-content > ul > li >  a {
  font-size: 15px;
  line-height: 26px;
  color: #989bac;
}

.footer-container-list-content > ul > li:not(:last-child) {
  margin-bottom: .5rem;
}

.footer-container-list-content > span {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  color: #989bac;
}

.footer-container-list-content > span > strong {
  margin-bottom: .5rem;
  color: #585963;
}

.footer-wrapper {
  padding: 4rem 0 !important;
  background-color: #f4f5f8;
}

.footer-container-list-content > ul > li > i {
  margin-right: .5rem;
  color: var(--theme-color);
}

.home-slider{
  top: unset !important;
}


.services-container {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0;
  background-color: #f4f5f8;
  padding: 1rem 4rem;
}

.services-item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - (2rem * 2) / 3);
}

.services-item-image,.services-item-image > a {
  display: flex;
  width: 100%;
}

.services-item-image > a > img {
  width: 100%;
}

.services-item-name > span {
  font-size: 16px;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
}

.services-item-desc > span {
  font-size: 14px;
  color: #989bac;
}

.services-item-content {
  padding: 0.5rem;
  margin-top: .5rem;
}

.services-item-desc {
  margin-top: .5rem;
}

.services-wrapper-title {
  background-color: #f4f5f8;
  padding: 2.5rem 4rem;
}

.services-wrapper-title > span {
  font-size: 25px;
  font-weight: bold;
  color: #777;
}

.home-bottom-container {
  padding: 0;
  position: relative;
  padding-top: 3rem;
  background-color: #f4f5f8;
}

.home-bottom-wrapper-image {
  display: flex;
  width: 100%;
  position: relative;
}

.home-bottom-wrapper-image > img {
  width: 100%;
}

.home-bottom-text{
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 99;
}

.home-bottom-desc {
  width: 60%;
  font-size: 25px;
  color: #fff;
  z-index: 99;
}

.home-bottom-button {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.home-bottom-button > a {
  width: 250px;
  background-color: #fff;
  display: flex;
  padding: 1rem;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  transition: .2s ease-in-out;
  border: 2px solid transparent;
}

.home-bottom-button > a:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.home-bottom-wrapper-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9;
}

.home-about-container{
  background-color: #f4f5f8;
  padding: 1rem 4rem;
}

.home-about-title > span{
  font-size: 25px;
  font-weight: bold;
  color: #777;
}

.home-about-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 3rem;
}

.home-about-content .home-about-text{
  width: calc(33.33% - (2rem * 2) / 3);
}

.home-about-content .home-about-text:first-child{
  font-size: 16px;
  font-weight: 500;
  color: #777;
  line-height: 33px;
}

.home-about-content .home-about-text:not(:first-child){
  font-size: 14px;
  color: #989bac;
  line-height: 27px;
}

.home-about-title {
  margin-top: 2rem;
}