@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    font-family: "Times New Roman", Times, serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #301200;
}

.hal-font {
    font-family: Arial, Helvetica, sans-serif;
}

.font-roboto {
    font-family: "Roboto", sans-serif;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

.custom_select select {
    background-image: url(/images/arrow.svg);
}

.custom-scroll::-webkit-scrollbar {
    width: 7px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: rgba(248, 231, 207, 0.06);
    border-radius: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #C65B1A;
    border-radius: 5px;
}

.body-scrollBar::-webkit-scrollbar {
    width: 8px;
}

.body-scrollBar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}

.body-scrollBar::-webkit-scrollbar-thumb {
    background: #727b9d;
    border-radius: 5px;
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

[x-cloak] {
    display: none !important;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.absolute-center,
.menu,
.menu .btn .fa,
.menu .btn.trigger .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.menu {
    width: 136px;
    height: 136px;
}

.menu .btn {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #eabe8b3d;
    border: 2px solid rgba(117, 45, 0, 0.51);
    opacity: 0;
    z-index: -10;
    cursor: pointer;
    transition: opacity 1s, z-index 0.3s, transform 1s;
    transform: translateX(0);
}

.menu .btn .fa {
    font-size: 3em;
    transition: color 0.3s;
}

.menu .btn:hover .fa {
    color: rgba(255, 255, 255, 0.7);
}

.menu .btn.trigger {
    opacity: 1;
    z-index: 100;
    cursor: pointer;
    transition: transform 0.3s;
}

.menu .btn.trigger:hover {
    transform: scale(1.2);
}

.menu .btn.trigger:hover .line {
    background-color: rgba(255, 255, 255, 0.7);
}

.menu .btn.trigger:hover .line:before,
.menu .btn.trigger:hover .line:after {
    background-color: rgba(255, 255, 255, 0.7);
}

.menu .btn.trigger .line {
    width: 60%;
    height: 6px;
    background: #000;
    border-radius: 6px;
    transition: background-color 0.3s, height 0.3s, top 0.3s;
}

.menu .btn.trigger .line:before,
.menu .btn.trigger .line:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background: #000;
    border-radius: 6px;
    transition: background-color 0.3s, transform 0.3s;
}

.menu .btn.trigger .line:before {
    top: -12px;
    transform-origin: 15% 100%;
}

.menu .btn.trigger .line:after {
    top: 12px;
    transform-origin: 25% 30%;
}

.menu .rotater {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
}

.menu.active .btn-icon {
    opacity: 1;
    z-index: 50;
    transition: all 0.5s ease-in-out;
}

.menu.active .btn-icon:hover {
    scale: 1.1;
}

.menu.active .trigger .line {
    height: 0px;
    top: 45%;
}

.menu.active .trigger .line:before {
    transform: rotate(45deg);
    width: 110%;
}

.menu.active .trigger .line:after {
    transform: rotate(-45deg);
    width: 110%;
}

.rotater:nth-child(1) {
    transform: rotate(30deg);
}

.rotater:nth-child(2) {
    transform: rotate(90deg);
}

.rotater:nth-child(3) {
    transform: rotate(150deg);
}

.rotater:nth-child(4) {
    transform: rotate(210deg);
}

.rotater:nth-child(5) {
    transform: rotate(275deg);
}

.rotater:nth-child(6) {
    transform: rotate(330deg);
}

.menu.active .rotater:nth-child(1) .btn-icon {
    transform: translateY(-11em) rotate(-30.5deg);
}

.menu.active .rotater:nth-child(2) .btn-icon {
    transform: translateY(-11em) rotate(-90.5deg);
}

.menu.active .rotater:nth-child(3) .btn-icon {
    transform: translateY(-11em) rotate(210.5deg);
}

.menu.active .rotater:nth-child(4) .btn-icon {
    transform: translateY(-11em) rotate(149.5deg);
}

.menu.active .rotater:nth-child(5) .btn-icon {
    transform: translateY(-11em) rotate(85deg);
}

.menu.active .rotater:nth-child(6) .btn-icon {
    transform: translateY(-11em) rotate(-332.5deg);
}

@media screen and (min-width: 1280px) {
    .menu.active .rotater:nth-child(1) .btn-icon {
        transform: translateY(-13em) rotate(-30.5deg);
    }

    .menu.active .rotater:nth-child(2) .btn-icon {
        transform: translateY(-13em) rotate(-90.5deg);
    }

    .menu.active .rotater:nth-child(3) .btn-icon {
        transform: translateY(-13em) rotate(210.5deg);
    }

    .menu.active .rotater:nth-child(4) .btn-icon {
        transform: translateY(-12.5em) rotate(149.5deg);
    }

    .menu.active .rotater:nth-child(5) .btn-icon {
        transform: translateY(-13em) rotate(85deg);
    }

    .menu.active .rotater:nth-child(6) .btn-icon {
        transform: translateY(-13em) rotate(-332.5deg);
    }
}

@keyframes show-transition {
    0% {
        transform: translateY(20%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.card-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.flip-boxes {
    justify-content: flex-start;
    display: flex;
    justify-content: end;
    align-items: center;
}

.flip-box {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    border-top: 0;
    -webkit-perspective: 1000;
    perspective: 1000;
}

#flip-box-1 {
    width: 30%;
    z-index: 50;
    height: 450px !important;
}

#flip-box-2 {
    width: 33%;
    z-index: 40;
    margin-left: -22%;
    height: 600px !important;
}

#flip-box-3 {
    z-index: 30;

    width: 37%;
    margin-left: -26%;
    height: 730px !important;
}

#flip-box-4 {
    width: 41%;
    z-index: 20;
    margin-left: -29%;
    height: 850px !important;
}

