* {
   margin: 0;
   padding: 0;
}

:root {
   --primary-font: 'Poppins', sans-serif;
   /* --secondary-font: 'Square Peg', cursive; */
}

@media (min-width: 0) {
    
    #topup .popup {
       display: none;
       position: fixed;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       background-color: white;
       padding: 30px;
       box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
       z-index: 999999 !important;
       border-radius: 20px;
       width: 95%;
    }

   #header,
   #hero p,
   #h-form,
   #packages,
   #yt,
   #footer,
   #detailed-page {
      font-family: var(--primary-font);
   }

   #header .m-logo {
      width: 120%;
   }

   #header i {
      color: white !important;
   }

   #header a {
      font-weight: 600;
   }

   #hero img {
      width: 100%;
      height: 80vh;
      object-fit: cover;
   }

   #hero .overlay {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 40%, transparent) !important;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
   }

   #hero #form {
      top: 85%;
   }

   #header img {
      width: 75%;
   }

   #hero h1,
   #hero h3 {
      font-family: var(--secondary-font);
      font-weight: 700;
      font-size: 1.3rem;
   }

   #hero p {
      font-size: 1.5rem;
      color: #fff;
      /* background-color: #E26644; */
      display: inline;
      font-weight: 600;
   }

   #carouselExampleCaptions .carousel-caption {
      top: 25%;
      font-family: var(--primary-font);
   }

   #carouselExampleCaptions .carousel-caption .fl {
      font-size: 13px;
   }


   #carouselExampleCaptions .carousel-caption p {
      font-weight: 700;
      background-color: #FFBA0A;
      display: inline;
      font-size: 13px;
      color: #010101;
   }

   #hero .content {
      height: 100%;
   }

   #h-form .bg {
      box-shadow: 0px 0px 10px #706f6f;
   }

   #h-form {
      z-index: 99;
   }

   #h-form input {
      outline: none;
      border-radius: 20px;
      border: 1px solid #888484;
   }

   #h-form input::placeholder {
      color: #fff;
   }

   #h-form input {
      outline: none;
      padding: 10px 0 10px 5px;
      border-radius: 10px;
      background-color: transparent;
      border: 2px solid #fff;
      color: #fff;
   }

   #form input {
      outline: none;
      padding: 10px 0 10px 5px;
      border-radius: 10px;
      border: 1px solid #000;
   }

   #h-form input[type='submit'],
   #form input[type='submit'] {
      background-color: #E26644;
      color: #fff;
      font-weight: 600;
      border: none;
   }

   #h-form label {
      color: #fff;
      font-weight: 600;
   }

   #hero .h-mob {
      position: absolute;
      top: 80%;
   }

   #form {
      /* background-color: #fff; */
      padding: 10px;
   }

   #packages {
      padding-top: 20rem;
   }

   #packages h3 {
      text-align: center;
      font-weight: 600;
      font-size: 1.7rem;
   }

   #packages img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-top-left-radius: 0;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 0;
   }

   #packages button {
      font-weight: 700;
   }

   #packages h4,
   #yt h4 {
      font-weight: 600;
   }

   #yt h4 {
      font-size: 1.6rem;
   }

   .thumbnail {
      width: 100%;
      height: 280px;
      object-fit: cover
   }

   .video-container {
      position: relative
   }

   .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      border: none;
      color: #E26644;
      border-radius: 50%;
      font-size: 24px
   }

   .btn-color1 {
      background-color: transparent !important;
      border: 2px solid #E26644 !important;
      color: #E26644 !important;
   }

   .btn-color {
      background-color: #E26644 !important;
      color: #fff !important;
   }

   #footer img {
      width: 50%;
   }

   #footer {
      box-shadow: 0 0 10px #d8d4d4;
   }

   #footer {
      color: white;
      font-family: var(--primary-font);
   }

   #footer a {
      color: white;
   }

   #footer img {
      width: 50%;
      padding-bottom: 10px;
   }

   #footer ul li a {
      font-size: 11px;
   }

   #footer .end {
      text-align: left;
   }

   #query {
      z-index: 99999999 !important;
   }

   #query .form {
      z-index: 100;
      top: 40%;
      right: -61px;
      rotate: -90deg
   }

   #query .social {
      z-index: 100;
      top: 50%;
      left: 0
   }

   #query .social div {
      background-color: #26d367;
      padding: 15px
   }

   #query .social div a {
      color: #fff
   }

   #query .social div i {
      font-size: 17px
   }

   #query .form button {
      background-color: #E26644;
      color: #fff;
      font-weight: 500;
      padding: 10px 30px
   }

   #query #m-social {
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 999;
      bottom: 0;
      width: 100%;
      padding: 30px;
   }

   #query #m-social div {
      background-color: #26d367;
      padding: 20px;
      border-radius: 150%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      box-shadow: 3px 2px 10px #3d3939 !important;
   }

   #query #m-social .wp {
      padding: 0 2px;
   }

   #query #m-social div a {
      color: #fff;
      font-size: 18px
   }

   #query .fo {
      background-color: #E26644 !important;
   }

   #query .wp {
      bottom: 20px;
      left: 20px;
      z-index: 99999;
      background-color: #26d367;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      box-shadow: 1px 1px 5px #383636;
   }

   #query .wp a i {
      font-size: 1.8rem;
   }

   #query .tel a i {
      font-size: 1.5rem;
   }

   #query .tel {
      bottom: 20px;
      right: 20px;
      z-index: 99999;
      background-color: #26d367;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      box-shadow: 1px 1px 5px #383636;
   }

   #detailed-page {
      font-family: var(--primary-font);
   }

   #detailed-page #card h5 {
      color: #E26644
   }

   #detailed-page .stick {
      position: sticky;
      top: 5%
   }

   #detailed-page h5 {
      font-weight: 550
   }

   #detailed-page th {
      font-weight: 500 !important
   }

   #detailed-page h4 {
      font-weight: 600
   }

   #detailed-page h6 {
      font-size: 1.1rem
   }

   #detailed-page .shadow {
      box-shadow: rgba(34, 33, 33, 0.4) !important;
   }

   #detailed-page #hero img {
      width: 100%;
      height: 75vh;
      object-fit: cover
   }

   #detailed-page #hero .overlay {
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, .1) !important;
      width: 100%;
      height: 100%;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center
   }

   #detailed-page #hero h3 {
      font-size: 35px;
      font-weight: 700
   }

   #detailed-page #hero a {
      color: #fff;
      text-decoration: none
   }

   #detailed-page #content h4 {
      color: #E26644;
      font-size: 25px;
      font-weight: 600
   }

   #detailed-page #hero .bt {
      background-color: #E26644;
      color: #fff;
      padding: 5px 18px;
      outline: 0;
      border: none;
      font-size: 18px;
      border-radius: 5px
   }

   #detailed-page #accord h2 button {
      color: #010101;
      font-size: 1.2rem;
      font-weight: 600
   }

   .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: 2px !important;
      border-top-right-radius: 2px !important
   }

   .accordion-button:focus {
      border-color: #000;
      box-shadow: none !important
   }

   .accordion-header button {
      background-color: transparent !important;
      border: none !important;
   }

   .accordion-header h1,
   .accordion-header h2,
   .accordion-header h3,
   .accordion-header h4,
   .accordion-header h5 {
      font-size: 15px !important;
      color: #575757 !important;
      text-align: start !important;
      font-weight: 600;
   }

   #m-prize {
      background-color: #72d7e9;
      z-index: 99999;
   }

   #detailed-page #mprize {
      z-index: 999;
      display: inline;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      animation: upDown 3s alternate infinite;
   }

   @keyframes upDown {
      from {
         transform: translate3d(0, 0, 0);
      }

      to {
         transform: translate3d(0, 15px, 0);
      }
   }

   #detailed-page #mprize .price {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
   }

   #detailed-page #mprize .whi {
      border-bottom-left-radius: 6px;
   }

   #m-prize .btn1 {
      color: #E26644 !important;
      background-color: transparent !important;
      border: 2px solid #E26644 !important;
      padding: 5px 5px;
   }

   #m-prize .btn2 {
      background-color: #E26644 !important;
      padding: 5px 5px;
   }

   #primary a {
      text-align: center !important;
   }

   #packages h4 {
      font-size: 1rem !important;
   }

   #yt img {
      border-radius: 20px;
      width: 100%;
      height: 200px;
      object-fit: cover;
   }

   #packages .person {
      position: absolute;
      top: 99.5%;
      right: 0px;
      display: block;
      background-color: #E26644;
   }

   #packages .person p {
      display: inline-block;
      padding: 10px 10px;
      margin: 0;
      font-weight: 700;
      font-size: 0.8rem;
   }

   #packages .card h4 {
      font-size: 0.9rem !important;
   }

   #packages .card .label {
      font-size: 0.8rem !important;
      font-weight: 700;
      display: block;
   }

   #packages .card del {
      font-size: 0.7rem;
      display: block;
      color: rgb(63, 61, 61) !important;
   }

   #packages .card .price {
      font-size: 0.9rem;
      color: #E26644;
      font-weight: 700;
   }

   #packages .card .p {
      font-size: 0.6rem;
      display: block;
   }

   #packages .card .t {
      position: absolute;
      z-index: 99;
      right: 0%;
      font-size: 0.5rem !important;
      color: dark;
      font-weight: 500;
      padding: 2px 5px;
      bottom: 15%;
      display: block;
   }

   #keywords .k1,
   #keywords h4 {
      text-align: center;
   }

   #keywords span {
      border: 1px solid #e26644;
      padding: 10px 20px;
      border-radius: 30px;
      color: #e26644;
      transition: .3s
   }

   #keywords span:hover {
      background-color: #e26644;
      color: #fff;
      transition: .3s
   }

   #keywords span {
      font-size: 13px;
      font-weight: 600
   }

   #keywords .key {
      margin: 1rem .2rem
   }

   #keywords h4 {
      font-weight: 600;
   }

   #faqs a {
      color: #E26644 !important;
      text-decoration: none;
      font-weight: 600;
   }

   .dropdown .nav-link:hover {
      color: #e26644 !important;
   }

   .dropdown .dropdown-item {
      font-size: 0.8rem !important;
      margin-bottom: 15px;
   }

   .dropdown .dropdown-item:hover {
      background-color: #e26644 !important;
      color: white !important;
   }
}

