 .header__logo-2 a img {
    width: 217px;
}
.offcanvas__contact {
    margin-top: 150px;
}
/* PLAN-PAGE */
/* From Uiverse.io by marwam112010 */ 
.pack-container {
  position: relative;
  display: flex;
  max-width: 350px;
  flex-direction: column;
  border-radius: 12px;
  background-color: #212121;
  border: 1px solid #fff;
  padding: 1.6rem;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.header {
  position: relative;
  margin: 0;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding-bottom: 1rem;
  text-align: center;
}

.title {
  display: block;
  font-family: sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #fff
}

.price-container {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  font-family: sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.price-container span:first-child {
  margin-top: 10px;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.price-container span:last-child {
  align-self: flex-end;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.list span {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: rgba(255, 255, 255, 0.185);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list span svg {
  height: 12px;
  width: 12px;
}

.list p {
  display: block;
  font-family: sans-serif;
}

.button-container {
  margin-top: 20px;
  padding: 0;
}

.button-container button {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #000;
  outline: 0;
  border: 0;
  border-radius: 10px;
}
section.plan-sec {
    padding: 130px 0px 190px 0px;
    text-align: center;
    border-bottom: 2px solid black;
}

.plan-head h1 {
    font-size: 90px;
}

.plan-boxes {
    display: flex;
    margin-top: 70px;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px 0px;
}

.pack-container .list {
    color: white !important;
}

.pack-container .list p {
    color: white;
}

.pack-container .button-container button:hover {
    color: white;
    background: none;
    border: 2px solid white;
}

.pack-container .button-container button {
    transition: all.5s;
}
.header-2\.0 {
    background: black !important;
}
/* PLAN-PAGES */
.card {
  width: 100%;
  background: #ffffff;
  padding: .4em;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(0 0 0) 0px 0px 0px 3px;
}


.card-image:hover {
  transform: scale(0.98);
}

.category {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: rgb(23 23 24);
  padding: 10px 0px;
  text-align: center;
}

.category:hover {
  cursor: pointer;
}

.heading {
  font-weight: 600;
  color: rgb(88, 87, 87);
  padding: 7px;
}

.heading:hover {
  cursor: pointer;
}

.author {
  color: gray;
  font-weight: 400;
  font-size: 11px;
  padding-top: 20px;
}

.name {
  font-weight: 600;
}

.name:hover {
  cursor: pointer;
}
.card-1 {
    width: 30%;
}

.card-image img {
    width: 379px !important;
    object-fit: cover;
    padding: 11px 10px;
}
.plan-item-mainn {
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    justify-content: center;
    align-items: center;
}
.button-container a {
    background: white;
    color: #000000;
    padding: 10px 100px;
    border-radius: 50px;
    transition: all.5s ease-in-out;
}

.button-container a:hover {
    border: 1px solid #fff;
    color: white;
    background: none;
}