:root {
    --font-poppins: "Poppins", sans-serif;
    --font-playfair-display: "Playfair Display", sans-serif;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --text-body: #262626;
    --theme-dark: #262626;
    --theme-dark-rgb: 38, 38, 38;
    --goldern-yellow: #C9AF68;
    --goldern-yellow-rbg: 201, 175, 104;
    --goldern-light: #F9F7F4;
    --white: #fff;
    --error-text: #BF481B;
    --black: #000;
    --transition: all 400ms ease-in-out;
    --golden-gradient: linear-gradient(180deg, #F9F7F4 0%, #FFF 100%);
    
}

/* Reset Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-size: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html {
    /* height: auto; */
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    color: var(--text-body);
    font-family: var(--font-poppins);
    font-optical-sizing: auto;
    font-weight: var(--fw-400);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
}

body{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    font-family: var(--font-poppins);
    text-decoration: none;
    transition: var(--transition);
    color: var(--text-body);
}

a:hover {
    color: var(--goldern-yellow);
}


/* p a:not(.btn):hover {
p a:not(.btn) {
    color: var(--primary-green);
    text-decoration: underline;
    transition: all 500ms;
}
    color: var(--primary-blue);
} */

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

/* Body Content Style */
label {
    font-weight: inherit;
}

p {
    font-family: var(--font-poppins);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: var(--text-body);
    margin-bottom: 16px;
}
p b, p strong {
    font-weight: 600;
}

p:empty {
    display: none;
}

p:last-child {
    margin-bottom: 0;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
}
ul, ol{
    padding-left: 20px;
}
ul li{
    /* list-style: none; */
}



/* Reset Styles */

/* Miscellaneous Style */

@media (min-width:600px) {
    body.logged-in .site-header{
        margin-top: 32px;
    }
}
.container {
    max-width: 1310px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.text-center{
    text-align: center;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}

.row > *{
    padding-left: 15px;
    padding-right: 15px;
}

.pos-rel {
    position: relative;
}
.menu-toggle,
.right-header a.menu-icon{
    display: none;
}
.popup-open,
.body-hidden {
    overflow: hidden;
}
.bg-golden-grd{
    background-image: var(--golden-gradient);
}
/* Miscellaneous Style */

/* Section Title Start */
.section-title{
    margin-bottom: 50px;
}
.section-title h2{
    margin-bottom: 0;
}
/* Section Title End */

/* Heading Style */
.small-title{
    color: var(--goldern-yellow);
    text-align: center;
    font-family: var(--font-poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fw-500);
    line-height: normal;
    text-transform: uppercase;
    padding: 0 8px;
    position: relative;
    max-width: max-content;
    display: flex;
    margin: 0 auto 8px;
}
.small-title::before,
.small-title::after{
    margin-top: -1px;
    position: absolute;
    content: "";
    width: 30px;
    top: 50%;
    border-bottom: 1px solid var(--goldern-yellow);
}
.small-title::before{
    right: 100%;
}
.small-title::after{
    left: 100%;
}
.small-title.left-align{
    margin-left: unset;
    padding-left: 0;
}
.small-title.right-align{
    margin-right: unset;
    padding-right: 0;
}
.small-title.left-align::before,
.small-title.right-align::after{
    display: none;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    margin-bottom: 25px;
}
h1,.h1 {
    font-family: var(--font-playfair-display);
    font-size: 50px;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: 65px; /* 130% */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-body);
}

h2,.h2 {
    text-transform: uppercase;
    color: var(--text-body);
    font-family: var(--font-playfair-display);
    font-size: 44px;
    font-style: normal;
    font-weight: var(--fw-700);
    line-height: 65px; /* 147.727% */
}

h3,.h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: var(--fw-700);
    line-height: 129%; /* 41.28px */
}

h4,.h4 {
    color: var(--text-body);
    font-family: var(--font-poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: normal;
}

h5,.h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-500);
    line-height: 22px; /* 137.5% */
    /* margin-bottom: 15px; */
}