@media (min-width: 576px) {

   #keywords .k1,
   #keywords h4 {
      text-align: left;
   }

   #hero img {
      width: 100%;
      height: 80vh;
      object-fit: cover;
   }

   #packages .card .t {
      bottom: 14%;
   }

   #hero h3,
   #hero h1 {
      font-size: 2rem;
   }

   #carouselExampleCaptions .carousel-caption {
      top: 35%;
      font-family: var(--primary-font);
   }



   #hero .overlay {
      align-items: center;
      text-align: left;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 40%, transparent) !important;
   }

   #packages {
      padding-top: 1rem;
   }

   #packages h3 {
      text-align: left;
   }

   #footer img {
      width: 15%;
   }

   #primary a {
      text-align: end !important;
   }

   #header img {
      width: 50%;
   }

   #packages img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      border-top-left-radius: 0;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 0;
   }

   #yt img {
      height: 250px;
   }

   #footer .end {
      text-align: end;
   }

   #footer ul li a {
      font-size: 13px;
   }
}

@media (min-width: 768px) {
    #topup .popup {
        width: 30%;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

/* popup code */


#topup .overlay {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 9999;
}

#topup .form-check {
   border: 1px solid #666666;
   padding: 10px 0;
   margin: 10px 0;
   font-size: 12px
}

#topup .form-check:hover {
   background-color: #f6f6f6
}

#topup .thank-you {
   display: none;
}

#topup .close-btn {
   position: absolute;
   top: 10px;
   right: 10px;
   background: none;
   border: 2px solid #666666;
   border-radius: 100%;
   width: 30px;
   height: 30px;
   box-shadow: 0 0 2px #666666;
}