* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: ktvfont;
}

.social-mobile {
  width: 75%;
  margin-inline: auto;
}

.socialButton {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.socialButton .showSocial {
  width: 7rem;
  background-color: #e20025;
  color: #fff;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.8rem;
  cursor: pointer;
}
.social-mobile .swiper {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.social-mobile .swiper .swiper-wrapper {
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-mobile .swiper .swiper-wrapper .swiper-slide {
  height: 10rem;
  width: 8rem;
  padding-top: 1rem;
  display: block;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -2px -2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -2px -2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15%;
  color: #999;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-mobile .swiper .swiper-wrapper .swiper-slide .title {
  display: block;
  font-size: 1, 2rem;
  font-weight: 600;
}
.social-mobile .swiper .swiper-wrapper .swiper-slide i {
  font-size: 4rem;
  line-height: 3.5rem;
  margin-top: 1.5rem;
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-mobile .swiper .swiper-wrapper .instagram svg {
  width: 4.5rem;
  height: 4.5rem;
  margin-top: 1.5rem;
  transition: 0.3s;
}
.social-mobile .swiper .swiper-wrapper .googlePlay svg {
  width: 4.2rem;
  height: 4.2rem;
  margin-left: 0.5rem;
  margin-top: 1.5rem;
  transition: 0.3s;
}
.social-mobile .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  height: 12rem;
}
.social-mobile .swiper .swiper-wrapper .swiper-slide.swiper-slide-active i {
  font-size: 5rem;
  margin-top: 2.5rem;
}
.social-mobile .swiper .swiper-wrapper .instagram.swiper-slide-active svg {
  width: 5rem;
  height: 5rem;
  margin-top: 2rem;
}
.social-mobile .swiper .swiper-wrapper .googlePlay.swiper-slide-active svg {
  width: 5rem;
  height: 5rem;
  margin-top: 2rem;
}
.social-mobile .swiper .swiper-wrapper .tiktok.swiper-slide-active i {
  color: #111111;
  -webkit-filter: drop-shadow(2px 0px 0px #fd3e3e) drop-shadow(-2px -2px 0px #4de8f4);
  filter: drop-shadow(2px 0px 0px #fd3e3e) drop-shadow(-2px -2px 0px #4de8f4);
}
.social-mobile .swiper .swiper-wrapper .phone.swiper-slide-active i {
  color: #049f16;
}
.social-mobile .swiper .swiper-wrapper .facebook.swiper-slide-active i {
  color: #1a75ed;
}
.social-mobile .swiper .swiper-wrapper .twitter.swiper-slide-active i {
  color: #46c1f6;
}
.social-mobile .swiper .swiper-wrapper .telegram.swiper-slide-active i {
  color: #32aadf;
}
.social-mobile .swiper .swiper-wrapper .youtube.swiper-slide-active i {
  color: #f70000;
}
.social-mobile .swiper .swiper-wrapper .appStore.swiper-slide-active i {
  color: #449ce9;
}
.social-mobile .swiper .swiper-wrapper .instagram.swiper-slide-active svg #a {
  transition: 0.3s;
}
.social-mobile .swiper .swiper-wrapper .instagram.swiper-slide-active svg #b {
  transition: 0.3s;
}
.social-mobile .swiper .swiper-wrapper .instagram.swiper-slide-active svg #a :nth-child(1) {
  stop-color: #fa8f21;
}
.social-mobile .swiper .swiper-wrapper .instagram.swiper-slide-active svg #a :nth-child(2) {
  stop-color: #d82d7e;
}
.social-mobile .swiper .swiper-wrapper .instagram.swiper-slide-active svg #b :nth-child(1) {
  stop-color: #8c3aaa;
}
.social-mobile .swiper .swiper-wrapper .instagram.swiper-slide-active svg #b :nth-child(2) {
  stop-color: #8c3aaa;
}
.social-mobile .swiper .swiper-wrapper .googlePlay.swiper-slide-active svg #a {
  fill: #ffc107;
}
.social-mobile .swiper .swiper-wrapper .googlePlay.swiper-slide-active svg #b {
  fill: #03a9f4;
}
.social-mobile .swiper .swiper-wrapper .googlePlay.swiper-slide-active svg #c {
  fill: #f44336;
}
.social-mobile .swiper .swiper-wrapper .googlePlay.swiper-slide-active svg #d {
  fill: #4caf50;
}