.flip-box:hover .back {
    transform: rotateY(0deg);
    z-index: 10;
}

#flip-box-1:hover,
#flip-box-2:hover,
#flip-box-3:hover,
#flip-box-4:hover {
    z-index: 100;
}

.flip-box:hover .front {
    transform: rotateY(180deg);
    z-index: -1;
}

.flip-box:hover .icon {
    transform: translateX(50%);
}

/* .flip-box:hover .front .icon{
  display: none;
} */
/* .flip-box:hover .icon{
  display: none;
  overflow: hidden;
} */
.flip-box:hover {
    z-index: 100;
}

.flip-box .back {
    position: relative;
    /* background-color:  #301200; */
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 0 0 100%;
    /* display: none; */
    -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transform-style: preserve-3d;
}

.icon {
    transform: translateY(-50%);
}

.flip-box .front {
    position: relative;
    /* background-color:  #301200; */
    color: white;
    display: flex;
    justify-content: start;
    align-content: center;
    flex: 0 0 100%;
    /* display: none; */
    -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transform-style: preserve-3d;
}

.flip-box .back .icon {
    display: none;
}

.flip-box .back {
    /* background-color: #cecece; */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    transform: rotateY(-180deg);
}

.flip-box .front {
    z-index: 10;
}

.flip-box .front .content {
    font-size: 2rem;
}

.flip-box .content {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    /* border: 1px solid yellow; */
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    text-shadow: 0px 0px 2px black;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .flip-boxes {
        justify-content: flex-start;
        /* display: flex; */
        justify-content: end;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    #flip-box-1 {
        width: 37%;
        z-index: 50;
        /* margin-left: -15%; */
        height: 450px !important;
    }

    #flip-box-2 {
        width: 40%;
        z-index: 40;

        margin-left: -22%;
        height: 600px !important;
    }

    #flip-box-3 {
        z-index: 30;

        width: 45%;
        margin-left: -26%;
        height: 730px !important;
    }

    #flip-box-4 {
        width: 50%;
        z-index: 20;
        margin-left: -29%;
        height: 850px !important;
    }
}

@media screen and (max-width: 1023px) {
    .flip-boxes {
        justify-content: flex-start;
        /* border: 1px solid red; */
        display: none;
        grid-template-columns: repeat(2, 1fr);
        justify-content: end;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    #flip-box-1,
    #flip-box-2,
    #flip-box-3,
    #flip-box-4 {
        width: 100%;
        z-index: 50;
        /* margin-left: -15%; */
        height: 600px;
    }

    #flip-box-2 {
        width: 100%;
        z-index: 40;

        margin-left: -22%;
        height: 600px !important;
    }

    #flip-box-3 {
        z-index: 30;

        width: 100%;
        margin-left: -26%;
        height: 600px !important;
    }

    #flip-box-4 {
        width: 100%;
        z-index: 20;
        margin-left: -29%;
        height: 600px !important;
    }
}

.swiper-button-prev::after {
    content: "" !important;
}

.swiper-button-next::after {
    content: "" !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 10px !important;
}

.custom-dropdown select {
    background-image: url(../../public/images/arrow-down-dropdown.png);
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;

    /* @apply w-6 h-6 appearance-none pointer-events-auto; */
}