@font-face {
  font-family: "TT Lakes Regular";
  src: url("./FONT/TTLakesCondensed-Regular.eot");
  src:
    url("TTLakes-Regular.eot?#iefix") format("embedded-opentype"),
    url("./FONT/TTLakesCondensed-Regular.woff") format("woff"),
    url("./FONT/TTLakesCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Lakes Bold";
  src: url("./FONT/TTLakes-Bold.eot");
  src:
    url("./FONT/TTLakes-Bold.eot?#iefix") format("embedded-opentype"),
    url("./FONT/TTLakes-Bold.woff") format("woff"),
    url("./FONT/TTLakes-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: flex-start;
  margin: 10px;
  padding: 0;
  width: 100vw;
  font-family: 'TT Lakes Regular', sans-serif;
  font-size: 15px;

}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  gap: 20px;
}
.page {
  width: 100vw;
}
.title-icons {
  display: none;
}
#burger-toggle {
  display: none;
}
.burger-btn {
  width: 32px;
  cursor: pointer;
}
.burger-btn img {
  display: flex;
}
.burger-menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  flex-direction: column;
  padding: 16px;
}
.burger-menu a {
  padding: 12px 0;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #eee;
}
#burger-toggle:checked ~ .burger-menu {
  display: flex;
}
.call {
  cursor: pointer;
  display: none;
}
.profile {
  cursor: pointer;
  display: none;
}
.chat {
  cursor: pointer;
  display: none;
}

.repair {
  cursor: pointer;
}
.checkstatus {
  cursor: pointer;
}
.service__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul {
  list-style-type: none;
  display: flex;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  background-color: #ffffff;
  flex-wrap: wrap;
  border-color: #b8ffec;
  gap: 20px;
flex-wrap: nowrap;
overflow-x: hidden;
overflow-y: hidden;
}

.text-expand {
  padding: 12px 0;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #eee;
  font-size: 20px;
}
.read {
  width: 32px;
  cursor: pointer;
  margin: 10px;
  display: flex;
}

h2 {
  display: flex;
  justify-content: flex-start;
  border-left: 3px solid #41f6d7;
  font-size: 28px;
}
h5 {
  font-size: 20px;
}
.service__more-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.service__more-icon:hover {
  transform: rotate(180deg);
}
.service__second-text {
  display: none;
}
.service__more {
  display: flex;
  align-items: center;
}
.service {
 display: flex;
 flex-direction: column;
}
.repair-checkstatus {
  display: flex;
  gap: 15px;
}
.service__picture img{
  display: flex;
  width: 100%;
  margin-top: 40px;
}
.service-text{
  font-size: 16px;
}
@media (min-width: 768px) {
  .call {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .profile {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .chat {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  ul {
    display: inline-flex;
flex-wrap: wrap;
overflow-x: auto;
overflow-y: hidden;
font-size: 17px;
  }

.service__picture {
display: flex;
justify-content: flex-end;
width: 50%;
}
.service__picture img {
  height: auto;
  display: block;
  margin: 40px;
  width: 208%;
}
.service {
 flex-direction: row;
 }
.service__content {
  width: 50%;
}
.separate-icons{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px;
}
.repair-checkstatus {
  display: flex;
  gap: 15px;
}
.service-text{
  font-size: 20px;
}
}
@media (min-width: 1120px) {
 .header {
  display: none;
 }
 .title-icons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
 margin: 20px;
 gap: 10px;
 }
 ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 20px;
 }
.service__more-text {
  display: flex;
}
.service__more-icon {
  display: flex;
}
.service__second-text {
  display: flex;
  font-size: 20px;
}
.service {
 flex-direction: row;

 }
.services {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-text {
  font-size: 20px;
}
ul {
  font-size: 16px;
}
}

