/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #FBD847;
    --secondary: #BE7028;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #0F0F0F;
    overflow-x: hidden;
    height: 100%;
    font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3 {
    font-family: "DM Serif Display", serif;
}

::selection {
    background: var(--primary);
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--primary);
}

section {
    position: relative;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--secondary);
    font-size: 1rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
    display: inline-block;
    padding: 1.0625rem 3em;
    border-radius: 10px;
    line-height: normal;
}

.themeBtn:hover{
    background: var(--white);
    color: var(--black);
}

/* !GLOBAL CSS */

/* Main Banner Sec Css Start */

.mainBanner {
    background: url(../images/mainBanner.png)center/cover fixed;
    height: 1200px;
    display: flex;
    align-items: center;
}

.bannerContent {
    margin-top: 8rem;
}

.bannerContent span {
    color: var(--secondary);
    font-weight: 500;
    font-size: 1.875rem;
    text-transform: capitalize;
    display: block;
    margin-bottom: 0.625rem;
}

.bannerContent h1 {
    color: var(--white);
    text-transform: capitalize;
    font-size: 4.75rem;
    letter-spacing: -2px;
    font-weight: 400;
    width: 75%;
}

.bannerContent p {
    color: var(--white);
    font-size: 1.5rem;
    margin: 1.5rem 0 4rem 0;
}

/* Main Banner Sec Css End */

/* Book Sec Css Start */

.bookSec {
    padding: 5.625rem 0;
    background: linear-gradient(90deg, #DFBD55, #BA9729);
}

.bookContent {
    margin-top: 6.875rem;
}

.secHeading {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: -2px;
    font-size: 3.875rem;
    color: #0F0F0F;
}

.bookContent p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin: 1.5rem 0 29.375rem 0;
}