/* Social desktop section */
x {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.social-desktop .social-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 2rem 3.5rem;
}
.social-desktop .social-buttons .icon a {
  height: 4rem;
  width: 4rem;
  display: block;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25%;
  color: #999;
  text-decoration: none;
}
.social-desktop .social-buttons .icon .tooltip {
  position: absolute;
  top: 220px;
  z-index: 1;
  background: #fff;
  color: #fff;
  padding: 10px 18px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 25px;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.social-desktop .social-buttons .icon .tooltip:before {
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  background: #fff;
  left: 80%;
  top: -10%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.social-desktop .social-buttons .icon:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
}
.social-desktop .social-buttons .icon:hover a {
  font-weight: 500;
}

.social-buttons .icon a i {
  font-size: 2.5rem;
  line-height: 4rem;
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-buttons .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

.social-buttons .phone:hover i {
  color: #049f16;
}

.social-buttons .facebook:hover i {
  color: #1a75ed;
}

.social-buttons .twitter:hover i {
  color: #46c1f6;
}

.social-buttons .instagram:hover i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-buttons .telegram:hover i {
  color: #32aadf;
}

.social-buttons .tiktok:hover i {
  color: #111111;
  -webkit-filter: drop-shadow(2px 0px 0px #fd3e3e) drop-shadow(-2px -2px 0px #4de8f4);
  filter: drop-shadow(2px 0px 0px #fd3e3e) drop-shadow(-2px -2px 0px #4de8f4);
}

.social-buttons .youtube:hover i {
  color: #f70000;
}

.social-buttons .appStore:hover i {
  color: #449ce9;
}

.social-buttons .googlePlay svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0.8rem;
  margin-left: 0.3rem;
}

/* Google play button hover effect */
.social-buttons .googlePlay path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-buttons .googlePlay:hover #a {
  fill: #ffc107;
}

.social-buttons .googlePlay:hover #b {
  fill: #03a9f4;
}

.social-buttons .googlePlay:hover #c {
  fill: #f44336;
}

.social-buttons .googlePlay:hover #d {
  fill: #4caf50;
}

.social-buttons .icon:hover .tooltip {
  color: #999;
}

.title {
  display: none;
}

