﻿
@import url('satoshi.css');
.giftCardBanner {
    height: 50vh;
    background-image: url(/Website/assets/images/GiftCard/Gift-card-Banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-family: Satoshi-Bold;
}

.btn-buy-now {
    background-color: #b9823a;
    color:white;

}
/*h1{
    letter-spacing:3px;
}*/
.pheonix-gift-card p{
    font-size:20px;
    /*padding-right:20%;*/
}
.heading{
    letter-spacing:1px;
}
.desc {
    color: black;
    font-size: 1.6rem !important;
    font-family: 'Satoshi-Regular';
}
/*BUY NOW BTN CIRCULAR*/
.circle-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    text-decoration: none;
}

    .circle {
    width: 130px;
    height: 130px;
    border: 1px solid #b9823a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.circle-btn:hover {
    color: #555;
    gap: 50px;
    transition: 0.1s ease-in-out;
}
    .circle-btn:hover .circle {
        transition: 0.3s ease-in-out;
        background: #b9823a;
    }
    .circle-btn:hover .arrow {
        color: white;
        transition: 0.3s ease-in-out;
    }
    .circle-btn:hover span.btn-label {
        padding: 0;
        transition: 0.3s ease-in-out;
    }


.arrow {
    font-size: 55px;
}
span.btn-label {
    position: relative;
    left: -40px;
    color: black;
    padding: 15px 0px;
    background-color: white !important;
    font-family: 'Satoshi-Medium';
    letter-spacing: 2px;
    font-size: 20px;
}

@media(max-width:768px) {
    .circle {
        width: 80px;
        height: 80px;
    }
    .arrow {
        font-size: 35px;
    }

    span.btn-label {
        left:-30px;
        letter-spacing: 2px;
        font-size: 16px;
    }
    }
    /*BUY NOW BTN END*/


    /* Shoping section*/
.card-group {

    gap: 30px;
}
.hover-card {
    position: relative;
    /* adjust as needed */
    /*cursor: pointer;*/
}

    .hover-card > div {
        transition: opacity 0.3s ease;
    }
.hover-card {
    position: relative;

    min-height: 60vh; /* set this to approx height of your taller part */

}
@media(max-width:991px){
    .hover-card{
        min-height:50vh;
    }
}
.card {
    /*    width: auto;
    height: 50vh;*/
    background: #f2f2f2;
    border-radius: 0;
    border: none !important;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: box-shadow 0.3s;
}

    .card:hover {

        padding-left:0;
        padding-right:0;
    }
.card-custom-border {
    border: 1px solid #ece9e2 !important;
}



.card-hover .label,
.card-hover .button {
    position: relative;
    z-index: 11; /* Keep label/button above base background */
}

.card .icon {
    margin-bottom: 14px;
    color: #B78232;
    /*width:50%;*/
}

.card .label {
    font-size: 24px;
    color: black;
    opacity:80%;
    text-align: center;
}

.card .circle {
    width: 5rem;
    height: 5rem;
}
.card .arrow {
    font-size: 30px;
}

.shopping   -nav.prev, .shopping    -nav.next {
    width: 70px;
    height: 70px;
    margin: 0 5px;
    display: inline-flex;
    background: none;
    border: none;
}
/* Shoping s=Section End*/

