@import url('https://fonts.googleapis.com/css2?family=Leckerli+One&display=swap');
@font-face {
  font-family: 'LBC';
  src: url('../fonts/lbc-regular-.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(-135deg, #DADADA 43%, #6E6E6E 100%);
  font-family: 'LBC', sans-serif;
}

.top-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
    background: linear-gradient(100deg,#297470 ,#59C5C0);
  border-bottom-left-radius: 70% 100%;
  border-bottom-right-radius: 70% 100%;
  z-index: -1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.profile-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-top: 65px;
  padding: 4px;
  background: linear-gradient(135deg, #E2E2E2, #666666);
  box-shadow: 2px 4px 20px rgba(83, 83, 83, 0.2);
  transform: rotate(45deg);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.profile-img-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.logo-text {
  font-size: 40px;
  color: #318B86;
  font-family: 'Leckerli One', cursive;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  margin: 0;
}

.sub-text {
  font-size: 18px;
  color: #333;
  margin: 0;
}

.divider {
  width: 5px;
  height: 30px;
  background-color: #297470;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
}
.main-box {
  max-width: 600px;
  margin: 30px auto;
background: rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 30px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; 
}

.wrapper .icon {
  margin: 0 15px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span {
  display: block;
  height: 50px;
  width: 50px;
  color: #ffffff;
  background: #e4e4e4;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span i {
  line-height: 50px;
  font-size: 20px; 
}
.wrapper .icon .tooltip {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  font-family: 'ADLaM Display', cursive;
  color: #fff;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 25px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip {
  top: -60px;
  opacity: 1;
  pointer-events: auto;
}
.icon .tooltip:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: inherit;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
}
.wrapper .icon:hover span {
  color: #ffffff;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}
.wrapper .Telegram span,
.wrapper .Telegram:hover .tooltip {
  background: #0088CC;
}

.wrapper .tiktok span,
.wrapper .tiktok:hover .tooltip {
  background: #000000;
}
.wrapper .Whatsapp span,
.wrapper .Whatsapp:hover:hover .tooltip {
  background: #25D366;
}
.wrapper .instagram span {
 background: radial-gradient(circle at 30% 107%,#FFDD55 0%, #FFDD55 10%,
                             #FF543E 50%, #C837AB 100%);
}
.wrapper .instagram:hover .tooltip {
  background: #C837AB;
}
.wrapper .youtube span,
.wrapper .youtube:hover .tooltip {
  background: #DE463B;
}
.wrapper .icon:hover span {
  transform: scale(1.1); /* ← يكبر الدائرة */
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}
.button-column {
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center;
  gap: 10px; 
  margin-top: 20px;
}

.custom-btn {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #8a8a8a;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  height: 60px;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding-left: 0;
  text-decoration: none;
}

.btn-icon {
  background-color: #E0E0E0;
  color: #030B1A;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-left: 5px; 
  margin-right: 30px; 
}

.custom-btn:hover {
  background-color: #59C5C0;
  color: #ffffff;
  font-size: 16.1px;
  border-color: #707070;
   transform: scale(1.1);
}

.custom-btn:hover .btn-icon {
  background-color: #FFFFFF;
  color: #030B1A;
  transform: scale(1.1); /* تأثير بسيط */
}

footer {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
  text-align: center;
}

@media (max-width: 768px) {
  .top-circle {
  border-bottom-left-radius: 80% 100%;
  border-bottom-right-radius: 80% 100%;
}

  .main-box {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
  }

  .sub-text{
    font-size: 14px;
  }
  .wrapper .icon {
  margin: 0 10px;
  }

  .wrapper .icon span {
  height: 48px;
  width: 48px;
  }
  .wrapper .icon .tooltip {
      font-family: 'Leckerli One', cursive;
  }

}