.frequency {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.frequency .freqBody {
  width: 27rem;
  height: 7rem;
  padding: 1rem;
  margin-inline: auto;
  border: 2px solid #666;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
.frequency .freqBody .freqItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.frequency .freqBody .freqItem .text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  margin-right: 0.5rem;
}
.frequency .freqBody .freqItem .logo {
  width: 2.5rem;
}
.frequency .freqBody .otherChannels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.frequency .showFreq {
  background-color: #e20025;
  color: #fff;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.8rem;
  cursor: pointer;
}
.frequency .minimizeBody {
  height: 1px;
  width: 100%;
  padding: 0;
  background-color: #aaa;
  border: 0.5px solid #666;
}
.frequency .rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.calendar {
  width: auto;
  background-color: #fdfdfd;
  border-radius: 30px;
  padding: 1.5rem;
  margin: 0 0.5rem;
  position: relative;
  overflow: hidden;
}
.calendar .calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 600;
  padding: 0.1rem;
  margin-bottom: 0.3rem;
}
.calendar .calendar-header .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.5rem;
}
.calendar .calendar-header .year .meelady-year {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  background: -webkit-linear-gradient(#aa1717, #c80001);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.calendar .calendar-header .year .hijry-year {
  font-size: 1.4rem;
  color: #58595b;
}
.calendar .calendar-header .months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
.calendar .calendar-header .months .hijry {
  color: #58595b;
  font-size: 1.1rem;
}
.calendar .calendar-header .months .meelady-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.calendar .calendar-header .months .meelady-month .month-day {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #58595b;
}
.calendar .calendar-header .months .meelady-month .month-name {
  font-size: 1.4rem;
  color: #e20025;
}

.calendar-body .calendar-week-day {
  height: 2rem;
  display: grid;
  grid-template-columns: repeat(7, auto);
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border-top: 1px solid #bcbbbb;
  border-bottom: 1px solid #e20025;
}
.calendar-body .calendar-week-day div {
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #898989;
}
.calendar-body .calendar-week-day div:last-child {
  color: #e20025;
}
.calendar-body .calendar-days {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  position: relative;
}

.calendar-days .left,
.calendar-days .right {
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  border-radius: 50%;
  border: none;
  opacity: 0.3;
  background-color: #e20025;
  color: #fff;
}

.calendar-days .left {
  left: -1.5rem;
}

.calendar-days .right {
  right: -1.3rem;
}

.calendar-body .calendar-days .singleDays {
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-auto-flow: dense;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.3rem;
  position: relative;
}

.calendar-body .calendar-days .cal-day {
  width: 3.3rem;
  height: 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  -webkit-animation: to-top 1s forwards;
  animation: to-top 1s forwards;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.5rem;
  border: 1px solid #707070;
}
.calendar-body .calendar-days .cal-day .hijry-day {
  color: #707070;
  font-size: 1.1rem;
  font-weight: 600;
}
.calendar-body .calendar-days .cal-day .meelady-day {
  color: #707070;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
.calendar-body .calendar-days .event-view {
  width: 20rem;
  height: 14rem;
  text-align: right;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #707070;
  background-color: #fff;
  padding: 10px 18px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 25px;
  border: 1px solid #111111;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.calendar-body .calendar-days .event-show {
  width: 20rem;
  height: 14rem;
  text-align: right;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 18px;
  border-radius: 25px;
  opacity: 1;
  pointer-events: none;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: auto;
}
.calendar-body .calendar-days #black-event {
  background-color: #707070;
}
.calendar-body .calendar-days #black-event span {
  color: #fff;
}
.calendar-body .calendar-days #green-event {
  background-color: #007004;
}
.calendar-body .calendar-days #green-event span {
  color: #fff;
}
.calendar-body .calendar-days #lightblue-event {
  background-color: #1ab6e9;
}
.calendar-body .calendar-days #lightblue-event span {
  color: #fff;
}
.calendar-body .calendar-days #red-event {
  background-color: red;
}
.calendar-body .calendar-days #red-event span {
  color: #fff;
}
.calendar-body .calendar-days .current-day {
  border: 2px solid #015eff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), inset 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.calendar-body .calendar-days .fridays {
  border-color: #e20025;
}

@-webkit-keyframes to-top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes to-top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Media queries */
@media screen and (min-width: 600px) {
  .freq-item {
    width: 23rem;
    height: 3.8rem;
  }
  .calendar .calendar-header .months .month-name {
    font-size: 1.5rem;
  }
  .calendar .calendar-header .hijry {
    font-size: 1.5rem;
  }
  .calendar .calendar-header .year .meelady-year {
    font-size: 1.5rem;
  }
  .calendar .calendar-header .year .hijry-year {
    font-size: 1.5rem;
  }
  .calendar-week-day div {
    width: 3rem;
    height: 3rem;
    font-size: 1.3rem;
  }
  .calendar-days {
    gap: 1.3rem;
  }
  .calendar-days .cal-day {
    width: 3.1rem;
    height: 3.1rem;
    gap: 0.4rem;
  }
}

@media screen and (max-width: 600px) {
  .social-desktop .social-buttons {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 1rem;
  }

  .social-desktop .social-buttons .icon a {
    height: 6rem;
    width: 6rem;
    padding-top: 1rem;
  }

  .social-desktop .social-buttons .icon a i {
    font-size: 3rem;
  }

  .social-desktop .social-buttons .icon .tooltip {
    display: none;
  }
}
