.tabcontent {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    height: 0;
    cursor: pointer;

}

.tabcontent.activetab {
    visibility: visible;
    opacity: 1;
    transition: 1s;
    height: auto;
    cursor: pointer;
}


.space-y-3 .tablinks.active {
    background-color: white !important;
    color: black;
}

.space-y-3 .tablinks.active span:nth-child(2) {
    background-color: black;
}

.tablinks.active {
    background-color: rgb(0 192 228/var(--tw-border-opacity, 1)) !important;
    color: white;
}



.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  font-size: 0;
  cursor: pointer;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  background: black;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 30px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
}

.close:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background:#f68e3c;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 600px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09),
    0px 11px 12px 7px rgba(0, 0, 0, 0.02);
  -moz-transition: all 120ms;
  -webkit-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all 120ms;
  z-index: 99;
  padding: 25px;
  color: #5e5e5e;
}

footer {
    background: #261f1c !important;
}
.black_friday {
    width: 290px;
    height: 105px;
    color: #fff;
    position: fixed;
    bottom: 30px;
    left: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #fff;
    border-radius: 15px;
    filter: drop-shadow(0 0 5px #fc0505);
    display: flex;
    z-index: 9;
    background: #000000;
    cursor: pointer;
    animation: 1s linear infinite bf-animate
}

.black_friday .black_friday_top {
    width: 187px;
    height: 34px;
    background: 0 0;
    color: #fff;
    border: 2px solid #fcffeb;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    filter: drop-shadow(0 0 5px #003870);
    margin-bottom: 5px;
    animation: 1s linear infinite bf-animate-2
}

.black_friday .black_friday_top p {
    font-size: 20px!important;
    margin-bottom: 0;
    color: #fff;
    font-family: Yantramanav,sans-serif;
    padding: 0;
    text-align: center;
}

.black_friday h2 {
    font-size: 21px!important;
    -webkit-text-stroke: 1.5px #f9a636;
    text-shadow: 1px 2px 15px #fc0505;
    filter: drop-shadow(0 0 25px #fc0505);
    font-weight: 500;
    margin: 6px 0 0;
    color: #fff;
    font-family: Yantramanav,sans-serif
}

.requestButton a,.top-phone a,.top-phone i {
    font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320))
}

.black_friday h2 span {
    padding-left: 5px;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 1px 2px 15px #fff;
    filter: drop-shadow(0 0 25px #003870);
    color: #fff;
    font-family: Yantramanav,sans-serif
}

@keyframes bf-animate {
    0%,100% {
        filter: drop-shadow(0 0 5px #fc0505);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0 0 5px #003870);
        box-shadow: 0 0 1px 2px #643c05,0 0 1px 2px #ab6c17 inset;
        border-color: #be6e02;
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0 0 5px #003870);
        box-shadow: 0 0 1px 2px #ece10a,0 0 1px 2px #d2ec25 inset;
        border-color: #dac609
    }
}

@keyframes bf-animate-2 {
    0%,100% {
        filter: drop-shadow(0 0 5px #fc0505)
    }

    50% {
        filter: drop-shadow(0 0 5px #003870);
        box-shadow: 0 0 1px 2px #e8ff26,0 0 1px 2px #f8ff09 inset;
        border-color: #000;
        transform: translateX(0)
    }

    80% {
        filter: drop-shadow(0 0 5px #003870);
        box-shadow: 0 0 1px 2px #e9ff30,0 0 1px 2px #c3ff2f inset;
        border-color: #000
    }
}