/*WHY BUY a PHEONIX CARD SECTION*/
.paddingCls {
    padding-top: 3%;
}
.flexDetailsDiv {
    padding-top: 3%;
}
.flexDetailRowImage {
    position: relative;
    width: 110%;
    z-index: 1;
    height: 100%;
}
.flexDetailRowDiv {
    border: 5px solid #b9823a;
    height: 109%;
    margin-top: -17px;
    margin-left: 45px;
}
.flexDetailRowImageRight {
    position: relative;
    width: 110% !important;
    margin-left: -10% !important;
    height: 100%;
}
.colPaddingLeftRight {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row.flexDetailRow {
    margin: 0 !important;
}
.flexDetailRowDiv h1 {
    padding-left: 10%;
    padding-top: 10%;
    margin: 0 17px 10px 0;
    font-weight: bold;
    line-height: 1;
    font-size:3rem;
    letter-spacing: 2px;
    text-align: left;
    color: var(--black);
}
.flexDetailRowDiv p {
    width: 86%;
    padding-left: 10%;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;;
    text-align: left;
    color: var(--black);
}
.flexDetailRowDivLeft {
    margin-left: 0% !important;
    margin-right: 45px !important;
}

/*WHY BUY a PHEONIX CARD SECTION END*/

/*Owl carousel*/
/* Custom Navigation */
.owl-nav {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}

    .owl-nav button {
        background: #fff !important;
        border: 1px solid #caa64c !important;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0 5px;
        font-size: 18px !important;
        transition: all 0.3s ease-in-out;
    }

        .owl-nav button:hover {
            background: #caa64c !important;
            color: #fff !important;
        }
    .owl-nav .owl-prev {
        left: -30px; /* adjust spacing */
    }

    .owl-nav .owl-next {
        right: -30px; /* adjust spacing */
    }

    .owl-nav button:hover {
        background: #000;
    }

.owl-nav {
    bottom: 10px !important;
}

.enquiryForm{
    color:white !important;
    font-size:18px;
}
.enquiryForm h1 {
    font-family:Satoshi-Bold;
    font-size:3rem;
/*    font-size:45px !important;
    letter-spacing:0px !important;*/
}

.underline-input label {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  /*  margin-bottom: 8px;*/
}

.underline-input .form-control {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size:18px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

    .underline-input .form-control:focus {
        border-bottom: 2px solid #eee;
        background: transparent;
        color: #fff;
        box-shadow: none;
    }

@media (max-width: 767px) {
    .col-12 > [class^="form-group"] {
        margin-bottom: 0;
    }
}

.enquiryForm .submit-circle {
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.enquiryForm .arrow{
    font-size:30px;
}
.submit-btn-label {
    /* padding: 20px; */
    position: relative;
    left: -20px;
    padding: 5px 10px;
    background-color: #b9823a !important;
    font-weight: lighter;
}
.custom-submit-btn {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin-top: 20px;
}



.custom-submit-btn:focus,
.custom-submit-btn:hover .arrow-svg line,
.custom-submit-btn:hover .arrow-svg polyline {
    stroke: #ddd;
}
.paddingTopBottom{
    padding:10% 0 5% 0;
}



/*Faq Section*/
#faq-section .heading{
    font-size:4rem !important;
    font-family:'Satoshi-Bold';
}
.faq-background {
    /*height: 100vh;*/
    background-image: url(/Website/assets/images/GiftCard/pheonix_bg.png);
    /*background-size: contain;*/
    background-repeat: no-repeat;
    background-position: left;
    font-family: Satoshi-Bold;
}
.accordion{
    font-family:Satoshi-Light;
}
.accordion-item {
    border: none;
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/*Accordoin Buttons*/
    .accordion-item ,.accordion-button:not(.collapsed) {
        background-color: #b9823a !important;
        color:white;
    }
.accordion-button{
    font-size:22px !important;
}
.accordion-body{
    font-size:18px !important;
/*    padding-right:10%;
    padding-bottom:4%;*/
}

    .accordion-body p{
        color:white;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: url("/website/assets/images/Arrow-top-white-filled.svg");
    }
.accordion-button::after {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-left: auto;
    content: "";
    background-image: url("/website/assets/images/Arrow bottom gray filled.svg");
    background-repeat: no-repeat;
    background-size: 60px;

}
    .accordion-button:focus,
    .accordion-button:active {
        box-shadow: none;
        border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
        outline: none;
    }
.viewall-circle {
    border-color: #be8c44;
}
/*Faq Section End*/
.custom-border {
    border: 1px solid #b9823a; /* gold color */
}


marquee {

    font-family:Satoshi-Bold;
    font-size:60px;
    opacity:10%;
}
.bg-marquee {
    font-size: 7vw;
    /*color: #e0e0e0;*/ /* Light, subtle color */
    bottom: 35%;
    left: 0;
    z-index: 1;
    transform: translateY(100%);
    user-select: none;
    pointer-events: none;

    font-weight: bold;
    /*letter-spacing: 0.15em;*/
    white-space: nowrap;
    /* Remove borders and background if not needed */
}
.pheonixInMotionCls {
    z-index: 2;
}
.bg-light.py-5.position-relative {
    /*    position: relative;
    overflow: hidden;*/
    height: 100vh;
    margin-top: 3rem;
}
.marqueeSection h1 {
    background-color: #f1eee6;
    font-size: 100px;
    font-family: Satoshi-Bold;
    font-style:italic;
}
.motionText {
    font-size: 50px;
    font-style:italic;
    font-family:Satoshi-Light;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}
.paddingTop8{
    padding:8% 0;
}
.text-danger {
    font-size: medium;
}
@media (max-width: 1100px) and (min-width: 768px) {
    .marqueeSection h1 {
        font-size: 5rem;
    }

    .motionText {
        font-size: 35px;
    }
}

@media(max-width: 993px) {

    .flexDetailRowDiv {
        margin-left: 0% !important;
        margin-top: 0;
        border: 4px solid #b9823a;
        height: 270px !important;
        /*height: 326px !important;*/
        margin: 7% 1% 0px 1% !important;
    }

    .flexDetailRowImage {
        width: 90% !important;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: -5%;
    }
    .flexDetailRowDiv h1{
        font-size:2.5rem;
        padding-top:7%;
    }
    .flexDetailRowDiv p {
        font-size:1.4rem;
    }
}

@media(max-width:768px){
    .marqueeSection h1 {
        font-size:6rem;
    }
    .motionText{
        font-size:4rem;
    }
    .bg-marquee {
        font-size:5rem;
        bottom: 0%;
        transform: translateY(0%);
    }
    .enquiryForm, .enquiryForm label, .underline-input .form-control {
        font-size: 1.1rem;

    }
    .text-danger {
        font-size: 1.1rem;
    }
    .enquiryForm h1{
        font-size:2.3rem !important;
    }
  /*  .accordion-item, .accordion-button:not(.collapsed) {
        font-size: 1.2rem !important;
    }
*/
    .accordion-button {
        font-size: 1.4rem !important;
    }

        .accordion-button::after {
            width: 40px;
            height: 40px;
            background-size: 40px;
        }

    .accordion-body {
        font-size: 1.2rem !important;
    }
}
@media(max-width:576px){
    .marqueeSection h1 {
        font-size:4rem;
    }
    .motionText{
        font-size:2rem;
    }
    .flexDetailRowDiv h1 {
        font-size: 2.2rem;
    }

    .flexDetailRowDiv p {
        font-size: 1.3rem;
    }
}
@media (min-width: 361px) and (max-width: 500px) {
    .flexDetailRowDiv {
        height: 290px !important;
    }
}

@media(max-width:500px) {
    .hover-card{
        min-height:35vh;
    }
    .desc{
        font-size:1.2rem !important;
    }
    span.btn-label {
        left: -30px;
        letter-spacing: 2px;
        font-size: 0.9rem;
        /* word-wrap: unset; */
        /* text-wrap: unset; */
        padding: 1px;
    }
    .arrow {
        font-size: 1.2rem;
    }
    .circle {
        width: 3rem;
        height: 3rem;
    }
    .card .label{
        font-size:1.2rem;
    }
    .card .circle {
        width: 3rem;
        height: 3rem;
    }
    .card .arrow {
        font-size: 1.2rem;
    }
    .flexDetailRowDiv{
        height:250px !important; 
    }
    .flexDetailRowDiv h1 {
        font-size: 1.4rem;
        padding-left:6%;
        padding-top:8%;
    }

    .flexDetailRowDiv p {
        font-size: 1rem;
        padding-left:6%;
    }
    .custom-submit-btn{
        font-size:1.2rem;
    }
    .accordion-item, .accordion-button:not(.collapsed){
        font-size:1.2rem !important;
    }
    .accordion-button {
        font-size: 1.2rem !important;
    }
    .accordion-button::after {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .accordion-body{
        font-size:1rem !important;
    }
}