body {
  margin: 0;
}
* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

img {
  max-width: 100%;
}
/* !! */

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

.my-custom-container {
  width: 70% !important;
  margin: 0 auto;
}

/* NAVBAR */

.custom-logo {
  width: 15% !important;
  display: flex;
  align-items: end;
  gap: 10px;
  padding-left: 10px;
}

.logo1 {
  width: 20%;
}

.logo2 {
  width: 75%;
}

.input-search {
    width: 100%;
    padding: 0px 15px;
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    background: transparent;
    color: #757575;
    font-size: 14px;
    height: 33px;
}

.input-search::placeholder {
  color: #757575;
}

.input-search:focus {
  outline: none;
}

.position-relative {
  position: relative;
}

.searching-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #212529;
  font-size: 15px;
  cursor: pointer;
}

.searching-btn .fa-search {
  font-size: 15px;
}

.custom-search {
  border: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-bar {
  width: 70%;
}

.search-icon {
  font-size: 20px;
  color: #212529;
}

.user-img {
  width: 24px;
}

.search-bar-parent {
  width: 70% !important;
  padding-right: 2px;
}

.user-form {
  width: 15%;
  text-align: end;
  padding-right: 10px;
}

/* NAVBAR END */

.p-2-5 {
  padding: 10px;
}

.xl-text-14px {
  font-size: 14px;
}

.md-normal-case {
  text-transform: none;
}

.flex {
  display: flex;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-center {
  align-items: center;
}

.separator {
  padding: 0 10px;
}

.text-balaned {
  text-wrap: wrap;
}

.booknow-btn {
  background: var(--color-primary);
  border-radius: 20px;
  color: white !important;
  font-size: 13px;
  border: none;
  width: 50%;
  height: 28px;
  font-weight: 700;
  padding: none !important;
}
.booknow-btn:hover {
  background: var(--color-primary);
}

.start-class {
  width: 12%;
}
.supplier-color {
    color: var(--color-primary);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}
.footer-section {
  background-color: var(--color-primary);
  color: white;
  text-align: center;
}

.size-footer {
  font-size: 25px;
}

.size-2024 {
  font-size: 15px;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  flex-wrap: wrap;
}

.footer-nav a {
  font-size: 13px;
  color: white;
  padding: 0 15px;
  text-decoration: none;
}

.footer-nav a:not(:last-child) {
  border-right: 1px solid white;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.columns {
  column-count: 3;
  column-gap: 2rem;
  padding: 4rem 0;
  width: 100%;
  margin: 0 auto;
}

.review-card {
  display: flex;
  flex-direction: column;
  padding: 1.7rem;
  gap: 0.5rem;
  box-shadow: 0px 0px 7px 2px #00000040;
  border: 1px solid black;
  border-radius: 20px;
  margin-bottom: 2.5rem;
  break-inside: avoid;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.avatar-name-w {
  width: 45%;
}

.avatar {
  width: 20%;
}

.user-date {
  display: flex;
  flex-direction: column;
}

.customer-name {
  font-size: 15px;
  color: #212529;
  font-weight: 500;
}

.review-date {
  color: #6c757d;
  font-size: 11px;
}

.review-title {
  color: var(--color-primary);
  font-size: 25px;
}

.review-text {
  color: #212529;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  /*word-break:break-all;*/
}

.avatr-name {
  align-items: center;
}
 .avatr-name img {
        height: 40px;
        width: 40px;
        border-radius: 26px;
 }

/* _____________MEDIA ____________________ */

@media only screen and (min-width: 1px) and (max-width: 319px) {
  .user-form {
    display: none;
  }

  .my-custom-container {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .input-search {
    font-size: 12px;
  }

  .search-bar {
    width: 98%;
  }

  .search-icon {
    font-size: 18px;
  }
  .user-img {
    width: 20px;
  }

  .custom-logo {
    width: 40% !important;
  }

  .hidden {
    display: none;
  }
  .w-95 {
    width: 95%;
  }
  .flex-direction {
    flex-direction: column;
  }

  .footer-nav a {
    font-size: 10px;
  }

  .size-footer {
    font-size: 18px;
  }
  .size-2024 {
    font-size: 12px;
  }

  .w-details {
    width: 95%;
  }
  .flex-container span {
    font-size: 9px;
    text-wrap: nowrap;
  }

  .footer-nav a:nth-child(3),
  .footer-nav a:nth-child(5) {
    border-right: none;
  }

  .avatar {
    width: 30%;
  }

  .customer-name {
    font-size: 15px;
  }

  .review-date {
    font-size: 0.813rem;
  }

    .review-title {
        font-size: 17px;
        white-space: nowrap;
        width: 112px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

  .review-text {
    font-size: 13px;
  }

  .review-card {
    margin-bottom: 1.5rem;
  }

  .columns {
    column-count: 2;
    width: 95%;
    column-gap: 0.5rem;
  }

  .review-card {
    padding: 12px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 425px) {
  .user-form {
    display: none;
  }

  .my-custom-container {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .input-search {
    font-size: 12px;
  }

  .search-bar {
    width: 98%;
  }
  .search-icon {
    font-size: 18px;
  }

  .user-img {
    width: 20px;
  }

  .custom-logo {
    width: 45% !important;
  }
  .hidden {
    display: none;
  }
  .w-95 {
    width: 95%;
  }
  .flex-direction {
    flex-direction: column;
  }

  .footer-nav a {
    font-size: 10px;
  }
  .size-footer {
    font-size: 18px;
  }
  .size-2024 {
    font-size: 12px;
  }

  .w-details {
    width: 95%;
  }

  .flex-container span {
    font-size: 9px;
    text-wrap: nowrap;
  }

  .footer-nav a:nth-child(3),
  .footer-nav a:nth-child(6) {
    border-right: none;
  }

  .avatar {
    width: 35%;
  }

 .customer-name {
        font-size: 15px;
        white-space: nowrap;
        width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
 }

  .review-date {
    font-size: 0.813rem;
  }

    .review-title {
        font-size: 17px;
     /*   white-space: nowrap;
        width: 127px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;*/
    }

  .review-text {
    font-size: 14px;
  }

  .review-card {
    margin-bottom: 1.5rem;
  }

  .columns {
    column-count: 2;
    column-gap: 0.5rem;
    width: 95%;
  }

  .review-card {
    padding: 8px;
  }

}

@media only screen and (min-width: 426px) and (max-width: 600px) {
  .user-form {
    display: none;
  }

  .my-custom-container {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .input-search {
    font-size: 12px;
  }

  .search-bar {
    width: 98%;
  }

  .search-icon {
    font-size: 18px;
  }
  .user-img {
    width: 20px;
  }

  .hidden {
    display: none;
  }
  .w-95 {
    width: 95%;
  }

  .flex-direction {
    flex-direction: column;
  }

  .custom-logo {
    width: 35% !important;
  }

 .avatar {
    width: 35%;
  }

  .customer-name {
    font-size: 16px;
  }

  .review-date {
    font-size: 0.813rem;
  }

  .review-title {
    font-size: 17px;
  }

  .review-text {
    font-size: 14px;
  }

  .review-card {
    margin-bottom: 1.5rem;
  }

  .columns {
    column-count: 2;
    column-gap: 0.5rem;
    width: 95%;
  }

  .review-card {
    padding: 12px;
  }

}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .user-form {
    display: none;
  }
  .search-bar {
    width: 98%;
  }

  .w-95 {
    width: 95%;
  }

  .my-custom-container {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .flex-direction {
    flex-direction: column;
  }
  .hidden {
    display: none;
  }

  .custom-logo {
    width: 30% !important;
  }

  .avatar {
    width: auto;
  }

  .customer-name {
    font-size: 16px;
  }

  .review-date {
    font-size: 0.813rem;
  }

  .review-title {
    font-size: 18px;
  }

  .review-text {
    font-size: 15px;
  }

  .review-card {
    margin-bottom: 1.5rem;
  }
  .columns {
    column-count: 2;
    column-gap: 0.5rem;
    width: 95%;
  }
  .review-card {
    padding: 12px;
  }
 
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .user-form {
    display: none;
  }

  .separator {
    padding: 0 5px;
  }

  .hidden {
    display: none;
  }
  .w-95 {
    width: 95%;
  }
  .flex-direction {
    flex-direction: column;
  }

  .my-custom-container {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .separator {
    padding: 0 5px;
  }

  .w-95 {
    width: 95%;
  }
  .my-custom-container {
    width: 90% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .user-form {
    width: 15%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .separator {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1440px) {
}
