@font-face {
  font-family: "Hacen Saudi Arabia";
  src: url("HacenSaudiArabia.ttf");
}

.d-none {
  display: none;
}

body {
  margin: 0px;
  font-family: "Hacen Saudi Arabia";
  direction: rtl;
}

.container {
  margin: auto;
  max-height: 95vh;
  max-width: 450px;
}

.package-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
}

.whats-app:hover {
  scale: 1.1;
}

.header {
  background-image: url("./images/background.jpg");
  background-size: cover;
  padding-bottom: 29px;
  position: relative;
  height: 306px;
}

.profile-img {
  background-color: white;
  border: #45B2BE 5px solid;
  border-radius: 50%;
  position: absolute;
  left: 19px;
  max-height: 149px;
  top: 32px;
}

.info {
  padding-top: 60px;
}

.head {
  text-align: right;
  margin-right: 45px;
  font-size: 14px;
  line-height: 21.62px;
  color: #33568E;
  min-height: 223px;
}


.chose {
  color: #5F5F5F;
  margin-top: 19px;
  font-size: 15px;
}


.provider-name {
  font-size: 26px;
  line-height: 43.24px;
  width: max-content;
}

.details {
  color: #FFFFFF;
  text-align: center;
}

.name {
  font-size: 24px;
  line-height: 37.07px;
}


.contect,
.TypeOfServes {
  font-size: 14px;
  line-height: 21.62px;
}




.body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.package {
  min-width:33.33% ;
  text-align: center;
}

.serves {
  display: flex;
  border: 1px solid #008B9B;
  border-radius: 23px;
  justify-content: space-around;
  position: relative;
  width: 280px;
  height: 36px;
  align-items: center;
  flex-direction: row-reverse;
  box-shadow: 0px 4px 4px 0px #00000040;

}

.dreem {
  /* margin-right: 50px; */
  color: #008B9B;
  gap: 5px;
  display: flex;
}

.country-code {
  margin: 2px;
}

.serves-BTN {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 7px;
}

.package-name {
  margin-top: 15px;
}

.package-img {
  position: absolute;
  top: -29px;
  right: 0px;
}

.circle {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #ccc;
  cursor: pointer;
  margin-right: 17px;
}

.price {
  font-size: 14px;
  display: flex;
  gap: 2px;
  color: #3AB54D;
  margin-top: 5px;
}

.circle.selected {
  background-color: #3AB54D;
}

.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.border {
  border-top: 3px solid #45B2BE;
  width: 80%;
  margin-bottom: 21px;
}

.enterWhatsApp {
  font-size: 16px;
  margin-bottom: 10px;

}

.NumberOfWhatsApp {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  direction: ltr;
  border-radius: 23px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.iti__country-list {
  left: 10px;
}

.phone-number {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
  border-radius: 23px;
}

.PayNow button {
  width: 173px;
  height: 44px;
  border-radius: 23px;
  background-color: #33568E;
  color: #FFFFFF;
  border: none;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px #00000040;

}

.iti--separate-dial-code .iti__selected-flag {
  display: flex;
  flex-direction: row-reverse;
  border-radius: 23px;
}

.PayNow button:hover {
  background-color: #008B9B;
}

.serves-BTN.selected .serves {
  background-color: #45B2BE;
}

.serves.giftedItem {
  background-color: #008B9B;
  color: #FFFFFF !important;
  animation: highliightTextAmination 1000ms ease-in-out infinite;

}


.serves-BTN.selected .serves.giftedItem {
  animation: none;
}

.serves.giftedItem *{
  color: #FFFFFF !important;

}


@keyframes highliightTextAmination {
  
  0% {
    background-color:  #da5904;
  }

  50% {
    background-color: #da5904;
  }
  75% {
    background-color: #017bb4 ;
  }

  100% {
    background-color: #017bb4;
  }
}

.serves-BTN.selected .price,
.serves-BTN.selected .dreem {
  color: white;
}

.serves-BTN.selected .circle {
  background-color: #3AB54D;
}

@media (min-width: 768px) {
  .container {
    padding-bottom: 2rem;
    margin: auto;
    max-width: 1440px;
  }

  .header {
    display: flex;

    position: relative;
    align-items: center;
    padding-bottom: 0px;
    background-image: url("./images/backgroundL.jpg");
    background-size: cover;

    max-height: 214px;

  }


  .info {
    color: white;
    padding-top: 50px;
  }

  .profile-img {
    background-color: white;
    border: #45B2BE 5px solid;
    border-radius: 50%;
    position: relative;
    left: -52px;
    top: 10px;
  }

  .head,
  .details {
    margin-top: 80px;
  }

  .details {

    margin-right: 227px;
  }

  .package-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }


  .head {
    margin-right: 100PX;
  }

  .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    max-width: 1206px;
    padding: 20px;
    padding-bottom: 0px;
    margin: auto;
    margin-top: 10px;
    justify-content: space-around;
    border-top: 3px solid #45B2BE;
  }

  .whatsapp {
    display: flex;
    flex-direction: column;
  }


  .border {
    border: none;
    width: auto;
    display: none;
  }


  .explian {
    display: inline-block;
    font-size: 24px;
    direction: rtl;
  }

  .chose {
    font-size: 32px;
    /* margin-top: 5px; */
  }

  .provider-name {
    font-size: 64px;

    line-height: 98.84px;

  }

  .contect,
  .WithTitle,
  .TypeOfServes {
    font-size: 16px;
    line-height: 21.62px;
  }

  .name {

    font-size: 36px;

    line-height: 55.6px;


  }

}

@media (max-width:480px) {

  .iti__country {
    margin-left: 30px;
  }


  .whats-app {
    margin: 1rem;

  }


  .provider-name {
    width: 120px;
  }

}

@media (min-width: 768px) and (max-width:1056px) {


  .provider-name {
    font-size: 22px;
    line-height: 84.24px;
  }


  .contect,
  .explian,
  .WithTitle {
    font-size: 14px;
    line-height: 21.62px;
  }

  .package-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .details {
    margin-right: 150px;
  }


}