/*
--------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     : piyush Tapaniya | +91 83060 05795                                                       * 
* Support    : piyush.tapaniya90@gmail.com                                                             * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/

/*================================================
[  Table of contents  ]
================================================== 
:: general css Style
   :: google font
   :: basic style     
   :: headings
   :: button style
   :: helper classes 
   :: section title
   :: box border
   :: custome class 
:: scrollbar CSS
:: back to top CSS
:: loader CSS
:: animations 
==================================================
[ End table content ]
================================================*/

@charset "UTF-8";
/*================================================
    :: general css Style
==================================================*/

/* :: google font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --primary-color: #834745;
    --secondary-color: rgba(243, 227, 213, 0.93);
} 


/* :: basic style  */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
} 

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background-color: #fcfcfc;
    color: #17191c;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;  
}

 
 

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Roboto", sans-serif;
    color: #17191c;
}

p {
    font-size: 16px; 
    color: #17191c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    text-decoration: none;
    color: inherit;
}


ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none;
    outline: 0;
}

iframe {
    width: 100%;
    border: 0px;
}

/* :: Form */
textarea {
    resize: none;
}

/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: none;
}

::-moz-selection {
    background: var(--primary-color);
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: #ffffff;
    text-shadow: none;
} 
/* :: headings */

/* :: Font h1 */
h1 {
    font-size: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1,
    .banner-content h1 {
        font-size: 52px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .banner-content h1 {
        font-size: 42px !important;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .banner-content h1 {
        font-size: 42px !important;
    }
}

@media only screen and (max-width: 576px) {
    h1,
    .banner-content h1 {
        font-size: 25px !important;
    }
}

/* :: Font h2 */
h2 {
    font-size: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2,
    .banner-content h2 {
        font-size: 42px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2,
    .banner-content h2  {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 767px) {
    h2,
    .banner-content h2  {
        font-size: 32px !important; 
    }
}
@media only screen and (max-width: 576px) { 
    .banner-content h2  {
        font-size: 22px !important; 
    }
}

/* :: Font h3 */
h3 {
    font-size: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3,
    .banner-content h3  {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3,
    .banner-content h3 {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 767px) {
    h3,
    .banner-content h3 {
        font-size: 24px !important;
    }
}
@media only screen and (max-width: 576px) { 
    .banner-content h3  {
        font-size: 18px !important; 
    }
}

/* :: Font h4 */
h4 {
    font-size: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

/* :: Font h5 */
h5 {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 22px;
    }
}

/* :: Font h6 */
h6 {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 18px;
    }
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dots button {
    height: 10px;
    width: 10px;
    background: #fff !important;
    display: inline-block;
    margin: 0 4px;
    border-radius: 15px;
}
.owl-dots button.active{
    background: var(--primary-color) !important;
}


 
 

/* :: helper */
.text-gray {
    color: #000 !important;
}

.text-white {
    color: #ffffff !important;
}


.text-black {
    color: #000000 !important;
}

.primary-color {
    color: var(--primary-color) !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-color {
    background-color: var(--primary-color) !important;
}

.bg-01 {
    background-color: var(--secondary-color) !important;
}

.bg-02 {
    background-color: #f1f1f1 !important;
}

.text-secondary{
    color: var(--secondary-color) !important;
}

.bg-gradient-1{
    background-image: var(--bg-gradient-1);
} 
.bg-gradient-text {
    background-image: var(--bg-gradient-text);
    background-clip: text; 
    color: transparent;
}

.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.5rem;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.5rem;
}

/* :: form */
.form-control {
    height: 46px;
}

.form-control:focus {
    background-color: transparent;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    color: #000;
    height: 185px;
    background: transparent;
    color: #ffffff;
    resize: none;
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

label.error {
    display: block;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: capitalize;
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}

input.error,
select.error,
textarea.error {
    border-color: #ff0000 !important;
}

/*radio button stype*/ 
[type="radio"]:checked,
[type="radio"]:not(:checked) {position: absolute; left: -9999px; }
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {position: relative; padding-left: 24px; cursor: pointer; display: inline-block;}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {content: ''; position: absolute; left: 1px; top: 4px; width: 18px; height: 18px; border: 1px solid #c1c1c1; border-radius: 100%; background: #fff; }
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {content: ''; width: 12px; height: 12px; background: var(--primary-color); position: absolute; top: 7px; left: 4px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
[type="radio"]:not(:checked) + label:after {opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
[type="radio"]:checked + label:after {opacity: 1; -webkit-transform: scale(1); transform: scale(1); }


/*-------------------------------------------------
:: button 
-------------------------------------------------*/
 
.btns {
    background-color: var(--primary-color);
    padding: 10px 35px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600; 
    border-radius: 10px;
}
 
.btns:hover,
.btns:focus{
    color: #fff;
}

.btns-secondary{
    padding: 14px 20px;
    border-radius: 7px;
    background-color: var(--secondary-color); 
}

/*-------------------------------------------------
:: main-area
-------------------------------------------------*/
.main-area{
    position: relative;
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    width: 100%;
    height: 100%; 
    background-color: #fbe0e0;
    /* background: #f598e0;
    z-index: 1; */
}
/* .main-area:after {
    content: '';
    height: 80%;
    width: 80%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    filter: blur(71px);
    z-index: -1;
    opacity: 0.3;
} */

/*-------------------------------------------------
:: banner-area
-------------------------------------------------*/
.banner-area {
    position: relative;
    z-index: 1;  
}

.m-banner{
    display: none !important;
}

.banner-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
} 

/* input effect */
.input-container {
    position: relative;
    border: 1px solid transparent; 
    border-radius: 8px;  
}

.input-error {
    border: 1px solid red;
}

.input {
    box-sizing: border-box;
    font-size: 16px;
    height: 56px !important;
    outline: 0;
    padding: 12px 12px 0 12px;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    background: #fff;
    color: #000;    
}

select { 
    appearance: none;
}

select { 
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 15px !important;
}

textarea.input {
    height: 100px !important;
}

.input-error-text {
    color: red;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -18px;
}

 

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
input[type="time"]::-webkit-inner-spin-button {
    filter: invert(1);
}

.placeholder {
    color: #B1B1B1;
    left: 12px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
    margin: 0;
    background-color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
}

.input:focus~.placeholder,
.input:not(:placeholder-shown)~.placeholder {
    transform: translateY(-14px) translateX(-22px) scale(0.75);
    padding: 0 4px;
    left: 30px;
    background: #fff;
    font-size: 15px;
}

.input[type="date"] {
    color-scheme: dark;
}
.form-check-input[type=checkbox] {  
    box-shadow: none;
}
.form-check-input:checked[type=checkbox] {
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color);
    color: #fff;
} 
 
 

.modal-content {
    border-radius: 15px;
    border: none;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px !important;
    overflow: hidden;
}
.accordion-item:first-of-type { 
    border-radius: 0;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #db5274; 
}
.accordion-button:not(.collapsed)::after {
    transition: all 0.5s;
    filter: brightness(0) invert(1);
} 

.footer-area{
    background-color: var(--primary-color);
}
.footer-social img{
    width: 60px;
}
.footer-link-ul {
    display: flex;
    justify-content: center;
        flex-wrap: wrap;
    gap: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.footer-social ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
} 

.register-wapper,
.upload-picture-wapper{
    max-width: 767px;
    margin: 70px auto;
}


.winner-wapper{
    max-width: 767px;
    margin: 70px auto 0
}
.register-bg {
    max-width: 767px;
    margin: 10px auto 0;
}

.upload {
    background-color: var(--primary-color);
    padding: 10px 35px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
}

.textarea {
    padding: 18px 12px 0 12px;
}

.upload-image {
    margin: 0 auto;
    text-align: center;
    background: #e9e9e969;
    border-radius: 15px;
    padding: 15px;
    border: 2px solid #e9e9e96b;
}

.cahsback-number{
    font-size: 62px;
    line-height: normal;
}
.claim-area{
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px !important;
    overflow: hidden;
        box-shadow: 0px 0 11px 0px rgb(33 33 33 / 10%);
}
.accordion-item:first-of-type { 
    border-radius: 0;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--primary-color); 
}
.accordion-button:not(.collapsed)::after {
    transition: all 0.5s;
    filter: brightness(0) invert(1);
}



.banner-shape-top {
    position: absolute;
    text-align: center;
    margin-top: -69px;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    bottom: 30px;
}
.banner-shape-top img {
    width: 100%;
}

.picture-share ul {
    display: flex;
    gap: 10px;
    align-items: center;
}
.picture-share ul img {
    width: 32px;
}
.gift-hamper{
    max-width: 420px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

.upload-photo-frame ul {
    display: flex;
    gap: 5px;
}
.upload-photo-frame ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
}

.upload-photo-frame ul li a.active { 
    border-color: var(--primary-color);
}

.bookingcode-popup {
    padding: 45px;
}


.store-location-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.store-location-box .store-item {
    background-color: #fcfcfc;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #ececec;
}

#bookingcode .modal-content {
    background-color: #e88082;
}