h6,.h6 {
    font-family: var(--font-poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: 26px; /* 162.5% */
}
/* Heading Style */


/* Button Style Start */
.btn-theme{
    border: 1px solid var(--goldern-yellow);
    display: inline-flex;
    position: relative;
    padding: 11px 20px;
    color: var(--goldern-yellow);
    font-family: var(--font-poppins);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: normal;
    align-items: center;
}
.btn-theme::after{
    background-image: url(../images/arrow-right-gold.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26.5px;
    content: "";
    display: inline-block;
    margin-left: 17px;
    position: relative;
    top: 0;
    height: 7.36px;
    width: 26.5px;
    transition: var(--transition);
}
.btn-theme:hover{
    background-color: var(--goldern-yellow);
    color: var(--white);
}
.btn-theme:hover:after{
    background-image: url(../images/arrow-right-white.svg);
    height: 7.36px;
    width: 26.5px;
    transition: var(--transition);
}
/* Button Style End */

/* Main Header Style Start */
.header-sticky{    
    position: relative;
}
.site-header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: var(--transition);
}
.site-header.sticky{
    background-color: rgba(var(--theme-dark-rgb), 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.header-wrap{
    padding-top: 83px;
    padding-bottom: 83px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition);
}

.header-wrap .site-branding{
    width: 169px;
    height: 169px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transition: var(--transition);
    transform: translate(-50%, -50%);
}
#search-box{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 300px;
    background-color: var(--white);
    padding: 3px;
    border-radius: 3px;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0px 34px 9px 0px rgba(40, 55, 95, 0.00), 0px 21px 9px 0px rgba(40, 55, 95, 0.00), 0px 12px 7px 0px rgba(40, 55, 95, 0.02), 0px 5px 5px 0px rgba(40, 55, 95, 0.03), 0px 1px 3px 0px rgba(40, 55, 95, 0.03);;
}
#search-box input[type="text"],
#search-box input[type="search"]{
    border: none;
    padding: 10px;
    color: #686D6F;
    font-weight: var(--fw-400);
    line-height: 16px;
    font-size: 14px;
    width: 100%;
}
#search-box .go-btn{
    
}
#search-box .go-btn{
    transition: var(--transition);
    font-size: 14px;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 3px;
}
#search-box .go-btn:not(:hover){
    background-color: var(--white);
}
#search-box .go-btn::after{
    display: none;
}
.right-header{
    display: flex;
    align-items: center;
    position: relative;
}
.right-header a:not(:last-child){
    margin-left: 30px;
}
.right-header a{
    display: flex;
}
.right-header a svg,
.right-header a img{
    width: 20px;
    height: 20px;
}

.main-navigation ul.menu{
    margin: 0;
    padding: 0;
    display: flex;
}
.main-navigation ul.menu li{
    list-style-type: none;
}
.main-navigation ul.menu li:not(:last-child){
    margin-right: 50px;
}
.main-navigation ul.menu li a{
    color: var(--white);
    font-family: var(--font-poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.main-navigation ul.menu li a:hover,
.main-navigation ul.menu li.current-menu-item a{
    color: var(--goldern-yellow);    
}

@media only screen and (min-width:992px) {
    .site-header.sticky .header-wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-header.sticky .header-wrap .site-branding{
        width: 80px;
        height: 80px;    
    }
}
/* Main Header Style End */



/* Main Footer Style Start */
.site-footer{
    background-color: var(--theme-dark);
    padding: 40px 0 36px;
    position: relative;
}
.site-footer *{
    color: var(--white);
}

.footer-bottom{
    position: relative;
    margin-top: 30px;
    padding: 32px 0 0;
    border-top: 1px solid #EEE;
}
.footer-bottom .site-info,
.copyright-links{
    text-align: center;
}
.footer-logo{
    width: 99px;
}

.copyright-links-wrap{
    align-items: center;
}
.copyright-links ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links .menu{
    display: flex;
    justify-content: flex-end;
}
.footer-links .menu{
    margin: 0;
    padding: 0;
}
.footer-links .menu li{
    list-style: none;
}
.footer-links .menu li:not(:last-child){
    margin-right: 60px;
}

.copyright-links span{
    margin-right: 16px;
    font-weight: var(--fw-600);
}
/* Main Footer Style End */

/* Error Page */
.error-page{
    margin-bottom: 90px;
}
.error-page h3{
    margin-bottom: 25px;
}
.error-page .container{
    max-width: 700px;
    text-align: center;
}
/* Error Page */