* {
   margin: 0;
   padding: 0;
}

:root {
   --primary-font: "Abril Fatface", serif;
   --secondary-font: "Poppins", sans-serif;
}

@keyframes zoom {
   from {
      transform: scale(1, 1);
   }

   to {
      transform: scale(1.5, 1.5);
   }
}

.carousel,
.item,
.active {
   height: 80vh;
}

.carousel-inner {
   height: 100%;
   background: #000;
}

.carousel-caption {
   padding-bottom: 100px;
}

.carousel-caption h2,
.carousel-caption h1 {
   font-family: var(--secondary-font);
   font-weight: 600;
   font-size: 2rem !important;
}

.fill img {
   width: 100%;
   height: 80vh;
   object-fit: cover;
   background-position: center;
   background-size: cover;
   opacity: 0.6;
}

.btn-transparent {
   background: transparent;
   color: #fff;
   border: 2px solid #fff;
}

.btn-transparent:hover {
   background-color: #fff;
}

.btn-rounded {
   border-radius: 70px;
}

.btn-large {
   padding: 11px 45px;
   font-size: 18px;
}

.animated {
   animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
   from {
      opacity: 0;
      transform: translate3d(100px, 0, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes fadeInRight {
   from {
      opacity: 0;
      transform: translate3d(100px, 0, 0);
   }

   to {
      opacity: 1;
      transform: none;
   }
}

.fadeInRight {
   animation-name: fadeInRight;
}

.carousel-inner .carousel-item .fill>img {
   animation: zoom 20s;
}

@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%;
    }
    
   #button {
      background-color: #E26644;
      color: white;
   }

   #butt {
      border: 2px solid #E26644;
      color: #E26644;
   }

   #primary .gift {
      text-align: center;
   }

   .offcanvas {
      z-index: 999999 !important;
   }

   #header img {
      width: 120%;
   }

   #bt {
      background-color: #E26644 !important;
      box-shadow: 2px 2px 5px #272626;
   }

   #bt:hover {
      background-color: #2b7c79 !important;
      color: #fff;
   }

   #hero img,
   #hero2 img {
      width: 100%;
      height: 90vh;
      object-fit: cover;
   }

   .carousel-caption .price {
      font-size: 1.1rem;
   }

   #hero .overlay {
      width: 100%;
      height: 100%;
      background: url(images/o.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto;
      opacity: 0.5;
      position: absolute;
      top: 0;
      left: 0;
   }

   #hero2 .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.4);
      top: 0;
      left: 0;
   }

   #hero .content {
      position: absolute;
      top: 25px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
   }

   #hero2 .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }

   #hero .content h3,
   #popular h3,
   #sight h3,
   #all h3 {
      font-family: var(--secondary-font) !important;
      font-size: 1.5rem;
      font-weight: 600;
   }

   #hero p {
      font-size: 1rem;
      font-weight: 500;
   }

   #popular .card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
   }

   #popular .card .content,
   #sight .card .content,
   #all .card .content {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
      color: white;
   }

   #popular .card .content:hover,
   #sight .card .content:hover {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
   }

   #popular .card .content h3 {
      font-weight: 700;
      font-size: 1.2rem;
      font-family: var(--secondary-font);
   }

   #popular .card .content span {
      font-weight: 700;
      font-size: 0.7rem;
   }

   #popular .card .content P {
      font-size: 1rem;
      font-weight: 700;
   }

   #popular hr {
      background-color: white;
      color: white;
      padding: 1px;
   }

   #sight {
      background-color: rgb(212, 206, 206);
   }

   #sight .card img {
      width: 100%;
      height: 200px;
   }

   #all img {
      width: 100%;
      height: 300px;
   }

   #all .links {
      position: absolute;
      bottom: 0;
      width: 100%;
   }

   #all .links .v {
      background-color: transparent;
      border: 2px solid #E26644;
      color: #fff;
      font-weight: 700;
   }

   #all .links .v:hover {
      background-color: #E26644;
   }

   #all .links .c {
      background-color: #E26644;
      font-weight: 700;
      color: #fff;
   }

   #all .card .content {
      background-color: rgba(0, 0, 0, 0.1);
   }

   #all .card .links {
      background: linear-gradient(to right, #1c3131, transparent);
   }

   #all .card .content p {
      font-weight: 600;
   }

   #footer {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      background-color: #222222;
   }

   #query,
   .offcanvas {
      z-index: 9999999 !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: 6px 30px
   }

   #detailed-page {
      font-family: var(--secondary-font);
   }

   #detailed-page #card h5 {
      color: #ed4745
   }

   #detailed-page .stick {
      position: sticky;
      top: 5%
   }

   #detailed-page h3 {
      font-size: 2rem;
   }

   #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 #hero2 img {
      width: 100%;
      height: 75vh;
      object-fit: cover
   }

   #detailed-page #hero2 .overlay {
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, .3) !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: #ed4745;
      font-size: 25px;
      font-weight: 600
   }

   #detailed-page #hero .bt {
      background-color: #ed4745;
      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
   }

   #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;
   }

   .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: #fff4de !important;
      z-index: 99999;
   }

   #m-prize .btn1 {
      background-color: transparent;
      color: #000;
      border: 2px solid #F5F5DC;
   }

   #m-prize .btn2 {
      background-color: #F5F5DC;
      color: #000 !important;
   }

   #links {
      bottom: 30px;
      left: 20px;
      z-index: 9999;
   }

   #links div {
      background-color: #29b35e;
      padding: 15px;
      border-radius: 100%;
      box-shadow: 3px 2px 10px #3d3939 !important;
   }

   #links div:last-child {
      margin-top: 0.8rem;
   }

   #links div a {
      color: white;
   }

   #links .wp {
      padding: 0 2px;
   }

   #all img {
      width: 100%;
      height: 200px;
      object-fit: cover;
   }

   #all .card {
      padding: 10px;
   }

   #all .card button {
      font-weight: 500;
   }

   #all .card h4 {
      font-size: 1rem !important;
      font-weight: 500;
   }

   #all .card {
      box-shadow: 0 0 10px #bdbbbb !important;
      border: 0 !important;
   }

   #all .card {
      /* background: linear-gradient(to bottom, rgba(95, 93, 93, 0.1), transparent); */
   }

   #footer {
      box-shadow: 0 0 10px #cac6c6;
   }

   #all .card .overlay {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
      width: 100%;
      height: 100%;
      z-index: 99999;
      position: absolute;
      top: 0;
   }

   #all .card .overlay:hover {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
   }

   #all h4 {
      font-family: var(--secondary-font);
      font-weight: 600 !important;
   }

   #all .card .label {
      font-size: 0.8rem !important;
      font-weight: 600;
      display: block;
   }

   #all .card del {
      font-size: 0.7rem;
      display: block;
   }

   #all .card .price {
      font-size: 0.9rem;
      color: #E26644;
      font-weight: 600;
      font-family: var(--secondary-font);
   }

   #all .card .super {
      border-left: 1px solid #000;
      border-right: 1px solid #000;
   }

   #all .card .p {
      font-size: 0.6rem;
      display: block;
   }

   #all .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;
   }

   #contact input {
      outline: none;
      padding: 10px 0 10px 5px;
      border-radius: 10px;
      border: 1px solid #000;
   }

   #contact input[type='submit'] {
      background-color: #E26644;
      color: #fff;
      font-weight: 600;
      border: none;
   }

   #footer .end {
      text-align: left;
   }

   #footer img {
      width: 10%;
   }

   #footer ul li a {
      font-size: 11px;
   }

   #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 h2,
   #faqs h3,
   #faqs h4,
   #faqs h5 {
      font-size: 1rem !important;
      font-family: var(--secondary-font) !important;
      font-weight: 500;
   }

   #faqs a {
      color: #E26644;
      font-weight: 500;
      text-decoration: none;
   }

   #popular {}
}

@media (min-width: 576px) {
   #primary .gift {
      text-align: end;
   }

   #header img {
      width: 50%;
   }

   #hero img,
   #hero2 img {
      width: 100%;
      height: 90vh;
      object-fit: cover;
   }

   #hero .content h3,
   #popular h3,
   #sight h3,
   #all h3 {
      font-size: 1.7rem;
      font-weight: 600;
   }

   #all img {
      width: 100%;
      height: 200px;
   }

   #footer .end {
      text-align: end;
   }

   #footer ul li a {
      font-size: 14px;
   }

   #keywords .k1,
   #keywords h4 {
      text-align: left;
   }
}

@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;
}