* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
  background-color: rgba(228, 231, 255, 0.397);
}

section.header {
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(4, 25, 215);
}

.xlx2 .title {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 40px;
}

section.actions-strata {
  width: 94%;
  margin-left: 3%;
}

section.actions-strata > .enter-code > form {
  margin-top: 40px;
}

section.actions-strata
  > .enter-code
  > form
  > .lb-input-acc
  > input::placeholder {
  color: #ffffff93;
}
section.actions-strata > .enter-code > form > .lb-input-acc > input {
  border: none;
  background-color: rgb(95, 95, 95);
  padding: 20px;
  width: 320px;
  color: #ffffff;
  letter-spacing: 1.09px;
  font-size: medium;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

section.actions-strata > .enter-code > form > button {
  padding: 15px;
  margin-left: 40px;
  border: 0px transparent;
  cursor: pointer;
  color: white;
  border-radius: 50px;
  padding: 12px 48px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  background: black;
  margin-bottom: 5%;
  background-position: 100% 0;
  background-size: 200% 200%;

  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
  transition: all 0.5s ease;
}

section.actions-strata > .enter-code > form > button:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}

/* Data Packages */

section.actions-strata > .packages > .title-section {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  width: 520px;
}

section.actions-strata > .packages > .title-section .inner-sec-title {
  display: flex;
  align-items: center;
}

section.actions-strata > .packages > .title-section > .underline {
  height: 4px;
  background-color: rgba(0, 16, 49, 0.35);
}

section.actions-strata > .packages > .title-section .network-img {
  width: 60px;
  height: 60px;
}

.packages > .cards-x {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;

  padding-bottom: 30px;
}
.packages > .cards-x > .card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 420px;
  min-width: 420px;
  height: 220px;
  background-color: rgba(235, 235, 235, 0.959);
  margin-right: 20px;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  border: 2px solid white;
  box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.075);
  cursor: pointer;
}

.packages > .cards-x > .card > .price {
  align-self: flex-end;
  margin-right: 15px;
}

.packages > .cards-x > .card > .price :nth-child(1) {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-right: 7px;
  color: rgb(74, 92, 255);
}

.packages > .cards-x > .card > .price :nth-child(2) {
  font-size: 50px;
  font-weight: 900;
  color: rgb(74, 92, 255);
}

.packages > .cards-x > .card > .data-amount {
  align-self: center;
}

.packages > .cards-x > .card > .data-amount :nth-child(1) {
  font-size: 40px;
  font-weight: 900;
  color: #88bb65;
}

.packages > .cards-x > .card > .data-amount :nth-child(2) {
  font-weight: 700;
  margin-left: 3px;
  text-transform: uppercase;
}
.packages > .cards-x > .card > .validity-period {
  margin-top: 20px;
  align-self: center;
  display: flex;
}

section#footer {
  margin-top: 40px;
  font-family: "Poppins", sans-serif;
  padding: 40px;
  font-weight: 800;
}

@media (max-width: 600px) {
  section.header {
    height: 30vh;
    display: flex;
    width: 100%;
    background-color: rgb(4, 25, 215);
  }

  .xlx2 {
    text-align: center;
  }

  .xlx2 .title {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 20px;
  }

  section.actions-strata {
    width: 96%;
    margin-left: 2%;
  }

  section.actions-strata > .enter-code > form > .lb-input-acc > input {
    border: none;
    background-color: rgb(95, 95, 95);
    padding: 20px;
    width: 100%;
    color: #ffffff;
    letter-spacing: 1.09px;
    font-size: medium;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    outline: black solid 2px;
  }

  section.actions-strata > .enter-code > form > button {
    padding: 15px;
    width: 100%;
    border: 0px transparent;
    cursor: pointer;
    color: white;
    border-radius: 50px;
    padding: 12px 48px;
    margin-left: 0;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-decoration: none;
    background: black;
    margin-bottom: 40px;
    background-position: 100% 0;
    background-size: 200% 200%;
    box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
    transition: all 0.5s ease;
  }

  /* Data Packages */

  section.actions-strata > .packages > .title-section .inner-sec-title {
    display: flex;
    align-items: center;
  }

  section.actions-strata > .packages > .title-section > .underline {
    height: 4px;
    background-color: rgba(0, 16, 49, 0.35);
    display: none;
  }

  .packages > .cards-x {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  .packages > .cards-x > .card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 200px;
    height: 220px;
    background-color: rgba(204, 204, 204, 0.151);
    margin-right: 0px;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    border: 2px solid white;
    box-shadow: 0px 7px 1px rgba(0, 0, 0, 0.075);
  }

  section#footer {
    margin-top: 40px;
    font-family: "Poppins", sans-serif;
    padding: 40px;
    font-weight: 800;
    text-align: center;
  }
}

/* TOOL TIP */
.tooltip {
  background: #000000;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 10px;
  min-height: 90px;
  width: 100%;
  position: absolute;
  border-radius: 5px;
  z-index: 150px;
  color: #ffffff;
  transition: 1s;
  font-family: "Poppins", sans-serif;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.tooltip .sq-head{
  width: 20px;
  height: 20px;
  background-color: rgb(0, 0, 0);
  transform: rotate(45deg);
  position: absolute;
  bottom: -11px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  
}

.tooltip button{
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  padding: 10px;
  background-color: rgba(109, 158, 255, 0.35);
  border: none;
  color: white;
}

.tooltip button:active{
  background-color: white;
}

.tooltip .hidden{
  opacity: 0;
}

.tooltip .shown{
  opacity: 1;
}