.bookContent h3 {
    color: #111111;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

/* Book Sec Css End */

/* Upcoming Sec Css Start */

.upcomingSec {
    padding: 7.5rem 0;
}

.upcomingWrap h2 {
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 3.125rem;
    margin-bottom: 2rem;
}

.upcomingWrap figure {
    background: #1C1C1C;
    border-radius: 20px;
}

/* Upcoming Sec Css End */

/* Mission Sec Css Start */

.missionSec {
    background: linear-gradient(90deg, #DFBD55, #BA9729);
}

.missionContent span {
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 1.25rem;
}

.missionContent h2 {
    width: 95%;
    margin: 0;
}

.missionContent p {
    color: #333333;
    font-size: 1.25rem;
    width: 65%;
    margin: 1.625rem 0 2.375rem 0;
}

.missionImage img {
    border-radius: 20px;
}

/* Mission Sec Css End */

/* Event Sec Css Start */

.eventHeading p {
    margin: 1rem 0 0 0;
    color: var(--white);
    font-size: 1.5rem;
}

.eventCard {
    margin-top: 3.125rem;
}

.eventCard figure img {
    border-radius: 20px;
}

.eventCard h3 {
    color: var(--white);
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 1.875rem 0;
}

.eventCard a {
    color: var(--primary);
    font-weight: bold;
    text-decoration: underline !important;
}

/* Event Sec Css End */

/* Product Sec Css Start */

.productSec {
    padding: 5rem 0;
    background: linear-gradient(90deg, #DFBD55, #BA9729);
}

.productHeading p {
    color: #333333;
    font-size: 1.25rem;
    text-transform: capitalize;
    margin: 0;
}

.productCard {
    margin-top: 3.125rem;
    cursor: pointer;
}

.productCard figure img {
    width: 100%;
    border-radius: 20px;
}

.productCard h3 {
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -1px;
    color: #111111;
    margin: 1rem 0 1.75rem 0;
}

.productCard a {
    text-transform: capitalize;
    font-weight: bold;
    color: #333333;
    text-decoration: underline !important;
}

/* Product Sec Css End */

/* Women Sec Css Start */

.womenSec {
    background: unset;
    padding: 6.25rem 0 7.5rem 0;
}

.womenSec .productCard h3 {
    color: var(--white);
}

.womenSec .productCard a {
    color: var(--primary);
}

/* Women Sec Css End */

/* Association Sec Css Start */

.associationSec {
    padding: 5.625rem 0 4.375rem 0;
    background: linear-gradient(90deg, #DFBD55, #BA9729);
}

.associationContent p {
    font-size: 1.25rem;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 2.1875rem;
}

.associationImages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8.125rem;
}

/* Association Sec Css End */

/* Contact Sec Css Start */

.mapWraps iframe {
    display: block;
}

.contactBox {
    height: 100%;
    padding: 5.625rem 15rem 0 3.125rem;
    background: linear-gradient(302deg, #ECECEC 30%, #fbd847 130%);
}

.contactBox h2 {
    margin-bottom: 2.5rem;
}

.contactBox .form-control {
    border: unset;
    outline: unset;
    box-shadow: unset;
    height: 55px;
    padding-left: 1.25rem;
}

.contactBox .form-control::placeholder {
    text-transform: capitalize;
    color: var(--black);
    font-weight: 200;
}

.contactBox .form-group {
    margin-bottom: 1.875rem;
}

.contactBox .themeBtn {
    border: unset;
    outline: unset;
    margin-top: 1.25rem;
}

/* Contact Sec Css End */

/* Footer Css Start */

footer {
    padding: 6.25rem 0 3.125rem 0;
}

.footWraps {
    margin-top: 2.5rem;
    display: flex;
    gap: 12.5rem;
}

.footWraps h4 {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.footLinks ul li a {
    color: var(--white);
    font-size: 1.125rem;
    opacity: 80%;
}

.socialLinks {
    display: flex;
    gap: 1.5rem;
}

.contactLinks li a {
    margin-bottom: 0.75rem;
    display: block;
}

.footLinks span {
    color: var(--white);
    font-size: 1.125rem;
    opacity: 80%;
}

.stayConnected {
    margin-left: 12.5rem;
}

.stayConnected h3 {
    color: var(--white);
    font-size: 2.625rem;
    letter-spacing: -1px;
    margin: 0;
}

.stayConnected p {
    font-size: 1.125rem;
    color: var(--white);
    opacity: 80%;
    margin: 1rem 0 2.5rem 0;
}

.stayConnected input {
    width: 90%;
    border: 1px solid #C5C5C5;
    border-radius: 20px;
    height: 55px;
    outline: unset;
    box-shadow: unset;
    padding-left: 1.625rem;
    color: #0F0F0F;
    margin-bottom: 1.25rem;
}

.stayConnected input::placeholder {
    color: #0F0F0F;
}

.stayConnected .themeBtn {
    outline: unset;
    border: unset;
    background: var(--primary);
    color: #0F0F0F;
    border-radius: 20px;
}

.links {
    display: flex;
    gap: 30px;
    margin: 5rem 0 1.25rem 0;
}

.links li a {
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
}

.links li a:hover {
    color: var(--primary);
}

.copyRight {
    margin: 0;
    color: var(--white);
    opacity: 80%;
    font-size: 0.875rem;
}

/* Footer Css End */

/* Inner Css Start */

.innerBanner {
    height: 500px;
    display: flex;
    align-items: center;
}

.innerBanner h2 {
    color: var(--white);
    text-align: center;
    text-transform: capitalize;
    font-size: 4rem;
    margin: 6rem 0 0 0;
}

.aboutInner p {
    width: 90%;
}

.mySwiper img {
    width: 90%;
    border-radius: 10px;
}

.mySwiper2 img {
    width: 100%;
    border-radius: 20px;
}

.mySwiper {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 1rem;
}

.quantity-container {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--white);
    overflow: hidden;
    border-radius: 50px;
    width: fit-content;
}

.qty-btn {
    background-color: transparent;
    border: none;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    font-size: 1.125rem;
    user-select: none;
    transition: background 0.3s;
    outline: unset !important;
    box-shadow: unset;
    color: var(--white);
}

.qty-btn:hover {
    background-color: transparent;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 1rem;
    outline: none;
    background: transparent;
    color: var(--white);
}

.shopInner {
    padding: 5rem 0;
}

.shopDetails h2 {
    color: var(--white);
    font-size: 2.625rem;
    letter-spacing: -1px;
}

.shopDetails .stars {
    display: flex;
    gap: 4px;
    margin: 1rem 0;
}

.shopDetails .stars li {
    color: var(--white);
    font-size: 0.75rem;
}

.shopDetails p {
    color: var(--white);
    font-size: 1.125rem;
    width: 90%;
}

.shopDetails .price {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.detailBtns {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.shopDetails{
    margin-top: 2rem;
}

/* Inner Css End */

/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    outline: unset;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* !SEARCH BAR CSS */

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}